/*!
 * Web Core Default Theme
 * Copyright (c) 2016 - 2025
 * @author Gabriel Ferreira <gabrielhfe@gmail.com>
 */
 
/*!
 * Import
 */
@import url(https://fonts.googleapis.com/css?family=Cuprum:400,700);

/*!
 * Common
 */
body {
  background: #120e0d url(../images/bg.png);
  color: #a88a7c;
}

a {
  color: #d9c3b9;
}

a:hover {
  color: #a88a7c;
}

/*!
 * Navbar
 */
.navbar {
  border: none;
}

.navbar-default {
  font-family: 'Cuprum', sans-serif;
  color: #fbbd1b;
  font-size: 14px;
  text-transform: uppercase;
}

.navbar-default .navbar-brand, .navbar-default .navbar-brand:hover {
  color: #fbbd1b;
  padding-top: 17px;
  padding-bottom: 13px;
  min-width: 80px;
}

.navbar-default, .navbar-default .navbar-nav>.open>a {
  background: url(../images/nav.jpg) repeat-x;
}

.navbar-default .navbar-nav>li>a, .navbar-default .navbar-nav>li>a:focus {
  color: #fbbd1b;
}

.navbar-default .navbar-nav>li>a {
  padding-top: 17px;
  padding-bottom: 13px;
}

.navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
  color: #ffcf50;
}
.navbar-brand {
  margin-top: -9px;
}
.navbar-default .navbar-collapse {
  border-top: none;
}

/*!
 * Page Header
 */
.page-header {
  font-family: 'Cuprum', sans-serif;
  color: #eec877;
  border-bottom-color: #b18245;
  margin: 0;
  margin-bottom: 10px;
}

.page-header small {
  font-family: 'Cuprum', sans-serif;
  color: #b18245;
}

.page-header h1 {
  font-color: rgba(232,189,90,1);
  margin: 0;
}

.title-small {
  margin: 20px 0px;
}
/*!
 * Thumbnail
 */
.thumbnail {
  background-color: #241d1b;
  border-color: #3e3330;
}

.thumbnail .caption {
  color: #d9c3b9;
}

/*!
 * Table
 */
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
  background-color: #241d1b;
  border-color: #796256;
}

.table>thead>tr>td, .table>thead>tr>th {
  border-bottom: 0px;
}

.table-striped > tbody > tr:nth-child(2n+1) > td, .table-striped > tbody > tr:nth-child(2n+1) > th {
  background-color: #2B2422;
}

/*!
 * Breadcrumb
 */
.breadcrumb {
  background: #c0b8b3;
  font-family: 'Cuprum', sans-serif;
}

.breadcrumb li a {
  color: #352721;
  text-decoration: none;
}

.breadcrumb li a:hover {
  color: #54433b;
}

.breadcrumb .active {
  color: #6b625b;
}

.breadcrumb>li+li:before {
  color: #6b625b;
}

/*!
 * Button
 */
.btn, .btn.active:focus, .btn.active:hover, .btn:active.focus, .btn:active:focus, .btn:active:hover, .open>.dropdown-toggle.btn.focus, .open>.dropdown-toggle.btn:focus, .open>.dropdown-toggle.btn:hover, .btn.active, .btn:active, .open>.dropdown-toggle.btn{
  font-family: 'Cuprum', sans-serif;
  outline: none;
  border: none !important;
}

