﻿html {
    font-family: Roboto !important
}

.org-fullscreen {
    font-size: 24px;
}

.org-main-elem {
    margin-top: 20px;
    position: relative;
}
/*base size = 14px*/
.org-fullscreen h1 {
    /*56*/
    font-size: 4em;
}

.org-fullscreen h2 {
    /*42*/
    font-size: 3em;
}

.org-fullscreen h3 {
    /*30px*/
    font-size: 2.1429em;
}

.org-fullscreen h4 {
    /*24px*/
    font-size: 2.1429em;
}

.org-fullscreen h5 {
    /*18px*/
    font-size: 1.29em;
}

.org-fullscreen .organizer-page-summary {
    font-size: large;
}

.org-fullscreen .organizer-page-author {
    font-size: medium;
}

.org-fullscreen .organizer-image-credit {
    font-size: 0.75em;
}

.org-fullscreen .org-sliderimage-credit {
    font-size: 0.5em;
}

.w-25 {
    width: 25%;
}

.w-33 {
    width: 33%;
}

.w-50 {
    width: 50%;
}

.w-75 {
    width: 75%;
}

.w-100 {
    width: 100%;
}

.elem-align-left {
    float: left;
}

.elem-align-right {
    float: right;
}

.elem-align-center {
    margin: 0 auto;
}



/*
        CSS for organizer Page Text Element
    */
.organizer-text-container {
    margin-top: 20px;
    margin-bottom: 20px;
    height: auto;
    max-height: 110%;
    overflow-y: hidden;
    /*padding-right: 50px;*/
}

.default-img-media {
    text-align: center;
    background-color: #e1edf6;
    background-image: url('/Content/Images/default-image.png');
    background-image: linear-gradient(to bottom, rgba(255,255,255,0.6) 0%,rgba(255,255,255,0.6) 100%), url('/Content/Images/default-image.png');
    background-repeat: no-repeat;
    color: black;
    border: 2px solid;
    font-weight: 600;
    font-size: 1.5em;
    border-radius: 5%;
    vertical-align: middle;
    width: 80%;
    min-width: 150px;
    display: table-cell;
    margin: auto 0;
}

@media only screen and (max-width: 1024px) {
    .org-fullscreen {
        font-size: 18px;
    }
}

@media only screen and (max-width: 768px) {
    .org-fullscreen {
        font-size: 14px;
    }

        .org-fullscreen .organizer-page-summary {
            font-size: medium;
        }

        .org-fullscreen .organizer-page-author {
            font-size: small;
        }

        .org-fullscreen .organizer-image-credit {
            font-size: 0.75em;
        }

        .org-fullscreen .org-sliderimage-credit {
            font-size: 0.75em;
        }

    .w-25 {
        width: 100%;
        float: left;
    }

    .w-33 {
        width: 100%;
        float: left;
    }

    .w-50 {
        width: 100%;
        float: left;
    }

    .w-75 {
        width: 100%;
        float: left;
    }

    .organizer-text-container {
        overflow-y: visible
    }
}

@media only screen and (max-width: 420px) {
    .org-fullscreen {
        font-size: 8px;
    }

        .org-fullscreen .organizer-page-summary {
            font-size: medium;
        }

        .org-fullscreen .organizer-page-author {
            font-size: small;
        }

        .org-fullscreen .organizer-image-credit {
            font-size: 0.5em;
        }

        .org-fullscreen .org-sliderimage-credit {
            font-size: 1.0em;
        }

    .w-25 {
        width: 100%;
    }

    .w-33 {
        width: 100%;
    }

    .w-50 {
        width: 100%;
    }

    .w-75 {
        width: 100%;
    }

    .organizer-text-container {
        overflow-y: visible;
        clear: both;
    }

    .org-main-elem {
        width: 100%
    }

    .elem-align-center {
        width: 100%;
    }
}

#viewOrgContent {
    display: none;
    width: 100%;
    clear: both;
}

#viewOrgContentIF {
    height: 800px;
    width: 100%;
    margin-top: 10px;
}
/*
        CSS for organizer Organizer Page Header
    */
.organizer-page-header {
    padding-bottom: 10px;
    background-color: transparent;
    color: black;
    text-align: center;
    padding: 7px;
    left: 14px;
    border-radius: 8px;
}

