
/* 
1st color: 188, 32, 37
2nd color: 123, 21, 24
 */

html,
body {
    width: 100%;
    height: 100%;
    background: url('../images/bg-offwhite.gif') #fff;
}

body {
    font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
    webkit-tap-highlight-color: #222;
}


::-moz-selection {
    text-shadow: none;
    color: #fff;
    background: #222;
}

::selection {
    text-shadow: none;
    color: #fff;
    background: #222;
}

img::selection {
    color: #fff;
    background: 0 0;
}

img::-moz-selection {
    color: #fff;
    background: 0 0;
}

hr {
    max-width: 50px;
    border-color: rgb(188, 32, 37);
    border-width: 3px;
    clear: both;
}

    hr.light {
        border-color: #fff;
    }

a {
    color: rgb(188, 32, 37);
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

    a:hover,
    a:focus {
        color: rgb(123, 21, 24);
    }

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
}

#ParagraphsContainer h3 {
    color: #c00;
    font-weight: 600;
    margin: 40px 0 30px;
}

#ParagraphsContainer .sideimage {
    width: 40%;
}

    #ParagraphsContainer .sideimage.right {
        margin: 5px 0 0 15px;
    }

    #ParagraphsContainer .sideimage.left {
        margin: 5px 15px 0 0;
    }

p {
    margin-bottom: 40px;
    font-size: 18px;
    line-height: 1.5;
}

    p.firma {
        color: #666;
        font-size: 14px;
        font-style: italic;
    }

.bg-primary {
    background: url('../images/bg-red.gif') rgb(188, 32, 37);
}

    .bg-primary a {
        color: rgb(255,255,255);
        -webkit-transition: all .35s;
        -moz-transition: all .35s;
        transition: all .35s;
    }

        .bg-primary a:hover,
        .bg-primary a:focus {
            color: rgba(255, 255, 255, 0.8);
        }

.bg-secondary {
    background: rgba(255,255,255,0.5);
    padding: 30px 0;
}

.bg-dark {
    color: #fff;
    background: url('../images/bg-black.gif') #333;
}

.text-faded {
    color: rgba(255,255,255,.7);
}

section {
    padding: 100px 0;
}
#themata {
    padding-bottom:100px;
}
aside {
    padding: 50px 0;
}

.no-padding {
    padding: 0;
}

.top-padding {
    padding: 50px 0 0;
}

.header-title {
    padding: 60px 0 10px;
}

    .header-title h2 {
        margin: 0;
    }

    .header-title p {
        margin: 8px 0 0;
    }

    .header-title h2 a:hover {
        text-decoration: none;
    }

.navbar-default {
    border-color: rgba(34,34,34,.05);
    background-color: rgba(255,255,255,0.5);
    font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
    background-color: #fff;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

    .navbar-default .navbar-header .navbar-brand {
        /*text-transform: uppercase;*/
        font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
        font-weight: 700;
        color: rgb(188, 32, 37);
    }

        .navbar-default .navbar-header .navbar-brand:hover,
        .navbar-default .navbar-header .navbar-brand:focus {
            color: rgb(123, 21, 24);
        }

    .navbar-default .nav > li > a,
    .navbar-default .nav > li > a:focus {
        /*text-transform: uppercase;*/
        font-size: 13px;
        font-weight: 700;
        color: #222;
    }

        .navbar-default .nav > li > a:hover,
        .navbar-default .nav > li > a:focus:hover {
            color: rgb(188, 32, 37);
        }

    .navbar-default .nav > li.active > a,
    .navbar-default .nav > li.active > a:focus {
        color: rgb(188, 32, 37) !important;
        background-color: transparent;
    }

        .navbar-default .nav > li.active > a:hover,
        .navbar-default .nav > li.active > a:focus:hover {
            background-color: transparent;
        }

.caption {
    text-align: center;
    font-size: 14px;
    padding: 10px;
    font-style: italic;
    margin: 0 0 20px 0;
    display: block;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

.social-fasa {
    display: block;
    clear: both;
    padding: 6px 10px;
    margin: 15px 0 20px;
    border-bottom: 1px dashed #ccc;
    position: relative;
    overflow: hidden;
}

#social-plugin-line {
    width: 100%;
}

.fb-logo {
    margin-left: 5px;
    vertical-align: top;
    float: right;
}

.addthis_native_toolbox, .addthis_custom_sharing {
    float: left;
}

.addthis_sharing_toolbox {
    float: left;
    margin-left: 10px;
}

.articlelistpost {
    margin-top: 30px;
}

.img-thumbnail {
    border: 0;
    border-radius: 0;
    background-color: rgba(255,255,255,0.3);
}

.post-preview a:hover, .post-preview a:focus {
    text-decoration: none;
    color: rgb(123, 21, 24);
}

.post-preview a p.article-list-lead {
    color: #fff;
}

.post-preview h2 {
    margin-top: 0;
}

.interview-bio {
    padding: 10px;
    background: #efefef;
    width: 1000px;
    margin: 0 -125px 20px;
}

    .interview-bio:after {
        display: table;
        content: " ";
        clear: both;
    }

    .interview-bio .face {
        float: left;
        margin: 0 15px 0 5px;
        width: 100px;
        border-radius: 50%;
        border: 1px dotted #ccc;
        padding: 2px;
        background: #fff;
    }

.salad-image {
    margin-bottom: 30px;
    padding: 5px;
    border: 1px solid #999;
    background: #fff;
    -webkit-transform: rotate(-1deg);
    -moz-transform: rotate(-1deg);
    -o-transform: rotate(-1deg);
    -ms-transform: rotate(-1deg);
    transform: rotate(-1deg);
}

.bubble {
    width: 80%;
    background: #f7cbc4;
    padding: 20px;
    margin: 0 auto 20px;
    text-align: center;
    position: relative;
    border-radius: 10px;
}

.upcorner:after {
    content: "";
    width: 0px;
    height: 0px;
    position: absolute;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #f7cbc4;
    border-bottom: 20px solid transparent;
    right: 50%;
    bottom: -40px;
}

@media(min-width:768px) {
    .navbar-default {
        background-color: rgba(255,255,255,0.9);
        border-color: rgba(0,0,0,.3);
    }

    #map {
        height: 400px;
    }
}

