/* 
    Created on : Feb 26, 2016, 11:51
    Edited  on : ---
    Created by : Sandro Guerreiro
    Edited  by : ---
*/



#popup{
    width: auto;
    height: auto;
    margin: 0 auto;
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 9988;
    background-color: rgba(0, 0, 0, 0.7);
}
#popup-close_div{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 9997;
    top: 0;
    left: 0;
}
.popup-close{
    z-index: 9998;
}
#popup-container div{
    z-index: 9999;
}
.stop-propagation{
    pointer-events: auto;
}
    
#popup-container{
    padding-top: 80px;
    padding-bottom: 80px;
    width: 100%;
    height:100%;
}

.popup-close{
    text-transform: uppercase;
    position: absolute;
    top: 25px;
    right: 25px;
    color: #fff;
    font-size: 25px;
    cursor: pointer;
}

/* Página de Noticias */
#sobrenos-holder{
    background-color:#9BC13C;
    padding:20px;
    overflow:auto;
    margin-bottom:150px;
}

/* Basic Styles */
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}

.talign_center{
    text-align: center !important;
}
.talign_right{
    text-align: right !important;
}
.talign_left{
    text-align: left !important;
}

.float_none{
    float: none !important;
}
.float_right{
    float: right !important;
}
.float_left{
    float: left !important;
}

.div_center{
    margin:0px auto;
}

.margin_null{
    margin:0 !important;
}
.margint_null{
    margin-top:0 !important;
}
.marginb_null{
    margin-bottom:0 !important;
}
.marginr_null{
    margin-right:0 !important;
}
.marginl_null{
    margin-left:0 !important;
}

.padding_null{
    padding:0 !important;
}
.padding_bot{
    padding-bottom: 30px;
}
a{
    text-decoration:none;
    color: #9bc13c; /* Main color */ 
    outline:none;
}
.hiperlink_custom{
    color: #9bc13c; /* Main color */ 
}

.input-custom_div{
    margin-top:30px;
    margin-bottom:30px;
    overflow:auto;
}
.input-custom{
    background-color: transparent;
    border:1px solid #969696;
    margin-bottom:20px;
    font-size:20px;
    padding:10px;
}
.input-custom.active{
    background-color: #9bc13c;
    color:#fff;
    border:1px solid #9bc13c;
}
.input-custom.small{
    background-color: transparent;
    border:1px solid #969696;
    margin-bottom:14px;
    font-size:14px;
    padding:5px;
}
.input-custom.error{
    -webkit-box-shadow: 0 0 10px red;
        box-shadow: 0 0 10px red;
}
.input-custom option {
    background-color:rgba(0,0,0,1);
    color:#ffffff;
}
.input-custom.button{
    border:1px solid #9bc13c;
    color: #9bc13c;
    cursor: pointer;
}
.input-custom.checkbox{
    cursor: pointer;
}
.input-custom.button:hover,
.input-custom.button.active{
    background-color:#9bc13c; /* Main color */ 
    border:1px solid #9bc13c;
    color:#ffffff !important;
}
.input-custom.textarea{
    resize: none;
}
.input-custom::-webkit-input-placeholder {
color: #ffffff !important;
}
 
.input-custom:-moz-placeholder { /* Firefox 18- */
color: #ffffff !important;  
}
 
.input-custom::-moz-placeholder {  /* Firefox 19+ */
color: #ffffff !important;  
}
 
.input-custom:-ms-input-placeholder {  
color: #ffffff !important;  
}

a.back-to-top {
    display: none;
    position: fixed;
    z-index: 999;
    right: 20px;
    bottom: 20px;  
    outline:none
}
a.back-to-top img {
    width:60px;
    height:60px;  
}

.custom-table-holder #listTable_length{
    color:#dcdcdc !important;
}
.custom-table-holder #listTable_length select{
    color:#dcdcdc !important;
    background-color: transparent;
    text-align:center;
}
.custom-table-holder #listTable_filter{
    color:#dcdcdc !important;
}
.custom-table-holder #listTable_filter>label>input{
    background-color: transparent;
    border:1px solid #969696;
    margin-bottom:14px;
    font-size:14px;
    padding:5px;
}
.custom-table-holder table thead,
.custom-table-holder table tbody, 
.custom-table-holder table tr{
    background-color: transparent !important;
}
.custom-table-holder table{
    border-bottom: none !important;
}
.custom-table-holder table tbody,
.custom-table-holder table th{
    border-bottom:1px solid #dcdcdc !important;
}
.custom-table-holder table > thead tr{
    border:1px solid #dcdcdc !important;
}
.custom-table-holder #listTable_info{
    color:#dcdcdc !important;
}
.custom-table-holder #listTable_previous,
.custom-table-holder #listTable_next,
.custom-table-holder .paginate_button{
    border:1px solid #9bc13c !important;
    color: #9bc13c !important;
    cursor: pointer;
    background: transparent;
}
.custom-table-holder #listTable_previous:hover,
.custom-table-holder #listTable_next:hover,
.custom-table-holder .paginate_button:hover,
.custom-table-holder .paginate_button.current{
    background:#9bc13c !important; 
    border:1px solid #9bc13c;
    color:#ffffff !important;
}

