/* EVENTR CSS 

	1. CORE CSS
	2. NAVBAR
	3. HIGHLIGHT 
	4. INFO 
	5. SPEAKERS
	6. PROGRAM
	7. DOWNLOAD
	8. VENUE
	9. FUNFACTS
	10. REGISTER
	11. GALLERY
	12. TESTIMONIAL
	13. SPONSORS
	14. FOOTER
	15. MISC.
 
 */
/* CORE CSS */
body {
  color: #666666;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 23px;
}
h1, h2, h3, h4, h5, h6 {
  color: #0F1E1A;
  letter-spacing: 4px;
}
h2 {
  color: #0F1E1A;
  font-family: 'Montserrat', sans-serif;
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 2px;
}
h3 {
  font-family: 'Montserrat', sans-serif;
  font-size: 26px;
  letter-spacing: 2px;
  color: #0F1E1A;
  line-height: 28px;
  font-weight: 600;
}
h4 {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  letter-spacing: 1px;
}
h5 {
  font-family: 'Montserrat', sans-serif;
}
section {
  padding: 90px 0;
}
.panel-default {border:0; background:transparent}

.panel-default > .panel-heading + .panel-collapse > .panel-body {border-top:0}
.uppercase {
  text-transform: uppercase;
}
.no-padding {
  padding: 0;
}
.mfp-bg {
  background: #000;
  opacity: 0.85;
}
.mfp-title h4 {
  color: white;
  margin-bottom: 0px;
  font-weight: 600
}
.mfp-title {
  color: white;
  font-size: 13px;
}
.lead {
  color: #999999;
}
.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
  border-left: 27px solid #fff
}
.mfp-arrow-left:after {
  display: none
}
.mfp-arrow-right:after {
  display: none
}
a {
  outline: none;
}
.owl-theme .owl-controls .owl-page span {
  background: #fac42b;
}
/* NAVBAR */
.navbar-custom {
  font-family: 'Montserrat';
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 1px;
  background: transparent;
  margin-bottom: 0;
  border-radius: 0;
  z-index: 1041;
  width: 100%;
  -webkit-transition: background .5s ease-in-out, padding .5s ease-in-out;
  -moz-transition: background .5s ease-in-out, padding .5s ease-in-out;
  transition: background .5s ease-in-out, padding .5s ease-in-out;
}
.navbar-custom a {
  color: #333333;
}
.navbar-custom .navbar-nav > li > a:hover {
  color: #BA9074;
  background: transparent;
}
.navbar-custom .navbar-nav > li > a:active, .navbar-custom .navbar-nav > li > a:focus {
  color: #BA9074;
  background: transparent;
}
.navbar-custom .icon-bar {
  background: #ffffff;
}
.sticky-wrapper {
  position: absolute;
  width: 100%;
  padding-top: 30px;
}
.sticky-wrapper a {
  color: #ffffff;
}
.is-sticky .navbar-custom {
  width: 100%;
  background: #000;
  -webkit-transition: background .5s ease-in-out, padding .5s ease-in-out;
  -moz-transition: background .5s ease-in-out, padding .5s ease-in-out;
  transition: background .5s ease-in-out, padding .5s ease-in-out;
}
.is-sticky a {
  color: #ffffff;
}
/* navbar effect */
.navbar-custom a {
  padding: 8px 0;
}
.navbar-custom .navbar-nav > li > a::after {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 4px;
  background: rgba(0, 0, 0, 0.1);
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  -moz-transition: opacity 0.3s, -moz-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  transform: translateY(10px);
}
.navbar-custom .navbar-nav > li > a:hover::after, .navbar-custom .navbar-nav > li > a:focus::after {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  transform: translateY(0px);
}
/* HIGHLIGHT */
#highlight {
  padding: 15px 80px;
  position: relative;
  margin-bottom: -80px;
  z-index: 9;
	background: rgba(95, 116, 85, 0.8);
	    position: absolute;
    width: 100%;
}


.texto-highlight {text-transform: uppercase; color:white; letter-spacing: 2px}
.texto-grande-highlight {text-transform: uppercase; color:white; font-size:30px; letter-spacing: 5px; margin-bottom: 20px; font-weight: 300; line-height: 1.1}
.link-highlight {text-transform: uppercase; color:white; font-size:10px!important; letter-spacing: 2px;}

