/* Creventic series style, created by benlatten.nl */

html,
body {
    margin: 0;
    padding: 0;
}

body {
    font-size: 100%;
    padding-top: 100px;
    background: rgba(240, 240, 240, 1.00)
}

img {
    border: 0px;
}

strong,
b {
    font-weight: 700;
}

/*fonts*/
.fn {
    font-family: 'Open Sans';
    font-weight: 300;
}

.fni {
    font-family: 'Open Sans';
    font-weight: 400;
    font-style: italic
}

.fb {
    font-family: 'Open Sans';
    font-weight: 700;
}

.fbi {
    font-family: 'Open Sans';
    font-weight: 800;
    font-style: italic
}

.ts {
    text-shadow: 3px 3px 5px rgba(0, 0, 0, 1.00);
}

/*color scheme*/
.cso {
    background: rgba(255, 0, 0, 1.00);
    color: rgba(255, 255, 255, 1.00)
}

.csb {
    background: rgba(0, 79, 159, 1.00);
    color: rgba(255, 255, 255, 1.00)
}

/*top bar*/
#topbar {
    position: fixed;
    width: 100%;
    left: 0px;
    top: 0px;
    background: rgba(255, 255, 255, 1.00);
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.4);
    z-index: 9900;
}

#topbar #creventic {
    background: rgba(0, 72, 153, 1.00);
    padding: 1px 30px 3px 3px;
    text-align: right;
    position: relative;
}

#topbar #creventic a {
    font-size: 1em;
    color: rgba(255, 255, 255, 1.00);
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    margin: 0px 5px 0px 5px;
}

#topbar #creventic .logo {
    display: block;
    position: absolute;
    left: 60px;
    top: 3px;
}

#topbar #creventic .logo img {
    height: 14px;
}

#topbar #series {
    padding: 0px 30px 0px 30px;
    vertical-align: middle;
    border-bottom: 4px solid rgba(255, 255, 255, 1.00);
    border-top: 4px solid rgba(255, 255, 255, 1.00)
}

#topbar #series img {
    height: 60px;
    vertical-align: middle
}

#topbar #series .logo {
    margin: 0px 30px 0px 0px;
}

#topbar #series .ml {
    display: inline-block;
    text-decoration: none;
    color: rgba(255, 0, 0, 1.00);
    margin: 0px 10px 0px 10px;
    font-size: 1.3em;
}

#topbar #series a:hover {
    color: rgba(0, 0, 0, 1.00)
}

#topbar #series .other {
    float: right;
    margin: 0px 0px 0px 0px;
}

#topbar #series #mobmenu {
    height: 50px;
    vertical-align: middle;
    display: none;
}

#topbar #series #addons {
    float: right;
    padding: 6px 6px 6px 6px;
    display: inline-block;
    border-radius: 6px;
    background: rgba(230, 230, 230, 1.00);
    margin: 11px 0px 0px 0px;
}

#topbar #series #addons input {
    width: 140px;
    border-radius: 4px;
    border: 1px solid rgba(200, 200, 200, 1.00);
    font-size: 1em;
    margin-right: 5px;
}

#topbar #series #addons a {
    color: rgba(240, 125, 0, 1.00);
    text-decoration: none;
    font-style: normal;
}

#topbar #series .mls {
    display: inline-block;
    text-decoration: none;
    color: rgba(240, 125, 0, 1.00);
    margin: 0px 10px 0px 10px;
    font-size: 1.2em;
    position: relative
}

#topbar #series .mls .mainnav {
    display: block;
    text-decoration: none;
    color: rgba(30, 30, 30, 1.00)
}

#topbar #series .mls .mainnav:hover {
    color: rgba(255, 0, 0, 1.00)
}

#topbar #series .subnav {
    display: none;
    position: absolute;
    left: 0px;
    top: 24px;
}

#topbar #series .subnav a {
    display: block;
    white-space: nowrap;
    font-size: 0.8em;
    padding: 5px 5px 5px 5px;
    background: rgba(30, 30, 30, 1.00);
    color: rgba(255, 255, 255, 1.00);
    font-style: normal;
    text-decoration: none;
    border-bottom: 1px solid rgba(255, 255, 255, 1.00);
}

#topbar #series .subnav a:hover {
    background: rgba(255, 0, 0, 1.00);
}


/*mobile menu*/
#mob {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 9800;
    background: rgba(0, 79, 159, 1.00);
    border-right: 2px solid rgba(255, 255, 255, 1.00);
    width: 70%;
    padding: 120px 0px 0px 0px;
    display: none;
}

#mob .series {
    background: rgba(255, 255, 255, 1.00);
    padding: 5px 10px 5px 0px;
    text-align: right;
}

#mob .series .other {
    margin: 0px 0px 0px 0px;
    height: 50px;
}

