html, body { height:100%; background-color: #000000;}
body { margin:0; padding:0; overflow:hidden; }
/* 
	Dialogs
*/
@font-face {
	font-family: "883-CAI978";
	src: url(fonts/883-CAI978.ttf) format("truetype");
}
* {
	font-family: "883-CAI978", Helvetica, Arial, sans-serif;
}
#overlay {
	display: none;/**/
	position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.6);
    cursor: default;
}
#overlay .panel{
	text-align: center;
	position:relative;
	width:400px;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	margin:auto;
	padding:15px;
	border:1px solid #666;
	background:#000000;
	border-radius:3px;
	box-shadow:0 10px 50px rgba(0,0,0,0.1);
}
#overlay p,
#overlay input,
#overlay li{
	font-size:1.2em;
	line-height:1.6em;
}
#overlay h2 {
	color: #999999;
	font-size: 25px;
	font-weight: 300;
	margin-bottom: 8px;
	margin: 0;
}
h1, h2, h3, h4, p, li{
	line-height:1.3em;
	margin-bottom:0.5em;
}
.message {
	color: #fefefe;
}
#overlay button{
	width:100px;
}
#overlay .buttons{
	text-align: center;
	padding-top:10px;
}
button {
	border: 0;		
	background-color: #000000;	
	color: white;
	text-decoration: none;
	text-align: center;
/*	text-transform: uppercase;*/
	border:1px solid #666;	
	width:49.5%;
	padding: 6px 5px;
	margin: 0 4px;
	cursor: pointer; 
}
button:hover{
	opacity:0.8;
}

/* ================================================ */
.image-box {
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-color: #060606;
	display: none;
}
.main-image {
	position: absolute;
}
/* ================================================ */
.blackback {
	height: 686px;
	border: 1px solid #171717;	
}
.logo1 {
	position: absolute;
	margin: 11px 54px;
}
.logo2 {
	position: absolute;
	margin: 36px 325px;
}
.logo3 {
	position: absolute;
	margin: 37px 434px;
}
.organization-image-container {
	position: absolute;
	margin: 253px 0;
	width: 100%;
}
.organization-image-box {
	width: 60%;
	margin: auto;
}
.organization-image-box img {
	width: 100%;
	height: 50px;
}
.gallery {
	position: absolute;
	margin: 348px 0px;		
	width: 100%;
}
.gallery-tape {
	position: absolute;
	margin: 483px 0px;
}
.img1 {
	width: 170px;
	height: 113px;
}
.d-img {
	float: left;
}
.bottom-menu {
	position: absolute;
	margin: 651px 0px;		
}
.menu-text {
	position: absolute;
	float: left;
	font-size: 16px;
	font-weight: 500;
}
.menu-item1{
	margin-left: 91px;/*121px;*/
	color: #6c6c6c;
	cursor: pointer;
}
.menu-item1:hover{
	color: #ffffff;
}
.menu-item2{
	margin-left: 220px;/*316px;*/
	color: #ffffff;
	width: 150px;
	cursor: pointer;
}
/* Duration */
.menu-item3{
	margin-left: 395px;/*565px; -90*/
	color: #6c6c6c;
	width: 250px;
}
.menu-item4{
	margin-left: 545px;/*715px;*/
	margin-top: -2px;
	color: #6c6c6c;
	width: 250px;
	font-weight: 600;
	font-size: 18px;
}
.menu-item5{
	margin-left: 580px;/*750px;*/
	color: #6c6c6c;
	width: 250px;
	font-weight: 600;
}
.menu-item6{
	margin: -5px 384px;/* 554px;*/
	color: #6c6c6c;
	width: 250px;
}
/* ======= */
.menu-item7{
	margin-left: 714px; /*844px;*/
	color: #6c6c6c;
	font-weight: 700;
	width: 250px;
	cursor: pointer;
}
.menu-item7:hover{
	color: #acacac;
}
.menu-item8{
	margin-left: 894px;/*844px;*/
	color: #267a2c;
	font-weight: 700;
	width: 250px;
	cursor: pointer;
}
.menu-item8:hover{
	color: #4fc858;
}
.number-changer {
    float: right;
    width: 16px;
    fill: #959595;
    margin-right: 3px;
	margin-top: -1px;
}
.up-arrow {
    float: right;
    transform: rotate(180deg);
    width: 14px;
    cursor: pointer;
}
.down-arrow {
    float: right;
    width: 14px;
    cursor: pointer;
}
.arrow-box {
    height: 10px;
	margin-top: 3px;
}
.arrow-box:hover {
	fill: #ffffff;
}
/* ================================================ */
.gallery-play-all {
	font-size: 30px;
	color: #6d6d6d;
    cursor: pointer;
	display: table;
	margin-right: auto;
	margin-left: auto;
}
.gallery-play-all:hover {
	font-size: 30px;
	color: #fff;
    cursor: pointer;
}
.gallery-title {	
	font-size: 22px;
	color: #888888;	
	display: table;
	margin-top: 12px;
	margin-right: auto;
	margin-left: auto;
}
/* ================================================ */
.login {
	width: 100%;
	height: 100%;
	display: none  !important; /* don't show for black screen version with Start button */
}

