﻿.CustomContentObject {
    margin-bottom: 10px;
}
.CustomContentObject img {
    width: 100%;
}

.CustomContentObject figure {
    margin: 0;
    padding: 0;
}

.CustomContentObject.ObjectAlignCenter {
    text-align: center;
}

.CustomControlMaxWidth .CustomContentObject.ObjectAlignCenter {
    width: 1000px;
    margin-left: -173px;
    position: static;
}

.CustomContentObject.ObjectAlignLeft {
    width: 33.33%;
    float: left;
    margin: 0 30px 20px 0;
}

.CustomContentObject.ObjectAlignLeft50 {
    width: 50%;
    float: left;
    margin: 0 30px 20px 0;
}
.CustomControlMaxWidth .CustomContentObject.ObjectAlignLeft50 {
    width: 70%;
    float: left;
    margin: 0 30px 20px -173px;
    position: static;
}

.CustomContentObject.ObjectAlignRight {
    width: 33.33%;
    float: right;
    margin: 0 0 20px 30px;
}

.CustomContentObject.ObjectAlignRight50 {
    width: 50%;
    float: right;
    margin: 0 0 20px 30px;
}
.CustomControlMaxWidth .CustomContentObject.ObjectAlignRight50 {
    width: 70%;
    float: right;
    margin: 0 -173px 20px 23px;
    position: static;
}

.CustomContentObject.LinkInlineObject {
    background: url(../images/main-spint.png) -475px -152px no-repeat;
    padding-left: 30px;
}

    .CustomContentObject.LinkInlineObject a {
        font-weight: bolder;
        font-size: 25px;
        color: #257A4B;
        text-decoration: none;
        line-height: 32px;
    }

        .CustomContentObject.LinkInlineObject a:hover {
            color: #257A4B;
        }

.CustomContentObject figure figcaption,
.CustomContentObject.PhotoObject figure span {
    background: #f5f5f5;
    margin: 0;
    color: #333 !important;
    padding: 5px 10px 5px;
    font-size: 15px;
    font-weight: normal;
    font-family: Arial;
    font-style: italic;
    display: block;
}

.CustomContentObject.BoxNewsObject {
    overflow: hidden;
}

    .CustomContentObject.BoxNewsObject .BoxNewsObjectWrapper {
        border: 1px solid #ccc;
        overflow: hidden;
    }

    .CustomContentObject.BoxNewsObject.ObjectAlignCenter {
        width: 100%;
    }

        .CustomContentObject.BoxNewsObject.ObjectAlignCenter .BoxNewsObjectAvatar {
            float: left;
            width: 15%;
        }

        .CustomContentObject.BoxNewsObject.ObjectAlignCenter .BoxNewsObjectLink {
            float: left;
            width: 85%;
            text-align: left;
        }

            .CustomContentObject.BoxNewsObject.ObjectAlignCenter .BoxNewsObjectLink a {
                margin: 10px;
                display: block;
                text-decoration: none;
                font-weight: bold;
                font-size: 15px;
            }

    .CustomContentObject.BoxNewsObject.ObjectAlignLeft {
        width: 30%;
        float: left;
    }

    .CustomContentObject.BoxNewsObject.ObjectAlignRight {
        width: 30%;
        float: right;
    }

        .CustomContentObject.BoxNewsObject.ObjectAlignLeft .BoxNewsObjectLink a,
        .CustomContentObject.BoxNewsObject.ObjectAlignRight .BoxNewsObjectLink a {
            font-weight: bold;
            margin: 10px;
            text-decoration: none;
            display: block;
        }

.CustomContentObject.EmbedBoxContent .EmbedBoxContentWrapper {
    background-color: #FDF5F5;
    border: solid 1px #E2E4E7;
    padding: 10px;
    text-align: left;
    font-family: initial;
}

.CustomContentObject.BoxQuoteEmbed .BoxQuoteEmbedWrapper {
    padding: 10px;
    text-align: center;
}

    .CustomContentObject.BoxQuoteEmbed .BoxQuoteEmbedWrapper .BoxQuoteEmbed-Quote {
        font-size: 22px;
        color: #007877;
    }

    .CustomContentObject.BoxQuoteEmbed .BoxQuoteEmbedWrapper .BoxQuoteEmbed-Name {
        font-size: 14px;
        color: #999;
        font-family: Arial;
    }

    .CustomContentObject.BoxQuoteEmbed .BoxQuoteEmbedWrapper img.quote-icon {
        width: 52px;
        height: 52px;
        margin: 0 auto -28px;
    }