#mob .mm {
    display: block;
    font-size: 1.1em;
    color: rgba(255, 255, 255, 1.00);
    padding: 3px 10px 3px 10px;
    text-decoration: none;
    text-align: right;
}

/*content */
#content {
    font-size: 1em;
    vertical-align: top;
    overflow: hidden;
}

#content .heightfull {
    height: 550px;
    vertical-align: top;
}

#content .heighthalf {
    height: 50%;
    vertical-align: top;
}

#content .widthfull {
    width: 100%;
    vertical-align: top;
    position: relative;
}

#content .widthhalf {
    width: 50%;
    vertical-align: top;
    position: relative;
    float: left;
}

#content .widthonethird {
    width: 33.33%;
    vertical-align: top;
    float: left;
    position: relative;
}

#content .widththothird {
    width: 66.66%;
    vertical-align: top;
    float: left;
    position: relative;
}

#content .start {
    width: 40%;
    padding: 2% 0% 0% 40px;
}

#content h1 {
    font-size: 2.5em;
    color: rgba(255, 255, 255, 1.00)
}

#content .start .serieslogo {
    width: 90%;
    margin-bottom: 10px;
}

#content .start .item {
    color: rgba(255, 255, 255, 1.00);
    overflow: hidden;
}

#content .start .item:hover {
    background: rgba(0, 0, 0, 0.3);
}

#content .start .item strong {
    font-size: 1.3em;
    display: block;
}

#content .start .item em {
    font-size: 1em;
    font-style: normal;
    display: block;
}

#content .start .item img {
    width: 10%;
    float: left;
    margin-right: 10px;
}

#content .start .item:last-child {
    border-bottom: 0px;
}

#content #videobox {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
}

#content #videobox iframe,
#content #videobox object,
#content #videobox embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#content #videobox {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
}

#content #videobox iframe,
#content #videobox object,
#content #videobox embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#content .blocks {
    overflow: hidden;
}

#content .blocks h1 {
    font-size: 4em;
    color: rgba(0, 79, 159, 1.00);
    clear: both;
    text-align: center;
    padding: 30px 0px 10px 0px;
    margin: 0px 0px 0px 0px;
}

#content .blocks h1:first-child {
    padding-top: 0px;
}

#content .blocks .block {
    width: 20%;
    height: 300px;
    float: left;
    margin: 0px 0px 30px 0px;
    position: relative;
}

#content .blocks .block .content {
    height: 50%;
    margin: 0px 15px 0px 15px;
    background: rgba(255, 255, 255, 1.00);
    position: relative;
}

#content .blocks .block .content h2 {
    text-align: center;
    font-size: 1.4em;
    color: rgba(60, 60, 60, 1.00);
    padding: 10px 10px 0px 10px;
    margin: 0;
    line-height: 1em;
}

#content .blocks .block .content h3 {
    text-align: center;
    font-size: 1.6em;
    padding: 10px 10px 10px 10px;
    margin: 0;
    line-height: 1em;
}

#content .blocks .block .content p {
    text-align: center;
    font-size: 1em;
    color: rgba(60, 60, 60, 1.00);
    padding: 8px 10px 10px 10px;
    margin: 0;
}

#content .blocks .block .content p a {
    color: rgba(255, 0, 0, 1.00);
}

#content .blocks .block .readmore {
    display: block;
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 35%;
    padding: 3px 3px 3px 3px;
    color: rgba(255, 0, 0, 1.00);
    background: rgba(0, 0, 0, 1.00);
    text-align: center;
}

#content .blocks .block table {
    width: 90%;
    border-collapse: collapse;
    font-size: 0.9em;
    margin-left: 5%;
}

#content .blocks .block table td {
    padding: 2px 2px 2px 2px;
    border-bottom: 1px dotted rgba(200, 200, 200, 1.00)
}

#content .header {
    width: 100%;
    height: 500px;
    margin-bottom: 40px;
    position: relative;
}

#content .header .text {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

#content .header .text h1 {
    font-size: 5em;
    color: rgba(255, 255, 255, 1.00);
    text-align: center;
    padding: 0;
    margin: 0;
}

#content .header .text p {
    font-size: 1.5em;
    color: rgba(255, 255, 255, 1.00);
    text-align: center;
    padding: 10px 0px 0px 0px;
    margin: 0;
}

#content .header .text .date {
    font-size: 2.5em;
    color: rgba(255, 255, 255, 1.00);
    text-align: center;
    padding: 10px 0px 0px 0px;
    margin: 0;
}

#content .header .text .timer {
    font-size: 3.5em;
    color: rgba(255, 255, 255, 1.00);
    text-align: center;
    padding: 5px 0px 0px 0px;
    margin: 0;
}

