/*
 * Bootstrap Styles
 */

/*
#854212
#623a1e

#a46c46
#945c36
*/

* {
	outline: 0 none !important;

    border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;

    box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
}

html,
body {
    height: 100%;
    background-color: #f8f8f8;
}

a {
    color: #a46c46;
}

a:hover, a:focus {
    color: #945c36;
}

ul, ol {
    padding-left: 15px;
}

ul.unstyled, ol.unstyled {
    list-style-type: none;
    padding-left: 0;
}

#wrapper {
    position: relative;
    min-height: 100%;
    height: auto;
    /*padding: 61px 0 51px 0;*/
    padding: 0 0 51px 0;
    background-color: #fff;
}

#header {
    position: relative;
}

#footer {
    position: absolute;
    bottom: 0;
    width: 100%;
}

#content {
    padding: 15px 0;
}

.navbar-static-bottom {
	border-width: 1px 0 0 0;
	margin: 20px 0 0 0;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}

a.dropdown-toggle {
	cursor: pointer;
}

#header .navbar, #footer .navbar {
    margin: 0;
}

#header .navbar-brand {
	padding: 5px 15px;
	height: auto;
}

#header .navbar-brand > img {
    margin-right: 10px;
}

#header .navbar-toggle {
    margin-bottom: 13px;
    margin-top: 13px;
}

#header .navbar-nav > li > a {
	line-height: 30px;
}

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

#footer .navbar-default .navbar-nav > li > a:hover, #footer .navbar-default .navbar-nav > li > a:focus {
    background: none;
    color: #777;
}

.navbar-default .navbar-nav > .active > a {
    background-color: #a46c46;
    color: #fff;
}

.navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    background-color: #945c36;
    color: #fff;
}

.dropdown-menu > li > a {
    color: #777;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    background-color: #f5f5f5;
    color: #333;
}

.dropdown-menu > .active > a {
    background-color: #a46c46;
    color: #fff;
}

.dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    background-color: #945c36;
    color: #fff;
}

h4, .h4 {
    margin-top: 20px;
}

.page-header {
    margin: 0 0 20px 0;
    padding: 0;
    border-bottom-width: 0;
}

.page-header h1 {
    margin-bottom: 10px;
    margin-top: 0;
}

.breadcrumb {
    padding: 0;
    background: none;
    margin-bottom: 10px;
}

.breadcrumb > li + li:before {
    content: "»";
    padding: 0;
    color: #777;
}

.breadcrumb > li {
    color: #777;
}

.btn-default {
    background-color: #f5f5f5;
}

.btn-primary {
    background-color: #a46c46;
    border-color: #945c36;
    color: #fff;
}

.btn-primary:focus, .btn-primary:hover, .btn-primary:active, .btn-primary.active {
    background-color: #945c36;
    border-color: #945c36;
    color: #fff;
}

.panel-heading h1, .panel-heading h2, .panel-heading h3, .panel-heading h4, .panel-heading h5, .panel-heading h6 {
    margin: 0;
}

@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        background-color: #e7e7e7;
        color: #333;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > .active > a {
        background-color: #a46c46;
        color: #fff;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
        background-color: #945c36;
        color: #fff;
    }

    ul:not(.breadcrumb) li a {
        line-height: 30px;
    }

    ul.breadcrumb li:not(:first-child) span {
        padding-left: 5px;
    }

    ul.breadcrumb li:not(:last-child) span {
        padding-right: 5px;
    }
}



/*
 * Custom Styles
 */

.panel.item {
    margin-bottom: 30px;
}

.panel.item .details {
    margin-right: 15px;
    margin-bottom: 15px;
}

.category .panel.item .details {
    margin-bottom: 5px;
}

.panel.item .details .title {
    margin: 0 0 5px 0;
}

.panel.item .details:last-child {
    margin-right: 0;
}

.category .panel.item .details:last-child {
    margin-bottom: 0;
}

.panel.item .img-thumbnail {
    width: 143px;
    height: 110px;
    line-height: 96px;
    text-align: center;
    background: #f8f8f8;
}

