﻿body {
    font-family: 'DIN Offc Pro', 'Segoe UI', Arial, sans-serif;
    font-size: 12pt;
}

.sp_ground {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-y: scroll;
    /*background-color: #f1f1f1;*/
    background-color: #dadada;
    background-position: center;
    background-size: 600px;
    /*background-image: url('CCC_Backgrounds_3.jpg');*/
}

.flex-container {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.sp_boxcolumnsholder {
    margin: 100px;
    margin-top: 140px;
    width: calc(100% - 200px);
    max-width: 1400px;
}

.sp_categoryholder {
    min-width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: space-between;
    justify-content: space-between;
}

    .sp_categoryholder td {
        padding: 1px;
    }

.sp_categorybox {
    position: relative;
    cursor: pointer;
    width: 49%;
    height: 32.5%;
    min-height: 100px;
    background-position: center 40%;
    background-size: 48px;
    background-repeat: no-repeat;
    border: 1px solid transparent;
}

    .sp_categorybox:hover {
        border: 1px solid #FFF;
    }


        .sp_categorybox:hover p {
            text-decoration: underline;
        }

    .sp_categorybox p {
        position: absolute;
        bottom: 1px;
        left: 0;
        right: 0;
        font-size: 10pt;
        text-align: center;
        color: #FFF;
    }

.sp_flextile {
    display: normal;
    position: relative;
    width: 30%;
    min-width: 200px;
    height: auto;
    min-height: 120px;
    margin: 5px;
    margin-bottom: 12px;
    background-color: #ffffff;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    transition: all 0.4s ease;
}

.sp_catIconPositioner {
    position: relative;
    width: 100%;
    height: 2px;
    margin: 0;
    padding: 0;
    text-align: right;
}

.sp_categoryHeader {
    position: relative;
    width: 100%;
    height: 26px;
    margin: 0;
    margin-top: 4px;
    padding: 0;
    padding-bottom: 2px;
}

.sp_tileSmallHeaderIcon {
    position: absolute;
    top: 0;
    left: 9px;
    width: 24px;
    height: 24px;
    background-position: center;
    background-size: 19px;
    background-color: #8563a0;
    background-repeat: no-repeat;
    border-radius: 2px;
}

.sp_tileSmallHeader {
    position: relative;
    font-size: 9pt;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #555;
    padding: 10px;
    padding-top: 4px;
    padding-bottom: 1px;
    /*text-decoration: underline;*/
    margin: 0;
    margin-left: 31px;
}

.sp_tileMainHeader {
    padding: 9px;
    padding-top: 8px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 16pt;
    font-weight: 300;
    color: #000;
    margin: 0;
}

.sp_infoContent {
    font-size: 12pt;
    color: #666;
    padding: 10px;
    padding-top: 4px;
    padding-bottom: 20px;
    text-decoration: none;
    margin: 0;
}

    .sp_infoContent b {
        cursor: pointer;
        color: #784d96;
    }

        .sp_infoContent b:hover {
            text-decoration: underline;
        }

.sp_bigprice {
    position: absolute;
    bottom: 16px;
    font-size: 27pt;
    padding: 1px;
    padding-left: 9px;
    margin: 0;
    color: #784d96;
}

.sp_minitext {
    position: absolute;
    bottom: 2px;
    font-size: 9pt;
    padding: 3px;
    padding-left: 8px;
    color: #777;
    margin: 0;
}

.o365orderBTN {
    position: absolute;
    right: 9px;
    bottom: 20px;
    width: 126px;
    padding-top: 7px;
    padding-bottom: 9px;
    background-color: #784D96;
    border: 1px solid #784D96;
    font-size: 12pt;
    font-weight: bold;
    color: #FFF;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
}

    .o365orderBTN:hover {
        background-color: #FFF;
        color: #784D96;
    }

.sp_icon_news256 {
    background-image: url('../../icons/windows10icons/News256px.png');
    background-color: #7494c7;
}

.sp_icon_tutorial256 {
    background-image: url('../../icons/windows10icons/TutorialWF256qpx.png');
    background-color: #8d59a5;
}

.sp_icon_office256 {
    background-image: url('../../icons/windows10icons/Office256px.png');
    background-color: #f6671f;
}

.sp_icon_products256 {
    background-image: url('../../icons/windows10icons/Product2.png');
    background-color: #1f879f;
}

.sp_icon_shop256 {
    background-image: url('../../icons/windows10icons/Win10shop.png');
    background-color: #d85555;
}

.sp_icon_info256 {
    background-image: url('../../icons/windows10icons/InformationIndicator-WF.png');
    background-color: #70b6eb;
}

.sp_icon_tutorial {
    background-image: url('../../icons/windows10icons/TutorialWF_white32qpx.png');
    background-color: #8d59a5;
}

.sp_icon_news {
    background-image: url('../../icons/windows10icons/win10news.png');
    background-color: #7494c7;
}

.sp_icon_offer {
    background-image: url('../../icons/windows10icons/Win10shop.png');
    background-color: #d85555;
}

.sp_icon_office {
    background-image: url('../../icons/windows10icons/Office32qpxWhite.png');
    background-color: #f6671f;
}

.sp_icon_product {
    background-image: url('../../icons/windows10icons/ProductWF32qpxWhite.png');
    background-color: #1f879f;
}

.sp_icon_info {
    background-image: url('../../icons/windows10icons/InformationIndicator-WF.png');
    background-color: #70b6eb;
}

.sp_icon_help {
    background-image: url('../../icons/windows10icons/win10user.png');
    background-color: #e0dc33;
}

.sp_videoplayer {
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
    background-color: #111;
    box-shadow: 0 0 0 1px rgba(255,255,255,0);
    cursor: pointer;
}

    .sp_videoplayer:hover {
        box-shadow: 0 0 0 1px rgba(255,255,255,0.5);
    }

.sp_videooverlayholder {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    background-color: rgba(0,0,0,0.6);
    z-index: 100;
    display: none;
    -webkit-align-content: center;
    -ms-align-content: center;
    align-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}

.sp_videomediaplayer {
    position: relative;
    width: 720px;
    height: 380px;
    border-style: solid;
    /*border-color: #784d96;*/
    border-color: #b41311;
    border-width: 5px;
    border-top-width: 32px;
    box-shadow: 0 2px 2px 0 #000;
}

.sp_videomediaplayerwindowClose {
    background-position: center;
    background-size: 24px;
    background-repeat: no-repeat;
    /*background-image: url('../../icons/windows10icons/win10closeblack.png');*/
    background-image: url('../../icons/windows10icons/win10close.png');
    z-index: 100;
    position: absolute;
    top: -32px;
    right: 0;
    width: 32px;
    height: 32px;
    cursor: pointer;
}

.sp_videoIcon {
    position: absolute;
    top: -69px;
    right: 10px;
    background-color: rgba(0,0,0,0.4);
    background-position: 16px center;
    background-size: 24px;
    background-repeat: no-repeat;
    background-image: url('PlayVideoWF24qpx.png');
    width: 52px;
    height: 52px;
    border-radius: 50%;
    z-index: 12;
}

.sp_videoplayerHTML {
    width: 100%;
    height: 100%;
}

.sp_videoplayercloseBTN {
    display: none;
}

.flex-item {
    margin: 2px;
    background-color: transparent;
    padding: 4px;
    position: relative;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
}

.flexcolheader {
    position: absolute;
    top: -28px;
    left: 14px;
    height: 26px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #444;
    font-size: 15pt;
}

.videoDragDropWindowBanner {
    position: absolute;
    top: 0;
    left: 0;
    height: 26px;
    width: 300px;
    cursor: move;
}

@media only screen and (max-width: 1200px) {
    .sp_boxcolumnsholder {
        margin: 60px;
        margin-top: 140px;
        width: calc(100% - 120px);
    }

    .sp_flextile {
        width: 47%;
    }
}

@media only screen and (orientation: portrait) {
    .flex-container {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-content: center;
        -ms-flex-line-pack: stretch;
        align-content: center;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .flex-item {
        margin: 2px;
        background-color: transparent;
        padding: 4px;
        position: relative;
        -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        -webkit-align-self: stretch;
        -ms-flex-item-align: stretch;
        align-self: stretch;
    }

    .sp_flextile {
        width: 100%;
    }

    .sp_videomediaplayer {
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        margin-left: 0;
        margin-top: 0;
        border: none;
    }

    .sp_videomediaplayerwindowClose {
        display: none;
    }

    .sp_videoplayercloseBTN {
        position: fixed;
        top: 10px;
        right: 10px;
        width: 32px;
        height: 32px;
        background-color: rgba(0,0,0,0.6);
        z-index: 1000;
        display: block;
        cursor: pointer;
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
        background-image: url('../../icons/windows10icons/win10close.png');
    }

    .sp_boxcolumnsholder {
        margin: 40px;
        margin-top: 100px;
        width: calc(100% - 80px);
    }

    .sp_categoryholder {
        height: 100%;
        min-height: 80px;
    }

    .sp_categorybox {
        background-position: 7px center;
        background-size: 32px;
        height: 47%;
        width: 32.5%;
        min-height: 50px;
    }

        .sp_categorybox p {
            position: absolute;
            bottom: 0;
            right: 9px;
            font-size: 9pt;
            text-align: right;
            color: #FFF;
        }
}

@media only screen and (max-width: 460px) {
    .sp_categorybox {
        background-position: 90% 4px;
        background-size: 32px;
        height: 47%;
        width: 31.5%;
    }

        .sp_categorybox p {
            bottom: 0;
            right: 3px;
            left: 3px;
            text-align: left;
            padding: 0;
            margin: 0;
        }
}

.bulletpointsSquare {
    list-style-type: square;
}
