@import url('reset.css');
 body {
    margin: 0px;
    padding: 0;
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    background-color: #000;
    height: 100%;
    overflow-y: hidden;
    overflow-x: hidden;
}
html {
    overflow-x: hidden;
    overflow-y: hidden;
}
video,
object {
    display: block;
    position: absolute;
    min-height: 100%;
    min-width: 100%;
    width: auto;
    height: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;

}
a {
    color: #fff;
    text-decoration: none;
}
.clr {
    clear: both;
}
.main {
    position: relative;
    width: 75%;
    margin: 0 auto;
    margin-top: 80px;
}
h2 {
    margin: 0px;
    padding: 20px 20px 10px 0px;
    font-size: 22px;
    color: #333;
    text-shadow: 1px 1px 1px #fff;
    text-align: left;
    font-weight: 400;
}
h1 {
    margin: 0px;
    padding: 20px 20px 10px 20px;
    font-size: 34px;
    color: #333;
    text-shadow: 1px 1px 1px #fff;
    text-align: left;
    font-weight: 400;
}
h1 span {
    display: block;
    font-size: 14px;
    font-family: Georgia, serif;
    font-style: italic;
    color: #b2891b;
    padding-top: 10px;
}
#whitebg {
    background-color: #ebebeb;
    color: #333;
    margin: 0;
    width: 100%;
    min-height: 1000px;
    color: #333;
    display: none;
}
#morada {
    float: right;
    width: 300px;
}
#vermapa {
    padding-top: 5px;
    padding-bottom: 5px;
    cursor: pointer;
    width: 80px;
    margin-bottom: 20px;
}
#home {
    color: #fff;
    margin: 0;
    width: 100%;
    color: #333;
}

#title {
    width: 720px;
    font-size: 48px;
    position: fixed;
    left: 0;
    right: 0;
    top: 10;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    z-index: 200;
    color: #fff;
    text-align: center;
}
#title b {
    font-weight: 900;
}
#whitebg h2 {
    margin: 0px;
    padding: 20px 20px 10px 0px;
    font-size: 22px;
    color: #333;
    text-shadow: 1px 1px 1px #fff;
    text-align: left;
    font-weight: 400;
}
#whitetxt {
    padding-top: 100px;
    width: 76%;
    margin-left: auto;
    margin-right: auto;
    color: #333;
}
#bservicos {
    background-color: #fff;
    color: #000;
    margin: 0;
    width: 100%;
    display: inline-block;
    bottom: 0;
    left: 0;
    z-index: 300;
    display: none;
    padding-top: 200px;
    visibility: hidden;
}
#servicostxt h2 {
    margin: 0px;
    padding: 20px 20px 10px 0px;
    font-size: 22px;
    color: #000;
    text-shadow: 1px 1px 1px #333;
    text-align: left;
    font-weight: 400;
}
#servicostxt {
    /*position:relative;*/
    width: 76%;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
}
#darktxt h2 {
    margin: 0px;
    padding: 20px 20px 10px 0px;
    font-size: 22px;
    color: #fff;
    text-shadow: 1px 1px 1px #333;
    text-align: left;
    font-weight: 400;
}
#darktxt {
    padding-top: 100px;
    width: 76%;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
}
#darktxt h1 {
    margin: 0px;
    padding: 20px 20px 10px 20px;
    font-size: 34px;
    color: #fff;
    text-shadow: 1px 1px 1px #333;
    text-align: left;
    font-weight: 400;
}
/* Header Style */

