/*!
 * Start Bootstrap - Agency Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {
	color: #999;
	overflow-x: hidden;
	font-family: "Ubuntu","Helvetica Neue",Helvetica,Arial,sans-serif;
	background-color: #191210;
}
/* Can be read by java script to determine when we have a large screen */
@media all and (min-width: 768px) {
    body:after {
        content: 'widescreen';
        display: none;
    }
}

.white {
	color: #FFF;
}

.text-bright {
	color: #DDD;
}


.text-primary {
	color: #ffb268;
}

.text-secondary {
	color: #30e2ff;
}

p, li {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.75;
	margin: 0;
}

@media(min-width:992px) {
	p {
		font-size: 18px;
		font-weight: 400;
		line-height: 1.75;
		margin: 0;
	}
}

.small {
	font-size: 16px;
	font-weight: 500;
}

.subtle {
	opacity: 0.5;
}

p.subtitle {
	margin-bottom: 50px;
	text-transform: none;
	font-family: "Titillium Web","Helvetica Neue",Helvetica,Arial,sans-serif;
	text-transform: uppercase;
	font-size: 24px;
	font-weight: 400;
	line-height: 25px;
	color: white;
	opacity: 0.75;
	margin: 0 0 0.5em 0;
}

a,
a:hover,
a:focus,
a:active,
a.active {
	outline: 0;
}

a {
	color: #30e2ff;
}

a:hover,
a:focus,
a:active,
a.active {
	color: #ffffff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Titillium Web","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight: 700;
	color: #ccc;
}

h1 {
	display: none;
}

h1,
h2,
h3 {	
	text-transform: uppercase;
}


.img-centered {
	margin: 0 auto;
}

.text-shadow {
	text-shadow: 2px 2px 6px rgba(0,0,0,0.5);
}

.text-right-large {
	text-align: left;
}

@media(min-width:992px) {
	.text-right-large {
		text-align: right;
	}
}


