body {
	//background: #093e60 url(../img/gradient-bg.jpg) repeat-x fixed top left;
	font-family: 'Arial', 'Helvetica', sans-serif;
	font-size: 12px;
	color: #FFF;

	background-color: #093e60;
	background-image: -webkit-linear-gradient(top, #000 200px, #093e60 670px);
    background-image: linear-gradient(top, #000 200px, #093e60 670px);
    background-repeat: no-repeat;
    background-position: top;
    background-attachment: fixed;
}

#load {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: 999;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #000;
}

h1 {
	font-size: 25px;
	font-weight: 500;
	line-height: 40px;
}

h1 a {
    text-transform: uppercase;
}

h2 {
	width: 100%;
	color: #bbb;
	border-bottom: 1px solid #676767;
	padding: 10px 0px 5px 0px;
	margin: 10px 0px;
	font-weight: 500;
}

a {
	color: #71caef;
	text-decoration: none;
}

a:hover {
	color: #FFF;
	text-decoration: underline;
}

p.tagline {
	font-size: 12px;
    color: #afafad;
    margin-bottom: 5px;
}

.header-bg {
	position: relative;
	top: 0px;
	width: 100%;
	height: 88px;
	display: flex;
    justify-content: center;
	background: rgb(41,43,40);
	background: linear-gradient(180deg, rgba(41,43,40,1) 0%, rgba(27,28,30,1) 50%, rgba(11,12,14,1) 100%);
	z-index: 2;
}

.header-bg img {
	padding-top: 4px;
}

.header-contain {
	display: flex;
	flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.nav-bg {
	position: relative;
	width: 100%;
	height: 28px;
	display: flex;
    justify-content: center;
	background: rgb(13,64,95);
	background: linear-gradient(180deg, rgba(13,64,95,1) 0%, rgba(4,39,61,1) 100%);
	border-bottom: 1px solid #436883;
	z-index: 2;
	overflow: hidden;
}

.nav {
	height: 100%;
	display: flex;
    flex-direction: row;
    align-items: center;
}

.nav li a {
	color: #FFF;
	font-weight: 600;
	text-decoration: none;
	padding: 6px 29px 7px 4px;
	border: 1px solid rgba(86, 160, 214, 0);
	transition: .2s;
}

.nav li a:hover {
	background: rgba(86, 160, 214, 0.3);
    border: 1px solid #436883;
    transition: .2s;
}

.full-contain {
	display: flex;
    justify-content: center;
}

.contain {
	width: 90%;
    max-width: 1200px;
    height: 100%;
}

.content:after {
	content: "";
    position: absolute;
    width: 101%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 100px, #000 450px);
    background-image: linear-gradient(top, rgba(0, 0, 0, 0) 100px, #000 450px);
    z-index: 1;
}

.content:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: linear-gradient(90deg, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0) 70%);
    z-index: 1;
}

.content * {
    z-index: 100;
}

.content {
	position: relative;
	width: 100%;
	//min-height: 900px;
	margin-top: 4px;
	padding-top: 1px;
	background-color: #000;
	//background-image: url(../img/test.jpg);
	background-repeat: no-repeat;
    background-position: top center;
	box-shadow: 0px 0px 30px #000;
	transition: background .2s;
	overflow: hidden;
}

.article-top {
	position: relative;
	margin-top: 30px;
    width: 45%;
    min-width: 500px;
    min-height: 55px;
    padding: 10px 15px;
    background: rgb(0,0,0);
    background: linear-gradient(90deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 70%, rgba(0,0,0,0) 100%);
    box-sizing: border-box
}

.article-nav {
	margin-top: 12px;
	display: flex;
}

.article-nav li {
	width: 30px;
    height: 30px;
    background: #000;
    border: 1px solid #71caef;
    color: #71caef;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 15px;
    transition: .2s;
}

.article-nav-active {
	color: #FFF !important;
	border-color: #FFF !important;
	cursor: pointer;
	transition: .2s;
}

.top-news {
	margin-left: 15px;
    margin-top: 40px;
    display: flex;
    flex-direction: row;
    font-size: 14px;
}

.top-news-text {
	line-height: 20px;
	margin-left: 15px;
}

.top-news-text p {
	font-size: 11px;
    color: #fffffe;
}

.wht-line {
	position: relative;
	width: 100%;
	height: 3px;
	margin-top: 10px;
	background: rgb(255,255,255);
	background: linear-gradient(90deg, rgba(255,255,255,0) 1%, rgba(255,255,255,0.2) 5%, rgba(255,255,255,0.2) 95%, rgba(255,255,255,0) 99%)
}

.wht-line-sm {
	position: relative;
	width: 100%;
	height: 3px;
	margin-top: 10px;
	background: rgb(255,255,255);
	background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.2) 20%, rgba(255,255,255,0.2) 80%, rgba(255,255,255,0) 100%)
}

