/**
* @template  J51 - Carmen
* @author    Joomla51 http://www.joomla51.com
* @copyright Copyright (C) 2009 - 2019 Joomla51

TABLE OF CONTENTS

	1. 	General
	2. 	Default Module Styling
	3. 	Header
	4.	Logo
	5. 	Top Menu
	6.	Top Menu - Hornav
	7. 	Top Menu - Mobile
	8. 	Slideshow
	9. 	Top-1 Modules 
	10. Top-2 Modules
	11. Top-3 Modules
	12.	Article / Component
	13.	Bottom Modules
	14.	Base Modules
	15.	Copyright / Footer Menu
	16.	Spacers
	18.	Social Media
	19.	Header-1 / Header-2 
	20.	Breadcrumbs
	21.	Buttons / Fields
	22.	Font Awesome
	23.	Backgrounds
	24. Utility Classes
	24.	Miscellaneous

*/
:root {
    --mm-spn-item-height: 50px;
    --mm-spn-item-indent: 20px;
    --mm-spn-line-height: 24px;
  }
  article,
  aside,
  details,
  figcaption,
  figure,
  footer,
  header,
  hgroup,
  nav,
  section {
    display: block;
  }
  audio,
  canvas,
  video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
  }
  audio:not([controls]) {
    display: none;
  }
  html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
  }
  a:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
  }
  a:hover,
  a:active {
    outline: 0;
  }
  sub,
  sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
  }
  sup {
    top: -0.5em;
  }
  sub {
    bottom: -0.25em;
  }
  img {
    /* Responsive images (ensure images don't scale beyond their parents) */
    max-width: 100%;
    /* Part 1: Set a maxium relative to the parent */
    width: auto\9;
    /* IE7-8 need help adjusting responsive images */
    height: auto;
    /* Part 2: Scale the height according to the width, otherwise you get stretching */
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic;
  }
  #map_canvas img,
  .google-maps img,
  .gm-style img {
    max-width: none;
  }
  button,
  input,
  select,
  textarea {
    margin: 0;
    font-size: 100%;
    vertical-align: middle;
  }
  button,
  input {
    *overflow: visible;
    line-height: normal;
  }
  button::-moz-focus-inner,
  input::-moz-focus-inner {
    padding: 0;
    border: 0;
  }
  button,
  html input[type="button"],
  input[type="reset"],
  input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
  }
  label,
  select,
  button,
  input[type="button"],
  input[type="reset"],
  input[type="submit"],
  input[type="radio"],
  input[type="checkbox"] {
    cursor: pointer;
  }
  input[type="search"] {
    -ms-box-sizing: content-box;
    -o-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-appearance: textfield;
  }
  input[type="search"]::-webkit-search-decoration,
  input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
  }
  textarea {
    overflow: auto;
    vertical-align: top;
  }
  @media print {
    * {
      text-shadow: none !important;
      color: #000 !important;
      background: transparent !important;
      box-shadow: none !important;
    }
    a,
    a:visited {
      text-decoration: underline;
    }
    a[href]:after {
      content: " (" attr(href) ")";
    }
    abbr[title]:after {
      content: " (" attr(title) ")";
    }
    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
      content: "";
    }
    pre,
    blockquote {
      border: 1px solid #999;
      page-break-inside: avoid;
    }
    thead {
      display: table-header-group;
    }
    tr,
    img {
      page-break-inside: avoid;
    }
    img {
      max-width: 100% !important;
    }
    @page {
      margin: 0.5cm;
    }
    p,
    h2,
    h3 {
      orphans: 3;
      widows: 3;
    }
    h2,
    h3 {
      page-break-after: avoid;
    }
  }
  .clearfix {
    *zoom: 1;
  }
  .clearfix:before,
  .clearfix:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .clearfix:after {
    clear: both;
  }
  .hide-text {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
  }
  .input-block-level {
    display: block;
    width: 100%;
    min-height: 28px;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
  body {
    margin: 0;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
    line-height: 18px;
    color: #333;
    background-color: #fff;
  }
  a {
    color: #3071a9;
    text-decoration: none;
  }
  a:hover,
  a:focus {
    color: #1f496e;
    text-decoration: underline;
  }
  .img-rounded {
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border-radius: 6px;
  }
  .img-polaroid {
    padding: 4px;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  }
  .img-circle {
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border-radius: 500px;
  }
  .row {
    margin-left: -20px;
    *zoom: 1;
  }
  .row:before,
  .row:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .row:after {
    clear: both;
  }
  [class*="span"] {
    float: left;
    min-height: 1px;
    margin-left: 20px;
  }
  .container,
  .navbar-static-top .container,
  .navbar-fixed-top .container,
  .navbar-fixed-bottom .container {
    width: 940px;
  }
  .span12 {
    width: 940px;
  }
  .span11 {
    width: 860px;
  }
  .span10 {
    width: 780px;
  }
  .span9 {
    width: 700px;
  }
  .span8 {
    width: 620px;
  }
  .span7 {
    width: 540px;
  }
  .span6 {
    width: 460px;
  }
  .span5 {
    width: 380px;
  }
  .span4 {
    width: 300px;
  }
  .span3 {
    width: 220px;
  }
  .span2 {
    width: 140px;
  }
  .span1 {
    width: 60px;
  }
  .offset12 {
    margin-left: 980px;
  }
  .offset11 {
    margin-left: 900px;
  }
  .offset10 {
    margin-left: 820px;
  }
  .offset9 {
    margin-left: 740px;
  }
  .offset8 {
    margin-left: 660px;
  }
  .offset7 {
    margin-left: 580px;
  }
  .offset6 {
    margin-left: 500px;
  }
  .offset5 {
    margin-left: 420px;
  }
  .offset4 {
    margin-left: 340px;
  }
  .offset3 {
    margin-left: 260px;
  }
  .offset2 {
    margin-left: 180px;
  }
  .offset1 {
    margin-left: 100px;
  }
  .row-fluid {
    width: 100%;
    *zoom: 1;
  }
  .row-fluid:before,
  .row-fluid:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .row-fluid:after {
    clear: both;
  }
  .row-fluid [class*="span"] {
    display: block;
    width: 100%;
    min-height: 28px;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin-left: 2.12765957%;
    *margin-left: 2.07446809%;
  }
  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }
  .row-fluid .controls-row [class*="span"] + [class*="span"] {
    margin-left: 2.12765957%;
  }
  .row-fluid .span12 {
    width: 100%;
    *width: 99.94680851%;
  }
  .row-fluid .span11 {
    width: 91.4893617%;
    *width: 91.43617021%;
  }
  .row-fluid .span10 {
    width: 82.9787234%;
    *width: 82.92553191%;
  }
  .row-fluid .span9 {
    width: 74.46808511%;
    *width: 74.41489362%;
  }
  .row-fluid .span8 {
    width: 65.95744681%;
    *width: 65.90425532%;
  }
  .row-fluid .span7 {
    width: 57.44680851%;
    *width: 57.39361702%;
  }
  .row-fluid .span6 {
    width: 48.93617021%;
    *width: 48.88297872%;
  }
  .row-fluid .span5 {
    width: 40.42553191%;
    *width: 40.37234043%;
  }
  .row-fluid .span4 {
    width: 31.91489362%;
    *width: 31.86170213%;
  }
  .row-fluid .span3 {
    width: 23.40425532%;
    *width: 23.35106383%;
  }
  .row-fluid .span2 {
    width: 14.89361702%;
    *width: 14.84042553%;
  }
  .row-fluid .span1 {
    width: 6.38297872%;
    *width: 6.32978723%;
  }
  .row-fluid .offset12 {
    margin-left: 104.25531915%;
    *margin-left: 104.14893617%;
  }
  .row-fluid .offset12:first-child {
    margin-left: 102.12765957%;
    *margin-left: 102.0212766%;
  }
  .row-fluid .offset11 {
    margin-left: 95.74468085%;
    *margin-left: 95.63829787%;
  }
  .row-fluid .offset11:first-child {
    margin-left: 93.61702128%;
    *margin-left: 93.5106383%;
  }
  .row-fluid .offset10 {
    margin-left: 87.23404255%;
    *margin-left: 87.12765957%;
  }
  .row-fluid .offset10:first-child {
    margin-left: 85.10638298%;
    *margin-left: 85%;
  }
  .row-fluid .offset9 {
    margin-left: 78.72340426%;
    *margin-left: 78.61702128%;
  }
  .row-fluid .offset9:first-child {
    margin-left: 76.59574468%;
    *margin-left: 76.4893617%;
  }
  .row-fluid .offset8 {
    margin-left: 70.21276596%;
    *margin-left: 70.10638298%;
  }
  .row-fluid .offset8:first-child {
    margin-left: 68.08510638%;
    *margin-left: 67.9787234%;
  }
  .row-fluid .offset7 {
    margin-left: 61.70212766%;
    *margin-left: 61.59574468%;
  }
  .row-fluid .offset7:first-child {
    margin-left: 59.57446809%;
    *margin-left: 59.46808511%;
  }
  .row-fluid .offset6 {
    margin-left: 53.19148936%;
    *margin-left: 53.08510638%;
  }
  .row-fluid .offset6:first-child {
    margin-left: 51.06382979%;
    *margin-left: 50.95744681%;
  }
  .row-fluid .offset5 {
    margin-left: 44.68085106%;
    *margin-left: 44.57446809%;
  }
  .row-fluid .offset5:first-child {
    margin-left: 42.55319149%;
    *margin-left: 42.44680851%;
  }
  .row-fluid .offset4 {
    margin-left: 36.17021277%;
    *margin-left: 36.06382979%;
  }
  .row-fluid .offset4:first-child {
    margin-left: 34.04255319%;
    *margin-left: 33.93617021%;
  }
  .row-fluid .offset3 {
    margin-left: 27.65957447%;
    *margin-left: 27.55319149%;
  }
  .row-fluid .offset3:first-child {
    margin-left: 25.53191489%;
    *margin-left: 25.42553191%;
  }
  .row-fluid .offset2 {
    margin-left: 19.14893617%;
    *margin-left: 19.04255319%;
  }
  .row-fluid .offset2:first-child {
    margin-left: 17.0212766%;
    *margin-left: 16.91489362%;
  }
  .row-fluid .offset1 {
    margin-left: 10.63829787%;
    *margin-left: 10.53191489%;
  }
  .row-fluid .offset1:first-child {
    margin-left: 8.5106383%;
    *margin-left: 8.40425532%;
  }
  [class*="span"].hide,
  .row-fluid [class*="span"].hide {
    display: none;
  }
  [class*="span"].pull-right,
  .row-fluid [class*="span"].pull-right {
    float: right;
  }
  .container {
    margin-right: auto;
    margin-left: auto;
    *zoom: 1;
  }
  .container:before,
  .container:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .container:after {
    clear: both;
  }
  .container-fluid {
    padding-right: 20px;
    padding-left: 20px;
    *zoom: 1;
  }
  .container-fluid:before,
  .container-fluid:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .container-fluid:after {
    clear: both;
  }
  p {
    margin: 0 0 9px;
  }
  .lead {
    margin-bottom: 18px;
    font-size: 19.5px;
    font-weight: 200;
    line-height: 27px;
  }
  small {
    font-size: 85%;
  }
  strong {
    font-weight: bold;
  }
  em {
    font-style: italic;
  }
  cite {
    font-style: normal;
  }
  .muted {
    color: #999;
  }
  a.muted:hover,
  a.muted:focus {
    color: #808080;
  }
  .text-warning {
    color: #8a6d3b;
  }
  a.text-warning:hover,
  a.text-warning:focus {
    color: #66512c;
  }
  .text-error {
    color: #a94442;
  }
  a.text-error:hover,
  a.text-error:focus {
    color: #843534;
  }
  .text-info {
    color: #31708f;
  }
  a.text-info:hover,
  a.text-info:focus {
    color: #245269;
  }
  .text-success {
    color: #3c763d;
  }
  a.text-success:hover,
  a.text-success:focus {
    color: #2b542c;
  }
  .text-left {
    text-align: left;
  }
  .text-right {
    text-align: right;
  }
  .text-center {
    text-align: center;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin: 9px 0;
    font-family: inherit;
    font-weight: bold;
    line-height: 18px;
    color: inherit;
    text-rendering: optimizelegibility;
  }
  h1 small,
  h2 small,
  h3 small,
  h4 small,
  h5 small,
  h6 small {
    font-weight: normal;
    line-height: 1;
    color: #999;
  }
  h1,
  h2,
  h3 {
    line-height: 36px;
  }
  h1 {
    font-size: 35.75px;
  }
  h2 {
    font-size: 29.25px;
  }
  h3 {
    font-size: 22.75px;
  }
  h4 {
    font-size: 16.25px;
  }
  h5 {
    font-size: 13px;
  }
  h6 {
    font-size: 11.05px;
  }
  h1 small {
    font-size: 22.75px;
  }
  h2 small {
    font-size: 16.25px;
  }
  h3 small {
    font-size: 13px;
  }
  h4 small {
    font-size: 13px;
  }
  .page-header {
    padding-bottom: 8px;
    margin: 18px 0 27px;
    border-bottom: 1px solid #eee;
  }
  ul,
  ol {
    padding: 0;
    margin: 0 0 9px 25px;
  }
  ul ul,
  ul ol,
  ol ol,
  ol ul {
    margin-bottom: 0;
  }
  li {
    line-height: 18px;
  }
  ul.unstyled,
  ol.unstyled {
    margin-left: 0;
    list-style: none;
  }
  ul.inline,
  ol.inline {
    margin-left: 0;
    list-style: none;
  }
  ul.inline > li,
  ol.inline > li {
    display: inline-block;
    *display: inline;
    /* IE7 inline-block hack */
    *zoom: 1;
    padding-left: 5px;
    padding-right: 5px;
  }
  dl {
    margin-bottom: 18px;
  }
  dt,
  dd {
    line-height: 18px;
  }
  dt {
    font-weight: bold;
  }
  dd {
    margin-left: 9px;
  }
  .dl-horizontal {
    *zoom: 1;
  }
  .dl-horizontal:before,
  .dl-horizontal:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .dl-horizontal:after {
    clear: both;
  }
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
  hr {
    margin: 18px 0;
    border: 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #fff;
  }
  abbr[title],
  abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #999;
  }
  abbr.initialism {
    font-size: 90%;
    text-transform: uppercase;
  }
  blockquote {
    padding: 0 0 0 15px;
    margin: 0 0 18px;
    border-left: 5px solid #eee;
  }
  blockquote p {
    margin-bottom: 0;
    font-size: 16.25px;
    font-weight: 300;
    line-height: 1.25;
  }
  blockquote small {
    display: block;
    line-height: 18px;
    color: #999;
  }
  blockquote small:before {
    content: '\2014 \00A0';
  }
  blockquote.pull-right {
    float: right;
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #eee;
    border-left: 0;
  }
  blockquote.pull-right p,
  blockquote.pull-right small {
    text-align: right;
  }
  blockquote.pull-right small:before {
    content: '';
  }
  blockquote.pull-right small:after {
    content: '\00A0 \2014';
  }
  q:before,
  q:after,
  blockquote:before,
  blockquote:after {
    content: "";
  }
  address {
    display: block;
    margin-bottom: 18px;
    font-style: normal;
    line-height: 18px;
  }
  code,
  pre {
    padding: 0 3px 2px;
    font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
    font-size: 11px;
    color: #333;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border-radius: 3px;
  }
  code {
    padding: 2px 4px;
    color: #d14;
    background-color: #f7f7f9;
    border: 1px solid #e1e1e8;
    white-space: nowrap;
  }
  pre {
    display: block;
    padding: 8.5px;
    margin: 0 0 9px;
    font-size: 12px;
    line-height: 18px;
    word-break: break-all;
    word-wrap: break-word;
    white-space: pre;
    white-space: pre-wrap;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border-radius: 0px;
  }
  pre.prettyprint {
    margin-bottom: 18px;
  }
  pre code {
    padding: 0;
    color: inherit;
    white-space: pre;
    white-space: pre-wrap;
    background-color: transparent;
    border: 0;
  }
  .pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
  }
  form {
    margin: 0 0 18px;
  }
  fieldset {
    padding: 0;
    margin: 0;
    border: 0;
  }
  legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 18px;
    font-size: 19.5px;
    line-height: 36px;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
  }
  legend small {
    font-size: 13.5px;
    color: #999;
  }
  label,
  input,
  button,
  select,
  textarea {
    font-size: 13px;
    font-weight: normal;
    line-height: 18px;
  }
  input,
  button,
  select,
  textarea {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
  label {
    display: block;
    margin-bottom: 5px;
  }
  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 {
    display: inline-block;
    height: 18px;
    padding: 4px 6px;
    margin-bottom: 9px;
    font-size: 13px;
    line-height: 18px;
    color: #555;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border-radius: 0px;
    vertical-align: middle;
  }
  input,
  textarea,
  .uneditable-input {
    width: 206px;
  }
  textarea {
    height: auto;
  }
  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: #fff;
    border: 1px solid #ccc;
    -ms-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -o-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    transition: border linear .2s, box-shadow linear .2s;
  }
  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: rgba(82, 168, 236, 0.8);
    outline: 0;
    outline: thin dotted \9;
    /* IE6-9 */
    -ms-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
    -o-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
  }
  input[type="radio"],
  input[type="checkbox"] {
    margin: 4px 0 0;
    *margin-top: 0;
    /* IE7 */
    margin-top: 1px \9;
    /* IE8-9 */
    line-height: normal;
  }
  input[type="file"],
  input[type="image"],
  input[type="submit"],
  input[type="reset"],
  input[type="button"],
  input[type="radio"],
  input[type="checkbox"] {
    width: auto;
  }
  select,
  input[type="file"] {
    height: 28px;
    /* In IE7, the height of the select element cannot be changed by height, only font-size */
    *margin-top: 4px;
    /* For IE7, add top margin to align select with labels */
    line-height: 28px;
  }
  select {
    width: 220px;
    border: 1px solid #ccc;
    background-color: #fff;
  }
  select[multiple],
  select[size] {
    height: auto;
  }
  select:focus,
  input[type="file"]:focus,
  input[type="radio"]:focus,
  input[type="checkbox"]:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
  }
  .uneditable-input,
  .uneditable-textarea {
    color: #999;
    background-color: #fcfcfc;
    border-color: #ccc;
    -ms-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
    -o-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
    cursor: not-allowed;
  }
  .uneditable-input {
    overflow: hidden;
    white-space: nowrap;
  }
  .uneditable-textarea {
    width: auto;
    height: auto;
  }
  input::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    color: #aaa;
  }
  input:-moz-placeholder,
  textarea:-moz-placeholder {
    color: #aaa;
  }
  input::-moz-placeholder,
  textarea::-moz-placeholder {
    color: #aaa;
  }
  input:-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    color: #aaa;
  }
  input:-moz-placeholder,
  textarea:-moz-placeholder {
    color: #999;
  }
  input:-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    color: #999;
  }
  input::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    color: #999;
  }
  .radio,
  .checkbox {
    min-height: 18px;
    padding-left: 20px;
  }
  .radio input[type="radio"],
  .checkbox input[type="checkbox"] {
    float: left;
    margin-left: -20px;
  }
  .controls > .radio:first-child,
  .controls > .checkbox:first-child {
    padding-top: 5px;
  }
  .radio.inline,
  .checkbox.inline {
    display: inline-block;
    padding-top: 5px;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .radio.inline + .radio.inline,
  .checkbox.inline + .checkbox.inline {
    margin-left: 10px;
  }
  .input-mini {
    width: 60px;
  }
  .input-small {
    width: 90px;
  }
  .input-medium {
    width: 150px;
  }
  .input-large {
    width: 210px;
  }
  .input-xlarge {
    width: 270px;
  }
  .input-xxlarge {
    width: 530px;
  }
  input[class*="span"],
  select[class*="span"],
  textarea[class*="span"],
  .uneditable-input[class*="span"],
  .row-fluid input[class*="span"],
  .row-fluid select[class*="span"],
  .row-fluid textarea[class*="span"],
  .row-fluid .uneditable-input[class*="span"] {
    float: none;
    margin-left: 0;
  }
  .input-append input[class*="span"],
  .input-append .uneditable-input[class*="span"],
  .input-prepend input[class*="span"],
  .input-prepend .uneditable-input[class*="span"],
  .row-fluid input[class*="span"],
  .row-fluid select[class*="span"],
  .row-fluid textarea[class*="span"],
  .row-fluid .uneditable-input[class*="span"],
  .row-fluid .input-prepend [class*="span"],
  .row-fluid .input-append [class*="span"] {
    display: inline-block;
  }
  input,
  textarea,
  .uneditable-input {
    margin-left: 0;
  }
  .controls-row [class*="span"] + [class*="span"] {
    margin-left: 20px;
  }
  input.span12,
  textarea.span12,
  .uneditable-input.span12 {
    width: 926px;
  }
  input.span11,
  textarea.span11,
  .uneditable-input.span11 {
    width: 846px;
  }
  input.span10,
  textarea.span10,
  .uneditable-input.span10 {
    width: 766px;
  }
  input.span9,
  textarea.span9,
  .uneditable-input.span9 {
    width: 686px;
  }
  input.span8,
  textarea.span8,
  .uneditable-input.span8 {
    width: 606px;
  }
  input.span7,
  textarea.span7,
  .uneditable-input.span7 {
    width: 526px;
  }
  input.span6,
  textarea.span6,
  .uneditable-input.span6 {
    width: 446px;
  }
  input.span5,
  textarea.span5,
  .uneditable-input.span5 {
    width: 366px;
  }
  input.span4,
  textarea.span4,
  .uneditable-input.span4 {
    width: 286px;
  }
  input.span3,
  textarea.span3,
  .uneditable-input.span3 {
    width: 206px;
  }
  input.span2,
  textarea.span2,
  .uneditable-input.span2 {
    width: 126px;
  }
  input.span1,
  textarea.span1,
  .uneditable-input.span1 {
    width: 46px;
  }
  .controls-row {
    *zoom: 1;
  }
  .controls-row:before,
  .controls-row:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .controls-row:after {
    clear: both;
  }
  .controls-row [class*="span"],
  .row-fluid .controls-row [class*="span"] {
    float: left;
  }
  .controls-row .checkbox[class*="span"],
  .controls-row .radio[class*="span"] {
    padding-top: 5px;
  }
  input[disabled],
  select[disabled],
  textarea[disabled],
  input[readonly],
  select[readonly],
  textarea[readonly] {
    cursor: not-allowed;
    background-color: #eee;
  }
  input[type="radio"][disabled],
  input[type="checkbox"][disabled],
  input[type="radio"][readonly],
  input[type="checkbox"][readonly] {
    background-color: transparent;
  }
  .control-group.warning .control-label,
  .control-group.warning .help-block,
  .control-group.warning .help-inline {
    color: #8a6d3b;
  }
  .control-group.warning .checkbox,
  .control-group.warning .radio,
  .control-group.warning input,
  .control-group.warning select,
  .control-group.warning textarea {
    color: #8a6d3b;
  }
  .control-group.warning input,
  .control-group.warning select,
  .control-group.warning textarea {
    border-color: #8a6d3b;
    -ms-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -o-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  }
  .control-group.warning input:focus,
  .control-group.warning select:focus,
  .control-group.warning textarea:focus {
    border-color: #66512c;
    -ms-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    -o-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  }
  .control-group.warning .input-prepend .add-on,
  .control-group.warning .input-append .add-on {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #8a6d3b;
  }
  .control-group.error .control-label,
  .control-group.error .help-block,
  .control-group.error .help-inline {
    color: #a94442;
  }
  .control-group.error .checkbox,
  .control-group.error .radio,
  .control-group.error input,
  .control-group.error select,
  .control-group.error textarea {
    color: #a94442;
  }
  .control-group.error input,
  .control-group.error select,
  .control-group.error textarea {
    border-color: #a94442;
    -ms-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -o-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  }
  .control-group.error input:focus,
  .control-group.error select:focus,
  .control-group.error textarea:focus {
    border-color: #843534;
    -ms-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    -o-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  }
  .control-group.error .input-prepend .add-on,
  .control-group.error .input-append .add-on {
    color: #a94442;
    background-color: #f2dede;
    border-color: #a94442;
  }
  .control-group.success .control-label,
  .control-group.success .help-block,
  .control-group.success .help-inline {
    color: #3c763d;
  }
  .control-group.success .checkbox,
  .control-group.success .radio,
  .control-group.success input,
  .control-group.success select,
  .control-group.success textarea {
    color: #3c763d;
  }
  .control-group.success input,
  .control-group.success select,
  .control-group.success textarea {
    border-color: #3c763d;
    -ms-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -o-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  }
  .control-group.success input:focus,
  .control-group.success select:focus,
  .control-group.success textarea:focus {
    border-color: #2b542c;
    -ms-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    -o-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  }
  .control-group.success .input-prepend .add-on,
  .control-group.success .input-append .add-on {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #3c763d;
  }
  .control-group.info .control-label,
  .control-group.info .help-block,
  .control-group.info .help-inline {
    color: #31708f;
  }
  .control-group.info .checkbox,
  .control-group.info .radio,
  .control-group.info input,
  .control-group.info select,
  .control-group.info textarea {
    color: #31708f;
  }
  .control-group.info input,
  .control-group.info select,
  .control-group.info textarea {
    border-color: #31708f;
    -ms-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -o-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  }
  .control-group.info input:focus,
  .control-group.info select:focus,
  .control-group.info textarea:focus {
    border-color: #245269;
    -ms-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #5ea5c8;
    -o-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #5ea5c8;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #5ea5c8;
  }
  .control-group.info .input-prepend .add-on,
  .control-group.info .input-append .add-on {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #31708f;
  }
  input:focus:invalid,
  textarea:focus:invalid,
  select:focus:invalid {
    color: #b94a48;
    border-color: #ee5f5b;
  }
  input:focus:invalid:focus,
  textarea:focus:invalid:focus,
  select:focus:invalid:focus {
    border-color: #e9322d;
    -ms-box-shadow: 0 0 6px #f8b9b7;
    -o-box-shadow: 0 0 6px #f8b9b7;
    box-shadow: 0 0 6px #f8b9b7;
  }
  .form-actions {
    padding: 17px 20px 18px;
    margin-top: 18px;
    margin-bottom: 18px;
    background-color: #F0F0F0;
    border-top: 1px solid #e5e5e5;
    *zoom: 1;
  }
  .form-actions:before,
  .form-actions:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .form-actions:after {
    clear: both;
  }
  .help-block,
  .help-inline {
    color: #595959;
  }
  .help-block {
    display: block;
    margin-bottom: 9px;
  }
  .help-inline {
    display: inline-block;
    *display: inline;
    /* IE7 inline-block hack */
    *zoom: 1;
    vertical-align: middle;
    padding-left: 5px;
  }
  .input-append,
  .input-prepend {
    display: inline-block;
    margin-bottom: 9px;
    vertical-align: middle;
    font-size: 0;
    white-space: nowrap;
  }
  .input-append input,
  .input-prepend input,
  .input-append select,
  .input-prepend select,
  .input-append .uneditable-input,
  .input-prepend .uneditable-input,
  .input-append .dropdown-menu,
  .input-prepend .dropdown-menu,
  .input-append .popover,
  .input-prepend .popover {
    font-size: 13px;
  }
  .input-append input,
  .input-prepend input,
  .input-append select,
  .input-prepend select,
  .input-append .uneditable-input,
  .input-prepend .uneditable-input {
    position: relative;
    margin-bottom: 0;
    *margin-left: 0;
    vertical-align: top;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border-radius: 0 0px 0px 0;
  }
  .input-append input:focus,
  .input-prepend input:focus,
  .input-append select:focus,
  .input-prepend select:focus,
  .input-append .uneditable-input:focus,
  .input-prepend .uneditable-input:focus {
    z-index: 2;
  }
  .input-append .add-on,
  .input-prepend .add-on {
    display: inline-block;
    width: auto;
    height: 18px;
    min-width: 16px;
    padding: 4px 5px;
    font-size: 13px;
    font-weight: normal;
    line-height: 18px;
    text-align: center;
    text-shadow: 0 1px 0 #fff;
    background-color: #eee;
    border: 1px solid #ccc;
  }
  .input-append .add-on,
  .input-prepend .add-on,
  .input-append .btn,
  .input-prepend .btn,
  .input-append .btn-group > .dropdown-toggle,
  .input-prepend .btn-group > .dropdown-toggle {
    vertical-align: top;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border-radius: 0;
  }
  .input-prepend .add-on,
  .input-prepend .btn {
    margin-right: -1px;
  }
  .input-prepend .add-on:first-child,
  .input-prepend .btn:first-child {
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border-radius: 0px 0 0 0px;
  }
  .input-append input,
  .input-append select,
  .input-append .uneditable-input {
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border-radius: 0px 0 0 0px;
  }
  .input-append input + .btn-group .btn:last-child,
  .input-append select + .btn-group .btn:last-child,
  .input-append .uneditable-input + .btn-group .btn:last-child {
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border-radius: 0 0px 0px 0;
  }
  .input-append .add-on,
  .input-append .btn,
  .input-append .btn-group {
    margin-left: -1px;
  }
  .input-append .add-on:last-child,
  .input-append .btn:last-child,
  .input-append .btn-group:last-child > .dropdown-toggle {
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border-radius: 0 0px 0px 0;
  }
  .input-prepend.input-append input,
  .input-prepend.input-append select,
  .input-prepend.input-append .uneditable-input {
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border-radius: 0;
  }
  .input-prepend.input-append input + .btn-group .btn,
  .input-prepend.input-append select + .btn-group .btn,
  .input-prepend.input-append .uneditable-input + .btn-group .btn {
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border-radius: 0 0px 0px 0;
  }
  .input-prepend.input-append .add-on:first-child,
  .input-prepend.input-append .btn:first-child {
    margin-right: -1px;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border-radius: 0px 0 0 0px;
  }
  .input-prepend.input-append .add-on:last-child,
  .input-prepend.input-append .btn:last-child {
    margin-left: -1px;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border-radius: 0 0px 0px 0;
  }
  .input-prepend.input-append .btn-group:first-child {
    margin-left: 0;
  }
  input.search-query {
    padding-right: 14px;
    padding-right: 4px \9;
    padding-left: 14px;
    padding-left: 4px \9;
    /* IE7-8 doesn't have border-radius, so don't indent the padding */
    margin-bottom: 0;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border-radius: 15px;
  }
  /* Allow for input prepend/append in search forms */
  .form-search .input-append .search-query,
  .form-search .input-prepend .search-query {
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border-radius: 0;
  }
  .form-search .input-append .search-query {
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border-radius: 14px 0 0 14px;
  }
  .form-search .input-append .btn {
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border-radius: 0 14px 14px 0;
  }
  .form-search .input-prepend .search-query {
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border-radius: 0 14px 14px 0;
  }
  .form-search .input-prepend .btn {
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border-radius: 14px 0 0 14px;
  }
  .js-stools-field-filter .input-prepend,
  .js-stools-field-filter .input-append {
    margin-bottom: 0;
  }
  .form-search input,
  .form-inline input,
  .form-horizontal input,
  .form-search textarea,
  .form-inline textarea,
  .form-horizontal textarea,
  .form-search select,
  .form-inline select,
  .form-horizontal select,
  .form-search .help-inline,
  .form-inline .help-inline,
  .form-horizontal .help-inline,
  .form-search .uneditable-input,
  .form-inline .uneditable-input,
  .form-horizontal .uneditable-input,
  .form-search .input-prepend,
  .form-inline .input-prepend,
  .form-horizontal .input-prepend,
  .form-search .input-append,
  .form-inline .input-append,
  .form-horizontal .input-append {
    display: inline-block;
    *display: inline;
    /* IE7 inline-block hack */
    *zoom: 1;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-search .hide,
  .form-inline .hide,
  .form-horizontal .hide {
    display: none;
  }
  .form-search label,
  .form-inline label,
  .form-search .btn-group,
  .form-inline .btn-group {
    display: inline-block;
  }
  .form-search .input-append,
  .form-inline .input-append,
  .form-search .input-prepend,
  .form-inline .input-prepend {
    margin-bottom: 0;
  }
  .form-search .radio,
  .form-search .checkbox,
  .form-inline .radio,
  .form-inline .checkbox {
    padding-left: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-search .radio input[type="radio"],
  .form-search .checkbox input[type="checkbox"],
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    float: left;
    margin-right: 3px;
    margin-left: 0;
  }
  .control-group {
    margin-bottom: 9px;
  }
  legend + .control-group {
    margin-top: 18px;
    -webkit-margin-top-collapse: separate;
  }
  .form-horizontal .control-group {
    margin-bottom: 18px;
    *zoom: 1;
  }
  .form-horizontal .control-group:before,
  .form-horizontal .control-group:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .form-horizontal .control-group:after {
    clear: both;
  }
  .form-horizontal .control-label {
    float: left;
    width: 160px;
    padding-top: 5px;
    text-align: right;
  }
  .form-horizontal .controls {
    *display: inline-block;
    *padding-left: 20px;
    margin-left: 180px;
    *margin-left: 0;
  }
  .form-horizontal .controls:first-child {
    *padding-left: 180px;
  }
  .form-horizontal .help-block {
    margin-bottom: 0;
  }
  .form-horizontal input + .help-block,
  .form-horizontal select + .help-block,
  .form-horizontal textarea + .help-block,
  .form-horizontal .uneditable-input + .help-block,
  .form-horizontal .input-prepend + .help-block,
  .form-horizontal .input-append + .help-block {
    margin-top: 9px;
  }
  .form-horizontal .form-actions {
    padding-left: 180px;
  }
  /*Fix for tooltips wrong positioning*/
  .control-label .hasPopover,
  .control-label .hasTooltip {
    display: inline-block;
  }
  /* Field subform repeatable */
  .subform-repeatable-wrapper .btn-group > .btn.button {
    min-width: 0;
  }
  .subform-repeatable-wrapper .ui-sortable-helper {
    background: #fff;
  }
  .subform-repeatable-wrapper tr.ui-sortable-helper {
    display: table;
  }
  /*Fix for floating 3 columns without overlapping */
  @media (min-width: 980px) and (max-width: 1215px) {
    .float-cols .control-label {
      float: none;
    }
    .float-cols .controls {
      margin-left: 0;
    }
  }
  table {
    max-width: 100%;
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0;
  }
  .table {
    width: 100%;
    margin-bottom: 18px;
  }
  .table th,
  .table td {
    padding: 8px;
    line-height: 18px;
    text-align: left;
    vertical-align: top;
    border-top: 1px solid #ddd;
  }
  .table th {
    font-weight: bold;
  }
  .table thead th {
    vertical-align: bottom;
  }
  .table caption + thead tr:first-child th,
  .table caption + thead tr:first-child td,
  .table colgroup + thead tr:first-child th,
  .table colgroup + thead tr:first-child td,
  .table thead:first-child tr:first-child th,
  .table thead:first-child tr:first-child td {
    border-top: 0;
  }
  .table tbody + tbody {
    border-top: 2px solid #ddd;
  }
  .table .table {
    background-color: #fff;
  }
  .table-condensed th,
  .table-condensed td {
    padding: 4px 5px;
  }
  .table-bordered {
    border: 1px solid #ddd;
    border-collapse: separate;
    *border-collapse: collapse;
    border-left: 0;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border-radius: 0px;
  }
  .table-bordered th,
  .table-bordered td {
    border-left: 1px solid #ddd;
  }
  .table-bordered caption + thead tr:first-child th,
  .table-bordered caption + tbody tr:first-child th,
  .table-bordered caption + tbody tr:first-child td,
  .table-bordered colgroup + thead tr:first-child th,
  .table-bordered colgroup + tbody tr:first-child th,
  .table-bordered colgroup + tbody tr:first-child td,
  .table-bordered thead:first-child tr:first-child th,
  .table-bordered tbody:first-child tr:first-child th,
  .table-bordered tbody:first-child tr:first-child td {
    border-top: 0;
  }
  .table-bordered thead:first-child tr:first-child > th:first-child,
  .table-bordered tbody:first-child tr:first-child > td:first-child,
  .table-bordered tbody:first-child tr:first-child > th:first-child {
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border-top-left-radius: 0px;
  }
  .table-bordered thead:first-child tr:first-child > th:last-child,
  .table-bordered tbody:first-child tr:first-child > td:last-child,
  .table-bordered tbody:first-child tr:first-child > th:last-child {
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border-top-right-radius: 0px;
  }
  .table-bordered thead:last-child tr:last-child > th:first-child,
  .table-bordered tbody:last-child tr:last-child > td:first-child,
  .table-bordered tbody:last-child tr:last-child > th:first-child,
  .table-bordered tfoot:last-child tr:last-child > td:first-child,
  .table-bordered tfoot:last-child tr:last-child > th:first-child {
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border-bottom-left-radius: 0px;
  }
  .table-bordered thead:last-child tr:last-child > th:last-child,
  .table-bordered tbody:last-child tr:last-child > td:last-child,
  .table-bordered tbody:last-child tr:last-child > th:last-child,
  .table-bordered tfoot:last-child tr:last-child > td:last-child,
  .table-bordered tfoot:last-child tr:last-child > th:last-child {
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border-bottom-right-radius: 0px;
  }
  .table-bordered tfoot + tbody:last-child tr:last-child td:first-child {
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border-bottom-left-radius: 0;
  }
  .table-bordered tfoot + tbody:last-child tr:last-child td:last-child {
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border-bottom-right-radius: 0;
  }
  .table-bordered caption + thead tr:first-child th:first-child,
  .table-bordered caption + tbody tr:first-child td:first-child,
  .table-bordered colgroup + thead tr:first-child th:first-child,
  .table-bordered colgroup + tbody tr:first-child td:first-child {
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border-top-left-radius: 0px;
  }
  .table-bordered caption + thead tr:first-child th:last-child,
  .table-bordered caption + tbody tr:first-child td:last-child,
  .table-bordered colgroup + thead tr:first-child th:last-child,
  .table-bordered colgroup + tbody tr:first-child td:last-child {
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border-top-right-radius: 0px;
  }
  .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: #F0F0F0;
  }
  table td[class*="span"],
  table th[class*="span"],
  .row-fluid table td[class*="span"],
  .row-fluid table th[class*="span"] {
    display: table-cell;
    float: none;
    margin-left: 0;
  }
  .table td.span1,
  .table th.span1 {
    float: none;
    width: 44px;
    margin-left: 0;
  }
  .table td.span2,
  .table th.span2 {
    float: none;
    width: 124px;
    margin-left: 0;
  }
  .table td.span3,
  .table th.span3 {
    float: none;
    width: 204px;
    margin-left: 0;
  }
  .table td.span4,
  .table th.span4 {
    float: none;
    width: 284px;
    margin-left: 0;
  }
  .table td.span5,
  .table th.span5 {
    float: none;
    width: 364px;
    margin-left: 0;
  }
  .table td.span6,
  .table th.span6 {
    float: none;
    width: 444px;
    margin-left: 0;
  }
  .table td.span7,
  .table th.span7 {
    float: none;
    width: 524px;
    margin-left: 0;
  }
  .table td.span8,
  .table th.span8 {
    float: none;
    width: 604px;
    margin-left: 0;
  }
  .table td.span9,
  .table th.span9 {
    float: none;
    width: 684px;
    margin-left: 0;
  }
  .table td.span10,
  .table th.span10 {
    float: none;
    width: 764px;
    margin-left: 0;
  }
  .table td.span11,
  .table th.span11 {
    float: none;
    width: 844px;
    margin-left: 0;
  }
  .table td.span12,
  .table th.span12 {
    float: none;
    width: 924px;
    margin-left: 0;
  }
  .table tbody tr.success > td {
    background-color: #dff0d8;
  }
  .table tbody tr.error > td {
    background-color: #f2dede;
  }
  .table tbody tr.warning > td {
    background-color: #fcf8e3;
  }
  .table tbody tr.info > td {
    background-color: #d9edf7;
  }
  .table-hover tbody tr.success:hover > td {
    background-color: #d0e9c6;
  }
  .table-hover tbody tr.error:hover > td {
    background-color: #ebcccc;
  }
  .table-hover tbody tr.warning:hover > td {
    background-color: #faf2cc;
  }
  .table-hover tbody tr.info:hover > td {
    background-color: #c4e3f3;
  }
  .table-noheader {
    border-collapse: collapse;
  }
  .table-noheader thead {
    display: none;
  }
  .dropup,
  .dropdown {
    position: relative;
  }
  .dropdown-toggle {
    *margin-bottom: -3px;
  }
  .dropdown-toggle:active,
  .open .dropdown-toggle {
    outline: 0;
  }
  .caret {
    display: inline-block;
    width: 0;
    height: 0;
    vertical-align: top;
    border-top: 4px solid #000;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    content: "";
  }
  .dropdown .caret {
    margin-top: 8px;
    margin-left: 2px;
  }
  .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    *border-right-width: 2px;
    *border-bottom-width: 2px;
    border-radius: 6px;
    -ms-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
  }
  .dropdown-menu.pull-right {
    right: 0;
    left: auto;
  }
  .dropdown-menu .divider {
    *width: 100%;
    height: 1px;
    margin: 8px 1px;
    *margin: -5px 0 5px;
    overflow: hidden;
    background-color: #F0F0F0;
    border-bottom: 1px solid #fff;
  }
  .dropdown-menu .menuitem-group {
    margin: 4px 1px;
    overflow: hidden;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    background-color: #eee;
    color: #555;
    text-transform: capitalize;
    font-size: 95%;
    padding: 3px 20px;
  }
  .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 18px;
    color: #333;
    white-space: nowrap;
  }
  .dropdown-menu > li > a:hover,
  .dropdown-menu > li > a:focus,
  .dropdown-submenu:hover > a,
  .dropdown-submenu:focus > a {
    text-decoration: none;
    color: #fff;
    background-color: #2d6ca2;
    background-image: linear-gradient(to bottom, #3071a9, #2a6496);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3071a9', endColorstr='#ff2a6496', GradientType=0);
  }
  .dropdown-menu > .active > a,
  .dropdown-menu > .active > a:hover,
  .dropdown-menu > .active > a:focus {
    color: #333;
    text-decoration: none;
    outline: 0;
    background-color: #2d6ca2;
    background-image: linear-gradient(to bottom, #3071a9, #2a6496);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3071a9', endColorstr='#ff2a6496', GradientType=0);
  }
  .dropdown-menu > .disabled > a,
  .dropdown-menu > .disabled > a:hover,
  .dropdown-menu > .disabled > a:focus {
    color: #999;
  }
  .dropdown-menu > .disabled > a:hover,
  .dropdown-menu > .disabled > a:focus {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    cursor: default;
  }
  .open {
    *z-index: 1000;
  }
  .open > .dropdown-menu {
    display: block;
  }
  .dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990;
  }
  .pull-right > .dropdown-menu {
    right: 0;
    left: auto;
  }
  .dropup .caret,
  .navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px solid #000;
    content: "";
  }
  .dropup .dropdown-menu,
  .navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 1px;
  }
  .dropdown-submenu {
    position: relative;
  }
  .dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border-radius: 6px 6px 6px 6px;
  }
  .dropdown-submenu:hover > .dropdown-menu {
    display: block;
  }
  .dropup .dropdown-submenu > .dropdown-menu {
    top: auto;
    bottom: 0;
    margin-top: 0;
    margin-bottom: -2px;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border-radius: 5px 5px 5px 0;
  }
  .dropdown-submenu > a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #cccccc;
    margin-top: 5px;
    margin-right: -10px;
  }
  .dropdown-submenu:hover > a:after {
    border-left-color: #fff;
  }
  .dropdown-submenu.pull-left {
    float: none;
  }
  .dropdown-submenu.pull-left > .dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border-radius: 6px 0 6px 6px;
  }
  .dropdown .dropdown-menu .nav-header {
    padding-left: 20px;
    padding-right: 20px;
  }
  .typeahead {
    z-index: 1051;
    margin-top: 2px;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border-radius: 0px;
  }
  .well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #ffffff;
    border: 1px solid #ededed;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border-radius: 0px;
    -ms-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    -o-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  }
  .well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, 0.15);
  }
  .well-large {
    padding: 24px;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border-radius: 0px;
  }
  .well-small {
    padding: 9px;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border-radius: 0px;
  }
  .fade {
    opacity: 0;
    transition: opacity 0.15s linear;
  }
  .fade.in {
    opacity: 1;
  }
  .collapse {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height 0.35s ease;
  }
  .collapse.in {
    height: auto;
  }
  .close {
    float: right;
    font-size: 20px;
    font-weight: bold;
    line-height: 18px;
    color: #000;
    text-shadow: 0 1px 0 #ffffff;
    zoom: 1;
    filter: alpha(opacity=2000);
    -webkit-opacity: 20;
    opacity: 20;
    opacity: 0.2;
    filter: alpha(opacity=20);
  }
  .close:hover,
  .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    zoom: 1;
    filter: alpha(opacity=4000);
    -webkit-opacity: 40;
    opacity: 40;
    opacity: 0.4;
    filter: alpha(opacity=40);
  }
  button.close {
    padding: 3;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
  }
  .alert-options {
    float: right;
    line-height: 18px;
    color: #000;
    text-shadow: 0 1px 0 #ffffff;
    zoom: 1;
    filter: alpha(opacity=2000);
    -webkit-opacity: 20;
    opacity: 20;
    opacity: 0.2;
    filter: alpha(opacity=20);
  }
  .alert-options:hover,
  .alert-options:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    zoom: 1;
    filter: alpha(opacity=4000);
    -webkit-opacity: 40;
    opacity: 40;
    opacity: 0.4;
    filter: alpha(opacity=40);
  }
  .btn {
    display: inline-block;
    *display: inline;
    /* IE7 inline-block hack */
    *zoom: 1;
    padding: 4px 12px;
    margin-bottom: 0;
    font-size: 13px;
    line-height: 18px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    color: #333;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    background-color: #eeeeee;
    background-image: linear-gradient(to bottom, #f3f3f3, #e6e6e6);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff3f3f3', endColorstr='#ffe6e6e6', GradientType=0);
    border-color: #e6e6e6 #e6e6e6 #c0c0c0;
    *background-color: #e6e6e6;
    /* Darken IE7 buttons by default so they stand out more given they won't have borders */
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    border: 1px solid #b3b3b3;
    *border: 0;
    border-bottom-color: #999999;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border-radius: 0px;
    *margin-left: 0.3em;
    -ms-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
    -o-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  }
  .btn:hover,
  .btn:focus,
  .btn:active,
  .btn.active,
  .btn.disabled,
  .btn[disabled] {
    color: #333;
    background-color: #e6e6e6;
    *background-color: #dadada;
  }
  .btn:active,
  .btn.active {
    background-color: #cdcdcd \9;
  }
  .btn:first-child {
    *margin-left: 0;
  }
  .btn:hover,
  .btn:focus {
    color: #333;
    text-decoration: none;
    background-position: 0 -15px;
    transition: background-position 0.1s linear;
  }
  .btn:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
  }
  .btn.active,
  .btn:active {
    background-image: none;
    outline: 0;
    -ms-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
    -o-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
    box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  }
  .btn.disabled,
  .btn[disabled] {
    cursor: default;
    background-image: none;
    zoom: 1;
    filter: alpha(opacity=6500);
    -webkit-opacity: 65;
    opacity: 65;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
  }
  .btn-large {
    padding: 11px 19px;
    font-size: 16.25px;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border-radius: 0px;
  }
  .btn-large [class^="icon-"],
  .btn-large [class*=" icon-"] {
    margin-top: 4px;
  }
  .btn-small {
    padding: 2px 10px;
    font-size: 12px;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border-radius: 0px;
  }
  .btn-small [class^="icon-"],
  .btn-small [class*=" icon-"] {
    margin-top: 0;
  }
  .btn-mini [class^="icon-"],
  .btn-mini [class*=" icon-"] {
    margin-top: -1px;
  }
  .btn-mini {
    padding: 0 6px;
    font-size: 9.75px;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border-radius: 0px;
  }
  .btn-block {
    display: block;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
  .btn-block + .btn-block {
    margin-top: 5px;
  }
  input[type="submit"].btn-block,
  input[type="reset"].btn-block,
  input[type="button"].btn-block {
    width: 100%;
  }
  .btn-primary.active,
  .btn-warning.active,
  .btn-danger.active,
  .btn-success.active,
  .btn-info.active,
  .btn-inverse.active {
    color: rgba(255, 255, 255, 0.75);
  }
  .btn-primary {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #1d6cb0;
    background-image: linear-gradient(to bottom, #2384d3, #15497c);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff2384d3', endColorstr='#ff15497c', GradientType=0);
    border-color: #15497c #15497c #0a223b;
    *background-color: #15497c;
    /* Darken IE7 buttons by default so they stand out more given they won't have borders */
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  }
  .btn-primary:hover,
  .btn-primary:focus,
  .btn-primary:active,
  .btn-primary.active,
  .btn-primary.disabled,
  .btn-primary[disabled] {
    color: #fff;
    background-color: #15497c;
    *background-color: #113c66;
  }
  .btn-primary:active,
  .btn-primary.active {
    background-color: #0e2f50 \9;
  }
  .btn-warning {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #e48806;
    background-image: linear-gradient(to bottom, #f89406, #c67605);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff89406', endColorstr='#ffc67605', GradientType=0);
    border-color: #c67605 #c67605 #7c4a03;
    *background-color: #c67605;
    /* Darken IE7 buttons by default so they stand out more given they won't have borders */
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  }
  .btn-warning:hover,
  .btn-warning:focus,
  .btn-warning:active,
  .btn-warning.active,
  .btn-warning.disabled,
  .btn-warning[disabled] {
    color: #fff;
    background-color: #c67605;
    *background-color: #ad6704;
  }
  .btn-warning:active,
  .btn-warning.active {
    background-color: #945904 \9;
  }
  .btn-danger {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #ad312b;
    background-image: linear-gradient(to bottom, #bd362f, #942a25);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffbd362f', endColorstr='#ff942a25', GradientType=0);
    border-color: #942a25 #942a25 #571916;
    *background-color: #942a25;
    /* Darken IE7 buttons by default so they stand out more given they won't have borders */
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  }
  .btn-danger:hover,
  .btn-danger:focus,
  .btn-danger:active,
  .btn-danger.active,
  .btn-danger.disabled,
  .btn-danger[disabled] {
    color: #fff;
    background-color: #942a25;
    *background-color: #802420;
  }
  .btn-danger:active,
  .btn-danger.active {
    background-color: #6b1f1b \9;
  }
  .btn-success {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #409740;
    background-image: linear-gradient(to bottom, #46a546, #378137);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff46a546', endColorstr='#ff378137', GradientType=0);
    border-color: #378137 #378137 #204b20;
    *background-color: #378137;
    /* Darken IE7 buttons by default so they stand out more given they won't have borders */
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  }
  .btn-success:hover,
  .btn-success:focus,
  .btn-success:active,
  .btn-success.active,
  .btn-success.disabled,
  .btn-success[disabled] {
    color: #fff;
    background-color: #378137;
    *background-color: #2f6f2f;
  }
  .btn-success:active,
  .btn-success.active {
    background-color: #285d28 \9;
  }
  .btn-info {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #2b89a4;
    background-image: linear-gradient(to bottom, #2f96b4, #24748c);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff2f96b4', endColorstr='#ff24748c', GradientType=0);
    border-color: #24748c #24748c #15424f;
    *background-color: #24748c;
    /* Darken IE7 buttons by default so they stand out more given they won't have borders */
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  }
  .btn-info:hover,
  .btn-info:focus,
  .btn-info:active,
  .btn-info.active,
  .btn-info.disabled,
  .btn-info[disabled] {
    color: #fff;
    background-color: #24748c;
    *background-color: #1f6377;
  }
  .btn-info:active,
  .btn-info.active {
    background-color: #1a5363 \9;
  }
  .btn-inverse {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #363636;
    background-image: linear-gradient(to bottom, #444, #222);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
    border-color: #222 #222 #000000;
    *background-color: #222;
    /* Darken IE7 buttons by default so they stand out more given they won't have borders */
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  }
  .btn-inverse:hover,
  .btn-inverse:focus,
  .btn-inverse:active,
  .btn-inverse.active,
  .btn-inverse.disabled,
  .btn-inverse[disabled] {
    color: #fff;
    background-color: #222;
    *background-color: #151515;
  }
  .btn-inverse:active,
  .btn-inverse.active {
    background-color: #080808 \9;
  }
  button.btn,
  input[type="submit"].btn {
    *padding-top: 3px;
    *padding-bottom: 3px;
  }
  button.btn::-moz-focus-inner,
  input[type="submit"].btn::-moz-focus-inner {
    padding: 0;
    border: 0;
  }
  button.btn.btn-large,
  input[type="submit"].btn.btn-large {
    *padding-top: 7px;
    *padding-bottom: 7px;
  }
  button.btn.btn-small,
  input[type="submit"].btn.btn-small {
    *padding-top: 3px;
    *padding-bottom: 3px;
  }
  button.btn.btn-mini,
  input[type="submit"].btn.btn-mini {
    *padding-top: 1px;
    *padding-bottom: 1px;
  }
  .btn-link,
  .btn-link:active,
  .btn-link[disabled] {
    background-color: transparent;
    background-image: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
  }
  .btn-link {
    border-color: transparent;
    cursor: pointer;
    color: #3071a9;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border-radius: 0;
  }
  .btn-link:hover,
  .btn-link:focus {
    color: #1f496e;
    text-decoration: underline;
    background-color: transparent;
  }
  .btn-link[disabled]:hover,
  .btn-link[disabled]:focus {
    color: #333;
    text-decoration: none;
  }
  .btn-group {
    position: relative;
    display: inline-block;
    *display: inline;
    /* IE7 inline-block hack */
    *zoom: 1;
    font-size: 0;
    vertical-align: middle;
    white-space: nowrap;
    *margin-left: 0.3em;
  }
  .btn-group:first-child {
    *margin-left: 0;
  }
  .btn-group + .btn-group {
    margin-left: 5px;
  }
  .btn-toolbar {
    font-size: 0;
    margin-top: 9px;
    margin-bottom: 9px;
  }
  .btn-toolbar > .btn + .btn,
  .btn-toolbar > .btn-group + .btn,
  .btn-toolbar > .btn + .btn-group {
    margin-left: 5px;
  }
  .btn-group > .btn {
    position: relative;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border-radius: 0;
  }
  .btn-group > .btn + .btn {
    margin-left: -1px;
  }
  .btn-group > .btn,
  .btn-group > .dropdown-menu,
  .btn-group > .popover {
    font-size: 13px;
  }
  .btn-group > .btn-mini {
    font-size: 9.75px;
  }
  .btn-group > .btn-small {
    font-size: 12px;
  }
  .btn-group > .btn-large {
    font-size: 16.25px;
  }
  .btn-group > .btn:first-child {
    margin-left: 0;
    border-top-left-radius: 0px;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border-bottom-left-radius: 0px;
  }
  .btn-group > .btn:last-child,
  .btn-group > .dropdown-toggle {
    border-top-right-radius: 0px;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border-bottom-right-radius: 0px;
  }
  .btn-group > .btn.large:first-child {
    margin-left: 0;
    border-top-left-radius: 0px;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border-bottom-left-radius: 0px;
  }
  .btn-group > .btn.large:last-child,
  .btn-group > .large.dropdown-toggle {
    border-top-right-radius: 0px;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border-bottom-right-radius: 0px;
  }
  .btn-group > .btn:hover,
  .btn-group > .btn:focus,
  .btn-group > .btn:active,
  .btn-group > .btn.active {
    z-index: 2;
  }
  .btn-group .dropdown-toggle:active,
  .btn-group.open .dropdown-toggle {
    outline: 0;
  }
  .btn-group > .btn + .dropdown-toggle {
    padding-left: 8px;
    padding-right: 8px;
    -ms-box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
    -o-box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
    box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
    *padding-top: 5px;
    *padding-bottom: 5px;
  }
  .btn-group > .btn-mini + .dropdown-toggle {
    padding-left: 5px;
    padding-right: 5px;
    *padding-top: 2px;
    *padding-bottom: 2px;
  }
  .btn-group > .btn-small + .dropdown-toggle {
    *padding-top: 5px;
    *padding-bottom: 4px;
  }
  .btn-group > .btn-large + .dropdown-toggle {
    padding-left: 12px;
    padding-right: 12px;
    *padding-top: 7px;
    *padding-bottom: 7px;
  }
  .btn-group.open .dropdown-toggle {
    background-image: none;
    -ms-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
    -o-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
    box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  }
  .btn-group.open .btn.dropdown-toggle {
    background-color: #e6e6e6;
  }
  .btn-group.open .btn-primary.dropdown-toggle {
    background-color: #15497c;
  }
  .btn-group.open .btn-warning.dropdown-toggle {
    background-color: #c67605;
  }
  .btn-group.open .btn-danger.dropdown-toggle {
    background-color: #942a25;
  }
  .btn-group.open .btn-success.dropdown-toggle {
    background-color: #378137;
  }
  .btn-group.open .btn-info.dropdown-toggle {
    background-color: #24748c;
  }
  .btn-group.open .btn-inverse.dropdown-toggle {
    background-color: #222;
  }
  .btn .caret {
    margin-top: 8px;
    margin-left: 0;
  }
  .btn-large .caret {
    margin-top: 6px;
  }
  .btn-large .caret {
    border-left-width: 5px;
    border-right-width: 5px;
    border-top-width: 5px;
  }
  .btn-mini .caret,
  .btn-small .caret {
    margin-top: 8px;
  }
  .dropup .btn-large .caret {
    border-bottom-width: 5px;
  }
  .btn-primary .caret,
  .btn-warning .caret,
  .btn-danger .caret,
  .btn-info .caret,
  .btn-success .caret,
  .btn-inverse .caret {
    border-top-color: #fff;
    border-bottom-color: #fff;
  }
  .btn-group-vertical {
    display: inline-block;
    *display: inline;
    /* IE7 inline-block hack */
    *zoom: 1;
  }
  .btn-group-vertical > .btn {
    display: block;
    float: none;
    max-width: 100%;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border-radius: 0;
  }
  .btn-group-vertical > .btn + .btn {
    margin-left: 0;
    margin-top: -1px;
  }
  .btn-group-vertical > .btn:first-child {
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border-radius: 0px 0px 0 0;
  }
  .btn-group-vertical > .btn:last-child {
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border-radius: 0 0 0px 0px;
  }
  .btn-group-vertical > .btn-large:first-child {
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border-radius: 0px 0px 0 0;
  }
  .btn-group-vertical > .btn-large:last-child {
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border-radius: 0 0 0px 0px;
  }
  .alert {
    padding: 8px 35px 8px 14px;
    margin-bottom: 18px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    background-color: #fcf8e3;
    border: 1px solid #faebcc;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border-radius: 0px;
  }
  .alert,
  .alert h4 {
    color: #8a6d3b;
  }
  .alert h4 {
    margin: 0 0 0.5em;
  }
  .alert .close {
    position: relative;
    top: -2px;
    right: -21px;
    line-height: 18px;
    cursor: pointer;
  }
  .alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d;
  }
  .alert-success h4 {
    color: #3c763d;
  }
  .alert-danger,
  .alert-error {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
  }
  .alert-danger h4,
  .alert-error h4 {
    color: #a94442;
  }
  .alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f;
  }
  .alert-info h4 {
    color: #31708f;
  }
  .alert-block {
    padding-top: 14px;
    padding-bottom: 14px;
  }
  .alert-block > p,
  .alert-block > ul {
    margin-bottom: 0;
  }
  .alert-block p + p {
    margin-top: 5px;
  }
  .nav {
    margin-left: 0;
    margin-bottom: 18px;
    list-style: none;
  }
  .nav > li > a {
    display: block;
  }
  .nav > li > a:hover,
  .nav > li > a:focus {
    text-decoration: none;
    background-color: #eee;
  }
  .nav > li > a > img {
    max-width: none;
  }
  .nav > .pull-right {
    float: right;
  }
  .nav-header {
    display: block;
    padding: 3px 15px;
    font-size: 11px;
    font-weight: bold;
    line-height: 18px;
    color: #999;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    text-transform: uppercase;
  }
  .nav li + .nav-header {
    margin-top: 9px;
  }
  .nav-list {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 0;
  }
  .nav-list > li > a,
  .nav-list .nav-header {
    margin-left: -15px;
    margin-right: -15px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  }
  .nav-list > li > a {
    padding: 3px 15px;
  }
  .nav-list > .active > a,
  .nav-list > .active > a:hover,
  .nav-list > .active > a:focus {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
    background-color: #3071a9;
  }
  .nav-list [class^="icon-"],
  .nav-list [class*=" icon-"] {
    margin-right: 2px;
  }
  .nav-list .divider {
    *width: 100%;
    height: 1px;
    margin: 8px 1px;
    *margin: -5px 0 5px;
    overflow: hidden;
    background-color: #e5e5e5;
    border-bottom: 1px solid #fff;
  }
  .nav-tabs,
  .nav-pills {
    *zoom: 1;
  }
  .nav-tabs:before,
  .nav-pills:before,
  .nav-tabs:after,
  .nav-pills:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .nav-tabs:after,
  .nav-pills:after {
    clear: both;
  }
  .nav-tabs > li,
  .nav-pills > li {
    float: left;
  }
  .nav-tabs > li > a,
  .nav-pills > li > a {
    padding-right: 12px;
    padding-left: 12px;
    margin-right: 2px;
    line-height: 14px;
  }
  .nav-tabs {
    border-bottom: 1px solid #ddd;
  }
  .nav-tabs > li {
    margin-bottom: -1px;
  }
  .nav-tabs > li > a {
    padding-top: 8px;
    padding-bottom: 8px;
    line-height: 18px;
    border: 1px solid transparent;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs > li > a:hover,
  .nav-tabs > li > a:focus {
    border-color: #eee #eee #ddd;
  }
  .nav-tabs > .active > a,
  .nav-tabs > .active > a:hover,
  .nav-tabs > .active > a:focus {
    color: #555;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    cursor: default;
  }
  .nav-pills > li > a {
    padding-top: 8px;
    padding-bottom: 8px;
    margin-top: 2px;
    margin-bottom: 2px;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border-radius: 5px;
  }
  .nav-pills > .active > a,
  .nav-pills > .active > a:hover,
  .nav-pills > .active > a:focus {
    color: #fff;
    background-color: #3071a9;
  }
  .nav-stacked > li {
    float: none;
  }
  .nav-stacked > li > a {
    margin-right: 0;
  }
  .nav-tabs.nav-stacked {
    border-bottom: 0;
  }
  .nav-tabs.nav-stacked > li > a {
    border: 1px solid #ddd;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border-radius: 0;
  }
  .nav-tabs.nav-stacked > li:first-child > a {
    border-top-right-radius: 4px;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border-top-left-radius: 4px;
  }
  .nav-tabs.nav-stacked > li:last-child > a {
    border-bottom-right-radius: 4px;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border-bottom-left-radius: 4px;
  }
  .nav-tabs.nav-stacked > li > a:hover,
  .nav-tabs.nav-stacked > li > a:focus {
    border-color: #ddd;
    z-index: 2;
  }
  .nav-pills.nav-stacked > li > a {
    margin-bottom: 3px;
  }
  .nav-pills.nav-stacked > li:last-child > a {
    margin-bottom: 1px;
  }
  .nav-tabs .dropdown-menu {
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border-radius: 0 0 6px 6px;
  }
  .nav-pills .dropdown-menu {
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border-radius: 6px;
  }
  .nav .dropdown-toggle .caret {
    border-top-color: #3071a9;
    border-bottom-color: #3071a9;
    margin-top: 6px;
  }
  .nav .dropdown-toggle:hover .caret,
  .nav .dropdown-toggle:focus .caret {
    border-top-color: #1f496e;
    border-bottom-color: #1f496e;
  }
  /* move down carets for tabs */
  .nav-tabs .dropdown-toggle .caret {
    margin-top: 8px;
  }
  .nav .active .dropdown-toggle .caret {
    border-top-color: #fff;
    border-bottom-color: #fff;
  }
  .nav-tabs .active .dropdown-toggle .caret {
    border-top-color: #555;
    border-bottom-color: #555;
  }
  .nav > .dropdown.active > a:hover,
  .nav > .dropdown.active > a:focus {
    cursor: pointer;
  }
  .nav-tabs .open .dropdown-toggle,
  .nav-pills .open .dropdown-toggle,
  .nav > li.dropdown.open.active > a:hover,
  .nav > li.dropdown.open.active > a:focus {
    color: #fff;
    background-color: #999;
    border-color: #999;
  }
  .nav li.dropdown.open .caret,
  .nav li.dropdown.open.active .caret,
  .nav li.dropdown.open a:hover .caret,
  .nav li.dropdown.open a:focus .caret {
    border-top-color: #fff;
    border-bottom-color: #fff;
    zoom: 1;
    filter: alpha(opacity=10000);
    -webkit-opacity: 100;
    opacity: 100;
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .tabs-stacked .open > a:hover,
  .tabs-stacked .open > a:focus {
    border-color: #999;
  }
  .tabbable {
    *zoom: 1;
  }
  .tabbable:before,
  .tabbable:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .tabbable:after {
    clear: both;
  }
  .tab-content {
    overflow: auto;
  }
  .tabs-below > .nav-tabs,
  .tabs-right > .nav-tabs,
  .tabs-left > .nav-tabs {
    border-bottom: 0;
  }
  .tab-content > .tab-pane,
  .pill-content > .pill-pane {
    display: none;
  }
  .tab-content > .active,
  .pill-content > .active {
    display: block;
  }
  .tabs-below > .nav-tabs {
    border-top: 1px solid #ddd;
  }
  .tabs-below > .nav-tabs > li {
    margin-top: -1px;
    margin-bottom: 0;
  }
  .tabs-below > .nav-tabs > li > a {
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border-radius: 0 0 4px 4px;
  }
  .tabs-below > .nav-tabs > li > a:hover,
  .tabs-below > .nav-tabs > li > a:focus {
    border-bottom-color: transparent;
    border-top-color: #ddd;
  }
  .tabs-below > .nav-tabs > .active > a,
  .tabs-below > .nav-tabs > .active > a:hover,
  .tabs-below > .nav-tabs > .active > a:focus {
    border-color: transparent #ddd #ddd #ddd;
  }
  .tabs-left > .nav-tabs > li,
  .tabs-right > .nav-tabs > li {
    float: none;
  }
  .tabs-left > .nav-tabs > li > a,
  .tabs-right > .nav-tabs > li > a {
    min-width: 74px;
    margin-right: 0;
    margin-bottom: 3px;
  }
  .tabs-left > .nav-tabs {
    float: left;
    margin-right: 19px;
    border-right: 1px solid #ddd;
  }
  .tabs-left > .nav-tabs > li > a {
    margin-right: -1px;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border-radius: 4px 0 0 4px;
  }
  .tabs-left > .nav-tabs > li > a:hover,
  .tabs-left > .nav-tabs > li > a:focus {
    border-color: #eee #ddd #eee #eee;
  }
  .tabs-left > .nav-tabs .active > a,
  .tabs-left > .nav-tabs .active > a:hover,
  .tabs-left > .nav-tabs .active > a:focus {
    border-color: #ddd transparent #ddd #ddd;
    *border-right-color: #fff;
  }
  .tabs-right > .nav-tabs {
    float: right;
    margin-left: 19px;
    border-left: 1px solid #ddd;
  }
  .tabs-right > .nav-tabs > li > a {
    margin-left: -1px;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border-radius: 0 4px 4px 0;
  }
  .tabs-right > .nav-tabs > li > a:hover,
  .tabs-right > .nav-tabs > li > a:focus {
    border-color: #eee #eee #eee #ddd;
  }
  .tabs-right > .nav-tabs .active > a,
  .tabs-right > .nav-tabs .active > a:hover,
  .tabs-right > .nav-tabs .active > a:focus {
    border-color: #ddd #ddd #ddd transparent;
    *border-left-color: #fff;
  }
  .nav > .disabled > a {
    color: #999;
  }
  .nav > .disabled > a:hover,
  .nav > .disabled > a:focus {
    text-decoration: none;
    background-color: transparent;
    cursor: default;
  }
  .breadcrumb {
    padding: 8px 15px;
    margin: 0 0 18px;
    list-style: none;
    background-color: #f5f5f5;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border-radius: 0px;
  }
  .breadcrumb > li {
    display: inline-block;
    *display: inline;
    /* IE7 inline-block hack */
    *zoom: 1;
    text-shadow: 0 1px 0 #fff;
  }
  .breadcrumb > li > .divider {
    padding: 0 5px;
    color: #ccc;
  }
  .breadcrumb > .active {
    color: #999;
  }
  .pagination {
    margin: 18px 0;
  }
  .pagination ul {
    display: inline-block;
    *display: inline;
    /* IE7 inline-block hack */
    *zoom: 1;
    margin-left: 0;
    margin-bottom: 0;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border-radius: 0px;
    -ms-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  }
  .pagination ul > li {
    display: inline;
  }
  .pagination ul > li > a,
  .pagination ul > li > span {
    float: left;
    padding: 4px 12px;
    line-height: 18px;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
    border-left-width: 0;
  }
  .pagination ul > li > a:hover,
  .pagination ul > li > a:focus,
  .pagination ul > .active > a,
  .pagination ul > .active > span {
    background-color: #F0F0F0;
  }
  .pagination ul > .active > a,
  .pagination ul > .active > span {
    color: #999;
    cursor: default;
  }
  .pagination ul > .disabled > span,
  .pagination ul > .disabled > a,
  .pagination ul > .disabled > a:hover,
  .pagination ul > .disabled > a:focus {
    color: #999;
    background-color: transparent;
    cursor: default;
  }
  .pagination ul > li:first-child > a,
  .pagination ul > li:first-child > span {
    border-left-width: 1px;
    border-top-left-radius: 0px;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border-bottom-left-radius: 0px;
  }
  .pagination ul > li:last-child > a,
  .pagination ul > li:last-child > span {
    border-top-right-radius: 0px;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border-bottom-right-radius: 0px;
  }
  .pagination-centered {
    text-align: center;
  }
  .pagination-right {
    text-align: right;
  }
  .pagination-large ul > li > a,
  .pagination-large ul > li > span {
    padding: 11px 19px;
    font-size: 16.25px;
  }
  .pagination-large ul > li:first-child > a,
  .pagination-large ul > li:first-child > span {
    border-top-left-radius: 0px;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border-bottom-left-radius: 0px;
  }
  .pagination-large ul > li:last-child > a,
  .pagination-large ul > li:last-child > span {
    border-top-right-radius: 0px;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border-bottom-right-radius: 0px;
  }
  .pagination-mini ul > li:first-child > a,
  .pagination-small ul > li:first-child > a,
  .pagination-mini ul > li:first-child > span,
  .pagination-small ul > li:first-child > span {
    border-top-left-radius: 0px;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border-bottom-left-radius: 0px;
  }
  .pagination-mini ul > li:last-child > a,
  .pagination-small ul > li:last-child > a,
  .pagination-mini ul > li:last-child > span,
  .pagination-small ul > li:last-child > span {
    border-top-right-radius: 0px;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border-bottom-right-radius: 0px;
  }
  .pagination-small ul > li > a,
  .pagination-small ul > li > span {
    padding: 2px 10px;
    font-size: 12px;
  }
  .pagination-mini ul > li > a,
  .pagination-mini ul > li > span {
    padding: 0 6px;
    font-size: 9.75px;
  }
  .pager {
    margin: 18px 0;
    list-style: none;
    text-align: center;
    *zoom: 1;
  }
  .pager:before,
  .pager:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .pager:after {
    clear: both;
  }
  .pager li {
    display: inline;
  }
  .pager li > a,
  .pager li > span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border-radius: 15px;
  }
  .pager li > a:hover,
  .pager li > a:focus {
    text-decoration: none;
    background-color: #f5f5f5;
  }
  .pager .next > a,
  .pager .next > span {
    float: right;
  }
  .pager .previous > a,
  .pager .previous > span {
    float: left;
  }
  .pager .disabled > a,
  .pager .disabled > a:hover,
  .pager .disabled > a:focus,
  .pager .disabled > span {
    color: #999;
    background-color: #fff;
    cursor: default;
  }
  .modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
  }
  .modal-backdrop.fade {
    opacity: 0;
  }
  .modal-backdrop,
  .modal-backdrop.fade.in {
    zoom: 1;
    filter: alpha(opacity=8000);
    -webkit-opacity: 80;
    opacity: 80;
    opacity: 0.8;
    filter: alpha(opacity=80);
  }
  .modal-header {
    padding: 9px 15px;
    border-bottom: 1px solid #eee;
  }
  .modal-header .close {
    margin-top: 2px;
  }
  .modal-header h3 {
    margin: 0;
    line-height: 30px;
  }
  .modal-body {
    width: 98%;
    position: relative;
    max-height: 400px;
    padding: 1%;
  }
  .modal-body iframe {
    width: 100%;
    max-height: none;
    border: 0 !important;
  }
  .modal-form {
    margin-bottom: 0;
  }
  .modal-footer {
    padding: 14px 15px 15px;
    margin-bottom: 0;
    text-align: right;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border-radius: 0 0 6px 6px;
    -ms-box-shadow: inset 0 1px 0 #fff;
    -o-box-shadow: inset 0 1px 0 #fff;
    box-shadow: inset 0 1px 0 #fff;
    *zoom: 1;
  }
  .modal-footer:before,
  .modal-footer:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .modal-footer:after {
    clear: both;
  }
  .modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0;
  }
  .modal-footer .btn-group .btn + .btn {
    margin-left: -1px;
  }
  .modal-footer .btn-block + .btn-block {
    margin-left: 0;
  }
  .tooltip {
    position: absolute;
    z-index: 1030;
    display: block;
    visibility: visible;
    font-size: 11px;
    line-height: 1.4;
    zoom: 1;
    -webkit-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0);
  }
  .tooltip.in {
    zoom: 1;
    filter: alpha(opacity=8000);
    -webkit-opacity: 80;
    opacity: 80;
    opacity: 0.8;
    filter: alpha(opacity=80);
  }
  .tooltip.top {
    margin-top: -3px;
    padding: 5px 0;
  }
  .tooltip.right {
    margin-left: 3px;
    padding: 0 5px;
  }
  .tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0;
  }
  .tooltip.left {
    margin-left: -3px;
    padding: 0 5px;
  }
  .tooltip-inner {
    max-width: 200px;
    padding: 8px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: #000;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border-radius: 0px;
  }
  .tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
  }
  .tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
  }
  .tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000;
  }
  .tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000;
  }
  .tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
  }
  .popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    text-align: left;
    background-color: #fff;
    -moz-background-clip: padding;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border-radius: 6px;
    -ms-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    white-space: normal;
  }
  .popover.top {
    margin-top: -10px;
  }
  .popover.right {
    margin-left: 10px;
  }
  .popover.bottom {
    margin-top: 10px;
  }
  .popover.left {
    margin-left: -10px;
  }
  .popover-title {
    margin: 0;
    padding: 8px 14px;
    font-size: 14px;
    font-weight: normal;
    line-height: 18px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border-radius: 5px 5px 0 0;
  }
  .popover-title:empty {
    display: none;
  }
  .popover-content {
    padding: 9px 14px;
  }
  .popover .arrow,
  .popover .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
  }
  .popover .arrow {
    border-width: 11px;
  }
  .popover .arrow:after {
    border-width: 10px;
    content: "";
  }
  .popover.top .arrow {
    left: 50%;
    margin-left: -11px;
    border-bottom-width: 0;
    border-top-color: #999;
    border-top-color: rgba(0, 0, 0, 0.25);
    bottom: -11px;
  }
  .popover.top .arrow:after {
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff;
  }
  .popover.right .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
    border-right-color: #999;
    border-right-color: rgba(0, 0, 0, 0.25);
  }
  .popover.right .arrow:after {
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #fff;
  }
  .popover.bottom .arrow {
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, 0.25);
    top: -11px;
  }
  .popover.bottom .arrow:after {
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fff;
  }
  .popover.left .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0, 0, 0, 0.25);
  }
  .popover.left .arrow:after {
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -10px;
  }
  .thumbnails {
    margin-left: -20px;
    list-style: none;
    *zoom: 1;
  }
  .thumbnails:before,
  .thumbnails:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .thumbnails:after {
    clear: both;
  }
  .row-fluid .thumbnails {
    margin-left: 0;
  }
  .thumbnails > li {
    float: left;
    margin-bottom: 18px;
    margin-left: 20px;
  }
  .thumbnail {
    display: block;
    padding: 4px;
    line-height: 18px;
    border: 1px solid #ddd;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border-radius: 0px;
    -ms-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
    -o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
    transition: all 0.2s ease-in-out;
  }
  a.thumbnail:hover,
  a.thumbnail:focus {
    border-color: #3071a9;
    -ms-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
    -o-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
    box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
  }
  .thumbnail > img {
    display: block;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .thumbnail .caption {
    padding: 9px;
    color: #555;
  }
  .label,
  .badge {
    display: inline-block;
    padding: 2px 4px;
    font-size: 10.998px;
    font-weight: bold;
    line-height: 14px;
    color: #fff;
    vertical-align: baseline;
    white-space: nowrap;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #999;
  }
  .label {
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border-radius: 3px;
  }
  .badge {
    padding-left: 9px;
    padding-right: 9px;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border-radius: 9px;
  }
  .label:empty,
  .badge:empty {
    display: none;
  }
  a.label:hover,
  a.label:focus,
  a.badge:hover,
  a.badge:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
  }
  .label-important,
  .badge-important {
    background-color: #a94442;
  }
  .label-important[href],
  .badge-important[href] {
    background-color: #843534;
  }
  .label-warning,
  .badge-warning {
    background-color: #f89406;
  }
  .label-warning[href],
  .badge-warning[href] {
    background-color: #c67605;
  }
  .label-success,
  .badge-success {
    background-color: #3c763d;
  }
  .label-success[href],
  .badge-success[href] {
    background-color: #2b542c;
  }
  .label-info,
  .badge-info {
    background-color: #31708f;
  }
  .label-info[href],
  .badge-info[href] {
    background-color: #245269;
  }
  .label-inverse,
  .badge-inverse {
    background-color: #333;
  }
  .label-inverse[href],
  .badge-inverse[href] {
    background-color: #1a1a1a;
  }
  .btn .label,
  .btn .badge {
    position: relative;
    top: -1px;
  }
  .btn-mini .label,
  .btn-mini .badge {
    top: 0;
  }
  @-webkit-keyframes progress-bar-stripes {
    from {
      background-position: 40px 0;
    }
    to {
      background-position: 0 0;
    }
  }
  @keyframes progress-bar-stripes {
    from {
      background-position: 40px 0;
    }
    to {
      background-position: 0 0;
    }
  }
  .progress {
    overflow: hidden;
    height: 18px;
    margin-bottom: 18px;
    background-color: #f7f7f7;
    background-image: linear-gradient(to bottom, #f5f5f5, #f9f9f9);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff9f9f9', GradientType=0);
    -ms-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    -o-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border-radius: 0px;
  }
  .progress .bar {
    width: 0%;
    height: 100%;
    color: #fff;
    float: left;
    font-size: 12px;
    text-align: center;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #0e90d2;
    background-image: linear-gradient(to bottom, #149bdf, #0480be);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff149bdf', endColorstr='#ff0480be', GradientType=0);
    -ms-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -o-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    transition: width 0.6s ease;
  }
  .progress .bar + .bar {
    -ms-box-shadow: inset 1px 0 0 rgba(0,0,0,.15), inset 0 -1px 0 rgba(0,0,0,.15);
    -o-box-shadow: inset 1px 0 0 rgba(0,0,0,.15), inset 0 -1px 0 rgba(0,0,0,.15);
    box-shadow: inset 1px 0 0 rgba(0,0,0,.15), inset 0 -1px 0 rgba(0,0,0,.15);
  }
  .progress-striped .bar {
    background-color: #149bdf;
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 40px 40px;
  }
  .progress.active .bar {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
  }
  .progress-danger .bar,
  .progress .bar-danger {
    background-color: #dd514c;
    background-image: linear-gradient(to bottom, #ee5f5b, #c43c35);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffc43c35', GradientType=0);
  }
  .progress-danger.progress-striped .bar,
  .progress-striped .bar-danger {
    background-color: #ee5f5b;
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  }
  .progress-success .bar,
  .progress .bar-success {
    background-color: #5eb95e;
    background-image: linear-gradient(to bottom, #62c462, #57a957);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff57a957', GradientType=0);
  }
  .progress-success.progress-striped .bar,
  .progress-striped .bar-success {
    background-color: #62c462;
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  }
  .progress-info .bar,
  .progress .bar-info {
    background-color: #4bb1cf;
    background-image: linear-gradient(to bottom, #5bc0de, #339bb9);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff339bb9', GradientType=0);
  }
  .progress-info.progress-striped .bar,
  .progress-striped .bar-info {
    background-color: #5bc0de;
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  }
  .progress-warning .bar,
  .progress .bar-warning {
    background-color: #faa732;
    background-image: linear-gradient(to bottom, #fbb450, #f89406);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
  }
  .progress-warning.progress-striped .bar,
  .progress-striped .bar-warning {
    background-color: #fbb450;
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  }
  .accordion {
    margin-bottom: 18px;
  }
  .accordion-group {
    margin-bottom: 2px;
    border: 1px solid #e5e5e5;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border-radius: 0px;
  }
  .accordion-heading {
    border-bottom: 0;
  }
  .accordion-heading .accordion-toggle {
    display: block;
    padding: 8px 15px;
  }
  .accordion-toggle {
    cursor: pointer;
  }
  .accordion-inner {
    padding: 9px 15px;
    border-top: 1px solid #e5e5e5;
  }
  .hero-unit {
    padding: 60px;
    margin-bottom: 30px;
    font-size: 18px;
    font-weight: 200;
    line-height: 27px;
    color: inherit;
    background-color: #eee;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border-radius: 6px;
  }
  .hero-unit h1 {
    margin-bottom: 0;
    font-size: 60px;
    line-height: 1;
    color: inherit;
    letter-spacing: -1px;
  }
  .hero-unit li {
    line-height: 27px;
  }
  .pull-right {
    float: right;
  }
  .pull-left {
    float: left;
  }
  .hide {
    display: none;
  }
  .show {
    display: block;
  }
  .invisible {
    visibility: hidden;
  }
  .affix {
    position: fixed;
  }
  /* Joomla JUI NOTE: Original .modal definition has to be commented */
  div.modal {
    position: fixed;
    top: 5%;
    left: 50%;
    z-index: 1050;
    width: 80%;
    margin-left: -40%;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.3);
    *border: 1px solid #999;
    /* IE6-7 */
    border-radius: 6px;
    -ms-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    -o-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
    outline: none;
  }
  div.modal.fade {
    transition: opacity 0.3s linear, top 0.3s ease-out;
    top: -25%;
  }
  div.modal.fade.in {
    top: 5%;
  }
  .modal-batch {
    overflow-y: visible;
  }
  .modal-body[class^="jviewport-height"],
  .modal-body[class*="jviewport-height"] {
    max-height: none;
  }
  .jviewport-height10 {
    height: 10vh;
  }
  .jviewport-height20 {
    height: 20vh;
  }
  .jviewport-height30 {
    height: 30vh;
  }
  .jviewport-height40 {
    height: 40vh;
  }
  .jviewport-height50 {
    height: 50vh;
  }
  .jviewport-height60 {
    height: 60vh;
  }
  .jviewport-height70 {
    height: 70vh;
  }
  .jviewport-height80 {
    height: 80vh;
  }
  .jviewport-height90 {
    height: 90vh;
  }
  .jviewport-height100 {
    height: 100vh;
  }
  div.modal.jviewport-width10 {
    width: 10vw;
    margin-left: -5vw;
  }
  div.modal.jviewport-width20 {
    width: 20vw;
    margin-left: -10vw;
  }
  div.modal.jviewport-width30 {
    width: 30vw;
    margin-left: -15vw;
  }
  div.modal.jviewport-width40 {
    width: 40vw;
    margin-left: -20vw;
  }
  div.modal.jviewport-width50 {
    width: 50vw;
    margin-left: -25vw;
  }
  div.modal.jviewport-width60 {
    width: 60vw;
    margin-left: -30vw;
  }
  div.modal.jviewport-width70 {
    width: 70vw;
    margin-left: -35vw;
  }
  div.modal.jviewport-width80 {
    width: 80vw;
    margin-left: -40vw;
  }
  div.modal.jviewport-width90 {
    width: 90vw;
    margin-left: -45vw;
  }
  div.modal.jviewport-width100 {
    width: 100vw;
    margin-left: -50vw;
  }
  /* Joomla JUI NOTE: Original .modal definition has to be commented */
  @media (max-width: 767px) {
    div.modal {
      position: fixed;
      top: 20px;
      left: 20px;
      right: 20px;
      width: auto;
      margin: 0;
    }
    div.modal.fade {
      top: -100px;
    }
    div.modal.fade.in {
      top: 20px;
    }
    div.modal[class*="jviewport-width"] {
      width: auto;
      margin: 0;
    }
  }
  @media (max-width: 480px) {
    div.modal {
      top: 10px;
      left: 10px;
      right: 10px;
    }
  }
  @-ms-viewport {
    width: device-width;
  }
  .hidden {
    display: none;
    visibility: hidden;
  }
  .visible-phone {
    display: none !important;
  }
  .visible-tablet {
    display: none !important;
  }
  .hidden-desktop {
    display: none !important;
  }
  .visible-desktop {
    display: inherit !important;
  }
  @media (min-width: 768px) and (max-width: 979px) {
    .hidden-desktop {
      display: inherit !important;
    }
    .visible-desktop {
      display: none !important ;
    }
    .visible-tablet {
      display: inherit !important;
    }
    .hidden-tablet {
      display: none !important;
    }
  }
  @media (max-width: 767px) {
    .hidden-desktop {
      display: inherit !important;
    }
    .visible-desktop {
      display: none !important;
    }
    .visible-phone {
      display: inherit !important;
    }
    .hidden-phone {
      display: none !important;
    }
  }
  .visible-print {
    display: none !important;
  }
  @media print {
    .visible-print {
      display: inherit !important;
    }
    .hidden-print {
      display: none !important;
    }
  }
  @media (max-width: 767px) {
    body {
      padding-left: 20px;
      padding-right: 20px;
    }
    .navbar-fixed-top,
    .navbar-fixed-bottom,
    .navbar-static-top {
      margin-left: -20px;
      margin-right: -20px;
    }
    .container-fluid {
      padding: 0;
    }
    .dl-horizontal dt {
      float: none;
      clear: none;
      width: auto;
      text-align: left;
    }
    .dl-horizontal dd {
      margin-left: 0;
    }
    .dropdown-menu .menuitem-group {
      background-color: #10223e;
      color: #eee;
    }
    .container {
      width: auto;
    }
    .row-fluid {
      width: 100%;
    }
    .row,
    .thumbnails {
      margin-left: 0;
    }
    .thumbnails > li {
      float: none;
      margin-left: 0;
    }
    [class*="span"],
    .uneditable-input[class*="span"],
    .row-fluid [class*="span"] {
      float: none;
      display: block;
      width: 100%;
      margin-left: 0;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      box-sizing: border-box;
    }
    .span12,
    .row-fluid .span12 {
      width: 100%;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      box-sizing: border-box;
    }
    .row-fluid [class*="offset"]:first-child {
      margin-left: 0;
    }
    .input-large,
    .input-xlarge,
    .input-xxlarge,
    input[class*="span"],
    select[class*="span"],
    textarea[class*="span"],
    .uneditable-input {
      display: block;
      width: 100%;
      min-height: 28px;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      box-sizing: border-box;
    }
    .input-prepend input,
    .input-append input,
    .input-prepend input[class*="span"],
    .input-append input[class*="span"] {
      display: inline-block;
    }
    .controls-row [class*="span"] + [class*="span"] {
      margin-left: 0;
    }
  }
  @media (max-width: 480px) {
    .nav-collapse {
      -webkit-transform: translate3d(0, 0, 0);
    }
    .page-header h1 small {
      display: block;
      line-height: 18px;
    }
    input[type="checkbox"],
    input[type="radio"] {
      border: 1px solid #ccc;
    }
    .form-horizontal .control-label {
      float: none;
      width: auto;
      padding-top: 0;
      text-align: left;
    }
    .form-horizontal .controls {
      margin-left: 0;
    }
    .form-horizontal .control-list {
      padding-top: 0;
    }
    .form-horizontal .form-actions {
      padding-left: 10px;
      padding-right: 10px;
    }
    .tag-category input#filter-search,
    .newsfeed-category input#filter-search {
      width: auto;
      margin-bottom: 9px;
    }
    .category-list input#filter-search {
      width: auto;
    }
    .media .pull-left,
    .media .pull-right {
      float: none;
      display: block;
      margin-bottom: 10px;
    }
    .media-object {
      margin-right: 0;
      margin-left: 0;
    }
    .modal-header .close {
      padding: 10px;
      margin: -10px;
    }
    .carousel-caption {
      position: static;
    }
  }
  @media (min-width: 768px) and (max-width: 979px) {
    .row {
      margin-left: -20px;
      *zoom: 1;
    }
    .row:before,
    .row:after {
      display: table;
      content: "";
      line-height: 0;
    }
    .row:after {
      clear: both;
    }
    [class*="span"] {
      float: left;
      min-height: 1px;
      margin-left: 20px;
    }
    .container,
    .navbar-static-top .container,
    .navbar-fixed-top .container,
    .navbar-fixed-bottom .container {
      width: 724px;
    }
    .span12 {
      width: 724px;
    }
    .span11 {
      width: 662px;
    }
    .span10 {
      width: 600px;
    }
    .span9 {
      width: 538px;
    }
    .span8 {
      width: 476px;
    }
    .span7 {
      width: 414px;
    }
    .span6 {
      width: 352px;
    }
    .span5 {
      width: 290px;
    }
    .span4 {
      width: 228px;
    }
    .span3 {
      width: 166px;
    }
    .span2 {
      width: 104px;
    }
    .span1 {
      width: 42px;
    }
    .offset12 {
      margin-left: 764px;
    }
    .offset11 {
      margin-left: 702px;
    }
    .offset10 {
      margin-left: 640px;
    }
    .offset9 {
      margin-left: 578px;
    }
    .offset8 {
      margin-left: 516px;
    }
    .offset7 {
      margin-left: 454px;
    }
    .offset6 {
      margin-left: 392px;
    }
    .offset5 {
      margin-left: 330px;
    }
    .offset4 {
      margin-left: 268px;
    }
    .offset3 {
      margin-left: 206px;
    }
    .offset2 {
      margin-left: 144px;
    }
    .offset1 {
      margin-left: 82px;
    }
    .row-fluid {
      width: 100%;
      *zoom: 1;
    }
    .row-fluid:before,
    .row-fluid:after {
      display: table;
      content: "";
      line-height: 0;
    }
    .row-fluid:after {
      clear: both;
    }
    .row-fluid [class*="span"] {
      display: block;
      width: 100%;
      min-height: 28px;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      box-sizing: border-box;
      float: left;
      margin-left: 2.76243094%;
      *margin-left: 2.70923945%;
    }
    .row-fluid [class*="span"]:first-child {
      margin-left: 0;
    }
    .row-fluid .controls-row [class*="span"] + [class*="span"] {
      margin-left: 2.76243094%;
    }
    .row-fluid .span12 {
      width: 100%;
      *width: 99.94680851%;
    }
    .row-fluid .span11 {
      width: 91.43646409%;
      *width: 91.3832726%;
    }
    .row-fluid .span10 {
      width: 82.87292818%;
      *width: 82.81973669%;
    }
    .row-fluid .span9 {
      width: 74.30939227%;
      *width: 74.25620078%;
    }
    .row-fluid .span8 {
      width: 65.74585635%;
      *width: 65.69266486%;
    }
    .row-fluid .span7 {
      width: 57.18232044%;
      *width: 57.12912895%;
    }
    .row-fluid .span6 {
      width: 48.61878453%;
      *width: 48.56559304%;
    }
    .row-fluid .span5 {
      width: 40.05524862%;
      *width: 40.00205713%;
    }
    .row-fluid .span4 {
      width: 31.49171271%;
      *width: 31.43852122%;
    }
    .row-fluid .span3 {
      width: 22.9281768%;
      *width: 22.87498531%;
    }
    .row-fluid .span2 {
      width: 14.36464088%;
      *width: 14.31144939%;
    }
    .row-fluid .span1 {
      width: 5.80110497%;
      *width: 5.74791348%;
    }
    .row-fluid .offset12 {
      margin-left: 105.52486188%;
      *margin-left: 105.4184789%;
    }
    .row-fluid .offset12:first-child {
      margin-left: 102.76243094%;
      *margin-left: 102.65604796%;
    }
    .row-fluid .offset11 {
      margin-left: 96.96132597%;
      *margin-left: 96.85494299%;
    }
    .row-fluid .offset11:first-child {
      margin-left: 94.19889503%;
      *margin-left: 94.09251205%;
    }
    .row-fluid .offset10 {
      margin-left: 88.39779006%;
      *margin-left: 88.29140708%;
    }
    .row-fluid .offset10:first-child {
      margin-left: 85.63535912%;
      *margin-left: 85.52897614%;
    }
    .row-fluid .offset9 {
      margin-left: 79.83425414%;
      *margin-left: 79.72787116%;
    }
    .row-fluid .offset9:first-child {
      margin-left: 77.0718232%;
      *margin-left: 76.96544023%;
    }
    .row-fluid .offset8 {
      margin-left: 71.27071823%;
      *margin-left: 71.16433525%;
    }
    .row-fluid .offset8:first-child {
      margin-left: 68.50828729%;
      *margin-left: 68.40190431%;
    }
    .row-fluid .offset7 {
      margin-left: 62.70718232%;
      *margin-left: 62.60079934%;
    }
    .row-fluid .offset7:first-child {
      margin-left: 59.94475138%;
      *margin-left: 59.8383684%;
    }
    .row-fluid .offset6 {
      margin-left: 54.14364641%;
      *margin-left: 54.03726343%;
    }
    .row-fluid .offset6:first-child {
      margin-left: 51.38121547%;
      *margin-left: 51.27483249%;
    }
    .row-fluid .offset5 {
      margin-left: 45.5801105%;
      *margin-left: 45.47372752%;
    }
    .row-fluid .offset5:first-child {
      margin-left: 42.81767956%;
      *margin-left: 42.71129658%;
    }
    .row-fluid .offset4 {
      margin-left: 37.01657459%;
      *margin-left: 36.91019161%;
    }
    .row-fluid .offset4:first-child {
      margin-left: 34.25414365%;
      *margin-left: 34.14776067%;
    }
    .row-fluid .offset3 {
      margin-left: 28.45303867%;
      *margin-left: 28.3466557%;
    }
    .row-fluid .offset3:first-child {
      margin-left: 25.69060773%;
      *margin-left: 25.58422476%;
    }
    .row-fluid .offset2 {
      margin-left: 19.88950276%;
      *margin-left: 19.78311978%;
    }
    .row-fluid .offset2:first-child {
      margin-left: 17.12707182%;
      *margin-left: 17.02068884%;
    }
    .row-fluid .offset1 {
      margin-left: 11.32596685%;
      *margin-left: 11.21958387%;
    }
    .row-fluid .offset1:first-child {
      margin-left: 8.56353591%;
      *margin-left: 8.45715293%;
    }
    input,
    textarea,
    .uneditable-input {
      margin-left: 0;
    }
    .controls-row [class*="span"] + [class*="span"] {
      margin-left: 20px;
    }
    input.span12,
    textarea.span12,
    .uneditable-input.span12 {
      width: 710px;
    }
    input.span11,
    textarea.span11,
    .uneditable-input.span11 {
      width: 648px;
    }
    input.span10,
    textarea.span10,
    .uneditable-input.span10 {
      width: 586px;
    }
    input.span9,
    textarea.span9,
    .uneditable-input.span9 {
      width: 524px;
    }
    input.span8,
    textarea.span8,
    .uneditable-input.span8 {
      width: 462px;
    }
    input.span7,
    textarea.span7,
    .uneditable-input.span7 {
      width: 400px;
    }
    input.span6,
    textarea.span6,
    .uneditable-input.span6 {
      width: 338px;
    }
    input.span5,
    textarea.span5,
    .uneditable-input.span5 {
      width: 276px;
    }
    input.span4,
    textarea.span4,
    .uneditable-input.span4 {
      width: 214px;
    }
    input.span3,
    textarea.span3,
    .uneditable-input.span3 {
      width: 152px;
    }
    input.span2,
    textarea.span2,
    .uneditable-input.span2 {
      width: 90px;
    }
    input.span1,
    textarea.span1,
    .uneditable-input.span1 {
      width: 28px;
    }
  }
  @media (min-width: 1200px) {
    .row {
      margin-left: -30px;
      *zoom: 1;
    }
    .row:before,
    .row:after {
      display: table;
      content: "";
      line-height: 0;
    }
    .row:after {
      clear: both;
    }
    [class*="span"] {
      float: left;
      min-height: 1px;
      margin-left: 30px;
    }
    .container,
    .navbar-static-top .container,
    .navbar-fixed-top .container,
    .navbar-fixed-bottom .container {
      width: 1170px;
    }
    .span12 {
      width: 1170px;
    }
    .span11 {
      width: 1070px;
    }
    .span10 {
      width: 970px;
    }
    .span9 {
      width: 870px;
    }
    .span8 {
      width: 770px;
    }
    .span7 {
      width: 670px;
    }
    .span6 {
      width: 570px;
    }
    .span5 {
      width: 470px;
    }
    .span4 {
      width: 370px;
    }
    .span3 {
      width: 270px;
    }
    .span2 {
      width: 170px;
    }
    .span1 {
      width: 70px;
    }
    .offset12 {
      margin-left: 1230px;
    }
    .offset11 {
      margin-left: 1130px;
    }
    .offset10 {
      margin-left: 1030px;
    }
    .offset9 {
      margin-left: 930px;
    }
    .offset8 {
      margin-left: 830px;
    }
    .offset7 {
      margin-left: 730px;
    }
    .offset6 {
      margin-left: 630px;
    }
    .offset5 {
      margin-left: 530px;
    }
    .offset4 {
      margin-left: 430px;
    }
    .offset3 {
      margin-left: 330px;
    }
    .offset2 {
      margin-left: 230px;
    }
    .offset1 {
      margin-left: 130px;
    }
    .row-fluid {
      width: 100%;
      *zoom: 1;
    }
    .row-fluid:before,
    .row-fluid:after {
      display: table;
      content: "";
      line-height: 0;
    }
    .row-fluid:after {
      clear: both;
    }
    .row-fluid [class*="span"] {
      display: block;
      width: 100%;
      min-height: 28px;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      box-sizing: border-box;
      float: left;
      margin-left: 2.56410256%;
      *margin-left: 2.51091107%;
    }
    .row-fluid [class*="span"]:first-child {
      margin-left: 0;
    }
    .row-fluid .controls-row [class*="span"] + [class*="span"] {
      margin-left: 2.56410256%;
    }
    .row-fluid .span12 {
      width: 100%;
      *width: 99.94680851%;
    }
    .row-fluid .span11 {
      width: 91.45299145%;
      *width: 91.39979996%;
    }
    .row-fluid .span10 {
      width: 82.90598291%;
      *width: 82.85279142%;
    }
    .row-fluid .span9 {
      width: 74.35897436%;
      *width: 74.30578287%;
    }
    .row-fluid .span8 {
      width: 65.81196581%;
      *width: 65.75877432%;
    }
    .row-fluid .span7 {
      width: 57.26495726%;
      *width: 57.21176578%;
    }
    .row-fluid .span6 {
      width: 48.71794872%;
      *width: 48.66475723%;
    }
    .row-fluid .span5 {
      width: 40.17094017%;
      *width: 40.11774868%;
    }
    .row-fluid .span4 {
      width: 31.62393162%;
      *width: 31.57074013%;
    }
    .row-fluid .span3 {
      width: 23.07692308%;
      *width: 23.02373159%;
    }
    .row-fluid .span2 {
      width: 14.52991453%;
      *width: 14.47672304%;
    }
    .row-fluid .span1 {
      width: 5.98290598%;
      *width: 5.92971449%;
    }
    .row-fluid .offset12 {
      margin-left: 105.12820513%;
      *margin-left: 105.02182215%;
    }
    .row-fluid .offset12:first-child {
      margin-left: 102.56410256%;
      *margin-left: 102.45771959%;
    }
    .row-fluid .offset11 {
      margin-left: 96.58119658%;
      *margin-left: 96.4748136%;
    }
    .row-fluid .offset11:first-child {
      margin-left: 94.01709402%;
      *margin-left: 93.91071104%;
    }
    .row-fluid .offset10 {
      margin-left: 88.03418803%;
      *margin-left: 87.92780506%;
    }
    .row-fluid .offset10:first-child {
      margin-left: 85.47008547%;
      *margin-left: 85.36370249%;
    }
    .row-fluid .offset9 {
      margin-left: 79.48717949%;
      *margin-left: 79.38079651%;
    }
    .row-fluid .offset9:first-child {
      margin-left: 76.92307692%;
      *margin-left: 76.81669394%;
    }
    .row-fluid .offset8 {
      margin-left: 70.94017094%;
      *margin-left: 70.83378796%;
    }
    .row-fluid .offset8:first-child {
      margin-left: 68.37606838%;
      *margin-left: 68.2696854%;
    }
    .row-fluid .offset7 {
      margin-left: 62.39316239%;
      *margin-left: 62.28677941%;
    }
    .row-fluid .offset7:first-child {
      margin-left: 59.82905983%;
      *margin-left: 59.72267685%;
    }
    .row-fluid .offset6 {
      margin-left: 53.84615385%;
      *margin-left: 53.73977087%;
    }
    .row-fluid .offset6:first-child {
      margin-left: 51.28205128%;
      *margin-left: 51.1756683%;
    }
    .row-fluid .offset5 {
      margin-left: 45.2991453%;
      *margin-left: 45.19276232%;
    }
    .row-fluid .offset5:first-child {
      margin-left: 42.73504274%;
      *margin-left: 42.62865976%;
    }
    .row-fluid .offset4 {
      margin-left: 36.75213675%;
      *margin-left: 36.64575377%;
    }
    .row-fluid .offset4:first-child {
      margin-left: 34.18803419%;
      *margin-left: 34.08165121%;
    }
    .row-fluid .offset3 {
      margin-left: 28.20512821%;
      *margin-left: 28.09874523%;
    }
    .row-fluid .offset3:first-child {
      margin-left: 25.64102564%;
      *margin-left: 25.53464266%;
    }
    .row-fluid .offset2 {
      margin-left: 19.65811966%;
      *margin-left: 19.55173668%;
    }
    .row-fluid .offset2:first-child {
      margin-left: 17.09401709%;
      *margin-left: 16.98763412%;
    }
    .row-fluid .offset1 {
      margin-left: 11.11111111%;
      *margin-left: 11.00472813%;
    }
    .row-fluid .offset1:first-child {
      margin-left: 8.54700855%;
      *margin-left: 8.44062557%;
    }
    input,
    textarea,
    .uneditable-input {
      margin-left: 0;
    }
    .controls-row [class*="span"] + [class*="span"] {
      margin-left: 30px;
    }
    input.span12,
    textarea.span12,
    .uneditable-input.span12 {
      width: 1156px;
    }
    input.span11,
    textarea.span11,
    .uneditable-input.span11 {
      width: 1056px;
    }
    input.span10,
    textarea.span10,
    .uneditable-input.span10 {
      width: 956px;
    }
    input.span9,
    textarea.span9,
    .uneditable-input.span9 {
      width: 856px;
    }
    input.span8,
    textarea.span8,
    .uneditable-input.span8 {
      width: 756px;
    }
    input.span7,
    textarea.span7,
    .uneditable-input.span7 {
      width: 656px;
    }
    input.span6,
    textarea.span6,
    .uneditable-input.span6 {
      width: 556px;
    }
    input.span5,
    textarea.span5,
    .uneditable-input.span5 {
      width: 456px;
    }
    input.span4,
    textarea.span4,
    .uneditable-input.span4 {
      width: 356px;
    }
    input.span3,
    textarea.span3,
    .uneditable-input.span3 {
      width: 256px;
    }
    input.span2,
    textarea.span2,
    .uneditable-input.span2 {
      width: 156px;
    }
    input.span1,
    textarea.span1,
    .uneditable-input.span1 {
      width: 56px;
    }
    .thumbnails {
      margin-left: -30px;
    }
    .thumbnails > li {
      margin-left: 30px;
    }
    .row-fluid .thumbnails {
      margin-left: 0;
    }
  }
  @media (max-width: 767px) {
    body {
      padding-top: 0;
    }
    .navbar-fixed-top,
    .navbar-fixed-bottom {
      position: static;
    }
    .navbar-fixed-top {
      margin-bottom: 18px;
    }
    .navbar-fixed-bottom {
      margin-top: 18px;
    }
    .navbar-fixed-top .navbar-inner,
    .navbar-fixed-bottom .navbar-inner {
      padding: 5px;
    }
    .navbar .container {
      width: auto;
      padding: 0;
    }
    .navbar .brand {
      padding-left: 10px;
      padding-right: 10px;
      margin: 0 0 0 -5px;
    }
    .nav-collapse {
      clear: both;
    }
    .nav-collapse .nav {
      float: none;
      margin: 0 0 9px;
    }
    .nav-collapse .nav > li {
      float: none;
    }
    .nav-collapse .nav > li > a {
      margin-bottom: 2px;
    }
    .nav-collapse .nav > .divider-vertical {
      display: none;
    }
    .nav-collapse .nav .nav-header {
      color: #555;
      text-shadow: none;
    }
    .nav-collapse .nav > li > a,
    .nav-collapse .dropdown-menu a {
      padding: 9px 15px;
      font-weight: bold;
      color: #555;
      -webkit-background-clip: padding-box;
      background-clip: padding-box;
      border-radius: 3px;
    }
    .nav-collapse .btn {
      padding: 4px 10px 4px;
      font-weight: normal;
      -webkit-background-clip: padding-box;
      background-clip: padding-box;
      border-radius: 0px;
    }
    .nav-collapse .dropdown-menu li + li a {
      margin-bottom: 2px;
    }
    .nav-collapse .nav > li > a:hover,
    .nav-collapse .nav > li > a:focus,
    .nav-collapse .dropdown-menu a:hover,
    .nav-collapse .dropdown-menu a:focus {
      background-color: #f2f2f2;
    }
    .navbar-inverse .nav-collapse .nav > li > a,
    .navbar-inverse .nav-collapse .dropdown-menu a {
      color: #d9d9d9;
    }
    .navbar-inverse .nav-collapse .nav > li > a:hover,
    .navbar-inverse .nav-collapse .nav > li > a:focus,
    .navbar-inverse .nav-collapse .dropdown-menu a:hover,
    .navbar-inverse .nav-collapse .dropdown-menu a:focus {
      background-color: #10223e;
    }
    .nav-collapse.in .btn-group {
      margin-top: 5px;
      padding: 0;
    }
    .nav-collapse .dropdown-menu {
      position: static;
      top: auto;
      left: auto;
      float: none;
      display: none;
      max-width: none;
      margin: 0 15px;
      padding: 0;
      background-color: transparent;
      border: none;
      -webkit-background-clip: padding-box;
      background-clip: padding-box;
      border-radius: 0;
      -ms-box-shadow: none;
      -o-box-shadow: none;
      box-shadow: none;
    }
    .nav-collapse .open > .dropdown-menu {
      display: block;
    }
    .nav-collapse .dropdown-menu:before,
    .nav-collapse .dropdown-menu:after {
      display: none;
    }
    .nav-collapse .dropdown-menu .divider {
      display: none;
    }
    .nav-collapse .nav > li > .dropdown-menu:before,
    .nav-collapse .nav > li > .dropdown-menu:after {
      display: none;
    }
    .nav-collapse .navbar-form,
    .nav-collapse .navbar-search {
      float: none;
      padding: 9px 15px;
      margin: 9px 0;
      border-top: 1px solid #f2f2f2;
      border-bottom: 1px solid #f2f2f2;
      -ms-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.1);
      -o-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.1);
      box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.1);
    }
    .navbar-inverse .nav-collapse .navbar-form,
    .navbar-inverse .nav-collapse .navbar-search {
      border-top-color: #10223e;
      border-bottom-color: #10223e;
    }
    .navbar .nav-collapse .nav.pull-right {
      float: none;
      margin-left: 0;
    }
    .nav-collapse,
    .nav-collapse.collapse {
      overflow: hidden;
      height: 0;
    }
    .navbar .btn-navbar {
      display: block;
    }
    .navbar-static .navbar-inner {
      padding-left: 10px;
      padding-right: 10px;
    }
  }
  @media (min-width: 768px) {
    .nav-collapse.collapse {
      height: auto !important;
      overflow: visible !important;
    }
  }
  /* Extending Bootstrap */
  /* Typography */
  .small {
    font-size: 11px;
  }
  /* Max Width */
  iframe,
  svg {
    max-width: 100%;
  }
  /* Nowrap */
  .nowrap {
    white-space: nowrap;
  }
  /* Center */
  .center,
  .table td.center,
  .table th.center {
    text-align: center;
  }
  /* Disabled Link */
  a.disabled,
  a.disabled:hover {
    color: #999999;
    background-color: transparent;
    cursor: default;
    text-decoration: none;
  }
  /* Hero Banner */
  .hero-unit {
    text-align: center;
  }
  .hero-unit .lead {
    margin-bottom: 18px;
    font-size: 20px;
    font-weight: 200;
    line-height: 27px;
  }
  .btn .caret {
    margin-bottom: 7px;
  }
  .btn.btn-micro .caret {
    margin: 5px 0;
  }
  .blog-row-rule,
  .blog-item-rule {
    border: 0;
  }
  /* Modal */
  body.modal {
    padding-top: 0;
  }
  /* Alternating Rows */
  .row-even,
  .row-odd {
    padding: 5px;
    width: 99%;
    border-bottom: 1px solid #ddd;
  }
  .row-odd {
    background-color: transparent;
  }
  .row-even {
    background-color: #f9f9f9;
  }
  .blog-row-rule,
  .blog-item-rule {
    border: 0;
  }
  /* Row reveal */
  .row-fluid .row-reveal {
    visibility: hidden;
  }
  .row-fluid:hover .row-reveal {
    visibility: visible;
  }
  /* Buttons */
  .btn-wide {
    width: 80%;
  }
  /* Nav List Offset */
  .nav-list > li.offset > a {
    padding-left: 30px;
    font-size: 12px;
  }
  .blog-row-rule,
  .blog-item-rule {
    border: 0;
  }
  .row-fluid .offset1 {
    margin-left: 8.38297872%;
  }
  .row-fluid .offset2 {
    margin-left: 16.89361702%;
  }
  .row-fluid .offset3 {
    margin-left: 25.40425532%;
  }
  .row-fluid .offset4 {
    margin-left: 33.91489361%;
  }
  .row-fluid .offset5 {
    margin-left: 42.42553191%;
  }
  .row-fluid .offset6 {
    margin-left: 50.93617021%;
  }
  .row-fluid .offset7 {
    margin-left: 59.4468085%;
  }
  .row-fluid .offset8 {
    margin-left: 67.9574468%;
  }
  .row-fluid .offset9 {
    margin-left: 76.4680851%;
  }
  .row-fluid .offset10 {
    margin-left: 84.9787234%;
  }
  .row-fluid .offset11 {
    margin-left: 91.48936169%;
  }
  /* Navbar Buttons */
  .navbar .nav > li > a.btn {
    padding: 4px 10px;
    line-height: 18px;
  }
  /* Nav Tabs Dark */
  .nav-tabs.nav-dark {
    border-bottom: 1px solid #333;
    text-shadow: 1px 1px 1px #000;
  }
  .nav-tabs.nav-dark > li > a {
    color: #F8F8F8;
  }
  .nav-tabs.nav-dark > li > a:hover {
    border-color: #333 #333 #111;
    background-color: #777777;
  }
  .nav-tabs.nav-dark > .active > a,
  .nav-tabs.nav-dark > .active > a:hover {
    color: #ffffff;
    background-color: #555555;
    border: 1px solid #222;
    border-bottom-color: transparent;
  }
  /* Inline Thumbnails */
  .thumbnail.pull-left {
    margin: 0 10px 10px 0;
  }
  .thumbnail.pull-right {
    margin: 0 0 10px 10px;
  }
  /* Specific Widths */
  .width-10 {
    width: 10px;
  }
  .width-20 {
    width: 20px;
  }
  .width-30 {
    width: 30px;
  }
  .width-40 {
    width: 40px;
  }
  .width-50 {
    width: 50px;
  }
  .width-60 {
    width: 60px;
  }
  .width-70 {
    width: 70px;
  }
  .width-80 {
    width: 80px;
  }
  .width-90 {
    width: 90px;
  }
  .width-100 {
    width: 100px;
  }
  /* Specific Heights */
  .height-10 {
    height: 10px;
  }
  .height-20 {
    height: 20px;
  }
  .height-30 {
    height: 30px;
  }
  .height-40 {
    height: 40px;
  }
  .height-50 {
    height: 50px;
  }
  .height-60 {
    height: 60px;
  }
  .height-70 {
    height: 70px;
  }
  .height-80 {
    height: 80px;
  }
  .height-90 {
    height: 90px;
  }
  .height-100 {
    height: 100px;
  }
  /* Horizontal Row (hr) */
  hr.hr-condensed {
    margin: 10px 0;
  }
  /* Striped */
  .list-striped,
  .row-striped {
    list-style: none;
    line-height: 18px;
    text-align: left;
    vertical-align: middle;
    border-top: 1px solid #ddd;
    margin-left: 0;
  }
  .list-striped li,
  .list-striped dd,
  .row-striped .row,
  .row-striped .row-fluid {
    border-bottom: 1px solid #ddd;
    padding: 8px;
  }
  .list-striped li:nth-child(odd),
  .list-striped dd:nth-child(odd),
  .row-striped .row:nth-child(odd),
  .row-striped .row-fluid:nth-child(odd) {
    background-color: #f9f9f9;
  }
  .list-striped li:hover,
  .list-striped dd:hover,
  .row-striped .row:hover,
  .row-striped .row-fluid:hover {
    background-color: #F0F0F0;
  }
  .row-striped .row-fluid {
    width: 100%;
    box-sizing: border-box;
  }
  .row-striped .row-fluid [class*="span"] {
    min-height: 10px;
  }
  .row-striped .row-fluid [class*="span"] {
    margin-left: 8px;
  }
  .row-striped .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }
  /* Condensed */
  .list-condensed li {
    padding: 4px 5px;
  }
  .row-condensed .row,
  .row-condensed .row-fluid {
    padding: 4px 5px;
  }
  /* Bordered */
  .list-bordered,
  .row-bordered {
    list-style: none;
    line-height: 18px;
    text-align: left;
    vertical-align: middle;
    margin-left: 0;
    border: 1px solid #ddd;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border-radius: 4px;
  }
  /* Radio Button Groups */
  .radio.btn-group input[type=radio] {
    display: none;
  }
  .radio.btn-group > label {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .radio.btn-group > label:first-of-type {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    -moz-border-radius-topleft: 4px;
  }
  fieldset.radio.btn-group {
    padding-left: 0;
  }
  /* iFrames */
  .iframe-bordered {
    border: 1px solid #ddd;
  }
  /* Tabbed Content */
  .tab-content {
    overflow: visible;
  }
  .tabs-left .tab-content {
    overflow: auto;
  }
  /* Non-linkable nav-tabs */
  .nav-tabs > li > span {
    display: block;
    margin-right: 2px;
    padding-right: 12px;
    padding-left: 12px;
    padding-top: 8px;
    padding-bottom: 8px;
    line-height: 18px;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
  }
  /* Extended Joomla Button Classes */
  .btn-micro {
    padding: 1px 4px;
    font-size: 10px;
    line-height: 8px;
  }
  .btn-group > .btn-micro {
    font-size: 10px;
  }
  /* Joomla => Bootstrap Tooltip */
  .tip-wrap {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: #000;
    border-radius: 4px;
    z-index: 100;
  }
  /* Page Header */
  .page-header {
    margin: 2px 0px 10px 0px;
    padding-bottom: 5px;
  }
  /* Input Prepend Chosen Select Boxes */
  /* Common styling for Chosen Select Boxes with Input Prepend/Append */
  .input-prepend > .add-on,
  .input-append > .add-on {
    vertical-align: top;
  }
  /* Styles specific to Input Prepend Chosen Select Boxes */
  .input-prepend .chzn-container-single .chzn-single {
    border-radius: 0 3px 3px 0;
  }
  .input-prepend .chzn-container-single .chzn-single-with-drop {
    border-radius: 0 3px 0 0;
  }
  /* Styles specific to Input Append Chosen Select Boxes */
  .input-append .chzn-container-single .chzn-single {
    border-radius: 3px 0 0 3px;
  }
  .input-append .chzn-container-single .chzn-single-with-drop {
    border-radius: 3px 0 0 0;
  }
  /* Styles specific to combined Input Prepend and Append Chosen Select Boxes */
  .input-prepend.input-append .chzn-container-single .chzn-single,
  .input-prepend.input-append .chzn-container-single .chzn-single-with-drop {
    border-radius: 0;
  }
  /* Accessible Hidden Elements (good for hidden labels and such) */
  .element-invisible {
    position: absolute;
    padding: 0;
    margin: 0;
    border: 0;
    height: 1px;
    width: 1px;
    overflow: hidden;
  }
  /* Make Accessible Hidden Elements visible on focus */
  .element-invisible:focus {
    width: auto;
    height: auto;
    overflow: auto;
    background: #eee;
    color: #000;
    padding: 1em;
  }
  /* Form Vertical Overrides Form Horizontal */
  .form-vertical .control-label {
    float: none;
    width: auto;
    padding-right: 0;
    padding-top: 0;
    text-align: left;
  }
  .form-vertical .controls {
    margin-left: 0;
  }
  /* Auto Width */
  .width-auto {
    width: auto;
  }
  /* Chosen proper wrapping in Bootstrap btn-group */
  .btn-group .chzn-results {
    white-space: normal;
  }
  /* Accordion overflow fix */
  .accordion-body.in:hover {
    overflow: visible;
  }
  /* Invalid indicators */
  .invalid {
    color: #9d261d;
    font-weight: bold;
  }
  input.invalid {
    border: 1px solid #9d261d;
    background: #f2dede;
  }
  select.chzn-done.invalid + .chzn-container.chzn-container-single > a.chzn-single,
  select.chzn-done.invalid + .chzn-container.chzn-container-multi > ul.chzn-choices {
    border-color: #9d261d;
    color: #9d261d;
  }
  /* Tweaking of tooltips */
  .tooltip {
    max-width: 400px;
  }
  .tooltip-inner {
    max-width: none;
    text-align: left;
    text-shadow: none;
  }
  th .tooltip-inner {
    font-weight: normal;
  }
  .tooltip.hasimage {
    opacity: 1;
  }
  /* Align tip text to left (old mootools tip) */
  .tip-text {
    text-align: left;
  }
  .btn-group > .btn + .dropdown-backdrop + .btn {
    margin-left: -1px;
  }
  .btn-group > .btn + .dropdown-backdrop + .dropdown-toggle {
    padding-left: 8px;
    padding-right: 8px;
    -ms-box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
    -o-box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
    box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
    *padding-top: 5px;
    *padding-bottom: 5px;
  }
  .btn-group > .btn-mini + .dropdown-backdrop + .dropdown-toggle {
    padding-left: 5px;
    padding-right: 5px;
    *padding-top: 2px;
    *padding-bottom: 2px;
  }
  .btn-group > .btn-small + .dropdown-backdrop + .dropdown-toggle {
    *padding-top: 5px;
    *padding-bottom: 4px;
  }
  .btn-group > .btn-large + .dropdown-backdrop + .dropdown-toggle {
    padding-left: 12px;
    padding-right: 12px;
    *padding-top: 7px;
    *padding-bottom: 7px;
  }
  .dropdown-menu {
    text-align: left;
  }
  .alert-link {
    font-weight: bold;
  }
  .alert .alert-link {
    color: #66512c;
  }
  .alert-success .alert-link {
    color: #2b542c;
  }
  .alert-danger .alert-link,
  .alert-error .alert-link {
    color: #843534;
  }
  .alert-info .alert-link {
    color: #245269;
  }
  /*
   * Due to a bug in the compiler that doesn't handle the relative paths correctly, the @font-face stuff needs to go in the templates less files
  @font-face {
      font-family: 'IcoMoon';
      src: url('../fonts/IcoMoon.eot');
      src: url('../fonts/IcoMoon.eot?#iefix') format('embedded-opentype'),
          url('../fonts/IcoMoon.woff') format('woff'),
          url('../fonts/IcoMoon.ttf') format('truetype'),
          url('../fonts/IcoMoon.svg#IcoMoon') format('svg');
      font-weight: normal;
      font-style: normal;
  }
  */
  /* Use the following CSS code if you want to use data attributes for inserting your icons */
  [data-icon]:before {
    font-family: 'IcoMoon';
    content: attr(data-icon);
    speak: none;
  }
  /* From Bootstrap */
  [class^="icon-"],
  [class*=" icon-"] {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-right: 0.25em;
    line-height: 14px;
  }
  /* Use the following CSS code if you want to have a class per icon */
  [class^="icon-"]:before,
  [class*=" icon-"]:before {
    font-family: 'IcoMoon';
    font-style: normal;
    speak: none;
  }
  [class^="icon-"].disabled,
  [class*=" icon-"].disabled {
    font-weight: normal;
  }
  .icon-joomla:before {
    content: "\e200";
  }
  .icon-chevron-up:before,
  .icon-uparrow:before,
  .icon-arrow-up:before {
    content: "\e005";
  }
  .icon-chevron-right:before,
  .icon-rightarrow:before,
  .icon-arrow-right:before {
    content: "\e006";
  }
  .icon-chevron-down:before,
  .icon-downarrow:before,
  .icon-arrow-down:before {
    content: "\e007";
  }
  .icon-chevron-left:before,
  .icon-leftarrow:before,
  .icon-arrow-left:before {
    content: "\e008";
  }
  .icon-arrow-first:before {
    content: "\e003";
  }
  .icon-arrow-last:before {
    content: "\e004";
  }
  .icon-arrow-up-2:before {
    content: "\e009";
  }
  .icon-arrow-right-2:before {
    content: "\e00a";
  }
  .icon-arrow-down-2:before {
    content: "\e00b";
  }
  .icon-arrow-left-2:before {
    content: "\e00c";
  }
  .icon-arrow-up-3:before {
    content: "\e00f";
  }
  .icon-arrow-right-3:before {
    content: "\e010";
  }
  .icon-arrow-down-3:before {
    content: "\e011";
  }
  .icon-arrow-left-3:before {
    content: "\e012";
  }
  .icon-menu-2:before {
    content: "\e00e";
  }
  .icon-arrow-up-4:before {
    content: "\e201";
  }
  .icon-arrow-right-4:before {
    content: "\e202";
  }
  .icon-arrow-down-4:before {
    content: "\e203";
  }
  .icon-arrow-left-4:before {
    content: "\e204";
  }
  .icon-share:before,
  .icon-redo:before {
    content: "\27";
  }
  .icon-undo:before {
    content: "\28";
  }
  .icon-forward-2:before {
    content: "\e205";
  }
  .icon-backward-2:before,
  .icon-reply:before {
    content: "\e206";
  }
  .icon-unblock:before,
  .icon-refresh:before,
  .icon-redo-2:before {
    content: "\6c";
  }
  .icon-undo-2:before {
    content: "\e207";
  }
  .icon-move:before {
    content: "\7a";
  }
  .icon-expand:before {
    content: "\66";
  }
  .icon-contract:before {
    content: "\67";
  }
  .icon-expand-2:before {
    content: "\68";
  }
  .icon-contract-2:before {
    content: "\69";
  }
  .icon-play:before {
    content: "\e208";
  }
  .icon-pause:before {
    content: "\e209";
  }
  .icon-stop:before {
    content: "\e210";
  }
  .icon-previous:before,
  .icon-backward:before {
    content: "\7c";
  }
  .icon-next:before,
  .icon-forward:before {
    content: "\7b";
  }
  .icon-first:before {
    content: "\7d";
  }
  .icon-last:before {
    content: "\e000";
  }
  .icon-play-circle:before {
    content: "\e00d";
  }
  .icon-pause-circle:before {
    content: "\e211";
  }
  .icon-stop-circle:before {
    content: "\e212";
  }
  .icon-backward-circle:before {
    content: "\e213";
  }
  .icon-forward-circle:before {
    content: "\e214";
  }
  .icon-loop:before {
    content: "\e001";
  }
  .icon-shuffle:before {
    content: "\e002";
  }
  .icon-search:before {
    content: "\53";
  }
  .icon-zoom-in:before {
    content: "\64";
  }
  .icon-zoom-out:before {
    content: "\65";
  }
  .icon-apply:before,
  .icon-edit:before,
  .icon-pencil:before {
    content: "\2b";
  }
  .icon-pencil-2:before {
    content: "\2c";
  }
  .icon-brush:before {
    content: "\3b";
  }
  .icon-save-new:before,
  .icon-plus-2:before {
    content: "\5d";
  }
  .icon-minus-sign:before,
  .icon-minus-2:before {
    content: "\5e";
  }
  .icon-delete:before,
  .icon-remove:before,
  .icon-cancel-2:before {
    content: "\49";
  }
  .icon-publish:before,
  .icon-save:before,
  .icon-ok:before,
  .icon-checkmark:before {
    content: "\47";
  }
  .icon-new:before,
  .icon-plus:before {
    content: "\2a";
  }
  .icon-plus-circle:before {
    content: "\e215";
  }
  .icon-minus:before,
  .icon-not-ok:before {
    content: "\4b";
  }
  .icon-ban-circle:before,
  .icon-minus-circle:before {
    content: "\e216";
  }
  .icon-unpublish:before,
  .icon-cancel:before {
    content: "\4a";
  }
  .icon-cancel-circle:before {
    content: "\e217";
  }
  .icon-checkmark-2:before {
    content: "\e218";
  }
  .icon-checkmark-circle:before {
    content: "\e219";
  }
  .icon-info:before {
    content: "\e220";
  }
  .icon-info-2:before,
  .icon-info-circle:before {
    content: "\e221";
  }
  .icon-question:before,
  .icon-question-sign:before,
  .icon-help:before {
    content: "\45";
  }
  .icon-question-2:before,
  .icon-question-circle:before {
    content: "\e222";
  }
  .icon-notification:before {
    content: "\e223";
  }
  .icon-notification-2:before,
  .icon-notification-circle:before {
    content: "\e224";
  }
  .icon-pending:before,
  .icon-warning:before {
    content: "\48";
  }
  .icon-warning-2:before,
  .icon-warning-circle:before {
    content: "\e225";
  }
  .icon-checkbox-unchecked:before {
    content: "\3d";
  }
  .icon-checkin:before,
  .icon-checkbox:before,
  .icon-checkbox-checked:before {
    content: "\3e";
  }
  .icon-checkbox-partial:before {
    content: "\3f";
  }
  .icon-square:before {
    content: "\e226";
  }
  .icon-radio-unchecked:before {
    content: "\e227";
  }
  .icon-radio-checked:before,
  .icon-generic:before {
    content: "\e228";
  }
  .icon-circle:before {
    content: "\e229";
  }
  .icon-signup:before {
    content: "\e230";
  }
  .icon-grid:before,
  .icon-grid-view:before {
    content: "\58";
  }
  .icon-grid-2:before,
  .icon-grid-view-2:before {
    content: "\59";
  }
  .icon-menu:before {
    content: "\5a";
  }
  .icon-list:before,
  .icon-list-view:before {
    content: "\31";
  }
  .icon-list-2:before {
    content: "\e231";
  }
  .icon-menu-3:before {
    content: "\e232";
  }
  .icon-folder-open:before,
  .icon-folder:before {
    content: "\2d";
  }
  .icon-folder-close:before,
  .icon-folder-2:before {
    content: "\2e";
  }
  .icon-folder-plus:before {
    content: "\e234";
  }
  .icon-folder-minus:before {
    content: "\e235";
  }
  .icon-folder-3:before {
    content: "\e236";
  }
  .icon-folder-plus-2:before {
    content: "\e237";
  }
  .icon-folder-remove:before {
    content: "\e238";
  }
  .icon-file:before {
    content: "\e016";
  }
  .icon-file-2:before {
    content: "\e239";
  }
  .icon-file-add:before,
  .icon-file-plus:before {
    content: "\29";
  }
  .icon-file-minus:before {
    content: "\e017";
  }
  .icon-file-check:before {
    content: "\e240";
  }
  .icon-file-remove:before {
    content: "\e241";
  }
  .icon-save-copy:before,
  .icon-copy:before {
    content: "\e018";
  }
  .icon-stack:before {
    content: "\e242";
  }
  .icon-tree:before {
    content: "\e243";
  }
  .icon-tree-2:before {
    content: "\e244";
  }
  .icon-paragraph-left:before {
    content: "\e246";
  }
  .icon-paragraph-center:before {
    content: "\e247";
  }
  .icon-paragraph-right:before {
    content: "\e248";
  }
  .icon-paragraph-justify:before {
    content: "\e249";
  }
  .icon-screen:before {
    content: "\e01c";
  }
  .icon-tablet:before {
    content: "\e01d";
  }
  .icon-mobile:before {
    content: "\e01e";
  }
  .icon-box-add:before {
    content: "\51";
  }
  .icon-box-remove:before {
    content: "\52";
  }
  .icon-download:before {
    content: "\e021";
  }
  .icon-upload:before {
    content: "\e022";
  }
  .icon-home:before {
    content: "\21";
  }
  .icon-home-2:before {
    content: "\e250";
  }
  .icon-out-2:before,
  .icon-new-tab:before {
    content: "\e024";
  }
  .icon-out-3:before,
  .icon-new-tab-2:before {
    content: "\e251";
  }
  .icon-link:before {
    content: "\e252";
  }
  .icon-picture:before,
  .icon-image:before {
    content: "\2f";
  }
  .icon-pictures:before,
  .icon-images:before {
    content: "\30";
  }
  .icon-palette:before,
  .icon-color-palette:before {
    content: "\e014";
  }
  .icon-camera:before {
    content: "\55";
  }
  .icon-camera-2:before,
  .icon-video:before {
    content: "\e015";
  }
  .icon-play-2:before,
  .icon-video-2:before,
  .icon-youtube:before {
    content: "\56";
  }
  .icon-music:before {
    content: "\57";
  }
  .icon-user:before {
    content: "\22";
  }
  .icon-users:before {
    content: "\e01f";
  }
  .icon-vcard:before {
    content: "\6d";
  }
  .icon-address:before {
    content: "\70";
  }
  .icon-share-alt:before,
  .icon-out:before {
    content: "\26";
  }
  .icon-enter:before {
    content: "\e257";
  }
  .icon-exit:before {
    content: "\e258";
  }
  .icon-comment:before,
  .icon-comments:before {
    content: "\24";
  }
  .icon-comments-2:before {
    content: "\25";
  }
  .icon-quote:before,
  .icon-quotes-left:before {
    content: "\60";
  }
  .icon-quote-2:before,
  .icon-quotes-right:before {
    content: "\61";
  }
  .icon-quote-3:before,
  .icon-bubble-quote:before {
    content: "\e259";
  }
  .icon-phone:before {
    content: "\e260";
  }
  .icon-phone-2:before {
    content: "\e261";
  }
  .icon-envelope:before,
  .icon-mail:before {
    content: "\4d";
  }
  .icon-envelope-opened:before,
  .icon-mail-2:before {
    content: "\4e";
  }
  .icon-unarchive:before,
  .icon-drawer:before {
    content: "\4f";
  }
  .icon-archive:before,
  .icon-drawer-2:before {
    content: "\50";
  }
  .icon-briefcase:before {
    content: "\e020";
  }
  .icon-tag:before {
    content: "\e262";
  }
  .icon-tag-2:before {
    content: "\e263";
  }
  .icon-tags:before {
    content: "\e264";
  }
  .icon-tags-2:before {
    content: "\e265";
  }
  .icon-options:before,
  .icon-cog:before {
    content: "\38";
  }
  .icon-cogs:before {
    content: "\37";
  }
  .icon-screwdriver:before,
  .icon-tools:before {
    content: "\36";
  }
  .icon-wrench:before {
    content: "\3a";
  }
  .icon-equalizer:before {
    content: "\39";
  }
  .icon-dashboard:before {
    content: "\78";
  }
  .icon-switch:before {
    content: "\e266";
  }
  .icon-filter:before {
    content: "\54";
  }
  .icon-purge:before,
  .icon-trash:before {
    content: "\4c";
  }
  .icon-checkedout:before,
  .icon-lock:before,
  .icon-locked:before {
    content: "\23";
  }
  .icon-unlock:before {
    content: "\e267";
  }
  .icon-key:before {
    content: "\5f";
  }
  .icon-support:before {
    content: "\46";
  }
  .icon-database:before {
    content: "\62";
  }
  .icon-scissors:before {
    content: "\e268";
  }
  .icon-health:before {
    content: "\6a";
  }
  .icon-wand:before {
    content: "\6b";
  }
  .icon-eye-open:before,
  .icon-eye:before {
    content: "\3c";
  }
  .icon-eye-close:before,
  .icon-eye-blocked:before,
  .icon-eye-2:before {
    content: "\e269";
  }
  .icon-clock:before {
    content: "\6e";
  }
  .icon-compass:before {
    content: "\6f";
  }
  .icon-broadcast:before,
  .icon-connection:before,
  .icon-wifi:before {
    content: "\e01b";
  }
  .icon-book:before {
    content: "\e271";
  }
  .icon-lightning:before,
  .icon-flash:before {
    content: "\79";
  }
  .icon-print:before,
  .icon-printer:before {
    content: "\e013";
  }
  .icon-feed:before {
    content: "\71";
  }
  .icon-calendar:before {
    content: "\43";
  }
  .icon-calendar-2:before {
    content: "\44";
  }
  .icon-calendar-3:before {
    content: "\e273";
  }
  .icon-pie:before {
    content: "\77";
  }
  .icon-bars:before {
    content: "\76";
  }
  .icon-chart:before {
    content: "\75";
  }
  .icon-power-cord:before {
    content: "\32";
  }
  .icon-cube:before {
    content: "\33";
  }
  .icon-puzzle:before {
    content: "\34";
  }
  .icon-attachment:before,
  .icon-paperclip:before,
  .icon-flag-2:before {
    content: "\72";
  }
  .icon-lamp:before {
    content: "\74";
  }
  .icon-pin:before,
  .icon-pushpin:before {
    content: "\73";
  }
  .icon-location:before {
    content: "\63";
  }
  .icon-shield:before {
    content: "\e274";
  }
  .icon-flag:before {
    content: "\35";
  }
  .icon-flag-3:before {
    content: "\e275";
  }
  .icon-bookmark:before {
    content: "\e023";
  }
  .icon-bookmark-2:before {
    content: "\e276";
  }
  .icon-heart:before {
    content: "\e277";
  }
  .icon-heart-2:before {
    content: "\e278";
  }
  .icon-thumbs-up:before {
    content: "\5b";
  }
  .icon-thumbs-down:before {
    content: "\5c";
  }
  .icon-unfeatured:before,
  .icon-asterisk:before,
  .icon-star-empty:before {
    content: "\40";
  }
  .icon-star-2:before {
    content: "\41";
  }
  .icon-featured:before,
  .icon-default:before,
  .icon-star:before {
    content: "\42";
  }
  .icon-smiley:before,
  .icon-smiley-happy:before {
    content: "\e279";
  }
  .icon-smiley-2:before,
  .icon-smiley-happy-2:before {
    content: "\e280";
  }
  .icon-smiley-sad:before {
    content: "\e281";
  }
  .icon-smiley-sad-2:before {
    content: "\e282";
  }
  .icon-smiley-neutral:before {
    content: "\e283";
  }
  .icon-smiley-neutral-2:before {
    content: "\e284";
  }
  .icon-cart:before {
    content: "\e019";
  }
  .icon-basket:before {
    content: "\e01a";
  }
  .icon-credit:before {
    content: "\e286";
  }
  .icon-credit-2:before {
    content: "\e287";
  }
  .icon-expired:before {
    content: "\4b";
  }
  /*-----------------------------------------------------------------------------------*/
  /* Typography */
  /*-----------------------------------------------------------------------------------*/
  body {
    line-height: 1.75em;
    font-weight: 400;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    padding: 0;
    font-weight: normal;
    line-height: 1.2em;
    margin: 0 0 0.75rem;
    text-rendering: optimizelegibility;
  }
  h1 a:hover,
  h2 a:hover,
  h3 a:hover,
  h4 a:hover,
  h5 a:hover,
  h6 a:hover,
  h1 a:focus,
  h2 a:focus,
  h3 a:focus,
  h4 a:focus,
  h5 a:focus,
  h6 a:focus {
    text-decoration: none;
  }
  h1 i,
  h2 i,
  h3 i,
  h4 i,
  h5 i,
  h6 i {
    margin-right: 5px;
  }
  h1 {
    font-size: 2.8em;
    font-weight: 400;
  }
  h2,
  .content-category h1,
  .registration h1 {
    margin-bottom: 0.6rem;
    font-size: 2.2rem;
    font-weight: 300;
  }
  h3 {
    margin-bottom: 12px;
    font-size: 1.6rem;
    font-weight: 400;
  }
  h4 {
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.6em;
  }
  h5 {
    font-size: 1rem;
    opacity: 0.65;
    line-height: 1.6em;
  }
  h6 {
    font-size: 1em;
  }
  a {
    text-decoration: none !important;
    transition: color 0.15s ease-in;
    color: #333;
  }
  a:hover {
    color: #888;
  }
  a[href^=tel] {
    color: inherit;
    text-decoration: none;
  }
  p {
    margin-bottom: 1.5rem;
  }
  li {
    line-height: 2.3em;
    font-weight: 500;
  }
  .item-title,
  .page-header {
    position: relative;
    padding: 0;
    overflow-y: hidden;
  }
  .item-title h2,
  .page-header h2 {
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 10px;
    overflow: hidden;
  }
  hr {
    height: 1px;
    max-width: 90px;
    margin: 15px auto 20px;
    background-color: transparent;
    border-top: 1px solid #999;
    border-top: 1px solid var(--primary);
  }
  hr.left {
    margin-left: 0;
  }
  hr.right {
    margin-right: 0;
  }
  blockquote {
    font-size: 120%;
    border-left: 0.4rem solid #ddd;
    padding: 0.5rem 0.5rem 0.5rem 1rem;
    margin: 0 0 1.5rem 1.5rem;
  }
  p.note,
  p.pin,
  p.clip,
  p.down,
  pre,
  .code {
    background: rgba(0, 0, 0, 0.1);
    border-color: rgba(0, 0, 0, 0.08);
    border-style: solid;
    border-width: 1px 1px 1px 5px;
    border-radius: 0;
  }
  abbr[title] {
    border-bottom: none;
    text-decoration: underline;
  }
  code,
  kbd,
  samp {
    font-family: monospace,monospace;
    font-size: 1em;
  }
  dfn {
    font-style: italic;
  }
  mark {
    background-color: #ff0;
    color: #000;
  }
  sub,
  sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  del {
    color: #ff4136;
  }
  ins {
    color: #2ecc40;
  }
  pre,
  .code {
    clear: both;
    padding: 15px 20px;
    background-color: rgba(0, 0, 0, 0.05);
  }
  kbd {
    padding: 0.2rem 0.4rem;
    font-size: 90%;
    color: #fff;
    background-color: #111;
    border-radius: 0.25rem;
  }
  pre,
  code {
    white-space: normal !important;
  }
  code {
    font: italic 100% monospace;
    background-color: rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.5);
    display: inline-block;
    color: #D69A4B;
    padding: 2px 4px;
    margin: 0;
  }
  pre {
    margin: 0 0 1rem 0;
  }
  p.down,
  p.clip,
  p.pin,
  p.note {
    margin: 10px 0;
    padding: 15px 20px 15px 50px;
    overflow: hidden;
  }
  p.note {
    background: url(../images/typo/note.png) no-repeat scroll 5px center rgba(0, 0, 0, 0.05);
  }
  p.pin {
    background: url(../images/typo/attach.png) no-repeat scroll 5px center rgba(0, 0, 0, 0.05);
  }
  p.clip {
    background: url(../images/typo/clip.png) no-repeat scroll 5px center rgba(0, 0, 0, 0.05);
  }
  p.down {
    background: url(../images/typo/down.png) no-repeat scroll 5px center rgba(0, 0, 0, 0.05);
  }
  ol,
  ul {
    line-height: 1.5;
    margin-top: 0;
  }
  ol ol,
  ol ul,
  ul ol,
  ul ul {
    margin-bottom: 0;
  }
  ul.tick li,
  ul.plus li,
  ul.star li,
  ul.dot li {
    list-style: none outside none;
    padding: 0 22px;
  }
  ul.tick li {
    background: url("../images/typo/tick.png") no-repeat scroll left center transparent;
  }
  ul.plus li {
    background: url("../images/typo/plus.png") no-repeat scroll left center transparent;
  }
  ul.star li {
    background: url("../images/typo/star.png") no-repeat scroll left center transparent;
  }
  ul.dot li {
    position: relative;
  }
  ul.dot li::before {
    position: absolute;
    left: 5px;
    content: "•";
    font-size: 1.5em;
    color: rgba(0, 0, 0, 0.5);
  }
  em.highlight {
    border-radius: 4px 4px 4px 4px;
    font-style: normal;
    padding: 2px 5px;
    text-shadow: none;
  }
  em.highlight.black {
    background: none repeat scroll 0 0 #000000;
    color: #FFFFFF;
  }
  em.highlight.green {
    background: none repeat scroll 0 0 #89B223;
    color: #FFFFFF;
  }
  em.highlight.yellow {
    background: none repeat scroll 0 0 #B29E23;
    color: #FFFFFF;
  }
  em.highlight.blue {
    background: none repeat scroll 0 0 #4B90B5;
    color: #FFFFFF;
  }
  em.highlight.red {
    background: none repeat scroll 0 0 #A62929;
    color: #FFFFFF;
  }
  .text-primary::before,
  .text-primary::after {
    color: inherit !important;
  }
  .background-primary::before,
  .background-primary::after {
    background-color: inherit !important;
  }
  /* Content Column Layout */
  .columns-2 {
    -webkit-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 2.5em;
            column-gap: 2.5em;
  }
  .columns-3 {
    -webkit-column-count: 3;
            column-count: 3;
    -webkit-column-gap: 2.5em;
            column-gap: 2.5em;
  }
  .columns-4 {
    -webkit-column-count: 4;
            column-count: 4;
    -webkit-column-gap: 2.5em;
            column-gap: 2.5em;
  }
  
  @media only screen and (max-width: 767px) {
    .columns-2,
    .columns-3,
    .columns-4 {
      -webkit-column-count: auto;
              column-count: auto;
    }
  }
  .menu .columns-2,
  .menu .columns-3,
  .menu .columns-4 {
    -webkit-column-count: auto;
    column-count: auto;
  }
  .well {
    background-color: #fafafa;
    border-radius: 2px;
    box-shadow: 0 1px 4px rgba(148, 146, 145, 0.1), 0 -1px 0 rgba(148, 146, 145, 0.35) inset, 0 0 0 transparent, 0 0 0 transparent;
    border-color: #f5f5f5;
  }
  .border-frame {
    position: relative;
    display: inline-block;
  }
  .border-frame::after {
    position: absolute;
    top: 8px;
    left: 8px;
    right: -8px;
    bottom: -8px;
    border: 1px solid rgba(100, 100, 100, 0.2);
    border: 1px solid var(--primary);
    content: '';
    z-index: 0;
    border-radius: 0;
  }
  .border-frame * {
    position: relative;
    z-index: 1;
  }
  .box-shadow {
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.2);
  }
  .j51-date {
    display: inline-flex;
    flex-direction: column;
    overflow: hidden;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    line-height: 1em;
    background-color: #111;
    background-color: var(--primary);
    min-width: 44px;
    z-index: 2;
  }
  .j51-date > div {
    padding: 4px 6px;
  }
  .j51-date-top {
    font-size: 1.2em;
  }
  .j51-date-bottom {
    background-color: rgba(0, 0, 0, 0.2);
    font-size: 1em;
  }
  /*-----------------------------------------------------------------------------------*/
  /* JStuff */
  /*-----------------------------------------------------------------------------------*/
  @font-face {
    font-family: 'IcoMoon';
    src: url('../fonts/IcoMoon.eot');
    src: url('../fonts/IcoMoon.eot?#iefix') format('embedded-opentype'), url('../fonts/IcoMoon.woff') format('woff'), url('../fonts/IcoMoon.ttf') format('truetype'), url('../fonts/IcoMoon.svg#IcoMoon') format('svg');
    font-weight: normal;
    font-style: normal;
  }
  .search-results dt.result-title {
    font-size: 140%;
    font-weight: normal;
    padding: 3px 0 10px 0;
    text-transform: none;
  }
  .search-results dd.result-category {
    color: #888888;
    font-size: 13px;
    font-style: italic;
    margin: 0 0 5px;
  }
  .search-results dd.result-created {
    border-bottom: 1px solid #EEEEEE;
    color: #888888;
    font-size: 10px;
    margin-bottom: 10px;
    padding: 0 0 6px;
    text-align: right;
  }
  #search label {
    display: none;
  }
  .com-users-login {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .com-users-login__field {
    padding: 10px 0;
  }
  .com-users-login__remember {
    text-align: right;
  }
  .com-users-login__remember input {
    margin-top: -2px;
    margin-left: 4px;
    margin-right: 4px;
  }
  .com-users-login__no-account {
    text-align: center;
    padding: 10px;
  }
  .com-users-login__forgot {
    color: #ddd;
    text-align: center;
  }
  .com-users-login__forgot a {
    color: #555;
    opacity: 0.6;
    text-transform: uppercase;
    font-size: 0.6rem;
    letter-spacing: 1.5px;
    margin: 0 5px;
  }
  .com-users-login__forgot a:hover {
    opacity: 1;
  }
  .com-users-login input[type="text"],
  .com-users-login input[type="password"] {
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 1.2em;
    padding-left: 10px;
  }
  .com-users-login button {
    width: 100%;
  }
  .com-users-registration {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .com-users-registration > form {
    width: 100%;
    max-width: 400px;
  }
  .com-users-registration__field {
    padding: 10px 0;
  }
  .com-users-registration__remember {
    text-align: right;
  }
  .com-users-registration__remember input {
    margin-top: -2px;
    margin-left: 4px;
    margin-right: 4px;
  }
  .com-users-registration__no-account {
    text-align: center;
    padding: 10px;
  }
  .com-users-registration__forgot {
    color: #ddd;
    text-align: center;
  }
  .com-users-registration__forgot a {
    color: #555;
    opacity: 0.6;
    text-transform: uppercase;
    font-size: 0.6rem;
    letter-spacing: 1.5px;
    margin: 0 5px;
  }
  .com-users-registration__forgot a:hover {
    opacity: 1;
  }
  .com-users-registration input[type="text"],
  .com-users-registration input[type="email"],
  .com-users-registration input[type="password"] {
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 1.2em;
    padding-left: 10px;
  }
  .com-users-registration button {
    width: 100%;
  }
  .contact {
    padding: 0px;
  }
  .contact h3 {
    margin-bottom: 20px;
    margin-top: 20px;
    padding: 5px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #ccc;
  }
  .contact > h3 {
    display: none;
  }
  .contact textarea,
  .contact input[type="text"],
  .contact input[type="number"],
  .contact input[type="email"] {
    border-radius: 0;
    width: 100%;
    max-width: 500px;
    height: 2em;
  }
  .contact textarea {
    height: 8em;
  }
  .contact legend {
    border: none;
  }
  .page-header {
    display: flex;
    align-items: flex-start;
    border-bottom: none;
    margin: 0px;
  }
  .page-header .j51-date {
    margin-right: 10px;
  }
  .categories-list .page-header {
    padding-bottom: 10px;
  }
  .article-body {
    overflow: hidden;
  }
  .article-info-term {
    display: none;
  }
  .article-info {
    color: #888;
    font-size: 0.85em;
    padding: 0px;
    display: inline-block;
    margin: 0;
    width: 100%;
    text-transform: uppercase;
    letter-spacing: 1px;
    opacity: 0.75;
  }
  .article-info dd {
    display: inline;
    padding: 0 7px 0 0;
  }
  .article-info dd:last-child {
    border-right: medium none;
  }
  .article-info dd:first-of-type {
    margin-left: 0;
  }
  .article-info dd > span[class^="icon-"] + time,
  .article-info dd > span[class*=" icon-"] + time {
    margin-left: 0;
  }
  .article-info dd .icon-calendar {
    display: none;
  }
  .article-info .actions {
    float: right;
    margin: -10px 0 0;
    width: 50px;
  }
  .articleContent img {
    display: block;
    margin: 20px auto;
  }
  dd > div {
    display: inline;
  }
  .items-more ul {
    list-style: none !important;
    margin-left: 0px;
  }
  .contact-links ul {
    list-style: none outside none !important;
    margin-left: 0px;
  }
  .blog .item {
    padding: 3px;
  }
  .blog .items-row {
    margin-bottom: 40px;
  }
  .items-leading {
    margin: 0;
    padding-bottom: 15px;
  }
  dl.muted:empty {
    display: none;
  }
  .img-fulltext-left {
    float: left;
    margin-top: 10px;
    margin-bottom: 20px;
    margin-right: 20px;
  }
  .img-intro-left {
    float: left;
    margin-top: 0px;
    margin-bottom: 10px;
    margin-right: 10px;
  }
  .img-fulltext-right {
    float: right;
    margin-top: 10px;
    margin-bottom: 20px;
    margin-left: 20px;
  }
  .img-intro-right {
    float: right;
    margin-top: 0px;
    margin-bottom: 10px;
    margin-left: 10px;
  }
  .img-intro-none {
    float: right;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
  }
  .img-fulltext-none {
    float: right;
    margin-top: 10px;
    margin-bottom: 20px;
    margin-left: 20px;
  }
  .items-leading {
    overflow: hidden;
  }
  .items-leading .item-image {
    width: auto;
  }
  .item-image {
    display: inline-block;
    overflow: hidden;
    border-radius: 0;
  }
  .pull-left.item-image {
    float: left;
    margin-right: 30px;
    margin-bottom: 10px;
    margin-top: 10px;
  }
  .pull-right.item-image {
    float: right;
    margin-left: 30px;
    margin-bottom: 10px;
    margin-top: 10px;
  }
  .pull-none.item-image {
    margin-bottom: 20px;
    margin-top: 10px;
  }
  @media only screen and (max-width: 1024px) {
    .pull-right.item-image,
    .pull-left.item-image {
      float: none;
      margin-left: 0;
      margin-bottom: 20px;
    }
  }
  .tags {
    margin-left: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 5px !important;
    text-align: left;
    text-transform: uppercase;
    display: block !important;
  }
  .tags li {
    padding: 0 !important;
  }
  .tags li a {
    padding: 5px 9px 4px;
    font-weight: normal;
    font-size: 10px;
    letter-spacing: 1px;
    text-transform: uppercase;
    border: 1px solid #ccc;
    border-radius: 2px;
  }
  .tag-category .list-striped li:nth-child(2n+1),
  .tag-category .list-striped dd:nth-child(2n+1),
  .tag-category .list-striped li,
  .tag-category .list-striped dd {
    background-color: transparent;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .tag-category .list-striped,
  .tag-category .row-striped {
    border: none;
  }
  .tag-category .category {
    margin-top: 0;
  }
  .tag-category .category li {
    font-weight: normal;
  }
  .tag-category .category li > a > img {
    margin: 5px auto 20px;
    max-width: 200px;
    float: left;
    margin: 5px 25px 50px 0;
  }
  .tag-category > h2:before {
    content: "\f02b";
    font-family: "FontAwesome";
  }
  .tag-category fieldset {
    display: none;
  }
  .lang-inline li a {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: inline-block;
    padding: 0;
  }
  .mod-languages ul li {
    display: inline-block;
    padding: 0px 2px;
  }
  .stats-module {
    margin: 0;
  }
  .stats-module dt,
  .stats-module dd {
    display: inline-block;
    margin: 0;
  }
  .stats-module dt {
    font-weight: bold;
    width: 35%;
  }
  .stats-module dd {
    width: 60%;
  }
  .search .form-inline {
    display: flex;
    outline: 0;
    background: rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(100, 100, 100, 0.2);
    border-radius: 0;
    line-height: 16px;
  }
  .search .search-query {
    box-shadow: none;
    background: transparent;
    border: 0 none;
    border-radius: 0;
    padding-left: 10px;
    overflow: hidden;
    width: 100%;
    height: 100%;
  }
  .search .button {
    box-shadow: none;
    color: #fff;
    font-size: 10px !important;
    padding: 6px 10px;
    margin: 0px;
    text-transform: uppercase;
    border-radius: 0;
  }
  .search .icon-search {
    color: #fff;
    cursor: pointer;
    z-index: 1;
    padding: 8px;
    margin: 0;
    margin: -1px;
    transition: background-color 300ms linear;
  }
  .search .icon-search:hover {
    color: rgba(255, 255, 255, 0.6) !important;
  }
  .search .btn-right input.search-query,
  .search .btn-left input.search-query {
    padding-right: 0;
  }
  .search .btn-right .button,
  .search .btn-right .icon-search {
    order: 1;
  }
  .search .btn-top {
    flex-direction: column;
  }
  .search .btn-bottom {
    flex-direction: column-reverse;
  }
  .search .btn {
    padding: 5px 10px;
    margin: -1px;
  }
  .search .btn .icon-search {
    display: none;
  }
  .tagspopular ul {
    margin: 10px 0;
  }
  .tagspopular li {
    list-style-type: none;
    display: inline-block;
    text-transform: uppercase;
    font-size: 0.7em;
    letter-spacing: 2px;
    font-weight: 500;
    margin: 0 5px 8px 0;
  }
  .tagspopular li a {
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 5px 10px;
    display: inline-block;
  }
  .tagspopular li a:hover {
    color: white;
  }
  .message::empty {
    display: none;
  }
  #modules-form .btn-group,
  #adminForm .btn-group {
    right: auto;
  }
  #modules-form .form-horizontal .control-label,
  #adminForm .form-horizontal .control-label {
    padding-top: 0;
  }
  #modules-form hr,
  #adminForm hr {
    border: none;
    margin: 20px 0;
  }
  #modules-form hr:before,
  #adminForm hr:before {
    display: none;
  }
  #modules-form button,
  #adminForm button,
  #modules-form .btn,
  #adminForm .btn,
  #modules-form .btn-group.open .btn.dropdown-toggle,
  #adminForm .btn-group.open .btn.dropdown-toggle,
  #modules-form .input-append .add-on,
  #adminForm .input-append .add-on,
  #modules-form .input-prepend .add-on,
  #adminForm .input-prepend .add-on,
  #modules-form .pager.pagenav a,
  #adminForm .pager.pagenav a,
  #modules-form .btn-primary:active,
  #adminForm .btn-primary:active,
  #modules-form .btn-primary.active,
  #adminForm .btn-primary.active,
  #modules-form .btn-primary.disabled,
  #adminForm .btn-primary.disabled,
  #modules-form .btn-primary[disabled],
  #adminForm .btn-primary[disabled] {
    background-color: #f1f1f1;
    text-transform: none;
    letter-spacing: 0;
  }
  #modules-form button:hover,
  #adminForm button:hover,
  #modules-form .btn:hover,
  #adminForm .btn:hover,
  #modules-form .btn-group.open .btn.dropdown-toggle:hover,
  #adminForm .btn-group.open .btn.dropdown-toggle:hover,
  #modules-form .input-append .add-on:hover,
  #adminForm .input-append .add-on:hover,
  #modules-form .input-prepend .add-on:hover,
  #adminForm .input-prepend .add-on:hover,
  #modules-form .pager.pagenav a:hover,
  #adminForm .pager.pagenav a:hover,
  #modules-form .btn-primary:active:hover,
  #adminForm .btn-primary:active:hover,
  #modules-form .btn-primary.active:hover,
  #adminForm .btn-primary.active:hover,
  #modules-form .btn-primary.disabled:hover,
  #adminForm .btn-primary.disabled:hover,
  #modules-form .btn-primary[disabled]:hover,
  #adminForm .btn-primary[disabled]:hover {
    background-color: #ffffff;
  }
  #modules-form .btn,
  #adminForm .btn {
    padding: 4px 12px;
    color: #333333;
  }
  #modules-form .btn.btn-primary,
  #adminForm .btn.btn-primary {
    color: #333333;
  }
  #modules-form .btn:hover,
  #adminForm .btn:hover,
  #modules-form .btn:focus,
  #adminForm .btn:focus {
    border-color: rgba(0, 0, 0, 0.2);
  }
  #modules-form .btn-success:hover,
  #adminForm .btn-success:hover,
  #modules-form .btn-success:focus,
  #adminForm .btn-success:focus,
  #modules-form .btn-success:active,
  #adminForm .btn-success:active,
  #modules-form .btn-success.active,
  #adminForm .btn-success.active,
  #modules-form .btn-success.disabled,
  #adminForm .btn-success.disabled,
  #modules-form .btn-success[disabled],
  #adminForm .btn-success[disabled] {
    background-color: #51a351;
    color: #ffffff;
  }
  #modules-form .btn-danger:hover,
  #adminForm .btn-danger:hover,
  #modules-form .btn-danger:focus,
  #adminForm .btn-danger:focus,
  #modules-form .btn-danger:active,
  #adminForm .btn-danger:active,
  #modules-form .btn-danger.active,
  #adminForm .btn-danger.active,
  #modules-form .btn-danger.disabled,
  #adminForm .btn-danger.disabled,
  #modules-form .btn-danger[disabled],
  #adminForm .btn-danger[disabled] {
    background-color: #bd362f;
    color: #fff;
  }
  .list-striped,
  .row-striped {
    list-style: none outside none !important;
  }
  ul.category {
    margin-left: 0px;
  }
  .icon-arrow-right {
    margin-top: 1px;
  }
  ul#archive-items li {
    list-style: none;
    padding: 0px;
    margin: 0px;
    background-image: none;
  }
  .clr {
    clear: both;
  }
  body.contentpane {
    background: none repeat scroll 0 0 #FFFFFF;
    margin: 10px;
    text-align: left;
    width: auto;
  }
  .item-page,
  .item,
  .items-leading > div,
  .items-row > div {
    position: relative;
  }
  .icons {
    position: absolute;
    top: 0;
    right: 0;
  }
  .icons .btn-group {
    margin: 0;
  }
  .icons .dropdown-toggle {
    margin: 0;
  }
  .maincontent .blog .icons {
    padding-bottom: 0px;
  }
  .tags {
    margin-bottom: 0 !important;
  }
  .tags li {
    line-height: 1em;
  }
  .tags li a {
    padding: 0;
    font-weight: normal;
    font-size: 1em;
    letter-spacing: 1px;
    text-transform: uppercase;
    border: 0;
  }
  .tags li a:hover {
    color: #555;
  }
  .tags li + li {
    margin-left: 10px;
  }
  /*-----------------------------------------------------------------------------------*/
  /* General */
  /*-----------------------------------------------------------------------------------*/
  body {
    padding: 0;
    margin: 0;
    background-attachment: scroll;
    position: relative;
    background-position: top center;
    background-size: 100% auto;
    background-repeat: no-repeat;
  }
  *,
  *::before,
  *::after {
    box-sizing: border-box;
  }
  .content_main {
    display: block;
  }
  .header_main,
  #header_bg,
  #container_showcase1_modules,
  #container_top1_modules,
  #container_top2_modules,
  #container_top3_modules,
  #container_bottom1_modules,
  #container_bottom2_modules,
  #container_bottom3_modules,
  #container_base {
    position: relative;
    background-position: 50% 0%;
    background-repeat: no-repeat;
    background-size: cover !important;
  }
  #container_showcase1_modules,
  #container_top1_modules,
  #container_top2_modules,
  #container_top3_modules,
  #container_main,
  #container_bottom1_modules,
  #container_bottom2_modules,
  #container_bottom3_modules,
  #container_base,
  #container_copyright {
    -webkit-font-smoothing: antialiased;
    box-sizing: border-box;
  }
  .showcase-1,
  .top-1,
  .top-2,
  .top-3,
  .contenttop,
  .sidecol-a,
  .sidecol-b,
  .contentbottom,
  .bottom-1,
  .bottom-2,
  .bottom-3,
  .base-1,
  .base-2 {
    float: left;
    width: 100%;
    background-position: 50% 0%;
    background-size: cover !important;
  }
  .showcase-1 .module_surround,
  .top-1 .module_surround,
  .top-2 .module_surround,
  .top-3 .module_surround,
  .contenttop .module_surround,
  .sidecol-a .module_surround,
  .sidecol-b .module_surround,
  .contentbottom .module_surround,
  .bottom-1 .module_surround,
  .bottom-2 .module_surround,
  .bottom-3 .module_surround,
  .base-1 .module_surround,
  .base-2 .module_surround {
    background-position: 50% 0%;
    background-size: cover !important;
  }
  .sidecol-a,
  .sidecol-b {
    background-position: 50% 0%;
    background-size: cover !important;
    width: 100%;
  }
  .wrapper960 {
    margin: 0 auto;
    position: relative;
    background-size: cover;
  }
  .block_holder {
    width: 100%;
  }
  .block_holder > div {
    display: flex;
    flex-wrap: wrap;
  }
  .clear {
    clear: both;
  }
  /*-----------------------------------------------------------------------------------*/
  /* Header */
  /*-----------------------------------------------------------------------------------*/
  #container_header {
    position: relative;
    width: 100%;
    z-index: 99;
    transition: all 300ms ease;
    padding-bottom: 25px;
  }
  #container_header.block_holder {
    padding: 0;
  }
  #container_header .wrapper960 {
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 110;
    box-sizing: border-box;
  }
  #container_header,
  .vegas-wrapper {
    display: flex;
    flex-direction: column;
  }
  .header_top {
    display: flex;
    flex: 1 0 auto;
    padding: 0 20px;
    transition: all 180ms ease;
    min-height: 35px;
  }
  .header_main {
    display: flex;
    width: 100%;
    padding: 7px 0;
    z-index: 200;
    border-radius: 0;
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.05));
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  }
  .header_nav {
    display: flex;
    flex: 1 0 auto;
  }
  .showcase_seperator {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    line-height: 0;
    direction: ltr;
    z-index: 1;
  }
  .showcase_seperator canvas {
    display: block;
    width: 100%;
    visibility: hidden;
  }
  .showcase_seperator svg {
    fill: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }
  .showcase_seperator * {
    box-sizing: border-box;
  }
  .sticky-wrapper {
    z-index: 1040;
    width: 100%;
  }
  .logo {
    position: relative;
    display: inline-flex;
    align-items: center;
    z-index: 1;
    transition: all 300ms ease;
    padding: 6px 40px;
    flex-direction: column;
  }
  .logo a {
    position: relative;
    z-index: 25;
  }
  .is-sticky .logo {
    padding: 0 40px;
  }
  .logo-text {
    margin: 0;
    width: 100%;
    line-height: 1em;
    text-align: left;
    justify-self: center;
  }
  .logo-text a {
    position: relative;
    left: 0;
    outline: none;
    top: 0;
    width: 100%;
    text-align: left;
    font-weight: 700;
    letter-spacing: 0;
  }
  .logo-text a:hover {
    text-decoration: none;
  }
  .site-slogan {
    position: relative;
    margin: 2px 0 0;
    padding: 0;
    line-height: 1em;
    text-align: left;
    letter-spacing: 2px;
  }
  .mobile-logo-image {
    display: none;
  }
  #socialmedia {
    position: relative;
  }
  .hornav {
    display: flex;
    justify-content: flex-end;
    width: 100%;
  }
  .header-1,
  .header-2 {
    display: inline-flex;
    padding: 4px 0;
    margin: 2px 0;
    font-size: 0.85em;
    line-height: 1.25rem;
  }
  .header-1 > div + div,
  .header-2 > div + div {
    margin-left: 20px;
  }
  .header-1 p,
  .header-2 p {
    margin: 0;
  }
  .header-1 li,
  .header-2 li {
    float: left;
    padding: 6px;
  }
  .header-1 .custom,
  .header-2 .custom {
    width: auto;
  }
  .header-1 ul.menu,
  .header-2 ul.menu {
    list-style: none;
  }
  .header-1 ul.menu a,
  .header-2 ul.menu a {
    opacity: 0.8;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 0 12px;
  }
  .header-1 ul.menu a:hover,
  .header-2 ul.menu a:hover {
    opacity: 1;
  }
  .header-1 ul.menu a:before,
  .header-2 ul.menu a:before {
    display: none;
  }
  .header-1 ul.menu li + li,
  .header-2 ul.menu li + li {
    border-left: 1px solid rgba(100, 100, 100, 0.3);
  }
  .header-1 {
    margin-right: auto;
  }
  .header-2 {
    text-align: right;
    margin-left: auto;
  }
  .header-1 input,
  .header-2 input,
  .header-1 form,
  .header-2 form,
  .header-1 label,
  .header-2 label,
  .header-1 ul,
  .header-2 ul,
  .header-1 ol,
  .header-2 ol,
  .header-1 dl,
  .header-2 dl,
  .header-1 fieldset,
  .header-2 fieldset,
  .header-1 address,
  .header-2 address {
    margin: 0;
  }
  @-webkit-keyframes header-animation-down {
    0% {
      top: -150%;
    }
    100% {
      top: 0px;
    }
  }
  @keyframes header-animation-down {
    0% {
      top: -150%;
    }
    100% {
      top: 0px;
    }
  }
  @-webkit-keyframes header-animation-up {
    0% {
      top: 50%;
      opacity: 0;
    }
    100% {
      top: 0px;
      opacity: 1;
    }
  }
  @keyframes header-animation-up {
    0% {
      top: 50%;
      opacity: 0;
    }
    100% {
      top: 0px;
      opacity: 1;
    }
  }
  /*-----------------------------------------------------------------------------------*/
  /* Menus */
  /*-----------------------------------------------------------------------------------*/
  .hornav {
    position: relative;
    padding: 0 20px;
  }
  .hornav * {
    box-sizing: border-box;
  }
  .hornav > ul {
    display: flex;
    align-items: center;
    margin: 0;
    text-align: right;
    transition: all 0.2s ease;
  }
  .hornav > ul > li {
    position: relative;
    display: flex;
    align-items: stretch;
    padding: 0;
    margin: 0 15px;
    list-style: none outside none;
    transition: all 0.4s;
    letter-spacing: 0px;
  }
  .hornav > ul > li.menu-split {
    float: left;
  }
  .hornav > ul > li:hover > a {
    z-index: 9;
  }
  .hornav > ul > li:hover:before {
    opacity: 1;
  }
  .hornav > ul > li > a {
    display: block;
    font-size: 0.9em;
    font-weight: 300;
    font-style: normal;
    -webkit-font-feature-settings: normal;
            font-feature-settings: normal;
    line-height: 1rem;
    padding: 10px 0;
    margin: 0;
    text-rendering: optimizeLegibility;
    text-transform: uppercase;
  }
  .hornav > ul > li > a:hover {
    text-decoration: none;
    opacity: 1;
  }
  .hornav > ul > li > a:hover:after {
    left: 0;
    right: 0;
    opacity: 1;
  }
  .hornav > ul > li > a:focus,
  .hornav > ul > li > a:active {
    text-decoration: none;
    outline: none;
  }
  .hornav > ul > li > a:after {
    position: absolute;
    content: '';
    left: 50%;
    right: 50%;
    height: 2px;
    background-color: rgba(100, 100, 100, 0.1);
    background-color: var(--primary);
    opacity: 0;
    transition: all 0.35s ease;
    bottom: 0;
    transition-delay: 0.1s;
  }
  .hornav > ul > li.active > a:after {
    left: 0;
    right: 0;
    opacity: 1;
  }
  .hornav > ul > .parent-hover:hover:before {
    opacity: 1;
  }
  .hornav > ul .parent-indicator {
    margin-left: 4px;
    font-family: FontAwesome;
    opacity: 0.5;
  }
  .hornav > ul .parent-indicator::before {
    content: "\f0d7";
  }
  .hornav > ul {
    text-transform: none;
  }
  .hornav > ul li {
    position: relative;
  }
  .hornav > ul > li ul:after {
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    height: 10px;
    content: '';
  }
  .hornav > ul > li > ul,
  .hornav > ul > li ul > li > ul {
    display: block;
    letter-spacing: 0;
    list-style: none;
    margin: 0px;
    padding: 3px !important;
    text-align: left;
    z-index: 1000;
    font-weight: 500;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
  }
  .hornav > ul > li > ul > li,
  .hornav > ul > li ul > li > ul > li {
    min-height: 20px;
    float: none;
    webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    -webkit-column-break-inside: avoid;
            break-inside: avoid;
    padding: 0;
  }
  .hornav > ul > li > ul > li:hover > a,
  .hornav > ul > li ul > li > ul > li:hover > a {
    text-decoration: none;
    background-color: rgba(0, 0, 0, 0.075);
  }
  .hornav > ul > li > ul > li > a,
  .hornav > ul > li ul > li > ul > li > a {
    display: block;
    padding: 0px 10px;
    font-size: 0.85rem;
  }
  .hornav > ul > li > ul > li > a:active,
  .hornav > ul > li ul > li > ul > li > a:active,
  .hornav > ul > li > ul > li > a:focus,
  .hornav > ul > li ul > li > ul > li > a:focus {
    background-color: rgba(0, 0, 0, 0.08);
    box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.04);
  }
  .hornav > ul > li > ul > li > a:after,
  .hornav > ul > li ul > li > ul > li > a:after {
    content: attr(title);
    display: block;
    font-size: 11px;
    line-height: 1em;
    opacity: 0.5;
    text-align: left;
    text-transform: none;
    font-weight: 400;
    color: inherit;
    top: -4px;
    position: relative;
    padding-bottom: 4px;
  }
  .hornav > ul > li > ul .parent-indicator,
  .hornav > ul > li ul > li > ul .parent-indicator {
    float: right;
  }
  .hornav > ul > li > ul .parent-indicator::before,
  .hornav > ul > li ul > li > ul .parent-indicator::before {
    content: "\f0da";
  }
  .hornav > ul > li > li:hover a {
    text-decoration: none;
  }
  .hornav > ul > li > ul:before {
    display: none;
  }
  .hornav > ul > li img {
    margin-top: 5px;
    margin-bottom: 0;
  }
  .hornav > ul > li > a.btn {
    color: #fff;
    margin: 0 15px;
    padding: 10px 15px;
  }
  .hornav > ul > li > a.btn::before {
    display: none;
  }
  .hornav > ul > li:last-of-type > ul {
    left: auto !important;
    right: 0;
  }
  .hornav > ul > li > ul,
  .hornav > ul > li > ul > li > ul,
  .hornav > ul > li > ul > li > ul > li > ul {
    position: absolute;
    height: auto;
    min-width: 210px;
    opacity: 0;
    visibility: hidden;
    transition: all 200ms ease;
    top: 45px;
    left: 0px;
    z-index: 1000;
  }
  .hornav > ul > li:hover > ul,
  .hornav > ul > li > ul > li:hover > ul,
  .hornav > ul > li > ul > li > ul > li:hover > ul {
    display: block;
    opacity: 1;
    visibility: visible;
  }
  .hornav > ul > li:hover > ul,
  .hornav > ul > li > ul > li:hover > ul,
  .hornav > ul > li > ul > li > ul > li:hover > ul {
    -webkit-transition: opacity 200ms linear;
  }
  .hornav > ul > li > ul > li > ul,
  .hornav > ul > li > ul > li > ul > ul {
    left: 220px;
    top: 0 !important;
  }
  .hornav > ul > li > ul > li:hover > ul,
  .hornav > ul > li > ul > li > ul > li:hover > ul {
    top: 0px !important;
    left: 200px;
  }
  .hornav .columns-2 + ul {
    -webkit-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 0;
            column-gap: 0;
    width: 420px;
  }
  .hornav .columns-3 + ul {
    -webkit-column-count: 3;
            column-count: 3;
    -webkit-column-gap: 0;
            column-gap: 0;
    width: 630px;
  }
  .hornav .columns-4 + ul {
    -webkit-column-count: 4;
            column-count: 4;
    -webkit-column-gap: 0;
            column-gap: 0;
    width: 840px;
  }
  .menu .module_surround {
    padding: 15px !important;
  }
  .menu #login-form {
    margin: 0;
  }
  .menu .module a {
    font-size: 12px;
  }
  .menu .module a:hover {
    opacity: 0.7;
  }
  .menu-toggle {
    display: none;
    align-items: center;
    flex: 1 0 auto;
    max-width: 38px;
    width: 38px;
    height: 40px;
    margin: 12px 20px 10px auto;
    z-index: 1;
  }
  .menu-toggle:hover {
    cursor: pointer;
  }
  .menu-toggle span {
    position: relative;
    display: block;
  }
  .menu-toggle span::before,
  .menu-toggle span::after {
    content: "";
    position: absolute;
    left: 0;
    top: -12px;
  }
  .menu-toggle span::after {
    top: 12px;
  }
  .menu-toggle span,
  .menu-toggle span:after,
  .menu-toggle span:before {
    width: 100%;
    height: 5px;
    background-color: #000;
    background-color: var(--mobile-menu-toggle);
    transition: all 0.3s;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    border-radius: 2px;
  }
  .mm-ocd-opened .menu-toggle span {
    margin: 5px 0;
    background-color: transparent;
  }
  .mm-ocd-opened .menu-toggle span::before {
    -webkit-transform: rotate(45deg) translate(9px, 9px);
            transform: rotate(45deg) translate(9px, 9px);
  }
  .mm-ocd-opened .menu-toggle span::after {
    -webkit-transform: rotate(-45deg) translate(8px, -8px);
            transform: rotate(-45deg) translate(8px, -8px);
  }
  .mobile-menu {
    display: none;
  }
  /*!
     * Mmenu Light v3.0.2
     * mmenujs.com/mmenu-light
     *
     * Copyright (c) Fred Heusschen
     * www.frebsite.nl
     *
     * License: CC-BY-4.0
     * http://creativecommons.org/licenses/by/4.0/
     */
  .mm-spn .parent-indicator {
    display: none;
  }
  :root {
    --mm-ocd-width: 80%;
    --mm-ocd-min-width: 200px;
    --mm-ocd-max-width: 300px;
  }
  body.mm-ocd-opened {
    overflow-y: hidden;
    -ms-scroll-chaining: none;
    overscroll-behavior: none;
  }
  .mm-ocd {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 100%;
    left: 0;
    z-index: 9999;
    overflow: hidden;
    -ms-scroll-chaining: none;
    overscroll-behavior: contain;
    background: rgba(0, 0, 0, 0);
    transition-property: bottom, background-color;
    transition-duration: 0s, 0.3s;
    transition-timing-function: ease;
    transition-delay: 0.45s, 0.15s;
  }
  .mm-ocd .image-title {
    padding: 7px 0 0;
    line-height: 1.2;
  }
  .mm-ocd--open {
    bottom: 0;
    background: rgba(0, 0, 0, 0.25);
    transition-delay: 0s;
  }
  .mm-ocd__content {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 2;
    width: 80%;
    width: var(--mm-ocd-width);
    min-width: 200px;
    min-width: var(--mm-ocd-min-width);
    max-width: 440px;
    max-width: var(--mm-ocd-max-width);
    background: #fff;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    transition-duration: 0.3s;
    transition-timing-function: ease;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.2);
  }
  .mm-ocd--left .mm-ocd__content {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
  .mm-ocd--right .mm-ocd__content {
    right: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
  .mm-ocd--open .mm-ocd__content {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  .mm-ocd__backdrop {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 3;
    width: calc(100% - 80%);
    width: calc(100% - var(--mm-ocd-width));
    min-width: calc(100% - 440px);
    min-width: calc(100% - var(--mm-ocd-max-width));
    max-width: calc(100% - 200px);
    max-width: calc(100% - var(--mm-ocd-min-width));
    background: rgba(3, 2, 1, 0);
  }
  .mm-ocd--left .mm-ocd__backdrop {
    right: 0;
  }
  .mm-ocd--right .mm-ocd__backdrop {
    left: 0;
  }
  .mm-spn,
  .mm-spn a,
  .mm-spn li,
  .mm-spn span,
  .mm-spn ul {
    display: block;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
  }
  .mm-spn {
    width: 100%;
    height: 100%;
    overflow: hidden;
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .mm-spn ul {
    -webkit-overflow-scrolling: touch;
    position: fixed;
    top: 0;
    left: 100%;
    bottom: 0;
    z-index: 2;
    width: 130%;
    padding-right: 30%;
    line-height: 24px;
    line-height: var(--mm-spn-line-height);
    overflow: visible;
    overflow-y: auto;
    background: inherit;
    transition: left 0.3s ease 0s;
    cursor: default;
  }
  .mm-spn ul:after {
    content: '';
    display: block;
    height: 50px;
    height: var(--mm-spn-item-height);
  }
  .mm-spn > ul {
    left: 0;
  }
  .mm-spn ul.mm-spn--open {
    left: 0;
  }
  .mm-spn ul.mm-spn--parent {
    left: -30%;
    overflow-y: hidden;
  }
  .mm-spn li {
    position: relative;
    background: inherit;
    cursor: pointer;
  }
  .mm-spn li:before {
    content: '';
    display: block;
    position: absolute;
    top: 25px;
    top: calc(var(--mm-spn-item-height)/2);
    right: 25px;
    right: calc(var(--mm-spn-item-height)/2);
    z-index: 0;
    width: 10px;
    height: 10px;
    border-top: 2px solid;
    border-right: 2px solid;
    -webkit-transform: rotate(45deg) translate(0, -50%);
            transform: rotate(45deg) translate(0, -50%);
    opacity: 0.4;
    margin-top: 1px;
  }
  .mm-spn li:after {
    content: '';
    display: block;
    border-top: 1px solid;
    opacity: 0.15;
  }
  .mm-spn a,
  .mm-spn span {
    position: relative;
    z-index: 1;
    padding: 13px 20px;
    padding: calc((var(--mm-spn-item-height) - var(--mm-spn-line-height))/2) var(--mm-spn-item-indent);
  }
  .mm-spn a {
    background: inherit;
    color: inherit;
    text-decoration: none;
  }
  .mm-spn a:not(:last-child) {
    width: calc(100% - 50px);
    width: calc(100% - var(--mm-spn-item-height));
  }
  .mm-spn a:not(:last-child):after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    border-right: 1px solid;
    opacity: 0.15;
  }
  .mm-spn span {
    background: 0 0;
  }
  .mm-spn.mm-spn--navbar {
    cursor: pointer;
  }
  .mm-spn.mm-spn--navbar:before {
    content: '';
    display: block;
    position: absolute;
    top: 25px;
    top: calc(var(--mm-spn-item-height)/2);
    left: 20px;
    left: var(--mm-spn-item-indent);
    width: 10px;
    height: 10px;
    margin-top: 2px;
    border-top: 2px solid;
    border-left: 2px solid;
    -webkit-transform: rotate(-45deg) translate(50%, -50%);
            transform: rotate(-45deg) translate(50%, -50%);
    opacity: 0.4;
    margin-top: 5px;
  }
  .mm-spn.mm-spn--navbar.mm-spn--main {
    cursor: default;
  }
  .mm-spn.mm-spn--navbar.mm-spn--main:before {
    content: none;
    display: none;
  }
  .mm-spn.mm-spn--navbar:after {
    content: attr(data-mm-spn-title);
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 50px;
    height: var(--mm-spn-item-height);
    padding: 0 40px;
    padding: 0 calc(var(--mm-spn-item-indent) * 2);
    line-height: 50px;
    line-height: var(--mm-spn-item-height);
    opacity: 0.4;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .mm-spn.mm-spn--navbar.mm-spn--main:after {
    padding-left: 20px;
    padding-left: var(--mm-spn-item-indent);
  }
  .mm-spn.mm-spn--navbar ul {
    top: 51px;
    top: calc(var(--mm-spn-item-height) + 1px);
  }
  .mm-spn.mm-spn--navbar ul:before {
    content: '';
    display: block;
    position: fixed;
    top: inherit;
    z-index: 2;
    width: 100%;
    border-top: 1px solid currentColor;
    opacity: 0.15;
  }
  .mm-spn.mm-spn--light {
    color: #444;
    background: #f3f3f3;
  }
  .mm-spn.mm-spn--dark {
    color: #ddd;
    background: #333;
    background: var(--mobile-menu-bg);
  }
  /*-----------------------------------------------------------------------------------*/
  /* Modules */
  /*-----------------------------------------------------------------------------------*/
  .module,
  .module_menu {
    box-sizing: border-box;
  }
  .module .module_surround,
  .module_menu .module_surround {
    height: 100%;
    padding: 0px 40px 70px;
    box-sizing: border-box;
  }
  .module .module_header,
  .module_menu .module_header {
    position: relative;
    text-align: center;
    overflow: hidden;
    padding-bottom: 0;
    margin-bottom: 0.75rem;
  }
  .module .module_header h3,
  .module_menu .module_header h3 {
    padding: 0;
    margin-bottom: 5px;
    font-size: 1.5em;
    text-align: left;
  }
  .module .module_header h3[class^="fa-"]::before,
  .module_menu .module_header h3[class^="fa-"]::before,
  .module .module_header h3[class*=" fa-"]::before,
  .module_menu .module_header h3[class*=" fa-"]::before {
    margin-right: 8px;
  }
  .module .module_content,
  .module_menu .module_content {
    padding: 0px 0 0;
  }
  .module .module_content ul.mod-list,
  .module_menu .module_content ul.mod-list {
    list-style: none outside none;
    margin: 0;
    padding: 0;
    font-size: 1em;
  }
  .module .module_content ul.mod-list li,
  .module_menu .module_content ul.mod-list li {
    padding: 4px 0px;
    line-height: 1.6em;
    position: relative;
  }
  .module .module_content ul.mod-list li a,
  .module_menu .module_content ul.mod-list li a {
    opacity: 0.8;
    color: #777;
    display: block;
    padding-left: 30px;
  }
  .module .module_content ul.mod-list li a:hover,
  .module_menu .module_content ul.mod-list li a:hover {
    opacity: 1 !important;
  }
  .module .module_content ul.mod-list li a:hover:after,
  .module_menu .module_content ul.mod-list li a:hover:after {
    width: 6px;
    left: 14px;
    background-color: var(--primary);
    opacity: 1;
  }
  .module .module_content ul.mod-list li a[class^="fa-"],
  .module_menu .module_content ul.mod-list li a[class^="fa-"],
  .module .module_content ul.mod-list li a[class*=" fa-"],
  .module_menu .module_content ul.mod-list li a[class*=" fa-"] {
    border-left: none;
  }
  .module .module_content ul.mod-list li a.active,
  .module_menu .module_content ul.mod-list li a.active {
    opacity: 1;
    color: var(--primary);
  }
  .module .module_content ul.mod-list li a:after,
  .module_menu .module_content ul.mod-list li a:after {
    position: absolute;
    content: '';
    height: 6px;
    width: 20px;
    background-color: rgba(200, 200, 200, 0.75);
    border-radius: 3px;
    top: 1em;
    left: 0;
    opacity: 0.5;
    transition: all 300ms ease;
  }
  .module .module_content ul.mod-list ul,
  .module_menu .module_content ul.mod-list ul {
    margin: 0.3em 1em;
    margin-right: 0;
    list-style: none;
  }
  .module .module_content ul.mod-list ul *::before,
  .module_menu .module_content ul.mod-list ul *::before {
    opacity: 0.45 !important;
  }
  .module:first-of-type .module_surround {
    padding-top: 70px;
  }
  .module ul.latestnews li,
  .module ul.menu li {
    position: relative;
  }
  #breadcrumb-1,
  #footer-1,
  #footer-2,
  #footer-3 {
    width: 100%;
  }
  .custom {
    width: 100%;
  }
  .module + .module {
    margin-top: -30px;
  }
  .slidesjs-previous.slidesjs-navigation,
  .slidesjs-next.slidesjs-navigation {
    opacity: 1;
  }
  #container_showcase1_modules {
    overflow: hidden;
  }
  #container_top3_modules.block_holder {
    padding-bottom: 10px;
  }
  #container_base1_modules,
  #container_base2_modules,
  #container_base1_modules a,
  #container_base2_modules a {
    color: #fff;
  }
  #container_base1_modules h3,
  #container_base2_modules h3 {
    color: #fff;
  }
  #container_base1_modules h3 span::after,
  #container_base2_modules h3 span::after,
  #container_base1_modules h3 span::before,
  #container_base2_modules h3 span::before {
    border-bottom-color: rgba(255, 255, 255, 0.05);
  }
  #container_base1_modules hr,
  #container_base2_modules hr {
    --base-color: #fff;
  }
  #footer-1 .module:first-of-type .module_surround,
  #footer-2 .module:first-of-type .module_surround {
    padding-top: 20px;
  }
  /*-----------------------------------------------------------------------------------*/
  /* Component Block */
  /*-----------------------------------------------------------------------------------*/
  #container_main {
    box-sizing: border-box;
  }
  #main.block_holder {
    padding: 0;
  }
  .maincontent {
    padding: 70px 40px;
  }
  #content_full {
    width: 100%;
  }
  .content_remainder,
  .sidecol_a,
  .sidecol_b {
    position: relative;
  }
  .sidecol_a + .content_remainder::after {
    display: none;
  }
  #main {
    display: flex;
  }
  /* Sidecol A & B */
  .sidecol_block {
    padding: 0px;
  }
  .sidecol-a .module:first-of-type .module_surround,
  .sidecol-b .module:first-of-type .module_surround {
    padding-top: 0;
  }
  .sidecol-a .module_surround,
  .sidecol-b .module_surround {
    padding-top: 0;
    padding-bottom: 70px;
  }
  .sidecol-a:first-of-type .module:first-of-type .module_surround,
  .sidecol-b:first-of-type .module:first-of-type .module_surround {
    padding-top: 70px;
  }
  .sidecol_b {
    order: 1;
  }
  .sidecol_b::after {
    display: none;
  }
  /* Contenttop/Contentbottom */
  .contenttop .module_surround {
    padding: 0 17px !important;
  }
  .contentbottom .module_surround {
    padding: 0px 17px 70px !important;
  }
  .wrapper_contenttop {
    padding: 70px 20px 10px 20px;
  }
  .wrapper_contentbottom {
    padding: 0 20px 20px 20px;
  }
  /*-----------------------------------------------------------------------------------*/
  /* Footer */
  /*-----------------------------------------------------------------------------------*/
  footer {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 15px 40px;
    text-align: center;
    box-sizing: border-box;
  }
  /* Footer Menu */
  .footermenu {
    order: 0;
    padding: 10px 0;
  }
  .footermenu ul {
    margin: 0;
  }
  .footermenu ul li {
    display: inline-block;
    line-height: 1em;
  }
  .footermenu ul li a,
  .footermenu ul li span {
    text-decoration: none;
    padding: 0 5px;
    color: rgba(100, 100, 100, 0.8) !important;
  }
  .footermenu ul li a:hover,
  .footermenu ul li span:hover {
    color: #646464 !important;
  }
  .footermenu ul li a:after,
  .footermenu ul li span:after {
    content: '\00B7';
    margin-left: 10px;
    font-weight: bold;
    font-size: 10px;
  }
  .footermenu ul li:first-of-type a {
    padding-left: 0;
  }
  .footermenu ul li:last-of-type a:after {
    display: none;
  }
  .footermenu .parent-indicator {
    display: none;
  }
  /* Copyright */
  .copyright {
    padding: 10px 0;
    margin-left: auto;
  }
  .copyright p {
    margin-bottom: 0;
    font-size: 0.7rem;
    text-transform: uppercase;
    opacity: 0.8;
    letter-spacing: 1px;
    color: #fff;
  }
  /*-----------------------------------------------------------------------------------*/
  /* Social Icons */
  /*-----------------------------------------------------------------------------------*/
  #socialmedia {
    padding: 0;
    margin-left: auto;
    transition: all 0.2s ease;
    z-index: 1;
  }
  #socialmedia a {
    margin: 0px;
  }
  #socialmedia ul {
    list-style: none;
    margin: 0;
    display: block;
  }
  #socialmedia ul li {
    background-position: 50% 50%;
    display: block;
    float: left;
    margin: 0;
    padding: 0;
  }
  #socialmedia ul li a {
    position: relative;
    display: block;
    width: 32px;
    height: 32px;
    opacity: 1;
    font-size: calc(32px * 0.5);
    text-align: center;
    line-height: 32px;
  }
  #socialmedia ul li a:hover {
    opacity: 1;
  }
  #socialmedia ul li a [class^="fa-"]::before,
  #socialmedia ul li a [class*=" fa-"]::before {
    position: relative;
    padding-right: 0;
    color: #fff;
  }
  #socialmedia ul li span {
    position: absolute;
    line-height: 0;
    font-size: 0;
    color: transparent;
  }
  [class^="social-"],
  [class*=" social-"] {
    transition: all 0.4s;
  }
  .social-facebook:hover {
    background-color: #344e86;
  }
  .social-twitter:hover {
    background-color: #34bdcd;
  }
  .social-googleplus:hover {
    background-color: #d03a28;
  }
  .social-youtube:hover {
    background-color: #f24038;
  }
  .social-pinterest:hover {
    background-color: #b51d23;
  }
  .social-instagram:hover {
    background-color: #244e70;
  }
  .social-dribbble:hover {
    background-color: #ed4483;
  }
  .social-flickr:hover {
    background-color: #ef4b7a;
  }
  .social-skype:hover {
    background-color: #0ea9e2;
  }
  .social-digg:hover {
    background-color: #2474b1;
  }
  .social-linkedin:hover {
    background-color: #5ea8ca;
  }
  .social-vimeo:hover {
    background-color: #5494a1;
  }
  .social-yahoo:hover {
    background-color: #a152b4;
  }
  .social-tumblr:hover {
    background-color: #324c65;
  }
  .social-deviantart:hover {
    background-color: #bbc81e;
  }
  .social-delicious:hover {
    background-color: #2b68bf;
  }
  .social-rss:hover {
    background-color: #e58a00;
  }
  [class^="social-"],
  [class*=" social-"] {
    margin-right: 0 !important;
  }
  .header-2 + #socialmedia {
    margin-left: 0;
  }
  /*-----------------------------------------------------------------------------------*/
  /* Breadcrumbs */
  /*-----------------------------------------------------------------------------------*/
  .breadcrumb {
    padding: 5px 40px;
    margin: 0;
    background-color: transparent;
  }
  .breadcrumb > li {
    text-shadow: none;
  }
  .module_surround .breadcrumb {
    padding: 5px 0;
  }
  /*-----------------------------------------------------------------------------------*/
  /* Buttons */
  /*-----------------------------------------------------------------------------------*/
  .btn,
  .button,
  button,
  .owl-prev,
  .owl-next,
  .pagenav a {
    position: relative;
    padding: 9px 22px;
    margin: 5px 10px 5px 0;
    font-size: 12px ;
    font-weight: 700;
    line-height: 18px;
    letter-spacing: 1px;
    text-shadow: none ;
    text-transform: uppercase;
    background-image: none;
    border-width: 0;
    border-radius: 0;
    box-shadow: none;
    transition: all 0.4s;
  }
  .btn.add-on,
  .button.add-on,
  button.add-on,
  .owl-prev.add-on,
  .owl-next.add-on,
  .pagenav a.add-on {
    margin: 0 !important;
    font-weight: normal;
  }
  .btn:hover,
  .button:hover {
    color: #ffffff;
    box-shadow: none;
    transition-duration: 0.2s;
    transition-property: background-color;
    transition-property: all;
  }
  .btn.add-on,
  .input-prepend .btn,
  .input-append .btn,
  .control-group .btn,
  .btn-toolbar .btn {
    display: inline-block;
    padding: 4px 12px;
    margin: 0;
    font-size: 13px;
    font-weight: normal;
    line-height: 18px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-color: #f3f3f3;
    color: #333;
    border: 1px solid #b3b3b3;
    border-radius: 3px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  }
  .btn.add-on:hover,
  .input-prepend .btn:hover,
  .input-append .btn:hover,
  .control-group .btn:hover,
  .btn-toolbar .btn:hover {
    color: inherit;
    background-color: #e6e6e6;
    text-decoration: none;
    text-shadow: none;
  }
  .input-append .add-on,
  .input-append .btn,
  .input-append .btn-group {
    margin-left: -3px !important;
  }
  .btn .caret {
    border-top: 4px solid #FFFFFF !important;
  }
  .btn-group > .btn,
  .btn-group > .dropdown-menu {
    list-style: none outside none;
  }
  .btn.btn-outline,
  .readmore .btn {
    background-color: transparent;
    border-width: 1px;
    color: #333;
  }
  .nav-tabs > li > a {
    text-transform: uppercase;
    color: #666;
    font-size: 0.85em;
    letter-spacing: 0;
    border-width: 0 0 3px 0;
  }
  .nav-tabs > .active > a,
  .nav-tabs > .active > a:hover,
  .nav-tabs > .active > a:focus {
    color: #000;
    border-width: 0 0 3px 0;
    border-color: transparent;
  }
  .chzn-container .chzn-drop {
    border-radius: 0 0 3px 3px;
  }
  .control-group .chzn-container {
    max-width: 100%;
  }
  .control-group .chzn-container .chzn-choices li.search-field,
  .control-group .chzn-container .chzn-choices li.search-field input {
    width: 100% !important;
  }
  .chzn-container-single .chzn-single {
    background-color: #fff;
    background-clip: inherit;
    background-image: none;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    height: auto;
    line-height: 26px;
  }
  .chzn-container-single .chzn-single div {
    background-color: #f3f3f3;
    border-left: 1px solid #ccc;
    bottom: 0;
    height: auto;
    text-align: center;
    width: 28px;
  }
  .chzn-container-single .chzn-single div b {
    background-image: none;
    display: inline-block;
  }
  .chzn-container-single .chzn-single div b:after {
    content: '\E011';
    font-family: IcoMoon;
  }
  .chzn-container-single .chzn-single abbr {
    background: none;
    right: 36px;
    top: 0;
  }
  .chzn-container-single .chzn-single abbr:before {
    font-family: IcoMoon;
    content: '\0049';
    font-size: 10px;
    line-height: 26px;
  }
  .chzn-container-single .chzn-single abbr:hover {
    color: #000;
  }
  .chzn-container-single .chzn-search:after {
    content: '\0053';
    font-family: IcoMoon;
    position: relative;
    right: 20px;
    top: 2px;
  }
  .chzn-container-single .chzn-search input[type="text"] {
    background: none;
    border-radius: 0px;
    border: 1px solid #ccc;
    box-shadow: none;
    height: 25px;
  }
  .chzn-container-single .chzn-search input[type="text"]:focus {
    border-color: #3071A9;
  }
  .chzn-container-single .chzn-drop {
    background-clip: padding-box;
    border-color: #3071A9;
    border-radius: 0 0 3px 3px;
  }
  .chzn-container-active .chzn-single {
    color: #3071A9;
  }
  .chzn-container-active.chzn-with-drop .chzn-single {
    background-image: none;
    border: 1px solid #3071A9;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .chzn-container-active.chzn-with-drop .chzn-single div {
    background-color: #f3f3f3;
    border-bottom: 1px solid #ccc;
    border-bottom-left-radius: 0px;
    border-left: 1px solid #ccc;
  }
  .chzn-container-active.chzn-with-drop .chzn-single div b:after {
    content: '\E00F';
    font-family: IcoMoon;
  }
  .chzn-container-active.chzn-container-multi .chzn-choices {
    border: 1px solid #3071A9;
    box-shadow: none;
  }
  .chzn-container .chzn-results {
    background-color: #fff;
    border-radius: 0 0 0px 0px;
    margin: 0;
    padding: 0;
  }
  .chzn-container .chzn-results li.highlighted {
    background-color: #3071A9;
    background-image: none;
  }
  .chzn-color[rel="value_"] div {
    background-color: #f3f3f3;
    border-left: 1px solid #ccc;
  }
  .chzn-color-state.chzn-single div,
  .chzn-color.chzn-single[rel="value_0"] div,
  .chzn-color.chzn-single[rel="value_1"] div,
  .chzn-color-state.chzn-single[rel="value_-1"] div,
  .chzn-color-state.chzn-single[rel="value_-2"] div,
  .chzn-color.chzn-single[rel="value_hide"] div,
  .chzn-color.chzn-single[rel="value_show_no_link"] div,
  .chzn-color.chzn-single[rel="value_show_with_link"] div {
    background-color: transparent !important;
    border: none !important;
  }
  .chzn-container-active .chzn-choices {
    border: 1px solid #3071A9;
  }
  .chzn-container-multi .chzn-choices {
    background-image: none;
    border-radius: 0px;
    border: 1px solid #ccc;
  }
  .chzn-container-multi .chzn-choices li.search-choice {
    background-color: #3071A9;
    background-image: none;
    border: 0;
    box-shadow: none;
    color: #fff;
    line-height: 20px;
    padding: 0 7px;
  }
  .chzn-container-multi .chzn-choices li.search-choice .search-choice-close {
    color: #f5f5f5;
    display: inline-block;
    margin-left: 5px;
    position: relative;
    top: 0;
    left: 0;
    background-image: none;
    font-size: inherit;
  }
  .chzn-container-multi .chzn-choices li.search-choice .search-choice-close:hover {
    text-decoration: none;
  }
  .chzn-container-multi .chzn-choices li.search-choice .search-choice-close:before {
    font-family: IcoMoon;
    content: '\004A';
    position: relative;
    right: 1px;
    top: 0;
  }
  .js-stools .js-stools-container-bar .js-stools-field-filter .chzn-container {
    margin: 1px 0;
    padding: 0 !important;
  }
  /* Chosen color styles */
  .chzn-color.chzn-single[rel="value_1"],
  .chzn-color-reverse.chzn-single[rel="value_0"],
  .chzn-color-state.chzn-single[rel="value_1"],
  .chzn-color.chzn-single[rel="value_show_no_link"],
  .chzn-color.chzn-single[rel="value_show_with_link"] {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #409740;
    background-image: linear-gradient(to bottom, #46a546, #378137);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff46a546', endColorstr='#ff378137', GradientType=0);
    border-color: #378137 #378137 #204b20;
    *background-color: #378137;
    /* Darken IE7 buttons by default so they stand out more given they won't have borders */
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    color: #ffffff;
  }
  .chzn-color.chzn-single[rel="value_1"]:hover,
  .chzn-color-reverse.chzn-single[rel="value_0"]:hover,
  .chzn-color-state.chzn-single[rel="value_1"]:hover,
  .chzn-color.chzn-single[rel="value_show_no_link"]:hover,
  .chzn-color.chzn-single[rel="value_show_with_link"]:hover,
  .chzn-color.chzn-single[rel="value_1"]:focus,
  .chzn-color-reverse.chzn-single[rel="value_0"]:focus,
  .chzn-color-state.chzn-single[rel="value_1"]:focus,
  .chzn-color.chzn-single[rel="value_show_no_link"]:focus,
  .chzn-color.chzn-single[rel="value_show_with_link"]:focus,
  .chzn-color.chzn-single[rel="value_1"]:active,
  .chzn-color-reverse.chzn-single[rel="value_0"]:active,
  .chzn-color-state.chzn-single[rel="value_1"]:active,
  .chzn-color.chzn-single[rel="value_show_no_link"]:active,
  .chzn-color.chzn-single[rel="value_show_with_link"]:active,
  .chzn-color.chzn-single[rel="value_1"].active,
  .chzn-color-reverse.chzn-single[rel="value_0"].active,
  .chzn-color-state.chzn-single[rel="value_1"].active,
  .chzn-color.chzn-single[rel="value_show_no_link"].active,
  .chzn-color.chzn-single[rel="value_show_with_link"].active,
  .chzn-color.chzn-single[rel="value_1"].disabled,
  .chzn-color-reverse.chzn-single[rel="value_0"].disabled,
  .chzn-color-state.chzn-single[rel="value_1"].disabled,
  .chzn-color.chzn-single[rel="value_show_no_link"].disabled,
  .chzn-color.chzn-single[rel="value_show_with_link"].disabled,
  .chzn-color.chzn-single[rel="value_1"][disabled],
  .chzn-color-reverse.chzn-single[rel="value_0"][disabled],
  .chzn-color-state.chzn-single[rel="value_1"][disabled],
  .chzn-color.chzn-single[rel="value_show_no_link"][disabled],
  .chzn-color.chzn-single[rel="value_show_with_link"][disabled] {
    color: #fff;
    background-color: #378137;
    *background-color: #2f6f2f;
  }
  .chzn-color.chzn-single[rel="value_1"]:active,
  .chzn-color-reverse.chzn-single[rel="value_0"]:active,
  .chzn-color-state.chzn-single[rel="value_1"]:active,
  .chzn-color.chzn-single[rel="value_show_no_link"]:active,
  .chzn-color.chzn-single[rel="value_show_with_link"]:active,
  .chzn-color.chzn-single[rel="value_1"].active,
  .chzn-color-reverse.chzn-single[rel="value_0"].active,
  .chzn-color-state.chzn-single[rel="value_1"].active,
  .chzn-color.chzn-single[rel="value_show_no_link"].active,
  .chzn-color.chzn-single[rel="value_show_with_link"].active {
    background-color: #285d28 \9;
  }
  .chzn-color-state.chzn-single[rel="value_0"],
  .chzn-color-state.chzn-single[rel="value_-2"] {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #ad312b;
    background-image: linear-gradient(to bottom, #bd362f, #942a25);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffbd362f', endColorstr='#ff942a25', GradientType=0);
    border-color: #942a25 #942a25 #571916;
    *background-color: #942a25;
    /* Darken IE7 buttons by default so they stand out more given they won't have borders */
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    color: #ffffff;
  }
  .chzn-color-state.chzn-single[rel="value_0"]:hover,
  .chzn-color-state.chzn-single[rel="value_-2"]:hover,
  .chzn-color-state.chzn-single[rel="value_0"]:focus,
  .chzn-color-state.chzn-single[rel="value_-2"]:focus,
  .chzn-color-state.chzn-single[rel="value_0"]:active,
  .chzn-color-state.chzn-single[rel="value_-2"]:active,
  .chzn-color-state.chzn-single[rel="value_0"].active,
  .chzn-color-state.chzn-single[rel="value_-2"].active,
  .chzn-color-state.chzn-single[rel="value_0"].disabled,
  .chzn-color-state.chzn-single[rel="value_-2"].disabled,
  .chzn-color-state.chzn-single[rel="value_0"][disabled],
  .chzn-color-state.chzn-single[rel="value_-2"][disabled] {
    color: #fff;
    background-color: #942a25;
    *background-color: #802420;
  }
  .chzn-color-state.chzn-single[rel="value_0"]:active,
  .chzn-color-state.chzn-single[rel="value_-2"]:active,
  .chzn-color-state.chzn-single[rel="value_0"].active,
  .chzn-color-state.chzn-single[rel="value_-2"].active {
    background-color: #6b1f1b \9;
  }
  /*-----------------------------------------------------------------------------------*/
  /* Forms */
  /*-----------------------------------------------------------------------------------*/
  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 {
    height: 28px;
    padding: 4px 6px;
    line-height: 28px;
    box-sizing: border-box;
  }
  .btn.dropdown-toggle {
    padding: 5px 7px;
    border: none !important;
  }
  ul.dropdown-menu {
    margin: 0;
  }
  ul.dropdown-menu > li > a {
    padding: 3px 10px;
  }
  .icon-cog {
    margin: 2px;
    color: #fff;
    text-shadow: none;
  }
  .btn-toolbar .btn-group {
    position: relative;
  }
  #jform_publish_up_img,
  #jform_publish_down_img {
    margin-top: 1px;
  }
  form hr {
    background-image: none;
    border-top: 1px solid #ccc !important;
  }
  .pagination ul {
    margin: 0;
  }
  .pagination ul > li > a,
  .pagination ul > li > span,
  .pagination ul > span > li,
  .pagination ul > li > strong {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #FFFFFF;
    border-color: #DDDDDD;
    -o-border-image: none;
       border-image: none;
    border-style: solid;
    border-width: 1px 1px 1px 0;
    float: left;
    line-height: 20px;
    padding: 4px 12px;
    text-decoration: none;
    list-style: none;
  }
  .pagination ul > span:first-child li {
    border-left-width: 1px;
  }
  .pagination ul > li:first-child > a,
  .pagination ul > li:first-child > span {
    border-radius: 0;
  }
  .pagination ul > li:last-child > a,
  .pagination ul > li:last-child > span {
    border-radius: 0;
  }
  ul.pagenav a {
    color: #333;
  }
  ul.pagenav a:hover {
    color: #888;
  }
  .field-media-wrapper * {
    box-sizing: initial;
  }
  .field-media-wrapper .input-prepend > .add-on,
  .field-media-wrapper .input-append > .add-on {
    vertical-align: inherit;
  }
  /*-----------------------------------------------------------------------------------*/
  /* Icons */
  /*-----------------------------------------------------------------------------------*/
  [class^="fa-"]:before,
  [class*=" fa-"]:before {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: rgba(50, 50, 50, 0.4);
  }
  /* Disable hover.css animations */
  [class^="fa-"][class*=" hvr-"]:before,
  [class^="hvr-"][class*=" fa-"]:before {
    background-color: transparent !important;
    border-color: transparent !important;
    box-shadow: none !important;
    border: none;
    left: 0;
    top: 0;
    right: auto !important;
    bottom: auto !important;
  }
  /* Joomla Menus */
  .mod-list li [class^="fa-"]:before,
  .mod-list li [class*=" fa-"]:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .mod-list li [class^="fa-"]:before,
  .mod-list li [class*=" fa-"]:before {
    color: rgba(128, 128, 128, 0.5);
    font-size: 18px;
    position: absolute;
    top: 4px;
    left: 0px;
  }
  .mod-list li a[class^="fa-"],
  .mod-list li a[class*=" fa-"] {
    position: relative;
    padding-left: 25px;
  }
  .mod-list li a[class^="fa-"]:after,
  .mod-list li a[class*=" fa-"]:after {
    display: none;
  }
  /* Top Menu Icons */
  .hornav .menu li a[class^="fa-"],
  .hornav .menu li a[class*=" fa-"] {
    padding-left: 35px;
  }
  .hornav .menu li a[class^="fa-"]:before,
  .hornav .menu li a[class*=" fa-"]:before {
    top: 8px;
    left: 8px;
    font-size: 20px;
    opacity: 0.65;
  }
  .hornav .menu li a[class^="fa-"]:hover:before,
  .hornav .menu li a[class*=" fa-"]:hover:before {
    opacity: 1;
  }
  .hornav .menu li li [class^="fa-"]:before,
  .hornav .menu li li [class*=" fa-"]:before {
    color: inherit;
    top: 9px;
    left: 15px;
    font-size: 16px;
    opacity: 0.6;
  }
  .hornav .menu li li [class^="fa-"]:hover:before,
  .hornav .menu li li [class*=" fa-"]:hover:before {
    opacity: 1;
  }
  /* Header-# Menu Icons */
  .header-1 .menu li [class^="fa-"]:before,
  .header-1 .menu li [class*=" fa-"]:before,
  .header-2 .menu li [class^="fa-"]:before,
  .header-2 .menu li [class*=" fa-"]:before {
    color: rgba(0, 0, 0, 0.2);
    top: 1px;
  }
  /* Base Module */
  #container_base [class^="fa-"]:before,
  #container_base [class*=" fa-"]:before {
    color: rgba(255, 255, 255, 0.2);
  }
  /* Footer Menu Icons */
  #footermenu .menu li [class^="fa-"]:before,
  #footermenu.menu li [class*=" fa-"]:before {
    color: rgba(255, 255, 255, 0.2);
    top: 6px;
  }
  .row.fa-icon-list {
    margin: 0 0 30px;
  }
  .fa-col5 {
    float: left;
    padding: 0 0 10px;
    width: 20%;
  }
  .mobile-menu [class^="fa-"]:before {
    display: none !important;
  }
  .slicknav_nav ul > li a[class^="fa-"],
  .slicknav_nav ul > li a[class*=" fa-"] {
    padding-left: 14px !important;
  }
  .menu a.slicknav_item [class^="fa-"],
  .menu a.slicknav_item [class*=" fa-"] {
    padding-left: 0 !important;
  }
  /*-----------------------------------------------------------------------------------*/
  /* Utility Classes */
  /*-----------------------------------------------------------------------------------*/
  .text-light {
    color: rgba(255, 255, 255, 0.85) !important;
  }
  .text-light a,
  .text-light a .j51_icon {
    color: rgba(255, 255, 255, 0.8) !important;
  }
  .text-light a:hover,
  .text-light a .j51_icon:hover,
  .text-light a:hover .j51_icon,
  .text-light a .j51_icon:hover .j51_icon {
    color: #ffffff !important;
  }
  .text-light h1,
  .text-light h2,
  .text-light h3,
  .text-light h4,
  .text-light h5,
  .text-light h6 {
    color: #ffffff !important;
  }
  .text-light h4 {
    opacity: 0.8;
  }
  .text-light h2 + h4 {
    margin-top: -10px;
  }
  .text-light button {
    color: #fff;
  }
  .text-light input::not(.btn),
  .text-light select,
  .text-light textarea {
    color: #333;
  }
  .text-light ul.menu a,
  .text-light ul > li > a,
  .text-light ul > li > span {
    color: rgba(255, 255, 255, 0.8);
  }
  .text-light [class^="fa-"]:before,
  .text-light [class*=" fa-"]:before {
    color: rgba(255, 255, 255, 0.6);
  }
  .text-light li:hover [class^="fa-"]:before,
  .text-light li:hover [class*=" fa-"]:before {
    color: rgba(255, 255, 255, 0.8);
  }
  .text-light .owl-theme .owl-controls .owl-page span {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.4) !important;
  }
  .text-light blockquote small {
    color: rgba(255, 255, 255, 0.5);
  }
  .text-light hr {
    --base-color: #fff;
  }
  .text-light [class^="fa-"]::before,
  .text-light [class*=" fa-"]::before {
    color: rgba(255, 255, 255, 0.8);
  }
  .text-light .module_header h3.mod_standard span::before,
  .text-light .module_header h3.mod_standard span::after {
    border-color: rgba(255, 255, 255, 0.6);
  }
  .text-dark {
    color: rgba(0, 0, 0, 0.9) !important;
  }
  .text-dark h1,
  .text-dark h2,
  .text-dark h3,
  .text-dark h4,
  .text-dark h5,
  .text-dark h6 {
    color: rgba(0, 0, 0, 0.9) !important;
  }
  .text-dark input,
  .text-dark button,
  .text-dark select,
  .text-dark textarea {
    color: #fff;
  }
  .text-dark ul.menu a,
  .text-dark ul > li > a,
  .text-dark ul > li > span {
    color: rgba(0, 0, 0, 0.8);
  }
  .text-dark [class^="fa-"]:before,
  .text-dark [class*=" fa-"]:before {
    color: rgba(0, 0, 0, 0.3);
  }
  .text-dark li:hover [class^="fa-"]:before,
  .text-dark li:hover [class*=" fa-"]:before {
    color: rgba(0, 0, 0, 0.6);
  }
  .text-dark .owl-theme .owl-controls .owl-page span {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.4) !important;
  }
  .padding-0 {
    padding: 0px;
  }
  .padding-10 {
    padding: 10px;
  }
  .padding-20 {
    padding: 20px;
  }
  .padding-30 {
    padding: 30px;
  }
  .padding-40 {
    padding: 40px;
  }
  .padding-50 {
    padding: 50px;
  }
  .padding-60 {
    padding: 60px;
  }
  .margin-0 {
    margin: 0px;
  }
  .margin-10 {
    margin: 10px;
  }
  .margin-20 {
    margin: 20px;
  }
  .margin-30 {
    margin: 30px;
  }
  .margin-40 {
    margin: 40px;
  }
  .margin-50 {
    margin: 50px;
  }
  .margin-60 {
    margin: 60px;
  }
  .padding-horiz-0 {
    padding-left: 0px;
    padding-right: 0px;
  }
  .padding-horiz-10 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .padding-horiz-20 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .padding-horiz-30 {
    padding-left: 30px;
    padding-right: 30px;
  }
  .padding-horiz-40 {
    padding-left: 40px;
    padding-right: 40px;
  }
  .padding-horiz-50 {
    padding-left: 50px;
    padding-right: 50px;
  }
  .padding-horiz-60 {
    padding-left: 60px;
    padding-right: 60px;
  }
  .padding-vert-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .padding-vert-10 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .padding-vert-20 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .padding-vert-30 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .padding-vert-40 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .padding-vert-50 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .padding-vert-60 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .margin-horiz-0 {
    margin-left: 0px;
    margin-right: 0px;
  }
  .margin-horiz-10 {
    margin-left: 10px;
    margin-right: 10px;
  }
  .margin-horiz-20 {
    margin-left: 20px;
    margin-right: 20px;
  }
  .margin-horiz-30 {
    margin-left: 30px;
    margin-right: 30px;
  }
  .margin-horiz-40 {
    margin-left: 40px;
    margin-right: 40px;
  }
  .margin-horiz-50 {
    margin-left: 50px;
    margin-right: 50px;
  }
  .margin-horiz-60 {
    margin-left: 60px;
    margin-right: 60px;
  }
  .margin-vert-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .margin-vert-10 {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .margin-vert-20 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .margin-vert-30 {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .margin-vert-40 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .margin-vert-50 {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .margin-vert-60 {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .no-padding {
    padding: 0 !important;
  }
  .no-margin {
    margin: 0 !important;
  }
  .margin-top-0 {
    margin-top: 0;
  }
  .margin-top-5 {
    margin-top: 5px;
  }
  .margin-top-10 {
    margin-top: 10px;
  }
  .margin-top-15 {
    margin-top: 15px;
  }
  .margin-top-20 {
    margin-top: 20px;
  }
  .margin-top-30 {
    margin-top: 30px;
  }
  .margin-top-40 {
    margin-top: 40px;
  }
  .margin-top-50 {
    margin-top: 50px;
  }
  .margin-top-60 {
    margin-top: 60px;
  }
  .margin-bottom-0 {
    margin-bottom: 0;
  }
  .margin-bottom-5 {
    margin-bottom: 5px;
  }
  .margin-bottom-10 {
    margin-bottom: 10px;
  }
  .margin-bottom-15 {
    margin-bottom: 15px;
  }
  .margin-bottom-20 {
    margin-bottom: 20px;
  }
  .margin-bottom-30 {
    margin-bottom: 30px;
  }
  .margin-bottom-40 {
    margin-bottom: 40px;
  }
  .margin-bottom-50 {
    margin-bottom: 50px;
  }
  .margin-bottom-60 {
    margin-bottom: 60px;
  }
  .padding-top-0,
  .padding-top-0 .module_surround {
    padding-top: 0;
  }
  .padding-top-5 {
    padding-top: 5px;
  }
  .padding-top-10 {
    padding-top: 10px;
  }
  .padding-top-15 {
    padding-top: 15px;
  }
  .padding-top-20 {
    padding-top: 20px;
  }
  .padding-top-30 {
    padding-top: 30px;
  }
  .padding-top-40 {
    padding-top: 40px;
  }
  .padding-top-50 {
    padding-top: 50px;
  }
  .padding-top-60 {
    padding-top: 60px;
  }
  .padding-bottom-0,
  .padding-bottom-0 .module_surround {
    padding-bottom: 0;
  }
  .padding-bottom-5 {
    padding-bottom: 5px;
  }
  .padding-bottom-10 {
    padding-bottom: 10px;
  }
  .padding-bottom-15 {
    padding-bottom: 15px;
  }
  .padding-bottom-20 {
    padding-bottom: 20px;
  }
  .padding-bottom-30 {
    padding-bottom: 30px;
  }
  .padding-bottom-40 {
    padding-bottom: 40px;
  }
  .padding-bottom-50 {
    padding-bottom: 50px;
  }
  .padding-bottom-60 {
    padding-bottom: 60px;
  }
  /* Background Colors */
  .background-white {
    background-color: #FFFFFF;
  }
  .background-black {
    background-color: #000000;
  }
  .background-gray-dark {
    background-color: #333333;
  }
  .background-gray {
    background-color: #888888;
  }
  .background-gray-light {
    background-color: #cccccc;
  }
  .background-gray-lighter {
    background-color: #ebebeb;
  }
  .border {
    border: 1px solid #ddd;
  }
  .shadow {
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.2);
  }
  /* Alignment */
  .text-left {
    text-align: left;
  }
  .text-center {
    text-align: center;
  }
  .text-right {
    text-align: right;
  }
  /* Animation */
  .delay-100 {
    -webkit-animation-delay: 100ms;
            animation-delay: 100ms;
    transition-delay: 100ms;
  }
  .delay-200 {
    -webkit-animation-delay: 200ms;
            animation-delay: 200ms;
    transition-delay: 200ms;
  }
  .delay-300 {
    -webkit-animation-delay: 300ms;
            animation-delay: 300ms;
    transition-delay: 300ms;
  }
  .delay-400 {
    -webkit-animation-delay: 400ms;
            animation-delay: 400ms;
    transition-delay: 400ms;
  }
  .delay-500 {
    -webkit-animation-delay: 500ms;
            animation-delay: 500ms;
    transition-delay: 500ms;
  }
  .delay-600 {
    -webkit-animation-delay: 600ms;
            animation-delay: 600ms;
    transition-delay: 600ms;
  }
  .delay-700 {
    -webkit-animation-delay: 700ms;
            animation-delay: 700ms;
    transition-delay: 700ms;
  }
  .delay-800 {
    -webkit-animation-delay: 800ms;
            animation-delay: 800ms;
    transition-delay: 800ms;
  }
  .delay-900 {
    -webkit-animation-delay: 900ms;
            animation-delay: 900ms;
    transition-delay: 900ms;
  }
  .delay-1000 {
    -webkit-animation-delay: 1000ms;
            animation-delay: 1000ms;
    transition-delay: 1000ms;
  }
  .delay-1100 {
    -webkit-animation-delay: 1100ms;
            animation-delay: 1100ms;
    transition-delay: 1100ms;
  }
  .delay-1200 {
    -webkit-animation-delay: 1200ms;
            animation-delay: 1200ms;
    transition-delay: 1200ms;
  }
  .delay-1300 {
    -webkit-animation-delay: 1300ms;
            animation-delay: 1300ms;
    transition-delay: 1300ms;
  }
  .delay-1400 {
    -webkit-animation-delay: 1400ms;
            animation-delay: 1400ms;
    transition-delay: 1400ms;
  }
  .delay-1500 {
    -webkit-animation-delay: 1500ms;
            animation-delay: 1500ms;
    transition-delay: 1500ms;
  }
  .delay-1600 {
    -webkit-animation-delay: 1600ms;
            animation-delay: 1600ms;
    transition-delay: 1600ms;
  }
  .delay-1700 {
    -webkit-animation-delay: 1700ms;
            animation-delay: 1700ms;
    transition-delay: 1700ms;
  }
  .delay-1800 {
    -webkit-animation-delay: 1800ms;
            animation-delay: 1800ms;
    transition-delay: 1800ms;
  }
  .delay-1900 {
    -webkit-animation-delay: 1900ms;
            animation-delay: 1900ms;
    transition-delay: 1900ms;
  }
  .delay-2000 {
    -webkit-animation-delay: 2000ms;
            animation-delay: 2000ms;
    transition-delay: 2000ms;
  }
  .delay-2100 {
    -webkit-animation-delay: 2100ms;
            animation-delay: 2100ms;
    transition-delay: 2100ms;
  }
  .delay-2200 {
    -webkit-animation-delay: 2200ms;
            animation-delay: 2200ms;
    transition-delay: 2200ms;
  }
  .delay-2300 {
    -webkit-animation-delay: 2300ms;
            animation-delay: 2300ms;
    transition-delay: 2300ms;
  }
  .delay-2400 {
    -webkit-animation-delay: 2400ms;
            animation-delay: 2400ms;
    transition-delay: 2400ms;
  }
  .delay-2500 {
    -webkit-animation-delay: 2500ms;
            animation-delay: 2500ms;
    transition-delay: 2500ms;
  }
  .delay-2600 {
    -webkit-animation-delay: 2600ms;
            animation-delay: 2600ms;
    transition-delay: 2600ms;
  }
  .delay-2700 {
    -webkit-animation-delay: 2700ms;
            animation-delay: 2700ms;
    transition-delay: 2700ms;
  }
  .delay-2800 {
    -webkit-animation-delay: 2800ms;
            animation-delay: 2800ms;
    transition-delay: 2800ms;
  }
  .delay-2900 {
    -webkit-animation-delay: 2900ms;
            animation-delay: 2900ms;
    transition-delay: 2900ms;
  }
  .delay-2000 {
    -webkit-animation-delay: 2000ms;
            animation-delay: 2000ms;
    transition-delay: 2000ms;
  }
  .blog-alternative .item {
    display: flex;
    align-items: flex-start;
  }
  .blog-alternative .item-content {
    padding-right: 40px;
    width: 100%;
  }
  .blog-alternative .item-image {
    flex: 1 0 33%;
  }
  .blog-alternative.row-i-c .item-content {
    order: 1;
    padding-right: 0;
    padding-left: 40px;
  }
  .blog-alternative .item-image {
    position: relative;
    overflow: visible;
    margin-left: 0 !important;
    margin-right: 0 !important;
    border-radius: 0;
    overflow: hidden;
  }
  .blog-alternative .item-sub-title {
    display: flex;
    letter-spacing: 1px;
    font-size: 0.8em;
    text-transform: uppercase;
    opacity: 0.7;
  }
  .blog-alternative .item-sub-title > div + div {
    position: relative;
    padding-left: 30px;
    margin-left: 15px;
  }
  .blog-alternative .item-sub-title > div + div::before {
    content: "";
    width: 15px;
    height: 1px;
    position: absolute;
    top: 50%;
    margin-top: -1px;
    border-top: 1px solid #cecbd2;
    left: 0;
  }
  .blog-alternative .item-sub-title .tags {
    line-height: normal;
  }
  .blog-alternative .item-sub-title .tags li {
    line-height: 2.3em;
  }
  /*-----------------------------------------------------------------------------------*/
  /* Module Extensions */
  /*-----------------------------------------------------------------------------------*/
  [class*=" imghvr-"],
  [class^="imghvr-"] {
    margin-bottom: -9px !important;
  }
  #baguetteBox-overlay.visible {
    opacity: 1 !important;
  }
  .j51news .newsitem figure {
    box-shadow: none;
    position: relative;
    border-radius: 0;
    overflow: visible;
  }
  .j51news .newsitem figure::before {
    position: absolute;
    top: 8px;
    left: 8px;
    right: -8px;
    bottom: -8px;
    border: 1px solid rgba(100, 100, 100, 0.2);
    border: 1px solid var(--primary);
    content: '';
    z-index: 0;
    border-radius: 0;
  }
  .j51news .newsitem figcaption {
    background: white;
    z-index: 1;
  }
  .j51news .newsitem .newsimg img {
    -webkit-transform: scale(1);
            transform: scale(1);
    transition: all 0.35s ease;
  }
  .j51news .newsitem .hover-overlay,
  .j51news .newsitem .link-icon-outer {
    z-index: 1;
  }
  .j51news .newsitem:hover .newsimg img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .j51news .newsitem .j51-date {
    position: absolute;
    left: auto;
    top: 0;
    right: 0;
  }
  .j51news .newsitem .link-icon {
    height: 30px;
    width: 30px;
  }
  .j51_icons .boxed figure {
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.2);
    border-radius: 0;
  }
  .j51_icons figure > i {
    position: relative;
    border-radius: 0;
  }
  .j51_icons figure > i.j51_icon_style_square::after {
    position: absolute;
    top: 8px;
    left: 8px;
    right: -8px;
    bottom: -8px;
    border: 1px solid rgba(100, 100, 100, 0.2);
    border: 1px solid var(--primary);
    content: '';
    z-index: -1;
    border-radius: 0;
  }
  .j51_icons .j51_icon_layout_row-i-t i {
    margin-right: 2rem;
  }
  .j51_icons .j51_icon_layout_row-t-i i {
    margin-left: 2rem;
  }
  .j51-testimonials .item {
    padding: 0 8px 8px 0;
  }
  .j51-testimonials .item .j51-text-box {
    box-shadow: none;
    position: relative;
    border-radius: 0;
  }
  .j51-testimonials .item .j51-text-box::after {
    position: absolute;
    top: 8px;
    left: 8px;
    right: -8px;
    bottom: -8px;
    border: 1px solid rgba(100, 100, 100, 0.2);
    border: 1px solid var(--primary);
    content: '';
    z-index: -1;
    border-radius: 0;
  }
  .j51-testimonials .item .j51-profile {
    margin-top: 25px;
  }
  /*-----------------------------------------------------------------------------------*/
  /* Miscellaneous */
  /*-----------------------------------------------------------------------------------*/
  .visible {
    opacity: 1 !important;
  }
  .animatebox {
    background: rgba(0, 0, 0, 0.1);
    border: 1px solid #ccc;
    border: 1px solid rgba(255, 255, 255, 0.8);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    color: #555;
    font-size: 22px;
    margin: 30px auto 60px;
    padding: 80px 0;
    text-align: center;
    max-width: 500px;
    width: 100%;
  }
  .sppb-row-container {
    width: 100% !important;
  }
  /* Mailchimp Newsletter */
  #mc_embed_signup .indicates-required {
    opacity: 0.6;
    margin: 5px 0;
    font-size: 0.8em;
  }
  #mc_embed_signup input {
    border-radius: 0;
    border: 1px solid rgba(0, 0, 0, 0.1);
  }
  #particles-js {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .animate {
    visibility: hidden;
  }
  .animated {
    visibility: visible;
  }
  .ciaran {
    -o-object-fit: all;
       object-fit: all;
  }
  .btn_box p a {
      background: red;
      display: inline-block;
      color: #fff;
      border-radius: 6px;
      padding: 12px 25px;
  }
  /*# sourceMappingURL=nexus.css.map */
  
  