@font-face {
  font-family: 'Goudy Trajan Bold';
  src: url('../fonts/GoudyTrajan-Bold.otf');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Goudy Trajan Medium';
  src: url('../fonts/GoudyTrajan-Medium.otf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Goudy Trajan Regular';
  src: url('../fonts/GoudyTrajan-Regular.otf');
  font-weight: normal;
  font-style: normal;
}
html {
  width: 100%;
  height: 100%;
}
body {
  width: 100%;
  height: 100%;
  background-color: #262626;
  color: #fff;
  font-family: 'Goudy Trajan Regular', sans-serif;
  font-variant: small-caps;
}
table {
  background-color: transparent;
}
a {
  text-decoration: underline;
  cursor: pointer;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover {
  text-decoration: none;
}

hr {
  color: #fff;
}
strong {
  font-family: 'Goudy Trajan Bold', 'Helvetica Neue', Helvetica, Arial,
    sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Goudy Trajan Bold', 'Helvetica Neue', Helvetica, Arial,
    sans-serif;
  text-transform: uppercase;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
  color: #dddddd;
  text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.3);
}
.uppercase {
  text-transform: uppercase;
}

.well {
  background: rgba(0, 0, 0, 0.76);
  border: 4px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  box-shadow: none;
}
.well-sm {
  padding: 5px;
}

.jumbotron {
  padding: 10px;
}
.alert {
  border-radius: 0;
}
input,
textarea {
  color: #fff;
}
.alert-sm {
  margin: 10px 0;
  padding: 5px;
}

.top-bar {
  height: 50px;
  background: #181717;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 2;
  font-family: 'Goudy Trajan Bold', 'Helvetica Neue', Helvetica, Arial,
    sans-serif;
}
.top-bar ul {
  list-style: none;
  text-transform: uppercase;
}
.top-bar .nav > li {
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.top-bar .nav > li:after {
  content: '';
  height: 34px;
  width: 1px;
  background: #fff;
  position: absolute;
  right: 0;
  top: 8px;
}
.top-bar .nav > li:last-child:after {
  display: none;
}
.top-bar .nav > li > a {
  display: block;
  height: 50px;
  line-height: 50px;
  padding: 0 30px;
  font-size: 23px;
  text-decoration: none;
  cursor: pointer;
}
.top-bar .sub-nav {
  position: absolute;
  left: -2px;
  width: 100%;
  top: 50px;
  background: rgba(0, 0, 0, 0.76);
  border: 4px solid rgba(147, 147, 147, 0.2);
  border-top: none;
  padding: 5px 0 2px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.top-bar .nav li:hover .sub-nav {
  opacity: 1;
  visibility: visible;
}
.top-bar .sub-nav li {
  position: relative;
}
.top-bar .sub-nav li:after {
  content: '';
  width: calc(100% - 20px);
  position: absolute;
  bottom: -1px;
  height: 1px;
  left: 10px;
  background: #fff;
}
.top-bar .sub-nav li:last-child:after {
  display: none;
}
.top-bar .sub-nav a {
  display: block;
  text-decoration: none;
  padding: 7px 0;
  text-shadow: 0 0 5px rgba(0, 0, 0, 1);
}
.top-bar a:hover {
  text-decoration: underline !important;
}

.nav-tabs {
  border: 0;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  background: transparent;
  border: 0;
  color: #fff;
  text-shadow: 0 0 5px rgba(0, 0, 0, 1);
  text-decoration: underline;
  cursor: default;
}
.nav-tabs > li > a:hover {
  text-decoration: underline;
}
.nav-tabs > li > a:hover,
.nav-tabs > li > a {
  background: transparent;
  margin-right: 2px;
  border: 0;
}
.page-header {
  padding: 0;
  margin: 10px 0 0;
  border: 0;
  text-align: center;
  font-size: 21px;
}

.tab-content {
  padding: 10px 0 0 0;
}

.btn {
  background: rgba(10, 10, 10, 0.8);
  border: 4px solid rgba(37, 37, 37, 1);
  color: #fff;
  border-radius: 0;
  text-shadow: 0 0 5px rgba(0, 0, 0, 1);
  text-decoration: none;
}
.btn.active,
.btn:hover {
  background: rgba(0, 128, 192 0.8);
  border: 4px solid rgba(37, 37, 37, 5);
}

.btn-success {
  background: rgba(0, 192, 0, 0.95);
  border: 4px solid rgba(0, 192, 0, 0.2);
}
.btn-success.active,
.btn-success:hover {
  background: rgba(0, 192, 0, 0.76);
  border: 4px solid rgba(0, 192, 0, 0.2);
}

.btn-primary {
  background: rgba(0, 128, 192, 0.95);
  border: 4px solid rgba(4, 128, 128, 0.2);
}
.btn-primary.active,
.btn-primary:hover {
  background: rgba(0, 128, 192, 0.76);
  border: 4px solid rgba(4, 128, 128, 0.2);
}

.btn-danger {
  background: rgba(0, 74, 103, 0.95);
  border: 4px solid rgba(4, 128, 128, 0.2);
}
.btn-danger.active,
.btn-danger:hover {
  background: rgba(0, 74, 103, 0.76);
  border: 4px solid rgba(4, 128, 128, 0.2);
}

.btn-warning {
  background: rgba(255, 128, 0, 0.95);
  border: 4px solid rgba(255, 128, 0, 0.2);
}
.btn-warning.active,
.btn-warning:hover {
  background: rgba(255, 128, 0, 0.76);
  border: 4px solid rgba(255, 132, 9, 0.2);
}
.btn-link,
.btn-link:hover {
  border-color: transparent;
  background: transparent;
}
.input-group {
  z-index: 0;
}
.input-group .form-control,
.input-group-addon {
  border-radius: 0;
}
.form-control {
  background-color: #fffdd9;
  border-radius: 0;
}
input.form-control {
  height: 38px;
}
.input-group-btn button {
  height: 38px;
  padding-top: 6px;
}
input[type='checkbox'] {
  background-color: #fffdd9;
  border-radius: 0;
}
.space-2 {
  height: 2px;
}
.space-3 {
  height: 3px;
}
.space-4 {
  height: 4px;
}
.space-5 {
  height: 5px;
}
.space-6 {
  height: 6px;
}
.space-7 {
  height: 7px;
}
.space-8 {
  height: 8px;
}
.space-9 {
  height: 9px;
}
.space-10 {
  height: 10px;
}
.space-11 {
  height: 11px;
}
.space-12 {
  height: 12px;
}
.space-13 {
  height: 13px;
}
.space-14 {
  height: 14px;
}
.space-15 {
  height: 15px;
}
.space-16 {
  height: 16px;
}
.space-17 {
  height: 17px;
}
.space-18 {
  height: 18px;
}
.space-19 {
  height: 19px;
}
.space-20 {
  height: 20px;
}
.space-30 {
  height: 30px;
}
.space-45 {
  height: 45px;
}

.inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.inputfile + label {
  max-width: 80%;
  font-size: 1.25rem;
  /* 20px */
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  padding: 0.625rem 1.25rem;
  /* 10px 20px */
}

.no-js .inputfile + label {
  display: none;
}

input[type='file'].inputfile {
  display: block;
}

.inputfile:focus + label,
.inputfile.has-focus + label {
  outline: 1px dotted #000;
  outline: -webkit-focus-ring-color auto 5px;
}

.inputfile + label * {
  /* pointer-events: none; */
  /* in case of FastClick lib use */
}

.inputfile + label svg {
  width: 1em;
  height: 1em;
  vertical-align: middle;
  fill: currentColor;
  margin-top: -0.25em;
  /* 4px */
  margin-right: 0.25em;
  /* 4px */
}

.inputfile-screenshots + label {
  color: #fffdd9;
}

.inputfile-screenshots:focus + label,
.inputfile-screenshots.has-focus + label,
.inputfile-screenshots + label:hover {
  color: #f5f5f5;
}

/* Preload images */
body:after {
  content: url(../images/cp/lb/close.png) url(../images/cp/lb/loading.gif)
    url(../images/cp/lb/prev.png) url(../images/cp/lb/next.png);
  display: none;
}

body.lb-disable-scrolling {
  overflow: hidden;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  border-radius: 3px;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  background-color: white;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
}

.lb-outerContainer:after {
  content: '';
  display: table;
  clear: both;
}

.lb-container {
  padding: 4px;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../images/cp/lb/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev,
.lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../images/cp/lb/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../images/cp/lb/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: '';
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../images/cp/lb/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