/* END Basic Styles */


/* Site Default Style */
html, 
 body,
  #container {
    min-height: 100%;
    padding: 0; 
    margin: 0;
 }
body{
    background:url('images/home_bkg-img.jpg') no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height:100%;
}
.content-wrapper{
    position:relative;
    min-height: 100%;
    width:100%;
    padding-bottom: 50px; /* Footer Height */
}

.main_body{
    margin:0px auto !important;
    padding:0;
    width: 80%;
}

.page{
    display:none;
}
.page.page-active{
    display:block;
}

#footer {
 clear: both;
 position: relative;
 text-align: center;
 z-index: 9;
 height: 50px;
 line-height: 50px;
 margin-top: -50px; /* Footer Height */
 font-size:12px;
}


#logo-top{
    position:relative;
    width:100%;
    height:20%;
    text-align:center;
    margin-bottom:3%;
}
#logo-top.scrollable{
    margin-bottom:150px;
}
#logo-top img{
    max-height:80%;
    max-width: 100%;
    width:auto;
    position: absolute;
    bottom: 0;
    left:0;
    right:0;
    margin: 0px auto;
    margin-top: 10px;
}
/* END Default Style */


/* Página Inicial */
#home-logo{
    position:relative;
    width:100%;
    height:40%;
    text-align:center;
}
#home-logo img{
    max-height:80%;
    max-width: 100%;
    width:auto;
    position: absolute;
    bottom: 0;
    left:0;
    right:0;
    margin: 0px auto;
    margin-top: 10px;
}
#explore{
    position:relative;
    width:100%;
    height:44%;
}
#explore-main_button{
    position: absolute;
    top: 0;
    bottom: 0;
    left:0;
    right:0;
    margin: auto;
    z-index:2;
    max-height: 33%;
    width:auto;
    cursor:pointer;
}
#explore-animation_stripes{
    position: absolute;
    top: 0;
    bottom: 0;
    left:0;
    right:0;
    margin: auto;
    max-height: 80%;
    width:auto;
    
    -webkit-transition-property:-webkit-transform;
    -webkit-transition-duration:0.4;
    -moz-transition-property:-moz-transform;
    -moz-transition-duration:0.4s;
    transition-property:transform;
    transition-duration:0.4s;
}

#explore-main_button:hover+.explore-rotate_right {
    -webkit-animation:FullRotation-Right 10s linear infinite;
    -moz-animation:FullRotation-Right 10s linear infinite;
    animation:FullRotation-Right 10s linear infinite;
}
#explore-main_button:hover~.explore-rotate_left {
    -webkit-animation:FullRotation-Left 10s linear infinite;
    -moz-animation:FullRotation-Left 10s linear infinite;
    animation:FullRotation-Left 10s linear infinite;
}
/* END Página Inicial */


/* Página Menu */

#menu_explore{
    position:relative;
    width:100%;
    height:60%;
}
#menu_explore-main_button{
    position: absolute;
    top: 0;
    bottom: 0;
    left:0;
    right:0;
    margin: auto;
    z-index:2;
    max-width: 50%;
    height:auto;
    cursor:pointer;
}
#menu_explore-animation_stripes{
    position: absolute;
    top: 0;
    bottom: 0;
    left:0;
    right:0;
    margin: auto;
    max-width: 30%;
    height:auto;
    
    -webkit-transition-property:-webkit-transform;
    -webkit-transition-duration:0.4;
    -moz-transition-property:-moz-transform;
    -moz-transition-duration:0.4s;
    transition-property:transform;
    transition-duration:0.4s;
}

#menu_explore-main_button:hover~.explore-rotate_right{
    -webkit-animation:FullRotation-Right 10s linear infinite;
    -moz-animation:FullRotation-Right 10s linear infinite;
    animation:FullRotation-Right 10s linear infinite;
}
#menu_explore-main_button:hover~.explore-rotate_left {
    -webkit-animation:FullRotation-Left 10s linear infinite;
    -moz-animation:FullRotation-Left 10s linear infinite;
    animation:FullRotation-Left 10s linear infinite;
}

.menu_explore-option > .option_up:hover,
.menu_explore-option > .option_down:hover,
.menu_explore-option > .option_left:hover,
.menu_explore-option > .option_right:hover{
    cursor:pointer;
    color:#9bc13c !important;
}

.menu_explore-option > .option_up{
    position:absolute;
    bottom:0;
    margin:0px auto;
    left:0;
    right:0;
    z-index:11;
}
.menu_explore-option > .option_down{
    position:absolute;
    top:0;
    margin:0px auto;
    left:0;
    right:0;
    z-index:11;
}
.menu_explore-option > .option_left{
    position:absolute;
    right:0;
    top: 50%;
    transform: translateY(-50%);
    z-index:11;
}
.menu_explore-option > .option_right{
    position:absolute;
    left:0;
    top: 50%;
    transform: translateY(-50%);
    z-index:11;
}
/* END Página Menu */


