/* EDITOR CSS
*********************************************/



.textblock {
    margin: 0 auto;
    max-width: 65%;
    text-align: center;
}


/**** LOGO OVERLAY IN BANNER ****/



.bannerheadline img {
    width: 60%;
    z-index: 999;
}

.bannerheadline {
    float: left;
    margin-top: 18%;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 999 !important;
}


.partnerpic {
    width: 220px;
    border-radius: 300px;
    margin-bottom: 30px;
}



body {
    color: #555 !important;
    /*font-family: "Roboto",sans-serif !important;*/
    font-family: "Lato",sans-serif !important;
    /*font-family: "Ubuntu",sans-serif !important;*/
    font-size: 15px !important;
    font-weight: 300 !important;
    line-height: 1.6em !important;
  
  /** takes out horizontal scroll???? **/
   overflow: hidden;
}



p {
    margin: 0 0 10px !important;
}

b, strong {
    font-weight: 500 !important;
    color: #555;
}


.pageintro {
	text-align: center; 
	width: 65%; 
	margin: 0px auto ! important;
}


.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {

min-height: 1px;
    padding-left: 15px !important;
    padding-right: 15px !important;
    position: relative;


}

h1, h2, h3, h4, h5, h6 {
  font-family: "Lato",sans-serif !important;
    line-height: 1;
    text-rendering: optimizelegibility;
}

/** for titles big **/
h1 {
   color: #444 !important;
    font-size: 23px !important;
    font-weight: 800 !important;
    line-height: 1.3em !important;
    margin-bottom: 20px !important;
    margin-top: 0 !important;
   /* text-transform: uppercase;*/
}
/** para titulos pequenos **/
h2 {
    color: #444 !important;
    font-size: 23px !important;
    /* font-weight: normal !important;*/
    margin-top: 0 !important;
  
}
h3 {
    color: #444 !important;
    font-size: 16px !important;
    letter-spacing: -0.02em;
    line-height: 1.3em !important;
    margin-bottom: 15px !important;
    margin-top: 0 !important;
}

/*** for headlines in banner */
h4 {
    color: #fff !important;
    font-size: 30px !important;
    /* font-weight: normal !important;*/
    /*letter-spacing: -0.02em;*/
    line-height: 1.3em !important;
    text-shadow: 1px 1px 1px #111;
}
h5 {
    color: #444 !important;
    font-size: 18px !important;
   /* font-weight: normal !important;*/
    line-height: 1.3em !important;
    margin-top: 0 !important;
  
}

h6 {
    color: #fff !important;
    font-size: 19px !important;
    /* font-weight: normal !important;*/
    margin-bottom: 30px !important;
text-shadow: 2px 2px 1px #111;
  opacity:0.7;
}




/********* BOTAO ************/
.mybot {
    border-radius: 0;
    display: inline-block;
    font-size: 12px !important;
    font-weight: normal !important;
    padding: 15px 20px;
    text-transform: uppercase;
    width: auto;
    line-height: 13px;
    color:#bd754b !important;
    font-family: "Lato",sans-serif !important;
    font-size: 12px;
  text-transform:uppercase;
  font-weight: 300 !important;
  
   border: 1px solid rgba(192, 148, 99, 0.25);/*BORDER*/
 /* border: 1px solid rgba(0, 0, 0, 0.2);*//*BORDER GRAY*/
  
  /** for animation **/
   -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.mybot:hover, .mybot:focus {
    text-decoration:none !important;
  
  /*** BG LIGHT ***/
  background-color: #DDAC77;
   border: 1px solid #DDAC77;
  /* background-color: rgb(222,153, 86);
   border: 1px solid rgb(222,153, 86);*/
   
    color: #fff !important;
    opacity: 1 !important;
}


/*** BT SLIDER ***/
/** READ MORE ***/
.readmore > a {
text-align: center; 
display: inline-block; 
margin-top: 40px ! important; 
padding: 10px 12px; 
border: 1px solid rgba(192, 148, 99, 0.25);/*BORDER*/
  font-size: 12px;
    text-transform: uppercase;
}

/** over images LINK in BT SLIDER ***/
.readmore > a:hover, .readmore > a:focus {
   
    opacity: 1 !important;
    
    color: #fff !important;
   /*** BG LIGHT ***/
  background-color: #DDAC77;
   border: 1px solid #DDAC77;
}


/*** BOT READ MORE ** read more read less*/
.botreadmore {
border: 1px solid rgba(192, 148, 99, 0.25);/*BORDER*/
  display: inline-block;
    margin-top: 25px !important;
    padding: 10px 12px;
    text-align: center;
  color:#bd754b !important;
  background-color: rgba(0,0,0,0);
  font-size: 12px;
    text-transform: uppercase;
  
   /** for animation **/
   -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.botreadmore:hover, .botreadmore:focus {
 
    /*** BG LIGHT ***/
  background-color: #DDAC77;
   border: 1px solid #DDAC77;
    opacity: 1 !important;
    color: #fff !important;

}





/*** normal LINK **/
a:focus, a:hover  {
  outline:none !important;
  opacity:0.5;
  text-decoration:none !important;
}


a{
  text-decoration:none !important;
  color:#BD754B !important;
  opacity:1;
  
   /** for animation **/
   -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
  
}

.title02 {
    font-size: 2em;
    font-weight: 600;
    letter-spacing: -0.03em;
    opacity: 0.7;
}

.title01 {
    color: #fff !important;
    font-size: 1.2em;
    font-weight: 600;
    opacity: 1 !important;
}






/***************** RESPONSIVE IMAGES BU POSITION OR MODULE ***********/

#stage img {
    max-height: 100%;
    max-width: 100% !important;
    position: relative;
}



/******* LOGO *****/

/*.logodesktop img {
    width: 140px;
}*/


/** COPYRIGHT MENUS ***/
#copyright a {
    color: #e2c9ab !important;
    margin-left: 5px;
    margin-right: 5px;
}