header {
    position: relative;
    width: 100%;
    min-height: auto;
    text-align: center;
    color: #fff;
    background-image: url(../images/main.jpg);
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

    header .header-content {
        position: relative;
        width: 100%;
        padding: 100px 15px;
        text-align: center;
    }

        header .header-content .addthis_native_toolbox, header .header-content .addthis_custom_sharing {
            float: none;
        }

        header .header-content .header-content-inner {
            background: rgba(0,0,0,0.8);
            margin: 0 auto;
            padding: 30px 15px;
            max-width: 650px;
        }

            header .header-content .header-content-inner h1 {
                margin: 0 10px;
                /*text-transform: uppercase;*/
                font-weight: 700;
            }

            header .header-content .header-content-inner hr {
                margin: 30px auto;
            }

            header .header-content .header-content-inner p {
                font-size: 16px;
                font-weight: 300;
            }


.intro-header {
    background-color: #808080;
    background: no-repeat center center;
    background-attachment: scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    margin-bottom: 50px;
}

    .intro-header .site-heading,
    .intro-header .post-heading,
    .intro-header .page-heading {
        margin: 150px 0 50px;
        padding: 30px;
        color: white;
        background: rgba(0,0,0,0.7);
    }

    .intro-header .site-heading,
    .intro-header .page-heading {
        text-align: center;
    }

        .intro-header .site-heading h1,
        .intro-header .page-heading h1 {
            margin-top: 0;
            font-size: 50px;
        }

        .intro-header .site-heading .subheading,
        .intro-header .page-heading .subheading {
            font-size: 24px;
            line-height: 1.1;
            display: block;
            font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
            font-weight: 300;
            margin: 10px 0 0;
        }

    .intro-header .post-heading h1 {
        font-size: 55px;
        font-weight: 600;
    }

    .intro-header .post-heading .subheading,
    .intro-header .post-heading .meta {
        line-height: 1.1;
        display: block;
    }

    .intro-header .post-heading .subheading {
        font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
        font-size: 24px;
        margin: 10px 0 30px;
        font-weight: 300;
    }

    .intro-header .post-heading .meta {
        font-style: italic;
        font-weight: 300;
        font-size: 20px;
    }

        .intro-header .post-heading .meta a {
            color: white;
        }


.device {
    margin: 0;
    position: relative;
    width: 100%;
}

#timeline-text .device {
    height: 300px;
    margin: 0 0 40px 0;
}

    #timeline-text .device .imgLiquid {
        height: 300px !important;
    }

.padding-container .device {
    padding: 0;
    margin: 0;
}

