/* ================= begin BOOTSTRAP ================= */
/*
** Base CSS
**/
/* begin Headings, body, etc */
html,
html body {
  line-height: 20px; }

body {
  margin: 0;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #1f1d1d;
  background-color: #ffffff; }

iframe {
  max-width: 100%; }

label,
input,
button,
select,
textarea {
  font-size: 14px; }

a {
  color: #686868; }

a:hover,
a:focus {
  color: #7ba908; }

.text-error {
  color: #ae3e30; }

a.text-error:hover,
a.text-error:focus {
  color: #f2dede; }

.text-success {
  color: #256e12; }

a.text-success:hover,
a.text-success:focus {
  color: #dff0d8; }

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  color: #1f1d1d; }

blockquote small {
  color: #1f1d1d; }

.label-success,
.badge-success {
  background-color: #ae3e30; }

.label-success[href],
.badge-success[href] {
  background-color: #dff0d8; }

.alert-success {
  background-color: #dff0d8;
  border-color: #dff0d8;
  color: #256e12; }

.alert-error {
  background-color: #f2dede;
  border-color: #f2dede;
  color: #ae3e30; }

.alert {
  padding: 10px; }

.alert ul {
  margin-bottom: 0;
  padding-left: 20px; }

h1, .h1 {
  font-size: 30px; }

h2, .h2 {
  font-size: 26px; }

h3, .h3 {
  font-size: 20px; }

h4, .h4 {
  font-size: 16px; }

h5, .h5 {
  font-size: 14px; }

h6, .h6 {
  font-size: 12px; }

/* end Headings, body, etc */
/* begin Tables */
table {
  background-color: #ffffff; }

.table th,
.table td {
  border-top: 1px solid #dfdfdf; }

.table tbody + tbody {
  border-top: 2px solid #dfdfdf; }

.table .table {
  background-color: #ffffff; }

.table-bordered {
  border: 1px solid #dfdfdf; }

.table-bordered th,
.table-bordered td {
  border-left: 1px solid #dfdfdf; }

.table-striped tbody > tr:nth-child(odd) > td,
.table-striped tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9; }

.table-hover tbody tr:hover > td,
.table-hover tbody tr:hover > th {
  background-color: #f5f5f5; }

.table tbody tr.success > td {
  background-color: #dff0d8; }

.table tbody tr.error > td {
  background-color: #f2dede; }

.table-hover tbody tr.success:hover > td {
  background-color: #256e12; }

.table-hover tbody tr.error:hover > td {
  background-color: #ae3e30; }

/* end Tables */
/* begin Forms */
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  background-color: #ffffff;
  border: 1px solid #e5e5e5;
  margin-bottom: 15px; }

select {
  border: 1px solid #e5e5e5;
  background-color: #ffffff;
  padding: 0 12px !important;
  margin-bottom: 15px; }

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #000000; }

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #000000; }

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #000000; }

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #000000; }

.control-group.error .control-label,
.control-group.error .help-block,
.control-group.error .help-inline {
  color: #ae3e30; }

.control-group.error .checkbox,
.control-group.error .radio,
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  color: #ae3e30; }

.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  border-color: #ae3e30; }

.control-group.error input:focus,
.control-group.error select:focus,
.control-group.error textarea:focus {
  border-color: #f2dede; }

.control-group.error .input-prepend .add-on,
.control-group.error .input-append .add-on {
  color: #ae3e30;
  background-color: #f2dede;
  border-color: #ae3e30; }

.control-group.success .control-label,
.control-group.success .help-block,
.control-group.success .help-inline {
  color: #256e12; }

.control-group.success .checkbox,
.control-group.success .radio,
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  color: #256e12; }

.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  border-color: #256e12; }

.control-group.success input:focus,
.control-group.success select:focus,
.control-group.success textarea:focus {
  border-color: #dff0d8; }

.control-group.success .input-prepend .add-on,
.control-group.success .input-append .add-on {
  color: #256e12;
  background-color: #dff0d8;
  border-color: #256e12; }

/* end Forms */
/*
** end Base CSS
**/
/*
** begin Plugins
**/
/* begin Dropdown */
.navbar .nav > li > a {
  font: bold 15px "PT Sans", sans-serif !important; }

.navbar .nav .dropdown-menu {
  background-color: #ffffff; }

.navbar .nav .dropdown-menu > li > a {
  color: #666666 !important;
  position: relative;
  z-index: 1; }

.navbar .nav .dropdown-menu > li > a:after {
  position: absolute;
  z-index: 0;
  content: " ";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }

.navbar .nav .dropdown-menu > li > a:hover:after,
.navbar .nav .dropdown-menu > li > a:after:hover {
  width: 200%; }

.navbar .nav .dropdown-menu > li > a:hover,
.navbar .nav .dropdown-menu > li > a:focus,
.navbar .nav .dropdown-submenu:hover > a,
.navbar .nav .dropdown-submenu:focus > a,
.navbar .nav .dropdown-menu > .active > a,
.navbar .nav .dropdown-menu > .active > a:hover,
.navbar .nav .dropdown-menu > .active > a:focus {
  color: #86b43b !important;
  background: transparent; }

.navbar .btn-navbar .icon-bar {
  background: #1f2527; }

.dropdown-menu {
  background-color: #ffffff;
  border: 1px solid #dfdfdf;
  color: #1f1d1d;
  text-align: left; }

.dropdown-menu:before,
.dropdown-menu:after {
  display: none !important; }

.dropdown-parent-submenu .dropdown-menu {
  left: 100% !important;
  margin-left: 17px;
  top: 0;
  padding: 5px 15px;
  margin-top: -11px;
  min-width: 200px; }

.dropdown-parent-submenu .dropdown-menu:before {
  content: '';
  display: inline-block;
  border-left: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-right: 7px solid #dfdfdf;
  position: absolute;
  left: -7px;
  top: 9px; }

.dropdown-parent-submenu .dropdown-menu:after {
  content: '';
  display: inline-block;
  border-left: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 6px solid #ffffff;
  position: absolute;
  left: -6px;
  top: 10px; }

.dropdown,
.dropdown-toggle {
  position: relative;
  line-height: 2em; }

.dropdown .sub-dropdown,
.dropdown-toggle .sub-dropdown,
.dropdown .sub-dropdown1,
.dropdown-toggle .sub-dropdown1 {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0; }

.dropdown .sub-dropdown,
.dropdown-toggle .sub-dropdown {
  padding-bottom: 20px;
  z-index: 1;
  cursor: default; }

.dropdown .sub-dropdown1,
.dropdown-toggle .sub-dropdown1 {
  z-index: 2;
  cursor: pointer; }

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

.open > .dropdown-menu {
  display: block !important; }

/* end Dropdown */
/* begin Tooltips*/
.tooltip-inner {
  color: #ffffff;
  background-color: #202020;
  font-size: 12px;
  padding: 6px; }

.tooltip.top .tooltip-arrow {
  border-top-color: #202020;
  top: auto !important; }

.tooltip.right .tooltip-arrow {
  border-right-color: #202020; }

.tooltip.left .tooltip-arrow {
  border-left-color: #202020; }

.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #202020; }

/* end Tooltips*/
/*
** end Plugins
**/
/* begin MISC */
.modal-backdrop, .modal-backdrop.fade.in {
  background: #1f1d1d; }

/* end MISC */
/* ================= end BOOTSTRAP ================= */
/*
** HTML, Body settings
*/
html {
  background-color: white; }

body,
button,
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  color: #1f1d1d;
  font: 14px "Source Sans Pro", sans-serif; }

/***
Reset and overrides  
***/
/* general body settings */
body {
  padding: 0px;
  margin: 0px;
  direction: ltr; }

/* overides metro scrolbars in IE10 and makes them look like a default scrollbar */
@-ms-viewport {
  width: auto !important; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 300;
  font-family: "PT Sans", sans-serif; }

button, input, select, textarea {
  font: 14px "Source Sans Pro", sans-serif; }

/***
Fix link outlines after click
***/
a, a:focus, a:hover, a:active {
  outline: 0;
  text-decoration: none; }

div, input, select, textarea, span, img, table, td, th, p, a, button, ul, li {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important; }

label {
  cursor: default;
  font-weight: normal;
  display: block; }

ol li {
  padding: 5px 0; }

dl dd {
  margin-bottom: 20px;
  margin-left: 0; }

table {
  width: 100%;
  background: #ffffff; }

table thead,
table thead th,
table thead td {
  text-align: left;
  font-weight: normal;
  padding: 8px 20px;
  background-color: #f5f5f5;
  font-family: "PT Sans", sans-serif;
  font-size: 14px;
  text-transform: uppercase; }

table th,
table td {
  border: 1px solid #dfdfdf;
  padding: 12px 20px;
  line-height: 20px; }

address .fa-user,
address .fa-home,
address .author {
  font-size: 20px; }

address .fa-user, address .fa-home, address .address-group {
  display: inline-block; }

address .fa-user, address .fa-home {
  vertical-align: top; }

address .address-group {
  margin-left: 10px; }

address .email, address .city1, address .zip, address .phone {
  display: block; }

address .address, address .phone {
  margin-top: 10px; }

.action_edit, .action_delete {
  position: relative;
  display: inline-block; }

.action_edit a, .action_delete a {
  vertical-align: top; }

hr {
  border: 0;
  border-top: 1px solid #dfdfdf; }

.wrap-table {
  overflow-y: auto;
  clear: both; }

/*
** Input settings
*/
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  -webkit-appearance: none;
  color: #000000;
  outline: none !important;
  height: 28px;
  padding: 0 12px !important;
  font-weight: normal;
  vertical-align: top;
  background-color: #ffffff;
  background-image: none;
  filter: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border: 1px solid #e5e5e5; }

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: #999999;
  outline: 0;
  outline: thin dotted \9;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

.input-block-level {
  min-height: 28px; }

textarea,
textarea.input-block-level {
  min-height: 100px !important; }

.input-small {
  width: 120px !important; }

.input-medium {
  width: 206px !important; }

.input-large {
  width: 320px !important; }

select {
  width: 100px;
  background-color: #ffffff;
  background-image: none !important;
  filter: none !important;
  border: 1px solid #e5e5e5;
  outline: none;
  height: 28px !important;
  margin-bottom: 15px; }

select:focus {
  outline-offset: -2px;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  border-color: #999999;
  outline: 0 !important; }

select.small {
  width: 100px !important; }

select.medium {
  width: 220px !important; }

select.large {
  width: 334px !important; }

/*
** Button settings
*/
.btn + .btn {
  margin-left: 3px; }

.btn,
#header .btn {
  background-image: none;
  filter: none;
  padding: 4px 8px;
  font-family: "PT Sans", sans-serif;
  cursor: pointer;
  outline: none;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  text-transform: none !important;
  margin-bottom: 3px;
  margin-right: 3px;
  -moz-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; }

.btn,
#header .btn {
  background: #ffffff;
  color: #686868;
  border: 1px solid #686868;
  font-size: 14px;
  font-weight: normal; }

.btn.hover,
.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
#header .btn:hover,
#header .btn:focus,
#header .btn:active,
#header .btn.active {
  background: #454545 !important;
  color: white !important;
  border: 1px solid #454545 !important;
  outline: none; }

.btn.disabled,
.btn[disabled],
#header .btn.disabled,
#header .btn[disabled] {
  border-color: #e6e6e6; }

.btn-1,
.btn-primary,
#header .btn-1 {
  background: #899c6a !important;
  color: white !important;
  border: 1px solid #394720 !important;
  font-size: 14px !important;
  font-weight: normal !important; }

.btn-1.hover,
.btn-1:hover,
.btn-1:focus,
.btn-1:active,
.btn-1.active,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
#header .btn-1:hover,
#header .btn-1:focus,
#header .btn-1:active,
#header .btn-1.active {
  background: #454545 !important;
  color: white !important;
  border: 1px solid #454545 !important; }

.mini {
  font-size: 11px !important;
  line-height: 13px;
  padding: 0px 6px; }

.medium {
  padding: 3px 10px;
  line-height: 1; }

.big {
  text-transform: uppercase !important; }

button.btn.big,
input[type="button"].btn.big,
input[type="submit"].btn.big {
  height: 40px;
  line-height: 40px;
  padding: 0;
  margin: 0; }

button.btn.mini,
input[type="button"].btn.mini,
input[type="submit"].btn.mini {
  height: 21px;
  padding-top: 3px;
  padding-bottom: 3px; }

a.btn.big.btn-block {
  height: 40px;
  line-height: 40px;
  padding: 0;
  margin: 0; }

/***
Vertical inline menu
***/
.ver-inline-menu {
  margin: 0px;
  margin-bottom: 35px;
  list-style: none;
  padding: 0;
  width: 100%; }

.ver-inline-menu li {
  position: relative;
  margin-bottom: 1px;
  padding: 0;
  height: 100%;
  display: block; }

.ver-inline-menu li i {
  color: #b9cbd5;
  font-size: 15px;
  padding: 11px 9px;
  margin: 0 8px 0 0;
  background: #e0eaf0 !important;
  display: inline-block; }

.ver-inline-menu li a {
  font-size: 13px;
  color: #557386;
  display: block;
  background: #f0f6fa;
  border-left: solid 2px #c4d5df;
  font-family: "PT Sans", sans-serif; }

.ver-inline-menu li:hover a,
.ver-inline-menu li:hover i {
  background: #e0eaf0;
  text-decoration: none; }

.ver-inline-menu li:hover i {
  color: #fff;
  background: #c4d5df !important; }

.ver-inline-menu li.active a,
.ver-inline-menu li:hover a {
  font-size: 13px; }

.ver-inline-menu li.active a,
.ver-inline-menu li.active i {
  color: #fff;
  background: #169ef4;
  text-decoration: none;
  border-left: solid 1px #0c91e5; }

.ver-inline-menu li.active i {
  background: #0c91e5 !important; }

.ver-inline-menu li.active:after {
  content: '';
  display: inline-block;
  border-bottom: 6px solid transparent;
  border-top: 6px solid transparent;
  border-left: 6px solid #169ef4;
  position: absolute;
  top: 12px;
  right: -5px; }

/***
Dropdowns
***/
/*Fixing dropdown issue on mobile devices in Bootstrap 3.2.2*/
.dropdown-backdrop {
  position: static; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  list-style: none;
  text-shadow: none;
  padding: 0px;
  margin: 0px;
  font-size: 14px;
  border: 1px solid #dfdfdf; }

.dropdown:hover .caret,
.open.dropdown .caret {
  opacity: 1; }

.dropdown-menu.bottom-up {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px; }

.dropdown-menu li > a {
  padding: 2px 10px;
  color: #686868 !important;
  text-decoration: none;
  display: block;
  clear: both;
  font-weight: normal;
  line-height: 25px;
  white-space: nowrap; }

.dropdown-menu .divider {
  margin: 0; }

.dropdown-menu li > a:hover,
.dropdown-menu .active > a,
.dropdown-menu .active > a:hover {
  text-decoration: none;
  background-image: none;
  background-color: transparent;
  color: #7ba908 !important;
  filter: none; }

.dropdown.open .dropdown-toggle {
  color: #08c;
  background: #ccc;
  background: rgba(0, 0, 0, 0.3); }

/* bagin: sidebar menu badges */
.dropdown-menu > li > a > .badge {
  position: absolute;
  margin-top: 1px;
  right: 3px;
  display: inline;
  font-size: 11px;
  height: auto;
  font-weight: 300;
  text-shadow: none;
  padding: 2px 6px 2px 6px;
  -webkit-border-radius: 12px !important;
  -moz-border-radius: 12px !important;
  border-radius: 12px !important; }

.dropdown-menu > li > a > .badge.badge-roundless {
  padding: 1px 6px 1px 6px;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important; }

.ie8 .dropdown-menu > li > a > .badge,
.ie9 .dropdown-menu > li > a > .badge,
.ie10 .dropdown-menu > li > a > .badge {
  padding-top: 1px; }

@-moz-document url-prefix() {
  .dropdown-menu > li > a > .badge {
    padding: 1px 6px 3px 6px; }

  .dropdown-menu > li > a > .badge.badge-roundless {
    padding: 1px 6px 2px 6px; } }

/***
Custom tabs
***/
.tab-content {
  padding: 10px 0px;
  overflow: hidden; }

.tabbable-custom {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

.widget .row-fluid:last-child .tabbable-custom {
  margin-bottom: 0px; }

.tabbable-custom > .nav-tabs {
  border: none;
  margin: 0px; }

.tabbable-custom > .tab-content {
  border: 1px solid #ddd;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 10px; }

.tabbable-custom.boxless > .tab-content {
  padding: 15px 0;
  border-left: none;
  border-right: none;
  border-bottom: none; }

.tabbable-custom .nav-tabs > li {
  margin-right: 2px;
  border-top: 2px solid transparent; }

.tabbable-custom .nav-tabs > li > a {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin-right: 0;
  padding: 5px 10px; }

.tabbable-custom .nav-tabs > li > a:hover {
  background: none;
  border-color: transparent; }

.tabbable-custom .nav-tabs > li.active {
  border-top: 3px solid #394720;
  margin-top: 0;
  position: relative; }

.tabbable-custom .nav-tabs > li.active > a {
  border-top: none;
  font-weight: 400; }

.tabbable-custom .nav-tabs > li.active > a:hover {
  background: #fff;
  border-color: #d4d4d4 #d4d4d4 transparent; }

.tabbable-custom .nav-tabs > li {
  margin-right: 2px;
  border-top: 2px solid transparent; }

.tabs-below.tabbable-custom .nav-tabs > li {
  border-top: none;
  border-bottom: 2px solid transparent;
  margin-top: -1px; }

.tabs-below.tabbable-custom .nav-tabs > li.active {
  border-top: none;
  border-bottom: 3px solid #394720;
  margin-bottom: 0;
  position: relative; }

.tabs-below.tabbable-custom .nav-tabs > li.active > a {
  border-bottom: none; }

.tabs-below.tabbable-custom .nav-tabs > li.active > a:hover {
  background: #fff;
  border-color: #d4d4d4 #d4d4d4 transparent; }

.tabs-left.tabbable-custom .nav-tabs > li {
  margin-right: 0;
  border-left: 2px solid transparent;
  margin-top: 0; }

.tabs-left.tabbable-custom .nav-tabs > li.active {
  border-top: none;
  border-left: 3px solid #394720;
  margin-top: 0;
  margin-right: -1px;
  position: relative; }

.tabs-left.tabbable-custom .nav-tabs > li.active > a {
  border-top: 1px solid #d4d4d4;
  border-left: 1px solid transparent; }

.tabs-left.tabbable-custom .nav-tabs > li.active > a:hover {
  background: #fff;
  border-color: #d4d4d4 transparent #d4d4d4 transparent; }

.tabs-right.tabbable-custom .nav-tabs > li {
  margin-right: 0;
  border-right: 2px solid transparent;
  border-top: none; }

.tabs-right.tabbable-custom .nav-tabs > li.active {
  border-top: none;
  border-right: 3px solid #394720;
  margin-top: 0;
  margin-left: -1px;
  position: relative; }

.tabs-right.tabbable-custom .nav-tabs > li.active > a {
  border-top: 1px solid #d4d4d4;
  border-right: 1px solid transparent; }

.tabs-right.tabbable-custom .nav-tabs > li.active > a:hover {
  background: #fff;
  border-color: #d4d4d4 transparent #d4d4d4; }

.tabs-right.tabbable-custom .nav-tabs > li a,
.tabs-left.tabbable-custom .nav-tabs > li a {
  padding: 8px 10px; }

/*full width tabs with bigger titles */
.tabbable-custom.tabbable-full-width > .tab-content {
  padding: 27px 0 0;
  border-left: none;
  border-right: none;
  border-bottom: none; }

.tabbable-custom.tabbable-full-width .nav-tabs > li > a {
  text-transform: uppercase;
  font-weight: bold;
  padding: 9px 15px;
  font-family: "PT Sans", sans-serif;
  border-bottom: 0; }

.icons-btn {
  position: relative;
  cursor: pointer;
  cursor: hand;
  display: block; }

.icons-btn .badge {
  position: absolute;
  font-size: 11px !important;
  font-weight: 300;
  top: -5px;
  right: -5px;
  padding: 3px 7px 3px 7px;
  color: white !important;
  text-shadow: none;
  border-width: 0;
  border-style: solid;
  -webkit-border-radius: 12px !important;
  -moz-border-radius: 12px !important;
  border-radius: 12px !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

.badge {
  color: #686868;
  background: #ffffff; }

.badge-1 {
  color: #ffffff;
  background: #899c6a; }

/* for firefox only */
@-moz-document url-prefix() {
  .icon-btn .badge {
    padding: 2px 7px 4px 7px; } }

/* bootstrap switch */
.has-switch {
  min-width: 50px;
  padding: 0; }

.has-switch label {
  border: 0; }

.has-switch input[type=radio], .has-switch input[type=checkbox] {
  margin: 0; }

.has-switch span.switch-btn {
  color: #686868;
  text-shadow: none;
  background-color: #ffffff;
  background-image: none;
  filter: none;
  border-color: #686868;
  padding: 4px 8px; }

.has-switch span.switch-btn:hover,
.has-switch span.switch-btn:focus,
.has-switch span.switch-btn:active,
.has-switch span.switch-btn.active,
.has-switch span.switch-btn.disabled,
.has-switch span.switch-btn[disabled] {
  color: #ffffff;
  background-color: #454545;
  border-color: #454545; }

/* Accordion */
.accordion-group {
  border: 0; }

.accordion-heading .accordion-toggle {
  margin: 0;
  padding: 0; }

.accordion-inner {
  border: 0;
  padding: 0 0 20px; }

.accordion .panel {
  background-color: #ffffff;
  border: 1px solid #dfdfdf;
  margin-bottom: 25px; }

.accordion .panel-heading {
  padding: 15px;
  background-color: #f7f7f7; }

.accordion .panel-heading h4 {
  margin: 0;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold; }

.accordion .panel-heading h4 a {
  color: #686868; }

.accordion .panel-heading h4 a:hover {
  color: #7ba908; }

.accordion .panel-body {
  background-color: #ffffff;
  padding: 15px; }

/* Label */
.label-1 {
  background-color: #899c6a;
  color: #ffffff; }

/*
** Header settings
*/
#header {
  background: #ffffff;
  font-size: 12px;
  color: #686868; }

#header a {
  font-size: 12px;
  color: #686868; }

#header a:hover {
  color: #c0e089; }

/*
** Content settings
*/
/*
** Sidebar settings
*/
/* Flickr */
.flickr {
  list-style: none;
  padding: 0;
  margin-top: -5px; }
  .flickr li {
    float: left;
    padding-bottom: 5px;
    padding-top: 5px; }

.flickr li a {
  display: block;
  overflow: hidden;
  border: 1px solid #dfdfdf;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; }
  .flickr li a img {
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    opacity: 0.6;
    width: 54px; }
  .flickr li a:hover {
    border-color: #7ba908; }
    .flickr li a:hover img {
      opacity: 1; }

/* Instagram */
.instagram_list {
  list-style: none;
  margin-top: -5px; }

.instagram_list a {
  float: left;
  margin: 5px;
  overflow: hidden;
  border: 1px solid #dfdfdf;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; }
  .instagram_list a img {
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    opacity: 0.6;
    width: 54px; }
  .instagram_list a:hover {
    border-color: #7ba908; }
    .instagram_list a:hover img {
      opacity: 1; }

/*
** Title
*/
.widget-wrapper {
  position: relative;
  margin-bottom: 35px; }

.title,
.title2x {
  font-family: "PT Sans", sans-serif;
  text-transform: uppercase;
  line-height: 1;
  font-size: 18px;
  font-weight: normal;
  color: #080000;
  margin: 0 0 20px 0;
  position: relative; }

.title2x {
  font-size: 36px;
  margin: 0 0 30px 0; }

.widget-wrapper .title {
  overflow: hidden; }

.widget-wrapper .title:after {
  content: "";
  position: absolute;
  top: 50%;
  width: 100%;
  z-index: 1;
  margin-left: 10px;
  border-bottom: 1px solid;
  opacity: 0.13; }

.selector-wrapper.title {
  font-family: "Source Sans Pro", sans-serif;
  text-transform: none;
  line-height: 1;
  font-size: 14px;
  font-weight: normal;
  color: #1f1d1d;
  margin: 0;
  position: static; }

.widget-wrapper .selector-wrapper.title:after {
  display: none; }

/* MISC */
.list-styled li a,
.list-unstyled li a,
.list-inline li a {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; }

.zoomContainer {
  z-index: 100;
  height: auto !important; }

.zoomContainer,
.zoomContainer .zoomWindowContainer,
.zoomContainer .zoomWindowContainer div {
  cursor: crosshair !important; }

.float-left {
  float: left; }

.float-right {
  float: right; }

.float-none {
  float: none; }

.unbold {
  font-weight: normal; }

.caroufredsel_wrapper {
  margin: 0 !important; }

.caroufredsel_wrapper li.items {
  float: left;
  height: auto !important; }

.unmargin {
  margin: 0 !important; }

.unmargin-left {
  margin-left: 0 !important; }

.unmargin-right {
  margin-right: 0 !important; }

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

.unmargin-bottom {
  margin-bottom: 0 !important; }

.unpadding {
  padding: 0 !important; }

.unpadding-left {
  padding-left: 0 !important; }

.unpadding-right {
  padding-right: 0 !important; }

.unpadding-top {
  padding-top: 0 !important; }

.unpadding-bottom {
  padding-bottom: 0 !important; }

.unborder {
  border: 0 !important; }

img {
  max-width: 100%; }

.img-responsive {
  display: inline-block;
  height: auto;
  max-width: 100%; }

.status_authorized, .status_fulfilled {
  text-transform: capitalize;
  color: #256e12; }

.status_unauthorized, .status_unfulfilled {
  text-transform: capitalize;
  color: #ae3e30; }

.margin-left-10 {
  margin-left: 10px; }

.text-justify {
  text-align: justify; }

.list-styled li {
  margin: 5px 0; }

.link-list li {
  line-height: 25px; }
  .link-list li a {
    padding-top: 2px;
    padding-bottom: 2px;
    display: inline-block;
    font-family: "PT Sans", sans-serif;
    font-size: 16px;
    font-weight: 300; }

.uppercase {
  text-transform: uppercase; }

.req {
  color: #ae3e30; }

/* Page Animated item Styles */
.fast-animated {
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  -o-animation-duration: 0.5s;
  animation-duration: 0.5s; }

#cart-animation {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  position: absolute;
  display: block;
  z-index: 15;
  text-align: center;
  line-height: 35px;
  background: #fb354f !important;
  color: #fff !important;
  font-weight: bold;
  border: 3px solid #fb354f;
  font-size: 16px; }

.control-group {
  margin-bottom: 0;
  clear: both;
  overflow: hidden; }

.nav-tabs > li > a {
  line-height: 1;
  padding: 15px;
  text-transform: uppercase;
  font-family: "PT Sans", sans-serif;
  color: #1f1d1d;
  font-weight: bold; }

.nav-tabs > li > a:hover {
  border-color: #f7f7f7 #f7f7f7 #dfdfdf;
  background-color: #f7f7f7; }

.description .panel-group .panel {
  padding-bottom: 15px; }

.description .panel-default > .panel-heading {
  padding: 15px;
  color: #1f1d1d;
  background-color: #f7f7f7;
  border-color: #dfdfdf;
  text-transform: uppercase; }
  .description .panel-default > .panel-heading h4 {
    font-weight: bold;
    font-size: 14px; }

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px); }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px); }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown; }

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px); }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@-webkit-keyframes rt_fadeIn {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@-moz-keyframes rt_fadeIn {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@-o-keyframes rt_fadeIn {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@keyframes rt_fadeIn {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

.notouch .animated {
  opacity: 0; }

.touch .animated {
  opacity: 1 !important; }

.notouch .animated.shown {
  -webkit-animation: rt_fadeIn .7s ease forwards;
  -moz-animation: rt_fadeIn .7s ease forwards;
  animation: rt_fadeIn .7s ease forwards; }

.templateIndex #nprogress {
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 10001;
  background: #ffffff; }

.templateIndex #nprogress .bar {
  background: #899c6a;
  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px; }

.templateIndex #nprogress .peg {
  display: block;
  position: absolute;
  right: 0;
  width: 100px;
  height: 100%;
  box-shadow: 0 0 10px #899c6a,0 0 5px #899c6a;
  opacity: 1;
  -webkit-transform: rotate(3deg) translate(0px, -4px);
  -ms-transform: rotate(3deg) translate(0px, -4px);
  transform: rotate(3deg) translate(0px, -4px); }

.templateIndex #nprogress .spinner {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px; }

.templateIndex #nprogress .spinner-icon {
  width: 18px;
  height: 18px;
  box-sizing: border-box;
  border: solid 2px transparent;
  border-top-color: #899c6a;
  border-left-color: #899c6a;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  border-radius: 50% !important;
  -webkit-animation: nprogress-spinner 400ms linear infinite;
  animation: nprogress-spinner 400ms linear infinite; }

.templateIndex .nprogress-custom-parent {
  overflow: hidden;
  position: relative; }

.templateIndex .nprogress-custom-parent #nprogress .spinner, .nprogress-custom-parent #nprogress .bar {
  position: absolute; }

@-webkit-keyframes nprogress-spinner {
  0% {
    -webkit-transform: rotate(0deg); }

  100% {
    -webkit-transform: rotate(360deg); } }

@keyframes nprogress-spinner {
  0% {
    transform: rotate(0deg); }

  100% {
    transform: rotate(360deg); } }

.templateIndex {
  opacity: 0;
  visibility: hidden; }

.nprogress-busy .templateIndex {
  opacity: 1;
  visibility: visible; }

.nprogress-done .templateIndex {
  opacity: 1;
  visibility: visible; }
