html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.clearfix:before,
.clearfix:after {
    content: "\0020";
    display: block;
    height: 0;
    visibility: hidden;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    zoom: 1;
}

* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.floatleft {
    float: left;
}

.floatright {
    float: right;
}

.width50 {
    width: 50%;
}

.width33 {
    width: 33%;
}

.width66 {
    width: 66.99%;
}

.clearboth {
    clear: both;
}

.vertical-align {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.img_video img,
.image_list img {
    width: 100%;
}

.img_video {
    height: 165px;
    overflow: hidden;
    position: relative;
}

body {
    font-size: 13px;
    font-family: 'lucida grande', tahoma, verdana, arial, sans-serif;
    line-height: 1.28;
    text-align: left;
    direction: ltr;
}

a:link,
a:visited,
a:active {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

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

#logo_box {
    font-size: 1.7em;
    font-weight: bold;
    margin-right: auto;
    vertical-align: middle;
    line-height: 1.3em;
}

#name_box {
    overflow: hidden;
    white-space: nowrap;
    line-height: 40px;
    padding: 0 10px 0 0;
}

.navbar-fixed-top, .navbar-fixed-bottom {
    position: relative;
}

#registerclose {
    cursor: pointer;
    margin-left: auto;
}

#registerregimg img {
    width: 100%;
}

#name_box span {
    text-align: right;
    display: inline-block;
}

#small_avatar {
    width: 25px;
    height: 25px;
    margin: 7px 10px 0 0;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
}

#small_avatar img {
    height: 25px;
}

.background_error {
    background: #ff0000;
}

.background_error span {
    color: #fff;
}

.background_okay {
    background: #1F8800;
}

.error {
    padding: 5px 10px;
    margin-top: 10px;
}

#finishregister {
    font-size: 12px;
}

#registerbox_loader {
    display: inline-block;
    margin: 0 0 0 10px;
}

#finishregister h5 {
    color: #1F8800;
    padding: 3px;
    margin: 0 0 10px 0;
    font-weight: bold;
}

.modul_box {
    margin: 10px 0;
}

.modul_box .sub_container {
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    border-width: 1px;
    border-style: solid;
    padding: 10px;
}

.modul_box .header {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    margin: 0 0 5px 0;
    padding: 0 0 5px 0;
}

.item_list li span {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#registerbox a:link,
#registerbox a:visited,
#registerbox a:active,
#registerbox a:hover {
    color: #000000;
    text-decoration: underline;
}

#registerbox {
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    width: 90%;
    max-width: 700px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    border-width: 1px;
    border-style: solid;
    padding: 10px;
    font-size: 15px;
    z-index: 10002;
    position: fixed;
    top: 20%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    pointer-events: all;
}

@media screen and (max-width: 991px) {
    #registerbox {
        top: 10px;
    }
}

#registerbox_title {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 600px;
}

@media screen and (max-width: 501px) {
    #registerbox_title {
        text-overflow: clip;
        overflow: visible;
        white-space: normal;
        max-width: none;
    }
}

#registerform input {
    margin: 5px 0;
}

#registerbox_header {
    height: 48px;
    padding: 0 16px;
    overflow: hidden;
    color: #000;
    margin: -10px -10px 25px -10px;
    display: flex;
    align-items: center;
}

#regbutton {
    color: #ffffff;
    display: inline-block;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border-width: 1px;
    border-style: solid;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0 1px 2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0 1px 2px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0 1px 2px rgba(0, 0, 0, 0.3);
    zoom: 1;
    border-color: #8F030E;
    background-color: #8F030E;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #C60000), color-stop(100%, #8F030E));
    background-image: -webkit-linear-gradient(top, #C60000, #8F030E);
    background-image: -moz-linear-gradient(top, #C60000, #8F030E);
    background-image: -ms-linear-gradient(top, #C60000, #8F030E);
    background-image: -o-linear-gradient(top, #C60000, #8F030E);
    background-image: linear-gradient(top, #C60000, #8F030E);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 5px 10px;
    font-weight: bold;
    font-size: 1.5em;
    margin-top: 10px;
    cursor: pointer;
    width: 236px;
}

#registerbuttonbox {
    text-align: center;
}

#item_02_box ul li {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.round_box {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

#header_box {
    padding: 0;
}

#header_box #header_sub_box {
    padding: 0 16px;
    min-height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modul_box .sub_container {
    min-height: 200px;
}

.modul_box .header h1,
.modul_box .header h2 {
    float: left;
    font-size: 1.3em;
    font-weight: bold;
    white-space: nowrap;
}

.modul_box .header h3 {
    float: left;
    font-size: 1em;
    font-weight: bold;
    white-space: nowrap;
}

.headline_complement_box {
    float: right;
}

.modul_box.images li > div,
.modul_box.list li > div {
    padding: 5px;
    overflow: hidden;
}

.modul_box li .header {
    margin: 20px 0 0 0;
}

.modul_box.list li div div {
    position: relative;
}

.modul_box.list h3 {
    font-weight: bold;
    font-size: 1.2em;
    overflow: hidden;
    white-space: nowrap;
}

.modul_box.list .sub_container > ul > li ul li span:first-child {
    font-weight: bold;
}

#line_01_box .sub_container .content ul li {
    font-size: 1.2em;
    line-height: 1.7em;
}

#line_01_box .sub_container .content ul li span:first-child {
    font-weight: bold;
}

#item_04_box .sub_container ul li {
    height: 74px;
    overflow: hidden;
}

.modul_box .button_press {
    position: absolute !important;
    bottom: 5px;
    right: 5px;
    padding: 5px !important;
    color: #fff;
    font-size: 1.5em;
    background-color: green;
    z-index: 3;
}

.big_font {
    font-size: 3em;
}

#modalregister {
    position: fixed;
    background-color: #000000;
    left: 0;
    top: 0;
    z-index: 10001;
    opacity: 0.6;
    filter: alpha(opacity=60);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    height: 100%;
    width: 100%;
}

#modalregistershow {
    display: none;
}

/* Single Profile Layout */

.profile #line_01_box .modul_box > div {
    height: 270px;
}

@media screen and (max-width: 991px) {
    .profile #line_01_box #item_02_box > div {
        height: 250px;
    }
}

.profile .modul_box.list li div div {
    height: 169px;
    overflow: hidden;
}

@media screen and (max-width: 767px) {
    .profile .modul_box.list li div div {
        height: 220px;
    }
}

/* List Layout */

.list .modul_box.list li div div img {
    width:100%;
}

.list .modul_box.list li div div {
    overflow: hidden;
    text-align: center;
}

.placeholderFocus {
    color: #000;
}

input.placeholder {
    color: #999;
    font-style: italic;
}

::-webkit-input-placeholder {
    color: #999;
    font-style: italic;
}

input:-moz-placeholder {
    color: #999;
    font-style: italic;
}

.misc span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.list #line_01_box li {
    text-align: center;
}

#registerregimg {
    overflow: hidden;
    height: 240px;
}

.input_wrapper {
    display: inline-block;
    position: relative;
    width: 100%;
}

.register label {
    width: 120px;
    height: 30px;
    margin-bottom: 5px;
    line-height: 38px;
    vertical-align: middle;
    font-size: 14px;
}

.placeholder {
    color: #aaa;
    padding: 0 8px;
    width: auto;
    pointer-events: none;
    line-height: 38px;
    height: 38px;
    position: absolute;
    white-space: nowrap;
    left: 0;
    font-size: .85em;
}

.player {
    /* position: relative; */
    cursor: pointer;
    display: block;
    width: 100%;
}