#content .header .text .timer .small {
    font-size: 0.5em;
    font-style: normal;
}

#content .header .text .timekeeper {
    text-align: center;
}

#content .header .text .timekeeper img {
    width: 340px;
}

#content .header .nav {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    background: rgba(255, 0, 0, 1.00);
    text-align: center;
    padding: 4px 0px 4px 0px;
}

#content .header .nav a {
    display: inline-block;
    padding: 0px 5px 0px 5px;
    color: rgba(255, 255, 255, 1.00);
    text-decoration: none;
    font-size: 1.2em;
}

#content .header .nav a:hover {
    color: rgba(60, 60, 60, 1.00);
}

#content .page {
    max-width: 1200px;
    margin: 0px auto 40px auto;
    font-size: 1em;
    padding: 20px 20px 20px 20px;
    background: rgba(255, 255, 255, 1.00);
    line-height: 1.7em;
    color: rgba(60, 60, 60, 1.00)
}

#content .page h2 {
    font-size: 2.8em;
    color: rgba(60, 60, 60, 1.00);
    text-align: left;
    padding: 0px 0px 30px 0px;
    margin: 0;
    line-height: 1.2em;
}

#content .page h3 {
    font-size: 1.8em;
    color: rgba(60, 60, 60, 1.00);
    text-align: left;
    padding: 0px 0px 30px 0px;
    margin: 0;
    line-height: 1.2em;
}

#content .page .date {
    font-size: 0.8em;
    color: rgba(90, 90, 90, 1.00);
    padding: 0;
    margin: 0px 0px 5px 0px;
    font-style: normal;
}

#content .page a {
    color: rgba(255, 0, 0, 1.00);
}

#content .page table {
    width: 100%;
    border-collapse: collapse;
    font-size: 1em;
    margin-bottom: 20px;
}

#content .page table td {
    padding: 3px 2px 3px 2px;
    border: 1px solid rgba(200, 200, 200, 1.00);
}

#content .page table th {
    padding: 3px 2px 3px 2px;
    border: 1px solid rgba(200, 200, 200, 1.00);
}

#content .page table .tdc {
    text-align: center;
}

#content .page .linkbutton-orange {
    display: inline-block;
    background: rgba(245, 245, 245, 1.00);
    padding: 3px 5px 3px 5px;
    margin: 0px 5px 5px 0px;
    color: rgba(255, 0, 0, 1.00);
    text-decoration: none;
}

#content .page .linkbutton-blue {
    display: inline-block;
    background: rgba(245, 245, 245, 1.00);
    padding: 3px 5px 3px 5px;
    margin: 0px 5px 5px 0px;
    color: rgba(0, 79, 159, 1.00);
    text-decoration: none;
}

#content .page #vidlist {
    position: relative;
    overflow: hidden;
}

#content .page #vidlist .vids {
    width: 30%;
    float: left;
    margin: 0px 1.5% 25px 1.5%;
    position: relative
}

#content .page .label {
    font-size: 1em;
    color: rgba(60, 60, 60, 1.00);
}

#content .page .txtinp {
    display: block;
    width: 90%;
    border: 1px solid rgba(159, 159, 159, 1.00);
    color: rgba(60, 60, 60, 1.00);
    border-radius: 2px;
    font-size: 1.1em;
    margin-bottom: 15px;
}

#content .page .tainp {
    display: block;
    width: 90%;
    height: 80px;
    border: 1px solid rgba(159, 159, 159, 1.00);
    color: rgba(88, 88, 88, 1.00);
    border-radius: 2px;
    font-size: 1.1em;
    margin-bottom: 15px;
}

#content .page .selsmall {
    display: block;
    width: 30%;
    border: 1px solid rgba(159, 159, 159, 1.00);
    color: rgba(88, 88, 88, 1.00);
    border-radius: 2px;
    font-size: 1.1em;
    margin-bottom: 15px;
}

#content .page .btn {
    display: block;
    width: 30%;
    border: 1px solid rgba(243, 146, 0, 1.00);
    color: rgba(255, 255, 255, 1.00);
    font-size: 1.5em;
    margin-bottom: 15px;
    font-weight: bold;
    padding: 15px 0px 15px 0px;
    background: rgba(255, 0, 0, 1.00);
}

#content .page .pics {
    width: 100%;
    height: 60px;
    margin: 0px auto 10px auto;
    text-align: left;
}

#content .page .pics .pic {
    width: 60px;
    height: 60px;
    position: relative;
    overflow: hidden;
    border-radius: 4px;
    border: 1px solid #333;
    display: inline-block;
    margin: 0px 5px 0px 5px;
}

#content .page .pics .pic img {
    width: 50px;
    height: 50px;
    position: absolute;
    left: 5px;
    top: 5px;
}

#content .page .pics .pic .filefield {
    position: absolute;
    left: -9999px;
}

