/* background setup */
.body-bg {
  background-repeat:no-repeat;
  background-position:50% 160px;
  background-position:50% 50%\9 !important;      /* ie8- graceful degradation */
  background-image:url('../images/body-bg5.jpg');
  background-attachment: scroll;
}


body {
  background-color: rgb(0, 0, 0);
}

p {
  font-family: 'Open Sans', sans-serif;
  color: #cccccc;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Lora', serif;
  color: #ffffff;
}

h1 span, h2 span, h3 span, h4 span, h5 span, h5 span {
  font-size: 75%;
}

a {
  color: #f08d3e;
  text-decoration: none;
}

a:hover {
  color: #fdae6f;
  text-decoration: none;
}

.row {
  margin-bottom: 20px;
}

.row .row {
  margin-top: 10px;
  margin-bottom: 0;
}

/*
[class*="col-"] {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #eee;
  background-color: rgba(86,61,124,.15);
  border: 1px solid #ddd;
  border: 1px solid rgba(86,61,124,.2);
}
*/

hr {
  margin-top: 40px;
  margin-bottom: 40px;
}

.logo {
  margin-left: auto;
  margin-right: auto;
  width:283px;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857;
    vertical-align: top;
    border-top: 1px solid #000;
}


.table-striped > tbody > tr:nth-of-type(2n-2) {
    background-color: #180002;
}

.table-striped > tbody > tr:nth-of-type(2n-1) {
    background-color: #000;
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #000;
    border: 1px solid #560003;
    border-radius: 4px;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05) inset;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    color: #F08D3E;
    vertical-align: middle;
    background-color: #220001;
    border: 1px solid #1E1E1E;
    border-radius: 4px;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}

.btn-exile {
    color: #FFF;
    background-color: #220001;
    border-color: #1E1E1E;
}


.btn-exile:hover, .btn-exile:focus, .btn-exile:active, .btn-exile.active, .open .dropdown-toggle.btn-exile {
    color: #FFF;
    background-color: #000000;
    border-color: #1E1E1E;
}


/******************* NAVIGATION ****************************/

.navbar {
  margin-bottom: 0px;
  background-color: rgb(0, 0, 0);
  border-color: rgb(0, 0, 0);
  background-image: url("../images/nav-bg.jpg");
  background-repeat: no-repeat;
  min-height: 56px;
  color: #cccccc;
  font-family: 'Lora', serif;
  font-size: 16px;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: #555;
    color: #e39455;
    background-color: transparent;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #e39455;
    background-color: transparent;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    color: #e39455;
    background-color: transparent;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0px;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0px;
    margin: 2px 0px 0px;
    font-size: 14px;
    text-align: left;
    list-style: outside none none;
    background-color: #000;
    background-clip: padding-box;
    border: 1px solid rgba(33, 33, 33, 1.0);
    border-radius: 4px;
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.176);
}

.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857;
    color: #777;
    white-space: nowrap;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color: #e39455;
    text-decoration: none;
    background-color: #000;
}


/******************* MODAL ****************************/
.modal-body {
    position: relative;
    padding: 15px;
    background-color: #2A0304;
}

.modal-content {
    position: relative;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    outline: 0px none;
    box-shadow: 0px 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    background-color: rgb(42, 3, 4);
}

.modal-dialog {
    right: auto;
    left: auto;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
    margin: 30px auto;
    max-width: 600px;
}

.modal-header {
    min-height: 16.4286px;
    padding: 15px;
    border-bottom: 1px solid #222222;
    background-color: #0e0e0e;
}

.close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-shadow: 0px 1px 0px #FFF;
    opacity: 0.4;
}

.close:hover {
    color:#fff;
}

.modal-footer {
    padding: 19px 20px 20px;
    margin-top: 15px;
    text-align: right;
    border-top: 1px solid #222222;
    background-color: #0e0e0e;
}


/******************* HEADER ****************************/

.exile-header {
  background-image: url("../images/header-bg.jpg");
  min-height: 160px;
}


/******************* FOOTER ****************************/

.fc-logo {
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
}

.exile-footer {
  background-image: url("../images/footer-bg.jpg");
  min-height: 227px;
  background-repeat: no-repeat;
}

.exile-footer-terms {
  text-align: center;
  margin-top: 40px;
  font-size:11px;
  line-height: 200%;
}

.exile-footer-socials {
  margin-top: 50px;
  text-align: center;
}

.exile-footer-newsletter {
  margin-top: 45px;
  text-align: center;
}


/******************* NEWS ******************************/

.news-container {
  position: relative;
  opacity: 0.7;
  cursor: pointer;
  overflow: hidden;
  margin-bottom: 30px;
  -webkit-transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out;
  -moz-transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out;
  -ms-transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out;
  -o-transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out;
  transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out;
}

.news-container:hover {
	opacity: 1.0;
}


.news-info {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 50%;
	background-color: rgba(0,0,0,0.8);
	padding: 10px;
}

.stories-container {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}

.stories-bottom {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 50%;
  background-color: rgba(0,0,0,0.8);
  padding: 10px;
  scrollbar-face-color: #eee;
  scrollbar-highlight-color: #fff;
  scrollbar-3dlight-color: #ccc;
  scrollbar-darkshadow-color: #fff;
  scrollbar-shadow-color: #aaa;
  scrollbar-arrow-color: #000000;
  scrollbar-track-color: #eee;
}

