
body {
	background-color: rgb(83, 91, 95);
}
.transparent {
    border: 0;
    border-radius: 0;
    /*background: rgba(32, 39, 73, 1);*//*0.69*/
    width: 100%;
    /*background: -webkit-radial-gradient(rgba(32, 39, 73, 1) 1.04%, rgba(33, 38, 74, 0) 219.58%);*/
    background-image: linear-gradient(to right, transparent, rgba(32,39,73,1), transparent);
}

.navChanged {
     background: rgba(55, 54, 55, 0.9);
}

/*.transparent a:link,.transparent a:visited,.transparent a:hover,.transparent a:active {
    text-decoration: none;
    color: white;
} */ 

/*a:link, a:visited, a:hover, a:active {
    color: rgba(255, 255, 255, 1);
} */  

.vote-history-text a:link,.vote-history-text a:visited,.vote-history-text a:hover,.vote-history-text a:active {
    color: black!important;
}  

.header-b {
    color: #ffffff;
}

.footer a {
    color: white;
}

.download-tips a {
    color: black;
    text-decoration: underline;
}

.vote a {
    text-decoration: underline;
    color: black;
}

.settings a {
    text-decoration: underline;
    color: black;
}

.register a, .shop a {
    text-decoration: underline;
    color: black;
}

.purchase a {
    color: black;
    text-decoration: underline;
}

.dropdown-menu {
	color: #fff;
	background-color: #717171;
}

.darkForm {
	background-color: #a6a6a6;
	border: 1px solid #abb0b5;
	color: white;
}

.darkForm:focus, .darkForm:active {
	background-color: #a6a6a6;
	border: 1px solid #abb0b5;
	color: white;
}

.dropdown-menu ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: white;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: white;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: white;
}

.dropdown-item:focus, .dropdown-item:hover, .dropdown-item:active {
	background-color: #606161;
}

ul.customDrop li a:hover, ul.customDrop li a:focus {
	background-color: #a2a2a2;
	color: white;
}

@media only screen and (max-width: 1200px) {
    .transparent {
	    background: rgba(55, 54, 55, 0.9);
	}
}

.caption {
    background-image: url(../img/banner.png);/*../img/banner.png*/
    /*height: 100%;*/
    min-height: 570px;
    /* background-size: cover; */
    background-position: center;
    overflow-y: hidden;
    overflow-x: hidden;
    background-repeat: no-repeat;
    background-size: cover;
	/*background-position-y: -250px;*/
	background-position-y: 90%;
	background-color: black;
}

.frontSoon {
    background-image: url(../img/soon.png);
    height: 100%;
    min-height: 800px;
    background-position: center;
    overflow-y: hidden;
    overflow-x: hidden;
    background-repeat: no-repeat;
    background-size: cover;
	background-color: black;
}

.topNotice h3 {
	 position: absolute;
	 font-size: 14px;
	 width: 100%;
	 height: 10px;
	 margin: 0;
	 color: rgba(255, 255, 255, 0.91);
	 line-height: 20px;
	 text-align: center;
	 /* Starting position */
	 -moz-transform:translateX(100%);
	 -webkit-transform:translateX(100%);	
	 transform:translateX(100%);
	 /* Apply animation to this element */	
	 -moz-animation: topNotice 18s linear infinite;
	 -webkit-animation: topNotice 18s linear infinite;
	 animation: topNotice 18s linear infinite;
	 z-index: 1;
}