body {
	background: url('/images/background.png') #252525 no-repeat;
	background-attachment: fixed;
	background-size: cover;
	font-family: 'Open Sans', sans-serif;
	color: #ffffff;
	margin: 0;
	padding: 0;
	font-size: 14px;
}
a {
	color: rgb(218, 218, 218);
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
hr {
	background-color: #C4C4C4;
	height: 2px;
	border: none;
}
input, textarea {
	background-color: rgba(223, 223, 223, 0.25);
	color: white;
}
label input[type=checkbox]
{
	width: auto;
}
.ms-search input[type=text]
{
	color: black;
}

.left {
	float:left;
}
.right {
	float:right;
}
.clear {
	clear:both;
}

.container {
	max-width: 1180px;
	width: 90%;
	margin: 0 auto;
}
#logo {
	color: white;
}
#slogan {
	font-size: 14px;
	margin-left: 80px;
	margin-top: -5px;
}
@media screen and (max-width: 830px) {
	#slogan {
		font-size: 12px;
	}
}
#header {
	margin-top: 15px;
}
#logo-title {
	font-size: 36px;
	margin-top: 31px;
}
#top-nav {
	margin-top: 17px;
	text-align:right;
}
@media screen and (max-width: 830px) {
	#logo-title {
		font-size: 28px;
	}
	#top-nav {
		margin-bottom: 15px;
		text-align: center;
	}
}
@media screen and (max-width: 375px) {
	#logo-title {
		display:none;
	}
	#top-nav {
		margin-bottom: 10px;
	}
}

.top-nav-link {
	padding: 7px;
}
.top-nav-link:hover {
	padding: 7px;
	background-color: rgba(158, 158, 158, 0.25);
	cursor: pointer;
}
#content {
	max-width: 1180px;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	background-color: rgba(129, 129, 129, 0.5);
}
#left-col {
	width: 70%;
	float: left;
}
@media screen and (max-width: 1186px) {
	#left-col {
		width: 69%;
	}
}
@media screen and (max-width: 1102px) {
	#left-col {
		width: 66%;
	}
}
@media screen and (max-width: 986px) {
	#left-col {
		width: 100%;
	}
}
#welcome {
	background-color: rgba(28, 164, 252, 0.5);
	padding: 10px;
}
#welcome .header-text {
	float: left;
	margin-top: -3px;
}
.news {
	background-color: rgba(52, 52, 52, 0.5);
	margin-top: 1%;
	padding: 10px;
	position: relative;
}
.news img {
	display: block;
	width: 90%;
	height:auto;
	margin-left: auto;
	margin-right: auto;
}
.news-image {
	background-size: cover;
	width: 140px;
	height: 140px;
	float:left;
	background-color: rgba(108, 108, 108, 0.50);
}
@media screen and (max-width: 1102px) {
	.news-image {
		background-position: center;
		height: 160px;
	}
}
@media screen and (max-width: 375px) {
	.news-image {
		display:none;
	}
}
.read-more {
	position: absolute;
	bottom: 7px;
}
@media screen and (max-width: 512px) {
	.read-more{
		display:none;
	}
}
.news-content-section {
	margin-left: 150px;
}
@media screen and (max-width: 375px) {
	.news-content-section {
		margin-left: 0px;
	}
}
.right-content {
	background-color: rgba(52, 52, 52, 0.7);
	padding: 10px;
	margin-bottom: 10px;
}
.header-text {
	font-size: 18px;
	color: orange;
}
.header-text-15 {
	font-size: 15px;
	color: orange;
}
.header-text-14 {
	font-size: 14px;
	color: orange;
}
.text-12
{
	font-size: 12px;
}
.date-text {
	float:right;
	font-size: 14px;
}
#right-col {
	width: 29%;
	float: right;
}
@media screen and (max-width: 1186px) {
	#right-col {
		width: 30%;
	}
}
@media screen and (max-width: 1102px) {
	#right-col {
		width: 33%;
	}
}
@media screen and (max-width: 986px) {
	#right-col {
		margin-top:10px;
		text-align:center;
		width: 100%;
	}
}
#footer {
	width: 90%;
	margin: 1% 5%;
	text-align: center;
	font-size: 8px;
}