.header {
    font-family: 'Arial Narrow', Arial, sans-serif;
    line-height: 24px;
    font-size: 11px;
    background: #000;
    opacity: 0.9;
    text-transform: uppercase;
    z-index: 9999;
    position: relative;
    -moz-box-shadow: 1px 0px 2px #000;
    -webkit-box-shadow: 1px 0px 2px #000;
    box-shadow: 1px 0px 2px #000;
}
.header a {
    padding: 0px 10px;
    letter-spacing: 1px;
    color: #ddd;
    display: block;
    float: left;
}
.header a:hover {
    color: #fff;
}
.header span.right {
    float: right;
}
.header span.right a {
    float: none;
    display: inline;
}
#player {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: -999;
}
#control_player {
    height: 100%;
    left: 0px;
    top: 0px;
    z-index: 10;
    position: fixed;
    background-image: url(../images/blank.png);
    width: 100%;
    overflow: hidden;
}
#abrigo {
    background-image: url(../images/abrigo.png);
    background-repeat: no-repeat;
    width: 869px;
    height: 360px;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
    z-index: 1;
}
#abrigo_player {
    width: 348px;
    height: 240px;
    position: absolute;
    margin-top: 50px;
    margin-left: 258px;
    z-index: 1;
}
#mmenu {
    width: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    position: absolute;
    height: 38px;
    top: 0;
    z-index: 1150;
    font-family: lato;
}
.checkbox {
    display: none;
}
.checkbox:checked + .label {
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
#mmenu img {
    vertical-align: top;
    margin: 2px;
}
#mlinks {
    margin-top: 8px;
    float: left;
}
#mobiledropmenu:checked ~ .title {
    -webkit-transition: 1s;
    width: 100%;
    height: 250px;
    opacity: 1;
}
.title {
    -webkit-transition: 1s;
    width: 0%;
    height: 0px;
    opacity: 0;
}
.button {
    color: #fff;
    text-decoration: none;
    background-color: rgba(204, 39, 93, 0.8);
    border-top: 1px solid rgba(0, 0, 0, 0.8);
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    padding: 1.2em;

}
.button:hover {
    cursor: pointer;
    background: rgba(204, 39, 93, 1);
}
#navline1 {
    height: 2px;
    width: 100%;
    margin-top: -2px;
    background-color: #71C3B6;
    box-shadow: 0 0 10px rgba(255, 0, 83, 0.83);
    position: fixed;
    z-index: 500;
}
#nav {
    background-color: #000;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    height: 65px;
    position: fixed;
    bottom: 0px;
    z-index: 1150;
}
#mmenu {
    display: none;
}
#navcontent {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    height: 100%;
}
#navigation {
    list-style-type: none;
    float: left;
    width: 100%;
}
li {
    display: inline;
    padding: 10px;
}
#nav p {
    margin-top: 20px;
}
#nav li {
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
    text-decoration: none;
    color: #EDEDED;
}
#nav span {
    float: right;
    margin-right: 0;
}
#nav img {
    float: left;
    height: 34px;
    margin-left: 10px;
    margin-right: -20%;
}
#nav a {
    padding: 20px;
}
#nav a:hover {
    color: #BDBDBD;
}
#facebook {
    width: 220px;
    height: 100%;
    background-color: rgba(25, 39, 58, 0.61);
    float: right;
    font-weight: normal;
    padding-top: 24px;
    padding-bottom: 24px;
    margin-top: -20px;
    font-family: lato;
    font-weight: lighter;
    padding-left: 15px;
    cursor: pointer;
}
#facebook:hover {
    background-color: rgba(25, 39, 58, 1);
}
#facebook img {
    vertical-align: top;
    height: 25px;
    margin-top: -5px;
}
#map_canvas {
    margin: 0;
    padding: 0;
    height: 400px;
    width: 400px;
    display: none;
}
#vetor {
    width: 300px;
    height: 601px;
    float: left;
    margin-right: 8px;
}
#servicos-menu {
    width: 200px;
    float: left;
    margin-left: -500px;
}
.ul-menu {
    padding: 0;
    margin: 20px auto;
    width: 200px;
}
.ul-menu li {
    width: 200px;
    height: 30px;
    overflow: hidden;
    position: relative;
    display: block;
    background: #fff;
    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
    margin-bottom: 4px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.ul-menu li:last-child {
    margin-bottom: 0px;
}
.ul-menu li a {
    text-align: left;
    width: 100%;
    height: 100%;
    display: block;
    color: #333;
    position: relative;
}
.ul-menu li:hover {
    background-color: #ebebeb;
}
.menu img {
    float: left;
    width: 200px;
    height: 120px;
    margin-left: 10px;
    margin-top: 10px;
}
.menu img:hover {
    cursor: pointer
}
#galeria {
    width: 70%;
    float: right;
}
#content {
    color: #000;
}
#content a {
    color: red;
}
body,
html {
    height: 100%;
}
#slidenav {
    width: 100%;
    position: absolute;
    top: 100;
    left: 0;
    height: 2500px;
    overflow-y: hidden;
    display: none;
}
#mapbg {
    height: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 900;
}
#publicidade {
    background-color: #b2d1ff;
    color: #000;
    width: 100%;
    height: 100%;
    z-index: 900;
}
#slide_servicos {
    background-color: #000;
    height: 100%;
    z-index: 100;
    top: 0;
    display: none;
    width: 100%;
    position: absolute;
}
#slide_publicidade {
    background-color: #000;
    height: 100%;
    z-index: 10;
    top: 0;
    display: none;
    width: 100%;
    color: #fff;
}
#slide_contactos {
    background-color: #2d333f;
    height: 100%;
    z-index: 200;
    display: none;
    position: absolute;
    width: 100%;
}
#homeimg {
    background-color: #000;
    background-image: url(../images/home.jpg);
    background-size: cover;
    width: 100%;
    display: none;
}
#slide_sobre {
    background-color: #000;
    background-image: url(../images/sobre.jpg);
    background-size: cover;
    height: 100%;
    z-index: 900;
    color: #fff;
    width: 100%;
    position: absolute;
    display: none;
    text-align: justify;
    line-height: 40px;
}
#centerl_sobre {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: 18%;
}
#sobre_left {
    width: 40%;
    font-size: 56px;
    line-height: 65px;
    background-color: rgba(211, 134, 25, 0.90);
    height: 100%;
    float: left;
    font-size: 36px;
    color: #fff;
}
#centerr_sobre {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: 35%;
}
#sobre_left p {
    margin-top: 15%;
    text-align: center;
}
#sobre_right {
    width: 100%;
    background-color: rgba(0, 0, 0, 0.20);
    height: 100%;
    float: left;
    color: #fff;
    font-size: 19px;
    line-height: 30px
}
#sobre_right p {
    margin-top: 10%;
    margin-left: 15px;
    margin-right: 15px;
    width: 80%;
}
#slide_home {
    height: 100%;
    z-index: 100;
    position: absolute;
}
#greenMenu {
    position: fixed;
    top: 0;
    left: 0;
    width: 150px;
    z-index: 8;
    padding: 20px;
    background-color: #0040c3;
    color: #fff;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
    cursor: pointer;
}
#left_nav {
    width: 190px;
    margin-top: 60px;
    position: absolute;
    height: 100%;
    overflow-y: hidden;
    background-color: #1d1d1d;
    z-index: 7;
    color: #fff;
}
#galmenu {
    background: #1d1d1d;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}