.shadow {
	box-shadow: 2px 2px 8px rgba(0,0,0,0.5);
	-webkit-box-shadow: 2px 2px 8px rgba(0,0,0,0.5);
	-moz-box-shadow: 2px 2px 8px rgba(0,0,0,0.5);
	filter: progid:DXImageTransform.Microsoft.dropShadow(color=#000000, offX=2, offY=2, positive=true);
	filter: progid:DXImageTransform.Microsoft.dropShadow(color=#000000, offX=2, offY=2, positive=true);
}




header {
	text-align: center;
	color: #fff;
}

header .container {
	padding-top: 100px;
	padding-bottom: 100px;
}

header .intro-logo {
	padding-top: 50px;
	padding-bottom: 50px;
}

header.title-bg {
	background-image: url(../img/backgrounds/header.jpg); 
	background-position: 100% 0%; 
	background-repeat: no-repeat; 
	background-size: inherit;
}

@media(min-width:992px) {
	header .container {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	
	header.title-bg {
		background-image: url(../img/backgrounds/header.jpg); 
		background-position: 50% 0%; 
		background-repeat: no-repeat; 
		background-size: 100%;
	}
}




section#game, section#world, section#contact, section#team  {
	background-image: url(../img/backgrounds/satellite.jpg);
	background-attachment: scroll;
	background-position: center center;
	background-repeat: none;
}

.bg-satellite  {
	background-image: url(../img/backgrounds/satellite.jpg);
	background-attachment: scroll;
	background-position: center center;
	background-repeat: none;
}

.bg-steam  {
	background-image: url(../img/backgrounds/steam.jpg);
	background-attachment: scroll;
	background-position: center center;
	background-repeat: none;
	background-size: cover;
}

section {
	padding: 25px 0;
}

section.quote {
	padding: 50px 0;
}

.quote p.subtitle {
	opacity: 0.5;
}

.quote h3 {
	opacity: 0.75;
}

@media(min-width:768px) {
	section {
		padding: 100px 0;
	}

	section .quote {
		padding: 50px 0;
	}
}


.popup-gallery a img {
	border-top: none;
	margin-bottom: 2px;
}
.popup-gallery a img:hover {
	border-top: 2px transparent solid;
	margin-bottom: 0px;
}



footer {
	padding: 25px 0;
	text-align: center;
}

footer span.copyright {
	text-transform: uppercase;
	text-transform: none;
	font-family: "Titillium Web","Helvetica Neue",Helvetica,Arial,sans-serif;
	line-height: 40px;
}

footer ul.quicklinks {
	margin-bottom: 0;
	text-transform: uppercase;
	text-transform: none;
	font-family: "Titillium Web","Helvetica Neue",Helvetica,Arial,sans-serif;
	line-height: 40px;
}

footer a {
	color: #d69658;
}


.team-member {
   margin-top: 0px;
   margin-bottom: 50px;
}
.team-member img {
  margin: 0 auto;
}
.team-member>h3 {
	text-transform: none;
	font-family: "Titillium Web","Helvetica Neue",Helvetica,Arial,sans-serif;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 400;
	line-height: 20px;
	color: white;
	opacity: 0.75;
	margin: 0.5em 0 0 0;
}
.team-member>p {
	line-height: 24px;
}

.img-circle-wrapper {
    position: relative;
	border-radius: 100%;
	display: table-cell;
	width: auto;
	height: auto;
	justify-content: center;
	overflow: hidden;
}

.img-circle-wrapper .overlay {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 0;
  left: 0;
  opacity: 0;
  right: 0;
  top: 0;
  transition: opacity 0.5s;
  z-index: 1;
  background-color: rgba(0, 50, 80, .5);
  color: #30e2ff;
}

.img-circle-wrapper:hover .overlay {
	opacity: 1;
}


#navsocial {    
	padding: 0 1em;
    background: #ffa13e; /* fallback */
    background: -webkit-linear-gradient(225deg, transparent 10px, rgba(0,0,0,0.5) 10px, rgba(0,0,0,0.5)  100%);
    background: -moz-linear-gradient(225deg, transparent 10px, rgba(0,0,0,0.5)  10px, rgba(0,0,0,0.5) 100%);
    background: -o-linear-gradient(225deg, transparent 10px, rgba(0,0,0,0.5) 10px, rgba(0,0,0,0.5) 100%);
    background: linear-gradient(45deg, transparent 10px, rgba(0,0,0,0.5) 10px, rgba(0,0,0,0.5) 100%);
}


ul.social-buttons {
	margin-bottom: 0;
}
ul.social-buttons li {
	padding: 0;
}
ul.social-buttons li a {
	outline: 0;
    text-decoration: none;
	color: #ffffff;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
}
ul.social-buttons li a:hover,
ul.social-buttons li a:focus,
ul.social-buttons li a:active {
	color: #30e2ff;
	outline: 0;
}
ul.social-buttons li i {
	text-align: center;
	display: block;
	width: 50px;
	height: 50px;
	font-size: 30px;
	line-height: 50px;
	outline: 0;
}
ul.social-buttons li p {
	margin: 10px 0 0 0;
	display:block;
	vertical-align: top;
}







.btn {    
    background: #30e2ff; /* fallback */
	text-transform: uppercase;
	font-family: "Titillium Web","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight: 700;
}

.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.btn:active:focus {
	outline: 0;
}


.btn-slanted {
	border-color: none;
	border-width: 0;
	border-radius: 0;
	color: #fff;
    background: rgba(0,0,0,0.5) ; /* fallback */
    background: -webkit-linear-gradient(135deg, transparent 10px, rgba(0,0,0,0.5) 10px, rgba(0,0,0,0.5) 100%);
    background: -moz-linear-gradient(135deg,    transparent 10px, rgba(0,0,0,0.5) 10px, rgba(0,0,0,0.5) 100%);
    background: -o-linear-gradient(135deg,      transparent 10px, rgba(0,0,0,0.5) 10px, rgba(0,0,0,0.5) 100%);
    background: linear-gradient(315deg,         transparent 10px, rgba(0,0,0,0.5) 10px, rgba(0,0,0,0.5) 100%);
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
	padding-left: 2em;
	padding-right: 2em;
	border-left: 4px solid #30e2ff;
}

.btn-slanted:hover,
.btn-slanted:focus,
.btn-slanted:active,
.btn-slanted.active {
	margin-left: 5px;
	color: #fff;
    background: rgba(128,128,128,0.5) ; /* fallback */
    background: -webkit-linear-gradient(135deg, transparent 10px, rgba(255,255,255,0.3) 10px, rgba(255,255,255,0.3) 100%);
    background: -moz-linear-gradient(135deg,    transparent 10px, rgba(255,255,255,0.3) 10px, rgba(255,255,255,0.3) 100%);
    background: -o-linear-gradient(135deg,      transparent 10px, rgba(255,255,255,0.3) 10px, rgba(255,255,255,0.3) 100%);
    background: linear-gradient(315deg,         transparent 10px, rgba(255,255,255,0.3) 10px, rgba(255,255,255,0.3) 100%);
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
	border-left: 4px solid #fff;
}

.btn-slanted:active,
.btn-slanted.active {
	background-image: none;
}


.btn-primary {
	color: #000;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active {
	color: #000;
    background: #fff;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
	color: #fff;
    background: #666666;
}

.btn-xl {
	padding: 0.5em 1em;
	font-size: 20px;
	font-weight: 700;
}

.btn-xl .fa {
	vertical-align: middle;
}




::-moz-selection {
	text-shadow: none;
	background: #ffb268;
}

::selection {
	text-shadow: none;
	background: #ffb268;
}

img::selection {
	background: 0 0;
}

img::-moz-selection {
	background: 0 0;
}

body {
	webkit-tap-highlight-color: #ffb268;
}