.link-highlight:hover {color:#fff; }

#highlight .texto-direita {padding-left:80px}

#highlight h2 {
  color: #ffffff;
  margin-bottom: 0;
}
#highlight #left {
  color: #ffffff;
  min-height: 80px;
}
#highlight #right {
  min-height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#highlight #right a {
  font-size: 30px;
  color: white;
  font-weight: 500;
}
#about .texto-bloco {padding-top:170px}
#right #countdown {
  margin: 15px 0;
}
@media only screen and (max-width: 768px), only screen and (max-device-width: 768px) {
  #highlight #left {
    background: none;
    text-align: center;
  }
  #highlight h2 {
    color: #262626;
  }
  #highlight #right {
    background: none;
  }
}
/* INFO */
#info {
  padding: 70px 0 90px 0;
}
#info i {
  color: #fac42b;
  margin-bottom: 10px;
}
.feature {
  margin: 50px 0 0 0;
}
/* countdown */
#countdown {
  margin-top: 0;
}
#countdown .countdown_amount {
  color: #666666;
  font-family: 'montserratregular';
  font-size: 40px;
  text-align: left;
  line-height: 50px;
  text-align: center;
}
#countdown .countdown_section {
  color: #262626;
  font-family: 'montserratbold';
  font-size: 13px;
  text-align: left;
  line-height: 10px;
  letter-spacing: 0;
  text-align: center;
}
/* SPEAKER */
#speakers {
  background: #f5f5f5;
  border-top: 1px solid #f0f0f0;
  padding: 70px 0 90px 0;
}
.speaker {
  margin-bottom: 30px;
  background: #ffffff;
}
.speaker .caption {
  padding: 10px;
  position: relative;
}
.speaker h4 {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  margin-bottom: 10px;
}
.speaker h4:after {
  display: none;
  content: "";
  width: 40px;
  height: 2px;
  margin: 0 auto;
  background-color: #fac42b;
  margin-top: 10px;
  margin-bottom: 5px;
}
.speaker .company {
  padding: 10px 10px 20px;
  text-align: left;
  color: #999999;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 1.3;
  margin: 0;
  min-height: 155px;
}
#list-speaker2 {
  margin-top: 40px;
  display: table;
  float: left;
}
#speakers .owl-buttons {
  position: absolute;
  font-size: 10px;
  right: 0;
}
#list-speaker li {
  display: none;
}
/* speaker detail */
#speaker-detail {
  background: #ffffff;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, .1);
}
#speaker-detail h2 {
  font-family: 'montserratregular';
  margin-bottom: 0;
}
#speaker-detail h2 span {
  font-family: 'montserratbold';
}
#speaker-detail img {
  width: 100%;
  height: auto;
}
#speaker-detail .lead {
  margin-bottom: 10px;
}
#speaker-detail .social {
  margin-bottom: 10px;
}
#speaker-detail .social li {
  padding-left: 1px;
}
#speaker-detail .social li:first-child {
  padding-left: 5px;
}
#speaker-detail .social a {
  opacity: 0.8;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