.newsSwitch {
	cursor: pointer;
	background-color: rgba(0, 62, 104, 0.5);
	padding: 3px;
	margin-right: 2px;
}
.newsSwitch:hover {
	background-color: rgba(0, 62, 104, 0.8);
}

input[type=button], input[type=submit] {
	padding: 5px;
	font-size: 14px;
	border: 0;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
} input {
	padding: 5px;
	font-size: 14px;
	border: 0;

    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
}
@media screen and (max-width: 430px) {
	input[type=button], input[type=submit] {
		font-size: 12px;
	} input {
		font-size: 12px;
	}
}
.error {
	color: red;
	text-align:center;
	margin-bottom: 10px;
}
.notification {
	color: orange;
}
.login-module {
	margin-top:20px;
}
@media screen and (max-width: 375px) {
.login-module {
	display:none;
}
}
.login-info-text {
	margin-bottom: 10px;
}
.login-text {
	display:inline-block;
	width: 20%;
	margin-bottom: 10px;
}
#welcome-module {
	background-color: rgba(45, 98, 39, 0.7);
	padding: 10px;
	max-width: 1180px;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	position:relative;
}
#error-module {
	background-color: rgba(144, 85, 85, 0.7);
	padding: 10px;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	position: relative;
	text-align: center;
}
.close-button {
	position: absolute;
	right: 6px;
	top: 4px;
	font-size: 16px;
	color: gray;
	font-family: sans-serif;
	font-weight: bold;
	cursor: pointer;
}
.profile {
	float:left;
}
.profile-actions {
	float:left;
	margin-left: 8px;
}

/* Downloads Section */

.downloads-title {
	background-color: rgba(139, 139, 139, 0.28);
	padding: 10px;
}
.downloads-title-2 {
	background-color: rgba(139, 139, 139, 0.28);
	padding: 10px;
	margin-top: 10px;
}
#downloads-slider {
	background-color: rgba(139, 139, 139, 0.28);
	margin-bottom: 10px;
}
.download-button {
	background-color: rgba(100, 255, 47, 0.5);
	text-align: center;
	padding: 10px;
	cursor: pointer;
	color: white;
}
.download-button-small {
	background-color: rgba(100, 255, 47, 0.5);
	text-align: center;
	padding: 3px;
	cursor: pointer;
	color: white;
}
.sort-button {
	background-color: rgba(100, 255, 47, 0.5);
	padding: 5px;
	margin: 2px 0px;
	cursor: pointer;
	color: white;
	display: inline-block;
}
.button-half {
	width: 45%;
}
.download-button-alt {
	background-color: rgba(80, 190, 65, 0.5);
	text-align: center;
	padding: 5px;
	font-size: 12px;
	cursor: pointer;
	color: white;
	margin-top: 5px;
}
.download-button-slideshow {
	margin-right: 23px;
	margin-top: -7px;
}
.download-button-alt:hover {
	background-color: rgba(80, 190, 65, 0.75);
}
.download-button:hover {
	background-color: rgba(100, 255, 47, 0.75);
}
#downloads-slider .slider-item {
	height: 380px;
	width: 100%;
}
#home-slider {
	margin-bottom: 10px;
}
#home-slider .slider-item {
	height: 320px;
	width: 100%;
}
.slider-item img {
	width: 100%;
	position: absolute;
}
.depend {
	font-size: 16px;
}
.overtext {
	position: absolute;
	bottom: -5px;
	background-color: rgba(0, 0, 0, 0.5);
	padding: 15px;
	width: 100%;
}
.tag {
	background-color: rgba(0, 62, 104, 0.5);
	padding: 3px;
	margin-right: 2px;
}
/* create downloads */