/* Página Trails */
#trails-content{
    min-height: 100%;
}

.trails-explore{
    border:0.5px #9bc13c solid;
    padding-top: 5px;
    padding-bottom:5px;
}
.trails-explore.active{
    background-color:#9bc13c;
    color:#ffffff;
}

#trails_explore{
    position:relative;
    width:100%;
    min-height:70%;
}
.trails_explore-option .option_up{    
    position:absolute;
    bottom:0;
    margin:0px auto;
    left:0;
    right:0;
    z-index:11;
}
.trails_explore-option > .option_up.active > span{
    background-color:#9bc13c;
    color: #fff;
    padding: 10px 22px;
}
.trails_explore-option > .option_up.active:hover > span{
    background-color:#9bc13c;
}

#trails_explore-main_button{
    width:250px;
    height:205px; 
}
#trails_explore-animation_stripes{
    position: absolute;
    top: 42%;
    left:0;
    right:0;
    margin: auto;
    max-width: 30%;
    height:auto;
    
    -webkit-animation:FullRotation-Right 10s linear infinite;
    -moz-animation:FullRotation-Right 10s linear infinite;
    animation:FullRotation-Right 10s linear infinite;
}

#trails-events a{
    text-decoration: none;
}
.trails-events_details{
    text-align: center;
    width:20%;
    float:left;
    padding-left:20px;
    padding-right:20px;
    text-decoration: none;
    z-index:15;
}
.trails-events_details{
    cursor:pointer;
}
.trails-events_details.side{
    margin-top:-50px;
}
.trails-events_details.inside{
    margin-top:50px;
}
.trails-events_details.center{
    margin-top:100px;
}
.trails-events_details > img{
    z-index:2;
    width:51px;
    height:51px;
    
   
    -webkit-transform-origin: 50% 61%;
    -moz-transform-origin: 50% 61%;
    -o-transform-origin: 50% 61%;
    transform-origin: 50% 61%;
}

/* END Página Trails */

/* Página Actividades Turísticas */
#turisticas-content{
    min-height: 100%;
}


#turisticas_explore{
    position:relative;
    width:100%;
    min-height:70%;
}
.turisticas_explore-option .option_up{    
    position:absolute;
    bottom:0;
    margin:0px auto;
    left:0;
    right:0;
    z-index:11;
}
.turisticas_explore-option > .option_up.active > span{
    background-color:#9bc13c;
    color: #fff;
    padding: 10px 22px;
}
.turisticas_explore-option > .option_up.active:hover > span{
    background-color:#9bc13c;
}

#turisticas_explore-main_button{
    width:250px;
    height:205px; 
}
#turisticas_explore-animation_stripes{
    position: absolute;
    top: 42%;
    left:0;
    right:0;
    margin: auto;
    max-width: 30%;
    height:auto;
    
    -webkit-animation:FullRotation-Right 10s linear infinite;
    -moz-animation:FullRotation-Right 10s linear infinite;
    animation:FullRotation-Right 10s linear infinite;
}

#turisticas-events a{
    text-decoration: none;
}
.turisticas-events_details{
    text-align: center;
    width:20%;
    float:left;
    padding-left:20px;
    padding-right:20px;
    text-decoration: none;
    z-index:15;
}
.turisticas-events_details{
    cursor:pointer;
}
.turisticas-events_details.side{
    margin-top:-50px;
}
.turisticas-events_details.inside{
    margin-top:50px;
}
.turisticas-events_details.center{
    margin-top:100px;
}
.turisticas-events_details > img{
    z-index:2;
    width:51px;
    height:51px;
    
   
    -webkit-transform-origin: 50% 61%;
    -moz-transform-origin: 50% 61%;
    -o-transform-origin: 50% 61%;
    transform-origin: 50% 61%;
}

/* END Página Actividades Turísticas */

/* Formulário Newsletter */
.sub-news_relative{    
    position: relative;
    width: 100%;
    min-height: 100px;
    margin-top: 150px;
    margin-bottom: 50px;
}
.sub-news_absolute{
    position:absolute;
    bottom:0px;
    width:100%;
    margin-bottom:100px;
}
#sub-news{
    width:100%;
    height:auto;
    min-height:150px;
}

.sub-news_input_holder{
    text-align:left;
}
.sub-news_input{
    position:relative;
    z-index:2;
    padding-left:50px !important;
    width:70%;
    top:6px;
    padding:0px;
    height:32px;
}
.sub-news_input::-webkit-input-placeholder {
color: #ffffff !important;
}
 
.sub-news_input:-moz-placeholder { /* Firefox 18- */
color: #ffffff !important;  
}
 
.sub-news_input::-moz-placeholder {  /* Firefox 19+ */
color: #ffffff !important;  
}
 
.sub-news_input:-ms-input-placeholder {  
color: #ffffff !important;  
}