.login-title {
	height: 42px;
	padding-bottom: 20px;
	color: #fff;
	display: table;
	margin: 0 auto;
	font-weight: 700;
}
.gray-line {
	width: 90%;
	margin: 0 auto;
	border-bottom: 2px solid #888888;
}
.voting-title {
	width: 100%;
}

.voting {
	display: table;
	margin: 0;
	position: absolute;
	top: 50%;
	left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);	
}

.h15 {
	height: 15%;
}
.h10 {
	height: 10%;
}
.login-box {
/*	height: 110px;*/
	width: 276px; /* 356 - 40 - 40 (padding)*/
	border: 1px solid #434343;
	display: table;
	margin: 0 auto;  
	padding: 35px;
}
.buttons {
	display: table;
	margin: 8px auto;
}
.login-btn {
	width: 348px;
	height: 48px;
	text-align: center;
	display: table-cell; 
	vertical-align: middle;
	margin: 8px auto;  
	border: 1px solid #434343;
	color: #fff;
	cursor: pointer;
}
.text-margin {
	margin-bottom: 20px;
}
.login-dialog {
	width: 75px;
	color: #8f8f8f;
	display: table;
	margin: 0 left;
	font-size: 24px;
	font-weight: 700;	
	float: left;
	margin-top: 3px;
}
.login-text {
	width: 197px; 
	font-size: 28px; 
	border: none;
	background-color: #484848;
	border-bottom: 1px solid #071a25; 
	border-radius: 0;
/*	text-align: center; */
	padding: 0;
	padding-left: 4px;
	padding-bottom: 2px;
	margin: 0;	
}
.login-msg {
	color: #ff0000;
	font-size: 18px;
	display: table;
	margin: 6px 20px;
    position: absolute;
	width: 290px;
}
.voting-screen {
	display: none; /* on start application */
	width: 100%;
	min-width: 1036px;
	position: absolute;
	bottom: 0;
	left: 0;
}
.voting-control {
	height: 54px;
	width: 100%;
	background-color: #000000;
}
.category-caption {
	color: #777;	
	float: left;
	margin-top: 19px;
	margin-left: 8px;
	font-weight: 700;
	font-size: 14px;	
}
.image-counter {
	color: #777;	
	float: left;
	margin-top: 18px;
	margin-left: 8px;
	font-size: 15px;
}
.image-name {
	color: #1059B4;	
	float: left;
	margin-top: 18px;
	margin-left: 8px;
	font-size: 15px;
	display: inline-block;
}