.create-download-text {
	display: inline-block;
	width: 14%;
	margin-top: 8px;
	margin-bottom: 8px;

}
.downloads-title input, .downloads-title-2 input {
	padding: 5px;
	font-size: 14px;
	border: 0;
	width: 84%;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
}

.downloads-title-2 select {
	padding: 5px;
	font-size: 14px;
	border: 0;
}

.downloads-title-2 textarea {
	margin-top: 8px;
	margin-bottom: 8px;
	padding: 5px;
	font-size: 14px;
	border: 0;
	width: 100%;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
}

#create-file-submit input, #create-file-submit button {
	background-color: rgba(100, 255, 47, 0.5);
	text-align: center;
	padding: 10px;
	cursor: pointer;
	color: white;
	width: 100%;
	font-size: 16px;
	border: 0;
}

.upload-button {
	background-color: rgba(255, 47, 47, 0.5);
}

#image-uploader img{
	max-width: 100%;
	height: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

/* Download Entries Style */

.entry-container {
	width:calc(100% / 2);
	float:left;
	margin-bottom: 4px;
}
@media screen and (max-width: 700px) {
	.entry-container {
		width:calc(100% / 1);
	}
}
.entry-container .container-style{
	margin: 3px;
	background-color: rgba(55, 55, 55, 0.7);
}
.entry-container .container-style .padder{
	padding: 8px;
	position:relative;
}
.entry-container .container-style .padder .preview-img{
	width:80px;
	height: 80px;
	background-color: rgba(144, 144, 144, 0.7);
	background-size:cover;
	float:left;
}
.entry-container .container-style .padder .desc {
	margin-left: 90px;
}
.entry-container .container-style .padder .more-info {
	margin-top: 0px;
}

.asset-container {
	width: 100%;
	float:left;
}

/* Gallery Containers */

.gallery-container {
	width:calc(100% / 4);
	float:left;
}

.gallery-image-size{
	width: 100%;
	height: 200px;
	overflow: hidden;
}

.download-buttons {
	position: absolute;
	float: right;
	right: 8px;
}
.download-featured-box {
	width: 203px;
	height: 230px;
	display: inline-block;
	background-color: #cecece;
}

#download-entries {
	text-align: center;
}

/* Stars */
.star {
	cursor: pointer;
}

/* Comments */
.comment {
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 10px;
	background-color: rgba(60, 60, 60, 0.85);
}
.add-comment
{
	text-align:right;
}
.avatar-section {
	margin-bottom:10px;
}

/* Owl Controls */

.owl-controls {
}
.owl-buttons {
	display:none;
}

/* Fancy */
.left {
	float:left;
}
.right {
	float:right;
}
.bottom-10 {
	margin-bottom: 10px;
}
.logged-in-message {
	margin-top: 39px;
	margin-bottom: 35px;
	text-align: right;
}
.right-align{
	text-align: right;
}
.center-align {
	text-align:center;
}
.fat-title {
	background-color: rgba(139, 139, 139, 0.28);
	padding: 10px;
	margin-bottom:10px;
}
@media screen and (max-width: 1186px) {
	.fat-title {
		padding: 0px;
	}
}
.spacer {
	margin-top:5px;
	margin-bottom: 5px;
}
.padder {
	padding-top:20px;
	padding-bottom:20px;
}

/* facebook hacks */
.facebook-ad {
	background-color: white;
}

#fb-root {
  display: none;
}

#station-generator input{
	width: 100%;
	margin-bottom: 10px;
}
#station-generator label{
	display:block;
	margin-bottom: 2px;
}

#output {
  background-color: rgba(66, 66, 66, 0.85);
  padding: 10px;
}

.margin-left-10 {
	margin-left: 10px;
}

/* To fill the container and nothing else */

.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] {
  width: 100% !important;
}