body {
	background: #000000;
	color: #ffffff;
}

a {
	color: #ffffff;
}

a:hover {
	color: #fac800;
}

a:link, a:visited {
	text-decoration: none;
}

#header-nav::-webkit-scrollbar {
	display: none;
}

#header-nav {
	padding-left: 0px;
	padding-right:0px;
    overflow-x: auto;
    overflow-y: hidden;
    -ms-overflow-style: none;
    -webkit-overflow-scrolling: touch;
	overflow: -moz-scrollbars-none;
    white-space: nowrap;
}

#banner-carousel {
	border-top: 2px solid #757575;
	border-bottom: 2px solid #757575;
}

#nav-container {
	display: flex;
}

#nav-content {
	display: flex;
	flex-basis: 100%;
	flex-grow: 1;
	align-items: center;
}

#outer-container {
	max-width: 845px;
	margin: 0 auto;
	background: #191919;
}

#inner-container {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	max-width: 845px;
	margin: 0 auto;
	padding-left: 20px;
	padding-right: 20px;
}

#cc-img {
	width: 173px;
	height: 60px;
}

#copyright-container {
	max-width: 845px;
	margin: 0 auto;
	background: #000000;
	font-size: 12px;
	text-align: center;
}

#nav-content ul.navbar-nav  {
	margin: 0 auto;
}
#nav-content .navbar-nav .nav-item  a.nav-link {
	color: #ffffff;
	font-weight: 500;
}

#nav-content .navbar-nav .nav-item.active  a.nav-link {
	color: #fac800;
}

#nav-indicator-left {
	margin-left: 15px;
	opacity: 0.5;
}

#nav-indicator-right {
	margin-right: 15px;
	opacity: 0.5;
}

#nav-content .navbar-nav .nav-item  a.nav-link:hover {
	color: #fac800;
}

#blog {
	border: 0;
	width: 230px;
}

#fb-link:hover {
	color: #ffffff;
}

#fb-logo {
	width: 45px;
	height: 45px;
	margin-right: 5px;
}

#fb-text {
	font-weight: bold;
}

#current-price {
	width: 250px;
	height: 200px;
}

#footer {
	color: #fac800;
	font-weight: bold;
	margin-top: 30px;
	background-image: url(../images/banner_background01.jpg);
}

#footer-description {
	padding-top: 12px;
}

#footer-description p a {
	text-decoration: underline;
}

.header-img {
	width: 100%;
}

.bold {
	font-weight: bold;
}

.bordered {
	border-radius: 10px;
}

.indicator {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	padding: 0;
	border: 0;
}
		
.indicator:focus {
	outline: 0;
}

.indicator:hover {
	cursor: pointer;
}

.invisible {
	visibility: hidden;
	opacity: 0;
}

.fade-in {
	visibility: visible;
	opacity: 1;
	transition: visibility 0s linear 0s, opacity 300ms;
}

.indicator-icon {
	width: 15px;
	height: 15px;
	fill: #bbb;
}

.header-text {
	color: #fac800;
	font-weight: bold;
	font-size: 18px;
}
			
.left {
	display: inline-block;
	float: none;
	text-align: left;
	width: 100%;
}
			
.centered {
	display: inline-block;
	float: none;
	text-align: center;
	width: 100%;
}
			
.row-margin {
	margin-top: 15px;
}
			
.player {
	border: 2px solid #757575;
}

.main-img {
	width: 100%;
	border-top: 2px solid #757575;
	border-bottom: 2px solid #757575;
}

.related-img {
	width: 300px;
	height: 300px;
}

.related-carousel {
	max-width: 300px;
}

.related-content-container {
	display: block;
	margin-bottom: 50px;
}

.carousel-fade {
	.carousel-inner {
		.item {
            transition-property: opacity;
        }
        
        .item, .active.left, .active.right {
			opacity: 0;
        }

        .active, .next.left, .prev.right {
			opacity: 1;
        }

        .next, .prev, .active.left, .active.right {
			left: 0;
            transform: translate3d(0, 0, 0);
        }
    }

    .carousel-control {
        z-index: 2;
    }
}

@media only screen and (min-width: 735px) {
	#nav-indicator-left {
		display: none;
	}
	
	#nav-indicator-right {
		display: none;
	}	
}

@media only screen and (max-width: 600px) {
	.min-600-px {
		display: none;
	}
}

@media only screen and (min-width: 601px) {
	.max-600-px {
		display: none;
	}
}

@media only screen and (min-width: 993px) {
	.hide-lg-device {
		display: none;
	}
}

@media only screen and (max-width: 992px) {
	.hide-md-device {
		display: none;
	}
}