#sub-news_envelope{
    position:absolute;
    top:10px;
    left:30px;
    right:0;
    font-size: 25px;
    z-index:1;
}

.sub-news_submit{
    position:relative;
    z-index:2;
    height:32px;
    width:35px;
    top:1px;
    border-radius: 0px;
    border:0px;
}
.sub-news_label{
    position:relative;
    top:6px;
    font-size:24px;
    line-height:32px;
    float:right;
}
/* END Formulário Newsletter */


/* Página de Detalhes */
#logo-slider {
    height:100%
}
#logo-slider img{
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index:1000;
    height:auto;
    width:20%;
    margin-top:4%;
}

.bfaqs-holder div{
    position:absolute;
    top:0px;
    max-width:80%;
    left:0;
    right:0;
    bottom:0;
    margin: 0px auto;
    text-align:center;
}
.bfaqs-holder img{
    margin: 0px auto;
}
    
.testemunhos-holder{
    border: 1px solid #dcdcdc;
    padding-top: 25px;
    padding-bottom: 25px;
}
.testemunhos-title{
    border-bottom: 1px solid #ffffff;
    padding-left:10px;
    width:100%;
    max-width:78%;
    float:left;
}
.testemunhos-navegador{
    max-width:20%;
    float:right;
}
.testemunhos-navegador img{
    max-width:30%;
}
.testimonies.contr,.testimonies.contl{
    outline: none;  
}


#carousel-banner{
    width:100%;
    overflow:auto;
    z-index:1;
}
.banner_item{
    height:100%;
}
.banner_item img{
    width:100%;
    min-height: 100%;
}
#banner-arrow{
    position: absolute;
    transform: translate(0px, -50%);
    -ms-transform:translate(0px, -50%);
    -moz-transform:translate(0px, -50%);
    -webkit-transform:translate(0px, -50%);
    top: 50%;
}
.homebanner-control{
    background-image:none !important;
}
.homebanner-control:hover{
    background-image:none !important;
}
#banner_text_left{
    position:absolute;
    top:0%;
    width:100%;
    height:100%;
}
#banner_text_left > div{
    position:absolute;
    left:0%;
    display: table;
    text-align:left;
    max-width:50%;
    height:100%;
    margin-left: 15%;
}
#banner_text_left > div > div{
    display:table-cell;
    vertical-align:middle;
}
#banner_text_right{
    position:absolute;
    top:0%;
    width:100%;
    height:100%;
}
#banner_text_right > div{
    position:absolute;
    right:0%;
    display: table;
    text-align:left;
    max-width:50%;
    height:100%;
    margin-right: 7%;
}
#banner_text_right > div > div{
    display:table-cell;
    vertical-align:middle;
}
#banner_text_center{
    position:absolute;
    top:0%;
    width:100%;
    height:100%;
}
#banner_text_center > div{
    display: table;
    text-align:center;
    max-width:50%;
    height:100%;
    margin: 0px auto;
}
#banner_text_center > div > div{
    display:table-cell;
    vertical-align:middle;
}
#banner_button{
    border: 1px solid #fff;
    padding: 10px 40px;
    background-color: transparent;
    color: #fff;
    text-transform: uppercase;
}
.carousel-video {                /* give fit to box an aspect ratio */
    display: inline-block; /* let it be styled thusly */
    padding: 0;            /* get rid of pre-styling */
    margin: 0;
    width: 100%;           /* take up full width available */
    padding-top: 56.25%;   /* give aspect ratio of 16:9; "720 / 1280 = 0.5625" */
    height: 0px;           /* don't want it to expand beyond padding */
    position: relative;    /* allow for absolute positioning of child elements */
}

.carousel-video > iframe {
    position: absolute;    /* expand to fill */
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
}
.banner_detalhes{
    width:100%;
    min-height:200px;
    display:table; 
    text-align:center;
    padding-top:50px;
    padding-bottom:50px;
    word-wrap: break-word;
}
#banner_precos{
    background: url('images/banner-teste.jpg');
}
#banner_d_inicial{
    max-height:500px;
    overflow:hidden;
}
#banner_d_inicial img{
    width:100%;
    height:auto;
}

.custom_button{
    text-decoration:none;
    padding: 5px 10px;
    background-color: transparent;
    border: 1px solid #ffffff;
}
.custom_button:hover{
    background-color: #9bc13c; /* Main color */ 
    color: #ffffff;
}

#simple-countdown{
    margin-top:50px;
    margin-bottom:50px
}
.simple-countdown_title{
}
.simple-countdown_number{
    font-size:90px;
    padding-left:30px;
}

#banner_parceiros{
    background-image: url('images/mafra-trail_home-slider_default.jpg');
}

.simple-slider_title{
    text-align:center;
    float:none !important;
    margin:0px auto;
}
.simple-slider{
    text-align: center; 
    margin-bottom:20px;
    display:table;
}
.simple-slider_nav{
    float:none !important;
    display:table-cell;
    text-align: center;
    vertical-align:middle;
}
.simple-slider_nav > a{
    cursor:pointer;
}
.simple-slider_component{
    display:none;
}
.simple-slider_component > img{
    width:100%;
    height:auto;
}

