/*Colors
red: #9d0000
gray: #d7dad3
active gray: #b0b3ad
End Colors*/

/************Reset**************/
html, body, div, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, ol, ul, li, form, fieldset, legend, label, table, header, footer, nav, section { 
        margin: 0; 
        padding: 0;
        border: 0;
} 
ul { 
        list-style: none; 
}
header, footer, nav, section, article, hgroup, figure {
        display: block; 
}
legend {
        display: none;
}
/************End Reset**************/

/************Global**************/
body { 
        /*font: 100%/1.5 'Gill Sans', 'Droid Sans', 'Calibri', 'Lucida Grande', 'Trebuchet MS', 'Helvetica Neue', 'Arial', sans-serif;*/
        font: 100%/1.5 'Calibri', Helvetica, sans-serif;
        color: #fff;
        background: #000; 
        text-align: center;
}
a {
        text-decoration: none;
        color: #7f7f7f;
}
a:hover, a:focus {
        color: #000;
}

div.clear { 
        clear: both;
}

.shadow{
        box-shadow: 0 0 10px 2px #000;
}

img {
        max-width: 100%;
        height: auto;
        border: 0;
        outline: 0;
}
video {
        max-width: 100%;
        height: auto;
        border: 0;
        outline: 0;
}

/*canvas {
        color: #555;
        background: #555;
}*/

h1 {
        font: normal 1.6em/1.3 'Gill Sans', 'Droid Sans', 'Calibri', 'Lucida Grande', 'Trebuchet MS', 'Helvetica Neue', 'Arial', sans-serif;
        text-rendering: optimizeLegibility;
        margin-bottom: 0;
        color: #fff;
        text-shadow: 0 2px 0 #000;
}
h2 {
        font-size: 1.2em;
        font-weight: normal;
        margin: 0;
        text-rendering: optimizeLegibility;
        color: #fff;
        text-shadow: 0 2px 0 #000;
}
h3 {
        margin: 0;
        font-weight: normal;
        text-rendering: optimizeLegibility;
        color: #fff;
        text-shadow: 0 2px 0 #000;
}
h4 {
        margin: 0;
        font-weight: normal;
        text-rendering: optimizeLegibility;
        color: #fff;
        text-shadow: 0 1px 0 #000;
}
h5 {
        margin: 0;
        font-weight: normal;
        text-rendering: optimizeLegibility;
        color: #fff;
        text-shadow: 0 1px 0 #000;
}

p {
        margin: 0 0 1em;
}

textarea {
        resize: none;
        overflow-x: hidden;
        overflow-y: visible;
        
        display:block;
        background: #666666;
        border-bottom: 1px solid #333;
        border-left: 1px solid #000;
        border-right: 1px solid #333;
        border-top: 1px solid #000;
        color: #fff;
        border-radius: 3px 3px 3px 3px;
        padding: 6px 6px 4px;
        margin: 5px auto 5px auto;
}

iframe.youtube {
        max-width: 250px;
}
span.countdown {
        font-size: 2em;
        font-weight: bold;
}

.glass_effect_top{
        margin-top: 50px;
        margin-left: 0;
        margin-right: 0;
        box-shadow: 0px -5px 0px 5px rgba(0, 0, 0, 0.3), 0px 0px 5px 0px rgba(0, 0, 0, 0.6);
}