#galmenu li {
    margin: 0;
    padding: 0;
    list-style: none;
}
#galmenu a {
    background: #1d1d1d;
    border-bottom: 1px solid #303030;
    color: #ccc;
    display: block;
    margin: 0;
    padding: 8px;
    text-decoration: none;
    font-weight: bold;
    width: 100%;
}
#galmenu a:hover {
    color: #fff;
    padding-bottom: 8px;
    background-color: #333;
}
#gal_container {
    position: relative;
    /* required */
    overflow: hidden;
    /* required */
    height: 73%;
    /* required */
    width: 190px;
    /* required */
    margin: 0px auto;
    background-color: #1d1d1d;
}
.items {
    height: 10000em;
    /* required */
    width: 180px;
    /* required */
    position: absolute;
    /* required */
}
.item {
    height: 30px;
    /* required */
    margin: 10px 0;
    cursor: pointer;
}
#menuicon {
    float: right;
    width: 20px;
    height: 20px;
}
#gal {
    width: 100%;
    height: 100%;
    float: right;
}
#gal iframe {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border: 0;
    background-color: #000;
}
.gal_servicos {
    background-color: red;
}
#contactos_title {
    font-family: 'Lato', sans-serif;
    font-size: 36px;
    font-weight: bold;
    color: #fff;
}
#contactos_title p {
    font-size: 24px;
    font-weight: lighter;
}
#conbck {
    width: 70%;
    height: 100%;
    background-image: url(../images/conbck.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    float: left;
    overflow-y: hidden;
}
#mapbck {
    width: 30%;
    height: 100%;
    background-color: #b2891b;
    float: left;
    overflow-y: hidden;
}
input {
    color: #fff;
}
input[type=text] {
    background: transparent;
    border: 0;
    width: 250px;
    color: #fff;
}
input[type=submit] {
    font-family: lato;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    background: transparent;
    border: 1px solid #fff;
    -webkit-box-shadow: 0 0 1em hsla(0, 0%, 100%, 0.7);
    -moz-box-shadow: 0 0 1em hsla(0, 0%, 100%, 0.7);
    box-shadow: 0 0 1em hsla(0, 0%, 100%, 0.7);
    padding: 20px;
    width: 300px;
}
#neobox {
    -webkit-box-shadow: 0 0 1em hsla(225, 100%, 65%, 0.7);
    -moz-box-shadow: 0 0 1em hsla(225, 100%, 65%, 0.7);
    box-shadow: 0 0 1em hsla(225, 100%, 65%, 0.7);
}
textarea {
    background: transparent;
    border: 1px solid #fff;
    -webkit-box-shadow: 0 0 1em hsla(0, 0%, 100%, 0.7);
    -moz-box-shadow: 0 0 1em hsla(0, 0%, 100%, 0.7);
    box-shadow: 0 0 1em hsla(0, 0%, 100%, 0.7);
    color: #fff;
    width: 300px;
    height: 130px;
    margin-bottom: 30px;
}
select {
    background-color: rgba(0, 0, 0, 0);
    border: 0;
    color: #fff;
    width: 270px;
    background: url(../images/dropdown.png) 0 0 no-repeat;
    -webkit-appearance: none;
    font-family: lato;
    font-size: 14px;
    font-weight: bold;
}
select option {
    -webkit-appearance: none;
    background-color: #37383c;
}
#inputline_nome {
    height: 2px;
    width: 260px;
    margin-top: 0;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.72);
    margin-bottom: 70px;
}
#inputline_email {
    height: 2px;
    width: 260px;
    margin-top: 0;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.72);
    margin-bottom: 70px;
}
#inputline_assunto {
    height: 2px;
    width: 260px;
    margin-top: 0;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.72);
    margin-bottom: 70px;
}
::-webkit-input-placeholder {
    font-family: lato;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
}
:-moz-placeholder {
    /* Firefox 18- */
    font-family: lato;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
}
::-moz-placeholder {
    /* Firefox 19+ */
    font-family: lato;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
}
:-ms-input-placeholder {
    font-family: lato;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
}
#cols {
    width: 50%;
    float: left;
    margin-top: 50px;
}
#minicols {
    width: 33%;
    float: left;
    color: #fff;
    min-height: 188px;
    margin-top: 50px;
}
#clear {
    clear: both;
}
#centerinfo {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}
#mapbck iframe {
    width: 100%;
    height: 100%;
}
.slider img {
    width: 100%;
}