.device .arrow-left {
    background: rgba(0, 0, 0, 0) url("/images/left-carousel.png") no-repeat scroll left top;
    height: 56px;
    left: 5px;
    margin-top: -28px;
    position: absolute;
    top: 50%;
    width: 40px;
    z-index: 11;
}

.device .arrow-right {
    background: rgba(0, 0, 0, 0) url("/images/right-carousel.png") no-repeat scroll left bottom;
    height: 56px;
    margin-top: -28px;
    position: absolute;
    right: 5px;
    top: 50%;
    width: 40px;
    z-index: 11;
}

.padding-container .device .arrow-left {
    left: 15px;
}

.padding-container .device .arrow-right {
    right: 15px;
}

.swiper-container {
    backface-visibility: hidden;
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.swiper-wrapper {
    position: relative;
    transform: translate3d(0px, 0px, 0px);
    transition-duration: 0s;
    transition-property: transform, left, top;
    transition-timing-function: ease;
    width: 100%;
}

.swiper-free-mode > .swiper-wrapper {
    margin: 0 auto;
    transition-timing-function: ease-out;
}

.swiper-slide {
    float: left;
}

.swiper-wp8-horizontal {
}

.swiper-wp8-vertical {
}

.content-slide {
    color: #fff;
    position: relative;
}

    .content-slide img {
        border: 0 none;
        height: 100%;
    }

.over {
    background-color: #000;
    bottom: 0;
    left: 0;
    opacity: 0.8;
    padding: 5px 10px;
    position: absolute;
    width: 100%;
    z-index: 10;
    margin: 0;
}

    .over p {
        font-size: 13px;
        line-height: 18px;
        margin: 0;
        padding: 0 !important;
        text-align: center;
    }

.imgLiquid {
    width: 100% !important;
    margin: 0 auto;
}

.padding-container .imgLiquid {
}


.service-box {
    margin: 50px auto 0;
    max-width: 400px;
}

    .service-box p {
        margin-bottom: 0;
    }

.project-title-back {
    background: rgba(205, 22, 140,0.9);
    padding: 5px;
    margin-bottom: 7px;
    display: inline-block;
    width: 95%;
    font-weight: bold;
}

.img-responsive {
    min-width: 100%;
}

.call-to-action h2 {
    margin: 0 auto 20px;
}

.text-primary {
    color: rgb(188, 32, 37);
}

.no-gutter > [class*=col-] {
    padding-right: 0;
    padding-left: 0;
}

.btn {
    white-space: normal;
}

.btn-default {
    border-color: #fff;
    color: #222;
    background-color: #fff;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

    .btn-default:hover,
    .btn-default:focus,
    .btn-default.focus,
    .btn-default:active,
    .btn-default.active,
    .open > .dropdown-toggle.btn-default {
        border-color: #ededed;
        color: #222;
        background-color: #f2f2f2;
    }

    .btn-default:active,
    .btn-default.active,
    .open > .dropdown-toggle.btn-default {
        background-image: none;
    }

    .btn-default.disabled,
    .btn-default[disabled],
    fieldset[disabled] .btn-default,
    .btn-default.disabled:hover,
    .btn-default[disabled]:hover,
    fieldset[disabled] .btn-default:hover,
    .btn-default.disabled:focus,
    .btn-default[disabled]:focus,
    fieldset[disabled] .btn-default:focus,
    .btn-default.disabled.focus,
    .btn-default[disabled].focus,
    fieldset[disabled] .btn-default.focus,
    .btn-default.disabled:active,
    .btn-default[disabled]:active,
    fieldset[disabled] .btn-default:active,
    .btn-default.disabled.active,
    .btn-default[disabled].active,
    fieldset[disabled] .btn-default.active {
        border-color: #fff;
        background-color: #fff;
    }

    .btn-default .badge {
        color: #fff;
        background-color: #222;
    }

.btn-primary {
    border-color: rgb(188, 32, 37);
    color: #fff;
    background-color: rgb(188, 32, 37);
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

    .btn-primary:hover,
    .btn-primary:focus,
    .btn-primary.focus,
    .btn-primary:active,
    .btn-primary.active,
    .open > .dropdown-toggle.btn-primary {
        border-color: rgb(188, 32, 37);
        color: #fff;
        background-color: rgb(123, 21, 24);
    }

    .btn-primary:active,
    .btn-primary.active,
    .open > .dropdown-toggle.btn-primary {
        background-image: none;
    }

    .btn-primary.disabled,
    .btn-primary[disabled],
    fieldset[disabled] .btn-primary,
    .btn-primary.disabled:hover,
    .btn-primary[disabled]:hover,
    fieldset[disabled] .btn-primary:hover,
    .btn-primary.disabled:focus,
    .btn-primary[disabled]:focus,
    fieldset[disabled] .btn-primary:focus,
    .btn-primary.disabled.focus,
    .btn-primary[disabled].focus,
    fieldset[disabled] .btn-primary.focus,
    .btn-primary.disabled:active,
    .btn-primary[disabled]:active,
    fieldset[disabled] .btn-primary:active,
    .btn-primary.disabled.active,
    .btn-primary[disabled].active,
    fieldset[disabled] .btn-primary.active {
        border-color: rgb(188, 32, 37);
        background-color: rgb(188, 32, 37);
    }

    .btn-primary .badge {
        color: rgb(188, 32, 37);
        background-color: #fff;
    }

.btn {
    border: 0;
    border-radius: 300px;
    /*text-transform: uppercase;*/
    font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
    font-weight: 700;
}

.btn-xl {
    padding: 15px 30px;
}

.desmi-logo {
    float: left;
    margin: 0 10px 10px 0;
}

.titlo-map {
    font-size: 18px;
    font-weight: bold;
}
/*.titlo-map a{text-decoration:none;color:#856100;display:block; padding:6px 0px 0px 0px;}
.titlo-map a:{text-decoration:underline;}*/
.titlo-keimeno {
    font-size: 14px;
    color: #000;
}

#go-content {
    width: 100%;
    text-align: center;
    margin-top: 10px;
}

    #go-content a {
        display: inline-block;
        text-decoration: none;
    }

    #go-content span {
        background: rgba(0, 0, 0, 0) url("/tributes/images/down_arrow.png") no-repeat scroll center center;
        display: block;
        height: 40px;
        width: 60px;
    }

