
/* 
1st color: 180, 18, 140
2nd color: 180, 70, 230
 */

@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,700&subset=latin,greek-ext&display=swap);

html,
body {
    width: 100%;
    height: 100%;
}

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(180, 18, 140);
    border-width: 3px;
    clear: both;
}

    hr.light {
        border-color: #fff;
    }

a {
    color: rgb(180, 18, 140);
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

    a:hover,
    a:focus {
        color: rgb(180, 70, 230);
    }

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
}

p {
    margin-bottom: 40px;
    font-size: 18px;
    line-height: 1.5;
}

.DFPAthinorama_inreed_infeed_A, .DFPAthinorama_inreed_infeed_B {
    margin-bottom: 40px;
    border-top: 1px dotted #ccc;
    border-bottom: 1px dotted #ccc;
}
.bg-primary {
    background-color: rgb(180, 18, 140) !important;
    color: #fff;
}

    .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-dark {
    color: #fff;
    background: #333;
}
#mainNav {
    background: linear-gradient(to left, rgb(180, 70, 230), rgb(180, 18, 140));
}

.text-faded {
    color: rgba(255,255,255,.7);
}

section {
    padding: 100px 0;
}

aside {
    padding: 50px 0;
}

.no-padding {
    padding: 0;
}

.top-padding {
    padding: 50px 0 0;
}

.tohideonspecial {
    display:none;
}

.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;
    }

.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 {
    width: 100%;
    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;
}
/*CARDS*/

a.custom-card {
    text-decoration: none;
    display: block;
    background: linear-gradient(to bottom, rgb(180, 70, 230), rgb(180, 18, 140));
    color: inherit;
    border-radius: .25rem;
    margin-bottom: 0.75rem;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}
    a.custom-card:hover {
        box-shadow:rgba(0,0,0,0.5) 0 0 10px;
    }
.custom-card .card {
    margin: 1px;
    width: calc(100% - 2px);
    border: 0;
}
.custom-card .card h2 {
    font-size: 22px;
}
.card-img, .card-img-top {
    aspect-ratio:16/9;
    height:auto;
}
@media (min-width: 576px) {
    .card-columns {
        column-count: 2;
    }
}

@media (min-width: 992px) {
    .card-columns {
        column-count: 3;
    }
}

@media (min-width: 1200px) {
    .card-columns {
        column-count: 4;
    }
}
/*CARDS END*/

header {
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(../images/main.jpg);
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    color:#fff;
}
header.first-page {
    height: 100%;
}

    header.article-page {
        height: 70%;
    }

    header .header-content .addthis_native_toolbox, header .header-content .addthis_custom_sharing {
            float: none;
        }

    header .header-content {
        /*background: rgba(0,0,0,0.8);*/
        padding: 30px;
        max-width: 1000px;
        text-align: center;
    }

        header .header-content h1 {
            background: rgb(180, 18, 140);
            padding: 10px;
            text-transform: uppercase;
            font-weight: 700;
        }
    header.first-page h1 {
        font-size:54px;
    }
        header .header-content .header-lead {
            margin: 10px 10px 20px;
            padding: 20px;
            background: rgba(255,255,255,0.8);
            color: #333;
        }
    header .header-content p {
        margin:10px;
        font-weight:700;
    }


.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 {
}

.img-responsive {
    min-width: 100%;
}

.call-to-action h2 {
    margin: 0 auto 20px;
}

.text-primary {
    color: rgb(180, 18, 140);
}

.no-gutter > [class*=col-] {
    padding-right: 0;
    padding-left: 0;
}

.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 #efefef;
    border-bottom: 3px solid #efefef;
    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;
}

.sideimage {
    margin: 10px;
}

    .sideimage.right {
        margin-right: 0;
    }

    .sideimage.left {
        margin-left: 0;
    }

#ParagraphsContainer h2 {
    background-color: #b446e5;
    color: #fff;
    font-weight: bold;
    margin: 20px -125px 10px;
    padding: 5px 10px;
}

#ParagraphsContainer h3 {
    margin: 60px 0 20px;
    color: rgb(180, 18, 140);
    font-weight: 600;
    border-left: 3px solid rgb(180, 18, 140);
    padding-left: 20px;
}

#ParagraphsContainer p {
    margin-bottom: 40px;
    line-height: 1.75;
}

p#firma {
    margin-top: 20px;
    font-style: italic;
    font-size: 16px;
    border-bottom:1px solid rgb(180, 18, 140);
    padding:10px;
}

    p#firma a {
        color: rgb(180, 18, 140);
    }
    p#firma img {
        vertical-align: middle;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 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-container{ width: 1000px; height: 100%; margin: 0 -125px;}
.videoWrapper {	padding-bottom: 56.25%; overflow: hidden; position: relative; width: 100%; height: 100%; }
.videoWrapper iframe { position: absolute;	top: 0;	left: 0; width: 100%; height: 100%;}
.youtube-container { width: 1000px; /*height: 100%;*/ margin: 0 -125px; }
.youtube-player { padding-bottom: 56.25%; overflow: hidden; position: relative; width: 100%; height: 100%; cursor: pointer;}
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 { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.anchoroffset {
    display: block;
    position: relative;
    top: -50px;
    visibility: hidden;
}

@media screen and (max-width: 1010px) {
    .youtube-container {
        display: block;
        margin: 20px auto;
        width: 100%;
        max-width: 800px;
    }
    #ParagraphsContainer h2 {
        margin: 20px 10px 10px;
    }
    #ParagraphsContainer figure {
        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{width:100%;padding:0;background:#333;clear:both;position: relative;margin-top:50px;}
.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 p{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:14px;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%); 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;}
.footer-wrap2 .members {padding:13px 30px; border-top: 1px solid #666; width: 510px; margin: 20px auto;}
.footer-wrap2 .member{float:left;text-align: center;padding:16px 10px;}
.footer-wrap2 .onlinemedia{padding:0 10px}
/* END Footer */

@media screen and (max-width: 983px) {
    .footer-wrap1, .footer-wrap1 .foot1, .footer-wrap1 .foot2, .footer-wrap1 .foot3, .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%;}
}

@media screen and (max-width: 480px) {

    header.article-page {
        height: 100%;
    }
    header .header-content {
        padding:15px;
    }
    header .header-content .header-lead {
        margin: 10px;
        padding: 10px;
    }
        header.first-page h1, header .header-content h1 {
            font-size: 30px;
            line-height: 1;
        }
        header .header-content p {
            font-size: 16px;
            line-height: 1.125;
        }
    .footer-wrap2 .members {width: 90%;padding:13px 0;}
    .footer-wrap2 .member {float:none;}
}
/* 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;
}

.section-heading {
    margin: 40px 0 30px;
}