.gallery .panel.item .img-thumbnail {
    margin-right: 8px;
    margin-bottom: 8px;
}

.panel.item .img-thumbnail .img-responsive {
    display: inline-block;
}

.panel.item .actions .btn {
    margin-top: 5px;
    margin-right: 5px;
}

.panel.item .actions {
    margin-top: 3px;
}

.panel.item .actions .btn {
    width: 143px;
}

.category .panel.item .actions .btn {
    width: 70px;
    margin-top: 5px;
    margin-right: 5px;
}

.category .panel.item .actions .btn:first-child {
    width: 50px;
}

.panel.item .actions .btn:last-child {
    margin-right: 0;
}

.panel.item .detail > span:first-child {
    display: inline-block;
    width: 55px;
}

.maintenance {
    text-align: center;
    font-size: 30px;
}

.no-margin {
    margin: 0 !important;
}

.no-margin-top {
    margin-top: 0 !important;
}

.form-group.is-required input, .form-group.is-required select, .form-group.is-required textarea,
input.is-required, select.is-required, textarea.is-required {
	border-left-width: 3px;
}

.jq-grid {
    border: 1px solid #ddd;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    overflow: hidden;
}

.jq-grid table {
    margin: 0;
}

.jq-grid table.table-bordered {
    border: 0 none;
}

.jq-grid .jq-grid-sortable {
    cursor: pointer !important;
    padding-right: 23px !important;
}

.jq-grid .jq-grid-sortable:hover {
  background-color: #f5f5f5;
}

.jq-grid .jq-grid-sortable .glyphicon {
    font-size: 10px;
    float: right;
    margin: 0 -17px 0 0;
    top: 6px;
}

.jq-grid thead tr th {
    border-bottom-width: 1px;
}

.jq-grid thead tr:first-child th {
    border-top-width: 0;
}

.jq-grid thead tr:last-child th {
    border-bottom-width: 2px;
}

.jq-grid thead tr th:first-child {
    border-left-width: 0;
}

.jq-grid thead tr th:last-child {
    border-right-width: 0;
}

.jq-grid tbody tr:first-child td {
    border-top-width: 0;
}

.jq-grid tbody tr:last-child td {
    border-bottom-width: 0;
}

.jq-grid tbody tr td:first-child {
    border-left-width: 0;
}

.jq-grid tbody tr td:last-child {
    border-right-width: 0;
}

.jq-grid tfoot tr td {
    border-top-width: 1px;
    padding: 0;
    font-size: 0;
    text-align: center;
}

.jq-grid tfoot tr:first-child td {
    border-top-width: 2px;
}

.jq-grid tfoot tr:last-child td {
    border-bottom-width: 0;
}

.jq-grid tfoot tr td:first-child {
    border-left-width: 0;
}

.jq-grid tfoot tr td:last-child {
    border-right-width: 0;
}

.jq-grid .jq-grid-head,
.jq-grid .jq-grid-value,
.jq-grid .jq-grid-actions {
    white-space: nowrap;
}

.jq-grid .jq-grid-actions {
    width: 1px;
}

.jq-grid .jq-grid-action {
    display: block;
    height: 20px;
    line-height: 18px;
    float: left;
    margin: 1px 0 0 5px;
    padding: 0 3px;
    color: #a46c46;
}

.jq-grid .jq-grid-action.glyphicon {
    width: 20px;
    padding: 0;
    margin: 0;
    font-size: 12px;
    vertical-align: baseline;
    float: none;
    display: inline-block;
}

.jq-grid .jq-grid-action:first-child {
    margin-left: 0;
}

.jq-grid .jq-grid-filter form {
    margin: 0;
}
/*
.jq-grid .jq-grid-filter th {
    padding: 0;
}

.jq-grid .jq-grid-filter form input {
    border: 0 none;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}
*/
ul.pagination li {
    cursor: pointer;
}

ul.pagination li.disabled,
ul.pagination li.disabled a, ul.pagination li.disabled a:hover, ul.pagination li.disabled a:focus,
ul.pagination li.active {
    cursor: default;
}