/*.organizer-page-header h3 {
            font-family: Roboto, Verdana, Arial, Helvetica, sans-serif;
            font-size: 18px;
            font-weight: bold;

        }

           .organizer-page-header h5 {
                font-family: Roboto, Verdana, Arial, Helvetica, sans-serif;
                font-size: 14px;
                font-style: italic;
            }*/
.organizer-page-summary p {
    margin: 0;
}

/*---------------------------------------------------
        CSS for organizer Image Element
    -----------------------------------------------------*/
.organizer-image-container {
    /*css for image element div */
    padding-top: 25px;
    padding-bottom: 25px;
    max-width: 100%;
    position: relative;
    cursor: grab;
}

.organizer-image {
    /*css for image element*/
    width: 100%
}

.org-normalscreen .organizer-image-caption {
    font-size: medium;
    font-weight: bold;
}

.org-normal-screen .organizer-image-credit {
    text-align: left;
    font-size: 0.75em;
    font-weight: normal;
}

.organizer-image-container:hover div.organizer-image-credit {
    display: block;
    font-size: xx-small;
    text-wrap: normal;
}

.organizer-image-credit {
    text-align: left;
    font-weight: normal;
    white-space: normal;
    position: absolute;
    top: 75%;
    left: 5%;
    width: 95%;
    height: auto;
    background-color: darkgrey;
    color: white;
    display: none;
}


/*-------------------------------------------------------------
        CSS for organizer Page Element ( story, art, film, audio)
    --------------------------------------------------------------*/
.organizer-page-container {
}
/*.hero-link {
            position: relative;
        }*/
/*.hero-link:hover .play-link {
                display: block
            }*/



.play-link {
    position: absolute;
    display: none;
    top: 5%;
    width: 50px;
    margin: 0 auto;
    left: 0px;
    right: 0px;
    z-index: 100;
}


.organizer-image-container {
    position: relative;
}

.hero-link:hover .play-link {
    display: block;
}

.hero-link {
    cursor: pointer;
    /*cursor: url("/Themes/Radon/Content/images/icons/onehand-finger.png"), -webkit-grab;*/
    /*cursor: -webkit-grab;*/
}

.hero-content {
    cursor: pointer;
    /*cursor: -webkit-grab;*/
}

    .hero-content a {
        position: relative;
    }

a .hero-content {
    position: relative;
}

.hero-content:hover .play {
    display: block
}

.play {
    position: absolute;
    display: none;
    top: 0;
    margin: 0 auto;
    left: 0;
    right: 0;
    z-index: 10;
}

div .play img {
    height: 25px;
    width: 25px;
}

.org-normalscreen .organizer-page-summary {
    font-size: medium;
}

.org-normalscreen .organizer-page-author {
    font-size: small;
}

.showHand {
    cursor: -webkit-grab;
}

.organizer-page-image {
    /*css for page image element  ( story, art, film etc*/
    min-height: 125px;
    margin-left: auto;
    margin-right: auto;
}

.o-image-small {
    height: 125px;
}

.o-image-medium {
    height: 200px;
}

.o-image-large {
    height: 300px;
}

.o-image-small-fs {
    height: 250px;
}

.o-image-medium-fs {
    height: 375px;
}

.o-image-large-fs {
    height: 600px;
}

.organizer-page-summary {
    /* hide text if it more than N lines  */
    overflow: hidden;
    text-overflow: ellipsis;
    /* use this value to count block height */
    line-height: 1.2em;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    /* max-height = line-height (1.2) * lines max number (3) */
    max-height: 4.8em;
    height: 4.8em;
    display: block;
    display: -webkit-box;
    font-family: Roboto !important;
    text-align: left;
}

.organizer-page-audio-container {
    /*contains organizer-page-audio-div*/
    float: left;
    width: 100%
}

.organizer-page-title {
    margin-bottom: 0;
    font-weight: bold;
    font-size: 1.1em;
}

