html {
    cursor: default;
}

body {    
    background-color:#eee;
}

input, textarea {
    width:100%;
}

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-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:230px;
    z-index:1000;
    position:fixed;top:0;left:0;
    width:100%;
    display:none;
    text-align:center;
    padding-bottom:30px;
    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;
}

.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%;
}

.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: "Arial";
    text-align: left;
}

.main-div-whatis {
    margin-bottom:20px;
    padding:15px;
    background-color:#fff;
	box-shadow:0px 0px 6px -2px;
    font-size:14px;
	color:#000;
    font-family: "Arial";
    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;
}