﻿
@-ms-viewport {
    width: 1920px;
}

@font-face {
    font-family: prohibition;
    src: url("fonts/Moskau Grotesk.otf");
}

@font-face {
    font-family: clanpro;
    src: url("fonts/Moskau Grotesk.otf");
}

@font-face {
    font-family: clanprob;
    src: url("fonts/Moskau Grotesk Bold.otf");
}

html{
    min-height:100%;
}

section{
    display:none;
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}

body {
    width: 100vw;
    height: 100vh;
    margin: 0 auto;
    padding: 0px;
    min-height: 100%;
    background-color: #111111;
    background-position: top left;
    background-repeat: no-repeat;
    background-image: url(../img/bkg_Cascais.jpg);
    font-family: clanpro;
    position: relative;
    overflow: hidden;
}

img {
    max-width: 100%;
}

#overlay{
    width:100%;
    height:100%;
    background-color: rgba(0,0,0,0.6);
}

.logo {
    background-image: url(../img/logo_Cascais.png);
    background-repeat:no-repeat;
    width:440px;
    height:174px;
    z-index:999;
}

.topLeft{
    position:absolute;
    top:0px;
    left:0px;
}

.photo{
    width:50%;
    height:auto;
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    box-sizing:border-box;
    text-align:center;
    
}

.video {
    width: 50%;
    height: auto;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    box-sizing: border-box;
    text-align: center;
}

.text {
    width: 50%;
    height: auto;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    box-sizing: border-box;
    padding: 0 50px;
    color:#fff;
    white-space:pre-wrap;
}

.text .title{
    font-size:30px;
    font-weight:bold;
    padding-bottom:50px;
}

.text .description {
    font-size: 30px;
}

    .text.center {
        width: 100%;
        text-align: center;
        padding: 0 50px;
    }

.right{
    right:0px;
    margin-left:40px;
}

.left{
    left:0px;
    margin-right:40px;
}

.bg-img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size: cover;
}

.imgcentered, .videocentered {
    
    
    text-align: center;
    position: absolute;
    top: 50%;
    left:50%;
    transform: translate(-50%, -50%);
}

.imgcentered img{
    max-width:100%;
}

    .videocentered video{
        max-width:100%;
    }

    .fullwidth {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }

.fullwidth img {
    
    width: 100%;
    position: absolute;
    top: 50%;
    left:50%;
    transform: translate(-50%, -50%);
}

.fullwidth video{
    width:100%;
    
}

section {
    transition-property: all;
    transition-duration: 2s;
    transition-timing-function: cubic-bezier(0, 1, 2, 1);
}


#rss-footer {
    width: 100%;
    height: 100px;
    background-color: rgba(176,191,198,0.7);
    white-space: nowrap;
    /* apenas para poder testar */
    position: absolute;
    bottom: 15px;
    left: 0px;
}

#rss-items {
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    margin: 0 auto;
    left: 140px;
    font-size: 25px;
    padding:5px 0px;
}

.rss-item {
    display: inline-block;
    margin: 0px 20px;
    vertical-align: middle;
    line-height: 40px;
}

    .rss-item a {
        text-decoration: none;
        color: #fff;
    }

        .rss-item a span {
            font-weight: bold;
            text-transform: uppercase;
        }

#rssFeed {
    position: absolute;
    top: -15px;
    left: 20px;
}


@keyframes rss-items {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(-100%, 0);
    }
}

@-webkit-keyframes slide {
    100% {
        left: 0;
    }
}

@keyframes slide {
    100% {
        left: 0;
    }
}




.videoyt{
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}

    .videoyt iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }


.videocenteredyt {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-height:70%;
    width:50%;
}


#weather {
    position: absolute;
    bottom: 0px;
    right: 0px;
    height: 100px;
    width: 200px;
    overflow: hidden;
    background: #34495e;
}

    #weather a {
        position: absolute;
        height: 82px;
        overflow: hidden;
        top: 10px;
        left: 15px;
    }



/*.logo_red{
    position:absolute;
    top:50px;
    left:50%;
    transform:translateX(-50%);
    height:150px;

}

.bg_green {
    background-color: #FFFFFF;
}

.bg_green_alpha {
    background-color: rgba(255,255,255, 0.77);
}

.color_green {
    color: #07e78a
}

.color_white{
    color: #ffffff;
}

.photo_circle {
    width: 200px;
    height: 200px;
    border-radius: 200px;
    border: 5px solid #07e78a;
    overflow:hidden;
    background-position:center;
    background-repeat: no-repeat;
    box-sizing:border-box;
    background-color:#fff;
}

.photo_circle img{
    max-width:100%;
}

.above_line {
    position: absolute;
    top: 265px;
    left: 255px;
}

.info_box{
    width:380px;
    height:450px;
    position:absolute;
    top:480px;
    left:165px;
    text-align:center;

}

.info_box *{
    
    font-family:clanpro;
    color:#fff;
}

.logo_circle {
    height: 50px;
    width: 50px;
    border-radius: 50px;
    
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    box-sizing: border-box;
    /*background-color: #07e78a;*/
    display: inline-block;
}
.fb{
    background-image: url(../img/fb.png);

}

.insta {
    background-image: url(../img/insta.png);
}

.twitter {
    background-image: url(../img/twitter.png);
}

.info_name {
    font-size: 22px;
    font-weight: bold;
    margin: 20px 0px 10px;
    font-family: clanprob;
}

.info_tag {
    font-size: 22px;
    margin-bottom:30px;
}

.info_text {
    font-size: 25px;
    line-height:30px;
}

.content_box {
    max-width: 1050px;
    max-height: 590px;
    position: absolute;
    top: 265px;
    right: 123px;
    border: 5px solid #07e78a;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    box-sizing: border-box;
    background-color: #fff;
}

.fullwidth{
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
}

.line_accross{
    position:absolute;
    top: 365px;
    left: 0px;
    height:5px;
    width:100%;

}

header {
    height: 130px;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    text-align: center;
    line-height: 130px;
    font-size: 0px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: prohibition;
    letter-spacing: 15px;
}

header img{
    display:inline-block;
    vertical-align:middle;
}

.side{
    position:absolute;
    width:580px;
    height:100%;
    top:0;

}

.side.left {
    left: 0px;
}

.side.right{
    right:0px;
}

.footer{
    height:130px;
    width:100%;
    position:absolute;
    bottom:0px;
    left:0px;
    text-align:center;
    line-height:130px;
    font-size:30px;
    text-transform:uppercase;
    font-weight:bold;
    font-family:prohibition;
    letter-spacing:15px;
}

.side .footer{
    width:580px;
}

.side header{
    width:580px;
    margin-top:75px;
}

.side .content{
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    font-family:prohibition;
    font-size:50px;
    left:50px;
    right:50px;
    text-align:center;
    text-transform:uppercase;
}

.footer_trans{

}*/