.CustomContentObject.BoxQuoteEmbed.ObjectAlignCenter .BoxQuoteEmbedWrapper .BoxQuoteEmbed-Quote,
.CustomContentObject.BoxQuoteEmbed.ObjectAlignLeft50 .BoxQuoteEmbedWrapper .BoxQuoteEmbed-Quote,
.CustomContentObject.BoxQuoteEmbed.ObjectAlignRight50 .BoxQuoteEmbedWrapper .BoxQuoteEmbed-Quote {
    text-align: center;
    background-color: #e9f2f8;
    padding: 25px 20px 40px 20px;
    color: #666;
    font-style: italic;
}

.CustomContentObject.BoxQuoteEmbed.ObjectAlignCenter .BoxQuoteEmbedWrapper .BoxQuoteEmbed-Name {
    overflow: hidden;
    display: inline-block;
    padding: 8px 30px 10px 10px;
    -webkit-border-radius: 32px;
    -moz-border-radius: 32px;
    border-radius: 64px;
    margin-top: -40px;
    background-color: #fafafa;
    border: 3px solid #fff;
}

.CustomContentObject.BoxQuoteEmbed.ObjectAlignLeft50 .BoxQuoteEmbedWrapper .BoxQuoteEmbed-Name,
.CustomContentObject.BoxQuoteEmbed.ObjectAlignRight50 .BoxQuoteEmbedWrapper .BoxQuoteEmbed-Name {
    overflow: hidden;
    padding: 10px;
    -webkit-border-radius: 32px;
    -moz-border-radius: 32px;
    border-radius: 64px;
    margin-top: -40px;
    background-color: #fafafa;
    border: 3px solid #fff;
    text-align: center;
    margin: -40px auto 0;
}

.CustomContentObject.BoxQuoteEmbed.ObjectAlignCenter .BoxQuoteEmbedWrapper .BoxQuoteEmbed-Name img {
    width: 64px;
    height: 64px;
    -webkit-border-radius: 64px;
    -moz-border-radius: 64px;
    border-radius: 64px;
    float: left;
    margin-right: 10px;
}

.CustomContentObject.BoxQuoteEmbed.ObjectAlignLeft50 .BoxQuoteEmbedWrapper .BoxQuoteEmbed-Name img,
.CustomContentObject.BoxQuoteEmbed.ObjectAlignRight50 .BoxQuoteEmbedWrapper .BoxQuoteEmbed-Name img {
    width: 64px;
    height: 64px;
    -webkit-border-radius: 64px;
    -moz-border-radius: 64px;
    border-radius: 64px;
    margin-right: 10px;
}

.CustomContentObject.BoxQuoteEmbed.ObjectAlignCenter .BoxQuoteEmbedWrapper .BoxQuoteEmbed-Name div {
    overflow: hidden;
    text-align: left;
    margin-top: 10px;
}

.CustomContentObject.BoxQuoteEmbed.ObjectAlignLeft50 .BoxQuoteEmbedWrapper .BoxQuoteEmbed-Name div,
.CustomContentObject.BoxQuoteEmbed.ObjectAlignRight50 .BoxQuoteEmbedWrapper .BoxQuoteEmbed-Name div {
    text-align: center;
    margin-top: 5px;
    width: 90%;
    margin: 5px auto;
}

    .CustomContentObject.BoxQuoteEmbed.ObjectAlignLeft50 .BoxQuoteEmbedWrapper .BoxQuoteEmbed-Name div strong,
    .CustomContentObject.BoxQuoteEmbed.ObjectAlignRight50 .BoxQuoteEmbedWrapper .BoxQuoteEmbed-Name div strong {
        display: block;
    }

.CustomContentObject.BoxQuoteEmbed.ObjectAlignCenter .BoxQuoteEmbedWrapper .BoxQuoteEmbed-Name strong {
    display: block
}