.event-info-partition{
    height:350px;
    text-align:left;
}
.event-info_graph{
    max-width:100%;
    height:auto;
}
.event-info_nav-tabs{
    border-bottom: 0px !important;
}
.event-info_nav_holder{
    padding-left:10px;
    padding-right:10px;
}
.event-info_nav{
    background-color:transparent !important;
    color:white !important;
    border: 1px solid white;
    border-radius: 0px;
    text-decoration: none !important;
}
.event-info_nav-a{
 font-size: 20px;   
 display:block;
 width:100%;
 height:100%;
}
.event-info_nav a{
    background-color:transparent !important;
    color:white !important;
    border: 0px !important;
    text-decoration: none !important;
    cursor:pointer;
}
.event-info_nav:hover,
.event-info_nav_holder.active > .event-info_nav{
    border-color: #9bc13c; /* Main color */ 
    background-color: #9bc13c !important; /* Main color */ 
    color:white !important;
}
.event-info_content{
    padding:50px;
}
.event-info_program{
    margin-bottom:50px;
}
.event-info_program-date{
    height:180px;
    width:180px;
    border:2px dotted white;
    float:right;
}
.event-info_program-day{
    font-family: Open Sans;
    font-weight: lighter;
    font-size: 88px;
    color: #9bc13c; /* Main color */  
    margin-top:50px;
    margin-bottom:0px;
}
.event-info_program-month{
    font-family: Open Sans;
    font-weight: lighter;
    font-size: 32px;
    color: #ffffff; 
    margin-top:30px;
    margin-bottom:0px;
}
.event-info_program_hour{
    margin-right: 40px;
}
.event-info_program-connector{
    border-top:2px dotted white;
    margin-top:90px;
    margin-left:-13px;
    margin-right:1px;
}
.event-info_program-action{
    border-left:2px dotted white;
    height:170px;
    display:table;
}
.event-info_program-action ul{
    display:table-cell;
    vertical-align: middle;
}

.notify_relative{    
    position: relative;
    width: 100%;
}
.notify_absolute{
    position:absolute;
    bottom:0px;
    width:100%;
}
#notify{
    width:100%;
    height:auto;
    min-height:150px;
}

.notify_input_holder{
    text-align:left;
}
.notify_input{
    position:relative;
    z-index:2;
    padding-left:50px !important;
    width:70%;
    top:2px;
    padding:0px;
    height:32px;
    border: 1px solid white;
    font-size: 14px;
}
.notify_input::-webkit-input-placeholder {
color: #ffffff !important;
}
 
.notify_input:-moz-placeholder { /* Firefox 18- */
color: #ffffff !important;  
}
 
.notify_input::-moz-placeholder {  /* Firefox 19+ */
color: #ffffff !important;  
}
 
.notify_input:-ms-input-placeholder {  
color: #ffffff !important;  
}

#notify_envelope{
    position:absolute;
    top:14px;
    left:30px;
    right:0;
    font-size: 25px;
    z-index:1;
}

.notify_submit{
    position:relative;
    z-index:2;
    height:32px;
    width:35px;
    top:1px;
    border-radius: 0px;
    border:0px;
}
.notify_label{
    position:relative;
    top:14px;
    float:right;
}
/* END Página de Detalhes */


/* Página de Termos e Condições */
#terms-holder{
    background-color:rgba(0,0,0,0.7);
    padding:20px;
    margin-top:50px;
    overflow:auto;
    margin-bottom:200px;
    padding-bottom:50px;
}
.terms-panel_holder,
.terms-panel_holder .panel,
.terms-panel_holder .panel-heading{
    background-color:transparent !important;
    border:0px;
}
/* END Página de Termos e Condições */


/* Página de Contactos */
#contacts-holder{
    background-color:rgba(0,0,0,0.7);
    padding:20px;
    margin-top:50px;
    overflow:auto;
    padding-bottom:50px;
}
#statecontent{
    border-width: 1px;
    border-color: #000;
    border-style: solid;
    padding-left: 25px;
    padding-right: 25px;
    font-size: 22px;
    line-height: 50px;
    color: #191919;
}
/* END Página de Contactos */


/* Página de Login */
#login-holder{
    background-color:rgba(0,0,0,0.7);
    padding:20px;
    margin-top:50px;
    overflow:auto;
    margin-bottom:200px;
}
/* END Página de login */


/* Página de Noticias */
#news-holder{
    background-color:rgba(0,0,0,0.7);
    padding:20px;
    margin-top:50px;
    overflow:auto;
    margin-bottom:150px;
    padding-bottom:50px;
}
.news-img_holder{
    border:2px dotted white;
    padding:10px 16px;
}
.news-img_holder-large{
    border:2px dotted white;
    padding:10px 16px;
    width:100% !important;
    text-align:center;
}
.news-img{
    max-width:100%;
    max-height:100%;
    width:auto;
    height:100px;
}
.news-img_large{
    max-width:100%;
    max-height:100%;
    width:100%;
    height:100px;
}
.news-right_holder{
    border:0px;
    border-left:2px;
    border-style:dotted;
    border-color:white;
}