.content-columns {
	display: flex;
    flex-direction: row;
}

.column-1 {
	width: 51%;
	padding: 15px;
	box-sizing: border-box;
}

.column-2 {
	width: 14%;
	min-width: 160px;
	padding: 15px 5px;
	box-sizing: border-box;
}

.column-3 {
	width: 35%;
	padding: 15px;
	box-sizing: border-box;
}

.news-header {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.news-header a:first-child {
	margin-right: auto;
}

.news-header a {
	font-size: 15px;
}

.news-header p {
	margin-right: 10px;
}

.news-header img {
	width: 16px;
	height: 16px;
	margin-left: 5px;
}

.news {
	margin-top: 20px;
}

.news-single {
	display: flex;
    flex-direction: row;
    margin-bottom: 16px;
}

.news-single-inner {
	margin-left: 10px;
}

.news-single-inner p:nth-child(2) {
	color: #bbb;
	margin-top: 5px;
}

.read-more {
	width: 73px;
	display: flex;
    flex-direction: row;
    align-items: center;
    font-weight: 600;
}

.btn {
	width: 170px;
	display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
	background: rgb(13,57,84);
    background: linear-gradient(180deg, rgba(13,57,84,1) 0%, rgba(4,20,30,1) 100%);
    border: 1px solid #3b5b73;
    border-radius: 2px;
    color: #71caef;
    font-size: 12px;
    line-height: 20px;
}

.btn:hover {
	background: rgb(13,56,83);
	background: linear-gradient(180deg, rgba(13,56,83,1) 0%, rgba(29,89,123,1) 100%);
	cursor: pointer;
}

.arrow {
	font-size: 12px !important;
}

.arrow-lg {
	font-size: 18px !important;
}

.search-form {
	display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 14px;
}

.search-input {
	width: 84%;
    margin-right: 5px;
	border: none;
    height: 21px;
}

.counter {
	display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 10px;
}

.counter p {
	font-size: 13px;
}

.tab {
	height: 57px;
    background-color: #000;
    background-position: top right;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.tab p {
	margin-top: 7px;
	font-size: 11px;
	color: #bbb;
}

.tab a {
	font-size: 15px;
	display: flex;
}

.tab a:hover {
	text-decoration: none;
}

.workatbungie-bg {
	background-image: url(../img/workbungie.jpg);
}

.darkness-bg {
	background-image: url(../img/tab-darkness.jpg);
}

.forsaken-bg {
	background-image: url(../img/forsaken.jpg);
}

.community-bg {
	background-image: url(../img/community.jpg);
}

.lower {
	position: relative;
	padding: 15px;
	padding-top: 25px;
	display: flex;
    flex-direction: row;
}

.prev {
	position: relative;
	width: 56px;
	height: 93px;
	background-image: url(../img/carousel-left.gif);
	background-color: #000;
}

.next {
	position: relative;
	width: 56px;
	height: 93px;
	background-image: url(../img/carousel-right.gif);
	background-color: #000;
}

.prev:hover, .next:hover {
	background-position: bottom center;
	cursor: pointer;
}

.lower img:hover {
	filter: brightness(125%);
	cursor: pointer;
}

.lower-carousel {
	width: calc(100% - 112px);
	width: -webkit-calc(100% - 112px);
}

.carousel-slide {
	display: flex !important;
    flex-direction: column;
    align-items: center;
}

.carousel-link {
	margin-top: 15px;
}

.slick-arrow.slick-hidden {
    display: block !important;
}

.slick-slide, .slick-slide *{ outline: none !important; }

.footer {
	position: relative;
	margin-top: 15px;
	background-color: #000;
	background-image: url(../img/footer-background.jpg);
	background-size: cover;
}

.copyright {
	display: flex;
    flex-direction: row;
    justify-content: space-between;
	padding: 20px 15px;
	font-size: 11px;
    color: #999;
}

#copyright {
	margin-right: auto;
}

.footer-nav {
	padding: 15px;
	border-top: 1px solid #2b2b2b;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
}

.footer-col {
	width: 14.66%;
	min-width: 115px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	color: #bbb;
	padding: 0px 1% 20px 1%;
}

.footer-col a {
	font-size: 10px;
	color: #777;
	text-decoration: none;
	padding: 2px 0px;
	font-weight: 600;
}

.footer-col p {
	padding: 2px 0px;
}

.footer-col a:hover {
	text-decoration: underline;
}

a.footer-cat {
	font-size: 14px;
	font-weight: 600;
	color: #71caef;
	margin-bottom: 3px;
}

a.footer-cat:hover {
	color: #FFF;
}

#mobile-menu {
	display: none;
	cursor: pointer;
}