#lineup{
    position:absolute;
    right: 0;
    bottom: 0;
    margin-left: 16px;
    margin-right: 6px;
    margin-bottom: 20px;


}

#lineup img {

    position: absolute;
    right: 0;
    bottom: 0;
    width:30px;
    height:25px;

    -webkit-transition: opacity 0.5s ease-in-out;
    -ms-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
}

#lineup img.top:hover {
    opacity: 0;
    -webkit-transform: scale(1.3, 1.3);
    -moz-transform: scale(1.3, 1.3);
    -ms-transform: scale(1.3, 1.3);
}
#dn{cursor: pointer; margin-top: 5px;}

#filter{
	width:70px;
	height:272px;
	background:rgba(0, 0, 0, 0.8);
	position:absolute;
	top:0;
    right: 0;
	z-index:500000;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    text-align: center;
    /*margin-top:12%; */
    color:#fff;
    overflow: hidden;


}

#filter img{
    border:0;
    margin:0px;
    padding-top:0px;



}

#mupi_filter{
    padding-top: 8px;
    padding-bottom: 5px;

}
#abrigo_filter{
    padding-top: 8px;
    padding-bottom: 5px;
}
#pabrigo_filter{
    padding-top: 8px;
    padding-bottom: 5px;
}
#tudo_filter{
    padding-top: 8px;
    padding-bottom: 5px;
}