/*footer section*/
#footer {
    background: rgba(30, 30, 30, 1.00);
    padding: 20px 0px 20px 0px;
}

#footer #socialmedia {
    padding: 20px 0px 20px 0px;
    text-align: center;
}

#footer #socialmedia img {
    width: 30px;
    margin: 0px 5px 0px 5px !important;
}

#footer #series {
    margin-bottom: 20px;
    text-align: center;
}

#footer #series img {
    width: 120px;
}

#footer #poweredby {
    padding: 10px 0px 10px 0px;
    text-align: center;
    width: 100%;
    background: rgba(30, 30, 30, 1.00);
}

#footer #poweredby img {
    height: 25px;
    margin: 0px 20px 0px 20px;
}

#footer .fixed {
    position: fixed;
    bottom: 0px;
    left: 0px;
    z-index: 9000;
    border-top: 1px solid rgba(255, 255, 255, 1.00)
}

#footer #address {
    color: rgba(255, 255, 255, 1.00);
    font-size: 1em;
    text-align: center;
    padding-top: 10px;
}




@media (min-width: 1450px) and (max-width: 1850px) {
    body {
        font-size: 100%;
    }

    #content .start {
        width: 50%;
        padding: 2% 0% 0% 40px;
    }

    #content .blocks .block {
        width: 20%;
        height: 300px;
        float: left;
        margin: 0px 0px 30px 0px;
    }
}

@media (min-width: 1200px) and (max-width: 1450px) {
    body {
        font-size: 90%;
    }

    #content .start {
        width: 50%;
        padding: 2% 0% 0% 30px;
    }

    #content .blocks .block {
        width: 20%;
        height: 300px;
        float: left;
        margin: 0px 0px 30px 0px;
    }

    #content .blocks .block {
        width: 25%;
        height: 300px;
        float: left;
        margin: 0px 0px 30px 0px;
    }
}


@media (min-width: 1000px) and (max-width: 1200px) {
    body {
        font-size: 90%;
    }

    #content .start {
        width: 60%;
        padding: 2% 0% 0% 30px;
    }

    #content .blocks .block {
        width: 33.33%;
        height: 300px;
        float: left;
        margin: 0px 0px 30px 0px;
    }
}


@media (min-width: 750px) and (max-width: 1000px) {
    body {
        font-size: 85%;
    }

    #topbar #series .ml {
        display: inline-block
    }

    #content .widthonethird {
        width: 33.33%;
        vertical-align: top;
        float: left
    }

    #content .widththothird {
        width: 66.66%;
        vertical-align: top;
        float: left
    }

    #content .widthhalf {
        width: 50%;
        vertical-align: top;
        float: left
    }

    #content .start {
        width: 80%;
        padding: 2% 0% 0% 2%;
    }

    #content .blocks .block {
        width: 50%;
        height: 350px;
        float: left;
        margin: 0px 0px 30px 0px;
    }
}



@media (max-width: 750px) {
    body {
        font-size: 85%;
    }

    #topbar #creventic {
        padding: 1px 3px 3px 3px;
    }

    #topbar #creventic .logo {
        display: block;
        position: absolute;
        left: 15px;
        top: 3px;
    }

    #topbar #creventic .cmm {
        display: none;
    }

    #topbar #series {
        padding: 0px 5px 0px 5px;
    }

    #topbar #series .logo {
        margin: 0px 20px 0px 0px;
    }

    #topbar #series .ml {
        display: none;
    }

    #topbar #series .other {
        display: none;
    }

    #topbar #series img {
        height: 45px;
        vertical-align: middle
    }

    #topbar #series #mobmenu {
        display: inline-block;
    }

    #content .widthonethird {
        width: 100%;
        vertical-align: top;
        float: none
    }

    #content .widththothird {
        width: 100%;
        vertical-align: top;
        float: none
    }

    #content .widththalf {
        width: 100%;
        vertical-align: top;
        float: none
    }

    #content .start {
        width: 60%;
        padding: 2% 0% 0% 2%;
    }

    #content .start .item img {
        display: none;
    }

    #content .blocks .block {
        width: 100%;
        height: 300px;
        float: none;
        margin: 0px 0px 30px 0px;
    }

    #topbar #series #addons {
        display: none
    }

    #content .page table .tdc {
        text-align: left;
    }

    table,
    thead,
    tbody,
    th,
    td,
    tr {
        display: block;
    }

    thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    tr {
        border-bottom: 1px solid rgba(200, 200, 200, 1.00);
    }

    td {
        border: 0px !important;
        position: relative;
        width: 100% !important;
    }

    /* Behave  like a "row" */
    .tdclass:before {
        content: "Class: ";
    }

    .tdsn:before {
        content: "Startnumber: ";
    }
}