.fs-13 {
	font-size: 13px;
}

.mt-7 {
	margin-top: 7px;
}

.mt-20 {
	margin-top: 20px;
}

.ml-13 {
	margin-left: 13px;
}





@media only screen  and (max-width : 902px) {
	.column-1 {
		width: 57%;
	}
    .column-2 {
        display: none;
    }
    .column-3 {
    	width: 43%;
    }
}

@media only screen  and (max-width : 700px) {
	h1 a {
		font-size: 21px;
		text-overflow: ellipsis;
    	white-space: nowrap;
    	display: block;
    	overflow: hidden;
	}
	.contain {
		width: 100%;
	}
	.content {
		margin-top: 1px;
		background-size: 373%;
	}
    .content-columns {
        flex-direction: column;
    }
    .column-1, .column-3 {
    	width: 100%;
    }
    .article-top {
    	width: 100%;
    	min-width: 100%;
    }
    .article-nav {
    	margin-top: 200px;
    }
    .header-contain {
    	margin: 0px 15px;
    }
    .nav {
    	flex-direction: column;
    }
    .nav-bg {
    	height: 192px;
    	display: none;
    }
    .nav li {
    	width: 100%;
    }
    .nav li a {
    	width: 100%;
    	height: 30px;
    	display: flex;
    	justify-content: center;
    	align-items: center;
    	padding: 0px;
    }
    .header-bg img {
    	width: 155px;
    }
    #mobile-menu {
    	display: initial;
    }
    .mobile-hide {
    	display: none;
    }
    .footer-nav {
    	justify-content: center;
    }
    .column-full {
    	width: 100% !important;
    }
}

@media only screen  and (max-width : 374px) {
	.content {
		background-size: auto;
	}
}

@media only screen  and (max-width : 325px) {
	.lower {
		display: none;
	}
}










p.article {
	font-size: 13px;
	line-height: 20px;
	color: #bbb;
	margin-top: 10px;
}

.column-full {
	width: 70%;
	padding: 15px;
	box-sizing: border-box;
}

.themes-bg {
	background-image: url(../img/septagon-rising.jpg);
}

.column-full img {
	padding: 20px 0px;
	max-width: 100%;
}