@font-face {
    font-family: 'HelveticaNeueCE55Roman';
    src: url('/assets/fonts/HelveticaNeueCE55Roman.eot');
    src: url('/assets/fonts/HelveticaNeueCE55Roman.eot') format('embedded-opentype'),
         url('/assets/fonts/HelveticaNeueCE55Roman.woff2') format('woff2'),
         url('/assets/fonts/HelveticaNeueCE55Roman.woff') format('woff'),
         url('/assets/fonts/HelveticaNeueCE55Roman.ttf') format('truetype'),
         url('/assets/fonts/HelveticaNeueCE55Roman.svg#HelveticaNeueCE55Roman') format('svg');
}
@font-face {
    font-family: 'Diavlo_LIGHT_II_37';
    src: url('/assets/fonts/Diavlo_LIGHT_II_37.eot');
    src: url('/assets/fonts/Diavlo_LIGHT_II_37.eot') format('embedded-opentype'),
         url('/assets/fonts/Diavlo_LIGHT_II_37.woff2') format('woff2'),
         url('/assets/fonts/Diavlo_LIGHT_II_37.woff') format('woff'),
         url('/assets/fonts/Diavlo_LIGHT_II_37.ttf') format('truetype'),
         url('/assets/fonts/Diavlo_LIGHT_II_37.svg#Diavlo_LIGHT_II_37') format('svg');
}
@font-face {
    font-family: 'DIABLO_L';
    src: url('/assets/fonts/DIABLO_L.eot');
    src: url('/assets/fonts/DIABLO_L.eot') format('embedded-opentype'),
         url('/assets/fonts/DIABLO_L.woff2') format('woff2'),
         url('/assets/fonts/DIABLO_L.woff') format('woff'),
         url('/assets/fonts/DIABLO_L.ttf') format('truetype'),
         url('/assets/fonts/DIABLO_L.svg#DIABLO_L') format('svg');
}

/* RESETS */
	body {
		background-color: #000;
		color: #bbb;
	}
	.bg-inverse {
		background-color: #000 !important;
	}
	p {
	    font-size: 14px;
	    line-height: 16px;
	}
	a:hover {
		text-decoration: none;
	}
	h4 {
	    font-size: 1rem;
	}
	a {
		color: #EC9138
	}
	@media (min-width: 992px)
	{
		.navbar-toggleable-md .navbar-nav .nav-link {
		    padding-right: .2rem;
		    padding-left: .2rem;
		}
	}
/* END OF RESETS */

	@media (max-width: 720px)
	{
		nav {
		    margin-bottom: 20px;
		}
		nav li a {
			width: 80%;
		}
	}



#main_header img {
	width: 100%;
}
.navbar-nav {
	font-family: 'DIABLO_L';
	padding: 0 10px;
    font-size: 24px;
    line-height: 23px;
}
.navbar-inverse .navbar-nav .nav-link {
	color: #EC9138;
	font-size: 20px;
}


#freetrailer .container{
	background-image: url('/assets/images/__bg-img.jpg');
	background-color: #000;
	background-size: cover;
	height: 600px;
	
	background-size: contain;
	background-repeat: no-repeat;
}
#freetrailer .frame {
	border: 6px solid black;
    background-color: black;
}
#freetrailer p {
	font-family: 'DIABLO_L';
    font-size: 18px;
    line-height: 30px;
    
    text-align: center;
}
#freetrailer p span{
	color: #fbeac2;
	font-weight: 900;
}


.hVideoC {
	
	
}

#promo1 {
	background-image: url('/assets/images/promo1_bg.png');
	background-size: contain;
	background-repeat: no-repeat;
    background-position: center; 
	height: 600px;
}
#promo1, #promo2, #promo3, #promo4 {
	text-align: center;
}

h1.promo {
	font-family: 'DIABLO_L';
	color: #FBEAC2;	
	padding-top: 56px;
	
}
h1.promo span{
	color: #EC9138;
	font-weight: 900;
}
h2.promo {
	font-family: 'DIABLO_L';
	color: #fff;
    font-size: 23px;	
}
#promo3 h1 {
	font-size: 60px;
}

#promo3 img {
    width: 100%;
    height: auto;
    border: 6px solid #76482e;
}


.bd-footer {
    padding: 4rem 0;
    margin-top: 4rem;
    font-size: 85%;
    text-align: center;
    background-color: #000;
}
.bd-footer-links {
    padding-left: 0;

    margin-bottom: 1rem;
    
    text-align: left;
}
.bd-footer-links li {
    display: inline-block;
    padding-right: 10px;
}
.bd-footer p {
    margin-bottom: 0;
}
.bd-footer a {
	color: #ec9138;
}


h1.header {
	font-family: 'DIABLO_L';
    color: #fbeac2;
    padding-top: 10px;
	margin-top: 5px;
    margin-bottom: 20px;
}

.character {
	text-align: center;
	margin-bottom: 20px;
}
.character img { 
	max-width: 100%;
}
.character h2, .artifact h2 {
	font-size: 15px;
    padding-top: 10px;
    color: #fff;
}
.character ul {
	font-size: 12px;
}
.character .name {
	color: #fff;
}

#model h1{
	font-family: 'DIABLO_L';
    color: #fbeac2;

}
#model .attributes {
	font-size: 14px;
	line-height: 18px;
}
h3{
	font-family: 'DIABLO_L';
	font-size: 2rem;
}