.jq-grid ul.pagination {
    display: inline-block;
    text-align: center;
    margin: 0;
    font-size: 14px;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}

.jq-grid ul.pagination li {
    display: inline;
    float: none;
}

.jq-grid ul.pagination li a {
    border-top-width: 0;
    border-bottom-width: 0;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}

.jq-grid ul.pagination.pull-left li:first-child a {
    border-left-width: 0;
}

.jq-grid ul.pagination.pull-right li a {
    border-right-width: 0;
}

.jq-form .jq-form-table {
	width: 100%;
}

.jq-form .jq-form-table tr td {
    padding: 3px;
}

.jq-form .jq-form-table tr.has-error td,
.jq-form .has-error input,
.jq-form .has-error select,
.jq-form .has-error textarea {
    color: #A94442;
}

.jq-form input[type="text"],
.jq-form input[type="password"],
.jq-form input[type="file"],
.jq-form select,
.jq-form textarea {
    width: 300px !important;
}

.jq-form button.submit {
    margin-top: 10px;
}

.jq-form .jq-form-table .jq-form-label {
	vertical-align: top;
	padding-top: 10px;
	width: 1px;
	white-space: nowrap;
}

.jq-form .jq-form-table textarea.form-control {
	width: 100% !important;
}

.jq-form .jq-form-table select[multiple].form-control {
	height: 96px;
}

.jq-form .jq-form-table input[type="checkbox"] {
	display: inline-block;
	vertical-align: middle;
	padding: 0;
	margin: 0;
}

.jq-form .jq-form-table .jq-checkbox-label {
	margin: 0;
	padding: 0;
	font-weight: normal;
	height: 34px;
	line-height: 30px;
}

.jq-form .jq-form-table .jq-checkbox-label span {
	vertical-align: middle;
}

.jq-form .jq-form-table .jq-form-error {
	vertical-align: middle;
}

.jq-form .jq-form-table .jq-form-image {
	display: block;
	width: auto;
	height: auto;
	max-width: 300px;
	max-height: 200px;
}

.jq-form .jq-form-table .jq-form-link {
	display: inline-block;
	margin-top: 6px;
}

.panel.video .panel-body {
    padding: 0;
}

.player.video {
    display: block;
    width: 100%;
    height: 100%;
}

.form-control:focus {
    border-color: #a46c46;
}

.pagination > li > a,
.pagination > li > span {
    color: #a46c46;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    color: #945c36;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    background-color: #a46c46;
    border-color: #945c36;
}

#cookie-consent {
    position: fixed;
    top: 61px;
    width: 100%;
    z-index: 1000;
}

#cookie-consent .navbar-nav a  {
    background: transparent;
}

#cookie-confirm {
    margin-top: 14px;
}

.donate {
	padding: 17px 15px;
}

.donate form {
	height: 26px;
}

.donate-right {
	padding-right: 0px;
}

.donate-right-padding {
	padding-right: 15px;
}

.donate-right-maintenance {
	padding-right: 0px;
}

.donate-mobile,
.donate-mobile-maintenance {
	display: block;
	float: right;
	padding-left: 0px;
}

@media (max-width: 991px) {
	.navbar-nav {
		float: none !important;
	}

	.navbar-nav:not(:first-child) {
		margin-top: 0 !important;
	}

	.navbar-nav:not(:last-child) {
		margin-bottom: 0 !important;
	}
	
	.donate-right {
		display: none !important;
	}
}

@media (min-width: 992px) {
	.navbar > .container .navbar-brand {
		margin-left: 0 !important;
		padding-left: 0 !important;
	}

	.navbar-collapse {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	
	.donate-left {
		display: none !important;
	}
}

@media (max-width: 767px) {
	.donate-left,
	.donate-right,
	.donate-right-maintenance {
		display: none !important;
	}
}

@media (min-width: 768px) {
	.donate-mobile,
	.donate-mobile-maintenance {
		display: none !important;
	}
}