.CustomContentObject.BoxQuoteEmbedV2 .BoxQuoteEmbedWrapper {
    padding: 10px;
    text-align: center;
}

    .CustomContentObject.BoxQuoteEmbedV2 .BoxQuoteEmbedWrapper img.quote-open {
        width: 45px;
        display: block;
    }

    .CustomContentObject.BoxQuoteEmbedV2 .BoxQuoteEmbedWrapper div.BoxQuoteEmbed-Quote {
        font-size: 23px;
        font-weight: bold;
        text-align: left;
        padding-bottom: 10px;
        color: #555;
        border-bottom: 1px solid #ccc;
        margin-bottom: 10px;
        font-family: 'Roboto Condensed',sans-serif;
        line-height: 32px;
    }

    .CustomContentObject.BoxQuoteEmbedV2 .BoxQuoteEmbedWrapper div.BoxQuoteEmbed-Name {
        font-size: 16px;
        text-align: left;
        color: #999;
    }

        .CustomContentObject.BoxQuoteEmbedV2 .BoxQuoteEmbedWrapper div.BoxQuoteEmbed-Name div.quote-name {
            text-transform: capitalize;
        }

            .CustomContentObject.BoxQuoteEmbedV2 .BoxQuoteEmbedWrapper div.BoxQuoteEmbed-Name div.quote-name strong {
                text-transform: uppercase;
                font-weight: bold;
                color: #108282;
            }


figure img {
    width: 100%;
}
table {
    width: 98%;
    border: 1px solid #666;
    border-collapse: collapse;
    margin: auto;
}

    table td, table th {
        height: 30px;
        padding: 5px;
        border: solid 1px #666;
    }
    table th {
        background-color: #ccc;
        font-weight: bold;
    }

/* ------------------------------------- */
/*

.vnf-imgage
{
    width: 660px;
}
.avatar-sapo
{
    font-size: 11px;
    font-style: italic;
    background-color: #000;
    padding: 5px 10px;
    color: #fff;
}

.news-title {
    font-weight: bolder;
    font-size: 28px;
    margin-top: 20px;
    margin-bottom: 10px;
}

.social-and-publish-date,
.news-footer {
    border-top: solid 1px #cfcfcf;
    border-bottom: solid 1px #cfcfcf;
    height: 29px;
}

    .social-and-publish-date .publish-date,
    .news-footer .news-tags {
        color: #545454;
        font-weight: lighter;
        font-size: 12px;
        line-height: 29px;
        float: left;
    }

        .news-footer .news-tags a {
            color: #545454;
            font-weight: lighter;
            font-size: 12px;
            line-height: 29px;
            font-style: italic;
        }

            .news-footer .news-tags a:hover {
                color: #108282;
            }

    .social-and-publish-date .social,
    .news-footer .social {
        float: right;
        margin-top: 2px;
    }

        .social-and-publish-date .social a,
        .news-footer .social a {
            background: url('../images/main-spint.png') no-repeat;
            display: block;
            width: 26px;
            height: 26px;
            float: left;
            margin-left: 5px;
        }

            .social-and-publish-date .social a.social-facebook,
            .news-footer .social a.social-facebook {
                background-position: -1px -65px;
            }

            .social-and-publish-date .social a.social-twitter,
            .news-footer .social a.social-twitter {
                background-position: -27px -65px;
            }

            .social-and-publish-date .social a.social-googleplus,
            .news-footer .social a.social-googleplus {
                background-position: -52px -65px;
            }

            .social-and-publish-date .social a.social-comment {
                background-position: -78px -65px;
            }

            .social-and-publish-date .social a.social-email,
            .news-footer .social a.social-email {
                background-position: -105px -65px;
            }

            .social-and-publish-date .social a.social-print,
            .news-footer .social a.social-print {
                background-position: -132px -65px;
            }

.news-sapo {
    font-size: 15px;
    font-weight: bold;
    margin-top: 15px;
}

.news-content {
    font-size: 15px;
    font-weight: lighter;
}

    .news-content h2 {
        font-size: 15px;
        font-weight: bold;
    }

    .news-content h3 {
        font-size: 15px;
        font-weight: normal;
    }

    .news-content a {
        color: #108282;
        text-decoration: underline;
    }

    .news-content .link-inline {
        background: url(../images/main-spint.png) -432px -45px no-repeat;
        padding-left: 30px;
    }

        .news-content .link-inline a {
            font-weight: bolder;
            font-size: 25px;
            color: #333;
            text-decoration: none;
        }

            .news-content .link-inline a:hover {
                color: #108282;
            }

.news-footer {
    margin: 20px 0 50px;
}*/