.news-d_img{
    border:2px dotted white;
    padding-top:20px;
    padding-bottom:20px;
}
.news-d_img img{
    max-width:100%;
    max-height:100%;
    width:100%;
    height:auto;
}
.news-d_text{
    border-left: 2px dotted #ffffff;
}
.news-d_titulo{
    margin-top: 50px;
}
/* END Noticias */


/* Página de Inscrição */
#registration-holder{
    background-color:rgba(0,0,0,0.7);
    padding:20px;
    margin-top:50px;
    overflow:auto;
    margin-bottom:150px;
}
.error-list {
    list-style: none;
    padding:0;
    margin:0;
}

.error-list li { 
    padding-left: 1em; 
    text-indent: -.7em;
}

.error-list li:before{
    content: "-";
    color: #9bc13c;
    padding-right:7px;
}
/* END Página de Inscrição */


/* Página de perfil */
#profile-holder{
    background-color:rgba(0,0,0,0.7);
    padding:20px;
    margin-top:50px;
    overflow:auto;
    margin-bottom:200px;
}

.profile_tabs{
    border:none !important;
}
.profile_option{
    background-color: transparent !important;
    border: 1px solid #969696 !important;
    margin-bottom: 20px !important;
    font-size: 20px !important;
    padding: 10px !important;
}
.profile_option > a{
    background-color: transparent !important;
    border: none !important;
    color: #fff;
    text-decoration: none;
}
.profile_option.active,
.profile_option:hover,
.profile_option.active > a{
    background-color: #9bc13c !important;
    color: #ffffff !important;
}

/* END Página de perfil */


/* Página de faqs */
#faqs-holder{
    background-color:rgba(0,0,0,0.7);
    padding:20px;
    margin-top:50px;
    overflow:auto;
    margin-bottom:200px;
    padding-bottom:50px;
}
/* END Página de faqs */

.diploma-btn{
    border:none;
    background:transparent;
    cursor:pointer; 
}

.diploma-btn:hover{
    color:#9BC13C;
}