#mupi_filter:hover{
    background-color: rgba(0, 64, 201, 0.8);
    cursor: pointer;
        -webkit-transition: background ease 0.25s;
    -moz-transition: background ease 0.25s;
    -o-transition: background ease 0.25s;
    transition: background ease 0.25s;
}

#abrigo_filter:hover{
    background-color: rgba(177, 32, 80, 0.8);
    cursor: pointer;
        -webkit-transition: background ease 0.25s;
    -moz-transition: background ease 0.25s;
    -o-transition: background ease 0.25s;
    transition: background ease 0.25s;
}

#pabrigo_filter:hover{
    background-color: rgba(221, 138, 20, 0.8);
    cursor: pointer;
        -webkit-transition: background ease 0.25s;
    -moz-transition: background ease 0.25s;
    -o-transition: background ease 0.25s;
    transition: background ease 0.25s;
}
#tudo_filter:hover{
    background-color: rgba(221, 138, 20, 0.8);
    cursor: pointer;
        -webkit-transition: background ease 0.25s;
    -moz-transition: background ease 0.25s;
    -o-transition: background ease 0.25s;
    transition: background ease 0.25s;
}
@media all and (max-width: 420px) {
    #ilogo{display: none;}
    img {
        max-width: 50%;
        height: auto;
    }
    #mmenu {
        display: block;
    }

    #title {
        width: 100%;
        position: fixed;
        margin-left: auto;
        margin-right: auto;
        margin-top: 20%;
        z-index: 200;
        color: #fff;
        text-align: center;
        font-size: 14px;
    }
    #abrigo {
        background-image: url(../images/abrigo.png);
        background-size: 50%;
        background-repeat: no-repeat;
        position: fixed;
        left: -30px;
        right: 0;
        bottom: 0;
        /* margin-left: -48px;*/
        margin-bottom: -80px;
        margin-left: auto;
        margin-right: auto;
        z-index: 1;
    }
	#abrigo_player{
	   margin-top: 30px;
    margin-left: 132px;
	}
    #youtube {
       width:174px !important;
       height:124px !important;

    }
    #nav {
        width: 100%;
        height:22%;
    }

    #nav li {
        font-size: 10px;
    }


    #contactos_title {
        margin-top: 35px;
    }
    #slide_publicidade {
        margin-top: 38px;
    }
    #conbck {
        width: 100%;
        min-height: 1100px;
    }
    #mapbck {
        width: 100%;
    }
    #cols {
        width: 100%;
    }
    #mincols {
        width: 100%;
    }
    #greenMenu {
        margin-top: 50px;
        width: 90%;
    }
    #galmenu {
        margin-top: 50px;
    }
    #centerr_sobre {
        width: 75%;
        position: relative;
        margin-top: -50px;
    }

    #filter{
    width:30px;
    height:116px;
    font-size:6px;
    background:rgba(0, 0, 0, 0.8);
    position:absolute;
    top:0;
    right: 0;
    z-index:500000;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    text-align: center;
    /*margin-top:12%; */
    color:#fff;
    overflow: hidden;


}

#filter img{
    border:0;
    margin:0px;
    padding-top:0px;



}

#mupi_filter{
    padding-top: 5px;
    padding-bottom: 5px;

}
#abrigo_filter{
    padding-top: 5px;
    padding-bottom: 5px;
}
#pabrigo_filter{
    padding-top: 5px;
    padding-bottom: 5px;
}
#tudo_filter{
    padding-top: 5px;
    padding-bottom: 5px;
}





    }