/* ================= begin BOOTSTRAP ================= */
/*
** Base CSS
**/
/* begin Headings, body, etc */
html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

html,
html body {
  line-height: 20px; }

body {
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  color: #2d2d2d;
  background-color: #ffffff; }

iframe {
  max-width: 100%; }

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

a {
  color: #505050; }

a:hover,
a:focus {
  color: #3aa9e1; }

.text-error {
  color: #d84a38; }

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

.text-success {
  color: #337b9c; }

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

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  color: #2d2d2d; }

blockquote, .blockquote {
  font-size: 13px;
  border-left-width: 3px; }

blockquote small {
  color: #2d2d2d; }

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

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

.alert-success {
  background-color: #dff0d8;
  border-color: #dff0d8;
  color: #337b9c; }

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

.alert {
  padding: 10px; }

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

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

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

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

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

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 #bbbaba; }

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

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

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

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

.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: #337b9c; }

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

/* 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: #d84a38; }

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

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

.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: #d84a38;
  background-color: #f2dede;
  border-color: #d84a38; }

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

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

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

.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: #337b9c;
  background-color: #dff0d8;
  border-color: #337b9c; }

/* end Forms */
/*
** end Base CSS
**/
/*
** begin Plugins
**/
/* begin Dropdown */
.dropdown-menu {
  background-color: #ffffff;
  border: 1px solid #bbbaba;
  color: #2d2d2d;
  text-align: left; }

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

.dropdown-parent-submenu .dropdown-menu {
  left: 100% !important;
  top: 0;
  padding: 5px 15px;
  margin-top: -1px;
  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 #bbbaba;
  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: 10px;
  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: #2d2d2d; }

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

/***
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-family: "Open Sans", sans-serif; }

button, input, select, textarea {
  font-size: 13px;
  font-family: "Roboto", 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,
ul 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: "Open Sans", sans-serif;
  font-size: 14px;
  text-transform: uppercase; }

table th,
table td {
  border: 1px solid #bbbaba;
  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 #bbbaba; }

.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: 32px;
  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: 32px; }

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: 32px !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: 5px; }

.btn,
#header .btn {
  background-image: none;
  filter: none;
  padding: 0 30px;
  font-family: "Open 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;
  text-transform: uppercase !important;
  -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:focus, .btn:active:focus, .btn.active:focus {
  outline: none; }

.btn,
#header .btn {
  background: #ffffff;
  color: #505050;
  border: 1px solid #3aa9e1;
  font-size: 13px;
  font-weight: 400;
  line-height: 30px; }

.btn.hover,
.btn:hover,
.btn.active,
#header .btn:hover,
#header .btn.active {
  background: #3aa9e1 !important;
  color: white !important;
  border-color: #3aa9e1 !important;
  outline: none; }

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

.btn-1,
.btn-primary,
#header .btn-1 {
  background: #3aa9e1 !important;
  color: white !important;
  border: 1px solid #505050 !important;
  font-size: 13px !important;
  font-weight: 400 !important; }

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

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

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

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

.btn.big {
  line-height: 36px;
  min-width: 200px;
  border-width: 2px; }

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

a.btn.big.btn-block {
  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: "Open 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: 13px;
  border: 1px solid #bbbaba; }

.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: #505050 !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: #3aa9e1 !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: 25px 0 0;
  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 #505050;
  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 #505050;
  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 #505050;
  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 #505050;
  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: "Open 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: #505050;
  background: #ffffff; }

.badge-1 {
  color: #ffffff;
  background: #3aa9e1; }

/* 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: #505050;
  text-shadow: none;
  background-color: #ffffff;
  background-image: none;
  filter: none;
  border-color: #3aa9e1;
  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: #3aa9e1;
  border-color: #3aa9e1; }

/* 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 #bbbaba;
  margin-bottom: 25px; }

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

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

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

.accordion .panel-heading h4 a:hover {
  color: #3aa9e1; }

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

/* Label */
.label-1 {
  background-color: #3aa9e1;
  color: #ffffff; }

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

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

/*
** Title
*/
h1.title {
  font-size: 13px;
  font-weight: 600;
  color: #202020;
  text-transform: uppercase; }
  h1.title:after {
    display: none; }

.contact_map h1.title {
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  line-height: 1;
  font-size: 13px;
  font-weight: 600;
  color: #202020;
  margin: 0 0 28px 0;
  position: relative;
  letter-spacing: 0.05em; }
  .contact_map h1.title:after {
    display: block; }

.widget-wrapper {
  position: relative;
  margin-bottom: 35px;
  clear: both; }

.title,
.title2x {
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  line-height: 1;
  font-size: 13px;
  font-weight: 600;
  color: #202020;
  margin: 0 0 30px 0;
  position: relative;
  letter-spacing: 0.05em; }

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

.widget-wrapper .title:after {
  content: "";
  position: absolute;
  width: 40px;
  border-bottom: 2px solid;
  bottom: -10px;
  left: 0; }

.selector-wrapper.title {
  font-family: "Roboto", sans-serif;
  text-transform: none;
  line-height: 1;
  font-size: 13px;
  font-weight: normal;
  color: #2d2d2d;
  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: #337b9c; }

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

.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: "Open Sans", sans-serif;
    font-size: 13px;
    font-weight: 300; }

.uppercase {
  text-transform: uppercase; }

.req {
  color: #d84a38; }

/* 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; }

.animated {
  opacity: 0; }

.visible {
  opacity: 1; }

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

#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 {
  padding: 0; }

.nav-tabs > li > a {
  line-height: 1;
  padding: 15px;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  color: #202020;
  font-size: 13px;
  font-weight: 600;
  margin: 0; }

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

.panel-group .panel {
  border: 0;
  border-bottom: 1px solid #bbbaba;
  margin: 0 !important;
  -webkit-box-shadow: none;
  box-shadow: none; }
  .panel-group .panel:last-child {
    border-bottom: none; }

.panel-default > .panel-heading {
  background-color: #f7f7f7;
  border: none;
  padding: 15px; }

.panel-title > a {
  line-height: 1;
  padding: 0;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  color: #202020;
  font-size: 13px;
  font-weight: 600;
  margin: 0; }

.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border: 1px solid #f7f7f7; }
