html, body {
    width: 100%;
    height: 100%;
}

body {
    background: url(../graphics/bg.jpg) repeat-x top #131005;
    font-family: arial;
    margin: 0;
}



.actionButton {
    white-space: nowrap;
    padding: 8px 40px;
    border-radius: 4px;
    text-decoration: none;
    font-size: 11pt;
    font-weight: bold;
}


a.actionButton, a.actionButton:visited {
    color: #ffffff;
    background-color: #303030;
    /*background-color: #003087;*/
}

    a.actionButton:hover, a.actionButton:active {
        background-color: #464646;
        /*background-color: #0039a0;*/
    }

.darken:hover {
    background-color: #000;
    opacity: 0.9;
}


.dashBottom {
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #999999;
}

.dashRight {
    border-right-width: 1px;
    border-right-style: dotted;
    border-right-color: #999999;
}

textarea {
    white-space: pre-wrap;
}


a {
    color: #ffffff;
}

    a:visited {
        color: #ffffff;
    }


    a:active, a:hover {
        color: #FFFF66;
    }

    a.footer:link,
    a.footer:visited,
    a.footer:active {
        color: #000000;
    }



div.footerText {
    color: #000000;
}


#overlay {
    top: 0;
    left: 0;
    position: fixed;
    height: 100%;
    width: 100%;
    background: #000;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

#popupImage {
    position: fixed;
}



.jssorl-009-spin img {
    animation-name: jssorl-009-spin;
    animation-duration: 1.6s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes jssorl-009-spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

/*jssor slider bullet skin 052 css*/
.jssorb052 .i {
    position: absolute;
    cursor: pointer;
}

    .jssorb052 .i .b {
        fill: #000;
        fill-opacity: 0.3;
    }

    .jssorb052 .i:hover .b {
        fill-opacity: .7;
    }

.jssorb052 .iav .b {
    fill-opacity: 1;
}

.jssorb052 .i.idn {
    opacity: .3;
}

/*jssor slider arrow skin 053 css*/
.jssora053 {
    display: block;
    position: absolute;
    cursor: pointer;
}

    .jssora053 .a {
        fill: none;
        stroke: #fff;
        stroke-width: 640;
        stroke-miterlimit: 10;
    }

    .jssora053:hover {
        opacity: .8;
    }

    .jssora053.jssora053dn {
        opacity: .5;
    }

    .jssora053.jssora053ds {
        opacity: .3;
        pointer-events: none;
    }




.container {
    padding: 0;
    width: 100%;
    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox; /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Chrome */
    display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    margin: 0 auto;
}

    .container div {
        box-sizing: border-box;
    }

.c3, .c4, .c5, .c9, .c10 {
    width: 100%;
    background-color: #131005;
    border: solid 1px #999999;
    font-size: 12pt;
    color: #FFFFFF;
    text-align: left;
    vertical-align: top;
    padding: 15px;
    margin: auto;
}

.c0, .c1, .c2, .c6, .c7, .c8, .c11, .c12, .c13, .c14 {
    width: 100%;
    font-size: 16pt;
    color: #FFFFFF;
    text-align: center;
    vertical-align: middle;
    margin: auto;
    padding: 5px 15px;
}


.c2 {
    padding: 5px 15px 50px 15px;
}

.btxt {
    width: 100%;
    background-color: #131005;
    border: solid 1px #999999;
    font-size: 11pt;
    color: #FFFFFF;
    text-align: left;
    vertical-align: top;
    padding: 15px;
    margin: 10px auto;
}


.video-container {
    position: relative;
    padding-bottom: 56.25%;
    /*padding-top: 35px;*/
    height: 0;
    margin: 0 auto;
    width: 100%;
    /*overflow: hidden;*/
}

    .video-container iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }



/*@media (min-width: 600px) {
    .c0, .c1, .c2, .c3, .c4, .c5, .c6, .c7, .c8, .c9, .c10 {
        width: 100%;
        margin: 0 0 15px 0;
    }
      
}*/


@media (min-width: 800px) {

    .video-container {
        position: relative;
        padding: 0;
        margin: 0 auto;
        width: 800px;
        height: 450px;
        overflow: visible;
    }


    .c0, .c1, .c2, .c3, .c4, .c5 {
        width: 32%;
        /*margin:15px auto 0 auto;*/
    }

    .c1 {
        text-align: left;
    }

    .c0, .c3, .c9 {
        margin: 15px auto 0 0;
    }

    .c1, .c4 {
        margin: 15px auto 0 auto;
    }

    .c2, .c5, .c10 {
        margin: 15px 0 0 auto;
    }

    .c2 {
        padding: 5px 15px;
    }


    .c6, .c7, .c8 {
        margin: auto;
        padding: 25px;
        vertical-align: top;
    }

    .c6 {
        width: 50%;
        text-align: left;
    }

    .c7, .c8 {
        width: 25%;
    }

    .c9, .c10 {
        width: 49%;
    }

    .c11 {
        width: 65%;
    }

    .c12 {
        width: 35%;
    }

    .c13, .c14 {
        width: 50%;
    }


    .container, .topContainer {
        width: 800px;
        margin-left: auto;
        margin-right: auto;
    }
}