header[role="banner"] {
        margin-top: -0.8em;
        position: relative;
        background: #333;
        background: linear-gradient(to bottom right, #333 0%,#111 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#111), color-stop(100%,#222)); 
        background: -webkit-linear-gradient(top, #111 0%,#222 100%); 

        border-top-right-radius: 0.8em;
        border-top-left-radius: 0.8em;
}
header[role="banner"] > div {
        max-width: 65em;
        margin: 0 auto;
        overflow: hidden;
        text-align: left;
        position: relative;
        -webkit-animation: fadein 0.4s ease-out 1;
        -moz-animation: fadein 0.4s ease-out 1;
        -ms-animation: fadein 0.4s ease-out 1;
}
header[role="banner"] a:hover, header[role="banner"] a:focus {
        color: #fff;
        background-image: -webkit-radial-gradient(ellipse closest-side, rgba(255,255,255,0.1), rgba(255,255,255,0));
        background-image: -moz-radial-gradient(ellipse closest-side, rgba(255,255,255,0.1), rgba(255,255,255,0));
        background-image: -ms-radial-gradient(ellipse closest-side, rgba(255,255,255,0.1), rgba(255,255,255,0));
        background-image: -o-radial-gradient(ellipse closest-side, rgba(255,255,255,0.1), rgba(255,255,255,0));
}
.logo {
        float: left;
        margin: 0.35em 0 0.25em 0.7em;
}
.logo a, .logo img {
        width: 100px;
        height: 19px;
}
.nav-anchors {
        float: right;
}
.nav-anchors li {
        display: inline-block;
}
.nav-anchors a {
        display: block;
        padding: 0.75em 0.8em;
        border-left: 1px solid #333;
}
.nav-anchors a.active {
        color: #fff;
}
.nav {
        margin: 0 -1em;
        text-align: center;
        text-transform: uppercase;
}
header[role="banner"] .nav {
        border-top: 1px solid #333;
        clear: left;
}
.nav li {
        display: inline-block;
        position: relative;
}
.nav li a {
        display: block;
        padding: 1em;
        border-left: 1px solid #333;
        transition:  all 0.3s ease-out;
}
.nav li:first-child a {
        border-left: 0;
}
/*Hide Nav only if Advanced JS is present*/
/*.queryselectorall [role="banner"] .nav {
        display: none;
}*/

.container {
        margin: 0.1em 0.1em 0.4em 0.1em;
        padding: 1px;
        background: #555;
        /*background: linear-gradient(to bottom right, #555 0%,#222 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#555), color-stop(100%,#222));
        background: -webkit-linear-gradient(top, #555 0%,#222 100%); 
        border-radius: 0.5em;*/
        /*background-image: url('../images/Stoneseamless.png') ;*/
        border: 1px solid #333;
}

.iframe_container {
	position: relative;
	overflow: hidden;
	width: 100%;
	padding-top: 56.25%;
	margin-bottom: 1px;
}

@media only screen and (max-width : 2400px),
only screen and (max-device-width : 2400px){
    .iframe_container {width: 32%;
	padding-top: 18%;
	display:inline-block;
    }
}

@media only screen and (max-width : 1850px),
only screen and (max-device-width : 1850px){
    .iframe_container {width: 49%;
	padding-top: 27%;
        display:inline-block;
    }
}

@media only screen and (max-width : 1440px),
only screen and (max-device-width : 1440px){
    .iframe_container {width: 49%;
	padding-top: 27%;
	display:inline-block;
    }
}
 
@media only screen and (max-width : 1024px),
only screen and (max-device-width : 1024px){
    .iframe_container {width: 100%;
	padding-top: 56.25%;
    }
}
 
@media only screen and (max-width : 640px),
only screen and (max-device-width : 640px){
    .iframe_container {width: 100%;
	padding-top: 56.25%;
    }
}
 
@media only screen and (max-width : 360px),
only screen and (max-device-width : 360px){
    .iframe_container {width: 100%;
	padding-top: 56.25%;
    }
}

.responsive-iframe {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	rigth: 0;
	width: 100%;
	height: 100%;
}

.forum_post{
        background:#333;
        background: linear-gradient(to bottom right, #333 0%,#222 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#333), color-stop(100%,#222));
        background: -webkit-linear-gradient(top, #333 0%,#222 100%); 
        margin:1px 1px 2px 1px;
        padding:0.3em;
        border-radius: 0.5em;
        border: 1px solid #555;
        position:relative;
        min-height:110px;
        
        /*font-family: Verdana, Arial, sans-serif;*/
        font-size: 0.8em;
        font-weight: normal;
}

.forum_post_name {
        float: left;
        /*border: 1px solid blue;*/
        width:20%;
        position:absolute;
        left:5px;
        top:0;
}

.forum_post_date {
        float: right;
        text-align: right;
        /*border: 1px solid green;*/
        width:50%;
        position:absolute;
        right:5px;
        top:5px;
        font-size: 0.8em;
        font-weight: normal;
}

.forum_post_message {
        /*border: 1px solid red;*/
        margin-top:20px;
        margin-left:95px;
        margin-bottom:20px;
}

.forum_delete_message {
        /*float: right;*/
        text-align: right;
        position:absolute;
        right:5px;
        bottom:5px;
}

.forum_edit_message {
        /*float: right;*/
        text-align: right;
        position:absolute;
        right:25px;
        bottom:5px;
}

.forum_post_urls {
        word-break: break-all;
        color: #bbb;
}

.forum_post_avatar{
        /*float: left;*/
        margin: 0.2em 0.5em 0.2em 0.2em;
        width:80px;
        height:80px;
        display: block !important;
        box-shadow: 0 0 5px 2px #000;
        position:absolute;
        left:5px;
        top:20px;
}

.member_presentation{
        float: left;
        margin: 0.2em 0.4em 0.4em 0.2em;
        padding: 0.4em;
        background: #222;
        font-size:9px;
        border-radius: 0.5em;
}
.pubg_stats{
        float: left;
        margin: 0.2em 0.4em 0.4em 0.2em;
        padding: 0.4em;
        background: #222;
        font-size:9px;
        border-radius: 0.5em;
}

.member_presentation img{
        width:100px;
        /*height:64px;*/
        display: block !important;
}
.pubg_stats img{
        width:100px;
        /*height:64px;*/
        display: block !important;
}
.section{
        border:0;
        margin:0 0 5px 0;
        padding:0;
}
.content img {
        border-radius: 0;
}

/*Footer*/
.footer {
        background: #333;
        background: linear-gradient(to bottom right, #333 0%,#111 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#333), color-stop(100%,#111));
        background: -webkit-linear-gradient(top, #333 0%,#111 100%); 
        color: #fff;
        text-align: center;
        text-transform: uppercase;
        clear: both;
}
.footer > div {
        max-width: 65em;
        margin: 0 auto;
        padding: 0 1em 0;
        text-align: left;
        overflow: hidden;
        -webkit-animation: fadein 0.4s ease-out 1;
        -moz-animation: fadein 0.4s ease-out 1;
        -ms-animation: fadein 0.4s ease-out 1;
}
.footer a:hover, .footer a:focus {
        color: #fff;
        background-image: -webkit-radial-gradient(ellipse closest-side, rgba(255,255,255,0.1), rgba(255,255,255,0));
        background-image: -moz-radial-gradient(ellipse closest-side, rgba(255,255,255,0.1), rgba(255,255,255,0));
        background-image: -ms-radial-gradient(ellipse closest-side, rgba(255,255,255,0.1), rgba(255,255,255,0));
        background-image: -o-radial-gradient(ellipse closest-side, rgba(255,255,255,0.1), rgba(255,255,255,0));
}
.footer .nav {
        margin: 0;
}
.footer .nav li a {
        padding: 0.8em 0.8em 0.5em;
}
.footer ul {
        margin-bottom: 1em;
}
.footer li {
        display: inline-block;
}
.footer li a {
        padding-top: 1.2em;
}
.service-links {
        text-align: center;
}
.service-links li {
        margin: 0 0.5em;
}
.service-links li:first-child {
        margin-left: 0;
}
.service-links li:last-child {
        margin-right: 0;
}
.service-links li a {
        border: 0;
        padding: 0.2em;
        font-size: 0.7em;
}

.top:after {
        content: ' ▲';
}

/* Gradient styles*/
/*.gradient-radial {
        background: #555;
        background-image: -webkit-radial-gradient(ellipse closest-side, rgba(255,255,255,0.1), rgba(255,255,255,0));
        background-image: -moz-radial-gradient(ellipse closest-side, rgba(255,255,255,0.1), rgba(255,255,255,0));
        background-image: -ms-radial-gradient(ellipse closest-side, rgba(255,255,255,0.1), rgba(255,255,255,0));
        background-image: -o-radial-gradient(ellipse closest-side, rgba(255,255,255,0.1), rgba(255,255,255,0));
}*/

/* Mask for background, by default is not display */
#mask {
    display: none;
    background: #000;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.8;
    z-index: 999;
}

/* You can customize to your needs  */
.login-popup, .edit-forum-post-popup, .edit-gallery-item-popup, .edit-infosection-popup, .info-popup {
    display: none;
    background: #333;
    padding: 10px;
    border: 2px solid #ddd;
    float: left;
    font-size: 1.2em;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 99999;
    box-shadow: 0px 0px 20px #999;
    min-width: 200px;
}

img.btn_close {
    float: right;
    margin: -28px -28px 0 0;
}

fieldset {
    border: none;
}

.popup .textbox label {
    display: block;
    padding-bottom: 7px;
}

.popup .textbox span {
    display: block;
}

.popup p, .popup span {
    color: #999;
    font-size: 11px;
    line-height: 18px;
}

.popup .textbox input {
    background: #666666;
    border-bottom: 1px solid #333;
    border-left: 1px solid #000;
    border-right: 1px solid #333;
    border-top: 1px solid #000;
    color: #fff;
    border-radius: 3px 3px 3px 3px;
    /*font: 13px Arial, Helvetica, sans-serif;*/
    padding: 6px 6px 4px;
    width: 200px;
}

.popup .textbox textarea {
    background: #666666;
    border-bottom: 1px solid #333;
    border-left: 1px solid #000;
    border-right: 1px solid #333;
    border-top: 1px solid #000;
    color: #fff;
    border-radius: 3px 3px 3px 3px;
    /*font: 13px Arial, Helvetica, sans-serif;*/
    padding: 6px 6px 4px;
    width: 280px;
    height: 100px;
}

.popup input:-moz-placeholder {
    color: #bbb;
    text-shadow: 0 0 2px #000;
}

.popup input::-webkit-input-placeholder {
    color: #bbb;
    text-shadow: 0 0 2px #000;
}

#exifdata{
        font-size: 11px;
}

.button {
        background: linear-gradient(to top left, #333 0%,#111 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#333), color-stop(100%,#111));
        background: -webkit-linear-gradient(bottom right, #333 0%,#111 100%);
        /*filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#f3f3f3', EndColorStr='#dddddd');*/
        border-color: #000;
        border-width: 1px;
        border-radius: 4px 4px 4px 4px;
        color: #888;
        cursor: pointer;
        padding: 6px 6px 4px;
        font: 12px;
        width: 214px;
        display:block;
        margin: 0 auto;
}

.button:hover {
    background: #ddd;
}

.editbutton{
        cursor:pointer;
        width: 14px;
        height: 14px;
        border: none;
        margin-left: 6px;
        vertical-align: middle;
}

.editbutton:hover {
        /*border: 1px solid #333;*/
}

.edit{
        /*background:url(../images/Editing-Edit-icon.png) no-repeat;*/
        background:url(../images/edit-16.png) no-repeat;
        background-size: 14px 14px;
}

.delete{
        /*background:url(../images/Editing-Delete-icon.png) no-repeat;*/
        background:url(../images/delete-16.png) no-repeat;
        background-size: 14px 14px;
}

.info{
        /*background:url(../images/Editing-Delete-icon.png) no-repeat;*/
        background:url(../images/info-16.png) no-repeat;
        background-size: 14px 14px;
}

.hd_enabled{
        background:url(../images/hdbutton_enabled.png) no-repeat;
        background-size: 14px 14px;
}

.hd_disabled{
        background:url(../images/hdbutton_disabled.png) no-repeat;
        background-size: 14px 14px;
}

.file_bar {
        color: #fff;
        font-size: 12px;
        height: 18px;
        background: #000;
        text-align:center;
        display: none;
}

.encode_bar {
        color: #fff;
        font-size: 12px;
        height: 18px;
        background: #009;
        text-align:center;
        display: none;
}

.gallerylist li{
        background:#333;
        background: linear-gradient(to bottom right, #333 0%,#222 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#333), color-stop(100%,#222));
        background: -webkit-linear-gradient(top, #333 0%,#222 100%); 
        margin-bottom:0.1em;/* 0.1em 0.1em 0.1em;*/
        margin-right:2px;
        padding:0.5em;
        border-radius: 0.5em;
        border: 1px solid #555;
}

.gallerylist li:hover{
        background:#444;
        background: linear-gradient(to bottom right, #444 0%,#333 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#444), color-stop(100%,#333));
        background: -webkit-linear-gradient(top, #444 0%,#333 100%); 
}

.gallerylist .img_div{
        float:left;
        border:0px solid blue;
        margin-right:0.5em;
        box-shadow: 0 0 10px 2px #000;
}

.gallerylist .txt_div{
        float:left;
        border:0px solid green;
}

.gallerylist p{
        color: #fff;
}

.packlist{
        background:#333;
        border-radius:0.5em;
        border:1px solid #888;
        margin: 5px 0 20px 0;
        padding:1em;
}

.packlist li{
        margin-left: 20px;
}

.firstpage_eventname{
        font-size: 1.5em;
        display: inline-block;
        vertical-align: middle;
}

.firstpage_startdate, .firstpage_stopdate, .firstpage_location, .firstpage_activities {
        font-size: 0.8em;
        display: inline-block;
        vertical-align: middle;
        max-width: 300px;
}

.gallery_eventname{
        font-size: 1.2em;
        /*display: inline-block;*/
        display: inline;
        vertical-align: middle;
        
        margin: 0;
        font-weight: normal;
        text-rendering: optimizeLegibility;
        color: #fff;
        text-shadow: 0 1px 0 #000;
}

.gallery_info, .gallery_create{
        background: #333;
        padding: 5px;
        margin-right: 4px;
        margin-left: 2px;
        border-radius: 5px 5px 0px 0px;
}

.gallery_info .infotext {
        font-size: 0.8em;
        display: inline-block;
        vertical-align: middle;
}

.item .description{
        width:90%;
}

.item .buttons{
        position:absolute;
        right:0;
        padding:4px;
        bottom:0;
}

.item .lyric{
        display:none;
        width:100%;
        color:#fbb72b;
        background:#222;
        background:rgba(40,40,40,.8);
        /*border-radius: 1em;*//*border:1px solid #333;*/
        position:absolute;
        left:0;
        top:30%;
        font-size:20px;
        padding:5px;
        box-sizing: border-box;
}

.item .audio{
        width:100%;
        background:#000;
        border:1px solid #333;
        position:absolute;
        left:0;
        bottom:10%;
}

.item .over {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 4px 6px;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 10px;
        color: #fff;
        color: rgba(255,255,255,.6);
        background: #222;
        background: rgba(0,0,0,.5); 
        min-height: 14px;
        
        /*z-index: 100;  
        -webkit-transition: all 300ms ease-out;  
        -moz-transition: all 300ms ease-out;  
        -o-transition: all 300ms ease-out;  
        -ms-transition: all 300ms ease-out;  
        transition: all 300ms ease-out;
        
        height: 32px;
        display: block;  
        bottom: -40px;*/ 
}

.item .over_top {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        padding: 2px 2px;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 10px;
        /*color: #fff;*/
        color: #fff;
        color: rgba(255,255,255,.6);
        background: #222;
        background: rgba(0,0,0,.5);
        
        /*z-index: 100;  
        -webkit-transition: all 300ms ease-out;  
        -moz-transition: all 300ms ease-out;  
        -o-transition: all 300ms ease-out;  
        -ms-transition: all 300ms ease-out;  
        transition: all 300ms ease-out;
        
        height: 32px;
        display: block;  
        bottom: -40px;*/
}

.img_div img{
        display: block !important;
        height:70px;
}

.txt_div p{
        font-size:0.6em;
        margin:0;
        padding:0;
}

#mtxMessage {
        width:90%;
}

.toggle
{
    text-align: center;
    cursor: pointer;
}
.selection
{
    display: none;
}

.serverstatus_value{
        display:inline-block;
        margin-left: 5px;
}

.pubg-table {
    border-collapse: collapse;
    margin: 16px 0;
    font-size: 0.5em;
    font-family: sans-serif;
    min-width: 200px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

.pubg-table thead tr {
    background-color: #00804d;
    color: #ffffff;
    text-align: left;
}

.pubg-table th,
.pubg-table td {
    padding: 2px 2px;
	min-width: 30px;
}

.pubg-table tbody tr {
    border-bottom: 1px solid #dddddd;
}

.pubg-table tbody tr:nth-of-type(even) {
    background-color: #808080;
}

.pubg-table tbody tr:last-of-type {
    border-bottom: 2px solid #00804d;
}

.pubg-table img{
        width:16px;
        /*height:64px;*/
        display: block !important;
}

.sensordata-table {
    border-collapse: collapse;
    margin: 16px 0;
    font-size: 0.5em;
    font-family: sans-serif;
    min-width: 200px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

.sensordata-table thead tr {
    background-color: #00804d;
    color: #ffffff;
    text-align: left;
}

.sensordata-table th,
.sensordata-table td {
    padding: 4px 4px;
	min-width: 30px;
}

.sensordata-table tbody tr {
    border-bottom: 1px solid #dddddd;
}

.sensordata-table tbody tr:nth-of-type(even) {
    background-color: #808080;
}

.sensordata-table tbody tr:last-of-type {
    border-bottom: 2px solid #00804d;
}

.sensordata-table img{
        width:16px;
        /*height:64px;*/
        display: block !important;
}