/******* LANG ***/
div.mod-languages img {
    border: 1px solid #fff !important;
}


/******* UNDER BANNER ********/

.underbannercontent {
    position: relative;
    text-align: center;
   /* top: 135px;*/
  top: 125px;
}

.underbannercontent > img {
    opacity: 0.8;
    width: 60%;
}



/******* SMALL BANNERS ********/

.wrapsmallbanner a:hover {
  opacity:1 !important;
}

.wrapsmallbanner img {
   width: 100%;
  opacity: 1 !important;

}
.wrapsmallbanner h2 {
    color: #fff !important;
    text-shadow: 1px 1px 1px #111;
}



.smallbanner_01:hover, .smallbanner_02:hover, .smallbanner_03:hover{
   opacity: 0.9!important;

 outline:3px solid #c09566;
}







/**** BANNER HOME - SLIDER 
************************************************************/
.banneroverlay {
  background: -moz-linear-gradient(top,  rgba(41,37,30,0.30) 0%, rgba(41,37,30,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(41,37,30,0.30) 0%,rgba(41,37,30,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(41,37,30,0.30) 0%,rgba(41,37,30,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b029251e', endColorstr='#0029251e',GradientType=0 ); /* IE6-9 */
  
    height: 240px;
    /*padding-left: 18px;
    padding-top: 18px;*/
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 999;
  
}

/** logo over img **/
.homebgimg {
    margin: 10% auto !important;
    position: absolute;
    width: 100%;
    z-index: 999 !important;
    display: none;
}



.carousel {
    /*margin-bottom: 70px;*/
    position: relative;
}


.carousel-inner > .item > img,
  .carousel-inner > .item > a > img {
      width: 100%;
      margin: auto;
  }

.carousel-indicators {
    bottom: 120px !important;
}
.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next {
    color: #fff !important;
    font-size: 30px;
    height: 30px;
    margin-top: -15px;
    width: 30px;
}
.carousel-caption h4 {
    
    font-size: 2.4em;
}

.carousel-caption {
    color: #fff;
    text-align: center;
    text-shadow: 0 0 0 !important;
    font-size: 1.2em;
    top: 30%;
   z-index: 99 !important;
  height:200px;
}
.carousel-indicators li {
    background-color: #fff !important;
    border: medium none !important;
    border-radius: 8px !important;
    cursor: pointer;
    display: inline-block;
    height: 10px !important;
    margin: 0 10px !important;
    opacity: 0.5;
    text-indent: -999px;
    width: 10px !important;
}
.carousel-indicators .active {
      background-color: #fff !important;
    /*border: 1px solid #c63136 !important;*/
    height: 12px !important;
    margin-bottom: -1px !important;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    opacity: 1;
    width: 12px !important;
}


/** setas de nav mais para baixo ***/
.carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
    display: inline-block;
    position: absolute;
   /* top: 60% !important;*/
    z-index: 5;
}

.carousel-control .glyphicon-chevron-right::before {
    content: "\f105";
    font-family: "FontAwesome";
    font-size: 1.3em;
}
.carousel-control .glyphicon-chevron-left::before {
    content:  "\f104";
    font-family: "FontAwesome";
    font-size: 1.3em;
}
/** for the bot in the banner **/
#banner #myCarousel .mybot {
    margin-top: 30px;
}







/* FOOTER 
**************************************************************************/


#footer a.ballbtn {
    border-radius: 30px;
    display: inline-block;
    height: 60px !important;
    margin-left: 5px;
    margin-right: 5px;
    width: 60px !important;
}

#footer .ballbtn {
    background-color: #333;
    color: #fff !important;
    font-weight: 700;
}

