﻿body {
    padding-top: 0px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}


#headerwrap {

    /*background: url('../Images/cms_DCDJ10.png') no-repeat top;*/
    margin-top: 0px;
    padding-top: 20px;
    text-align: center;
    background-attachment: relative;
    /*background-position: center center;*/
    min-height: 940px;
    width: 100%;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

    #headerwrap h1 {
        margin-top: 130px;
        color: #fff;
        font-size: 140px;
        font-weight: 700;
        letter-spacing: 3px;
    }

    #headerwrap h2 {
        color: #fff;
        font-size: 50px;
        font-weight: 100;
        letter-spacing: 2px;
        font-family: Raleway;
    }

    #headerwrap i {
        font-size: 35px;
        color: #fff;
    }

    #headerwrap .spacer {
        margin-top: 220px;
    }

.menu {
    position: fixed;
    right: -200px;
    width: 260px;
    height: 100%;
    top: 0;
    z-index: 10;
    text-align: left;
}

a #menuToggle {
    position: absolute;
    top: 20px;
    left: 0;
    z-index: 11;
    display: block;
    text-align: center;
    font-size: 14px;
    color: #fff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    background: rgba(0, 0, 0, .25);
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}

    a #menuToggle:hover {
        color: #fff;
        background: rgba(0, 0, 0, .2);
        -webkit-transition: all .1s ease-in-out;
        -moz-transition: all .1s ease-in-out;
        -ms-transition: all .1s ease-in-out;
        -o-transition: all .1s ease-in-out;
        transition: all .1s ease-in-out;
    }

.self-pic {
    border-radius: 50%;
    background-color: #333;
    margin: 0 auto;
    display: block;
    width: 50%;
    height: 200px;
    width: 200px;
    margin-top: 2em;
    background: url('../Images/Baia-de-Setubal.jpg') center center no-repeat;
    background: url('../Images/Baia-de-Setubal.jpg') center center no-repeat;
}

.self-pic-description {
    position: relative;
    padding: 2.7em;
    visibility: hidden;
    font-size: 25px;
    color: #fff;
    font-family: Calibri;
}

.self-pic:hover {
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50); /* For IE8 and earlier */
}

    .self-pic:hover .self-pic-description {
        visibility: visible;
    }

.port {
    text-align: center;
    color: #337ab7;
    margin-bottom: 0.1em;
}

.ih-item {
    position: relative;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

    .ih-item,
    .ih-item * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

        .ih-item a {
            color: #333;
        }

            .ih-item a:hover {
                text-decoration: none;
            }

        .ih-item img {
            width: 100%;
            height: 100%;
        }

        .ih-item.circle {
            position: relative;
            width: 220px;
            height: 220px;
            border-radius: 50%;
        }

            .ih-item.circle .img {
                position: relative;
                width: 220px;
                height: 220px;
                border-radius: 50%;
            }

                .ih-item.circle .img:before {
                    position: absolute;
                    display: block;
                    content: '';
                    width: 100%;
                    height: 100%;
                    border-radius: 50%;
                    box-shadow: inset 0 0 0 16px rgba(255, 255, 255, 0.6), 0 1px 2px rgba(0, 0, 0, 0.3);
                    -webkit-transition: all 0.35s ease-in-out;
                    -moz-transition: all 0.35s ease-in-out;
                    transition: all 0.35s ease-in-out;
                }

                .ih-item.circle .img img {
                    border-radius: 50%;
                }

            .ih-item.circle .info {
                position: absolute;
                top: 0;
                bottom: 0;
                left: 0;
                right: 0;
                text-align: center;
                border-radius: 50%;
                -webkit-backface-visibility: hidden;
                backface-visibility: hidden;
            }

            .ih-item.circle.effect3 .img {
                z-index: 11;
                -webkit-transition: all 0.35s ease-in-out;
                -moz-transition: all 0.35s ease-in-out;
                transition: all 0.35s ease-in-out;
            }

            .ih-item.circle.effect3.colored .info {
                background: #1a4a72;
            }

            .ih-item.circle.effect3 .info {
                background: #333333;
                opacity: 0;
                pointer-events: none;
                -webkit-transition: all 0.35s ease-in-out;
                -moz-transition: all 0.35s ease-in-out;
                transition: all 0.35s ease-in-out;
            }

                .ih-item.circle.effect3 .info h3 {
                    color: #fff;
                    text-transform: uppercase;
                    position: relative;
                    letter-spacing: 2px;
                    font-size: 22px;
                    margin: 0 30px;
                    padding: 55px 0 0 0;
                    height: 110px;
                    text-shadow: 0 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.3);
                }

                .ih-item.circle.effect3 .info p {
                    color: #bbb;
                    padding: 10px 5px;
                    font-style: italic;
                    margin: 0 30px;
                    font-size: 12px;
                    border-top: 1px solid rgba(255, 255, 255, 0.5);
                }


            .ih-item.circle.effect3.left_to_right .img {
                -webkit-transform: scale(1) translateX(0);
                -moz-transform: scale(1) translateX(0);
                -ms-transform: scale(1) translateX(0);
                -o-transform: scale(1) translateX(0);
                transform: scale(1) translateX(0);
            }

            .ih-item.circle.effect3.left_to_right .info {
                -webkit-transform: translateX(-100%);
                -moz-transform: translateX(-100%);
                -ms-transform: translateX(-100%);
                -o-transform: translateX(-100%);
                transform: translateX(-100%);
            }

            .ih-item.circle.effect3.left_to_right a:hover .img {
                -webkit-transform: scale(0.5) translateX(100%);
                -moz-transform: scale(0.5) translateX(100%);
                -ms-transform: scale(0.5) translateX(100%);
                -o-transform: scale(0.5) translateX(100%);
                transform: scale(0.5) translateX(100%);
            }

            .ih-item.circle.effect3.left_to_right a:hover .info {
                opacity: 1;
                -webkit-transform: translateX(0);
                -moz-transform: translateX(0);
                -ms-transform: translateX(0);
                -o-transform: translateX(0);
                transform: translateX(0);
            }

.centro-imagem {
    margin: 3em 4em 3em 2em;
    padding: 0em 57em;
}

.alert > p, .alert > ul {
    list-style-type: none;
}