#speaker-detail .social a:hover {
  opacity: 1;
}
#speaker-detail .social a .fa-facebook-square {
  color: #3b5998;
}
#speaker-detail .social a .fa-twitter-square {
  color: #00aced;
}
#speaker-detail .social a .fa-linkedin-square {
  color: #007bb6;
}
#speaker-detail .social a .fa-google-plus-square {
  color: #dd4b39;
}
#speaker-detail .mfp-close {
  color: #ffffff;
  background: #262626;
  opacity: 1;
}
#speaker-detail li {
  padding-right: 1px;
}
#speaker-detail #content {
  height: 230px;
  margin-bottom: 15px;
}
/* PROGRAM */
#program {
  color: #ffffff;
  background: #fac42b;
  padding: 70px 0 90px 0;
}
#program h4 {
  font-size: 17px;
  letter-spacing: 0;
}
#program .lead {
  color: #ffffff;
}
#program img {
  border: 2px solid #ffffff;
}
#program .nav-tabs {
  border-bottom: 1px solid #ffffff;
  margin-bottom: 20px;
  font-size: 19px;
}
#program .nav-tabs > li > a {
  color: #ffffff;
  padding: 10px 100px 10px 0;
  background: none;
  border: none;
  cursor: default;
}
#program .nav-tabs > li.active > a {
  color: #262626;
  padding: 10px 50px 10px 0;
  border-bottom: 4px solid #ffffff;
  padding: 10px 100px 10px 0;
}
#program .nav-tabs > li > a:hover, #program .nav-tabs > li.active > a:hover {
  color: #262626;
}
#program .panel {
  background: transparent;
}
#program .panel-body {
  border-top: 1px solid #ffffff;
  padding: 20px 0;
}
#program .panel-default {
  border: none;
  border-bottom: 1px solid #ffffff;
  border-radius: 0px;
}
#program .panel-default > .panel-heading {
  color: #333333;
  background: transparent;
  border-color: #ffffff;
  padding: 10px 0;
}
#program .panel-title {
  float: left;
}
#program .panel-title > a {
  color: #262626;
  text-decoration: none;
  -webkit-transition: all 0.1s;
  -moz-transition: all 0.1s;
  transition: all 0.1s;
}
#program .panel-title > a:hover {
  color: #ffffff;
}
#program .date {
  color: #000;
  font-family: 'montserratregular';
  margin-bottom: 0;
  font-size: 17px;
  line-height: 18px;
}
#program .speaker-name {
  font-family: 'montserratregular';
  font-size: 12px;
  letter-spacing: 1px;
}
#program .panel-body h4 {
  color: #666666;
  font-size: 21px;
}
#program .panel-body p {
  margin-right: 10px;
  display: inline-block;
}
#program .panel-body p span {
  color: #666666;
  display: inherit;
}
#program .about-speaker i {
  color: #262626;
}
#program .about-speaker a {
  color: #262626;
  text-decoration: none;
}
#program .about-speaker a:hover {
  color: #000000;
  text-decoration: none;
}
@media only screen and (max-width: 480px), only screen and (max-device-width: 480px) {
  #myTab li {
    width: 100%;
  }
  #program .panel-title {
    display: block;
    float: none;
  }
  #program .speaker-name {
    text-align: center;
    margin-top: 20px;
  }
}
/* DOWNLOAD */
#download {
  padding: 90px 0 110px 0;
}
#download h3:after {
  content: "";
  display: block;
  width: 120px;
  height: 3px;
  background-color: #fac42b;
  margin-top: 12px;
  margin-bottom: 15px;
}
/* VENUE */
#venue {
  padding-top: 0;
  padding-bottom: 110px;
}
#venue .venue {
  background-image: url(../img/bg-venue.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  height: 600px;
  margin-bottom: 110px;
  display: table;
  width: 100%;
}
#venue .venue .venue-inner {
  color: #b0b0b0;
  background: rgba(0, 0, 0, 0.7);
  display: table-cell;
  vertical-align: middle;
}
.venue-inner h2 {
  color: #ffffff;
  margin-top: 0;
}
#venue h2:after {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  background-color: #fac42b;
  margin-top: 12px;
  margin-bottom: 15px;
}
#venue h3 {
  margin-top: 10px;
}
#venue h3:after {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  background-color: #fac42b;
  margin-top: 12px;
  margin-bottom: 15px;
}
.venue-inner h4 {
  color: #ffffff;
}
#venue i {
  color: #fac42b;
}
.venue-inner .lead {
  color: #b0b0b0;
}
.venue-info {
  margin-bottom: 45px;
}
.hotel-carousel {
  margin-top: 20px;
  margin-bottom: 70px;
}
#hotel-carousel .item {
  margin: 0 7px;
}
.hotel .caption {
  position: relative;
  padding: 10px 0 0 0;
  line-height: 19px;
}
.hotel .caption h5 {
  font-family: 'montserratlight';
}
.hotel .caption .rating {
  position: absolute;
  top: 0;
  right: 0;
  padding: 17px 0 0 0;
}
/* FUNFACTS */
#funfacts {
  background-image: url(../img/bg-funfacts.png);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  height: 310px;
  position: relative;
  padding: 0;
}
.funfacts-inner {
  color: #ffffff;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  width: 100%;
  height: 100%;
}
#funfacts .item {
  margin: 100px 0 0 0;
  display: table;
}
#funfacts i {
  float: left;
  border-right: 1px solid #ffffff;
  padding: 20px 20px 20px 0;
}
#funfacts .desc {
  padding-left: 20px;
  display: table-cell;
  vertical-align: middle;
}
#funfacts .number {
  font-family: 'montserratbold';
  font-size: 40px;
  font-weight: 700;
  margin-top: 15px;
  margin-bottom: 0;
  line-height: 1;
}
#funfacts .description {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
}
/* REGISTER */
#register {
  background: #f5f5f5;
  border-bottom: 1px solid #f0f0f0;
  padding: 70px 0 90px 0;
}
#price-carousel {
  margin: 20px 0 40px 0;
}
.price-table {
  color: #ffffff;
  background: #fac42b;
  padding: 20px;
  line-height: 1;
  font-weight: 300;
  position: relative;
  overflow: hidden;
}
.early-bird {
  background: #fac42b;
}
.standart {
  background: #fcba00;
}
.vip {
  background: #f0b202;
}
.price-table .icon {
  color: rgba(255, 255, 255, 0.4);
  position: absolute;
  bottom: -50px;
  right: -50px;
  display: block;
  font-size: 40px;
}
.price-table .price {
  color: #444444;
  font-family: 'montserratbold';
  font-size: 50px;
  font-weight: 400;
}
.price-table h3 {
  color: #ffffff;
  background: #262626;
  font-family: Open Sans;
  font-weight: 400;
  font-size: 10px;
  letter-spacing: 2px;
  border-radius: 30px;
  text-transform: uppercase;
  padding: 0px 16px;
  margin: 0 0 10px 0;
  display: inline-block;
  float: right;
}
.price-table .desc li {
  font-family: 'montserratlight';
  line-height: 2;
  border-bottom: 1px dotted;
  border-color: rgba(255, 255, 255, 0.7);
}
.price-table .desc li:last-child {
  border-bottom: none;
}
/* register form */

