@import url(reset.min.css);
@import url(http://fonts.googleapis.com/css?family=Alef);
.displayclear {
    display: inline-table;
}
body {
    background: #049ce1;
    width: 100%;
    height: 100%;
    font-family: 'Alef', sans-serif;
}

.container {
    width: 100%;
    max-width: 1024px;
    height: auto;
    margin: 0 auto;
}

.header {
    position: relative;
    width: 100%;
    height: 100px;
    background: #f6f5f3;
    border-radius: 5px;
    margin-top: 10px;
    padding: 5px 0 5px 0;
    -webkit-box-shadow:0px 0px 6px 0px rgba(255, 255, 255, 1);
    -moz-box-shadow:0px 0px 6px 0px rgba(255, 255, 255, 1);
    box-shadow:0px 0px 6px 0px rgba(255, 255, 255, 1);
}

.logo {
    width: 200px;
    height: 90px;
    background: url('../img/logo.jpg');
    background-size: 100% 100%;
    float: left;
}

.buttons {
position: absolute;
right: 0;
}

    .buttons ul {
        list-style: none;
    }

        .buttons ul li {
            float: left;
            height: auto;
            border-right: 1px solid #049ce1;
            padding-right: 5px;
            padding-left: 5px;
        }

            .buttons ul li:last-child {
                border-right: 0;
            }

            .buttons ul li a {
                text-decoration: none;
                color: black;
                font-size: 15px;
            }
            .buttons ul li a:hover {
                color: #049ce1;
            }
.buttons1 {
position: absolute;
right: 0;
top: 80px;}

    .buttons1 ul {
        list-style: none;
    }

        .buttons1 ul li {
            float: left;
            height: auto;
            border-right: 1px solid #049ce1;
            padding-right: 5px;
            padding-left: 5px;
        }

            .buttons1 ul li:last-child {
                border-right: 0;
            }

            .buttons1 ul li a {
                text-decoration: none;
                color: black;
                font-size: 15px;
            }
            .buttons1 ul li a:hover {
                color: #049ce1;
            }
.buttons2 {
right: 0;
top: 80px;
display: inline-table;
}

    .buttons2 ul {
        list-style: none;
    }

        .buttons2 ul li {
            border-right: 1px solid #049ce1;
            padding-right: 5px;
            padding-left: 5px;
            float: left;
        }

            .buttons2 ul li:last-child {
                border-right: 0;
            }

            .buttons2 ul li a {
                text-decoration: none;
                color: black;
                font-size: 15px;
            }
            .buttons2 ul li a:hover {
                color: #049ce1;
            }





            .header .social{
                position: absolute;
                bottom: 5px;
                right:120px;
            }
.header .twitter{
    width: 30px;
    height: 30px;
    float: right;
    bottom: 5px;
    background: url('../img/buttons/twitter_logo_30x30.png');
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    cursor: pointer;
}
.header .twitter:hover{
    background: url('../img/buttons/twitter_logo_30x30_hover.png')
}

.header .youtube{
    width: 30px;
    height: 30px;
    float: right;
    bottom: 0;
    background: url('../img/buttons/youtube_logo_30x30.png');
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    cursor: pointer;

    margin-right: 5px;
}
.header .youtube:hover{
    background: url('../img/buttons/youtube_logo_30x30_hover.png')
}
.header .facebook{
    width: 30px;
    height: 30px;
    float: right;
    bottom: 0;
    background: url('../img/buttons/facebook_logo_30x30.png');
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    cursor: pointer;
    
    margin-right: 5px;
}
.header .facebook:hover{
    background: url('../img/buttons/facebook_logo_30x30_hover.png')
}
.content{

    display: inline-table;
}
.content, .footer {
    width: 100%;
    height: auto;
    max-width: 1024px;
    margin: 0 auto;
    background: #f6f5f3;
    border-radius: 5px;
    margin-top: 10px;
    padding-bottom:10px;
    margin-bottom:20px;
    -webkit-box-shadow:0px 0px 6px 0px rgba(255, 255, 255, 1);
    -moz-box-shadow:0px 0px 6px 0px rgba(255, 255, 255, 1);
    box-shadow:0px 0px 6px 0px rgba(255, 255, 255, 1);
}
.texto {border-right:1px solid #049ce1;}
.texto, .welcomeVideo{
    word-wrap:break-word;
    float:left;
    border-right-style:dotted;
    min-height: 353px;
 }
    .texto .title, .welcomeVideo .title{
        color:#049ce1;
        font-size:40px;
        margin-left:7px;

    }
    .texto .welcomeText {
        width:491px;
        margin-left:10px;
        margin-right:10px;
        margin-top:10px;
        display:inline-table;
    }
    .welcomeVideo{
        width: 492px;
        padding: 0 10px 0 10px;
        top:0;
        float: right; 

        }

        .welcomeVideo .Video embed {
            margin-top: 10px;
            width: 492px;
            height:300px;
        }
         .welcomeVideo .imagem  {
            margin-top: 10px;
            width: 492px;
            height:300px;
        }
        
    .welcomeVideo .title{
        margin-left: 0;
    }

    .welcomeText p{
        padding-right: 10px;
    }
.conteudo {
    width:100%;
    max-width: 1004px;
    margin-left:10px;
    margin-right:10px;
    height:335px;
    border-radius: 5px;
}
.eventos{
    width: 329px;
    float: left;
    border-right:1px solid #049ce1;
    display: inline-table;
    /*margin-left: 5px;*/
    margin-top: 10px;
    padding-right:5px;
    height:335px;
}
.tituloEvento{
    font-size: 20px;
    color: #049ce1;
}
.titulo_eventos{
    padding-top: 10px;
    color: gray;
    font-size: 15px;

}
.imagem_eventos{
    margin-left: 60px;
    width: 200px;
    height: 90px;
    background-size: 100% 100%;
}
.texto_eventos{
    padding-top: 10px;
    font-size: 11px;
    color: black;
}
.noticias{
    width: 328px;
    height:335px;
    margin-top: 10px;
    margin-left: 5px;
    font-size: 20px;
    color: #049ce1;
    float: left;
    border-right:1px solid #049ce1;
}
.titulo_noticias{
    padding-top: 10px;
    color: gray;
    font-size: 15px;
}
.autor_noticias{
    padding-top: 10px;
    color: blue;
    font-size: 13px;
}
.imagem_noticias{
    margin-top: 15px;
    margin-left: 60px;
    width: 200px;
    font-size: 15px;
    color:black;
    height: auto;
    background-size: 100% 100%;
}
.descricao_noticias{
    padding-top: 10px;
    font-size: 15px;
    color: black;
}
.contactar{
    width: 329px;
    height:335px;
    margin-top: 10px;
    margin-left: 5px;
    font-size: 20px;
    color: #049ce1;
    float: left;
}
.nome{
    font-size: 15px;
    color: gray;
}
.email{
    font-size: 15px;
    color: gray;
}
.telefone{
    font-size: 15px;
    color: gray;
}

.footer {
    display: inline-table;
    height: 10px;
    margin-top: -30px;
    position: relative;
}

.Copyright{
    font-size: 12px;
    margin-left: 350px;
    padding-top: 10px;
    margin-top: -20px;
    display: inline-table;
}


/* Sobre Nós */
.tilt {
    padding-top:4%; 
        width:30%;
        height:30%;
        float:left;
        opacity: 0.5;
  -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;
}
 
.tilt:hover {
    opacity: 1;
}

/* Projectos */
.tilt2 {
    padding-top:4%; 
        width:30%;
        height:30%;
        float:left;
        opacity: 0.5;
  -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;
}
    .texto2 {border: none;}
.texto2{
    word-wrap:break-word;
    float:left;
    min-height: 353px;
 }
    .texto2 .title {
        color:#049ce1;
        font-size:40px;
        margin-left:7px;

    }
    .texto2 .welcomeText {
        margin-left:10px;
        margin-right:10px;
        margin-top:10px;
        display:inline-table;
    }
 
.tilt2:hover {
    opacity: 1;
}
.projeto {
    width: 320px;
    height: 240px;
    margin-right: 10px;
    float: left;
}
.projeto img {
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
            opacity: 0.5;
  -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;
          cursor: pointer;
}
.projeto p {
    font-size: 11px;
    color: #333;
    line-height: 13px;
}
.projeto img:hover {
    opacity: 1.0;
}
/* CONTACTOS */

.form-container{
    margin:20px;
    float: left;
    width: 320px;
}

.forms ol {
  list-style: none;
}
/* form rows */
.forms li.form-row {
  margin-bottom: 20px;
}
.forms li.hidden-row {
  display: none;
}
/* form input fields */

.ulcontactos{
    list-style-type: none;
}

/*.forms fieldset .text-input {
  width: 300px;
  height: 30px;
  padding: 0 10px;
  font-family: 'PTSansRegular';
  display: inline;
  border-radius: 5px;

  
}
/*.forms fieldset .text-area {

  width: 300px;
  height: 140px;
  resize: none;
  color: #4d4d4d;
  font-family: 'PTSansRegular';
  padding: 5px 10px;
  border-radius: 5px;
}*/

/*.forms fieldset .btn-submit {

  height: 30px;
  border-radius: 2px;
  color: white;
  font-size: 14px;
  cursor: pointer;
  padding-left: 50px;
}*/


.forms label {
  display: block;
  /*float: left;*/
  width: 80px;
  padding-top: 5px;

  
}
.sidebar {
  width: 280px;
  float: right;
  margin-top: -355px;
  margin-right:150px;
  
}

/*.forms fieldset .btn-submit, #footer .forms fieldset .btn-submit {
  background-color: #049ce1;
  color: #fff;
  -webkit-transition:all 200ms ease-in;
  -o-transition:all 200ms ease-in;
  -moz-transition:all 200ms ease-in;
}*/
.mapa {
    width: 600px;
        margin:20px;

    float: right;
}

/* PAINEL */
#botao_sair{
    text-decoration: none;
    margin-left: 996px;
    margin-top: -15px;
}

#titulo_painel{
    color:#049ce1;
    margin-left: 10px;
    margin-top: 10px;
    font-size: 35px; 
}

