﻿.navbar {
	background: rgb(2,0,36) !important;
	background: linear-gradient(0deg, rgba(2,0,36,0) 0%, rgba(0,0,0,1) 100%) !important;
}
.sub-page {
	min-height: 715px !important;
}

.page-name {
	font-weight: 700 !important;
	position: absolute;
	top:-60px;
	color: #ffffff;
	text-shadow: 1px 1px rgba(0,0,0,.4);
}

#about .member-image {
	width: 180px;
	height: 180px;
	border-radius:50%;
}

#about .member-header { 
	color:#ed8544;
	font-size: 24px;
	font-weight: bold;
	font-stretch: normal;
	font-style: italic;
	line-height: 1.58;
	letter-spacing: normal;
	text-align: center;
}
#about .member-role { 
	color:#000000;
	font-size: 14px;
	font-weight: 500;
	font-stretch: normal;
	font-style: italic;
	line-height: 1.71;
	letter-spacing: normal;
	text-align: center;
}
#about .member-content { 
	color:#666;
	font-size: 14px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.57;
	letter-spacing: normal;
	text-align: center;
}

.about-footer {
	background-image:url(../image/background-ship-right@2x.png);
	background-size: cover;
	background-position: top right;
	background-repeat: no-repeat;
	min-height: 402px;
}
.about-footer .joinup {
	letter-spacing: 1px;
	color:#000000;
	font-weight: 900;
}
.support-tab {
	background-color:#df5e22;
	color: #fff;
	min-height:548px;
}
.support-tab-mobile {
	transition: all .5s;
	z-index:1001;
	overflow-x: hidden;
}

.support-tab .main-category {
	font-weight: bold;
}
.support-tab .main-category .sub-category {
	font-weight: 400;
	color: #fff !important;	
}
.support-tab .main-category .sub-category a:link {
	color: #fff !important;
}
.support-tab .main-category .sub-category a:active {
	color: #fff !important;
}
.support-tab .main-category .sub-category a:hover {
	color: #fff !important;
}
.support-tab .main-category .sub-category a:visited {
	color: #fff !important;
}
.support-header h2 {
	font-weight: 700;
	font-size: 46px;
}
.support-header p {
	font-weight: 400;
	margin-top: -15px;
}
.support-game-list a img {
	border-radius:50% !important;
	margin: auto !important;
}
.support-game-list a span {
	opacity: .5;
	font-weight: 700;
	font-size: 22px;
	transition: opacity .2s;
}
.support-game-list a:hover > span {
	opacity: 1;
	transition: opacity .2s;
}
.support-game-list .slick-slide {
	/* transform:scale(.8);
	transition: all .2s; */
}
.support-game-list .slick-current {
	/* transform:scale(1);
	transition: all .2s; */
}

#results .separator, #faq .separator {
	background:#f1f1f1;
}
#results .contact-link, #faq .contact-link {
	font-weight: 600;
	font-size:14px;
}
#results .contact-image, #faq .contact-image {
	width: 158px;
}

/* Blog embedded content */

.twitter-tweet {
	font-size: 7px;
	font-weight: bold;
	line-height: 10px;
	margin:0 !important;
	border-color: #eee #ddd #bbb;
	border-radius: 5px;
	border-style: solid;
	border-width: 1px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
	padding: 0 16px 16px 16px;
	max-width: 468px;
}
  
.twitter-tweet p, .twitter-tweet span {
	font-size: 7px;
	font-weight: normal;
	line-height: 20px;
}
  
.twitter-tweet a {
	color: inherit;
	font-weight: normal;
	text-decoration: none;
	outline: 0 none;
}
  
.twitter-tweet a:hover,
.twitter-tweet a:focus {
	text-decoration: underline;
}

.TweetAuthor-name {
    color:#2a83e7;
}
.EmbeddedTweet {
    background-color:#f3f9f8 !important;
    border-color:#e3f5f9 !important;
    height:auto !important;
}
.Tweet-header {
    color: white;
}
.EmbeddedTweet:hover .TweetAuthor-name {
    color:#2054d4;
}
.Tweet-text {
    padding:10px;
    border-radius:5px;
    border:1px solid #ddd;
    background-color:#eee;
}
/* End Blog embedded content */

@media only screen and (max-width: 414px) {
	.support-tab {
		min-height: 350px !important;
	}
}