html {
    cursor: default;
    font-family:'Roboto';
}

.breakline {
    white-space: pre-wrap;
}

.overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.25);
    z-index: 2;
    cursor: pointer;
}

.text{
    background-color:rgba(0,0,0,0.5);
    padding: 10px;
    box-shadow:0px 0px 3px 0px #000 ;
}

#text{
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 20px;
    color: white;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    background-color:rgba(0,0,0,0.5);
    padding-right: 10px;
    padding-left: 10px;
    box-shadow:0px 0px 3px 0px #000 ;
}

body {    
    background-color:#eee;
}

.officialcolorbg {
    background-color:#7daee0 !important;
}

ol.list {
  list-style-type: none;
  counter-reset: item;
  margin: 0;
  padding: 0;
}

ol.list > li {
  display: table;
  counter-increment: item;
  margin-bottom: 0.6em;
}

ol.list > li:before {
  content: counters(item, ".") ". ";
  display: table-cell;
  padding-right: 0.6em;
}

li ol.list > li {
  margin: 0;
}

li ol.list > li:before {
  content: counters(item, ".") " ";
}

@media print { a[href]::after { content: none !important; } }
@media print { hr { display: none !important; } }
@media print { .noprint { display: none !important; } }
@media print { .yesprint { display: block !important; } }

input, textarea {
    width:100%;
}

.li {
    font-weight: normal;
}

#overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.25);
    z-index: 2;
    cursor: pointer;
}

#text{
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 20px;
    color: white;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    background-color:rgba(0,0,0,0.5);
    padding-right: 10px;
    padding-left: 10px;
    box-shadow:0px 0px 3px 0px #000 ;
}

#changelog {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.25);
    z-index: 2;
    cursor: pointer;
}

#changelog_text {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width:800px;
    color: #444;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    background-color:rgba(255,255,255,1);
    padding: 30px;
    box-shadow:0px 0px 8px -1px #000 ;
}

textarea {
    height:150px;
    max-width:100%;
}

.img-team {
    width:100px;
    box-shadow:0px 0px 6px -2px #000 !important;
}

label {
    margin-top:10px;
}

.submit-button {
    margin-top:20px;
    float:right;
}

.medium {    
    font-size:18px;
}

h1 {
    margin:0;
    margin-top:10px;
    margin-bottom: 10px;
}

h2 {
    font-size:28px;
}

.mini-menu {
    cursor:pointer;
    z-index:1000;
    position:fixed;
    width:100%;
    background-color:#000;
    /*background-image:url("http://api.thumbr.it/whitenoise-361x370.png?background=0f0f0fff&noise=626262&density=64&opacity=23");*/
	box-shadow:0px 0px 10px 2px #000 !important;
}

.arrow-up {
    cursor:pointer;
	width: 0; 
	height: 0; 
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	
	border-bottom: 10px solid #fff;
}

.arrow-down {
    cursor:pointer;
	width: 0; 
	height: 0; 
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	
	border-top: 10px solid #fff;
}

.hover10  {
	-webkit-filter: grayscale(0) blur(0);
	filter: grayscale(0) blur(0);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

.hover10:hover {
	-webkit-filter: grayscale(100%) blur(3px);
	filter: grayscale(100%) blur(3px);
}

.shifter {
    background-color:#302222;
    height:60px;
    color:black;
    box-shadow: 0px 0px 10px -1px #000;
}

.footer-blk {
    background-color:#000;
    padding:20px;
    color:white;
}

.top-support {
    height:210px;
    z-index:1000;
    position:fixed;top:0;left:0;
    width:100%;
    display:none;
    text-align:center;
    padding-bottom:30px;
    background-position: center; 
    background-image:url("../resources/img/top-bg.jpg");
	box-shadow:0px 0px 10px 5px #000 !important;
}

.row {
    margin-left:0;
    margin-right:0;
}

.img-gallery {
    padding-top:20px;
    padding-bottom:20px;
}

.img {
	box-shadow:0px 0px 10px -1px #000;
    width:100%;
}

.carousel {
}

::selection {
    background: #333;
}

::-moz-selection {
    background: #333;
}

.main-logo-div {
    color:#7daee0;
}

.main-logo-text {
    font-family: 'Indie Flower', cursive;
    -webkit-font-smoothing: antialiased;
    font-size:25px;
}

.main-top-div {
    background-color:#fff;
    height:350px;
    text-align:center;
    margin-bottom: 30px;
}

.main-top-logo {
    width:200px;
    margin-top:30px;
}

.slideme {
    max-width: 1920px;
    max-height: 1080px;
    width: 100%;
    height: 100%;
}

.slide-item {
    width:100%;
}

.center-div {
    text-align: center;
}

.main-middle-div {
    text-align: center;
    padding-bottom: 30px;
}
    
.main-visage-logo {
    width:80%;
    padding-top:20px;
}

.main-logo-social {
	cursor:pointer;
	margin-top:20px;
	margin-bottom:10px;
	width:40px;		
}

.team-member-div {
    margin-bottom:20px;
}

.bottom-hr {
	color: #7daee0;
	margin:0px;
	padding:0px;
	margin-top:20px;
	border-top:1px solid;
}

.videoWrapper {
    margin:20px;
    width:100%;
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}

.YTFrame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.white-a:hover {
    color:white;
}

.white-a:active {
    color:white;
}

.white-a {
    color:white;
}

.sss-visage-logo {
    cursor:pointer;
	background-color:#000;
	width:100%;
}

.sss-visage-logo:hover {
    opacity:0.8;
}

.main-middle-game-description {
    text-align: left;
    margin:auto;
    width:800px;
}  

.color-transition {    
    transition: background 1s linear;
    -webkit-transition: background 1s linear;
    -moz-transition: background 1s linear;
}

.footer {
	text-align:center;
}

.main-div-whatis-title { 
    z-index:1000;   
    padding:15px;
    background-color:#fff;
	color:#000;
    font-family: "Roboto";
    text-align: left;
}

.main-div-whatis {
    margin-bottom:20px;
    padding:15px;
    background-color:#fff;
	box-shadow:0px 0px 6px -2px;
    font-size:16px;
	color:#000;
    font-family: "Roboto";
    text-align: left;
}

.news-title {
    cursor:pointer;
}

.news-title:hover {
    color:#666;
}

.visage-div {
    height:200px;
    margin-bottom:30px;
    padding-left:0;
}

.visage-h2 {
    margin:0;
}

.speech {
    margin-left:15px;
    margin-right:15px;
    font-size:12px;
}