/* Animations */
@-moz-keyframes FullRotation-Right { to { -moz-transform: rotate(360deg); } }
@-webkit-keyframes FullRotation-Right {to { transform: rotate(360deg); }}
@keyframes FullRotation-Right { to { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }

@-moz-keyframes FullRotation-Left { to { -moz-transform: rotate(-360deg); } }
@-webkit-keyframes FullRotation-Left {to { transform: rotate(-360deg); }}
@keyframes FullRotation-Left { to { -webkit-transform: rotate(-360deg); transform:rotate(-360deg); } }


/* Media */
@media (min-width:320px) and (max-width:480px) { 
    /* smartphones, iPhone, portrait 480x320 phones */ 
    #logo-top{
        display:none;
    }
    
    .main_body{
        width: 100%;
    }
    
    #menu_explore-main_button{
        max-width:100%;
        width:100%;
    }
    #menu_explore-animation_stripes{
        max-width:100%;
        width:68%;
    }
    
    .menu_explore-option > .option_up{
        margin-bottom:-15%;
    }
    .menu_explore-option > .option_down{
        margin-top:-15%;
    }
    .menu_explore-option > .option_left{
        margin-right:10px;
    }
    .menu_explore-option > .option_right{
        margin-left:10px;
    }
    .menu_explore-option .h4{
        font-size:10px;
        line-height:18px;
    }
    
    .container{
        padding-bottom: 75px; /* Footer Height */
    }

    #footer {
     height: 75px;
     margin-top: -75px; /* Footer Height */
    }
    
    .trails-events_details{
        width:100%;
    }
    .trails-events_details.side{
        margin-top:0;
    }
    .trails-events_details.inside{
        margin-top:0;
    }
    .trails-events_details.center{
        margin-top:0;
    }
    .trails-events_line{
        display:none;
    }
    #trails_explore-main_button{
        max-width:100%;
        height:auto; 
    }
    #trails_explore-animation_stripes{
        max-width:25%;
        height:auto; 
    }
    
    #countdown-share_button{
        font-size:28px;
    }

    .simple-slider_component > img{
        margin-bottom: 20px;
    }   
    
    .homebanner-control.right{
        padding-right:20px;
    }
    .event-info_carousel{
        height:30%;
    }
    .event-info_program-date{
        width:auto;
        height:auto;
        text-align:left;
        border: 0px;
        float:none;
        margin-left:-10px;
    }
    .event-info_program-day{
        font-size: 24px;
        color: #9bc13c; /* Main color */  
    }
    .event-info_program-month{
        font-size: 24px;
        color: #9bc13c; /* Main color */  
    } 
    .event-info_program_hour{
        margin: 0px;
    }
    .event-info_program-action{
        border: 0px;
    }
    .event-info_program-action ul{
        padding: 0px;
    }
    .event-info_content{
        padding-left:0px;
        padding-right:0px;
    }
    .event-info_table{
        margin-bottom: 50px;
    }
    .event-info_graph{
        max-width: 270px;
    }
    
    
    .sub-news_label{
        float:none;
        margin:0px auto;
    }
    .sub-news_input_holder{
        text-align:center;
        min-height:36px !important;
    }
    #sub-news_envelope{
        position:relative;
        left:45px;
    }
    
    #news-holder{
        margin-bottom: 200px;
    }
    .news-d_img{
        border:0px;
    }
    .news-d_text{
        border-left: 0px;
    }
    .news-d_titulo{
        line-height:30px;
        margin-top: 50px;
    }
    .news-img_holder{
        border:0px;
    }
    .news-img_holder-large{
        border:0px;
    }
    .connector-line{
        display:none;
    }
    .connector-circle{
        display:none;
    }
    .news-right_holder{
        border:0px;
    }
}
@media (min-width:320px) and (max-width:480px) and (orientation:landscape) { 
    /* smartphones, iPhone, portrait 480x320 phones */ 
    #logo-top{
        display:none;
    }
    
    .main_body{
        width: 100%;
    }
    
    #menu_explore-main_button{
        max-width:100%;
        width:50%;
    }
    #menu_explore-animation_stripes{
        max-width:100%;
        width: 32%;
    }
    
    .menu_explore-option > .option_up{
        margin-bottom:-0%;
    }
    .menu_explore-option > .option_down{
        margin-top:-0%;
    }
    .menu_explore-option > .option_left{
        margin-right:-20%;
    }
    .menu_explore-option > .option_right{
        margin-left:-20%;
    }
    
    .container{
        padding-bottom: 50px; /* Footer Height */
    }
      
    .sub-news_label{
        float:none;
        margin:0px auto;
    }

    #footer {
     height: 50px;
     margin-top: -50px; /* Footer Height */
    }
    
}
@media (min-width:481px) and (max-width:640px) { 
    /* portrait e-readers (Nook/Kindle), smaller tablets @ 600 or @ 640 wide. */
    #logo-top{
        display:none;
    }
    
    .main_body{
        width: 100%;
    }
    
    #menu_explore-main_button{
        max-width:100%;
        width:100%;
    }
    #menu_explore-animation_stripes{
        max-width:100%;
        width:68%;
    }
    
    .menu_explore-option > .option_up{
        margin-bottom:-7%;
    }
    .menu_explore-option > .option_down{
        margin-top:-7%;
    }
    .menu_explore-option > .option_left{
        margin-right:10px;
    }
    .menu_explore-option > .option_right{
        margin-left:10px;
    }
    .menu_explore-option .h4{
        font-size:14px;
        line-height:22px;
    }
    
    .trails-events_details{
        width:50%;
        min-height:290px;
    }
    .trails-events_details.side{
        margin-top:0;
    }
    .trails-events_details.inside{
        margin-top:0;
    }
    .trails-events_details.center{
        margin-top:0;
    }
    .trails-events_line{
        display:none;
    }
    
    .simple-slider_component > img{
        margin-bottom: 20px;
    }
    
    
    .sub-news_label{
        float:none;
        margin:0px auto;
    }
    .sub-news_input_holder{
        text-align:center;
        min-height:36px !important;
    }
    #sub-news_envelope{
        position:relative;
        left:45px;
    }
    
    .event-info_carousel{
        max-height:320px !important;
        height:100%;
    }
    .event-info_program-date{
        width:auto;
        height:auto;
        text-align:left;
        border: 0px;
        float:none;
        margin-left:-10px;
    }
    .event-info_program-day{
        font-size: 24px;
        color: #9bc13c; /* Main color */  
    }
    .event-info_program-month{
        font-size: 24px;
        color: #9bc13c; /* Main color */  
    } 
    .event-info_program_hour{
        margin: 0px;
    }
    .event-info_program-action{
        border: 0px;
    }
    .event-info_program-action ul{
        padding: 0px;
    }
    .event-info_content{
        padding-left:0px;
        padding-right:0px;
    }
    .event-info_table{
        margin-bottom: 50px;
    }
    .event-info_graph{
        max-width: 540px;
    }


    .news-d_img{
        border:0px;
    }
    .news-d_text{
        border-left: 0px;
    }
    .news-d_titulo{
        line-height:30px;
        margin-top: 50px;
    }
    .news-img_holder{
        border:0px;
    }
    .news-img_holder-large{
        border:0px;
    }
    .connector-line{
        display:none;
    }
    .connector-circle{
        display:none;
    }
    .news-right_holder{
        border:0px;
    }

}
@media (min-width:481px) and (max-width:640px) and (orientation:landscape) { 
    /* portrait e-readers (Nook/Kindle), smaller tablets @ 600 or @ 640 wide. */
    #logo-top{
        display:none;
    }
        
    #menu_explore-main_button{
        max-width:100%;
        width:50%;
    }
    #menu_explore-animation_stripes{
        max-width:100%;
        width: 32%;
    }
    
    .menu_explore-option > .option_up{
        margin-bottom:-0%;
    }
    .menu_explore-option > .option_down{
        margin-top:-0%;
    }
    .menu_explore-option > .option_left{
        margin-right:-20%;
    }
    .menu_explore-option > .option_right{
        margin-left:-20%;
    }
    
    .trails-events_line{
        display:none;
    }
    
    .connector-line{
        display:none;
    }
    .connector-circle{
        display:none;
    }
    .news-right_holder{
        border:0px;
    }
}
@media (min-width:641px) and (max-width:960px) { 
    /* portrait tablets, portrait iPad, landscape e-readers, landscape 800x480 or 854x480 phones */ 
    
    .main_body{
        width: 90%;
    }
    
    #menu_explore-main_button{
        max-width:100%;
        max-height:100%;
        width:auto;
    }
    #menu_explore-animation_stripes{
        max-width:100%;
        max-height:38%;
        width:auto;
    }
    
    .menu_explore-option > .option_up{
        margin-bottom:-5%;
    }
    .menu_explore-option > .option_down{
        margin-top:-5%;
    }
    .menu_explore-option > .option_left{
        margin-right:10px;
    }
    .menu_explore-option > .option_right{
        margin-left:10px;
    }
    .menu_explore-option .h4{
        font-size:16px;
        line-height:24px;
    }
    .trails-events_details .h2{
        font-size: 30px !important;
    }
    
    
    .simple-slider_component > img{
        margin-bottom: 20px;
    }
    
    .sub-news_label{
        float:none;
        margin:0px auto;
    }
    .sub-news_input_holder{
        text-align:center;
    }
    #sub-news_envelope{
        left:-65%;
    }
    .news-img_holder{
        border:0px;
    }
    .news-img_holder-large{
        border:0px;
    }
    
    .connector-line{
        display:none;
    }
    .connector-circle{
        display:none;
    }
    .news-right_holder{
        border:0px;
    }
    .news-d_img{
        border:0px;
    }
    .news-d_text{
        border-left: 0px;
    }
    
}
@media (min-width:641px) and (max-width:960px) and (orientation:landscape) { 
    /* portrait tablets, portrait iPad, landscape e-readers, landscape 800x480 or 854x480 phones */ 
    
    #menu_explore-main_button{
        max-width:100%;
        max-height:100%;
        width:auto;
    }
    #menu_explore-animation_stripes{
        max-width:100%;
        max-height:65%;
        width:auto;
    }
    
    .menu_explore-option > .option_up{
        margin-bottom:-0%;
    }
    .menu_explore-option > .option_down{
        margin-top:-0%;
    }
    .menu_explore-option > .option_left{
        margin-right:10px;
    }
    .menu_explore-option > .option_right{
        margin-left:10px;
    }
}
@media (min-width:961px) and (max-width:1024px) { 
    /* tablet, landscape iPad, lo-res laptops ands desktops */ 
    /* portrait tablets, portrait iPad, landscape e-readers, landscape 800x480 or 854x480 phones */ 
    
    .main_body{
        width: 90%;
    }
    
    #menu_explore-main_button{
        max-width:100%;
        max-height:100%;
        width:auto;
    }
    #menu_explore-animation_stripes{
        max-width:100%;
        max-height:65%;
        width:auto;
    }
    
    .menu_explore-option > .option_up{
        margin-bottom:0;
    }
    .menu_explore-option > .option_down{
        margin-top:0;
    }
    .menu_explore-option > .option_left{
        margin-right:10px;
    }
    .menu_explore-option > .option_right{
        margin-left:10px;
    }
    .menu_explore-option .h4{
        font-size:20px;
        line-height:28px;
    }
    
}
@media (min-width:1025px) and (max-width:1280px) { 
    
    #menu_explore-main_button{
        max-width:100%;
        max-height:100%;
        width:auto;
    }
    #menu_explore-animation_stripes{
        max-width:100%;
        max-height:65%;
        width:auto;
    }
    
    .menu_explore-option > .option_up{
        margin-bottom:0;
    }
    .menu_explore-option > .option_down{
        margin-top:0;
    }
    .menu_explore-option > .option_left{
        margin-right:-5%;
    }
    .menu_explore-option > .option_right{
        margin-left:-5%;
    }
    
}
@media (min-width:1281px) { 
    /* hi-res laptops and desktops */ 
    #home-logo{
        height:30%;
        margin-bottom:6%;
    }

    #menu_explore-main_button{
        max-width:100%;
        max-height:100%;
        width:auto;
    }
    #menu_explore-animation_stripes{
        max-width:100%;
        max-height:65%;
        width:auto;
    }
    
    .menu_explore-option > .option_up{
        margin-bottom:0;
    }
    .menu_explore-option > .option_down{
        margin-top:0;
    }
    .menu_explore-option > .option_left{
        margin-right:-10%;
    }
    .menu_explore-option > .option_right{
        margin-left:-10%;
    }
    
}   