.image-caption {
	color: #777;	
	float: left;
	margin-top: 19px;
	margin-left: 8px;
	font-size: 17px;	
	display: inline-block;
}
.image-title {
	color: #777;	
	float: left;
	margin-top: 21px;
	font-size: 13px;	
	font-style: italic;
	display: inline-block;
}
.central-box {
	float: left;	
	margin: 11px auto;
	position: absolute;
}
.central-box-text {
	float: left;	
	left: 500px;
	margin: 8px auto;
	position: absolute;
	color: #777;
	text-align: center;
	font-size: 10px;	
	display: none  !important; /* don't show for black screen version with Start button */	
}
.cat-cap {
	margin: 6px 0;
}
.category-selector {
	width: 175px;
	float: left;
	height: 28px;
	margin-top: 2px;
	margin-right: 4px;
	color: #fefefe;
	font-size: 14px;
	font-weight: 500;
	background-color: #000000;
}
.button-box {
	display: table-cell;	
	background-color: #666666;
	padding-left: 2px;
}
.point {
	cursor: pointer;
	border: 2px solid #ffffff;
	width: 24px;
	height: 24px;
	text-align: center;
	line-height: 26px;
	font-size: 14px;
	font-weight: 700;
	float: left;
	margin: 2px 2px 2px 0;
}
.point:hover {
	opacity: 0.6;
}
.i-select {
	border: 2px solid #ff0000;
}

.admin-box {
	display: table-cell;	
	background-color: #666666;
	padding-left: 2px;
	height: 34px;
	float: left;
}
.jury-cell {
	cursor: pointer;
	border: 1px solid #ffffff;
	width: 42px;
	height: 28px;
	text-align: center;
	float: left;
	margin: 2px 2px 2px 0;		
}
.jury-title {
	margin-top: 1px;
	font-size: 10px;
	font-weight: 700;
}
.jury-point {
	font-size: 12px;
	font-weight: 900;
	margin-top: -1px;
}
/*------------------------------*/
.navigator-box {
	float: right;
	margin-top: 8px;
	width: 346px;
	line-height: 40px;/**/
	position: absolute;
    right: 0;
}
.icon-zoom {
	float: left;
	margin-top: 2px;
/*	margin-right: 5px;*/
}
.icon-navigation {
/*	margin-top: 10px;	/**/
}

#contest_caption {
	width: 100%;
	text-align: center;
	line-height: 26px;
	font-size: 45px;
	font-weight: 700;
/*    color: transparent; /* transparent color for chars*/
/*    -webkit-text-stroke: 1px white;*/
	color: #000;
	text-shadow: #888888 1px 0 0px, #888888 0 1px 0px, #888888 -1px 0 0px, #888888 0 -1px 0px;
}

#start_box , #second_box{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
	height: 100%;
    margin: 0px auto;
    position: relative;
    text-align:center;
	align-items: center; 
}

#start_btn {
    height: 117px;
    width: 369px;
	display: inline-block;
	cursor: pointer; 
}
#award_btn {
	background-image: url(../icons/awarded_gray.png);
}
#award_btn:hover {
	background-image: url(../icons/awarded.png);
}
#close_btn {
	background-image: url(../icons/close_gray.png);
}
#close_btn:hover {
	background-image: url(../icons/close.png);
}
#play_all_btn {
	background-image: url(../icons/play_all.png);	
}
/* set background image for play_all_btn after hover on award_btn */
#award_btn:hover ~ #play_all_btn {
	background-image: url(../icons/play_all_gray.png);	
}
#close_btn:hover ~ #play_all_btn {
	background-image: url(../icons/play_all_gray.png);	
}

.comm_btn {
    height: 105px;
    width: 256px;
	margin: 120px 20px 0 20px;
	display: inline-block;
	background-repeat: no-repeat;
	background-size: 256px 70px;	
	cursor: pointer; 	
}

#start_btn:hover{
	filter: brightness(2);	
}
.image-label {
	float: left;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
	width: 100%;
    position: fixed;/*absolute;*/
    text-align:center;
	align-items: center; 
	bottom: 20px;
}

.category-wrapper {
	display: flex;
	width: 90%;
	margin: auto;
}

.category {
	text-align: center;
	flex: 1;
}

.category button {
	width: 95%;
	margin: 0;
	color: #6c6c6c;
}

.category-primary {
	background-color: #0e0d0d;
}

.category-secondary {
	background-color: #1a1a1a;
	font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
	font-size: 11px;
}

.category button:hover {
	color: #acacac;
}