.btn-default, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover, .open>.dropdown-toggle.btn-default.focus, .open>.dropdown-toggle.btn-default:focus, .open>.dropdown-toggle.btn-default:hover, .btn-default.active, .btn-default:active, .open>.dropdown-toggle.btn-default,.btn-default:hover {
  color: #e5b535;
  background: rgba(74,55,48,1);
  background: -moz-linear-gradient(top, rgba(74,55,48,1) 0%, rgba(53,35,28,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(74,55,48,1)), color-stop(100%, rgba(53,35,28,1)));
  background: -webkit-linear-gradient(top, rgba(74,55,48,1) 0%, rgba(53,35,28,1) 100%);
  background: -o-linear-gradient(top, rgba(74,55,48,1) 0%, rgba(53,35,28,1) 100%);
  background: -ms-linear-gradient(top, rgba(74,55,48,1) 0%, rgba(53,35,28,1) 100%);
  background: linear-gradient(to bottom, rgba(74,55,48,1) 0%, rgba(53,35,28,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4a3730', endColorstr='#35231c', GradientType=0 );
}

.btn-default:hover {
  color: #e5b535;
  background: rgba(114,79,65,1);
  background: -moz-linear-gradient(top, rgba(114,79,65,1) 0%, rgba(77,48,35,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(114,79,65,1)), color-stop(100%, rgba(77,48,35,1)));
  background: -webkit-linear-gradient(top, rgba(114,79,65,1) 0%, rgba(77,48,35,1) 100%);
  background: -o-linear-gradient(top, rgba(114,79,65,1) 0%, rgba(77,48,35,1) 100%);
  background: -ms-linear-gradient(top, rgba(114,79,65,1) 0%, rgba(77,48,35,1) 100%);
  background: linear-gradient(to bottom, rgba(114,79,65,1) 0%, rgba(77,48,35,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#724f41', endColorstr='#4d3023', GradientType=0 );
}

.btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active{
  color: #e5b535;
}

.btn-primary, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus, .open>.dropdown-toggle.btn-primary:hover, .btn-primary.active, .btn-primary:active, .open>.dropdown-toggle.btn-primary,.btn-primary:hover {
  color: #e5b535;
  background: rgba(74,55,48,1);
  background: -moz-linear-gradient(top, rgba(74,55,48,1) 0%, rgba(53,35,28,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(74,55,48,1)), color-stop(100%, rgba(53,35,28,1)));
  background: -webkit-linear-gradient(top, rgba(74,55,48,1) 0%, rgba(53,35,28,1) 100%);
  background: -o-linear-gradient(top, rgba(74,55,48,1) 0%, rgba(53,35,28,1) 100%);
  background: -ms-linear-gradient(top, rgba(74,55,48,1) 0%, rgba(53,35,28,1) 100%);
  background: linear-gradient(to bottom, rgba(74,55,48,1) 0%, rgba(53,35,28,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4a3730', endColorstr='#35231c', GradientType=0 );
}

.btn-primary:hover {
  color: #e5b535;
  background: rgba(114,79,65,1);
  background: -moz-linear-gradient(top, rgba(114,79,65,1) 0%, rgba(77,48,35,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(114,79,65,1)), color-stop(100%, rgba(77,48,35,1)));
  background: -webkit-linear-gradient(top, rgba(114,79,65,1) 0%, rgba(77,48,35,1) 100%);
  background: -o-linear-gradient(top, rgba(114,79,65,1) 0%, rgba(77,48,35,1) 100%);
  background: -ms-linear-gradient(top, rgba(114,79,65,1) 0%, rgba(77,48,35,1) 100%);
  background: linear-gradient(to bottom, rgba(114,79,65,1) 0%, rgba(77,48,35,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#724f41', endColorstr='#4d3023', GradientType=0 );
}

.btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active{
  color: #e5b535;
}

.btn-danger, .btn-danger.active:focus, .btn-danger.active:hover, .btn-danger:active.focus, .btn-danger:active:focus, .btn-danger:active:hover, .open>.dropdown-toggle.btn-danger.focus, .open>.dropdown-toggle.btn-danger:focus, .open>.dropdown-toggle.btn-danger:hover, .btn-danger.active, .btn-danger:active, .open>.dropdown-toggle.btn-danger, .btn-danger:hover {
  color: #e5b535;
  background: rgba(170,64,63,1);
  background: -moz-linear-gradient(top, rgba(170,64,63,1) 0%, rgba(105,3,1,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(170,64,63,1)), color-stop(100%, rgba(105,3,1,1)));
  background: -webkit-linear-gradient(top, rgba(170,64,63,1) 0%, rgba(105,3,1,1) 100%);
  background: -o-linear-gradient(top, rgba(170,64,63,1) 0%, rgba(105,3,1,1) 100%);
  background: -ms-linear-gradient(top, rgba(170,64,63,1) 0%, rgba(105,3,1,1) 100%);
  background: linear-gradient(to bottom, rgba(170,64,63,1) 0%, rgba(105,3,1,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aa403f', endColorstr='#690301', GradientType=0 );
}

.btn-danger:hover {
  color: #e5b535;
  background: rgba(206,72,72,1);
  background: -moz-linear-gradient(top, rgba(206,72,72,1) 0%, rgba(168,7,4,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(206,72,72,1)), color-stop(100%, rgba(168,7,4,1)));
  background: -webkit-linear-gradient(top, rgba(206,72,72,1) 0%, rgba(168,7,4,1) 100%);
  background: -o-linear-gradient(top, rgba(206,72,72,1) 0%, rgba(168,7,4,1) 100%);
  background: -ms-linear-gradient(top, rgba(206,72,72,1) 0%, rgba(168,7,4,1) 100%);
  background: linear-gradient(to bottom, rgba(206,72,72,1) 0%, rgba(168,7,4,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ce4848', endColorstr='#a80704', GradientType=0 );
}

.btn-danger:focus, .btn-danger.focus, .btn-danger:active, .btn-danger.active{
  color: #e5b535;
}

.btn-warning, .btn-warning.active:focus, .btn-warning.active:hover, .btn-warning:active.focus, .btn-warning:active:focus, .btn-warning:active:hover, .open>.dropdown-toggle.btn-warning.focus, .open>.dropdown-toggle.btn-warning:focus, .open>.dropdown-toggle.btn-warning:hover, .btn-warning.active, .btn-warning:active, .open>.dropdown-toggle.btn-warning, .btn-warning:hover {
  color: #e5b535;
  background: rgba(124,65,30,1);
  background: -moz-linear-gradient(top, rgba(124,65,30,1) 0%, rgba(63,31,16,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(124,65,30,1)), color-stop(100%, rgba(63,31,16,1)));
  background: -webkit-linear-gradient(top, rgba(124,65,30,1) 0%, rgba(63,31,16,1) 100%);
  background: -o-linear-gradient(top, rgba(124,65,30,1) 0%, rgba(63,31,16,1) 100%);
  background: -ms-linear-gradient(top, rgba(124,65,30,1) 0%, rgba(63,31,16,1) 100%);
  background: linear-gradient(to bottom, rgba(124,65,30,1) 0%, rgba(63,31,16,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7c411e', endColorstr='#3f1f10', GradientType=0 );
}

.btn-warning:hover {
  color: #e5b535;
  background: rgba(179,88,35,1);
  background: -moz-linear-gradient(top, rgba(179,88,35,1) 0%, rgba(88,42,18,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(179,88,35,1)), color-stop(100%, rgba(88,42,18,1)));
  background: -webkit-linear-gradient(top, rgba(179,88,35,1) 0%, rgba(88,42,18,1) 100%);
  background: -o-linear-gradient(top, rgba(179,88,35,1) 0%, rgba(88,42,18,1) 100%);
  background: -ms-linear-gradient(top, rgba(179,88,35,1) 0%, rgba(88,42,18,1) 100%);
  background: linear-gradient(to bottom, rgba(179,88,35,1) 0%, rgba(88,42,18,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b35823', endColorstr='#582a12', GradientType=0 );
}

.btn-warning:focus, .btn-warning.focus, .btn-warning:active, .btn-warning.active{
  color: #e5b535;
}

.btn-info, .btn-info.active:focus, .btn-info.active:hover, .btn-info:active.focus, .btn-info:active:focus, .btn-info:active:hover, .open>.dropdown-toggle.btn-info.focus, .open>.dropdown-toggle.btn-info:focus, .open>.dropdown-toggle.btn-info:hover, .btn-info.active, .btn-info:active, .open>.dropdown-toggle.btn-info, .btn-info:hover {
  color: #e5b535;
  background: rgba(15,96,139,1);
  background: -moz-linear-gradient(top, rgba(15,96,139,1) 0%, rgba(1,52,81,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(15,96,139,1)), color-stop(100%, rgba(1,52,81,1)));
  background: -webkit-linear-gradient(top, rgba(15,96,139,1) 0%, rgba(1,52,81,1) 100%);
  background: -o-linear-gradient(top, rgba(15,96,139,1) 0%, rgba(1,52,81,1) 100%);
  background: -ms-linear-gradient(top, rgba(15,96,139,1) 0%, rgba(1,52,81,1) 100%);
  background: linear-gradient(to bottom, rgba(15,96,139,1) 0%, rgba(1,52,81,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f608b', endColorstr='#013451', GradientType=0 );
}

.btn-info:hover {
 color: #e5b535;
  background: rgba(17,128,188,1);
  background: -moz-linear-gradient(top, rgba(17,128,188,1) 0%, rgba(2,78,122,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(17,128,188,1)), color-stop(100%, rgba(2,78,122,1)));
  background: -webkit-linear-gradient(top, rgba(17,128,188,1) 0%, rgba(2,78,122,1) 100%);
  background: -o-linear-gradient(top, rgba(17,128,188,1) 0%, rgba(2,78,122,1) 100%);
  background: -ms-linear-gradient(top, rgba(17,128,188,1) 0%, rgba(2,78,122,1) 100%);
  background: linear-gradient(to bottom, rgba(17,128,188,1) 0%, rgba(2,78,122,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1180bc', endColorstr='#024e7a', GradientType=0 );
}

.btn-info:focus, .btn-info.focus, .btn-info:active, .btn-info.active{
  color: #e5b535;
}

.btn-success, .btn-success.active:focus, .btn-success.active:hover, .btn-success:active.focus, .btn-success:active:focus, .btn-success:active:hover, .open>.dropdown-toggle.btn-success.focus, .open>.dropdown-toggle.btn-success:focus, .open>.dropdown-toggle.btn-success:hover, .btn-success.active, .btn-success:active, .open>.dropdown-toggle.btn-success, .btn-success:hover {
  color: #e5b535;
  background: rgba(63,87,35,1);
  background: -moz-linear-gradient(top, rgba(63,87,35,1) 0%, rgba(27,49,2,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(63,87,35,1)), color-stop(100%, rgba(27,49,2,1)));
  background: -webkit-linear-gradient(top, rgba(63,87,35,1) 0%, rgba(27,49,2,1) 100%);
  background: -o-linear-gradient(top, rgba(63,87,35,1) 0%, rgba(27,49,2,1) 100%);
  background: -ms-linear-gradient(top, rgba(63,87,35,1) 0%, rgba(27,49,2,1) 100%);
  background: linear-gradient(to bottom, rgba(63,87,35,1) 0%, rgba(27,49,2,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3f5723', endColorstr='#1b3102', GradientType=0 );
}

.btn-success:hover {
  color: #e5b535;
  background: rgba(27,51,1,1);
  background: rgba(86,126,41,1);
  background: -moz-linear-gradient(top, rgba(86,126,41,1) 0%, rgba(36,65,2,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(86,126,41,1)), color-stop(100%, rgba(36,65,2,1)));
  background: -webkit-linear-gradient(top, rgba(86,126,41,1) 0%, rgba(36,65,2,1) 100%);
  background: -o-linear-gradient(top, rgba(86,126,41,1) 0%, rgba(36,65,2,1) 100%);
  background: -ms-linear-gradient(top, rgba(86,126,41,1) 0%, rgba(36,65,2,1) 100%);
  background: linear-gradient(to bottom, rgba(86,126,41,1) 0%, rgba(36,65,2,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#567e29', endColorstr='#244102', GradientType=0 );
}

.btn-success:focus, .btn-success.focus, .btn-success:active, .btn-success.active{
  color: #e5d6cf;
}

/*!
 * Nav Tabs
 */
.nav-tabs {
  height: auto;
  line-height: 25px;
  padding-bottom: 2px;
  border-bottom: 1px solid #b18245;
}

.nav-tabs li {
  font-family: 'Cuprum', sans-serif;
}

.nav-tabs>li>a:hover{
  background: #39312d;
  color: #dcd5d0;
}

.nav-tabs>li>a, .nav-tabs>li>a:focus, .nav-tabs>li>a:hover {
  padding-top: 6px;
  padding-bottom: 4px;
  color: #977c71;
  border: none;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
  font-family: 'Cuprum', sans-serif;
  outline: none;
  background: url(../images/nav.jpg);
  padding-top: 6px;
  padding-bottom: 4px;
  color: #eec877;
  border: none;
}

.tab-pane {
  padding: 10px;
}
/*!
 * Panel 
 */
.panel {
  border-color: #3e3330;
}

.panel-default>.panel-heading {
  font-family: 'Cuprum', sans-serif;
  background: url(../images/nav.jpg) #241d1b;
  border-color: #3e3330;
  padding: 3px 15px 0px 15px;
  line-height: 30px;
  text-transform: uppercase;
}

.panel-default>.panel-heading h3 {
  font-size: 15px;
  line-height: 40px;
}

.panel-default .page-title {
  font-family: 'Cuprum', sans-serif;
  color: #eec877;
  font-size: 22px;
  line-height: 20px;
  padding-bottom: 13px;
  border-bottom: 1px solid #eec877; 
  cursor: default;
}

.panel-title {
  color: #e5b535;
  cursor: default;
}

.panel-default>.panel-body {
  background: #241d1b;
  color: #d9c3b9;
  font-size: 12px;
}

.panel-progress-bar {
  height: 12px;
  margin-bottom: 0px;
  background: #251a14;
  border: #3e3330 1px solid;
}

.panel-progress-bar .progress-bar {
  background: #3e3330;
}
/*!
 * Modal
 */
.modal-content {
  background-color: #241d1b;
}

.modal-header {
  border-bottom-color: #3e3330;
}

.modal-footer {
  border-top-color: #3e3330;
}
/*!
 * List Group
 */
a.list-group-item:focus, button.list-group-item:focus, a.list-group-item, button.list-group-item {
  background-color: #332a28 !important;
  border: #503c33 1px solid;
  color: #d9c3b9;
}

a.list-group-item:hover, button.list-group-item:hover {
  background-color: #453a38 !important;
  color: #d9c3b9;
}

/*!
 * Form
 */
.form-control,.input-group-addon {
  background: #251a14;
  border: #503c33 1px solid;
  color: #d9c3b9;
  font-family: 'Cuprum', sans-serif;
}

input[readonly].form-control, input[disabled].form-control {
  background: #2B2422;
}

.form-control.form-transparent {
  background: none;
}

/*!
 * Header
 */
.header {
  width: 100%;
  background: url(../images/header.jpg);
  background-size: cover;
  background-position: top center;
}

@media (max-width: 737px) {
  .header {
    display: none;
  }
}

@media (min-width: 738px) {
  .header {
    height: 470px;
    width: 100%;
    background: url(../images/header.jpg);
    background-size: cover;
    background-position: top center;
    margin-top: -60px;
  }
  .container-after-header {
    margin-top: -140px;
  }
}

@media (min-width: 1350px) {
  .header {
    height: 660px;
    width: 100%;
    background: url(../images/header.jpg);
    background-size: cover;
    background-position: top center;
    margin-top: -100px;
  }
  .container-after-header {
    margin-top: -180px;
  }
}

@media (min-width: 1500px) {
  .header {
    height: 700px;
    width: 100%;
    background: url(../images/header.jpg);
    background-size: cover;
    background-position: top center;
    margin-top: -100px;
  }
  .container-after-header {
    margin-top: -180px;
  }
}

/*!
 * Content
 */
.content-box {
  background: #241d1b;
  color: #d9c3b9;
  font-size: 12px;
  padding: 15px;
  border: 1px solid #3e3330;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
  box-shadow: 0 1px 1px rgba(0,0,0,.05);
}

.content-box h3 {
  font-family: 'Cuprum', sans-serif;
  color: #e5b535;
  cursor: default;
}

.content-box h4 {
  font-family: 'Cuprum', sans-serif;
  color: #e5b535;
  cursor: default;
}

.content-box .panel-heading {
  background: #251a14;
  color: #d9c3b9;
  font-size: 14px;
  text-transform: none;
  font-weight: normal;
  line-height: 35px;
}

.content-box hr {
  margin-top: 5px;
}

.content-box input[type=checkbox], .content-box input[type=radio] {
  margin: 2px 0px 0px -20px;
}

/*!
 * Panel Listing
 */
ul.panel-listing {
  list-style: none;
  width: 100%;
  text-align: left;
  margin: 0;
  padding: 0;
}

ul.panel-listing li{
  width: 100%;
  padding: 5px 0px;
  text-align: left;
  border-bottom: 1px solid #3e3330;
  font-family: 'Cuprum', sans-serif;
  color: #b18245;
  font-size: 13px;
  cursor: default;
}

ul.panel-listing a{
  cursor: pointer;
}

ul.panel-listing span{
  color: #d9c3b9;
}

ul.panel-listing li:last-child{
  border-bottom: none;
}

/*!
 * Dropdown
 */
.dropdown ul, .dropdown-menu {
  background: #46332c;
  color: #dcc4ba;
}

.dropdown ul li a:hover, .dropdown-menu li a:hover {
  background: #7a6158;
  color: #e5d6cf;
}

.dropdown ul li a, .dropdown-menu li a {
  font-family: 'Cuprum', sans-serif;
  color: #dcc4ba;
}

.dropdown ul .divider, .dropdown-menu .divider {
  background: #6f5a51;
}

/*!
 * Fixes
 */
* {
  outline:none !important;
}

hr {
  height: 0; 
  border: 0; 
  border-top: 1px solid #a88a7c; 
}

h3 {
  margin-top:0;
}

.navbar {
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  border-radius: 0px !important;
}

.checkbox {
  font-weight: 100;
}

.subnav-item {
  min-width: 100px;
  margin-bottom: 5px;
}

.carousel, .slide, .carousel-inner>.item>a>img, .carousel-inner>.item>img, a.left.carousel-control, a.right.carousel-control {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.carousel-control.left, .carousel-control.right {
  background: none;
}

/*!
 * Extra
 */
.margin-top-bottom-x10 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.margin-top-bottom-x15 {
  margin-top: 15px;
  margin-bottom: 15px;
}

.margin-top-x15 {
  margin-top: 15px;
}

.margin-bottom-x15 {
  margin-bottom: 15px;
}

.margin-top-x10 {
  margin-top: 10px;
}

.margin-bottom-x10 {
  margin-bottom: 10px;
}

.to-uppercase {
  text-transform: uppercase;
}

.to-bold {
  font-weight: bold;
} 

.context.neutral {
  background:#32231c;
  border: 1px solid #6a544a;
  padding: 15px;
}

.input-file {
  position: relative;
}
.input-file .input-group-addon {
  border: 0px;
  padding: 0px;
}

.input-file .input-group-addon .btn {
  border-radius: 0px 4px 4px 0px;
}

.input-file .input-group-addon input {
  cursor: pointer;
  position:absolute;
  width: 72px;
  z-index:2;
  top:0;
  right:0;
  filter: alpha(opacity=0);
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity:0;
  background-color:transparent;
  color:transparent;
}

.pagination>li>a, .pagination>li>span {
  color: #777;
}

.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
  color: #777;
  background-color: #1A1513;
  border-color: #3e3330;
}

.pagination-sm>li>a, .pagination-sm>li>span {
  background: #241d1b;
  border-color: #3e3330;
  margin-bottom: 5px;
}

.pagination>.disabled>a, .pagination>.disabled>a:focus, .pagination>.disabled>a:hover, .pagination>.disabled>span, .pagination>.disabled>span:focus, .pagination>.disabled>span:hover {
  background-color: #3e3330;
  border-color: #3e3330;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
  color: #777;
  background-color: #1A1513;
  border-color: #3e3330;
}

/*!
 * Character Profile
 */
#CharacterEquipmentWrapper {
  width: 294px;
  height: 223px;
  background: url(../images/item/equipment.jpg);
  overflow: hidden;
}

#CharacterEquipmentWrapper .tooltip.in {
  opacity: 0.985 !important;
}

#CharacterEquipmentWrapper .tooltip-inner {
  white-space:pre;
  max-width:none;
}

#EquipmentLeftWeapon {
  width: 50px;
  height: 76px;
  top: 71px;
  left: 28px;
  position: absolute;
}

#EquipmentRightWeapon {
  width: 50px;
  height: 76px;
  top: 71px;
  left: 247px;
  position: absolute;
}

#EquipmentHelm {
  width: 50px;
  height: 50px;
  top: 9px;
  left: 138px;
  position: absolute;
}

#EquipmentArmor {
  width: 50px;
  height: 76px;
  top: 71px;
  left: 138px;
  position: absolute;
}

#EquipmentPants {
  width: 50px;
  height: 50px;
  top: 159px;
  left: 138px;
  position: absolute;
}

#EquipmentGloves {
  width: 50px;
  height: 50px;
  top: 159px;
  left: 28px;
  position: absolute;
}

#EquipmentBoots {
  width: 50px;
  height: 52px;
  top: 159px;
  left: 247px;
  position: absolute;
}

#EquipmentWing {
  width: 87px;
  height: 50px;
  top: 9px;
  left: 210px;
  position: absolute;
}

#EquipmentGuardian {
  width: 50px;
  height: 50px;
  top: 9px;
  left: 28px;
  position: absolute;
}

#EquipmentPendant {
  width: 31px;
  height: 31px;
  top: 28px;
  left: 92px;
  position: absolute;
}

#EquipmentLeftRing {
  width: 31px;
  height: 31px;
  top: 178px;
  left: 92px;
  position: absolute;
}

#EquipmentRightRing {
  width: 31px;
  height: 31px;
  top: 178px;
  left: 202px;
  position: absolute;
}

.EquipmentBackground {
  background: #0F0;
  cursor: pointer;
}

.EquipmentTooltipWrapper {
  padding: 5px 0;
  overflow: hidden;
  display: block;
}