.text-center img {
    max-width: 100%;
}

.left {
    float: left;
}

.right {
    float: right;
}


.pullquote {
    width: 80%;
    margin: 50px auto;
    quotes: "\00ab" "\00bb";
    position: relative;
    text-align: center;
    border-top: 3px solid rgb(188, 32, 37);
    border-bottom: 3px solid rgb(188, 32, 37);
    padding: 20px;
    font-style: italic;
    font-size: 20px;
}

    .pullquote a {
        display: block;
        margin: 0 40px;
    }

a.AthImages {
    color: #333;
}

a:hover.AthImages {
    text-decoration: none;
}

#ParagraphsContainer {
    background:rgba(255,255,255,0.8);
    padding-top:20px;
}
#ParagraphsContainer figure {
    width: 1000px;
    margin: 50px -125px;
    text-align: center;
}

#ParagraphsContainer .imgcontainer img {
    width: 1000px;
}

#ParagraphsContainer figure figcaption.lezada {
    padding: 6px;
    border-bottom: 1px dotted #ccc;
    font-size: 12px;
}

div#player {
    max-width: 750px;
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
}

    .videoWrapper iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 1000px;
        height: 100%;
        margin: 0 -125px;
    }

.anchoroffset {
    display: block;
    position: relative;
    top: -50px;
    visibility: hidden;
}

.youtube-container {
    display: block;
    margin: 20px auto;
    width: 1000px;
    margin: 50px -125px;
    text-align: center;
}

.youtube-player {
    display: block;
    width: 100%; /* assuming that the video has a 16:9 ratio */
    padding-bottom: 56.25%;
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%;
    cursor: pointer;
    display: block;
}

img.youtube-thumb {
    bottom: 0;
    display: block;
    left: 0;
    margin: auto;
    max-width: 100%;
    width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    height: auto
}

div.play-button {
    height: 72px;
    width: 72px;
    left: 50%;
    top: 50%;
    margin-left: -36px;
    margin-top: -36px;
    position: absolute;
    background: url("https://i.imgur.com/TxzC70f.png") no-repeat;
}

#youtube-iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

@media screen and (max-width: 1010px) {
    #ParagraphsContainer figure, .youtube-container {
        width: 100%;
        margin: 25px 0;
    }

    #ParagraphsContainer .imgcontainer img {
        width: 100%;
    }

    .interview-bio {
        width: 100%;
        margin: 0 0 20px;
    }

    .videoWrapper iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        margin: 25px 0;
    }
}


/* Footer */
.footer div * {
    box-sizing: content-box
}

.footer {
    width: 100%;
    margin: 0;
    padding: 0;
    background: #333;
    clear: both;
    position: relative;
}