.organizer-page-author {
    line-height: 0.9em;
    /* max-height = line-height (0.9) * lines max number (2) */
    max-height: 1.8em;
    height: 1.8em;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.organizer-page-audio-div {
    text-align: center;
    width: 100%
}
/*
        CSS for organizer Page Divider
    */
.organizer-page-divider {
    clear: both;
    background-color: transparent;
    color: black;
    padding: 15px;
    border-bottom: 1px solid black;
    /*border-top: 1px solid black;*/
    margin-bottom: 5px;
    width: 100%
}

/*
        CSS for organizer Page Link Element
    */
.organizer-link-container {
    max-height: 90%;
}

.organizer-link-icon {
    height: 50px;
    /*width: 50px;
                height: 50px;
                border-radius: 50%*/
}

.organizer-link-description {
    padding-top: 5px;
    font-size: medium;
}

.organizer-link-atag {
}



/*.organizer-text-container div {
        padding: 0 5px 0 5px;
    }*/
/*
        CSS for organizer slider
    */
.slick-next {
    right: 0;
}

.slick-prev {
    left: 0;
    z-index: 10
}

.slick-dots {
    bottom: -10px;
}

.organizer-slider-container {
    padding-top: 0;
    padding-bottom: 2%;
    max-height: 110%;
    height: auto;
    margin-bottom: 2%;
}

.org-normalscreen .org-sliderimage-credit {
    font-size: 0.75em;
}

.org-sliderimage-credit {
    text-align: left;
    font-weight: bold;
}

.organizer-slider-contents {
    padding-left: 0;
    padding-right: 0
}

    .organizer-slider-contents.col-xs-12 {
        padding-left: 0;
        padding-right: 0;
    }

.organizer-slider-contents {
    /*padding-left: 10px;
            padding-right: 10px*/
}

.o-slider-image-screen {
    display: block;
    width: 100%;
    position: relative;
    height: 0;
    padding: 56.25% 0 0 0;
    overflow: hidden;
}

.o-slider-image-banner {
    display: block;
    width: 100%;
    position: relative;
    height: 0;
    padding: 44% 0 0 0;
    overflow: hidden;
}

.o-slider-image-portrait {
    display: block;
    width: 100%;
    position: relative;
    height: 0;
    padding: 133% 0 0 0;
    overflow: hidden;
}

.o-slider-image-thumb {
    display: block;
    width: 100%;
    position: relative;
    height: 0;
    padding: 75% 0 0 0;
    overflow: hidden;
}

.o-slider-image-square {
    display: block;
    width: 100%;
    position: relative;
    height: 0;
    padding: 100% 0 0 0;
    overflow: hidden;
}

.o-image {
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
/*-----------------------------------------
        Bootstrap navigation bar
        --------------------------------------------*/

.organizer-menu-container {
    width: 100%;
    padding-top: 10px;
}

@@media only screen and (max-width: 768px) {

    .no-gutters .col {
        padding-right: 5px;
        padding-left: 5px;
    }

    .no-gutters [class^="col-"],
    .no-gutters [class*="col-"] {
        padding-right: 5px;
        padding-left: 5px;
    }

    .o-image-small-fs {
        height: 125px;
    }

    .o-image-medium-fs {
        height: 200px;
    }

    .o-image-large-fs {
        height: 300px;
    }
}

@@media only screen and (max-width: 450px) {

    .no-gutters .col {
        padding-right: 5px;
        padding-left: 5px;
    }

    .no-gutters [class^="col-"],
    .no-gutters [class*="col-"] {
        padding-right: 5px;
        padding-left: 5px;
    }

    .o-image-small {
        height: 125px;
    }

    .o-image-medium {
        height: 125px;
    }

    .o-image-large {
        height: 150px;
    }

    .o-image-small-fs {
        height: 125px;
    }

    .o-image-medium-fs {
        height: 125px;
    }

    .o-image-large-fs {
        height: 150px;
    }
}

.container {
    padding-right: 0;
    padding-left: 0;
}

.row.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.org-main-elem:hover .org-import-button {
    display: block;
}

.organizer-image-container:hover .org-import-button {
    display: block
}

.org-import-button {
    position: absolute;
    display: none;
    /*left: 0;*/
    /*top: 10px;*/
    z-index: 50;
}

.embed-video-wrapper-16-9 {
    position: relative;
    padding-top: 56.25%;
    width: 90%;
    margin: 0 auto;
}

.embed-video-wrapper-4-3 {
    position: relative;
    padding-top: 56.25%;
    width: 90%;
    margin: 0 auto;
}

.embed-video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.page-link-a {
    color: dodgerblue;
    font-size: large;
}

    .page-link-a :hover {
        color: mediumblue;
    }

.media-content-text {
    min-height: 160px;
    max-height: 160px;
    overflow-y: hidden;
}