#register-form h2 {
  margin-bottom: 15px;
  color: white;
}
#registar {padding:80px 0; background:url('../imagens/bg-registo.jpg'); background-size:cover; background-position:center center; background-repeat: no-repeat}
.register-form {
  margin-top: 20px;
}
.mfp-close-btn-in .mfp-close {
  color: white
}
label {
  color: white;
  margin: 0;
  font-weight: 400;
}
input[type="text"], input[type="email"], select, textarea {
  background: transparent;
  border-left: 0 !important;
  padding: 0 10px 5px 0 !important;
  margin-bottom: 30px;
  font-size: 14px !important;
  border-top: 0 !important;
  border-right: 0 !important;
  border-bottom: 1px solid white !important;
  color: white !important;
  text-transform: none !important
}
#register-form .button-big {
  background: transparent;
  border: 1px solid white;
  border-radius: 0px;
  font-size: 13px;
  color: white;
  margin-right: -15px;
  padding: 10px 30px;
}

#register-form .button-big:hover, #register-form .button-big:focus, #register-form .button-big:active {
  background: white;
  border: 1px solid white;
  border-radius: 0px;
  font-size: 13px;
  color: black;
  margin-right: -15px;
  padding: 10px 30px;
} 
#about {position:relative}
.tp-banner-container {position:relative}
.scroll-down {position:absolute; left:50%; bottom:50px; transform: translate(-50%); z-index:99}
.scroll-down a:before {content: '|';
    position: absolute;
    bottom: -20px;
	font-weight: bold;
    left: 50%;
    transform: translate(-50%);}
.scroll-down a {color:white; text-transform: uppercase; font-size:12px}
.scroll-down a:hover, .scroll-down a:focus, .scroll-down a:active{color:white; text-transform: uppercase; font-size:12px; text-decoration: underline}
/* GALLERY */
#gallery {
  padding: 0;
  float: left;
  width: 100%;
}
#timeline .item {
  margin: 0px;
}
/* TESTIMONIAL */
#testimonial {
  background: #fac42b;
  background-image: url(../img/bg-testimonial.png);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  color: #ffffff;
  padding: 0;
}
#testimonial .testimonial-inner {
  background: rgba(0, 0, 0, 0.7);
  padding: 50px 40px 30px 40px;
  min-height: 400px;
}
#testimonial-carousel img {
  border: 2px solid #ffffff;
  margin: 0 0 20px 0;
}
#testimonial .lead {
  color: #b0b0b0;
}
#testimonial .name {
  color: #ffffff;
  font-family: 'montserratbold';
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
#testimonial .owl-theme .owl-controls {
  text-align: left;
}
/* SPONSORS */
#sponsors {
  margin: 30px 0;
  padding: 70px 0 90px 0;
}
.sponsor {
  border: 2px solid #fac42b;
  margin: 0 5px;
  padding: 10px;
  text-align: center;
}
#sponsors-carousel:first-child {
  margin-left: 0;
}
#sponsors-carousel:last-child {
  margin-right: 0;
}
#sponsors i {
  color: #fac42b;
}
/* CONTACT */
#gmap_canvas {
  height: 220px;
  transform: none !important;
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -o-transform: none !important;
  -ms-transform: none !important;
  border-top: 1px solid #f2f2f2;
}
.gmnoprint, .gm-style-cc {
  display: none;
}
footer {
  color: #b0b0b0;
  background: #262626;
  padding: 70px 0;
}
footer h4 {
  color: #ffffff;
}
footer h4:after {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  background-color: #fac42b;
  margin-top: 12px;
  margin-bottom: 15px;
}
footer ul li a {
  color: #ececee;
}
footer ul li a:hover {
  color: #ffffff;
}
.is-sticky .navbar-nav {padding:10px 0}
.is-sticky .logo-header {top:5px}
footer .button-big {
  font-size: 16px;
  width: 100%;
}
.logo-header {height:60px; left:20px; position: absolute}
footer dt {
  color: #ffffff;
  font-family: 'montserratlight';
  font-size: 13px;
  margin-top: 7px;
  margin-bottom: 3px;
  cursor: pointer;
}
/* Subfooter */
.subfooter {
  color: #ececee;
  font-size: 10px;
  letter-spacing: 1px;
  background: #000000;
  padding: 40px 0 30px;
  float: left;
  width: 100%;
}
.subfooter ul {
  margin-bottom: 0;
}
.subfooter li a {
  color: #ececee;
}
.subfooter li a:hover {
  color: #ffffff;
  text-decoration: none;
}
/* Newsletter */
#newsletter {
  color: #262626;
  background: #ebe8e8;
  margin-bottom: 0;
}
/* MISC. */
/* FORM ELEMENTS */
input[type="text"], input[type="email"], select, textarea {
  font-size: 16px;
  font-family: inherit;
  width: 100%;
  min-height: 30px;
  padding: 12px 10px;
  text-transform: uppercase;
  border: 0;
  border: 1px solid #999999;
  margin-bottom: 20px;
  outline: none;
}
/* BUTTONS */
.button {
  font-family: 'montserratregular';
  font-size: 17px;
  text-transform: uppercase;
  border: none;
  padding: 5px 15px;
  display: inline-block;
  position: relative;
  outline: none;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.button:after {
  content: '';
  position: absolute;
  z-index: -1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.button-xsmall {
  padding: 2px 7px;
  font-size: 11px;
  letter-spacing: 1px;
}
.button-small {
  padding: 5px 30px;
  font-size: 13px;
  letter-spacing: 1px;
}
.button-big {
  padding: 10px 18px;
  font-size: 21px;
}
.button-line-light {
  color: #ffffff;
  background: transparent;
  border: 2px solid #ffffff;
}
.button-line-light:hover, .button-line-light:active {
  color: #262626;
  background: #ffffff;
  text-decoration: none;
}
.button-line-dark {
  color: #262626;
  background: transparent;
  border: 2px solid #262626;
}
.button-line-dark:hover, .button-line-dark:active {
  color: #ffffff;
  background: #262626;
  text-decoration: none;
}
/* PRELOAD */
#preload {
  background: #192F2A;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: table;
}
#preload .preload {
  display: table-cell;
  vertical-align: middle;
}
.spinner {
  width: 30px;
  height: 30px;
  background-color: #fff;
  margin: 100px auto;
  -webkit-animation: rotateplane 1.2s infinite ease-in-out;
  animation: rotateplane 1.2s infinite ease-in-out;
}
@-webkit-keyframes rotateplane {
  0% {
    -webkit-transform: perspective(120px)
  }
  50% {
    -webkit-transform: perspective(120px) rotateY(180deg)
  }
  100% {
    -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg)
  }
}
@keyframes rotateplane {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg)
  }
  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg)
  }
  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}