.stories-top {
  position: absolute;
  top: 0;
  width: 100%;
  height: 50%;
  background-color: rgba(0,0,0,0.8);
  padding: 10px;
}

.news-description {
	margin-top: 10px;
	margin-bottom: 10px;
	color: #fff;
	font-size: 12px;
}

.news-article {
	line-height: 1.8;
}

.recent-news {
	padding: 20px 0 20px 20px;
	border-top: 1px dashed #1a1a1a;
}


/******************* SOCIALS ****************************/

.social-facebook {
  width: 32px;
  height: 32px;
  display: inline-block;
  background: transparent url('../images/social-facebook.png') center top no-repeat;
}

.social-facebook:hover {
  background-image: url('../images/social-facebook-hover.png');
}

.social-twitter {
  width: 32px;
  height: 32px;
  display: inline-block;
  background: transparent url('../images/social-twitter.png') center top no-repeat;
}

.social-twitter:hover {
  background-image: url('../images/social-twitter-hover.png');
}

.social-google {
  width: 32px;
  height: 32px;
  display: inline-block;
  background: transparent url('../images/social-google.png') center top no-repeat;
}

.social-google:hover {
  background-image: url('../images/social-google-hover.png');
}

.social-youtube {
  width: 32px;
  height: 32px;
  display: inline-block;
  background: transparent url('../images/social-youtube.png') center top no-repeat;
}

.social-youtube:hover {
  background-image: url('../images/social-youtube-hover.png');
}

.social-reddit {
  width: 32px;
  height: 32px;
  display: inline-block;
  background: transparent url('../images/social-reddit.png') center top no-repeat;
}

.social-reddit:hover {
  background-image: url('../images/social-reddit-hover.png');
}

.social-ello {
  width: 32px;
  height: 32px;
  display: inline-block;
  background: transparent url('../images/social-ello.png') center top no-repeat;
}

.social-ello:hover {
  background-image: url('../images/social-ello-hover.png');
}


/******************* PRESS ****************************/

.media-coverage {
	padding: 20px 0 20px 20px;
	border-bottom: 1px dashed #1a1a1a;
}


/******************* MEDIA ****************************/

.gallery-container {
  position: relative;
  opacity: 0.7;
  cursor: pointer;
  overflow: hidden;
  margin-bottom: 30px;
  -webkit-transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out;
  -moz-transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out;
  -ms-transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out;
  -o-transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out;
  transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out;
}

.gallery-container:hover {
	opacity: 1.0;
}

.image-container {
  position: relative;
  opacity: 0.7;
  cursor: pointer;
  overflow: hidden;
  margin-bottom: 30px;
  -webkit-transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out;
  -moz-transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out;
  -ms-transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out;
  -o-transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out;
  transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out;
}

.image-container:hover {
	opacity: 1.0;
}


/******************** FAQ *****************************/

.faq-container {
  position: relative;
  opacity: 0.7;
  cursor: pointer;
  overflow: hidden;
  margin-bottom: 30px;
  -webkit-transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out;
  -moz-transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out;
  -ms-transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out;
  -o-transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out;
  transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out;
}

.faq-container:hover {
  opacity: 1.0;
}

.faq-info {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 30%;
  background-color: rgba(0,0,0,0.8);
  padding: 10px;
  text-align: center;
}

.faq-article {
  line-height: 1.8;
}

.faq-article h4 {
  margin-top: 25px;
}

.faq-article ol {
  counter-reset: li;
}

.faq-article ol li {
  position: relative;
  list-style-type: none;
}

/* Style the before element how you want, the important bits here are the content element and counter-increment */
.faq-article ol li:before {
  /*
  position: absolute; left: -30px; top: -5px;
  font-family: 'Lora', serif;
  color: #fff;
  color: #e39455;
  font-size: 18px;
  content: counter(li);
  counter-increment: li;
  */
}


/******************* LORE ****************************/

.lore-link {
	padding: 0px 0 0px 20px;
}


/******************** TABS *****************************/

.nav-tabs {
    border-bottom: 1px solid rgb(20, 20, 20);
}

.nav-tabs {
    border-bottom: 1px solid rgb(20, 20, 20);
}


.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    background-color: rgb(20, 20, 20);
    cursor: default;
    color: rgb(255, 255, 255);
    border-color: transparent;
    /*
    ------color: #555;
    ------border-width: 1px;
    ------border-style: solid;
    ------border-color: #DDD #DDD transparent;
    ------ -moz-border-top-colors: none;
    ------ -moz-border-right-colors: none;
    ------ -moz-border-bottom-colors: none;
    ------ -moz-border-left-colors: none;
    ------border-image: none;
    */
}
.nav-tabs > li > a:hover {
    color: rgb(255, 255, 255);
    border-color: rgb(20, 20, 20);
    background-color: rgb(20, 20, 20);
}
.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    /* background-color: #EEE; */
}
.nav-tabs > li > a {
    line-height: 1.42857;
    border-radius: 4px 4px 0px 0px;
    margin-right: 2px;
    border: 1px solid transparent;
}

.tab-body {
  line-height: 1.8;
}





.nav-tabs > li, .nav-pills > li {
    float:none;
    display:inline-block;
    *display:inline; /* ie7 fix */
     zoom:1; /* hasLayout ie7 trigger */
}

.nav-tabs, .nav-pills {
    text-align:center;
}