.footer-wrap1 {
    margin: 0 auto;
    padding: 0;
    width: 970px;
    overflow: hidden;
    position: relative;
    color: #fff;
    padding-top: 20px;
}

    .footer-wrap1 a {
        display: block;
        text-decoration: none;
        color: #fff;
    }

        .footer-wrap1 a:hover {
            display: block;
            text-decoration: underline;
            color: #fff;
        }

    .footer-wrap1 .foot1 {
        width: 480px;
        height: 170px;
        float: left;
        border-right: 1px dashed #666;
        padding-right: 20px;
    }

        .footer-wrap1 .foot1 p {
            margin-left: 50px;
            padding: 10px;
            font-size: 12px;
            line-height: 18px;
        }

        .footer-wrap1 .foot1 a {
            text-decoration: underline;
        }

        .footer-wrap1 .foot1 p b {
            font-size: 18px;
        }

        .footer-wrap1 .foot1 img {
            float: left;
            margin: 10px 10px 0 0;
        }

    .footer-wrap1 .foot2 {
        width: 230px;
        height: 170px;
        float: left;
        border-right: 1px dashed #666;
        padding: 0 20px;
        font-size: 13px;
        line-height: 30px;
    }

    .footer-wrap1 .foot3 {
        width: 150px;
        height: 170px;
        float: left;
        text-align: center;
        padding: 0 20px;
    }

        .footer-wrap1 .foot3 p {
            font-size: 14px;
            line-height: 30px;
            margin: 0;
        }

        .footer-wrap1 .foot3 img {
            margin-top: 8px;
            width: 145px;
        }

.footer-wrap2 {
    width: 100%;
    background: #1b1b1b;
    overflow: hidden;
    padding: 20px 0 10px;
    margin-top: 20px;
    clear: both;
}

    .footer-wrap2 .sites-ring {
        margin: 0 auto;
        padding: 0;
        width: 970px;
        overflow: hidden;
        position: relative;
    }

        .footer-wrap2 .sites-ring a {
            display: inline-block;
            float: left;
        }

            .footer-wrap2 .sites-ring a img {
                max-width: 100%;
                height: auto;
                -webkit-filter: grayscale(100%) brightness(135%) contrast(120%);
                -ms-filter: grayscale(100%) brightness(135%) contrast(120%);
                filter: grayscale(100%) brightness(135%) contrast(120%);
                transition: filter 0.3s, box-shadow 0.3s;
                -webkit-transition: filter 0.3s, -webkit-filter 0.3s, box-shadow 0.3s;
            }

            .footer-wrap2 .sites-ring a:hover img, .footer-wrap2 .sites-ring a:focus img {
                -webkit-filter: none;
                filter: none;
                -ms-filter: none;
            }

    .footer-wrap2 .member {
        padding: 13px 30px;
        border-top: 1px solid #666;
        width: 350px;
        margin: 20px auto;
    }

        .footer-wrap2 .member .ened {
            float: left;
            text-align: center;
            padding: 16px 10px;
        }

        .footer-wrap2 .member .onlinemedia {
            float: right;
            text-align: center;
            padding: 0 10px;
        }
/* END Footer */

@media screen and (max-width: 983px) {
    .footer-wrap1, .footer-wrap1 .foot1, .footer-wrap1 .foot2, .footer-wrap1 .foot3, .footer-wrap2, .footer-wrap2 .sites-ring {
        width: 96%;
        padding: 2%;
        text-align: center;
        clear: both;
        height: auto;
    }

        .footer-wrap1 .foot1, .footer-wrap1 .foot2 {
            border: none;
            border-bottom: 1px solid #666;
        }

        .footer-wrap1 p {
            margin: 0 !important;
        }

        .footer-wrap1 .foot1 img {
            float: none;
        }

        .footer-wrap2 .sites-ring a {
            display: block;
            float: none;
            margin: 1%;
        }
}

.addthis_native_toolbox {
    display: inline-block;
}

@media(min-width:768px) {
    header {
    }

        header.first-page {
            min-height: 100%;
        }

        header .header-content {
            position: absolute;
            top: 50%;
            padding: 0 50px;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
        }

            header .header-content .header-content-inner p {
                margin-right: auto;
                margin-left: auto;
                max-width: 80%;
                font-size: 18px;
            }
}

.section-heading {
    margin: 40px 0 30px;
}

@media(min-width:992px) {
    .service-box {
        margin: 20px auto 0;
    }

    .navbar-default.affix .navbar-header .navbar-brand {
        font-size: 14px;
        color: rgb(188, 32, 37);
    }
}
 