/* OWL CAROUSEL */
.owl-theme .owl-controls .owl-buttons div {
  color: #fac42b;
  margin: 0;
  padding: 1px;
  font-size: 12px;
  background: transparent;
  filter: Alpha(Opacity=50);
  opacity: 0.5;
}
/* GALLERY IMG OVERLAY EFFCET */
.wrap {
  display: block;
  overflow: hidden;
  position: relative;
}
.wrap .overlay:after {
  background: none repeat scroll 0 0 rgba(25, 47, 42, 0.8);
  height: 100%;
  content: "";
  display: block;
  left: 0;
  opacity: 0;
  position: absolute;
  top: -100%;
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -ms-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
  width: 100%;
}
.wrap:hover .overlay:after {
  top: 50%;
  opacity: 1;
}
.wrap .overlay:before {
  background: none repeat scroll 0 0 rgba(25, 47, 42, 0.8);
  bottom: -100%;
  height: 100%;
  content: "";
  display: block;
  left: 0;
  opacity: 0;
  position: absolute;
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -ms-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
  width: 100%;
}
.wrap:hover .overlay:before {
  bottom: 50%;
  opacity: 1;
}
.wrap .icon {
  color: #ffffff;
  visibility: hidden;
  margin: 0;
  opacity: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  top: 50%;
  margin-top: -20px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.wrap:hover .icon {
  opacity: 1;
  visibility: visible;
}
.wrap .icon a {
  color: #ffffff;
}
.wrap .icon a:hover {
  color: #ccc;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
/* Speaker hover effect */
/* Common style */
.speaker figure {
  position: relative;
  float: left;
  overflow: hidden;
  margin-bottom: 0px;
  width: 100%;
  height: auto;
  background: #3085a3;
  text-align: center;
  cursor: pointer;
}
.speaker figure img {
  position: relative;
  display: block;
  height: auto;
  max-width: 100%;
  opacity: 0.8;
}
.speaker figure figcaption {
  padding: 2em;
  color: #fff;
  text-transform: uppercase;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.speaker figure figcaption::before, .speaker figure figcaption::after {
  pointer-events: none;
}
.speaker figure figcaption, .speaker figure figcaption > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.speaker figure figcaption > a {
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
  outline: none;
}
.show-hide {}
/*.show-hide.collapsed:after {content:'...'}

.show-hide:after {    content: '...';
    font-size: 30px;
   display:block;
    width: 20px;
    height: 20px;
    color: black;
    }*/
.mostrar-esconder i {
  font-size: 15px;
  color: black;
}
.mostrar-esconder {
  width: 20px;
  height: 23px;
  position: absolute;
  right: 15px;
  bottom: 15px;
}
.speaker .caption {
  float: left;
  width: 100%;
  background: white;
  margin-top: 0;
  margin-bottom: 30px;
}
/*---------------*/
/***** Ming *****/
/*---------------*/
figure.effect-ming {
  background: #030c17;
}
figure.effect-ming img {
  opacity: 0.9;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}
figure.effect-ming figcaption::before {
  position: absolute;
  top: 15px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  border: 1px solid #fff;
  box-shadow: 0 0 0 30px rgba(255, 255, 255, 0.2);
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale3d(1.4, 1.4, 1);
  transform: scale3d(1.4, 1.4, 1);
}
figure.effect-ming span img {
  padding: 4em 0;
  opacity: 0;
  margin: 0 auto;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
}
figure.effect-ming:hover figcaption::before, figure.effect-ming:hover span img {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
figure.effect-ming:hover figcaption {
  background-color: rgba(58, 52, 42, 0);
}
figure.effect-ming:hover img {
  opacity: 0.4;
}
/* CUSTOM STYLES */
.dark-green-bg {
  background: #0F1E1A;
}
.medium-green-bg {
  background: #4B614C;
}
.light-green-bg {
  background: #5F7455;
}
#intro-page {
  padding: 180px 0;
}
#intro-page h2 {
  color: white;
  margin-bottom: 60px;
}
#intro-page p.lead {
  color: white;
  text-align: justify;
  width: 800px;
  max-width: 100%;
  margin: 0 auto;
  font-size: 18px;
}
#bg-imagem {
  background: url('../imagens/01-02.jpg');
  background-size: cover;
  height: 500px;
  background-position: center center;
}
#faqs h2 {
  color: white;
  text-align: left;
  margin-bottom: 50px
}
#faqs .subtitulo {
  color: white;
  text-align: center;
  margin-bottom: 80px;
  font-size: 20px;
  letter-spacing: 4px;
  margin-top: 20px;
}
.panel-heading p.date {
  margin: 0;
  color: white !important;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 16px;
}
.panel-heading .titulo {
  margin: 0;
  line-height: 23px;
}
.panel-heading a {
  /*pointer-events: none;*/
}
.panel-body, .panel-body p {
  color: white;
  line-height: 1.8
}
.panel-heading .titulo a {
  color: white !important;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 23px;
  display: block;
}
/*
.panel-heading .titulo a:after {
  content: '-';
  position: absolute;
  right: 0;
  font-size: 30px;
}
.panel-heading .titulo a.collapsed:after {
  content: '+';
  font-size: 24px;
}*/
.item-info-reserva {
  width: 200px;
  display: table;
  margin: 0 auto;
}
.border-left-right-white {
  border-left: 1px solid white;
  border-right: 1px solid white
}
#faqs .panel-heading {
  border-bottom: 1px solid white;
  margin: 20px 0;
	background:transparent;
}
#reservar-online {
  padding: 30px 0;
}
#reservar-online h3 {
  font-weight: normal;
  color: white;
  margin: 0;
  font-size: 20px
}
.botao-reservar-online {
  border: 1px solid white;
  padding: 5px 20px;
  border-radius: 0;
  color: white;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 2px;
  margin: 10px auto 0;
  display: table;
}
.botao-reservar-online:hover, .botao-reservar-online:focus {
  color: #0F1E1A;
  text-decoration: none;
  background: white;
}
.panel-heading  a:before {
   font-family: 'Fontawesome';
   content: "\f176";
   float: right;
   transition: all 0.5s;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	transform: rotate(180deg);
}
.panel-heading.active a:before {
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	transform: rotate(0deg);
} 