.gallery h2 {
	color: #fff;
	font-size: 1rem;
	
	margin-top: 8px;
	
}
.gallery img {
	width: 100%;
}
.gallery p, .gallery a{
	font-size: 0.7rem;
}

#gallery h1 {
	font-family: 'DIABLO_L';
    color: #fbeac2;
    margin-top: 5px;
    margin-bottom: 10px;
}
#gallery p.metadata {
	font-size: 14px;
	line-height: 18px;
}
#gallery .col-md-2 {
	margin-bottom: 10px;
}

#join {
	background-image:url('/assets/images/joinpage-bg-2.png');
	background-repeat: no-repeat;
}
#join h3 {
    font-size: 1.4rem;
    padding-bottom: 23px;

    color: #EC9138;
    font-weight: 900;
}
#join ul {
	list-style-type: lower-greek;
    line-height: 16px;

}
#join li {
	padding-bottom: 10px;
    color: #fff;
}

#join h1.promo, #join h2.promo {
	text-align: center;
}
.btn-join {
    font-family: 'DIABLO_L';
    color: #fff;
    font-size: 23px;
	width: 100%;
	background-color: #543D24;
	border: 0;
	margin-bottom: 10px;
	padding: 14px;
}
.btn-join:hover {
	background-color: #543D24;
}
.btn-join i {
	font-size: 18px;
	padding-right: 10px;
	border-right: 1px solid rgba(255, 255, 255, 0.2);	
}
#legal .badge{
	font-weight: 100;
    padding: 5px;
}
#calendar h5 {
	line-height: 10px;
}
#calendar .year {
	margin-bottom: 10px;
}
#calendar a { 
    margin-left: 10px;
    font-size: 14px;
}
.nodisk {
 	list-style-type: none;	
}
.nopadding {
	padding: 0;
}
.navbar-inverse .navbar-nav .nav-link.blue , a.blue{
	color: #00aeff;
}

a.gold { #EC9138; }
a.gold:hover, a.blue:hover, a:hover { color: rgba(255,255,255,.75); }
.navbar-inverse .navbar-nav .nav-link.active.blue {
	color: #fff;
}

#artifacts img { width: 100%; }
#artifact .main {
	width: 100%;
}

#news #entries {
	color: #fff;
}

#order {
	float: right;
	font-size: 16px;
	padding-top: 16px;
}
#order a.active {
	    text-decoration: underline;
}

ul.pagination li {
	padding: 6px;
}
ul.pagination li.active a {
	color: #7d4207;
}


.freepreview {
    position: absolute;
    padding: 1px 5px;
    top: 5px;
    right: 20px;
    border-radius: 2px;
    background-color: #e89138;
    font-size: 10px;
    color: #fff;
}
.tab-content {
	margin-bottom: 50px;
}
.nav-tabs {
	border-bottom: 0;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active, .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
	border-color: transparent;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
	background-color: transparent;
	color: #fff;
}




#join p.quote {
    line-height: 17px;
    margin-top: 20px;
    margin-bottom: 26px;
}
#join .period {
    font-size: 18px;
    font-weight: 800;
    text-transform: uppercase;
}
#join .btn-join {
    padding: 15px 0px;
    color: #fff;
    font-size: 26px;
}
#join .period {
    color: #333;
}
#join .plan {
    border: 1px solid #777;
    padding: 12px;
    background-color: #f4f4f4;
    border-radius: 3px;
    margin-bottom: 8px;
}
#join .plan .rebill {
    font-size: 11px;
    color: #5f5f5f;
}
#join .plan .currency {
    font-size: 28px;
    font-weight: 200;
}
#join .plan .dollar {
    font-size: 28px;
    font-weight: 800;
}
#join .plan .cent {}
.plan .radio {
    margin-top: 12px;
}
#join .price {
	color: #543d24;
}
#fp-hlsjs {
	background-size: cover;
}


.fancybox-caption {
    border-top: 0 !important;
}

.content_count {
    position: relative;
    opacity: 0.6;

    
}
.portfolio-item figure:hover .content_count {
    opacity: 1;
}
.content_count .videolenght {
	padding-left:10px;
	padding-right:10px;
	position: absolute;
    right: 7px;
    top: -30px;
    
    font-size: 12px;
    background-color: #00aeff;
    border-radius: 3px;
    
    color: #000;
    
	line-height: 21px;
}

.tab-pane.active, .tab-pane a.active {
	color: #fff;
}

#entries::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px;
}
#entries::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(255,255,255,.5);
    -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
}
#entries  {
    overflow-y: scroll;
    height:360px;
}

#about {
    color: #ec9138;
}
#about p {
	font-size: 16px;
    line-height: 22px;
}

#warning {
	color: #fff;

}
#warning .warning-text {
	font-size: 16px;

	line-height: 24px;

}
#warning .btn {
	font-family: 'DIABLO_L';
}
#warning .btn-primary {
	background-color: #ec9038;
	border-color: #ec9038;
}


.bg-image {
  /* The image used */
  background-image: url("/assets/preview/image.php?src=/assets/images/models/athena_c2.JPG&w=300&h=800");

  /* Add the blur effect */
  filter: blur(8px);
  -webkit-filter: blur(8px);

  /* Full height */
  height: 90%;

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

