/****** COLORS ******/
.greenish{
    background:rgba(162,188,57,1)
}
.btn-orange{
    border: 2px solid #ee960c!important;
    background:#ee960c!important;
    color:#fff!important;    
}
.btn-orange-xl{
  width: 100%;
  font-size: 26px;
  color:#fff;
  text-decoration:none;
  text-transform:uppercase;
  text-align:center;
  text-shadow:1px 1px 0px #a76704;
  padding-top:6px;
  position:relative;
  cursor:pointer;
  border: none;
  background: #ee960c;
  background-image: linear-gradient(bottom, rgb(162,103,4) 0%, rgb(162,103,4) 100%);
  border-radius: 5px;
  box-shadow: inset 0px 1px 0px #a76704, 0px 5px 0px 0px #a76704, 0px 10px 5px #999;
}
.btn-orange-xl:hover, .btn-orange:hover{
  background: #ce7f05!important;  
  opacity: 1!important;
  color: #fff!important;
}
.orange{
    background:#ee960c;
}
.red{
   background-color:#ff5548;
   color: #fff;
}
.bg-red{
   background-color:#ff5548;
   color: #fff;
}
.text-red{
  color:#ff5548;
}
.text-grey{
  color:#888;
}
.magenta{
    background-color: rgba(206, 15, 76, 1);
}
.yellow{
    background-color: #fdcc52 !important;
    color: #292929!important;
}
#speakers h2,#speakers h3,#speakers h4,#speakers h5,#speakers p{
    color: #292929!important;
}
h2,h3{
    font-weight: 500;
    color: #47b475;
}
.text-white{
    color: #fff!important;
}
.text-black{
    color:#292929!important;
}
.text-orange{
  color:#ee960c;
}
.text-green{
  color:#47b475 !important
}
/****** SPACES ******/
.pb16{
    padding-bottom: 16px;
}
.pb64{
    padding-bottom: 64px;
}
section{
    padding-top: 64px;
}
/****** OTHERS ******/
header{
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    background-position: center;
    background-image:url("../img/bruco.jpg");
    color:#fff;
}
header .container{
    z-index: 900;
}
header h1,h5{
    color:#fff;
}
.overlay-bg{
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0;
    left: 0;
}
.logo{
    max-height: 120px;
}
.logo-wrap{
    height: 120px;
}
.countdown{
    font-size: 26px;
}
.image-wrap.speaker{
    /*height: 240px;*/
    overflow: hidden;
}
.blurred{
    -webkit-filter: blur(3px);
  -moz-filter: blur(3px);
  -o-filter: blur(3px);
  -ms-filter: blur(3px);
  filter: blur(3px);
}
.btn-xl{
    height: auto!important;
    padding:32px;
}
input[type="text"]{
  color: #333;
}
.shadow{
  background-color: rgba(0, 0, 0, 0.2);
}
.benefit{
  min-height: auto;
}
small{
  font-size:90%;
}
.pricing-table{
  padding: 18px 32px;
}