.botao-reservar-online2 {
  border: 1px solid black;
  padding: 5px 20px;
  border-radius: 0;
  color: black;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 2px;
  margin: 40px 0 0;
  display: table;
}
.botao-reservar-online2:hover, .botao-reservar-online2:focus {
  color: white;
  text-decoration: none;
  background: black;
}


hr {
  border-top: 1px solid #fff;
  margin: 30px 0
}
#competition-prizes {
  padding: 50px 0 40px 0;
}
#competition-prizes h2 {
  margin-top: 0;
  margin-bottom: 10px;
  color: white;
  letter-spacing: 4px
}
#competition-prizes .subtitle {
  font-size: 14px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 2px
}
#competition-prizes small {
  color: white;
  font-style: italic;
  opacity: 1;
  margin-top: -20px
}
#competition-prizes h3 {
  color: white;
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 30px;
  margin-top: 0;
}
#competition-prizes p {
  color: white;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.1
}
#competition-prizes p small {
  display: block;
}
#competition-prizes p a {
  color: white;
}
#winners {
  background: #fff;
}
.bloco-com-imagem {
  padding: 0;
}
.bloco-com-imagem h5 {
  font-weight: 600;
  color: #0F1E1A;
  line-height: 1.8;
  font-size: 16px;
  margin-bottom: 40px;
  letter-spacing: 2px;
  margin-top: 0;
}
.bloco-com-imagem .row {
	display: flex;
		justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}




