﻿.mpCViewerHeaderRow {
    background: url('images/viewerheaderback.jpg') no-repeat;
    background-size: cover;
}

.mpCViewerMainPanel {
    height: 70px;
    width: -webkit-calc(100% - 350px);
    width: -moz-calc(100% - 350px);
    padding-left: 10px;
    width: calc(100% - 350px);
    color: #ffffff;
    padding-left: 20px;
}

.CViewerSiteLogo {
    width: 200px;
    height: 70px;
}

.CVLangSelector {
    width: 150px;
    height: 70px;
    text-align: right;
    padding-right: 15px;
    padding-top: 15px;
}


/* κείμενο*/
.onar_cnt_Text {
    text-align: justify;
    text-indent: 10px;
}

    .onar_cnt_Text p {
        text-indent: 10px;
    }

    /* headings */
    .onar_cnt_Text h3 {
        color: #6666ff;
        font-style: italic;
    }

    .onar_cnt_Text h4 {
        color: #6666ff;
        font-style: italic;
    }


    /* link */
    .onar_cnt_Text a:active, a:visited, a:link {
        text-decoration: none;
    }

    .onar_cnt_Text a:hover {
        color: #9999ff;
    }

.onar_cnt_imgThumb_left {
    max-width: 300px;
    height: auto;
    float: left;
    margin: 5px 5px 5px 5px;
}

.onar_cnt_imgThumb_right {
    max-width: 300px;
    height: auto;
    float: right;
    margin: 5px 5px 5px 5px;
}


.onar_cnt_tags,
.onar_cnt_tags span {
    margin-right: 10px;
    color: #ff9900;
}

    .onar_cnt_tags a:link {
        margin-left: 2px;
    }

.onar_cnt_Summary {
    font-style: italic;
    text-align: justify;
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
}

.onar_cnt_Subject {
    font-size: x-large;
    text-align: left;
    font-weight: bold;
    vertical-align: top;
    border-bottom: solid 1px red;
    padding-bottom: 10px;
    padding-top: 10px;
}

.onar_cnt_Body {
    text-align: justify;
    margin-right: 5px;
}

/* buttons table*/
.onar_cnt_btnShopTable {
    position: fixed;
    display: block;
    bottom: 20px;
    left: 10px;
}


/* thumbnail */
.onar_cnt_Thumb {
    max-width: 200px;
    width: 200px;
    height: auto;
}

.onar_cnt_LeftPanel {
    width: 220px !important;
}


.onar_cnt_Video_wrapper {
    max-width: 410px;
}


.onar_cnt_related_item_header {
    border-left: 5px solid red;
    border-bottom: 1px solid red;
    padding-left: 10px;
    width: 100%;
    font-size: small;
    font-weight: bold;
    margin-top: 10px;
}


.onar_right_panel {
}


/*==========  Non-Mobile First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {

    html, body {
        width: auto !important;
    }

    .onar_cnt_Summary {
        padding: 0 0px;
        display: none;
    }

    .onar_cnt_Subject {
        font-size: x-large;
        text-align: left;
        font-weight: bold;
        vertical-align: top;
        border-bottom: solid 1px red;
        padding-bottom: 3px;
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 10px;
    }


    .onar_cnt_Body {
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
    }

    img.onar_cnt_Body {
        max-width: 100%;
    }

    .mpCViewerMainPanel {
        height: 70px;
        width: 100%;
        padding-left: 10px;
    }

    .CViewerSiteLogo {
        width: 100%;
        height: auto;
    }

    .CViewerSiteLogoImg {
        width: 200px;
        max-width: 200px;
        text-align: center;
        display: block;
        margin: auto;
    }

    .mpCViewerMainPanel {
        width: 100%;
        height: auto;
    }

    .CVLangSelector {
        width: 100%;
        height: 70px;
        text-align: right;
        padding-right: 15px;
        padding-top: 15px;
    }

    .onar_cnt_imgThumb_left {
        max-width: 100%;
        height: auto;
        float: left;
        margin: 5px 5px 5px 5px;
    }

    .onar_cnt_imgThumb_right {
        max-width: 100%;
        height: auto;
        float: right;
        margin: 5px 5px 5px 5px;
    }


    .onar_cnt_btnShopTable {
        position: fixed;
        display: block;
        bottom: 20px;
        left: 10px;
    }


    /* thumbnail */
    .onar_cnt_Thumb {
        width: 100%;
        height: auto;
    }

    .onar_cnt_LeftPanel {
        width: 100%;
    }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
    /* buttons table*/
    .onar_cnt_btnShopTable {
        position: fixed;
        position: fixed;
        display: block;
        bottom: 20px;
        left: 10px;
    }
}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {
}