#texto_painel{
    margin-top: 15px;
    margin-left: 13px;
    color: cadetblue;
}
#Titulo_mensagens{
    color:#049ce1;
    font-size: 25px;
    margin-left: 10px;
}

/* LOGIN */
#titulo_login{
    color:#049ce1;
    font-size: 25px;
}
#login_login{
    margin-left: 410px;
    color: cadetblue;
    margin-top: 20px;
}
.botao_login{
    background: none;
    border: 0;
    color: cadetblue;
}

/* registar */
#titulo_registar{
    font-size: 30px;
    margin-left: 10px;
    color: cornflowerblue;

}
#registar_registar{
    margin-left: 10px;
    margin-top: 10px;
    color: cadetblue;
    margin-top: 20px;
}
.botao_registar{
    background: none;
    border: none;
    color: cadetblue;
    margin-top: 5px;
}

/* PAINEL2 */

#titulo_painel2{
    font-size: 30px;
    margin-left: 10px;
    color: cornflowerblue;
}

#texto_painel2{
    margin-top: inherit;
    margin-left: 10px;
}
.botao_sair{
    margin-right: 500px;
    background: none;
    text-decoration: none;
}
/* NOTICIAS */

#titulo_noticia{
    color: cornflowerblue;
    font-size: 25px;
}
#noticia_noticia{
    color:cadetblue;
    margin-left: 10px; 
}
.botao_noticia{
    background: none;
    border: 0;
    color: cadetblue;
}
/* EVENTO */
#titulo_evento{
    color: cornflowerblue; 
    font-size: 25px;
}
#evento_evento{
    color:cadetblue;
    margin-left: 10px;
}
.botao_evento{
    background:none;
    border: 0;
    color: cadetblue;
}
.botao_tabela{
    text-decoration: none;
    margin-left: 4px;
    font-size: 13px;
    background:none;
    border: 0;
    color: cadetblue;
}
#titulo_tabelanoticias{
    color: cornflowerblue;
    font-size: 25px;

}
/*contas*/
#titulo_contas{
    color: cornflowerblue;
    font-size: 25px;
}
.CSSTableGenerator {
    margin:0px;padding:0px;
    width:100%;
    border:1px solid #000000;
    
    -moz-border-radius-bottomleft:0px;
    -webkit-border-bottom-left-radius:0px;
    border-bottom-left-radius:0px;
    
    -moz-border-radius-bottomright:0px;
    -webkit-border-bottom-right-radius:0px;
    border-bottom-right-radius:0px;
    
    -moz-border-radius-topright:0px;
    -webkit-border-top-right-radius:0px;
    border-top-right-radius:0px;
    
    -moz-border-radius-topleft:0px;
    -webkit-border-top-left-radius:0px;
    border-top-left-radius:0px;
}.CSSTableGenerator table{
    border-collapse: collapse;
        border-spacing: 0;
    width:100%;
    height:100%;
    margin:0px;padding:0px;
}.CSSTableGenerator tr:last-child td:last-child {
    -moz-border-radius-bottomright:0px;
    -webkit-border-bottom-right-radius:0px;
    border-bottom-right-radius:0px;
}
.CSSTableGenerator table tr:first-child td:first-child {
    -moz-border-radius-topleft:0px;
    -webkit-border-top-left-radius:0px;
    border-top-left-radius:0px;
}
.CSSTableGenerator table tr:first-child td:last-child {
    -moz-border-radius-topright:0px;
    -webkit-border-top-right-radius:0px;
    border-top-right-radius:0px;
}.CSSTableGenerator tr:last-child td:first-child{
    -moz-border-radius-bottomleft:0px;
    -webkit-border-bottom-left-radius:0px;
    border-bottom-left-radius:0px;
}.CSSTableGenerator tr:hover td{
    
}
.CSSTableGenerator tr:nth-child(odd){ background-color:#aad4ff; }
.CSSTableGenerator tr:nth-child(even)    { background-color:#ffffff; }.CSSTableGenerator td{
    vertical-align:middle;
    
    
    border:1px solid #000000;
    border-width:0px 1px 1px 0px;
    text-align:center;
    padding:19px;
    font-size:10px;
    font-family:Arial;
    font-weight:normal;
    color:#000000;
}.CSSTableGenerator tr:last-child td{
    border-width:0px 1px 0px 0px;
}.CSSTableGenerator tr td:last-child{
    border-width:0px 0px 1px 0px;
}.CSSTableGenerator tr:last-child td:last-child{
    border-width:0px 0px 0px 0px;
}
.CSSTableGenerator tr:first-child td{
        background:-o-linear-gradient(bottom, #005fbf 5%, #005fbf 100%);    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #005fbf), color-stop(1, #005fbf) );
    background:-moz-linear-gradient( center top, #005fbf 5%, #005fbf 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#005fbf", endColorstr="#005fbf");  background: -o-linear-gradient(top,#005fbf,005fbf);

    background-color:#005fbf;
    border:0px solid #000000;
    text-align:center;
    border-width:0px 0px 1px 1px;
    font-size:15px;
    font-family:Arial;
    font-weight:bold;
    color:#ffffff;
}
.CSSTableGenerator tr:first-child:hover td{
    background:-o-linear-gradient(bottom, #005fbf 5%, #005fbf 100%);    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #005fbf), color-stop(1, #005fbf) );
    background:-moz-linear-gradient( center top, #005fbf 5%, #005fbf 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#005fbf", endColorstr="#005fbf");  background: -o-linear-gradient(top,#005fbf,005fbf);

    background-color:#005fbf;
}
.CSSTableGenerator tr:first-child td:first-child{
    border-width:0px 0px 1px 0px;
}
.CSSTableGenerator tr:first-child td:last-child{
    border-width:0px 0px 1px 1px;
}





.cenas {
    padding: 15px;
}










/* POP UP */
#mask {
    display: none;
    background: #000; 
    position: fixed; left: 0; top: 0; 
    z-index: 10;
    width: 100%; height: 100%;
    opacity: 0.8;
    z-index: 999;
}

.login-popup{
    display:none;
    background: #333;
    padding: 10px;  
    border: 2px solid #ddd;
    float: left;
    font-size: 1.2em;
    position: fixed;
    top: 50%; left: 50%;
    z-index: 99999;
    box-shadow: 0px 0px 20px #999;
    -moz-box-shadow: 0px 0px 20px #999; /* Firefox */
    -webkit-box-shadow: 0px 0px 20px #999; /* Safari, Chrome */
    border-radius:3px 3px 3px 3px;
    -moz-border-radius: 3px; /* Firefox */
    -webkit-border-radius: 3px; /* Safari, Chrome */
}

img.btn_close {
    float: right; 
    margin: -28px -28px 0 0;
}

fieldset { 
    border:none; 
}

form.signin .textbox label { 
    display:block; 
    padding-bottom:7px; 
}

form.signin .textbox span { 
    display:block;
}

form.signin p, form.signin span { 
    color:#999; 
    font-size:11px; 
    line-height:18px;
} 

form.signin .textbox input { 
    background:#666666; 
    border-bottom:1px solid #333;
    border-left:1px solid #000;
    border-right:1px solid #333;
    border-top:1px solid #000;
    color:#fff; 
    border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    font-size:13px;
    padding:6px 6px 4px;
    width:200px;
}

form.signin input:-moz-placeholder { color:#bbb; text-shadow:0 0 2px #000; }
form.signin input::-webkit-input-placeholder { color:#bbb; text-shadow:0 0 2px #000;  }

.button { 
    background: -moz-linear-gradient(center top, #f3f3f3, #dddddd);
    background: -webkit-gradient(linear, left top, left bottom, from(#f3f3f3), to(#dddddd));
    background:  -o-linear-gradient(top, #f3f3f3, #dddddd);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#f3f3f3', EndColorStr='#dddddd');
    border-color:#000; 
    border-width:1px;
    border-radius:4px 4px 4px 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    color:#333;
    cursor:pointer;
    display:inline-block;
    padding:6px 6px 4px;
    margin-top:10px;
    font:12px; 
    width:214px;
}

.button:hover { background:#ddd};



input:focus, textarea:focus {
    outline: 1px solid green
}


input, textarea{
    border:1px solid #0095B9;
    background: transparent;
    transition:all 0.2s;
    -webkit-transition:all 0.2s;
}
label,input{
    color: #0095B9;
}

input[type="reset"]:focus{
    outline: 0;
}
input[type="submit"], input[type="reset"]{
    padding:5px !important;
}
input[type="submit"]:hover, input[type="reset"]:hover{
    border:1px solid black;
    cursor: pointer;
    color: black;
    -webkit-transform: rotate(-360deg);
     -moz-transform: rotate(-360deg);
       -o-transform: rotate(-360deg);
      -ms-transform: rotate(-360deg);
          transform: rotate(-360deg);
          padding: 5px !important;
}

input[type="text"]{
    margin-bottom: 10px;
} 




#google_translate_element{
}