.winner .nome {
  font-size: 15px;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 0;
  color: #0F1E1A;
  line-height: 1.1;
  letter-spacing: 1px
}
.winner .pais {
  font-size: 15px;
  font-weight: 600;
  margin-top: 0px;
  margin-bottom: 0;
  line-height: 1.1;
  color: #6D6D6D
}
.container-small {
  width: 900px;
  max-width: 100%;
  margin: 40px auto 0;
	padding:0 15px;
}

.bloco-texto-flex {flex: 1;}

.texto-bloco {
  padding: 80px;
	
}


.texto-bloco p {
  text-align: justify;
  line-height: 1.8;
}
.logo-graham {
  height: 60px;
  margin: 0 auto 50px;
  display: table;
}
.logo-belos-aires {
  height: 80px;
  margin: 0 auto 50px;
  display: table;
}
.bloco-com-imagem .imagem-fundo1 {
  background: url('../imagens/01-03.jpg');
  background-position: center center;
  background-size: cover;
  min-height: 700px;
	flex: 1;
}
.bloco-com-imagem .imagem-fundo2 {
  background: url('../imagens/01-04.jpg');
  background-position: center center;
  background-size: cover;
  min-height: 700px;
	flex: 1;
}
.logo-graham-footer {
  height: 60px;
  float: left;
}
.logo-belos-aires-footer {
  height: 80px;
  float: right;
}
.subfooter .row {
  display: flex;
  align-items: center;
}
.bloco-info {
  display: flex;
  align-items: center;
  padding: 25px;
}
.bloco-info .numero {
  font-weight: 600;
  font-size: 30px;
  padding-right: 5px;
}
.bloco-info .info {
  font-size: 12px;
  line-height: 1.2;
  text-align: left;
}
.dark-brown {
  background: #A57C65
}
.medium-brown {
  background: #BA9074
}
#timeline {
  /*margin-left: -10px;
  margin-right: -10px;*/
}
small, .small {
  font-size: 75%;
  opacity: 0.4;
}
.tp-caption.light_medium_30_shadowed {
  font-family: Montserrat !important;
}
.collapse.in {
  display: inline !important;
}
#age-verify {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.85);
  z-index: 9999999;
}
.window {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 700px;
  max-width: 100%;
  height: auto;
  overflow: hidden;
  padding: 80px 50px;
  transform: translate(-50%, -50%);
  background-color: rgba(75, 97, 76, 0.9);
  box-sizing: border-box;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
  text-align: center;
}
.window .title {
  font-size: 24px;
  color: white;
  display: block;
  text-align: center;
  line-height: 1.4;
  margin-bottom: 20px;
  font-weight: 400;
  letter-spacing: 4px;
  text-transform: uppercase;
}
.window p {
  font-size: 16px;
  color: white;
  font-weight: 300;
  text-align: center;
}
button.yes {
  border: 0;
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  padding: 5px 20px;
  color: #FFF;
  font-size: 18px;
  background-color: transparent;
  border-radius: 100px;
  border: 1px solid white;
  margin: 20px 10px 0;
  transform: scale(1);
}
button.no {
  border: 0;
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  padding: 5px 20px;
  color: #FFF;
  font-size: 18px;
  background-color: transparent;
  border-radius: 100px;
  border: 1px solid white;
  margin: 20px 10px 0;
  transform: scale(1);
}
button.no:hover, button.yes:hover, button.back:hover {
  background: white;
  color: #192F2A;
}
.under .underBox {
  top: 0;
}
.underBox {
  position: absolute;
  width: 100%;
  padding: 80px;
  height: 100%;
  top: 100%;
  left: 0;
  right: 0;
  background-color: rgba(75, 97, 76, 1);
  box-sizing: border-box;
}
button.back {
  border: 0;
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  padding: 10px 30px;
  color: #FFF;
  font-size: 18px;
  background-color: transparent;
  border-radius: 100px;
  border: 1px solid white;
  margin: 20px 10px 0;
  transform: scale(1);
}
.menu-copy ul {
  list-style: none;
}
.menu-copy ul li {
  display: inline-block;
  margin-right: 10px;
}
.menu-copy ul li:after {
  content: '.';
}
.menu-copy ul li:last-child:after {
  content: '';
}
.menu-copy ul li a {
  padding: 0 10px 0 0;
}
.copyright-rodape {
  margin-top: 40px;
}
.livro-reclamacoes img {
  height: 40px;
}
.mobile-only {
  display: none;
}
@media only screen and (max-width: 768px) {
	
	.is-sticky .logo-header {height:30px; top:10px;}
	
	.tp-caption {text-align:center!important}
	
	.tp-caption img {width:80%!important; height:auto!important}
	
	.bloco-com-imagem .imagem-fundo1, .bloco-com-imagem .imagem-fundo2 {min-height:400px}
	
	.menu-copy {padding-left:0}
	
	#about .texto-bloco {padding-top:80px}
	
	#highlight {position:relative; margin:0!important; padding:30px}
	
	#highlight .texto-direita {padding-left: 15px;
    padding-top: 25px;border-top: 1px solid white;
    margin-top: 25px;}
	
	.winner {padding:30px; width: 350px; max-width:100%;
    margin: 0 auto;}
	
  .menu-copy ul li:after {
    content: '';
  }
  .window .title {
    font-size: 20px;
  }
	
	.texto-grande-highlight {font-size:24px;}
	
	.item-info-reserva {text-align:center}
  .subfooter .row.copyright-rodape {
    display: table;
    width: 100%;
    margin: 30px 0 0;
  }
  .window p {
    font-size: 13px;
  }
  button.yes, button.no, button.back {
    padding: 5px 20px;
    font-size: 13px;
  }
  .menu-copy ul {
    margin: 20px 0 20px;
    padding: 0;
  }
  .livro-reclamacoes img {
    margin-top: -65px;
  }
  .copy {
    text-align: left;
    margin-bottom: 15px;
	  padding-left: 0
  }
  .menu-copy ul li {
    display: block;
    margin-bottom: 10px;
  }
  .subfooter .row.copyright-rodape .col-sm-6 {
    width: 70%;
    display: inline-block;
  }
  .subfooter .row.copyright-rodape .col-sm-2 {
    width: 30%;
    display: inline-block;
  }
  #highlight #right {
    text-align: center;
  }
  .mobile-only {
    display: block;
    font-size: 11px;
  }
  .mostrar-esconder {
    bottom: 35px;
  }
  .texto-bloco {
    padding: 80px 30px;
  }
  .bloco-info {
    padding: 5px;
  }
  .bloco-com-imagem .imagem-fundo2 {
    width: 100%;
  }
  body {
    line-height: 1.8;
  }
  .botao-reservar-online {
    font-size: 16px;
  }
  #intro-page p.lead { 
    font-size: 14px;
    line-height: 1.8;
  }
  #faqs .subtitulo {
    font-size: 16px;
  }
  .bloco-info .numero {
    font-size: 20px;
  }
  .bloco-info .info {
    font-size: 10px;
  }
  #belos-aires .row {
    flex-flow: column;
    display: flex;
  }
  #belos-aires .row .texto-bloco {
    order: 2;
  }
  .tp-caption.light_heavy_70_shadowed {
    font-size: 24px !important;
    font-weight: 600;
  }
  .tp-caption.light_medium_30_shadowed {
    font-size: 16px !important;
    font-weight: 500;
    padding-top: 20px !important;
  }
  .logo-graham-footer {
    height: 40px;
  }
  .logo-belos-aires-footer {
    height: 60px;
  }
	#winners {padding:60px 0}
	#faqs {padding-top:60px}
	.border-left-right-white {border-left:0; border-right: 0; margin-top:20px; margin-bottom: 20px}
	#reservar-online {padding:60px 0}
  #competition-prizes h3 {
    margin-bottom: 5px;
    margin-top: 0px;
    font-size: 20px;
  }
  #competition-prizes {
    padding-top: 60px;
  }
  .panel-heading .titulo a {
    font-size: 13px;
  }
  .bloco-com-imagem .row {
    display: table;
  }
  #intro-page {
    padding: 130px 0;
  }
  #highlight #left {
    min-height: auto;
    padding: 20px;
  }
  #highlight #left {
    background: rgba(25, 47, 42, 0.8);
  }
  #highlight #right {
    background: rgba(95, 116, 85, 0.8);
  }
  #highlight #right a {
    font-size: 20px;
  }
  #highlight {
    margin-top: -166px;
  }
}