#footer i {
    font-size: 20px !important;
    font-weight: 700;
    text-align: center;
    vertical-align: middle !important;
    height: 100%;
    padding-top: 20px;
}
#footer .fa.fa-vimeo {
    padding-top: 20px !important;
}
#footer .fa.fa-facebook {
    padding-top: 20px !important;
}


/** websites **/
.vbanner strong, .vbanner b{
    font-weight: 600 !important;
    margin-top: 10px !important;
    margin-bottom: -10px !important;
    display: block;
}

.vbanner{
  margin-bottom:20px;
}

.vbanner img{
  border:1px solid #ddd;
  margin-bottom:12px; 
  
  /** for animation **/
   -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.vbanner img:hover{
  border:1px solid #333;
}


.vbanner.col-md-2.col-md-offset-1 {
    padding: 2px !important;
}

.vbanner.col-md-2 {
    padding: 2px !important;
}


/******* LOGO STAMINA ****/
#stamina {
    /*background-color: #33ff00;*/
    float: right;
    height: 30px;
    margin-top: -40px;
    position: relative;
    width: 200px;
}
#stamina img {
    float: right;
    margin-right: 16px;
    max-height: 16px;
    opacity: 0.5;
}

#stamina img:hover {
    opacity: 1;
}



div#logo {
    float: left;
}





/******filer fixed*******/

@media (min-width: 992px) {

div#over_content.scrolled {
    position: fixed;
    top: 49px;
    width: 100%;
z-index:999;
 box-shadow: 0 1px 2px #555;
  }
  
  
}



div#k2Container {
    width: 100%;
    float: left;
  /*  padding-top: 30px;*/
 
}




/******* FOR POP UP **********/
/** take out corners **/
.jcemediabox-popup-corner-tl {
    background: rgba(0, 0, 0, 0) url("../img/corner-tl.png") no-repeat scroll left top;
    clear: both;
    height: 10px;
    display: none;
}
.jcemediabox-popup-corner-bl {
    background: rgba(0, 0, 0, 0) url("../img/corner-bl.png") no-repeat scroll left bottom;
    clear: both;
    height: 10px;
    display: none;
}

/** background layers **/
#jcemediabox-popup-container {
    background-color: rgba(0, 0, 0, 0) !important;
}

/** 96 **/
#jcemediabox-popup-content {
    background-color: rgba(255, 255, 255, 0.15) !important;
    padding: 50px 28px !important;
   /* border: 1px solid rgba(255,255,255,0.6);*/
}

#jcemediabox-popup-ajax {
    background-color: rgba(0, 0, 0, 0) !important;
    border: 0 none;
    height: 100%;
    margin: 0;
    overflow: auto;
    padding: 0;
    position: relative;
    width: auto;
}

#jcemediabox-popup-container > div {
    max-height: 300px;
}

#jcemediabox-popup-frame > div {
    max-height: 400px !important;
}

/** for background **/
#jcemediabox-popup-overlay {
    background-color: rgba(65, 60, 60, 0.96) !important;
    opacity: 1 !important;
}

/** for text ***/
#jcemediabox-popup-page .item-page {
    color: rgba(255,255,255,0.7) !important;
}
#jcemediabox-popup-page h5, #jcemediabox-popup-page b, #jcemediabox-popup-page strong {
    color: #fff !important;
}


/** bottom part **/
#jcemediabox-popup-body > div {
    display: none;
}

#jcemediabox-popup-caption {
    background-color: #fff;
    padding: 10px 35px 10px 10px;
    display: none !important;
}
#jcemediabox-popup-info-bottom {
    margin-top: 0 !important;
    padding-top: 10px;
}

#jcemediabox-popup-closelink {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
    border: medium none;
    margin-top: 30px;
    float: right !important;
    height: 20px;
    position: initial;
    width: 100%;
    margin: 0 auto !important;
    z-index: 9999 !important;
    text-align: center;
}


#jcemediabox-popup-closelink:before {
    content: "Close";
    font-size: 20px;
}