/** 
 *------------------------------------------------------------------------------
 * @package       Zen Grid Framework 
 *------------------------------------------------------------------------------
 * @copyright     Copyright (C) 2006-2014 Joomlabamboo.com. All Rights Reserved.
 * @license       GNU General Public License version 2 or later; 
 * @Link:         http://www.joomlabamboo.com
 *------------------------------------------------------------------------------
 */
/* joomla 3.x 400px */
.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: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
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 {
  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"] {
  -webkit-box-sizing: content-box;
  -moz-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;
  }
}
body {
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #0c2436;
  background-color: #ffffff;
}
a {
  color: #644d52;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #392c2f;
  text-decoration: underline;
}
.img-rounded {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.img-polaroid {
  padding: 4px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -moz-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-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.row {
  margin-left: -20px;
  *zoom: 1;
  clear: both;
}
.row:before,
.row:after {
  display: table;
  content: "";
  line-height: 0;
}
.row:after {
  clear: both;
}
.row:before,
.row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.row:before,
.row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.row:before,
.row:after {
  content: " ";
  display: table;
}
.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;
  clear: both;
}
.row-fluid:before,
.row-fluid:after {
  display: table;
  content: "";
  line-height: 0;
}
.row-fluid:after {
  clear: both;
}
.row-fluid:before,
.row-fluid:after {
  content: " ";
  display: table;
}
.row-fluid:after {
  clear: both;
}
.row-fluid:before,
.row-fluid:after {
  content: " ";
  display: table;
}
.row-fluid:after {
  clear: both;
}
.row-fluid:before,
.row-fluid:after {
  content: " ";
  display: table;
}
.row-fluid:after {
  clear: both;
}
.row-fluid [class*="span"] {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-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.97872340000001%;
  *width: 82.92553191%;
}
.row-fluid .span9 {
  width: 74.46808511%;
  *width: 74.41489362%;
}
.row-fluid .span8 {
  width: 65.95744680999999%;
  *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.74468084999999%;
  *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.12765957000001%;
}
.row-fluid .offset10:first-child {
  margin-left: 85.10638298000001%;
  *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.10638298000001%;
}
.row-fluid .offset8:first-child {
  margin-left: 68.08510638%;
  *margin-left: 67.97872340000001%;
}
.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.404255320000001%;
}
[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;
  clear: both;
}
.container:before,
.container:after {
  display: table;
  content: "";
  line-height: 0;
}
.container:after {
  clear: both;
}
.container:before,
.container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
.container:before,
.container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
.container:before,
.container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
.container-fluid {
  padding-right: 20px;
  padding-left: 20px;
  *zoom: 1;
  clear: both;
}
.container-fluid:before,
.container-fluid:after {
  display: table;
  content: "";
  line-height: 0;
}
.container-fluid:after {
  clear: both;
}
.container-fluid:before,
.container-fluid:after {
  content: " ";
  display: table;
}
.container-fluid:after {
  clear: both;
}
.container-fluid:before,
.container-fluid:after {
  content: " ";
  display: table;
}
.container-fluid:after {
  clear: both;
}
.container-fluid:before,
.container-fluid:after {
  content: " ";
  display: table;
}
.container-fluid:after {
  clear: both;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 21px;
  font-weight: 200;
  line-height: 30px;
}
small {
  font-size: 85%;
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
cite {
  font-style: normal;
}
.muted {
  color: #999999;
}
a.muted:hover,
a.muted:focus {
  color: #808080;
}
.text-warning {
  color: #c09853;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #a47e3c;
}
.text-error {
  color: #b94a48;
}
a.text-error:hover,
a.text-error:focus {
  color: #953b39;
}
.text-info {
  color: #3a87ad;
}
a.text-info:hover,
a.text-info:focus {
  color: #2d6987;
}
.text-success {
  color: #468847;
}
a.text-success:hover,
a.text-success:focus {
  color: #356635;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 10px 0;
  font-family: inherit;
  font-weight: bold;
  line-height: 20px;
  color: inherit;
  text-rendering: optimizelegibility;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}
h1,
h2,
h3 {
  line-height: 40px;
}
h1 {
  font-size: 38.5px;
}
h2 {
  font-size: 31.5px;
}
h3 {
  font-size: 24.5px;
}
h4 {
  font-size: 17.5px;
}
h5 {
  font-size: 14px;
}
h6 {
  font-size: 11.9px;
}
h1 small {
  font-size: 24.5px;
}
h2 small {
  font-size: 17.5px;
}
h3 small {
  font-size: 14px;
}
h4 small {
  font-size: 14px;
}
.page-header {
  padding-bottom: 9px;
  margin: 20px 0 30px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  padding: 0;
  margin: 0 0 10px 25px;
}
ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0;
}
li {
  line-height: 20px;
}
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: 20px;
}
dt,
dd {
  line-height: 20px;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 10px;
}
.dl-horizontal {
  *zoom: 1;
  clear: both;
}
.dl-horizontal:before,
.dl-horizontal:after {
  display: table;
  content: "";
  line-height: 0;
}
.dl-horizontal:after {
  clear: both;
}
.dl-horizontal:before,
.dl-horizontal:after {
  content: " ";
  display: table;
}
.dl-horizontal:after {
  clear: both;
}
.dl-horizontal:before,
.dl-horizontal:after {
  content: " ";
  display: table;
}
.dl-horizontal:after {
  clear: both;
}
.dl-horizontal:before,
.dl-horizontal:after {
  content: " ";
  display: table;
}
.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: 20px 0;
  border: 0;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #ffffff;
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}
abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 0 0 0 15px;
  margin: 0 0 20px;
  border-left: 5px solid #eeeeee;
}
blockquote p {
  margin-bottom: 0;
  font-size: 17.5px;
  font-weight: 300;
  line-height: 1.25;
}
blockquote small {
  display: block;
  line-height: 20px;
  color: #999999;
}
blockquote small:before {
  content: '\2014 \00A0';
}
blockquote.pull-right {
  float: right;
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  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: 20px;
  font-style: normal;
  line-height: 20px;
}
code,
pre {
  padding: 0 3px 2px;
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
  font-size: 12px;
  color: #333333;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
code {
  padding: 2px 4px;
  color: #d14;
  background-color: #f7f7f9;
  border: 1px solid #e1e1e8;
  white-space: nowrap;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 20px;
  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-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
pre.prettyprint {
  margin-bottom: 20px;
}
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 20px;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: 40px;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
legend small {
  font-size: 15px;
  color: #999999;
}
label,
input,
button,
select,
textarea {
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
}
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: 20px;
  padding: 4px 6px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  color: #666666;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  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: #ffffff;
  border: 1px solid #cccccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-transition: border linear .2s, box-shadow linear .2s;
  -o-transition: border linear .2s, box-shadow linear .2s;
  -webkit-transition: border linear .2s, box-shadow linear .2s;
  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 */
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
  -moz-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: 30px;
  /* 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: 30px;
}
select {
  width: 220px;
  border: 1px solid #cccccc;
  background-color: #ffffff;
}
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: #999999;
  background-color: #fcfcfc;
  border-color: #cccccc;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  -moz-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:-moz-placeholder,
textarea:-moz-placeholder {
  color: #999999;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999999;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999999;
}
.radio,
.checkbox {
  min-height: 20px;
  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;
  clear: both;
}
.controls-row:before,
.controls-row:after {
  display: table;
  content: "";
  line-height: 0;
}
.controls-row:after {
  clear: both;
}
.controls-row:before,
.controls-row:after {
  content: " ";
  display: table;
}
.controls-row:after {
  clear: both;
}
.controls-row:before,
.controls-row:after {
  content: " ";
  display: table;
}
.controls-row:after {
  clear: both;
}
.controls-row:before,
.controls-row:after {
  content: " ";
  display: table;
}
.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: #eeeeee;
}
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: #c09853;
}
.control-group.warning .checkbox,
.control-group.warning .radio,
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  color: #c09853;
}
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  border-color: #c09853;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-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: #a47e3c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
}
.control-group.warning .input-prepend .add-on,
.control-group.warning .input-append .add-on {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #c09853;
}
.control-group.error .control-label,
.control-group.error .help-block,
.control-group.error .help-inline {
  color: #b94a48;
}
.control-group.error .checkbox,
.control-group.error .radio,
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  color: #b94a48;
}
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  border-color: #b94a48;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-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: #953b39;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}
.control-group.error .input-prepend .add-on,
.control-group.error .input-append .add-on {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #b94a48;
}
.control-group.success .control-label,
.control-group.success .help-block,
.control-group.success .help-inline {
  color: #468847;
}
.control-group.success .checkbox,
.control-group.success .radio,
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  color: #468847;
}
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  border-color: #468847;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-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: #356635;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
}
.control-group.success .input-prepend .add-on,
.control-group.success .input-append .add-on {
  color: #468847;
  background-color: #dff0d8;
  border-color: #468847;
}
.control-group.info .control-label,
.control-group.info .help-block,
.control-group.info .help-inline {
  color: #3a87ad;
}
.control-group.info .checkbox,
.control-group.info .radio,
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  color: #3a87ad;
}
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  border-color: #3a87ad;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-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: #2d6987;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
}
.control-group.info .input-prepend .add-on,
.control-group.info .input-append .add-on {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #3a87ad;
}
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;
  -webkit-box-shadow: 0 0 6px #f8b9b7;
  -moz-box-shadow: 0 0 6px #f8b9b7;
  box-shadow: 0 0 6px #f8b9b7;
}
.form-actions {
  padding: 19px 20px 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-top: 1px solid #e5e5e5;
  *zoom: 1;
  clear: both;
}
.form-actions:before,
.form-actions:after {
  display: table;
  content: "";
  line-height: 0;
}
.form-actions:after {
  clear: both;
}
.form-actions:before,
.form-actions:after {
  content: " ";
  display: table;
}
.form-actions:after {
  clear: both;
}
.form-actions:before,
.form-actions:after {
  content: " ";
  display: table;
}
.form-actions:after {
  clear: both;
}
.form-actions:before,
.form-actions:after {
  content: " ";
  display: table;
}
.form-actions:after {
  clear: both;
}
.help-block,
.help-inline {
  color: #1a4e75;
}
.help-block {
  display: block;
  margin-bottom: 10px;
}
.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: 10px;
  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: 14px;
}
.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-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.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: 20px;
  min-width: 16px;
  padding: 4px 5px;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  text-align: center;
  text-shadow: 0 1px 0 #ffffff;
  background-color: #eeeeee;
  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-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.input-append .active,
.input-prepend .active {
  background-color: #9bd7a8;
  border-color: #3e9b52;
}
.input-prepend .add-on,
.input-prepend .btn {
  margin-right: -1px;
}
.input-prepend .add-on:first-child,
.input-prepend .btn:first-child {
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.input-append input,
.input-append select,
.input-append .uneditable-input {
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.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-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.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-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.input-prepend.input-append input,
.input-prepend.input-append select,
.input-prepend.input-append .uneditable-input {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.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-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.input-prepend.input-append .add-on:first-child,
.input-prepend.input-append .btn:first-child {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.input-prepend.input-append .add-on:last-child,
.input-prepend.input-append .btn:last-child {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.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-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
/* Allow for input prepend/append in search forms */
.form-search .input-append .search-query,
.form-search .input-prepend .search-query {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.form-search .input-append .search-query {
  -webkit-border-radius: 14px 0 0 14px;
  -moz-border-radius: 14px 0 0 14px;
  border-radius: 14px 0 0 14px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.form-search .input-append .btn {
  -webkit-border-radius: 0 14px 14px 0;
  -moz-border-radius: 0 14px 14px 0;
  border-radius: 0 14px 14px 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.form-search .input-prepend .search-query {
  -webkit-border-radius: 0 14px 14px 0;
  -moz-border-radius: 0 14px 14px 0;
  border-radius: 0 14px 14px 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.form-search .input-prepend .btn {
  -webkit-border-radius: 14px 0 0 14px;
  -moz-border-radius: 14px 0 0 14px;
  border-radius: 14px 0 0 14px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.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: 10px;
}
legend + .control-group {
  margin-top: 20px;
  -webkit-margin-top-collapse: separate;
}
.form-horizontal .control-group {
  margin-bottom: 20px;
  *zoom: 1;
  clear: both;
}
.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-group:before,
.form-horizontal .control-group:after {
  content: " ";
  display: table;
}
.form-horizontal .control-group:after {
  clear: both;
}
.form-horizontal .control-group:before,
.form-horizontal .control-group:after {
  content: " ";
  display: table;
}
.form-horizontal .control-group:after {
  clear: both;
}
.form-horizontal .control-group:before,
.form-horizontal .control-group:after {
  content: " ";
  display: table;
}
.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: 10px;
}
.form-horizontal .form-actions {
  padding-left: 180px;
}
table {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}
.table {
  width: 100%;
  margin-bottom: 20px;
}
.table th,
.table td {
  padding: 8px;
  line-height: 20px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.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 #dddddd;
}
.table .table {
  background-color: #ffffff;
}
.table-condensed th,
.table-condensed td {
  padding: 4px 5px;
}
.table-bordered {
  border: 1px solid #dddddd;
  border-collapse: separate;
  *border-collapse: collapse;
  border-left: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.table-bordered th,
.table-bordered td {
  border-left: 1px solid #dddddd;
}
.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-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
}
.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-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
}
.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-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
.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-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
}
.table-bordered tfoot + tbody:last-child tr:last-child td:first-child {
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
}
.table-bordered tfoot + tbody:last-child tr:last-child td:last-child {
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  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-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
}
.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-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
}
.table-striped tbody > tr:nth-child(odd) > td,
.table-striped tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
.table-hover tbody tr:hover > td,
.table-hover tbody tr:hover > th {
  background-color: #f5f5f5;
}
table 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;
}
[class^="icon-"],
[class*=" icon-"] {
  display: inline-block;
  width: 14px;
  height: 14px;
  *margin-right: .3em;
  line-height: 14px;
  vertical-align: text-top;
  background-image: url("../zengrid/libs/frameworks/bootstrap2/img/glyphicons-halflings.png");
  background-position: 14px 14px;
  background-repeat: no-repeat;
  margin-top: 1px;
}
/* White icons with optional class, or on hover/focus/active states of certain elements */
.icon-white,
.nav-pills > .active > a > [class^="icon-"],
.nav-pills > .active > a > [class*=" icon-"],
.nav-list > .active > a > [class^="icon-"],
.nav-list > .active > a > [class*=" icon-"],
.navbar-inverse .nav > .active > a > [class^="icon-"],
.navbar-inverse .nav > .active > a > [class*=" icon-"],
.dropdown-menu > li > a:hover > [class^="icon-"],
.dropdown-menu > li > a:focus > [class^="icon-"],
.dropdown-menu > li > a:hover > [class*=" icon-"],
.dropdown-menu > li > a:focus > [class*=" icon-"],
.dropdown-menu > .active > a > [class^="icon-"],
.dropdown-menu > .active > a > [class*=" icon-"],
.dropdown-submenu:hover > a > [class^="icon-"],
.dropdown-submenu:focus > a > [class^="icon-"],
.dropdown-submenu:hover > a > [class*=" icon-"],
.dropdown-submenu:focus > a > [class*=" icon-"] {
  background-image: url("../zengrid/libs/frameworks/bootstrap2/img/glyphicons-halflings-white.png");
}
.icon-glass {
  background-position: 0      0;
}
.icon-music {
  background-position: -24px 0;
}
.icon-search {
  background-position: -48px 0;
}
.icon-envelope {
  background-position: -72px 0;
}
.icon-heart {
  background-position: -96px 0;
}
.icon-star {
  background-position: -120px 0;
}
.icon-star-empty {
  background-position: -144px 0;
}
.icon-user {
  background-position: -168px 0;
}
.icon-film {
  background-position: -192px 0;
}
.icon-th-large {
  background-position: -216px 0;
}
.icon-th {
  background-position: -240px 0;
}
.icon-th-list {
  background-position: -264px 0;
}
.icon-ok {
  background-position: -288px 0;
}
.icon-remove {
  background-position: -312px 0;
}
.icon-zoom-in {
  background-position: -336px 0;
}
.icon-zoom-out {
  background-position: -360px 0;
}
.icon-off {
  background-position: -384px 0;
}
.icon-signal {
  background-position: -408px 0;
}
.icon-cog {
  background-position: -432px 0;
}
.icon-trash {
  background-position: -456px 0;
}
.icon-home {
  background-position: 0 -24px;
}
.icon-file {
  background-position: -24px -24px;
}
.icon-time {
  background-position: -48px -24px;
}
.icon-road {
  background-position: -72px -24px;
}
.icon-download-alt {
  background-position: -96px -24px;
}
.icon-download {
  background-position: -120px -24px;
}
.icon-upload {
  background-position: -144px -24px;
}
.icon-inbox {
  background-position: -168px -24px;
}
.icon-play-circle {
  background-position: -192px -24px;
}
.icon-repeat {
  background-position: -216px -24px;
}
.icon-refresh {
  background-position: -240px -24px;
}
.icon-list-alt {
  background-position: -264px -24px;
}
.icon-lock {
  background-position: -287px -24px;
}
.icon-flag {
  background-position: -312px -24px;
}
.icon-headphones {
  background-position: -336px -24px;
}
.icon-volume-off {
  background-position: -360px -24px;
}
.icon-volume-down {
  background-position: -384px -24px;
}
.icon-volume-up {
  background-position: -408px -24px;
}
.icon-qrcode {
  background-position: -432px -24px;
}
.icon-barcode {
  background-position: -456px -24px;
}
.icon-tag {
  background-position: 0 -48px;
}
.icon-tags {
  background-position: -25px -48px;
}
.icon-book {
  background-position: -48px -48px;
}
.icon-bookmark {
  background-position: -72px -48px;
}
.icon-print {
  background-position: -96px -48px;
}
.icon-camera {
  background-position: -120px -48px;
}
.icon-font {
  background-position: -144px -48px;
}
.icon-bold {
  background-position: -167px -48px;
}
.icon-italic {
  background-position: -192px -48px;
}
.icon-text-height {
  background-position: -216px -48px;
}
.icon-text-width {
  background-position: -240px -48px;
}
.icon-align-left {
  background-position: -264px -48px;
}
.icon-align-center {
  background-position: -288px -48px;
}
.icon-align-right {
  background-position: -312px -48px;
}
.icon-align-justify {
  background-position: -336px -48px;
}
.icon-list {
  background-position: -360px -48px;
}
.icon-indent-left {
  background-position: -384px -48px;
}
.icon-indent-right {
  background-position: -408px -48px;
}
.icon-facetime-video {
  background-position: -432px -48px;
}
.icon-picture {
  background-position: -456px -48px;
}
.icon-pencil {
  background-position: 0 -72px;
}
.icon-map-marker {
  background-position: -24px -72px;
}
.icon-adjust {
  background-position: -48px -72px;
}
.icon-tint {
  background-position: -72px -72px;
}
.icon-edit {
  background-position: -96px -72px;
}
.icon-share {
  background-position: -120px -72px;
}
.icon-check {
  background-position: -144px -72px;
}
.icon-move {
  background-position: -168px -72px;
}
.icon-step-backward {
  background-position: -192px -72px;
}
.icon-fast-backward {
  background-position: -216px -72px;
}
.icon-backward {
  background-position: -240px -72px;
}
.icon-play {
  background-position: -264px -72px;
}
.icon-pause {
  background-position: -288px -72px;
}
.icon-stop {
  background-position: -312px -72px;
}
.icon-forward {
  background-position: -336px -72px;
}
.icon-fast-forward {
  background-position: -360px -72px;
}
.icon-step-forward {
  background-position: -384px -72px;
}
.icon-eject {
  background-position: -408px -72px;
}
.icon-chevron-left {
  background-position: -432px -72px;
}
.icon-chevron-right {
  background-position: -456px -72px;
}
.icon-plus-sign {
  background-position: 0 -96px;
}
.icon-minus-sign {
  background-position: -24px -96px;
}
.icon-remove-sign {
  background-position: -48px -96px;
}
.icon-ok-sign {
  background-position: -72px -96px;
}
.icon-question-sign {
  background-position: -96px -96px;
}
.icon-info-sign {
  background-position: -120px -96px;
}
.icon-screenshot {
  background-position: -144px -96px;
}
.icon-remove-circle {
  background-position: -168px -96px;
}
.icon-ok-circle {
  background-position: -192px -96px;
}
.icon-ban-circle {
  background-position: -216px -96px;
}
.icon-arrow-left {
  background-position: -240px -96px;
}
.icon-arrow-right {
  background-position: -264px -96px;
}
.icon-arrow-up {
  background-position: -289px -96px;
}
.icon-arrow-down {
  background-position: -312px -96px;
}
.icon-share-alt {
  background-position: -336px -96px;
}
.icon-resize-full {
  background-position: -360px -96px;
}
.icon-resize-small {
  background-position: -384px -96px;
}
.icon-plus {
  background-position: -408px -96px;
}
.icon-minus {
  background-position: -433px -96px;
}
.icon-asterisk {
  background-position: -456px -96px;
}
.icon-exclamation-sign {
  background-position: 0 -120px;
}
.icon-gift {
  background-position: -24px -120px;
}
.icon-leaf {
  background-position: -48px -120px;
}
.icon-fire {
  background-position: -72px -120px;
}
.icon-eye-open {
  background-position: -96px -120px;
}
.icon-eye-close {
  background-position: -120px -120px;
}
.icon-warning-sign {
  background-position: -144px -120px;
}
.icon-plane {
  background-position: -168px -120px;
}
.icon-calendar {
  background-position: -192px -120px;
}
.icon-random {
  background-position: -216px -120px;
  width: 16px;
}
.icon-comment {
  background-position: -240px -120px;
}
.icon-magnet {
  background-position: -264px -120px;
}
.icon-chevron-up {
  background-position: -288px -120px;
}
.icon-chevron-down {
  background-position: -313px -119px;
}
.icon-retweet {
  background-position: -336px -120px;
}
.icon-shopping-cart {
  background-position: -360px -120px;
}
.icon-folder-close {
  background-position: -384px -120px;
  width: 16px;
}
.icon-folder-open {
  background-position: -408px -120px;
  width: 16px;
}
.icon-resize-vertical {
  background-position: -432px -119px;
}
.icon-resize-horizontal {
  background-position: -456px -118px;
}
.icon-hdd {
  background-position: 0 -144px;
}
.icon-bullhorn {
  background-position: -24px -144px;
}
.icon-bell {
  background-position: -48px -144px;
}
.icon-certificate {
  background-position: -72px -144px;
}
.icon-thumbs-up {
  background-position: -96px -144px;
}
.icon-thumbs-down {
  background-position: -120px -144px;
}
.icon-hand-right {
  background-position: -144px -144px;
}
.icon-hand-left {
  background-position: -168px -144px;
}
.icon-hand-up {
  background-position: -192px -144px;
}
.icon-hand-down {
  background-position: -216px -144px;
}
.icon-circle-arrow-right {
  background-position: -240px -144px;
}
.icon-circle-arrow-left {
  background-position: -264px -144px;
}
.icon-circle-arrow-up {
  background-position: -288px -144px;
}
.icon-circle-arrow-down {
  background-position: -312px -144px;
}
.icon-globe {
  background-position: -336px -144px;
}
.icon-wrench {
  background-position: -360px -144px;
}
.icon-tasks {
  background-position: -384px -144px;
}
.icon-filter {
  background-position: -408px -144px;
}
.icon-briefcase {
  background-position: -432px -144px;
}
.icon-fullscreen {
  background-position: -456px -144px;
}
.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 #000000;
  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: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-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: 9px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #ffffff;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 20px;
  color: #333333;
  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: #ffffff;
  background-color: #5e494d;
  background-image: -moz-linear-gradient(top, #644d52, #564246);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#644d52), to(#564246));
  background-image: -webkit-linear-gradient(top, #644d52, #564246);
  background-image: -o-linear-gradient(top, #644d52, #564246);
  background-image: linear-gradient(to bottom, #644d52, #564246);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff644d52', endColorstr='#ff564246', GradientType=0);
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #5e494d;
  background-image: -moz-linear-gradient(top, #644d52, #564246);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#644d52), to(#564246));
  background-image: -webkit-linear-gradient(top, #644d52, #564246);
  background-image: -o-linear-gradient(top, #644d52, #564246);
  background-image: linear-gradient(to bottom, #644d52, #564246);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff644d52', endColorstr='#ff564246', GradientType=0);
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999999;
}
.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 #000000;
  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-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px 6px;
  border-radius: 0 6px 6px 6px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
.dropup .dropdown-submenu > .dropdown-menu {
  top: auto;
  bottom: 0;
  margin-top: 0;
  margin-bottom: -2px;
  -webkit-border-radius: 5px 5px 5px 0;
  -moz-border-radius: 5px 5px 5px 0;
  border-radius: 5px 5px 5px 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.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: #ffffff;
}
.dropdown-submenu.pull-left {
  float: none;
}
.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.dropdown .dropdown-menu .nav-header {
  padding-left: 20px;
  padding-right: 20px;
}
.typeahead {
  z-index: 1051;
  margin-top: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-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-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.well-small {
  padding: 9px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.fade {
  opacity: 0;
  -moz-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  position: relative;
  height: 0;
  overflow: hidden;
  -moz-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
.collapse.in {
  height: auto;
}
.close {
  float: right;
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  filter: alpha(opacity=40);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.btn {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  padding: 4px 12px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #333333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *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 #cccccc;
  *border: 0;
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  *margin-left: .3em;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  -moz-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: #333333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}
.btn:active,
.btn.active {
  background-color: #cccccc \9;
}
.btn:first-child {
  *margin-left: 0;
}
.btn:hover,
.btn:focus {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  -webkit-transition: background-position 0.1s linear;
  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;
  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  -moz-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;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-large {
  padding: 11px 19px;
  font-size: 17.5px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.btn-large [class^="icon-"],
.btn-large [class*=" icon-"] {
  margin-top: 4px;
}
.btn-small {
  padding: 2px 10px;
  font-size: 11.9px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.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: 10.5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  -webkit-box-sizing: border-box;
  -moz-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: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #644e50;
  background-image: -moz-linear-gradient(top, #644d52, #64504d);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#644d52), to(#64504d));
  background-image: -webkit-linear-gradient(top, #644d52, #64504d);
  background-image: -o-linear-gradient(top, #644d52, #64504d);
  background-image: linear-gradient(to bottom, #644d52, #64504d);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff644d52', endColorstr='#ff64504d', GradientType=0);
  border-color: #64504d #64504d #392d2c;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #64504d;
  /* 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: #ffffff;
  background-color: #64504d;
  *background-color: #564442;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #473937 \9;
}
.btn-warning {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #ff9d2e;
  background-image: -moz-linear-gradient(top, #ffac4d, #ff8800);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffac4d), to(#ff8800));
  background-image: -webkit-linear-gradient(top, #ffac4d, #ff8800);
  background-image: -o-linear-gradient(top, #ffac4d, #ff8800);
  background-image: linear-gradient(to bottom, #ffac4d, #ff8800);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffac4d', endColorstr='#ffff8800', GradientType=0);
  border-color: #ff8800 #ff8800 #b35f00;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #ff8800;
  /* 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: #ffffff;
  background-color: #ff8800;
  *background-color: #e67a00;
}
.btn-warning:active,
.btn-warning.active {
  background-color: #cc6d00 \9;
}
.btn-danger {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #da4f49;
  background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
  border-color: #bd362f #bd362f #802420;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #bd362f;
  /* 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: #ffffff;
  background-color: #bd362f;
  *background-color: #a9302a;
}
.btn-danger:active,
.btn-danger.active {
  background-color: #942a25 \9;
}
.btn-success {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #5bb75b;
  background-image: -moz-linear-gradient(top, #62c462, #51a351);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
  background-image: -webkit-linear-gradient(top, #62c462, #51a351);
  background-image: -o-linear-gradient(top, #62c462, #51a351);
  background-image: linear-gradient(to bottom, #62c462, #51a351);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
  border-color: #51a351 #51a351 #387038;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #51a351;
  /* 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: #ffffff;
  background-color: #51a351;
  *background-color: #499249;
}
.btn-success:active,
.btn-success.active {
  background-color: #408140 \9;
}
.btn-info {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #49afcd;
  background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
  background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
  border-color: #2f96b4 #2f96b4 #1f6377;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #2f96b4;
  /* 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: #ffffff;
  background-color: #2f96b4;
  *background-color: #2a85a0;
}
.btn-info:active,
.btn-info.active {
  background-color: #24748c \9;
}
.btn-inverse {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #363636;
  background-image: -moz-linear-gradient(top, #444444, #222222);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444444), to(#222222));
  background-image: -webkit-linear-gradient(top, #444444, #222222);
  background-image: -o-linear-gradient(top, #444444, #222222);
  background-image: linear-gradient(to bottom, #444444, #222222);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
  border-color: #222222 #222222 #000000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #222222;
  /* 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: #ffffff;
  background-color: #222222;
  *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;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-link {
  border-color: transparent;
  cursor: pointer;
  color: #644d52;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.btn-link:hover,
.btn-link:focus {
  color: #392c2f;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
.btn-link[disabled]:focus {
  color: #333333;
  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: .3em;
}
.btn-group:first-child {
  *margin-left: 0;
}
.btn-group + .btn-group {
  margin-left: 5px;
}
.btn-toolbar {
  font-size: 0;
  margin-top: 10px;
  margin-bottom: 10px;
}
.btn-toolbar > .btn + .btn,
.btn-toolbar > .btn-group + .btn,
.btn-toolbar > .btn + .btn-group {
  margin-left: 5px;
}
.btn-group > .btn {
  position: relative;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.btn-group > .btn + .btn {
  margin-left: -1px;
}
.btn-group > .btn,
.btn-group > .dropdown-menu,
.btn-group > .popover {
  font-size: 14px;
}
.btn-group > .btn-mini {
  font-size: 10.5px;
}
.btn-group > .btn-small {
  font-size: 11.9px;
}
.btn-group > .btn-large {
  font-size: 17.5px;
}
.btn-group > .btn:first-child {
  margin-left: 0;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
.btn-group > .btn:last-child,
.btn-group > .dropdown-toggle {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
}
.btn-group > .btn.large:first-child {
  margin-left: 0;
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  border-top-left-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-bottom-left-radius: 6px;
}
.btn-group > .btn.large:last-child,
.btn-group > .large.dropdown-toggle {
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  border-bottom-right-radius: 6px;
}
.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;
  -webkit-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);
  -moz-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;
  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  -moz-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: #64504d;
}
.btn-group.open .btn-warning.dropdown-toggle {
  background-color: #ff8800;
}
.btn-group.open .btn-danger.dropdown-toggle {
  background-color: #bd362f;
}
.btn-group.open .btn-success.dropdown-toggle {
  background-color: #51a351;
}
.btn-group.open .btn-info.dropdown-toggle {
  background-color: #2f96b4;
}
.btn-group.open .btn-inverse.dropdown-toggle {
  background-color: #222222;
}
.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: #ffffff;
  border-bottom-color: #ffffff;
}
.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-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.btn-group-vertical > .btn + .btn {
  margin-left: 0;
  margin-top: -1px;
}
.btn-group-vertical > .btn:first-child {
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.btn-group-vertical > .btn:last-child {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.btn-group-vertical > .btn-large:first-child {
  -webkit-border-radius: 6px 6px 0 0;
  -moz-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.btn-group-vertical > .btn-large:last-child {
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.alert {
  padding: 8px 35px 8px 14px;
  margin-bottom: 20px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.alert,
.alert h4 {
  color: #c09853;
}
.alert h4 {
  margin: 0;
}
.alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 20px;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847;
}
.alert-success h4 {
  color: #468847;
}
.alert-danger,
.alert-error {
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #b94a48;
}
.alert-danger h4,
.alert-error h4 {
  color: #b94a48;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
}
.alert-info h4 {
  color: #3a87ad;
}
.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: 20px;
  list-style: none;
}
.nav > li > a {
  display: block;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.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: 20px;
  color: #999999;
  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: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  background-color: #644d52;
}
.nav-list [class^="icon-"],
.nav-list [class*=" icon-"] {
  margin-right: 2px;
}
.nav-list .divider {
  *width: 100%;
  height: 1px;
  margin: 9px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #ffffff;
}
.nav-tabs,
.nav-pills {
  *zoom: 1;
  clear: both;
}
.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:before,
.nav-pills:before,
.nav-tabs:after,
.nav-pills:after {
  content: " ";
  display: table;
}
.nav-tabs:after,
.nav-pills:after {
  clear: both;
}
.nav-tabs:before,
.nav-pills:before,
.nav-tabs:after,
.nav-pills:after {
  content: " ";
  display: table;
}
.nav-tabs:after,
.nav-pills:after {
  clear: both;
}
.nav-tabs:before,
.nav-pills:before,
.nav-tabs:after,
.nav-pills:after {
  content: " ";
  display: table;
}
.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: 20px;
  border: 1px solid transparent;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
  border-color: #eeeeee #eeeeee #dddddd;
}
.nav-tabs > .active > a,
.nav-tabs > .active > a:hover,
.nav-tabs > .active > a:focus {
  color: #666666;
  background-color: #ffffff;
  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-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.nav-pills > .active > a,
.nav-pills > .active > a:hover,
.nav-pills > .active > a:focus {
  color: #ffffff;
  background-color: #644d52;
}
.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-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.nav-tabs.nav-stacked > li:first-child > a {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.nav-tabs.nav-stacked > li:last-child > a {
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-right-radius: 4px;
  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-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.nav-pills .dropdown-menu {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.nav .dropdown-toggle .caret {
  border-top-color: #644d52;
  border-bottom-color: #644d52;
  margin-top: 6px;
}
.nav .dropdown-toggle:hover .caret,
.nav .dropdown-toggle:focus .caret {
  border-top-color: #392c2f;
  border-bottom-color: #392c2f;
}
/* 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: #666666;
  border-bottom-color: #666666;
}
.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: #ffffff;
  background-color: #999999;
  border-color: #999999;
}
.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: #ffffff;
  border-bottom-color: #ffffff;
  opacity: 1;
  filter: alpha(opacity=100);
}
.tabs-stacked .open > a:hover,
.tabs-stacked .open > a:focus {
  border-color: #999999;
}
.tabbable {
  *zoom: 1;
  clear: both;
}
.tabbable:before,
.tabbable:after {
  display: table;
  content: "";
  line-height: 0;
}
.tabbable:after {
  clear: both;
}
.tabbable:before,
.tabbable:after {
  content: " ";
  display: table;
}
.tabbable:after {
  clear: both;
}
.tabbable:before,
.tabbable:after {
  content: " ";
  display: table;
}
.tabbable:after {
  clear: both;
}
.tabbable:before,
.tabbable:after {
  content: " ";
  display: table;
}
.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-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.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-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.tabs-left > .nav-tabs > li > a:hover,
.tabs-left > .nav-tabs > li > a:focus {
  border-color: #eeeeee #dddddd #eeeeee #eeeeee;
}
.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: #ffffff;
}
.tabs-right > .nav-tabs {
  float: right;
  margin-left: 19px;
  border-left: 1px solid #ddd;
}
.tabs-right > .nav-tabs > li > a {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.tabs-right > .nav-tabs > li > a:hover,
.tabs-right > .nav-tabs > li > a:focus {
  border-color: #eeeeee #eeeeee #eeeeee #dddddd;
}
.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: #ffffff;
}
.nav > .disabled > a {
  color: #999999;
}
.nav > .disabled > a:hover,
.nav > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  cursor: default;
}
.navbar {
  overflow: visible;
  margin-bottom: 20px;
  *position: relative;
  *z-index: 2;
}
.navbar-inner {
  min-height: 40px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #fafafa;
  background-image: -moz-linear-gradient(top, #ffffff, #f2f2f2);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f2f2f2));
  background-image: -webkit-linear-gradient(top, #ffffff, #f2f2f2);
  background-image: -o-linear-gradient(top, #ffffff, #f2f2f2);
  background-image: linear-gradient(to bottom, #ffffff, #f2f2f2);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0);
  border: 1px solid #d4d4d4;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  *zoom: 1;
  clear: both;
}
.navbar-inner:before,
.navbar-inner:after {
  display: table;
  content: "";
  line-height: 0;
}
.navbar-inner:after {
  clear: both;
}
.navbar-inner:before,
.navbar-inner:after {
  content: " ";
  display: table;
}
.navbar-inner:after {
  clear: both;
}
.navbar-inner:before,
.navbar-inner:after {
  content: " ";
  display: table;
}
.navbar-inner:after {
  clear: both;
}
.navbar-inner:before,
.navbar-inner:after {
  content: " ";
  display: table;
}
.navbar-inner:after {
  clear: both;
}
.navbar .container {
  width: auto;
}
.nav-collapse.collapse {
  height: auto;
  overflow: visible;
}
.navbar .brand {
  float: left;
  display: block;
  padding: 10px 20px 10px;
  margin-left: -20px;
  font-size: 20px;
  font-weight: 200;
  color: #777777;
  text-shadow: 0 1px 0 #ffffff;
}
.navbar .brand:hover,
.navbar .brand:focus {
  text-decoration: none;
}
.navbar-text {
  margin-bottom: 0;
  line-height: 40px;
  color: #777777;
}
.navbar-link {
  color: #777777;
}
.navbar-link:hover,
.navbar-link:focus {
  color: #333333;
}
.navbar .divider-vertical {
  height: 40px;
  margin: 0 9px;
  border-left: 1px solid #f2f2f2;
  border-right: 1px solid #ffffff;
}
.navbar .btn,
.navbar .btn-group {
  margin-top: 5px;
}
.navbar .btn-group .btn,
.navbar .input-prepend .btn,
.navbar .input-append .btn,
.navbar .input-prepend .btn-group,
.navbar .input-append .btn-group {
  margin-top: 0;
}
.navbar-form {
  margin-bottom: 0;
  *zoom: 1;
  clear: both;
}
.navbar-form:before,
.navbar-form:after {
  display: table;
  content: "";
  line-height: 0;
}
.navbar-form:after {
  clear: both;
}
.navbar-form:before,
.navbar-form:after {
  content: " ";
  display: table;
}
.navbar-form:after {
  clear: both;
}
.navbar-form:before,
.navbar-form:after {
  content: " ";
  display: table;
}
.navbar-form:after {
  clear: both;
}
.navbar-form:before,
.navbar-form:after {
  content: " ";
  display: table;
}
.navbar-form:after {
  clear: both;
}
.navbar-form input,
.navbar-form select,
.navbar-form .radio,
.navbar-form .checkbox {
  margin-top: 5px;
}
.navbar-form input,
.navbar-form select,
.navbar-form .btn {
  display: inline-block;
  margin-bottom: 0;
}
.navbar-form input[type="image"],
.navbar-form input[type="checkbox"],
.navbar-form input[type="radio"] {
  margin-top: 3px;
}
.navbar-form .input-append,
.navbar-form .input-prepend {
  margin-top: 5px;
  white-space: nowrap;
}
.navbar-form .input-append input,
.navbar-form .input-prepend input {
  margin-top: 0;
}
.navbar-search {
  position: relative;
  float: left;
  margin-top: 5px;
  margin-bottom: 0;
}
.navbar-search .search-query {
  margin-bottom: 0;
  padding: 4px 14px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 1;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.navbar-static-top {
  position: static;
  margin-bottom: 0;
}
.navbar-static-top .navbar-inner {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
  margin-bottom: 0;
}
.navbar-fixed-top .navbar-inner,
.navbar-static-top .navbar-inner {
  border-width: 0 0 1px;
}
.navbar-fixed-bottom .navbar-inner {
  border-width: 1px 0 0;
}
.navbar-fixed-top .navbar-inner,
.navbar-fixed-bottom .navbar-inner {
  padding-left: 0;
  padding-right: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 940px;
}
.navbar-fixed-top {
  top: 0;
}
.navbar-fixed-top .navbar-inner,
.navbar-static-top .navbar-inner {
  -webkit-box-shadow: 0 1px 10px rgba(0,0,0,.1);
  -moz-box-shadow: 0 1px 10px rgba(0,0,0,.1);
  box-shadow: 0 1px 10px rgba(0,0,0,.1);
}
.navbar-fixed-bottom {
  bottom: 0;
}
.navbar-fixed-bottom .navbar-inner {
  -webkit-box-shadow: 0 -1px 10px rgba(0,0,0,.1);
  -moz-box-shadow: 0 -1px 10px rgba(0,0,0,.1);
  box-shadow: 0 -1px 10px rgba(0,0,0,.1);
}
.navbar .nav {
  position: relative;
  left: 0;
  display: block;
  float: left;
  margin: 0 10px 0 0;
}
.navbar .nav.pull-right {
  float: right;
  margin-right: 0;
}
.navbar .nav > li {
  float: left;
}
.navbar .nav > li > a {
  float: none;
  padding: 10px 15px 10px;
  color: #777777;
  text-decoration: none;
  text-shadow: 0 1px 0 #ffffff;
}
.navbar .nav .dropdown-toggle .caret {
  margin-top: 8px;
}
.navbar .nav > li > a:focus,
.navbar .nav > li > a:hover {
  background-color: transparent;
  color: #333333;
  text-decoration: none;
}
.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
  color: #666666;
  text-decoration: none;
  background-color: #e5e5e5;
  -webkit-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
}
.navbar .btn-navbar {
  display: none;
  float: right;
  padding: 7px 10px;
  margin-left: 5px;
  margin-right: 5px;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #ededed;
  background-image: -moz-linear-gradient(top, #f2f2f2, #e5e5e5);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f2f2f2), to(#e5e5e5));
  background-image: -webkit-linear-gradient(top, #f2f2f2, #e5e5e5);
  background-image: -o-linear-gradient(top, #f2f2f2, #e5e5e5);
  background-image: linear-gradient(to bottom, #f2f2f2, #e5e5e5);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2f2f2', endColorstr='#ffe5e5e5', GradientType=0);
  border-color: #e5e5e5 #e5e5e5 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #e5e5e5;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075);
}
.navbar .btn-navbar:hover,
.navbar .btn-navbar:focus,
.navbar .btn-navbar:active,
.navbar .btn-navbar.active,
.navbar .btn-navbar.disabled,
.navbar .btn-navbar[disabled] {
  color: #ffffff;
  background-color: #e5e5e5;
  *background-color: #d9d9d9;
}
.navbar .btn-navbar:active,
.navbar .btn-navbar.active {
  background-color: #cccccc \9;
}
.navbar .btn-navbar .icon-bar {
  display: block;
  width: 18px;
  height: 2px;
  background-color: #f5f5f5;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}
.btn-navbar .icon-bar + .icon-bar {
  margin-top: 3px;
}
.navbar .nav > li > .dropdown-menu:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -7px;
  left: 9px;
}
.navbar .nav > li > .dropdown-menu:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  position: absolute;
  top: -6px;
  left: 10px;
}
.navbar-fixed-bottom .nav > li > .dropdown-menu:before {
  border-top: 7px solid #ccc;
  border-top-color: rgba(0, 0, 0, 0.2);
  border-bottom: 0;
  bottom: -7px;
  top: auto;
}
.navbar-fixed-bottom .nav > li > .dropdown-menu:after {
  border-top: 6px solid #ffffff;
  border-bottom: 0;
  bottom: -6px;
  top: auto;
}
.navbar .nav li.dropdown > a:hover .caret,
.navbar .nav li.dropdown > a:focus .caret {
  border-top-color: #333333;
  border-bottom-color: #333333;
}
.navbar .nav li.dropdown.open > .dropdown-toggle,
.navbar .nav li.dropdown.active > .dropdown-toggle,
.navbar .nav li.dropdown.open.active > .dropdown-toggle {
  background-color: #e5e5e5;
  color: #666666;
}
.navbar .nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: #777777;
  border-bottom-color: #777777;
}
.navbar .nav li.dropdown.open > .dropdown-toggle .caret,
.navbar .nav li.dropdown.active > .dropdown-toggle .caret,
.navbar .nav li.dropdown.open.active > .dropdown-toggle .caret {
  border-top-color: #666666;
  border-bottom-color: #666666;
}
.navbar .pull-right > li > .dropdown-menu,
.navbar .nav > li > .dropdown-menu.pull-right {
  left: auto;
  right: 0;
}
.navbar .pull-right > li > .dropdown-menu:before,
.navbar .nav > li > .dropdown-menu.pull-right:before {
  left: auto;
  right: 12px;
}
.navbar .pull-right > li > .dropdown-menu:after,
.navbar .nav > li > .dropdown-menu.pull-right:after {
  left: auto;
  right: 13px;
}
.navbar .pull-right > li > .dropdown-menu .dropdown-menu,
.navbar .nav > li > .dropdown-menu.pull-right .dropdown-menu {
  left: auto;
  right: 100%;
  margin-left: 0;
  margin-right: -1px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.navbar-inverse .navbar-inner {
  background-color: #1b1b1b;
  background-image: -moz-linear-gradient(top, #222222, #111111);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#222222), to(#111111));
  background-image: -webkit-linear-gradient(top, #222222, #111111);
  background-image: -o-linear-gradient(top, #222222, #111111);
  background-image: linear-gradient(to bottom, #222222, #111111);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222', endColorstr='#ff111111', GradientType=0);
  border-color: #252525;
}
.navbar-inverse .brand,
.navbar-inverse .nav > li > a {
  color: #999999;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.navbar-inverse .brand:hover,
.navbar-inverse .nav > li > a:hover,
.navbar-inverse .brand:focus,
.navbar-inverse .nav > li > a:focus {
  color: #ffffff;
}
.navbar-inverse .brand {
  color: #999999;
}
.navbar-inverse .navbar-text {
  color: #999999;
}
.navbar-inverse .nav > li > a:focus,
.navbar-inverse .nav > li > a:hover {
  background-color: transparent;
  color: #ffffff;
}
.navbar-inverse .nav .active > a,
.navbar-inverse .nav .active > a:hover,
.navbar-inverse .nav .active > a:focus {
  color: #ffffff;
  background-color: #111111;
}
.navbar-inverse .navbar-link {
  color: #999999;
}
.navbar-inverse .navbar-link:hover,
.navbar-inverse .navbar-link:focus {
  color: #ffffff;
}
.navbar-inverse .divider-vertical {
  border-left-color: #111111;
  border-right-color: #222222;
}
.navbar-inverse .nav li.dropdown.open > .dropdown-toggle,
.navbar-inverse .nav li.dropdown.active > .dropdown-toggle,
.navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle {
  background-color: #111111;
  color: #ffffff;
}
.navbar-inverse .nav li.dropdown > a:hover .caret,
.navbar-inverse .nav li.dropdown > a:focus .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.navbar-inverse .nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: #999999;
  border-bottom-color: #999999;
}
.navbar-inverse .nav li.dropdown.open > .dropdown-toggle .caret,
.navbar-inverse .nav li.dropdown.active > .dropdown-toggle .caret,
.navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.navbar-inverse .navbar-search .search-query {
  color: #ffffff;
  background-color: #515151;
  border-color: #111111;
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1), 0 1px 0 rgba(255,255,255,.15);
  -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.1), 0 1px 0 rgba(255,255,255,.15);
  box-shadow: inset 0 1px 2px rgba(0,0,0,.1), 0 1px 0 rgba(255,255,255,.15);
  -moz-transition: none;
  -o-transition: none;
  -webkit-transition: none;
  transition: none;
}
.navbar-inverse .navbar-search .search-query:-moz-placeholder {
  color: #cccccc;
}
.navbar-inverse .navbar-search .search-query:-ms-input-placeholder {
  color: #cccccc;
}
.navbar-inverse .navbar-search .search-query::-webkit-input-placeholder {
  color: #cccccc;
}
.navbar-inverse .navbar-search .search-query:focus,
.navbar-inverse .navbar-search .search-query.focused {
  padding: 5px 15px;
  color: #333333;
  text-shadow: 0 1px 0 #ffffff;
  background-color: #ffffff;
  border: 0;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  outline: 0;
}
.navbar-inverse .btn-navbar {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #0e0e0e;
  background-image: -moz-linear-gradient(top, #151515, #040404);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#151515), to(#040404));
  background-image: -webkit-linear-gradient(top, #151515, #040404);
  background-image: -o-linear-gradient(top, #151515, #040404);
  background-image: linear-gradient(to bottom, #151515, #040404);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff151515', endColorstr='#ff040404', GradientType=0);
  border-color: #040404 #040404 #000000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #040404;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.navbar-inverse .btn-navbar:hover,
.navbar-inverse .btn-navbar:focus,
.navbar-inverse .btn-navbar:active,
.navbar-inverse .btn-navbar.active,
.navbar-inverse .btn-navbar.disabled,
.navbar-inverse .btn-navbar[disabled] {
  color: #ffffff;
  background-color: #040404;
  *background-color: #000000;
}
.navbar-inverse .btn-navbar:active,
.navbar-inverse .btn-navbar.active {
  background-color: #000000 \9;
}
.breadcrumb {
  padding: 8px 15px;
  margin: 0 0 20px;
  list-style: none;
  background-color: #f5f5f5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.breadcrumb > li {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  text-shadow: 0 1px 0 #ffffff;
}
.breadcrumb > li > .divider {
  padding: 0 5px;
  color: #ccc;
}
.breadcrumb > .active {
  color: #999999;
}
.pagination {
  margin: 20px 0;
}
.pagination ul {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  margin-left: 0;
  margin-bottom: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-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: 20px;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-left-width: 0;
}
.pagination ul > li > a:hover,
.pagination ul > li > a:focus,
.pagination ul > .active > a,
.pagination ul > .active > span {
  background-color: #f5f5f5;
}
.pagination ul > .active > a,
.pagination ul > .active > span {
  color: #999999;
  cursor: default;
}
.pagination ul > .disabled > span,
.pagination ul > .disabled > a,
.pagination ul > .disabled > a:hover,
.pagination ul > .disabled > a:focus {
  color: #999999;
  background-color: transparent;
  cursor: default;
}
.pagination ul > li:first-child > a,
.pagination ul > li:first-child > span {
  border-left-width: 1px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination ul > li:last-child > a,
.pagination ul > li:last-child > span {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.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: 17.5px;
}
.pagination-large ul > li:first-child > a,
.pagination-large ul > li:first-child > span {
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-large ul > li:last-child > a,
.pagination-large ul > li:last-child > span {
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.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 {
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.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 {
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.pagination-small ul > li > a,
.pagination-small ul > li > span {
  padding: 2px 10px;
  font-size: 11.9px;
}
.pagination-mini ul > li > a,
.pagination-mini ul > li > span {
  padding: 0 6px;
  font-size: 10.5px;
}
.pager {
  margin: 20px 0;
  list-style: none;
  text-align: center;
  *zoom: 1;
  clear: both;
}
.pager:before,
.pager:after {
  display: table;
  content: "";
  line-height: 0;
}
.pager:after {
  clear: both;
}
.pager:before,
.pager:after {
  content: " ";
  display: table;
}
.pager:after {
  clear: both;
}
.pager:before,
.pager:after {
  content: " ";
  display: table;
}
.pager:after {
  clear: both;
}
.pager:before,
.pager:after {
  content: " ";
  display: table;
}
.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-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.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: #999999;
  background-color: #fff;
  cursor: default;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop,
.modal-backdrop.fade.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.modal {
  position: fixed;
  top: 10%;
  left: 50%;
  z-index: 1050;
  width: 560px;
  margin-left: -280px;
  background-color: #ffffff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.3);
  *border: 1px solid #999;
  /* IE6-7 */
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -moz-background-clip: padding;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -moz-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;
}
.modal.fade {
  -moz-transition: opacity .3s linear, top .3s ease-out;
  -o-transition: opacity .3s linear, top .3s ease-out;
  -webkit-transition: opacity .3s linear, top .3s ease-out;
  transition: opacity .3s linear, top .3s ease-out;
  top: -25%;
}
.modal.fade.in {
  top: 10%;
}
.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 {
  position: relative;
  overflow-y: auto;
  max-height: 400px;
  padding: 15px;
}
.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-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: inset 0 1px 0 #ffffff;
  -moz-box-shadow: inset 0 1px 0 #ffffff;
  box-shadow: inset 0 1px 0 #ffffff;
  *zoom: 1;
  clear: both;
}
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: "";
  line-height: 0;
}
.modal-footer:after {
  clear: both;
}
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.modal-footer:after {
  clear: both;
}
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.modal-footer:after {
  clear: both;
}
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.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;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  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: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.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: #000000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-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-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.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: #ffffff;
}
.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: #ffffff;
}
.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: #ffffff;
}
.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: #ffffff;
  bottom: -10px;
}
.thumbnails {
  margin-left: -20px;
  list-style: none;
  *zoom: 1;
  clear: both;
}
.thumbnails:before,
.thumbnails:after {
  display: table;
  content: "";
  line-height: 0;
}
.thumbnails:after {
  clear: both;
}
.thumbnails:before,
.thumbnails:after {
  content: " ";
  display: table;
}
.thumbnails:after {
  clear: both;
}
.thumbnails:before,
.thumbnails:after {
  content: " ";
  display: table;
}
.thumbnails:after {
  clear: both;
}
.thumbnails:before,
.thumbnails:after {
  content: " ";
  display: table;
}
.thumbnails:after {
  clear: both;
}
.row-fluid .thumbnails {
  margin-left: 0;
}
.thumbnails > li {
  float: left;
  margin-bottom: 20px;
  margin-left: 20px;
}
.thumbnail {
  display: block;
  padding: 4px;
  line-height: 20px;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
a.thumbnail:hover,
a.thumbnail:focus {
  border-color: #644d52;
  -webkit-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
  -moz-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: #666666;
}
.media,
.media-body {
  overflow: hidden;
  *overflow: visible;
  zoom: 1;
}
.media,
.media .media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media-object {
  display: block;
}
.media-heading {
  margin: 0 0 5px;
}
.media > .pull-left {
  margin-right: 10px;
}
.media > .pull-right {
  margin-left: 10px;
}
.media-list {
  margin-left: 0;
  list-style: none;
}
.label,
.badge {
  display: inline-block;
  padding: 2px 4px;
  font-size: 11.844px;
  font-weight: bold;
  line-height: 14px;
  color: #ffffff;
  vertical-align: baseline;
  white-space: nowrap;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #999999;
}
.label {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.badge {
  padding-left: 9px;
  padding-right: 9px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.label:empty,
.badge:empty {
  display: none;
}
a.label:hover,
a.label:focus,
a.badge:hover,
a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.label-important,
.badge-important {
  background-color: #b94a48;
}
.label-important[href],
.badge-important[href] {
  background-color: #953b39;
}
.label-warning,
.badge-warning {
  background-color: #ff8800;
}
.label-warning[href],
.badge-warning[href] {
  background-color: #cc6d00;
}
.label-success,
.badge-success {
  background-color: #468847;
}
.label-success[href],
.badge-success[href] {
  background-color: #356635;
}
.label-info,
.badge-info {
  background-color: #3a87ad;
}
.label-info[href],
.badge-info[href] {
  background-color: #2d6987;
}
.label-inverse,
.badge-inverse {
  background-color: #333333;
}
.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;
  }
}
@-moz-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-ms-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 40px 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f7f7f7;
  background-image: -moz-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#f9f9f9));
  background-image: -webkit-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: -o-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: linear-gradient(to bottom, #f5f5f5, #f9f9f9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff9f9f9', GradientType=0);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-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-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.progress .bar {
  width: 0%;
  height: 100%;
  color: #ffffff;
  float: left;
  font-size: 12px;
  text-align: center;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #0e90d2;
  background-image: -moz-linear-gradient(top, #149bdf, #0480be);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#149bdf), to(#0480be));
  background-image: -webkit-linear-gradient(top, #149bdf, #0480be);
  background-image: -o-linear-gradient(top, #149bdf, #0480be);
  background-image: linear-gradient(to bottom, #149bdf, #0480be);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff149bdf', endColorstr='#ff0480be', GradientType=0);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress .bar + .bar {
  -webkit-box-shadow: inset 1px 0 0 rgba(0,0,0,.15), inset 0 -1px 0 rgba(0,0,0,.15);
  -moz-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: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-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-image: -moz-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-image: -o-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-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);
  -webkit-background-size: 40px 40px;
  -moz-background-size: 40px 40px;
  -o-background-size: 40px 40px;
  background-size: 40px 40px;
}
.progress.active .bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -moz-animation: progress-bar-stripes 2s linear infinite;
  -ms-animation: progress-bar-stripes 2s linear infinite;
  -o-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: -moz-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#c43c35));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
  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: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-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-image: -moz-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-image: -o-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-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: -moz-linear-gradient(top, #62c462, #57a957);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#57a957));
  background-image: -webkit-linear-gradient(top, #62c462, #57a957);
  background-image: -o-linear-gradient(top, #62c462, #57a957);
  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: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-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-image: -moz-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-image: -o-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-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: -moz-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#339bb9));
  background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -o-linear-gradient(top, #5bc0de, #339bb9);
  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: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-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-image: -moz-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-image: -o-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-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: #ff9d2e;
  background-image: -moz-linear-gradient(top, #ffac4d, #ff8800);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffac4d), to(#ff8800));
  background-image: -webkit-linear-gradient(top, #ffac4d, #ff8800);
  background-image: -o-linear-gradient(top, #ffac4d, #ff8800);
  background-image: linear-gradient(to bottom, #ffac4d, #ff8800);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffac4d', endColorstr='#ffff8800', GradientType=0);
}
.progress-warning.progress-striped .bar,
.progress-striped .bar-warning {
  background-color: #ffac4d;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-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-image: -moz-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-image: -o-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-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: 20px;
}
.accordion-group {
  margin-bottom: 2px;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.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;
}
.carousel {
  position: relative;
  margin-bottom: 20px;
  line-height: 1;
}
.carousel-inner {
  overflow: hidden;
  width: 100%;
  position: relative;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -moz-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  -webkit-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  line-height: 1;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 40%;
  left: 15px;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  font-size: 60px;
  font-weight: 100;
  line-height: 30px;
  color: #ffffff;
  text-align: center;
  background: #222222;
  border: 3px solid #ffffff;
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  border-radius: 23px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.carousel-control.right {
  left: auto;
  right: 15px;
}
.carousel-control:hover,
.carousel-control:focus {
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-indicators {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 5;
  margin: 0;
  list-style: none;
}
.carousel-indicators li {
  display: block;
  float: left;
  width: 10px;
  height: 10px;
  margin-left: 5px;
  text-indent: -999px;
  background-color: #ccc;
  background-color: rgba(255, 255, 255, 0.25);
  border-radius: 5px;
}
.carousel-indicators .active {
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 15px;
  background: #333333;
  background: rgba(0, 0, 0, 0.75);
}
.carousel-caption h4,
.carousel-caption p {
  color: #ffffff;
  line-height: 20px;
}
.carousel-caption h4 {
  margin: 0 0 5px;
}
.carousel-caption p {
  margin-bottom: 0;
}
.hero-unit {
  padding: 60px;
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 200;
  line-height: 30px;
  color: inherit;
  background-color: #eeeeee;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.hero-unit h1 {
  margin-bottom: 0;
  font-size: 60px;
  line-height: 1;
  color: inherit;
  letter-spacing: -1px;
}
.hero-unit li {
  line-height: 30px;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.hide {
  display: none;
}
.show {
  display: block;
}
.invisible {
  visibility: hidden;
}
.affix {
  position: fixed;
}
.animated,
.zen-animate {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated-slower {
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated-faster {
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -moz-transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@-o-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -o-transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  -moz-animation-name: fadeInDownBig;
  -o-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -moz-transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@-o-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -o-transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  -moz-animation-name: fadeInUpBig;
  -o-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -moz-transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@-o-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -o-transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  -moz-animation-name: fadeInRightBig;
  -o-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -moz-transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@-o-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -o-transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  -moz-animation-name: fadeInLeftBig;
  -o-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('../zengrid/libs/zengrid/fonts/fontawesome-webfont.eot?v=4.2.0');
  src: url('../zengrid/libs/zengrid/fonts/fontawesome-webfont.eot?#iefix&v=4.2.0') format('embedded-opentype'), url('../zengrid/libs/zengrid/fonts/fontawesome-webfont.woff?v=4.2.0') format('woff'), url('../zengrid/libs/zengrid/fonts/fontawesome-webfont.ttf?v=4.2.0') format('truetype'), url('../zengrid/libs/zengrid/fonts/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.zen-icon:before,
.icon-envelope:before,
.icon-print:before,
.icon-calendar:before,
.icon-remove:before,
.icon-edit:before,
.icon-folder-2:before,
.icon-search:before,
.icon-search {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.zen-icon-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.zen-icon-2x {
  font-size: 2em;
}
.zen-icon-3x {
  font-size: 3em;
}
.zen-icon-4x {
  font-size: 4em;
}
.zen-icon-5x {
  font-size: 5em;
}
.zen-icon-fw {
  width: 1.28571429em;
  text-align: center;
}
.zen-icon-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.zen-icon-ul > li {
  position: relative;
}
.zen-icon-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.zen-icon-li.zen-icon-lg {
  left: -1.85714286em;
}
.zen-icon-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.zen-icon.pull-left {
  margin-right: .3em;
}
.zen-icon.pull-right {
  margin-left: .3em;
}
.zen-icon-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.zen-icon-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.zen-icon-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.zen-icon-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.zen-icon-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.zen-icon-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .zen-icon-rotate-90,
:root .zen-icon-rotate-180,
:root .zen-icon-rotate-270,
:root .zen-icon-flip-horizontal,
:root .zen-icon-flip-vertical {
  filter: none;
}
.zen-icon-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.zen-icon-stack-1x,
.zen-icon-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.zen-icon-stack-1x {
  line-height: inherit;
}
.zen-icon-stack-2x {
  font-size: 2em;
}
.zen-icon-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.zen-icon-glass:before {
  content: "\f000";
}
.zen-icon-music:before {
  content: "\f001";
}
.zen-icon-search:before,
.icon-search {
  content: "\f002";
}
.zen-icon-envelope-o:before {
  content: "\f003";
}
.zen-icon-heart:before {
  content: "\f004";
}
.zen-icon-star:before {
  content: "\f005";
}
.zen-icon-star-o:before {
  content: "\f006";
}
.zen-icon-user:before {
  content: "\f007";
}
.zen-icon-film:before {
  content: "\f008";
}
.zen-icon-th-large:before {
  content: "\f009";
}
.zen-icon-th:before {
  content: "\f00a";
}
.zen-icon-th-list:before {
  content: "\f00b";
}
.zen-icon-check:before {
  content: "\f00c";
}
.zen-icon-remove:before,
.zen-icon-close:before,
.zen-icon-times:before,
.icon-remove:before {
  content: "\f00d";
}
.zen-icon-search-plus:before {
  content: "\f00e";
}
.zen-icon-search-minus:before {
  content: "\f010";
}
.zen-icon-power-off:before {
  content: "\f011";
}
.zen-icon-signal:before {
  content: "\f012";
}
.zen-icon-gear:before,
.zen-icon-cog:before {
  content: "\f013";
}
.zen-icon-trash-o:before {
  content: "\f014";
}
.zen-icon-home:before {
  content: "\f015";
}
.zen-icon-file-o:before {
  content: "\f016";
}
.zen-icon-clock-o:before {
  content: "\f017";
}
.zen-icon-road:before {
  content: "\f018";
}
.zen-icon-download:before {
  content: "\f019";
}
.zen-icon-arrow-circle-o-down:before {
  content: "\f01a";
}
.zen-icon-arrow-circle-o-up:before {
  content: "\f01b";
}
.zen-icon-inbox:before {
  content: "\f01c";
}
.zen-icon-play-circle-o:before {
  content: "\f01d";
}
.zen-icon-rotate-right:before,
.zen-icon-repeat:before {
  content: "\f01e";
}
.zen-icon-refresh:before {
  content: "\f021";
}
.zen-icon-list-alt:before {
  content: "\f022";
}
.zen-icon-lock:before {
  content: "\f023";
}
.zen-icon-flag:before {
  content: "\f024";
}
.zen-icon-headphones:before {
  content: "\f025";
}
.zen-icon-volume-off:before {
  content: "\f026";
}
.zen-icon-volume-down:before {
  content: "\f027";
}
.zen-icon-volume-up:before {
  content: "\f028";
}
.zen-icon-qrcode:before {
  content: "\f029";
}
.zen-icon-barcode:before {
  content: "\f02a";
}
.zen-icon-tag:before {
  content: "\f02b";
}
.zen-icon-tags:before {
  content: "\f02c";
}
.zen-icon-book:before {
  content: "\f02d";
}
.zen-icon-bookmark:before {
  content: "\f02e";
}
.zen-icon-print:before {
  content: "\f02f";
}
.zen-icon-print:before,
.icon-print:before {
  content: "\f02f";
}
.zen-icon-mail:before,
.icon-envelope:before {
  content: "\f0e0";
}
.zen-icon-camera:before {
  content: "\f030";
}
.zen-icon-font:before {
  content: "\f031";
}
.zen-icon-bold:before {
  content: "\f032";
}
.zen-icon-italic:before {
  content: "\f033";
}
.zen-icon-text-height:before {
  content: "\f034";
}
.zen-icon-text-width:before {
  content: "\f035";
}
.zen-icon-align-left:before {
  content: "\f036";
}
.zen-icon-align-center:before {
  content: "\f037";
}
.zen-icon-align-right:before {
  content: "\f038";
}
.zen-icon-align-justify:before {
  content: "\f039";
}
.zen-icon-list:before {
  content: "\f03a";
}
.zen-icon-dedent:before,
.zen-icon-outdent:before {
  content: "\f03b";
}
.zen-icon-indent:before {
  content: "\f03c";
}
.zen-icon-video-camera:before {
  content: "\f03d";
}
.zen-icon-photo:before,
.zen-icon-image:before,
.zen-icon-picture-o:before {
  content: "\f03e";
}
.zen-icon-pencil:before,
.icon-edit:before {
  content: "\f040";
}
.zen-icon-map-marker:before {
  content: "\f041";
}
.zen-icon-adjust:before {
  content: "\f042";
}
.zen-icon-tint:before {
  content: "\f043";
}
.zen-icon-edit:before,
.jmodedit .icon-edit:before,
.zen-icon-pencil-square-o:before {
  content: "\f044";
}
.zen-icon-share-square-o:before {
  content: "\f045";
}
.zen-icon-check-square-o:before {
  content: "\f046";
}
.zen-icon-arrows:before {
  content: "\f047";
}
.zen-icon-step-backward:before {
  content: "\f048";
}
.zen-icon-fast-backward:before {
  content: "\f049";
}
.zen-icon-backward:before {
  content: "\f04a";
}
.zen-icon-play:before {
  content: "\f04b";
}
.zen-icon-pause:before {
  content: "\f04c";
}
.zen-icon-stop:before {
  content: "\f04d";
}
.zen-icon-forward:before {
  content: "\f04e";
}
.zen-icon-fast-forward:before {
  content: "\f050";
}
.zen-icon-step-forward:before {
  content: "\f051";
}
.zen-icon-eject:before {
  content: "\f052";
}
.zen-icon-chevron-left:before {
  content: "\f053";
}
.zen-icon-chevron-right:before {
  content: "\f054";
}
.zen-icon-plus-circle:before {
  content: "\f055";
}
.zen-icon-minus-circle:before {
  content: "\f056";
}
.zen-icon-times-circle:before {
  content: "\f057";
}
.zen-icon-check-circle:before {
  content: "\f058";
}
.zen-icon-question-circle:before {
  content: "\f059";
}
.zen-icon-info-circle:before {
  content: "\f05a";
}
.zen-icon-crosshairs:before {
  content: "\f05b";
}
.zen-icon-times-circle-o:before {
  content: "\f05c";
}
.zen-icon-check-circle-o:before {
  content: "\f05d";
}
.zen-icon-ban:before {
  content: "\f05e";
}
.zen-icon-arrow-left:before {
  content: "\f060";
}
.zen-icon-arrow-right:before {
  content: "\f061";
}
.zen-icon-arrow-up:before {
  content: "\f062";
}
.zen-icon-arrow-down:before {
  content: "\f063";
}
.zen-icon-mail-forward:before,
.zen-icon-share:before {
  content: "\f064";
}
.zen-icon-expand:before {
  content: "\f065";
}
.zen-icon-compress:before {
  content: "\f066";
}
.zen-icon-plus:before {
  content: "\f067";
}
.zen-icon-minus:before {
  content: "\f068";
}
.zen-icon-asterisk:before {
  content: "\f069";
}
.zen-icon-exclamation-circle:before {
  content: "\f06a";
}
.zen-icon-gift:before {
  content: "\f06b";
}
.zen-icon-leaf:before {
  content: "\f06c";
}
.zen-icon-fire:before {
  content: "\f06d";
}
.zen-icon-eye:before {
  content: "\f06e";
}
.zen-icon-eye-slash:before {
  content: "\f070";
}
.zen-icon-warning:before,
.zen-icon-exclamation-triangle:before {
  content: "\f071";
}
.zen-icon-plane:before {
  content: "\f072";
}
.zen-icon-calendar:before,
.icon-calendar:before {
  content: "\f073";
}
.zen-icon-random:before {
  content: "\f074";
}
.zen-icon-comment:before {
  content: "\f075";
}
.zen-icon-magnet:before {
  content: "\f076";
}
.zen-icon-chevron-up:before {
  content: "\f077";
}
.zen-icon-chevron-down:before {
  content: "\f078";
}
.zen-icon-retweet:before {
  content: "\f079";
}
.zen-icon-shopping-cart:before {
  content: "\f07a";
}
.zen-icon-folder:before,
.icon-folder-2:before {
  content: "\f07b";
}
.zen-icon-folder-open:before {
  content: "\f07c";
}
.zen-icon-arrows-v:before {
  content: "\f07d";
}
.zen-icon-arrows-h:before {
  content: "\f07e";
}
.zen-icon-bar-chart-o:before,
.zen-icon-bar-chart:before {
  content: "\f080";
}
.zen-icon-twitter-square:before {
  content: "\f081";
}
.zen-icon-facebook-square:before {
  content: "\f082";
}
.zen-icon-camera-retro:before {
  content: "\f083";
}
.zen-icon-key:before {
  content: "\f084";
}
.zen-icon-gears:before,
.zen-icon-cogs:before {
  content: "\f085";
}
.zen-icon-comments:before {
  content: "\f086";
}
.zen-icon-thumbs-o-up:before {
  content: "\f087";
}
.zen-icon-thumbs-o-down:before {
  content: "\f088";
}
.zen-icon-star-half:before {
  content: "\f089";
}
.zen-icon-heart-o:before {
  content: "\f08a";
}
.zen-icon-sign-out:before {
  content: "\f08b";
}
.zen-icon-linkedin-square:before {
  content: "\f08c";
}
.zen-icon-thumb-tack:before {
  content: "\f08d";
}
.zen-icon-external-link:before {
  content: "\f08e";
}
.zen-icon-sign-in:before {
  content: "\f090";
}
.zen-icon-trophy:before {
  content: "\f091";
}
.zen-icon-github-square:before {
  content: "\f092";
}
.zen-icon-upload:before {
  content: "\f093";
}
.zen-icon-lemon-o:before {
  content: "\f094";
}
.zen-icon-phone:before {
  content: "\f095";
}
.zen-icon-square-o:before {
  content: "\f096";
}
.zen-icon-bookmark-o:before {
  content: "\f097";
}
.zen-icon-phone-square:before {
  content: "\f098";
}
.zen-icon-twitter:before {
  content: "\f099";
}
.zen-icon-facebook:before {
  content: "\f09a";
}
.zen-icon-github:before {
  content: "\f09b";
}
.zen-icon-unlock:before {
  content: "\f09c";
}
.zen-icon-credit-card:before {
  content: "\f09d";
}
.zen-icon-rss:before {
  content: "\f09e";
}
.zen-icon-hdd-o:before {
  content: "\f0a0";
}
.zen-icon-bullhorn:before {
  content: "\f0a1";
}
.zen-icon-bell:before {
  content: "\f0f3";
}
.zen-icon-certificate:before {
  content: "\f0a3";
}
.zen-icon-hand-o-right:before {
  content: "\f0a4";
}
.zen-icon-hand-o-left:before {
  content: "\f0a5";
}
.zen-icon-hand-o-up:before {
  content: "\f0a6";
}
.zen-icon-hand-o-down:before {
  content: "\f0a7";
}
.zen-icon-arrow-circle-left:before {
  content: "\f0a8";
}
.zen-icon-arrow-circle-right:before {
  content: "\f0a9";
}
.zen-icon-arrow-circle-up:before {
  content: "\f0aa";
}
.zen-icon-arrow-circle-down:before {
  content: "\f0ab";
}
.zen-icon-globe:before {
  content: "\f0ac";
}
.zen-icon-wrench:before {
  content: "\f0ad";
}
.zen-icon-tasks:before {
  content: "\f0ae";
}
.zen-icon-filter:before {
  content: "\f0b0";
}
.zen-icon-briefcase:before {
  content: "\f0b1";
}
.zen-icon-arrows-alt:before {
  content: "\f0b2";
}
.zen-icon-group:before,
.zen-icon-users:before {
  content: "\f0c0";
}
.zen-icon-chain:before,
.zen-icon-link:before {
  content: "\f0c1";
}
.zen-icon-cloud:before {
  content: "\f0c2";
}
.zen-icon-flask:before {
  content: "\f0c3";
}
.zen-icon-cut:before,
.zen-icon-scissors:before {
  content: "\f0c4";
}
.zen-icon-copy:before,
.zen-icon-files-o:before {
  content: "\f0c5";
}
.zen-icon-paperclip:before {
  content: "\f0c6";
}
.zen-icon-save:before,
.zen-icon-floppy-o:before {
  content: "\f0c7";
}
.zen-icon-square:before {
  content: "\f0c8";
}
.zen-icon-navicon:before,
.zen-icon-reorder:before,
.zen-icon-bars:before {
  content: "\f0c9";
}
.zen-icon-list-ul:before {
  content: "\f0ca";
}
.zen-icon-list-ol:before {
  content: "\f0cb";
}
.zen-icon-strikethrough:before {
  content: "\f0cc";
}
.zen-icon-underline:before {
  content: "\f0cd";
}
.zen-icon-table:before {
  content: "\f0ce";
}
.zen-icon-magic:before {
  content: "\f0d0";
}
.zen-icon-truck:before {
  content: "\f0d1";
}
.zen-icon-pinterest:before {
  content: "\f0d2";
}
.zen-icon-pinterest-square:before {
  content: "\f0d3";
}
.zen-icon-google-plus-square:before {
  content: "\f0d4";
}
.zen-icon-google-plus:before {
  content: "\f0d5";
}
.zen-icon-money:before {
  content: "\f0d6";
}
.zen-icon-caret-down:before {
  content: "\f0d7";
}
.zen-icon-caret-up:before {
  content: "\f0d8";
}
.zen-icon-caret-left:before {
  content: "\f0d9";
}
.zen-icon-caret-right:before {
  content: "\f0da";
}
.zen-icon-columns:before {
  content: "\f0db";
}
.zen-icon-unsorted:before,
.zen-icon-sort:before {
  content: "\f0dc";
}
.zen-icon-sort-down:before,
.zen-icon-sort-desc:before {
  content: "\f0dd";
}
.zen-icon-sort-up:before,
.zen-icon-sort-asc:before {
  content: "\f0de";
}
.zen-icon-envelope:before {
  content: "\f0e0";
}
.zen-icon-linkedin:before {
  content: "\f0e1";
}
.zen-icon-rotate-left:before,
.zen-icon-undo:before {
  content: "\f0e2";
}
.zen-icon-legal:before,
.zen-icon-gavel:before {
  content: "\f0e3";
}
.zen-icon-dashboard:before,
.zen-icon-tachometer:before {
  content: "\f0e4";
}
.zen-icon-comment-o:before {
  content: "\f0e5";
}
.zen-icon-comments-o:before {
  content: "\f0e6";
}
.zen-icon-flash:before,
.zen-icon-bolt:before {
  content: "\f0e7";
}
.zen-icon-sitemap:before {
  content: "\f0e8";
}
.zen-icon-umbrella:before {
  content: "\f0e9";
}
.zen-icon-paste:before,
.zen-icon-clipboard:before {
  content: "\f0ea";
}
.zen-icon-lightbulb-o:before {
  content: "\f0eb";
}
.zen-icon-exchange:before {
  content: "\f0ec";
}
.zen-icon-cloud-download:before {
  content: "\f0ed";
}
.zen-icon-cloud-upload:before {
  content: "\f0ee";
}
.zen-icon-user-md:before {
  content: "\f0f0";
}
.zen-icon-stethoscope:before {
  content: "\f0f1";
}
.zen-icon-suitcase:before {
  content: "\f0f2";
}
.zen-icon-bell-o:before {
  content: "\f0a2";
}
.zen-icon-coffee:before {
  content: "\f0f4";
}
.zen-icon-cutlery:before {
  content: "\f0f5";
}
.zen-icon-file-text-o:before {
  content: "\f0f6";
}
.zen-icon-building-o:before {
  content: "\f0f7";
}
.zen-icon-hospital-o:before {
  content: "\f0f8";
}
.zen-icon-ambulance:before {
  content: "\f0f9";
}
.zen-icon-medkit:before {
  content: "\f0fa";
}
.zen-icon-fighter-jet:before {
  content: "\f0fb";
}
.zen-icon-beer:before {
  content: "\f0fc";
}
.zen-icon-h-square:before {
  content: "\f0fd";
}
.zen-icon-plus-square:before {
  content: "\f0fe";
}
.zen-icon-angle-double-left:before {
  content: "\f100";
}
.zen-icon-angle-double-right:before {
  content: "\f101";
}
.zen-icon-angle-double-up:before {
  content: "\f102";
}
.zen-icon-angle-double-down:before {
  content: "\f103";
}
.zen-icon-angle-left:before {
  content: "\f104";
}
.zen-icon-angle-right:before {
  content: "\f105";
}
.zen-icon-angle-up:before {
  content: "\f106";
}
.zen-icon-angle-down:before {
  content: "\f107";
}
.zen-icon-desktop:before {
  content: "\f108";
}
.zen-icon-laptop:before {
  content: "\f109";
}
.zen-icon-tablet:before {
  content: "\f10a";
}
.zen-icon-mobile-phone:before,
.zen-icon-mobile:before {
  content: "\f10b";
}
.zen-icon-circle-o:before {
  content: "\f10c";
}
.zen-icon-quote-left:before {
  content: "\f10d";
}
.zen-icon-quote-right:before {
  content: "\f10e";
}
.zen-icon-spinner:before {
  content: "\f110";
}
.zen-icon-circle:before {
  content: "\f111";
}
.zen-icon-mail-reply:before,
.zen-icon-reply:before {
  content: "\f112";
}
.zen-icon-github-alt:before {
  content: "\f113";
}
.zen-icon-folder-o:before {
  content: "\f114";
}
.zen-icon-folder-open-o:before {
  content: "\f115";
}
.zen-icon-smile-o:before {
  content: "\f118";
}
.zen-icon-frown-o:before {
  content: "\f119";
}
.zen-icon-meh-o:before {
  content: "\f11a";
}
.zen-icon-gamepad:before {
  content: "\f11b";
}
.zen-icon-keyboard-o:before {
  content: "\f11c";
}
.zen-icon-flag-o:before {
  content: "\f11d";
}
.zen-icon-flag-checkered:before {
  content: "\f11e";
}
.zen-icon-terminal:before {
  content: "\f120";
}
.zen-icon-code:before {
  content: "\f121";
}
.zen-icon-mail-reply-all:before,
.zen-icon-reply-all:before {
  content: "\f122";
}
.zen-icon-star-half-empty:before,
.zen-icon-star-half-full:before,
.zen-icon-star-half-o:before {
  content: "\f123";
}
.zen-icon-location-arrow:before {
  content: "\f124";
}
.zen-icon-crop:before {
  content: "\f125";
}
.zen-icon-code-fork:before {
  content: "\f126";
}
.zen-icon-unlink:before,
.zen-icon-chain-broken:before {
  content: "\f127";
}
.zen-icon-question:before {
  content: "\f128";
}
.zen-icon-info:before {
  content: "\f129";
}
.zen-icon-exclamation:before {
  content: "\f12a";
}
.zen-icon-superscript:before {
  content: "\f12b";
}
.zen-icon-subscript:before {
  content: "\f12c";
}
.zen-icon-eraser:before {
  content: "\f12d";
}
.zen-icon-puzzle-piece:before {
  content: "\f12e";
}
.zen-icon-microphone:before {
  content: "\f130";
}
.zen-icon-microphone-slash:before {
  content: "\f131";
}
.zen-icon-shield:before {
  content: "\f132";
}
.zen-icon-calendar-o:before {
  content: "\f133";
}
.zen-icon-fire-extinguisher:before {
  content: "\f134";
}
.zen-icon-rocket:before {
  content: "\f135";
}
.zen-icon-maxcdn:before {
  content: "\f136";
}
.zen-icon-chevron-circle-left:before {
  content: "\f137";
}
.zen-icon-chevron-circle-right:before {
  content: "\f138";
}
.zen-icon-chevron-circle-up:before {
  content: "\f139";
}
.zen-icon-chevron-circle-down:before {
  content: "\f13a";
}
.zen-icon-html5:before {
  content: "\f13b";
}
.zen-icon-css3:before {
  content: "\f13c";
}
.zen-icon-anchor:before {
  content: "\f13d";
}
.zen-icon-unlock-alt:before {
  content: "\f13e";
}
.zen-icon-bullseye:before {
  content: "\f140";
}
.zen-icon-ellipsis-h:before {
  content: "\f141";
}
.zen-icon-ellipsis-v:before {
  content: "\f142";
}
.zen-icon-rss-square:before {
  content: "\f143";
}
.zen-icon-play-circle:before {
  content: "\f144";
}
.zen-icon-ticket:before {
  content: "\f145";
}
.zen-icon-minus-square:before {
  content: "\f146";
}
.zen-icon-minus-square-o:before {
  content: "\f147";
}
.zen-icon-level-up:before {
  content: "\f148";
}
.zen-icon-level-down:before {
  content: "\f149";
}
.zen-icon-check-square:before {
  content: "\f14a";
}
.zen-icon-pencil-square:before {
  content: "\f14b";
}
.zen-icon-external-link-square:before {
  content: "\f14c";
}
.zen-icon-share-square:before {
  content: "\f14d";
}
.zen-icon-compass:before {
  content: "\f14e";
}
.zen-icon-toggle-down:before,
.zen-icon-caret-square-o-down:before {
  content: "\f150";
}
.zen-icon-toggle-up:before,
.zen-icon-caret-square-o-up:before {
  content: "\f151";
}
.zen-icon-toggle-right:before,
.zen-icon-caret-square-o-right:before {
  content: "\f152";
}
.zen-icon-euro:before,
.zen-icon-eur:before {
  content: "\f153";
}
.zen-icon-gbp:before {
  content: "\f154";
}
.zen-icon-dollar:before,
.zen-icon-usd:before {
  content: "\f155";
}
.zen-icon-rupee:before,
.zen-icon-inr:before {
  content: "\f156";
}
.zen-icon-cny:before,
.zen-icon-rmb:before,
.zen-icon-yen:before,
.zen-icon-jpy:before {
  content: "\f157";
}
.zen-icon-ruble:before,
.zen-icon-rouble:before,
.zen-icon-rub:before {
  content: "\f158";
}
.zen-icon-won:before,
.zen-icon-krw:before {
  content: "\f159";
}
.zen-icon-bitcoin:before,
.zen-icon-btc:before {
  content: "\f15a";
}
.zen-icon-file:before {
  content: "\f15b";
}
.zen-icon-file-text:before {
  content: "\f15c";
}
.zen-icon-sort-alpha-asc:before {
  content: "\f15d";
}
.zen-icon-sort-alpha-desc:before {
  content: "\f15e";
}
.zen-icon-sort-amount-asc:before {
  content: "\f160";
}
.zen-icon-sort-amount-desc:before {
  content: "\f161";
}
.zen-icon-sort-numeric-asc:before {
  content: "\f162";
}
.zen-icon-sort-numeric-desc:before {
  content: "\f163";
}
.zen-icon-thumbs-up:before {
  content: "\f164";
}
.zen-icon-thumbs-down:before {
  content: "\f165";
}
.zen-icon-youtube-square:before {
  content: "\f166";
}
.zen-icon-youtube:before {
  content: "\f167";
}
.zen-icon-xing:before {
  content: "\f168";
}
.zen-icon-xing-square:before {
  content: "\f169";
}
.zen-icon-youtube-play:before {
  content: "\f16a";
}
.zen-icon-dropbox:before {
  content: "\f16b";
}
.zen-icon-stack-overflow:before {
  content: "\f16c";
}
.zen-icon-instagram:before {
  content: "\f16d";
}
.zen-icon-flickr:before {
  content: "\f16e";
}
.zen-icon-adn:before {
  content: "\f170";
}
.zen-icon-bitbucket:before {
  content: "\f171";
}
.zen-icon-bitbucket-square:before {
  content: "\f172";
}
.zen-icon-tumblr:before {
  content: "\f173";
}
.zen-icon-tumblr-square:before {
  content: "\f174";
}
.zen-icon-long-arrow-down:before {
  content: "\f175";
}
.zen-icon-long-arrow-up:before {
  content: "\f176";
}
.zen-icon-long-arrow-left:before {
  content: "\f177";
}
.zen-icon-long-arrow-right:before {
  content: "\f178";
}
.zen-icon-apple:before {
  content: "\f179";
}
.zen-icon-windows:before {
  content: "\f17a";
}
.zen-icon-android:before {
  content: "\f17b";
}
.zen-icon-linux:before {
  content: "\f17c";
}
.zen-icon-dribbble:before {
  content: "\f17d";
}
.zen-icon-skype:before {
  content: "\f17e";
}
.zen-icon-foursquare:before {
  content: "\f180";
}
.zen-icon-trello:before {
  content: "\f181";
}
.zen-icon-female:before {
  content: "\f182";
}
.zen-icon-male:before {
  content: "\f183";
}
.zen-icon-gittip:before {
  content: "\f184";
}
.zen-icon-sun-o:before {
  content: "\f185";
}
.zen-icon-moon-o:before {
  content: "\f186";
}
.zen-icon-archive:before {
  content: "\f187";
}
.zen-icon-bug:before {
  content: "\f188";
}
.zen-icon-vk:before {
  content: "\f189";
}
.zen-icon-weibo:before {
  content: "\f18a";
}
.zen-icon-renren:before {
  content: "\f18b";
}
.zen-icon-pagelines:before {
  content: "\f18c";
}
.zen-icon-stack-exchange:before {
  content: "\f18d";
}
.zen-icon-arrow-circle-o-right:before {
  content: "\f18e";
}
.zen-icon-arrow-circle-o-left:before {
  content: "\f190";
}
.zen-icon-toggle-left:before,
.zen-icon-caret-square-o-left:before {
  content: "\f191";
}
.zen-icon-dot-circle-o:before {
  content: "\f192";
}
.zen-icon-wheelchair:before {
  content: "\f193";
}
.zen-icon-vimeo-square:before {
  content: "\f194";
}
.zen-icon-turkish-lira:before,
.zen-icon-try:before {
  content: "\f195";
}
.zen-icon-plus-square-o:before {
  content: "\f196";
}
.zen-icon-space-shuttle:before {
  content: "\f197";
}
.zen-icon-slack:before {
  content: "\f198";
}
.zen-icon-envelope-square:before {
  content: "\f199";
}
.zen-icon-wordpress:before {
  content: "\f19a";
}
.zen-icon-openid:before {
  content: "\f19b";
}
.zen-icon-institution:before,
.zen-icon-bank:before,
.zen-icon-university:before {
  content: "\f19c";
}
.zen-icon-mortar-board:before,
.zen-icon-graduation-cap:before {
  content: "\f19d";
}
.zen-icon-yahoo:before {
  content: "\f19e";
}
.zen-icon-google:before {
  content: "\f1a0";
}
.zen-icon-reddit:before {
  content: "\f1a1";
}
.zen-icon-reddit-square:before {
  content: "\f1a2";
}
.zen-icon-stumbleupon-circle:before {
  content: "\f1a3";
}
.zen-icon-stumbleupon:before {
  content: "\f1a4";
}
.zen-icon-delicious:before {
  content: "\f1a5";
}
.zen-icon-digg:before {
  content: "\f1a6";
}
.zen-icon-pied-piper:before {
  content: "\f1a7";
}
.zen-icon-pied-piper-alt:before {
  content: "\f1a8";
}
.zen-icon-drupal:before {
  content: "\f1a9";
}
.zen-icon-joomla:before {
  content: "\f1aa";
}
.zen-icon-language:before {
  content: "\f1ab";
}
.zen-icon-fax:before {
  content: "\f1ac";
}
.zen-icon-building:before {
  content: "\f1ad";
}
.zen-icon-child:before {
  content: "\f1ae";
}
.zen-icon-paw:before {
  content: "\f1b0";
}
.zen-icon-spoon:before {
  content: "\f1b1";
}
.zen-icon-cube:before {
  content: "\f1b2";
}
.zen-icon-cubes:before {
  content: "\f1b3";
}
.zen-icon-behance:before {
  content: "\f1b4";
}
.zen-icon-behance-square:before {
  content: "\f1b5";
}
.zen-icon-steam:before {
  content: "\f1b6";
}
.zen-icon-steam-square:before {
  content: "\f1b7";
}
.zen-icon-recycle:before {
  content: "\f1b8";
}
.zen-icon-automobile:before,
.zen-icon-car:before {
  content: "\f1b9";
}
.zen-icon-cab:before,
.zen-icon-taxi:before {
  content: "\f1ba";
}
.zen-icon-tree:before {
  content: "\f1bb";
}
.zen-icon-spotify:before {
  content: "\f1bc";
}
.zen-icon-deviantart:before {
  content: "\f1bd";
}
.zen-icon-soundcloud:before {
  content: "\f1be";
}
.zen-icon-database:before {
  content: "\f1c0";
}
.zen-icon-file-pdf-o:before {
  content: "\f1c1";
}
.zen-icon-file-word-o:before {
  content: "\f1c2";
}
.zen-icon-file-excel-o:before {
  content: "\f1c3";
}
.zen-icon-file-powerpoint-o:before {
  content: "\f1c4";
}
.zen-icon-file-photo-o:before,
.zen-icon-file-picture-o:before,
.zen-icon-file-image-o:before {
  content: "\f1c5";
}
.zen-icon-file-zip-o:before,
.zen-icon-file-archive-o:before {
  content: "\f1c6";
}
.zen-icon-file-sound-o:before,
.zen-icon-file-audio-o:before {
  content: "\f1c7";
}
.zen-icon-file-movie-o:before,
.zen-icon-file-video-o:before {
  content: "\f1c8";
}
.zen-icon-file-code-o:before {
  content: "\f1c9";
}
.zen-icon-vine:before {
  content: "\f1ca";
}
.zen-icon-codepen:before {
  content: "\f1cb";
}
.zen-icon-jsfiddle:before {
  content: "\f1cc";
}
.zen-icon-life-bouy:before,
.zen-icon-life-buoy:before,
.zen-icon-life-saver:before,
.zen-icon-support:before,
.zen-icon-life-ring:before {
  content: "\f1cd";
}
.zen-icon-circle-o-notch:before {
  content: "\f1ce";
}
.zen-icon-ra:before,
.zen-icon-rebel:before {
  content: "\f1d0";
}
.zen-icon-ge:before,
.zen-icon-empire:before {
  content: "\f1d1";
}
.zen-icon-git-square:before {
  content: "\f1d2";
}
.zen-icon-git:before {
  content: "\f1d3";
}
.zen-icon-hacker-news:before {
  content: "\f1d4";
}
.zen-icon-tencent-weibo:before {
  content: "\f1d5";
}
.zen-icon-qq:before {
  content: "\f1d6";
}
.zen-icon-wechat:before,
.zen-icon-weixin:before {
  content: "\f1d7";
}
.zen-icon-send:before,
.zen-icon-paper-plane:before {
  content: "\f1d8";
}
.zen-icon-send-o:before,
.zen-icon-paper-plane-o:before {
  content: "\f1d9";
}
.zen-icon-history:before {
  content: "\f1da";
}
.zen-icon-circle-thin:before {
  content: "\f1db";
}
.zen-icon-header:before {
  content: "\f1dc";
}
.zen-icon-paragraph:before {
  content: "\f1dd";
}
.zen-icon-sliders:before {
  content: "\f1de";
}
.zen-icon-share-alt:before {
  content: "\f1e0";
}
.zen-icon-share-alt-square:before {
  content: "\f1e1";
}
.zen-icon-bomb:before {
  content: "\f1e2";
}
.zen-icon-soccer-ball-o:before,
.zen-icon-futbol-o:before {
  content: "\f1e3";
}
.zen-icon-tty:before {
  content: "\f1e4";
}
.zen-icon-binoculars:before {
  content: "\f1e5";
}
.zen-icon-plug:before {
  content: "\f1e6";
}
.zen-icon-slideshare:before {
  content: "\f1e7";
}
.zen-icon-twitch:before {
  content: "\f1e8";
}
.zen-icon-yelp:before {
  content: "\f1e9";
}
.zen-icon-newspaper-o:before {
  content: "\f1ea";
}
.zen-icon-wifi:before {
  content: "\f1eb";
}
.zen-icon-calculator:before {
  content: "\f1ec";
}
.zen-icon-paypal:before {
  content: "\f1ed";
}
.zen-icon-google-wallet:before {
  content: "\f1ee";
}
.zen-icon-cc-visa:before {
  content: "\f1f0";
}
.zen-icon-cc-mastercard:before {
  content: "\f1f1";
}
.zen-icon-cc-discover:before {
  content: "\f1f2";
}
.zen-icon-cc-amex:before {
  content: "\f1f3";
}
.zen-icon-cc-paypal:before {
  content: "\f1f4";
}
.zen-icon-cc-stripe:before {
  content: "\f1f5";
}
.zen-icon-bell-slash:before {
  content: "\f1f6";
}
.zen-icon-bell-slash-o:before {
  content: "\f1f7";
}
.zen-icon-trash:before {
  content: "\f1f8";
}
.zen-icon-copyright:before {
  content: "\f1f9";
}
.zen-icon-at:before {
  content: "\f1fa";
}
.zen-icon-eyedropper:before {
  content: "\f1fb";
}
.zen-icon-paint-brush:before {
  content: "\f1fc";
}
.zen-icon-birthday-cake:before {
  content: "\f1fd";
}
.zen-icon-area-chart:before {
  content: "\f1fe";
}
.zen-icon-pie-chart:before {
  content: "\f200";
}
.zen-icon-line-chart:before {
  content: "\f201";
}
.zen-icon-lastfm:before {
  content: "\f202";
}
.zen-icon-lastfm-square:before {
  content: "\f203";
}
.zen-icon-toggle-off:before {
  content: "\f204";
}
.zen-icon-toggle-on:before {
  content: "\f205";
}
.zen-icon-bicycle:before {
  content: "\f206";
}
.zen-icon-bus:before {
  content: "\f207";
}
.zen-icon-ioxhost:before {
  content: "\f208";
}
.zen-icon-angellist:before {
  content: "\f209";
}
.zen-icon-cc:before {
  content: "\f20a";
}
.zen-icon-shekel:before,
.zen-icon-sheqel:before,
.zen-icon-ils:before {
  content: "\f20b";
}
.zen-icon-meanpath:before {
  content: "\f20c";
}
/** 
 *------------------------------------------------------------------------------
 * @package       Zen Grid Framework 
 *------------------------------------------------------------------------------
 * @copyright     Copyright (C) 2006-2014 Joomlabamboo.com. All Rights Reserved.
 * @license       GNU General Public License version 2 or later; 
 * @Link:         http://www.joomlabamboo.com
 *------------------------------------------------------------------------------
 */
/* joomla 3.x 400px */
/** 
 *------------------------------------------------------------------------------
 * @package       Zen Grid Framework 1.3.3
 *------------------------------------------------------------------------------
 * @copyright   Copyright (C) Joomlabamboo, August 30 2015
 * @license     http://www.gnu.org/licenses/gpl.html GNU General Public License version 2 or later; 
 * @Link:       http://www.joomlabamboo.com
 * @packaged: 	August 30 2015
 *------------------------------------------------------------------------------
 */
/** 
 *------------------------------------------------------------------------------
 * @package       Zen Grid Framework 1.3.3
 *------------------------------------------------------------------------------
 * @copyright   Copyright (C) Joomlabamboo, August 30 2015
 * @license     http://www.gnu.org/licenses/gpl.html GNU General Public License version 2 or later; 
 * @Link:       http://www.joomlabamboo.com
 * @packaged: 	August 30 2015
 *------------------------------------------------------------------------------
 */
/** 
 *------------------------------------------------------------------------------
 * @package       Zen Grid Framework 1.3.3
 *------------------------------------------------------------------------------
 * @copyright   Copyright (C) Joomlabamboo, August 30 2015
 * @license     http://www.gnu.org/licenses/gpl.html GNU General Public License version 2 or later; 
 * @Link:       http://www.joomlabamboo.com
 * @packaged: 	August 30 2015
 *------------------------------------------------------------------------------
 */
/** 
 *------------------------------------------------------------------------------
 * @package       Zen Grid Framework 1.3.3
 *------------------------------------------------------------------------------
 * @copyright   Copyright (C) Joomlabamboo, August 30 2015
 * @license     http://www.gnu.org/licenses/gpl.html GNU General Public License version 2 or later; 
 * @Link:       http://www.joomlabamboo.com
 * @packaged: 	August 30 2015
 *------------------------------------------------------------------------------
 */
/** 
 *------------------------------------------------------------------------------
 * @package       Zen Grid Framework 1.3.3
 *------------------------------------------------------------------------------
 * @copyright   Copyright (C) Joomlabamboo, August 30 2015
 * @license     http://www.gnu.org/licenses/gpl.html GNU General Public License version 2 or later; 
 * @Link:       http://www.joomlabamboo.com
 * @packaged: 	August 30 2015
 *------------------------------------------------------------------------------
 */
/** 
 *------------------------------------------------------------------------------
 * @package       Zen Grid Framework 1.3.3
 *------------------------------------------------------------------------------
 * @copyright   Copyright (C) Joomlabamboo, August 30 2015
 * @license     http://www.gnu.org/licenses/gpl.html GNU General Public License version 2 or later; 
 * @Link:       http://www.joomlabamboo.com
 * @packaged: 	August 30 2015
 *------------------------------------------------------------------------------
 */
/** 
 *------------------------------------------------------------------------------
 * @package       Zen Grid Framework 1.3.3
 *------------------------------------------------------------------------------
 * @copyright   Copyright (C) Joomlabamboo, August 30 2015
 * @license     http://www.gnu.org/licenses/gpl.html GNU General Public License version 2 or later; 
 * @Link:       http://www.joomlabamboo.com
 * @packaged: 	August 30 2015
 *------------------------------------------------------------------------------
 */
/** 
 *------------------------------------------------------------------------------
 * @package       Zen Grid Framework 1.3.3
 *------------------------------------------------------------------------------
 * @copyright   Copyright (C) Joomlabamboo, August 30 2015
 * @license     http://www.gnu.org/licenses/gpl.html GNU General Public License version 2 or later; 
 * @Link:       http://www.joomlabamboo.com
 * @packaged: 	August 30 2015
 *------------------------------------------------------------------------------
 */
/** 
 *------------------------------------------------------------------------------
 * @package       Zen Grid Framework 1.3.3
 *------------------------------------------------------------------------------
 * @copyright   Copyright (C) Joomlabamboo, August 30 2015
 * @license     http://www.gnu.org/licenses/gpl.html GNU General Public License version 2 or later; 
 * @Link:       http://www.joomlabamboo.com
 * @packaged: 	August 30 2015
 *------------------------------------------------------------------------------
 */
/** 
 *------------------------------------------------------------------------------
 * @package       Zen Grid Framework 1.3.3
 *------------------------------------------------------------------------------
 * @copyright   Copyright (C) Joomlabamboo, August 30 2015
 * @license     http://www.gnu.org/licenses/gpl.html GNU General Public License version 2 or later; 
 * @Link:       http://www.joomlabamboo.com
 * @packaged: 	August 30 2015
 *------------------------------------------------------------------------------
 */
/** 
 *------------------------------------------------------------------------------
 * @package       Zen Grid Framework 1.3.3
 *------------------------------------------------------------------------------
 * @copyright   Copyright (C) Joomlabamboo, August 30 2015
 * @license     http://www.gnu.org/licenses/gpl.html GNU General Public License version 2 or later; 
 * @Link:       http://www.joomlabamboo.com
 * @packaged: 	August 30 2015
 *------------------------------------------------------------------------------
 */
/** 
 *------------------------------------------------------------------------------
 * @package       Zen Grid Framework 1.3.3
 *------------------------------------------------------------------------------
 * @copyright   Copyright (C) Joomlabamboo, August 30 2015
 * @license     http://www.gnu.org/licenses/gpl.html GNU General Public License version 2 or later; 
 * @Link:       http://www.joomlabamboo.com
 * @packaged: 	August 30 2015
 *------------------------------------------------------------------------------
 */
/** 
 *------------------------------------------------------------------------------
 * @package       Zen Grid Framework 1.3.3
 *------------------------------------------------------------------------------
 * @copyright   Copyright (C) Joomlabamboo, August 30 2015
 * @license     http://www.gnu.org/licenses/gpl.html GNU General Public License version 2 or later; 
 * @Link:       http://www.joomlabamboo.com
 * @packaged: 	August 30 2015
 *------------------------------------------------------------------------------
 */
/** 
 *------------------------------------------------------------------------------
 * @package       Zen Grid Framework 1.3.3
 *------------------------------------------------------------------------------
 * @copyright   Copyright (C) Joomlabamboo, August 30 2015
 * @license     http://www.gnu.org/licenses/gpl.html GNU General Public License version 2 or later; 
 * @Link:       http://www.joomlabamboo.com
 * @packaged: 	August 30 2015
 *------------------------------------------------------------------------------
 */
/** 
 *------------------------------------------------------------------------------
 * @package       Zen Grid Framework 1.3.3
 *------------------------------------------------------------------------------
 * @copyright   Copyright (C) Joomlabamboo, August 30 2015
 * @license     http://www.gnu.org/licenses/gpl.html GNU General Public License version 2 or later; 
 * @Link:       http://www.joomlabamboo.com
 * @packaged: 	August 30 2015
 *------------------------------------------------------------------------------
 */
/** 
 *------------------------------------------------------------------------------
 * @package       Zen Grid Framework 
 *------------------------------------------------------------------------------
 * @copyright     Copyright (C) 2006-2014 Joomlabamboo.com. All Rights Reserved.
 * @license       GNU General Public License version 2 or later; 
 * @Link:         http://www.joomlabamboo.com
 *------------------------------------------------------------------------------
 */
/** 
 *------------------------------------------------------------------------------
 * @package       Zen Grid Framework 1.3.3
 *------------------------------------------------------------------------------
 * @copyright   Copyright (C) Joomlabamboo, August 30 2015
 * @license     http://www.gnu.org/licenses/gpl.html GNU General Public License version 2 or later; 
 * @Link:       http://www.joomlabamboo.com
 * @packaged: 	August 30 2015
 *------------------------------------------------------------------------------
 */
/** 
 *------------------------------------------------------------------------------
 * @package       Zen Grid Framework 1.3.3
 *------------------------------------------------------------------------------
 * @copyright   Copyright (C) Joomlabamboo, August 30 2015
 * @license     http://www.gnu.org/licenses/gpl.html GNU General Public License version 2 or later; 
 * @Link:       http://www.joomlabamboo.com
 * @packaged: 	August 30 2015
 *------------------------------------------------------------------------------
 */
/** 
 *------------------------------------------------------------------------------
 * @package       Zen Grid Framework 1.3.3
 *------------------------------------------------------------------------------
 * @copyright   Copyright (C) Joomlabamboo, August 30 2015
 * @license     http://www.gnu.org/licenses/gpl.html GNU General Public License version 2 or later; 
 * @Link:       http://www.joomlabamboo.com
 * @packaged: 	August 30 2015
 *------------------------------------------------------------------------------
 */
/** 
 *------------------------------------------------------------------------------
 * @package       Zen Grid Framework 1.3.3
 *------------------------------------------------------------------------------
 * @copyright   Copyright (C) Joomlabamboo, August 30 2015
 * @license     http://www.gnu.org/licenses/gpl.html GNU General Public License version 2 or later; 
 * @Link:       http://www.joomlabamboo.com
 * @packaged: 	August 30 2015
 *------------------------------------------------------------------------------
 */
/** 
 *------------------------------------------------------------------------------
 * @package       Zen Grid Framework 1.3.3
 *------------------------------------------------------------------------------
 * @copyright   Copyright (C) Joomlabamboo, August 30 2015
 * @license     http://www.gnu.org/licenses/gpl.html GNU General Public License version 2 or later; 
 * @Link:       http://www.joomlabamboo.com
 * @packaged: 	August 30 2015
 *------------------------------------------------------------------------------
 */
/** 
 *------------------------------------------------------------------------------
 * @package       Zen Grid Framework 1.3.3
 *------------------------------------------------------------------------------
 * @copyright   Copyright (C) Joomlabamboo, August 30 2015
 * @license     http://www.gnu.org/licenses/gpl.html GNU General Public License version 2 or later; 
 * @Link:       http://www.joomlabamboo.com
 * @packaged: 	August 30 2015
 *------------------------------------------------------------------------------
 */
/** 
 *------------------------------------------------------------------------------
 * @package       Zen Grid Framework 1.3.3
 *------------------------------------------------------------------------------
 * @copyright   Copyright (C) Joomlabamboo, August 30 2015
 * @license     http://www.gnu.org/licenses/gpl.html GNU General Public License version 2 or later; 
 * @Link:       http://www.joomlabamboo.com
 * @packaged: 	August 30 2015
 *------------------------------------------------------------------------------
 */
/** 
 *------------------------------------------------------------------------------
 * @package       Zen Grid Framework 1.3.3
 *------------------------------------------------------------------------------
 * @copyright   Copyright (C) Joomlabamboo, August 30 2015
 * @license     http://www.gnu.org/licenses/gpl.html GNU General Public License version 2 or later; 
 * @Link:       http://www.joomlabamboo.com
 * @packaged: 	August 30 2015
 *------------------------------------------------------------------------------
 */
/** 
 *------------------------------------------------------------------------------
 * @package       Zen Grid Framework 1.3.3
 *------------------------------------------------------------------------------
 * @copyright   Copyright (C) Joomlabamboo, August 30 2015
 * @license     http://www.gnu.org/licenses/gpl.html GNU General Public License version 2 or later; 
 * @Link:       http://www.joomlabamboo.com
 * @packaged: 	August 30 2015
 *------------------------------------------------------------------------------
 */
/** 
 *------------------------------------------------------------------------------
 * @package       Zen Grid Framework 1.3.3
 *------------------------------------------------------------------------------
 * @copyright   Copyright (C) Joomlabamboo, August 30 2015
 * @license     http://www.gnu.org/licenses/gpl.html GNU General Public License version 2 or later; 
 * @Link:       http://www.joomlabamboo.com
 * @packaged: 	August 30 2015
 *------------------------------------------------------------------------------
 */
/** 
 *------------------------------------------------------------------------------
 * @package       Zen Grid Framework 1.3.3
 *------------------------------------------------------------------------------
 * @copyright   Copyright (C) Joomlabamboo, August 30 2015
 * @license     http://www.gnu.org/licenses/gpl.html GNU General Public License version 2 or later; 
 * @Link:       http://www.joomlabamboo.com
 * @packaged: 	August 30 2015
 *------------------------------------------------------------------------------
 */
/** 
 *------------------------------------------------------------------------------
 * @package       Zen Grid Framework 1.3.3
 *------------------------------------------------------------------------------
 * @copyright   Copyright (C) Joomlabamboo, August 30 2015
 * @license     http://www.gnu.org/licenses/gpl.html GNU General Public License version 2 or later; 
 * @Link:       http://www.joomlabamboo.com
 * @packaged: 	August 30 2015
 *------------------------------------------------------------------------------
 */
/** 
 *------------------------------------------------------------------------------
 * @package       Zen Grid Framework 1.3.3
 *------------------------------------------------------------------------------
 * @copyright   Copyright (C) Joomlabamboo, August 30 2015
 * @license     http://www.gnu.org/licenses/gpl.html GNU General Public License version 2 or later; 
 * @Link:       http://www.joomlabamboo.com
 * @packaged: 	August 30 2015
 *------------------------------------------------------------------------------
 */
/** 
 *------------------------------------------------------------------------------
 * @package       Zen Grid Framework 1.3.3
 *------------------------------------------------------------------------------
 * @copyright   Copyright (C) Joomlabamboo, August 30 2015
 * @license     http://www.gnu.org/licenses/gpl.html GNU General Public License version 2 or later; 
 * @Link:       http://www.joomlabamboo.com
 * @packaged: 	August 30 2015
 *------------------------------------------------------------------------------
 */
/** 
 *------------------------------------------------------------------------------
 * @package       Zen Grid Framework 1.3.3
 *------------------------------------------------------------------------------
 * @copyright   Copyright (C) Joomlabamboo, August 30 2015
 * @license     http://www.gnu.org/licenses/gpl.html GNU General Public License version 2 or later; 
 * @Link:       http://www.joomlabamboo.com
 * @packaged: 	August 30 2015
 *------------------------------------------------------------------------------
 */
/** 
 *------------------------------------------------------------------------------
 * @package       Zen Grid Framework 1.3.3
 *------------------------------------------------------------------------------
 * @copyright   Copyright (C) Joomlabamboo, August 30 2015
 * @license     http://www.gnu.org/licenses/gpl.html GNU General Public License version 2 or later; 
 * @Link:       http://www.joomlabamboo.com
 * @packaged: 	August 30 2015
 *------------------------------------------------------------------------------
 */
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  width: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/** 
 *------------------------------------------------------------------------------
 * @package       Zen Grid Framework 1.3.3
 *------------------------------------------------------------------------------
 * @copyright   Copyright (C) Joomlabamboo, August 30 2015
 * @license     http://www.gnu.org/licenses/gpl.html GNU General Public License version 2 or later; 
 * @Link:       http://www.joomlabamboo.com
 * @packaged: 	August 30 2015
 *------------------------------------------------------------------------------
 */
/* Reset the margin on menu items - Not really sure why this is necessary */
ul,
menu,
dir,
ol {
  padding-left: 0;
  -webkit-margin-before: 0em;
  -webkit-margin-after: 0em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  -webkit-padding-start: 0px;
}
div,
ul,
li {
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
}
.span12 {
  margin: 0 !important;
}
.hidden {
  display: none !important;
}
/* Reset DD things in Joomla */
dd {
  padding: 0;
  margin: 0;
}
/* Indent on ul */
ul,
ol {
  margin-left: 16px;
}
fieldset {
  min-width: 0;
}
/* Sidebar margin ul reset */
.items-more ol {
  margin-left: 0;
  padding: 0;
}
/* Dont like Hr styling */
hr {
  border: 0;
}
/* Puts default margin on content items */
article {
  margin: 0;
  padding: 0;
}
* {
  box-sizing: border-box;
}
.btn-group a {
  margin-right: 8px;
}
.btn-group > .dropdown-toggle,
.btn-group > .btn:first-child,
.btn-group > .btn:last-child {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#system-message {
  margin: 0 !important;
}
legend {
  margin: 0;
}
iframe {
  max-width: 100%;
}
figure {
  margin: 0;
}
/** 
 *------------------------------------------------------------------------------
 * @package       Zen Grid Framework Xero - 1.3.1 | ZGF v4 1.3.2
 *------------------------------------------------------------------------------
 * @copyright   Copyright (C) Joomlabamboo, May 19 2015
 * @license     http://www.gnu.org/licenses/gpl.html GNU General Public License version 2 or later; 
 * @Link:       http://www.joomlabamboo.com
 * @packaged: 	May 19 2015
 *------------------------------------------------------------------------------
 */
.alert {
  padding: 20px;
  margin-bottom: 13px;
  border: 1px solid transparent;
  border-radius: 0;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert .close {
  float: right;
  background: #d9edf7;
  border: 0;
  padding: 4px;
  color: #5bb1dc;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #356635;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #356635;
}
.alert-info,
.alert-block,
.alert-message {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
}
.alert-info hr,
.alert-block hr,
.alert-message hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link,
.alert-block .alert-link,
.alert-message .alert-link {
  color: #2d6987;
}
.alert-info hr,
.alert-block hr,
.alert-message hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link,
.alert-block .alert-link,
.alert-message .alert-link {
  color: #2d6987;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #c09853;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #a47e3c;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #a47e3c;
}
.alert-warning .close {
  background: #f7ecb5;
  color: #caad16;
}
.alert-danger,
.alert-error {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #b94a48;
}
.alert-danger hr,
.alert-error hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link,
.alert-error .alert-link {
  color: #953b39;
}
.alert-danger hr,
.alert-error hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link,
.alert-error .alert-link {
  color: #953b39;
}
.alert-danger .close,
.alert-error .close {
  background: #e4b9b9;
  color: #963b3b;
}
.jmodedit {
  background: none !important;
  border: 0 !important;
  padding: 0;
}
.jmodedit .icon-edit {
  padding: 0px !important;
  display: inline-block;
  border-radius: 2px;
  color: #fff;
  border: 0 !important;
}
.jmodedit .icon-edit:before {
  float: left;
  background: #644d52;
  border-radius: 2px;
  /* IE7 inline-block hack */
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  padding: 4px 12px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #333333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *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 #cccccc;
  *border: 0;
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  *margin-left: .3em;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  -moz-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);
  color: #ffffff;
  background: #a49a87;
  border: 1px solid #8d816b;
  padding: 10px;
  border-radius: 0;
  box-shadow: none;
  text-shadow: none;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  background-clip: border-box;
  border-radius: 0 !important;
  border: 2px solid #e2e2e2 !important;
  border-radius: 2px !important;
  margin: -4px 0 0 0;
}
.jmodedit .icon-edit:before:hover,
.jmodedit .icon-edit:before:focus,
.jmodedit .icon-edit:before:active,
.jmodedit .icon-edit:before.active,
.jmodedit .icon-edit:before.disabled,
.jmodedit .icon-edit:before[disabled] {
  color: #333333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}
.jmodedit .icon-edit:before:active,
.jmodedit .icon-edit:before.active {
  background-color: #cccccc \9;
}
.jmodedit .icon-edit:before:first-child {
  *margin-left: 0;
}
.jmodedit .icon-edit:before:hover,
.jmodedit .icon-edit:before:focus {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  -webkit-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}
.jmodedit .icon-edit:before:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.jmodedit .icon-edit:before.active,
.jmodedit .icon-edit:before:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  -moz-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);
}
.jmodedit .icon-edit:before.disabled,
.jmodedit .icon-edit:before[disabled] {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.jmodedit .icon-edit:before .label,
.jmodedit .icon-edit:before .badge {
  position: relative;
  top: -1px;
}
.jmodedit .icon-edit:before:hover {
  color: #ffffff !important;
  background: #644d52;
  border: 1px solid #8f6e75;
  text-decoration: none;
}
.jmodedit .icon-edit:before:hover,
.jmodedit .icon-edit:before:focus,
.jmodedit .icon-edit:before:active,
.jmodedit .icon-edit:before.active,
.jmodedit .icon-edit:before.disabled,
.jmodedit .icon-edit:before[disabled] {
  color: #333333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}
.jmodedit .icon-edit:before:active,
.jmodedit .icon-edit:before.active {
  background-color: #cccccc \9;
}
.jmodedit .icon-edit:before:first-child {
  *margin-left: 0;
}
.jmodedit .icon-edit:before:hover,
.jmodedit .icon-edit:before:focus {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  -webkit-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}
.jmodedit .icon-edit:before:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.jmodedit .icon-edit:before.active,
.jmodedit .icon-edit:before:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  -moz-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);
}
.jmodedit .icon-edit:before.disabled,
.jmodedit .icon-edit:before[disabled] {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.jmodedit .icon-edit:before .label,
.jmodedit .icon-edit:before .badge {
  position: relative;
  top: -1px;
}
.jmodedit .icon-edit:before:hover {
  color: #ffffff !important;
  background: #644d52;
  border: 1px solid #8f6e75;
  text-decoration: none;
}
.jmodedit .icon-edit:before:hover {
  border-color: #f1f1f1 !important;
}
.jmodedit .icon-edit:before.active {
  color: #ffffff !important;
  background: #644d52 !important;
  border: 1px solid #8f6e75 !important;
  border-radius: 0px !important;
  border-radius: 0 !important;
  border: 0 !important;
}
#modules-form .btn-toolbar {
  clear: both;
  float: left;
  width: 100%;
}
#modules-form .btn-group {
  float: left;
  margin-right: 4px;
}
#modules-form label {
  margin-right: 10px;
  border-right-width: 1px;
}
#modules-form .label-default {
  background: #eee;
  padding: 4px 8px;
}
#modules-form .nav-tabs li {
  float: none;
}
#modules-form .control-label {
  width: 200px;
  padding-right: 30px;
}
#modules-form legend {
  font-size: 2em;
}
#modules-form .accordion-group {
  clear: both;
  border-top: 1px solid #e6e6e6;
  padding: 30px 0;
}
#modules-form hr {
  border: 0;
}
#modules-form .tab-pane {
  display: block;
  clear: both;
}
#modules-form .collapse {
  display: none;
  height: 0;
}
#modules-form select {
  min-width: 300px;
}
/** 
 *------------------------------------------------------------------------------
 * @package       Zen Grid Framework 1.3.3
 *------------------------------------------------------------------------------
 * @copyright   Copyright (C) Joomlabamboo, August 30 2015
 * @license     http://www.gnu.org/licenses/gpl.html GNU General Public License version 2 or later; 
 * @Link:       http://www.joomlabamboo.com
 * @packaged: 	August 30 2015
 *------------------------------------------------------------------------------
 */
.container {
  max-width: 100%;
}
main .container {
  padding: 0;
  width: 100%;
}
div.modal {
  display: none;
}
div.modal.in {
  display: block;
}
.bootstrap2 input.uneditable-input,
.bootstrap2 span.uneditable-input {
  box-sizing: content-box;
}
.bootstrap2 input[type="radio"],
.bootstrap3 input[type="radio"],
.bootstrap2 input[type="checkbox"],
.bootstrap3 input[type="checkbox"] {
  width: auto;
}
.navbar-nav,
.navbar-collapse,
.collapse,
.navbar-responsive-collapse {
  clear: none !important;
}
.nav-tabs .dropdown-menu {
  border: 0;
  padding: 0;
}
.nav-tabs .dropdown-menu li,
.nav-tabs .dropdown-menu a {
  width: 100%;
  margin: 0;
}
.nav-tabs .dropdown-menu .divider {
  margin: 0;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  color: #ffffff !important;
  background: #644d52 !important;
  border: 1px solid #8f6e75 !important;
  border-radius: 0px !important;
}
.nav-pills,
.list-group,
ul.breadcrumb {
  margin-left: 0;
}
.list-unstyled {
  margin: 40px 0;
}
.breadcrumb > li + li:before {
  content: "";
}
.well-lg {
  padding: 40px !important;
}
.well-sm {
  padding: 10px !important;
}
.navbar-search {
  margin-top: 8.5px;
}
.navbar-inverse input {
  border-color: rgba(0, 0, 0, 0.3) !important;
}
main ul.breadcrumb {
  float: left;
  width: 100%;
  margin: 0;
}
main ul.breadcrumb .divider {
  clear: none;
  display: inline;
  float: right;
  border: 0;
}
main ul.breadcrumb li {
  float: left;
}
main ul.breadcrumb li:after {
  content: "";
}
/** 
 *------------------------------------------------------------------------------
 * @package       Zen Grid Framework 1.3.3
 *------------------------------------------------------------------------------
 * @copyright   Copyright (C) Joomlabamboo, August 30 2015
 * @license     http://www.gnu.org/licenses/gpl.html GNU General Public License version 2 or later; 
 * @Link:       http://www.joomlabamboo.com
 * @packaged: 	August 30 2015
 *------------------------------------------------------------------------------
 */
/* Reusable column setup */
.mixin-col {
  border: 0px solid rgba(0, 0, 0, 0);
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -moz-background-clip: padding-box !important;
  -webkit-background-clip: padding-box !important;
  background-clip: padding-box !important;
}
.zg-col {
  border: 0px solid rgba(0, 0, 0, 0);
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -moz-background-clip: padding-box !important;
  -webkit-background-clip: padding-box !important;
  background-clip: padding-box !important;
}
.mixin-span_first,
.no-margin {
  margin-left: 0;
}
.zenlast {
  float: right !important;
  margin-left: 0 !important;
}
.zg-col {
  margin-left: 0;
  padding: 0;
  width: 100%;
}
@media screen and (min-width: 840px) {
  .zg-col {
    margin-left: 0;
  }
  /* --- Gridpak variables ---*/
  .zen-row .zg-col:first-child {
    margin-left: 0;
  }
  /*
        Add your semantic classnames in alongside their corresponding spans here. e.g.
        
        */
  .zg-col-1 {
    width: 5.58333333%;
    border-left-width: 0;
    padding: 0;
    margin-left: 3%;
  }
  .zg-col-2,
  .one-sixth {
    width: 14.16666667%;
    border-left-width: 0;
    padding: 0;
    margin-left: 3%;
  }
  .zg-col-3,
  .one-quarter {
    width: 22.75%;
    border-left-width: 0;
    padding: 0;
    margin-left: 3%;
  }
  .zg-col-4,
  .one-third {
    width: 31.33333333%;
    border-left-width: 0;
    padding: 0;
    margin-left: 3%;
  }
  .zg-col-5 {
    width: 39.91666667%;
    border-left-width: 0;
    padding: 0;
    margin-left: 3%;
  }
  .zg-col-6,
  .one-half {
    width: 48.5%;
    border-left-width: 0;
    padding: 0;
    margin-left: 3%;
  }
  .zg-col-7 {
    width: 57.08333333%;
    border-left-width: 0;
    padding: 0;
    margin-left: 3%;
  }
  .zg-col-8,
  .two-thirds {
    width: 65.66666667%;
    border-left-width: 0;
    padding: 0;
    margin-left: 3%;
  }
  .zg-col-9,
  .three-quarters {
    width: 74.25%;
    border-left-width: 0;
    padding: 0;
    margin-left: 3%;
  }
  .zg-col-10 {
    width: 82.83333333%;
    border-left-width: 0;
    padding: 0;
    margin-left: 3%;
  }
  .zg-col-11 {
    width: 91.41666667%;
    border-left-width: 0;
    padding: 0;
    margin-left: 3%;
  }
  .zg-col-12,
  .one-whole {
    margin-left: 0;
    padding: 0;
    width: 100%;
  }
  .zen-push,
  .zen-pull {
    position: relative;
    z-index: 1;
  }
  .zen-push-11 {
    left: 94.30666667%;
  }
  .zen-push-10 {
    left: 85.73333332999999%;
  }
  .zen-push-9 {
    left: 77.16%;
  }
  .zen-push-8 {
    left: 68.58666667%;
  }
  .zen-push-7 {
    left: 60.01333333%;
  }
  .zen-push-6 {
    left: 51.44%;
  }
  .zen-push-5 {
    left: 42.86666667%;
  }
  .zen-push-4 {
    left: 34.29333333%;
  }
  .zen-push-3 {
    left: 25.72%;
  }
  .zen-push-2 {
    left: 17.14666667%;
  }
  .zen-push-1 {
    left: 8.573333330000001%;
  }
  .zen-pull-11 {
    left: -94.30666667%;
  }
  .zen-pull-10 {
    left: -85.73333332999999%;
  }
  .zen-pull-9 {
    left: -77.16%;
  }
  .zen-pull-8 {
    left: -68.58666667%;
  }
  .zen-pull-7 {
    left: -60.01333333%;
  }
  .zen-pull-6 {
    left: -51.44%;
  }
  .zen-pull-5 {
    left: -42.86666667%;
  }
  .zen-pull-4 {
    left: -34.29333333%;
  }
  .zen-pull-3 {
    left: -25.72%;
  }
  .zen-pull-2 {
    left: -17.14666667%;
  }
  .zen-pull-1 {
    left: -8.573333330000001%;
  }
  .zen-pad-push-11 {
    padding-left: 94.30666667%;
  }
  .zen-pad-push-10 {
    padding-left: 85.73333332999999%;
  }
  .zen-pad-push-9 {
    padding-left: 77.16%;
  }
  .zen-pad-push-8 {
    padding-left: 68.58666667%;
  }
  .zen-pad-push-7 {
    padding-left: 60.01333333%;
  }
  .zen-pad-push-6 {
    padding-left: 51.44%;
  }
  .zen-pad-push-5 {
    padding-left: 42.86666667%;
  }
  .zen-pad-push-4 {
    padding-left: 34.29333333%;
  }
  .zen-pad-push-3 {
    padding-left: 25.72%;
  }
  .zen-pad-push-2 {
    padding-left: 17.14666667%;
  }
  .zen-pad-push-1 {
    padding-left: 8.573333330000001%;
  }
  .zen-pad-pull-11 {
    padding-right: 94.30666667%;
  }
  .zen-pad-pull-10 {
    padding-right: 85.73333332999999%;
  }
  .zen-pad-pull-9 {
    padding-right: 77.16%;
  }
  .zen-pad-pull-8 {
    padding-right: 68.58666667%;
  }
  .zen-pad-pull-7 {
    padding-right: 60.01333333%;
  }
  .zen-pad-pull-6 {
    padding-right: 51.44%;
  }
  .zen-pad-pull-5 {
    padding-right: 42.86666667%;
  }
  .zen-pad-pull-4 {
    padding-right: 34.29333333%;
  }
  .zen-pad-pull-3 {
    padding-right: 25.72%;
  }
  .zen-pad-pull-2 {
    padding-right: 17.14666667%;
  }
  .zen-pad-pull-1 {
    padding-right: 8.573333330000001%;
  }
}
@media screen and (max-width: 840px) {
  .responsive-enabled .stack-tablets .zg-col {
    margin-left: 0;
    padding: 0;
    width: 100%;
  }
}
@media screen and (max-width: 620px) {
  .responsive-enabled .stack-phones .zg-col {
    margin-left: 0;
    padding: 0;
    width: 100%;
  }
}
.responsive-disabled,
.no-change-phones,
.no-change-tablets {
  /* --- Gridpak variables ---*/
  /*
	           Add your semantic classnames in alongside their corresponding spans here. e.g.
	           
	           */
}
.responsive-disabled .zg-col,
.no-change-phones .zg-col,
.no-change-tablets .zg-col {
  margin-left: 0;
}
.responsive-disabled .zen-row .zg-col:first-child,
.no-change-phones .zen-row .zg-col:first-child,
.no-change-tablets .zen-row .zg-col:first-child {
  margin-left: 0;
}
.responsive-disabled .zg-col-1,
.no-change-phones .zg-col-1,
.no-change-tablets .zg-col-1 {
  width: 5.58333333%;
  border-left-width: 0;
  padding: 0;
  margin-left: 3%;
}
.responsive-disabled .zg-col-2,
.no-change-phones .zg-col-2,
.no-change-tablets .zg-col-2,
.responsive-disabled .one-sixth,
.no-change-phones .one-sixth,
.no-change-tablets .one-sixth {
  width: 14.16666667%;
  border-left-width: 0;
  padding: 0;
  margin-left: 3%;
}
.responsive-disabled .zg-col-3,
.no-change-phones .zg-col-3,
.no-change-tablets .zg-col-3,
.responsive-disabled .one-quarter,
.no-change-phones .one-quarter,
.no-change-tablets .one-quarter {
  width: 22.75%;
  border-left-width: 0;
  padding: 0;
  margin-left: 3%;
}
.responsive-disabled .zg-col-4,
.no-change-phones .zg-col-4,
.no-change-tablets .zg-col-4,
.responsive-disabled .one-third,
.no-change-phones .one-third,
.no-change-tablets .one-third {
  width: 31.33333333%;
  border-left-width: 0;
  padding: 0;
  margin-left: 3%;
}
.responsive-disabled .zg-col-5,
.no-change-phones .zg-col-5,
.no-change-tablets .zg-col-5 {
  width: 39.91666667%;
  border-left-width: 0;
  padding: 0;
  margin-left: 3%;
}
.responsive-disabled .zg-col-6,
.no-change-phones .zg-col-6,
.no-change-tablets .zg-col-6,
.responsive-disabled .one-half,
.no-change-phones .one-half,
.no-change-tablets .one-half {
  width: 48.5%;
  border-left-width: 0;
  padding: 0;
  margin-left: 3%;
}
.responsive-disabled .zg-col-7,
.no-change-phones .zg-col-7,
.no-change-tablets .zg-col-7 {
  width: 57.08333333%;
  border-left-width: 0;
  padding: 0;
  margin-left: 3%;
}
.responsive-disabled .zg-col-8,
.no-change-phones .zg-col-8,
.no-change-tablets .zg-col-8,
.responsive-disabled .two-thirds,
.no-change-phones .two-thirds,
.no-change-tablets .two-thirds {
  width: 65.66666667%;
  border-left-width: 0;
  padding: 0;
  margin-left: 3%;
}
.responsive-disabled .zg-col-9,
.no-change-phones .zg-col-9,
.no-change-tablets .zg-col-9,
.responsive-disabled .three-quarters,
.no-change-phones .three-quarters,
.no-change-tablets .three-quarters {
  width: 74.25%;
  border-left-width: 0;
  padding: 0;
  margin-left: 3%;
}
.responsive-disabled .zg-col-10,
.no-change-phones .zg-col-10,
.no-change-tablets .zg-col-10 {
  width: 82.83333333%;
  border-left-width: 0;
  padding: 0;
  margin-left: 3%;
}
.responsive-disabled .zg-col-11,
.no-change-phones .zg-col-11,
.no-change-tablets .zg-col-11 {
  width: 91.41666667%;
  border-left-width: 0;
  padding: 0;
  margin-left: 3%;
}
.responsive-disabled .zg-col-12,
.no-change-phones .zg-col-12,
.no-change-tablets .zg-col-12,
.responsive-disabled .one-whole,
.no-change-phones .one-whole,
.no-change-tablets .one-whole {
  margin-left: 0;
  padding: 0;
  width: 100%;
}
.responsive-disabled .zen-push,
.no-change-phones .zen-push,
.no-change-tablets .zen-push,
.responsive-disabled .zen-pull,
.no-change-phones .zen-pull,
.no-change-tablets .zen-pull {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 620px) and (max-width: 840px) {
  .no-change-tablets .zen-push-11 {
    left: 94.30666667%;
  }
  .no-change-tablets .zen-push-10 {
    left: 85.73333332999999%;
  }
  .no-change-tablets .zen-push-9 {
    left: 77.16%;
  }
  .no-change-tablets .zen-push-8 {
    left: 68.58666667%;
  }
  .no-change-tablets .zen-push-7 {
    left: 60.01333333%;
  }
  .no-change-tablets .zen-push-6 {
    left: 51.44%;
  }
  .no-change-tablets .zen-push-5 {
    left: 42.86666667%;
  }
  .no-change-tablets .zen-push-4 {
    left: 34.29333333%;
  }
  .no-change-tablets .zen-push-3 {
    left: 25.72%;
  }
  .no-change-tablets .zen-push-2 {
    left: 17.14666667%;
  }
  .no-change-tablets .zen-push-1 {
    left: 8.573333330000001%;
  }
  .no-change-tablets .zen-pull-11 {
    left: -94.30666667%;
  }
  .no-change-tablets .zen-pull-10 {
    left: -85.73333332999999%;
  }
  .no-change-tablets .zen-pull-9 {
    left: -77.16%;
  }
  .no-change-tablets .zen-pull-8 {
    left: -68.58666667%;
  }
  .no-change-tablets .zen-pull-7 {
    left: -60.01333333%;
  }
  .no-change-tablets .zen-pull-6 {
    left: -51.44%;
  }
  .no-change-tablets .zen-pull-5 {
    left: -42.86666667%;
  }
  .no-change-tablets .zen-pull-4 {
    left: -34.29333333%;
  }
  .no-change-tablets .zen-pull-3 {
    left: -25.72%;
  }
  .no-change-tablets .zen-pull-2 {
    left: -17.14666667%;
  }
  .no-change-tablets .zen-pull-1 {
    left: -8.573333330000001%;
  }
}
@media screen and (max-width: 620px) {
  .no-change-phones .zen-push-11 {
    left: 94.30666667%;
  }
  .no-change-phones .zen-push-10 {
    left: 85.73333332999999%;
  }
  .no-change-phones .zen-push-9 {
    left: 77.16%;
  }
  .no-change-phones .zen-push-8 {
    left: 68.58666667%;
  }
  .no-change-phones .zen-push-7 {
    left: 60.01333333%;
  }
  .no-change-phones .zen-push-6 {
    left: 51.44%;
  }
  .no-change-phones .zen-push-5 {
    left: 42.86666667%;
  }
  .no-change-phones .zen-push-4 {
    left: 34.29333333%;
  }
  .no-change-phones .zen-push-3 {
    left: 25.72%;
  }
  .no-change-phones .zen-push-2 {
    left: 17.14666667%;
  }
  .no-change-phones .zen-push-1 {
    left: 8.573333330000001%;
  }
  .no-change-phones .zen-pull-11 {
    left: -94.30666667%;
  }
  .no-change-phones .zen-pull-10 {
    left: -85.73333332999999%;
  }
  .no-change-phones .zen-pull-9 {
    left: -77.16%;
  }
  .no-change-phones .zen-pull-8 {
    left: -68.58666667%;
  }
  .no-change-phones .zen-pull-7 {
    left: -60.01333333%;
  }
  .no-change-phones .zen-pull-6 {
    left: -51.44%;
  }
  .no-change-phones .zen-pull-5 {
    left: -42.86666667%;
  }
  .no-change-phones .zen-pull-4 {
    left: -34.29333333%;
  }
  .no-change-phones .zen-pull-3 {
    left: -25.72%;
  }
  .no-change-phones .zen-pull-2 {
    left: -17.14666667%;
  }
  .no-change-phones .zen-pull-1 {
    left: -8.573333330000001%;
  }
}
.zt-marginless-grid .zg-col {
  margin: 0;
}
.zt-marginless-grid .zg-col-1 {
  width: 8.300000000000001%;
}
.zt-marginless-grid .zg-col-2 {
  width: 16.6%;
}
.zt-marginless-grid .zg-col-3 {
  width: 25%;
}
.zt-marginless-grid .zg-col-4 {
  width: 33.3333%;
}
.zt-marginless-grid .zg-col-5 {
  width: 41.5%;
}
.zt-marginless-grid .zg-col-6 {
  width: 49.8%;
}
.zt-marginless-grid .zg-col-7 {
  width: 58.1%;
}
.zt-marginless-grid .zg-col-8 {
  width: 66.6666%;
}
.zt-marginless-grid .zg-col-9 {
  width: 74.7%;
}
.zt-marginless-grid .zg-col-10 {
  width: 83%;
}
.zt-marginless-grid .zg-col-11 {
  width: 91.3%;
}
.zt-marginless-grid .zg-col-12 {
  width: 99.59999999999999%;
}
/** 
 *------------------------------------------------------------------------------
 * @package       Zen Grid Framework 1.3.3
 *------------------------------------------------------------------------------
 * @copyright   Copyright (C) Joomlabamboo, August 30 2015
 * @license     http://www.gnu.org/licenses/gpl.html GNU General Public License version 2 or later; 
 * @Link:       http://www.joomlabamboo.com
 * @packaged: 	August 30 2015
 *------------------------------------------------------------------------------
 */
.zen-row {
  margin: 0 -20px;
}
.no-row-margin {
  margin: 0;
}
.row {
  margin: 0;
}
.container .row {
  margin: 0 -20px;
}
.zen-container {
  width: 1140px;
  margin: 0 auto;
  padding: 0 !important;
}
.responsive-enabled .zen-container {
  width: 80%;
  max-width: 1140px;
}
.responsive-enabled .zen-container .zen-container {
  width: 100%;
}
.tab-content {
  clear: both;
}
.top25 {
  margin-top: 25px;
}
.top50 {
  margin-top: 50px;
}
.top75 {
  margin-top: 75px;
}
.top100 {
  margin-top: 100px;
}
.top125 {
  margin-top: 125px;
}
.top150 {
  margin-top: 150px;
}
.top175 {
  margin-top: 175px;
}
.top200 {
  margin-top: 200px;
}
.top225 {
  margin-top: 225px;
}
.top250 {
  margin-top: 250px;
}
.top275 {
  margin-top: 275px;
}
.top300 {
  margin-top: 300px;
}
.top325 {
  margin-top: 325px;
}
.top350 {
  margin-top: 350px;
}
.top375 {
  margin-top: 375px;
}
.top400 {
  margin-top: 400px;
}
.top425 {
  margin-top: 425px;
}
.top450 {
  margin-top: 450px;
}
.top475 {
  margin-top: 475px;
}
.top500 {
  margin-top: 500px;
}
/** 
 *------------------------------------------------------------------------------
 * @package       Zen Grid Framework 1.3.3
 *------------------------------------------------------------------------------
 * @copyright   Copyright (C) Joomlabamboo, August 30 2015
 * @license     http://www.gnu.org/licenses/gpl.html GNU General Public License version 2 or later; 
 * @Link:       http://www.joomlabamboo.com
 * @packaged: 	August 30 2015
 *------------------------------------------------------------------------------
 */
#topwrap {
  padding-top: 2px;
}
#topwrap ul {
  margin: 0;
}
#topwrap ul li {
  list-style-type: none;
  float: left;
  margin-right: 10px;
}
#topwrap ul li {
  list-style-type: none;
  float: left;
  margin-right: 10px;
}
@media screen and (min-width: 840px) {
  #topwrap #top4 ul {
    float: right;
  }
}
#belowcontent {
  margin-top: 20px;
}
#abovecontent {
  margin-bottom: 20px;
}
#footerwrap {
  margin-bottom: 30px;
  padding-top: 20px;
  font-size: 90%;
}
#footerwrap .moduletable {
  clear: both;
  margin-bottom: 30px;
  float: left;
  width: 100%;
}
#footerwrap ul {
  clear: both;
  margin: 0;
}
#footerwrap ul li {
  list-style-type: none;
  float: left;
  margin-right: 10px;
}
#footerwrap ul li {
  list-style-type: none;
  float: left;
  margin-right: 10px;
}
@media screen and (max-width: 840px) {
  #footerwrap #zen-copyright {
    text-align: left;
    margin: 10px 0;
  }
}
#footerwrap .zen-spotlight {
  padding-top: 0;
  margin-top: 0;
}
#tabwrap {
  margin-top: 20px;
  float: left;
  width: 100%;
}
@media screen and (max-width: 840px) {
  .responsive-enabled .nav-tabs li {
    margin-bottom: 4px;
    display: block;
    float: left;
    width: 100%;
  }
  .responsive-enabled .nav-tabs li a {
    float: left;
    width: 100%;
  }
}
/** 
 *------------------------------------------------------------------------------
 * @package       Zen Grid Framework 1.3.3
 *------------------------------------------------------------------------------
 * @copyright   Copyright (C) Joomlabamboo, August 30 2015
 * @license     http://www.gnu.org/licenses/gpl.html GNU General Public License version 2 or later; 
 * @Link:       http://www.joomlabamboo.com
 * @packaged: 	August 30 2015
 *------------------------------------------------------------------------------
 */
.sidebar .moduletable {
  margin-bottom: 20px;
}
.sidebar .moduletable ul,
.sidebar .moduletable ul.unstyled {
  margin: 0;
  margin-top: 10px;
}
.sidebar .moduletable ul li,
.sidebar .moduletable ul.unstyled li {
  list-style-type: none;
  padding: 4px 0;
}
.sidebar .moduletable ul li li,
.sidebar .moduletable ul.unstyled li li {
  background: none !important;
}
.sidebar .moduletable ul ol,
.sidebar .moduletable ul.unstyled ol {
  list-style-type: decimal;
}
.sidebar .moduletable ul li,
.sidebar .moduletable ul.unstyled li {
  list-style-type: none;
  padding: 4px 0;
}
.sidebar .moduletable ul li li,
.sidebar .moduletable ul.unstyled li li {
  background: none !important;
}
.sidebar .moduletable ul ol,
.sidebar .moduletable ul.unstyled ol {
  list-style-type: decimal;
}
.sidebar .moduletable ul li,
.sidebar .moduletable ul.unstyled li {
  padding: 4px 0;
}
.sidebar .moduletable ul ul,
.sidebar .moduletable ul.unstyled ul {
  margin-left: 16px !important;
  margin-top: 4px;
}
.sidebar .moduletable ul ul li,
.sidebar .moduletable ul.unstyled ul li {
  list-style-type: disc;
  padding: 4px 0;
}
.sidebar .zen-menu-caption {
  display: block;
  font-style: italic;
  font-size: 90%;
  color: #666666;
  line-height: 1.2em;
}
.sidebar .nav-header,
.sidebar .zen-menu-heading {
  display: block !important;
  padding: 4px 0 !important;
  font-size: 100% !important;
  font-weight: inherit !important;
  line-height: 1em !important;
  color: #0c2436;
  text-shadow: none !important;
  text-transform: none !important;
}
.sidebar .nav > li > a {
  padding-left: 0;
}
.sidebar ul.menu {
  margin-bottom: 20px;
}
.sidebar ul.menu ul {
  margin-left: 16px;
}
.sidebar li.divider {
  border: 0;
}
/** 
 *------------------------------------------------------------------------------
 * @package       Zen Grid Framework 1.3.3
 *------------------------------------------------------------------------------
 * @copyright   Copyright (C) Joomlabamboo, August 30 2015
 * @license     http://www.gnu.org/licenses/gpl.html GNU General Public License version 2 or later; 
 * @Link:       http://www.joomlabamboo.com
 * @packaged: 	August 30 2015
 *------------------------------------------------------------------------------
 */
/*------------------------------------*\
	FORMS
\*------------------------------------*/
fieldset {
  margin: 0;
  max-width: 100%;
  border: 0;
  padding: 0;
}
fieldset legend {
  font-weight: bold;
  font-size: 1.2em;
  width: 100%;
  padding-bottom: 8px;
  border-bottom: 1px solid #e6e6e6;
}
label {
  display: block;
  cursor: pointer;
}
input,
textarea {
  font-family: inherit;
  font-size: 1em;
  line-height: 2em;
  padding: 6px 12px;
  background: #ffffff;
  color: #0c2436;
  border: 1px solid #e6e6e6;
}
input:hover,
textarea:hover {
  background: #f3f3f3;
}
input.button {
  width: auto;
  -webkit-appearance: none;
}
button {
  background: #eeeeee;
  border: 0;
}
label {
  font-weight: normal;
  margin-bottom: 4px;
}
.control-label {
  margin-bottom: 0;
}
.simple-list {
  margin: 0;
}
.simple-list li {
  list-style-type: none;
  padding: 4px 0;
}
.simple-list li li {
  background: none !important;
}
.simple-list ol {
  list-style-type: decimal;
}
.simple-list li {
  list-style-type: none;
  padding: 4px 0;
}
.simple-list li li {
  background: none !important;
}
.simple-list ol {
  list-style-type: decimal;
}
.flat-list {
  margin: 0;
  margin-bottom: 20px;
}
.flat-list li {
  list-style-type: none;
  float: left;
  margin-right: 10px;
}
.flat-list li {
  list-style-type: none;
  float: left;
  margin-right: 10px;
}
button {
  padding: 10px;
}
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}
input:-webkit-autofill:hover {
  -webkit-box-shadow: 0 0 0px 1000px #f3f3f3 inset;
}
.control-label {
  float: left;
  padding-top: 5px;
  text-align: right;
}
.control-group {
  display: table;
  width: 100%;
  margin-bottom: 10px;
}
.control-group .optional {
  font-size: 85%;
}
dl {
  clear: both;
  margin: 20px 0;
}
input,
select {
  min-height: 42px;
  border-radius: 0 !important;
  border: 1px solid #e6e6e6 !important;
  box-shadow: none !important;
}
input[type="checkbox"],
input[type="radio"] {
  min-height: 0;
}
textarea {
  border-radius: 0 !important;
}
.table-bordered {
  border-radius: 0 !important;
}
.form-control {
  height: auto;
}
.form-group {
  margin-bottom: 10px;
}
.chzn-drop {
  position: static !important;
  z-index: 1;
}
#mod-finder-searchform .zen-icon {
  margin-right: 0;
}
#mod-finder-searchform .form-button-right,
#mod-finder-searchform .form-label-right {
  margin-left: 10px;
}
#mod-finder-searchform .form-button-left,
#mod-finder-searchform .form-label-left {
  margin-right: 10px;
}
#mod-finder-searchform label {
  line-height: 42px;
  display: inline-block;
}
/** 
 *------------------------------------------------------------------------------
 * @package       Zen Grid Framework 1.3.3
 *------------------------------------------------------------------------------
 * @copyright   Copyright (C) Joomlabamboo, August 30 2015
 * @license     http://www.gnu.org/licenses/gpl.html GNU General Public License version 2 or later; 
 * @Link:       http://www.joomlabamboo.com
 * @packaged: 	August 30 2015
 *------------------------------------------------------------------------------
 */
#off-canvas-menu {
  margin-top: 40px;
}
#off-canvas-menu ul {
  float: left;
  width: 100% !important;
  margin-bottom: 40px;
}
#off-canvas-menu ul ul {
  position: relative;
  opacity: 1;
  visibility: visible;
  overflow: auto;
  height: auto;
  background: none;
  padding: 0;
  min-width: none;
}
/** 
 *------------------------------------------------------------------------------
 * @package       Zen Grid Framework 1.3.3
 *------------------------------------------------------------------------------
 * @copyright   Copyright (C) Joomlabamboo, August 30 2015
 * @license     http://www.gnu.org/licenses/gpl.html GNU General Public License version 2 or later; 
 * @Link:       http://www.joomlabamboo.com
 * @packaged: 	August 30 2015
 *------------------------------------------------------------------------------
 */
/*------------------------------------*\
	Buttons
\*------------------------------------*/
/** 
 *------------------------------------------------------------------------------
 * @package       Zen Grid Framework 1.3.3
 *------------------------------------------------------------------------------
 * @copyright   Copyright (C) Joomlabamboo, August 30 2015
 * @license     http://www.gnu.org/licenses/gpl.html GNU General Public License version 2 or later; 
 * @Link:       http://www.joomlabamboo.com
 * @packaged: 	August 30 2015
 *------------------------------------------------------------------------------
 */
/*------------------------------------*\
	Pagination
\*------------------------------------*/
.pagenav,
.pagination,
.pager {
  margin: 0;
  float: left;
  width: 100%;
  padding: 20px 0;
}
.pagenav li,
.pagination li,
.pager li {
  list-style-type: none;
  float: left;
  margin-right: 10px;
}
.pagenav li,
.pagination li,
.pager li {
  list-style-type: none;
  float: left;
  margin-right: 10px;
}
.pagenav ul,
.pagination ul,
.pager ul {
  margin-left: 0;
}
.pagenav li,
.pagination li,
.pager li {
  line-height: 3em;
  margin-right: 20px;
}
.pagenav li a,
.pagination li a,
.pager li a {
  /* IE7 inline-block hack */
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  padding: 4px 12px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #333333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *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 #cccccc;
  *border: 0;
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  *margin-left: .3em;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  -moz-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);
  color: #ffffff;
  background: #a49a87;
  border: 1px solid #8d816b;
  padding: 10px;
  border-radius: 0;
  box-shadow: none;
  text-shadow: none;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  background-clip: border-box;
  border-radius: 0 !important;
  border: 2px solid #e2e2e2 !important;
  border-radius: 2px !important;
  background: none;
  color: #8d816b;
  display: inline-block;
  padding: 0 10px;
  background: transparent;
  border: 1px solid rgba(0, 0, 0, 0.3);
  color: #999999;
  min-height: 42px;
  line-height: 42px;
}
.pagenav li a:hover,
.pagination li a:hover,
.pager li a:hover,
.pagenav li a:focus,
.pagination li a:focus,
.pager li a:focus,
.pagenav li a:active,
.pagination li a:active,
.pager li a:active,
.pagenav li a.active,
.pagination li a.active,
.pager li a.active,
.pagenav li a.disabled,
.pagination li a.disabled,
.pager li a.disabled,
.pagenav li a[disabled],
.pagination li a[disabled],
.pager li a[disabled] {
  color: #333333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}
.pagenav li a:active,
.pagination li a:active,
.pager li a:active,
.pagenav li a.active,
.pagination li a.active,
.pager li a.active {
  background-color: #cccccc \9;
}
.pagenav li a:first-child,
.pagination li a:first-child,
.pager li a:first-child {
  *margin-left: 0;
}
.pagenav li a:hover,
.pagination li a:hover,
.pager li a:hover,
.pagenav li a:focus,
.pagination li a:focus,
.pager li a:focus {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  -webkit-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}
.pagenav li a:focus,
.pagination li a:focus,
.pager li a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.pagenav li a.active,
.pagination li a.active,
.pager li a.active,
.pagenav li a:active,
.pagination li a:active,
.pager li a:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  -moz-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);
}
.pagenav li a.disabled,
.pagination li a.disabled,
.pager li a.disabled,
.pagenav li a[disabled],
.pagination li a[disabled],
.pager li a[disabled] {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.pagenav li a .label,
.pagination li a .label,
.pager li a .label,
.pagenav li a .badge,
.pagination li a .badge,
.pager li a .badge {
  position: relative;
  top: -1px;
}
.pagenav li a:hover,
.pagination li a:hover,
.pager li a:hover {
  color: #ffffff !important;
  background: #644d52;
  border: 1px solid #8f6e75;
  text-decoration: none;
}
.pagenav li a:hover,
.pagination li a:hover,
.pager li a:hover,
.pagenav li a:focus,
.pagination li a:focus,
.pager li a:focus,
.pagenav li a:active,
.pagination li a:active,
.pager li a:active,
.pagenav li a.active,
.pagination li a.active,
.pager li a.active,
.pagenav li a.disabled,
.pagination li a.disabled,
.pager li a.disabled,
.pagenav li a[disabled],
.pagination li a[disabled],
.pager li a[disabled] {
  color: #333333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}
.pagenav li a:active,
.pagination li a:active,
.pager li a:active,
.pagenav li a.active,
.pagination li a.active,
.pager li a.active {
  background-color: #cccccc \9;
}
.pagenav li a:first-child,
.pagination li a:first-child,
.pager li a:first-child {
  *margin-left: 0;
}
.pagenav li a:hover,
.pagination li a:hover,
.pager li a:hover,
.pagenav li a:focus,
.pagination li a:focus,
.pager li a:focus {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  -webkit-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}
.pagenav li a:focus,
.pagination li a:focus,
.pager li a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.pagenav li a.active,
.pagination li a.active,
.pager li a.active,
.pagenav li a:active,
.pagination li a:active,
.pager li a:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  -moz-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);
}
.pagenav li a.disabled,
.pagination li a.disabled,
.pager li a.disabled,
.pagenav li a[disabled],
.pagination li a[disabled],
.pager li a[disabled] {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.pagenav li a .label,
.pagination li a .label,
.pager li a .label,
.pagenav li a .badge,
.pagination li a .badge,
.pager li a .badge {
  position: relative;
  top: -1px;
}
.pagenav li a:hover,
.pagination li a:hover,
.pager li a:hover {
  color: #ffffff !important;
  background: #644d52;
  border: 1px solid #8f6e75;
  text-decoration: none;
}
.pagenav li a:hover,
.pagination li a:hover,
.pager li a:hover {
  border-color: #f1f1f1 !important;
}
.pagenav li a.active,
.pagination li a.active,
.pager li a.active {
  color: #ffffff !important;
  background: #644d52 !important;
  border: 1px solid #8f6e75 !important;
  border-radius: 0px !important;
  border-radius: 0 !important;
  border: 0 !important;
}
.pagenav li.active a,
.pagination li.active a,
.pager li.active a {
  /* IE7 inline-block hack */
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  padding: 4px 12px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #333333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *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 #cccccc;
  *border: 0;
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  *margin-left: .3em;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  -moz-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);
  color: #ffffff;
  background: #a49a87;
  border: 1px solid #8d816b;
  padding: 10px;
  border-radius: 0;
  box-shadow: none;
  text-shadow: none;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  background-clip: border-box;
  border-radius: 0 !important;
  border: 2px solid #e2e2e2 !important;
  border-radius: 2px !important;
}
.pagenav li.active a:hover,
.pagination li.active a:hover,
.pager li.active a:hover,
.pagenav li.active a:focus,
.pagination li.active a:focus,
.pager li.active a:focus,
.pagenav li.active a:active,
.pagination li.active a:active,
.pager li.active a:active,
.pagenav li.active a.active,
.pagination li.active a.active,
.pager li.active a.active,
.pagenav li.active a.disabled,
.pagination li.active a.disabled,
.pager li.active a.disabled,
.pagenav li.active a[disabled],
.pagination li.active a[disabled],
.pager li.active a[disabled] {
  color: #333333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}
.pagenav li.active a:active,
.pagination li.active a:active,
.pager li.active a:active,
.pagenav li.active a.active,
.pagination li.active a.active,
.pager li.active a.active {
  background-color: #cccccc \9;
}
.pagenav li.active a:first-child,
.pagination li.active a:first-child,
.pager li.active a:first-child {
  *margin-left: 0;
}
.pagenav li.active a:hover,
.pagination li.active a:hover,
.pager li.active a:hover,
.pagenav li.active a:focus,
.pagination li.active a:focus,
.pager li.active a:focus {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  -webkit-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}
.pagenav li.active a:focus,
.pagination li.active a:focus,
.pager li.active a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.pagenav li.active a.active,
.pagination li.active a.active,
.pager li.active a.active,
.pagenav li.active a:active,
.pagination li.active a:active,
.pager li.active a:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  -moz-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);
}
.pagenav li.active a.disabled,
.pagination li.active a.disabled,
.pager li.active a.disabled,
.pagenav li.active a[disabled],
.pagination li.active a[disabled],
.pager li.active a[disabled] {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.pagenav li.active a .label,
.pagination li.active a .label,
.pager li.active a .label,
.pagenav li.active a .badge,
.pagination li.active a .badge,
.pager li.active a .badge {
  position: relative;
  top: -1px;
}
.pagenav li.active a:hover,
.pagination li.active a:hover,
.pager li.active a:hover {
  color: #ffffff !important;
  background: #644d52;
  border: 1px solid #8f6e75;
  text-decoration: none;
}
.pagenav li.active a:hover,
.pagination li.active a:hover,
.pager li.active a:hover,
.pagenav li.active a:focus,
.pagination li.active a:focus,
.pager li.active a:focus,
.pagenav li.active a:active,
.pagination li.active a:active,
.pager li.active a:active,
.pagenav li.active a.active,
.pagination li.active a.active,
.pager li.active a.active,
.pagenav li.active a.disabled,
.pagination li.active a.disabled,
.pager li.active a.disabled,
.pagenav li.active a[disabled],
.pagination li.active a[disabled],
.pager li.active a[disabled] {
  color: #333333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}
.pagenav li.active a:active,
.pagination li.active a:active,
.pager li.active a:active,
.pagenav li.active a.active,
.pagination li.active a.active,
.pager li.active a.active {
  background-color: #cccccc \9;
}
.pagenav li.active a:first-child,
.pagination li.active a:first-child,
.pager li.active a:first-child {
  *margin-left: 0;
}
.pagenav li.active a:hover,
.pagination li.active a:hover,
.pager li.active a:hover,
.pagenav li.active a:focus,
.pagination li.active a:focus,
.pager li.active a:focus {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  -webkit-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}
.pagenav li.active a:focus,
.pagination li.active a:focus,
.pager li.active a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.pagenav li.active a.active,
.pagination li.active a.active,
.pager li.active a.active,
.pagenav li.active a:active,
.pagination li.active a:active,
.pager li.active a:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  -moz-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);
}
.pagenav li.active a.disabled,
.pagination li.active a.disabled,
.pager li.active a.disabled,
.pagenav li.active a[disabled],
.pagination li.active a[disabled],
.pager li.active a[disabled] {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.pagenav li.active a .label,
.pagination li.active a .label,
.pager li.active a .label,
.pagenav li.active a .badge,
.pagination li.active a .badge,
.pager li.active a .badge {
  position: relative;
  top: -1px;
}
.pagenav li.active a:hover,
.pagination li.active a:hover,
.pager li.active a:hover {
  color: #ffffff !important;
  background: #644d52;
  border: 1px solid #8f6e75;
  text-decoration: none;
}
.pagenav li.active a:hover,
.pagination li.active a:hover,
.pager li.active a:hover {
  border-color: #f1f1f1 !important;
}
.pagenav li.active a.active,
.pagination li.active a.active,
.pager li.active a.active {
  color: #ffffff !important;
  background: #644d52 !important;
  border: 1px solid #8f6e75 !important;
  border-radius: 0px !important;
  border-radius: 0 !important;
  border: 0 !important;
}
.pagenav li.active a:hover,
.pagination li.active a:hover,
.pager li.active a:hover {
  background: #a49a87;
  border: 1px solid #8d816b;
  color: #ffffff;
}
.pagenav li.next,
.pagination li.next,
.pager li.next {
  float: right;
  margin-right: 0;
}
.pagenav li.disabled a,
.pagination li.disabled a,
.pager li.disabled a {
  border-color: rgba(0, 0, 0, 0.3);
}
.pagenav li.disabled a:hover,
.pagination li.disabled a:hover,
.pager li.disabled a:hover {
  background: transparent;
  border-color: rgba(0, 0, 0, 0.3);
  color: #999999;
}
.pagination-wrap .counter {
  font-size: 90%;
  color: #999999;
}
.article-index h3,
.mainwrap .article-index h3 {
  display: none;
}
.article-index .nav-tabs li a.active,
.mainwrap .article-index .nav-tabs li a.active {
  background: none !important;
  color: #644d52 !important;
}
.article-index.pull-right,
.mainwrap .article-index.pull-right {
  width: 100%;
}
.pagenavcounter {
  color: #666666;
  font-size: 90%;
}
/* -----------------------------------
 * Slidebars
 * Version 0..10
 * http://plugins.adchsm.me/slidebars/
 *
 * Written by Adam Smith
 * http://www.adchsm.me/
 *
 * Released under MIT License
 * http://plugins.adchsm.me/slidebars/license.txt
 *
 * -------------------
 * Slidebars CSS Index
 *
 * 001 - Box Model, Html & Body
 * 002 - Site
 * 003 - Slidebars
 * 004 - Animation
 * 005 - Helper Classes
 *




/* ----------
 * 002 - Site
 */
.off-canvas-trigger {
  cursor: pointer;
}
.off-canvas-inner {
  padding-top: 0;
}
#zen-wrap {
  /* You may now use class .sb-site-container instead of #sb-site and use your own id. However please make sure you don't set any of the following styles any differently on your id. */
  width: 100%;
  position: relative;
  z-index: 1;
  /* Site sits above Slidebars */
  background-color: #f6f6f6;
  /* Default background colour, overwrite this with your own css. I suggest moving your html or body background styling here. Making this transparent will allow the Slidebars beneath to be visible. */
}
/* ---------------
 * 003 - Slidebars
 */
.sb-slidebar {
  height: 100%;
  overflow-y: auto;
  /* Enable vertical scrolling on Slidebars when needed. */
  position: fixed;
  top: 0;
  z-index: 0;
  /* Slidebars sit behind sb-site. */
  display: none;
  /* Initially hide the Slidebars. Changed from visibility to display to allow -webkit-overflow-scrolling. */
  background-color: #644d52;
  /* Default Slidebars background colour, overwrite this with your own css. */
  -webkit-transform: translate(0px);
  /* Fixes issues with translated and z-indexed elements on iOS 7. */
}
.off-canvas-left {
  left: 0;
  /* Set Slidebar to the left. */
}
.off-canvas-right {
  right: 0;
  /* Set Slidebar to the right. */
}
html.sb-static .sb-slidebar,
.sb-slidebar.sb-static {
  position: absolute;
  /* Makes Slidebars scroll naturally with the site, and unfixes them for Android Browser < 3 and iOS < 5. */
}
.sb-slidebar.sb-active {
  display: block;
  /* Makes Slidebars visibile when open. Changed from visibility to display to allow -webkit-overflow-scrolling. */
}
.sb-style-overlay {
  z-index: 9999;
  /* Set z-index high to ensure it overlays any other site elements. */
}
.sb-momentum-scrolling {
  -webkit-overflow-scrolling: touch;
  /* Adds native momentum scrolling for iOS & Android devices. */
}
/* Slidebar widths for browsers/devices that don't support media queries. */
.sb-slidebar {
  width: 35%;
}
.sb-width-thin {
  width: 25%;
}
.sb-width-wide {
  width: 45%;
}
@media (max-width: 480px) {
  /* Slidebar widths on extra small screens. */
  .sb-slidebar {
    width: 45%;
  }
  .sb-width-thin {
    width: 45%;
  }
  .sb-width-wide {
    width: 55%;
  }
}
@media (min-width: 481px) {
  /* Slidebar widths on small screens. */
  .sb-slidebar {
    width: 45%;
  }
  .sb-width-thin {
    width: 35%;
  }
  .sb-width-wide {
    width: 65%;
  }
}
@media (min-width: 768px) {
  /* Slidebar widths on medium screens. */
  .sb-slidebar {
    width: 45%;
  }
  .sb-width-thin {
    width: 35%;
  }
  .sb-width-wide {
    width: 65%;
  }
}
@media (min-width: 992px) {
  /* Slidebar widths on large screens. */
  .sb-slidebar {
    width: 35%;
  }
  .sb-width-thin {
    width: 25%;
  }
  .sb-width-wide {
    width: 45%;
  }
}
@media (min-width: 1200px) {
  /* Slidebar widths on extra large screens. */
  .sb-slidebar {
    width: 35%;
  }
  .sb-width-thin {
    width: 25%;
  }
  .sb-width-wide {
    width: 45%;
  }
}
/* ---------------
 * 004 - Animation
 */
.sb-slide,
#zen-wrap,
.sb-site-container,
.sb-slidebar {
  -webkit-transition: -webkit-transform 400ms ease;
  -moz-transition: -moz-transform 400ms ease;
  -o-transition: -o-transform 400ms ease;
  transition: transform 400ms ease;
  -webkit-transition-property: -webkit-transform, left, right;
  /* Add left/right for Android < 4.4. */
}
/* --------------------
 * 005 - Helper Classes
 */
.sb-hide {
  display: none;
  /* Optionally applied to control classes when Slidebars is disabled over a certain width. */
}
/** 
 *------------------------------------------------------------------------------
 * @package       Zen Grid Framework 1.3.3
 *------------------------------------------------------------------------------
 * @copyright   Copyright (C) Joomlabamboo, August 30 2015
 * @license     http://www.gnu.org/licenses/gpl.html GNU General Public License version 2 or later; 
 * @Link:       http://www.joomlabamboo.com
 * @packaged: 	August 30 2015
 *------------------------------------------------------------------------------
 */
/* Hidden panel */
.zen-panel {
  display: none;
  padding: 20px;
  background: #ffffff;
  color: #333333;
  position: absolute;
  top: 100px;
  z-index: 100;
  max-width: 50%;
  min-width: 50%;
  left: 50%;
  margin-left: -25%;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 840px) {
  .zen-panel {
    top: 20px;
    max-width: 90%;
    left: 5%;
    margin-left: 0;
  }
}
.zen-panel h1,
.zen-panel h2,
.zen-panel h3,
.zen-panel h4,
.zen-panel h5,
.zen-panel h6,
.zen-panel p,
.zen-panel li {
  color: #333333;
}
.zen-panel a {
  color: #999999;
}
.zen-panel .zen-panel-close {
  float: right;
}
#zen-overlay {
  position: fixed;
  z-index: 99;
  display: none;
  background-color: rgba(255, 255, 255, 0.9);
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.open-panel span {
  background: #644d52;
  color: #fff;
}
.open-panel span:before {
  font-size: 80%;
  margin-left: 3px !important;
}
/** 
 *------------------------------------------------------------------------------
 * @package       Zen Grid Framework 1.3.3
 *------------------------------------------------------------------------------
 * @copyright   Copyright (C) Joomlabamboo, August 30 2015
 * @license     http://www.gnu.org/licenses/gpl.html GNU General Public License version 2 or later; 
 * @Link:       http://www.joomlabamboo.com
 * @packaged: 	August 30 2015
 *------------------------------------------------------------------------------
 */
/* Tools
-----------------------------------------------------------------------------*/
.floatleft {
  float: left;
  margin: 0 3% 30px 0;
}
.floatright {
  float: right;
  margin: 0 0 30px 3%;
}
.divider {
  *zoom: 1;
  clear: both;
}
.divider:before,
.divider:after {
  display: table;
  content: "";
  line-height: 0;
}
.divider:after {
  clear: both;
}
.divider:before,
.divider:after {
  content: " ";
  display: table;
}
.divider:after {
  clear: both;
}
.divider:before,
.divider:after {
  content: " ";
  display: table;
}
.divider:after {
  clear: both;
}
.divider:before,
.divider:after {
  content: " ";
  display: table;
}
.divider:after {
  clear: both;
}
/* A legacy rule because we used clear so much before */
.clear {
  *zoom: 1;
  clear: both;
  display: block;
}
.clear:before,
.clear:after {
  display: table;
  content: "";
  line-height: 0;
}
.clear:after {
  clear: both;
}
.clear:before,
.clear:after {
  content: " ";
  display: table;
}
.clear:after {
  clear: both;
}
.clear:before,
.clear:after {
  content: " ";
  display: table;
}
.clear:after {
  clear: both;
}
.clear:before,
.clear:after {
  content: " ";
  display: table;
}
.clear:after {
  clear: both;
}
.clearfix {
  clear: both;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
/* Position on nav and logo etc */
.zenleft {
  float: left;
}
.zencenter {
  float: none;
  text-align: center;
}
.zenright {
  float: right;
}
.hide {
  display: none !important;
}
.zen-reset-list {
  margin: 0;
  padding: 0;
}
.zen-reset-list li,
.zen-reset-list span {
  display: inline-block;
  list-style-type: none;
  padding: 0 4px;
}
.padding {
  padding: 10px 3%;
}
/** 
 *------------------------------------------------------------------------------
 * @package       Zen Grid Framework 1.3.3
 *------------------------------------------------------------------------------
 * @copyright   Copyright (C) Joomlabamboo, August 30 2015
 * @license     http://www.gnu.org/licenses/gpl.html GNU General Public License version 2 or later; 
 * @Link:       http://www.joomlabamboo.com
 * @packaged: 	August 30 2015
 *------------------------------------------------------------------------------
 */
.zen-spotlight {
  float: left;
  width: 100%;
}
.breadcrumb {
  margin-bottom: 20px;
}
.breadcrumb li:after {
  content: '/';
  margin-left: 8px;
  color: #102f47;
}
.breadcrumb li:last-child:after {
  content: '';
}
#zen-copyright {
  text-align: right;
}
#topwrap,
#headerwrap,
#bannerwrap,
#navwrap,
#grid1wrap,
#grid2wrap,
#grid3wrap,
#mainWrap,
#grid4wrap,
#grid5wrap,
#grid6wrap,
#bottomwrap,
#footerwrap {
  float: left;
  width: 100%;
}
/** 
 *------------------------------------------------------------------------------
 * @package       Zen Grid Framework 1.3.3
 *------------------------------------------------------------------------------
 * @copyright   Copyright (C) Joomlabamboo, August 30 2015
 * @license     http://www.gnu.org/licenses/gpl.html GNU General Public License version 2 or later; 
 * @Link:       http://www.joomlabamboo.com
 * @packaged: 	August 30 2015
 *------------------------------------------------------------------------------
 */
/** 
 *------------------------------------------------------------------------------
 * @package       Zen Grid Framework 1.3.3
 *------------------------------------------------------------------------------
 * @copyright   Copyright (C) Joomlabamboo, August 30 2015
 * @license     http://www.gnu.org/licenses/gpl.html GNU General Public License version 2 or later; 
 * @Link:       http://www.joomlabamboo.com
 * @packaged: 	August 30 2015
 *------------------------------------------------------------------------------
 */
.zen-menu {
  margin: 0;
}
.zen-menu *,
.zen-menu *:before,
.zen-menu *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
.zen-menu li {
  list-style-type: none;
  margin: 0;
}
.zen-menu li a,
.zen-menu li .zen-menu-heading {
  cursor: pointer;
}
.zen-menu li a:hover,
.zen-menu li .zen-menu-heading:hover {
  text-decoration: none;
}
.zen-menu li.parent > a:before,
.zen-menu li.parent > .zen-menu-heading:before {
  width: 0;
  height: 0;
  float: left;
  content: "";
  margin-top: 16px;
  margin-right: 8px;
  border-style: solid;
  border-width: 4px 4px 0 4px;
  border-color: #ffffff transparent transparent transparent;
}
.zen-menu li.parent.active > a:before,
.zen-menu li.parent.active > .zen-menu-heading:before {
  border-color: #ffffff transparent transparent transparent;
}
.zen-menu li ul li.parent > a:before,
.zen-menu li ul li.parent > .zen-menu-heading:before {
  float: right;
  content: "";
  width: 0;
  height: 0;
  margin: 0;
  border-style: solid;
  border-width: 4px 0 4px 4px;
  border-color: transparent transparent transparent #999;
}
.zen-menu ul {
  margin: 0 0 0 16px;
}
.zen-menu ul li {
  list-style-type: disc;
}
.zen-menu .zen-menu-caption {
  display: block;
  font-size: 90%;
  padding: 4px 0;
}
#navwrap,
#sticky-fill {
  float: left;
  width: 100%;
}
/** 
 *------------------------------------------------------------------------------
 * @package       Zen Grid Framework 1.3.3
 *------------------------------------------------------------------------------
 * @copyright   Copyright (C) Joomlabamboo, August 30 2015
 * @license     http://www.gnu.org/licenses/gpl.html GNU General Public License version 2 or later; 
 * @Link:       http://www.joomlabamboo.com
 * @packaged: 	August 30 2015
 *------------------------------------------------------------------------------
 */
/* menus in the middle */
.zen-menu-center {
  text-align: center;
  float: none !important;
  width: 100%;
}
.zen-menu-center li {
  display: inline-table;
  float: none !important;
}
.zen-menu-center li li {
  display: block;
  float: left !important;
  text-align: left;
  width: 100%;
  text-indent: 0 !important;
}
.zen-menu-center li li a {
  width: 100%;
  text-align: left;
}
/** 
 *------------------------------------------------------------------------------
 * @package       Zen Grid Framework 1.3.3
 *------------------------------------------------------------------------------
 * @copyright   Copyright (C) Joomlabamboo, August 30 2015
 * @license     http://www.gnu.org/licenses/gpl.html GNU General Public License version 2 or later; 
 * @Link:       http://www.joomlabamboo.com
 * @packaged: 	August 30 2015
 *------------------------------------------------------------------------------
 */
/* menus in the middle */
.zen-menu-right {
  text-align: right;
  float: right !important;
}
.zen-menu-right li {
  display: inline-table;
  float: none !important;
}
.zen-menu-right li li {
  display: block;
  float: left !important;
  text-align: left;
  width: 100%;
  text-indent: 0 !important;
}
/** 
 *------------------------------------------------------------------------------
 * @package       Zen Grid Framework 1.3.3
 *------------------------------------------------------------------------------
 * @copyright   Copyright (C) Joomlabamboo, August 30 2015
 * @license     http://www.gnu.org/licenses/gpl.html GNU General Public License version 2 or later; 
 * @Link:       http://www.joomlabamboo.com
 * @packaged: 	August 30 2015
 *------------------------------------------------------------------------------
 */
.zen-menu ul .zen-group ul {
  opacity: 1;
  visibility: visible;
  position: relative;
  left: 0;
  margin: 0;
  height: auto;
  box-shadow: none;
  margin-top: 20px;
  border: 1px solid #8d816b;
  margin-bottom: 20px;
  display: block !important;
  margin-left: 0 !important;
}
.zen-menu ul .zen-group ul ul {
  border: 0;
  margin-bottom: 0;
  font-size: 90%;
  overflow: visible !important;
}
.zen-menu ul .zen-group ul ul li {
  list-style-type: disc !important;
}
.zen-menu ul .zen-group.parent > a:before,
.zen-menu ul .zen-group.parent > .zen-menu-heading:before,
.zen-menu ul .zen-group li.parent > a:before,
.zen-menu ul .zen-group li.parent > .zen-menu-heading:before {
  border: 0;
  display: none;
}
.zen-menu ul .zen-group ul {
  padding: 10px;
}
.zen-menu ul .zen-group ul ul {
  padding: 0;
  margin-left: 20px !important;
  padding-bottom: 0 !important;
}
/** 
 *------------------------------------------------------------------------------
 * @package       Zen Grid Framework 1.3.3
 *------------------------------------------------------------------------------
 * @copyright   Copyright (C) Joomlabamboo, August 30 2015
 * @license     http://www.gnu.org/licenses/gpl.html GNU General Public License version 2 or later; 
 * @Link:       http://www.joomlabamboo.com
 * @packaged: 	August 30 2015
 *------------------------------------------------------------------------------
 */
.zen-menu-horizontal.zen-menu-no-animation ul {
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  transition: all 0s;
}
.zen-menu-horizontal .zen-menu-offscreen ul {
  margin-left: -100% !important;
  left: -100%;
}
.zen-menu-horizontal .zen-menu-offscreen ul ul {
  margin-left: -20px !important;
  left: 100% !important;
}
.zen-menu-horizontal .parent:hover {
  z-index: 1010;
}
.zen-menu-horizontal ul {
  width: 100%;
  position: relative;
  float: left;
  margin: 0;
  padding: 0;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.zen-menu-horizontal ul:before,
.zen-menu-horizontal ul:after {
  content: "";
  display: table;
  clear: both;
}
.zen-menu-horizontal ul li {
  position: relative;
  z-index: 10;
  float: left;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.zen-menu-horizontal ul a,
.zen-menu-horizontal ul .zen-menu-heading {
  display: block;
  color: #333;
  float: left;
  text-decoration: none;
  font-weight: 700;
  padding: 0 15px;
}
.zen-menu-horizontal ul ul {
  height: 0;
  opacity: 0;
  overflow: hidden;
  visibility: hidden;
  position: absolute;
  z-index: 98;
  top: 100%;
  left: -20px;
  margin-top: -10px;
  background: #fff;
  padding: 20px;
  min-width: 300px;
}
.zen-menu-horizontal ul ul li {
  width: 100%;
}
.zen-menu-horizontal ul ul ul {
  top: 0;
  left: 100%;
}
.zen-menu-horizontal ul .moduletable {
  margin-bottom: 0;
}
.zen-menu-horizontal ul .moduletable ul {
  height: auto;
  opacity: 1;
  overflow: visible;
  visibility: visible;
  display: block;
  position: inherit;
  left: auto;
  top: auto;
  padding: 0;
  margin-bottom: 0 !important;
  clear: both;
}
.zen-menu-horizontal ul .moduletable ul li {
  padding: 0 !important;
  line-height: 1em;
}
.zen-menu-horizontal ul .justify {
  position: static;
}
.zen-menu-horizontal ul .justify ul {
  min-width: 0;
  margin-top: -7px !important;
}
.zen-menu-horizontal ul .justify ul ul {
  margin-top: 0 !important;
}
.zen-menu-horizontal ul li:hover > ul {
  height: auto;
  opacity: 1;
  visibility: visible;
  top: 100%;
  overflow: visible;
}
.zen-menu-horizontal ul li:hover > ul .zen-group ul {
  overflow: visible;
  height: auto;
}
/** 
 *------------------------------------------------------------------------------
 * @package       Zen Grid Framework 1.3.3
 *------------------------------------------------------------------------------
 * @copyright   Copyright (C) Joomlabamboo, August 30 2015
 * @license     http://www.gnu.org/licenses/gpl.html GNU General Public License version 2 or later; 
 * @Link:       http://www.joomlabamboo.com
 * @packaged: 	August 30 2015
 *------------------------------------------------------------------------------
 */
.zen-menu-above ul ul {
  top: -40px;
}
/** 
 *------------------------------------------------------------------------------
 * @package       Zen Grid Framework 1.3.3
 *------------------------------------------------------------------------------
 * @copyright   Copyright (C) Joomlabamboo, August 30 2015
 * @license     http://www.gnu.org/licenses/gpl.html GNU General Public License version 2 or later; 
 * @Link:       http://www.joomlabamboo.com
 * @packaged: 	August 30 2015
 *------------------------------------------------------------------------------
 */
.zen-menu-below ul ul {
  margin: 100px 0 0 0 !important;
}
.zen-menu-below ul li:hover ul {
  margin: 0 !important;
}
.zen-menu-below ul .justify ul {
  margin: 100px 0 0 0 !important;
}
.zen-menu-below ul .justify:hover ul {
  margin: -7px 0 0 0 !important;
}
.zen-menu-below ul .justify:hover ul ul {
  margin: 0 !important;
}
/** 
 *------------------------------------------------------------------------------
 * @package       Zen Grid Framework 1.3.3
 *------------------------------------------------------------------------------
 * @copyright   Copyright (C) Joomlabamboo, August 30 2015
 * @license     http://www.gnu.org/licenses/gpl.html GNU General Public License version 2 or later; 
 * @Link:       http://www.joomlabamboo.com
 * @packaged: 	August 30 2015
 *------------------------------------------------------------------------------
 */
.zen-menu-below ul ul {
  top: 100%;
}
/** 
 *------------------------------------------------------------------------------
 * @package       Zen Grid Framework 1.3.3
 *------------------------------------------------------------------------------
 * @copyright   Copyright (C) Joomlabamboo, August 30 2015
 * @license     http://www.gnu.org/licenses/gpl.html GNU General Public License version 2 or later; 
 * @Link:       http://www.joomlabamboo.com
 * @packaged: 	August 30 2015
 *------------------------------------------------------------------------------
 */
.zen-menu-zoom li > ul {
  -webkit-transform: scale(0.4);
  -moz-transform: scale(0.4);
  transform: scale(0.4);
}
.zen-menu-zoom li > ul .zen-menu-child {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
}
.zen-menu-zoom li:hover > ul {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
}
.zen-menu-zoom ul ul {
  margin: 100px 0 0 0 !important;
}
.zen-menu-zoom ul li:hover ul {
  margin: 0 !important;
}
.zen-menu-zoom ul .justify ul {
  margin: 100px 0 0 0 !important;
}
.zen-menu-zoom ul .justify:hover ul {
  margin: -7px 0 0 0 !important;
}
.zen-menu-zoom ul .justify:hover ul ul {
  margin: 0 !important;
}
/** 
 *------------------------------------------------------------------------------
 * @package       Zen Grid Framework 1.3.3
 *------------------------------------------------------------------------------
 * @copyright   Copyright (C) Joomlabamboo, August 30 2015
 * @license     http://www.gnu.org/licenses/gpl.html GNU General Public License version 2 or later; 
 * @Link:       http://www.joomlabamboo.com
 * @packaged: 	August 30 2015
 *------------------------------------------------------------------------------
 */
.zen-menu-tabs {
  float: left;
  width: 100%;
}
.zen-menu-tabs:after {
  position: absolute;
  content: "";
  width: 100%;
  bottom: 0;
  left: 0;
  border-bottom: 1px solid #eee;
  z-index: 1;
}
.zen-menu-tabs li {
  margin: 0;
  z-index: 2;
}
.zen-menu-tabs li > a,
.zen-menu-tabs li > .zen-menu-heading {
  padding: 10px 30px;
  border-bottom: 0;
  border-left: 0;
}
.zen-menu-tabs li.active > a,
.zen-menu-tabs li.active > .zen-menu-heading {
  border: 1px solid #eee;
  border-bottom-color: #fff;
  border-radius: 4px 4px 0 0;
}
.zen-menu-tabs li li > a,
.zen-menu-tabs li li > .zen-menu-heading {
  border: 0;
  padding: 0;
}
.zen-menu-tabs li li.active > a,
.zen-menu-tabs li li.active > .zen-menu-heading {
  border: 0;
}
/** 
 *------------------------------------------------------------------------------
 * @package       Zen Grid Framework 1.3.3
 *------------------------------------------------------------------------------
 * @copyright   Copyright (C) Joomlabamboo, August 30 2015
 * @license     http://www.gnu.org/licenses/gpl.html GNU General Public License version 2 or later; 
 * @Link:       http://www.joomlabamboo.com
 * @packaged: 	August 30 2015
 *------------------------------------------------------------------------------
 */
.zen-menu-navbar {
  border: 1px solid #ededed;
  border-width: 1px 0;
  width: 100%;
}
.zen-menu-navbar li {
  margin: 0;
}
.zen-menu-navbar li > a,
.zen-menu-navbar li > .zen-menu-heading {
  border-right: 1px solid #ededed;
  padding: 10px 20px;
}
.zen-menu-navbar li:last-child a,
.zen-menu-navbar li:last-child .zen-menu-heading {
  border-right: 0;
}
.zen-menu-navbar li ul a,
.zen-menu-navbar li ul .zen-menu-heading {
  border: 0;
  box-shadow: none;
  background-image: none;
  background: none;
  padding: 0;
  margin: 0;
  margin: 0 !important;
  padding: 0 !important;
  list-style-type: none !important;
}
.zen-menu-navbar li .zen-menu-caption {
  padding: 0;
}
/** 
 *------------------------------------------------------------------------------
 * @package       Zen Grid Framework 1.3.3
 *------------------------------------------------------------------------------
 * @copyright   Copyright (C) Joomlabamboo, August 30 2015
 * @license     http://www.gnu.org/licenses/gpl.html GNU General Public License version 2 or later; 
 * @Link:       http://www.joomlabamboo.com
 * @packaged: 	August 30 2015
 *------------------------------------------------------------------------------
 */
.zen-menu-vertical ul {
  margin: 0;
}
.zen-menu-vertical ul li {
  list-style-type: none;
  padding: 4px 0;
}
.zen-menu-vertical ul li li {
  background: none !important;
}
.zen-menu-vertical ul ol {
  list-style-type: decimal;
}
.zen-menu-vertical ul li {
  list-style-type: none;
  padding: 4px 0;
}
.zen-menu-vertical ul li li {
  background: none !important;
}
.zen-menu-vertical ul ol {
  list-style-type: decimal;
}
/** 
 *------------------------------------------------------------------------------
 * @package       Zen Grid Framework 1.3.3
 *------------------------------------------------------------------------------
 * @copyright   Copyright (C) Joomlabamboo, August 30 2015
 * @license     http://www.gnu.org/licenses/gpl.html GNU General Public License version 2 or later; 
 * @Link:       http://www.joomlabamboo.com
 * @packaged: 	August 30 2015
 *------------------------------------------------------------------------------
 */
.zen-menu .zen-menu-module {
  padding: 10px 0 20px;
}
.zen-menu .zen-menu-module h3 {
  margin: 0;
}
.zen-menu .zen-menu-module #modlgn-remember {
  margin-left: 0 !important;
}
/** 
 *------------------------------------------------------------------------------
 * @package       Zen Grid Framework 1.3.3
 *------------------------------------------------------------------------------
 * @copyright   Copyright (C) Joomlabamboo, August 30 2015
 * @license     http://www.gnu.org/licenses/gpl.html GNU General Public License version 2 or later; 
 * @Link:       http://www.joomlabamboo.com
 * @packaged: 	August 30 2015
 *------------------------------------------------------------------------------
 */
.zen-menu-pills li > a,
.zen-menu-pills li > .zen-menu-heading {
  padding: 10px 20px 0;
  border-radius: 4px;
}
.zen-menu-pills li > a:hover,
.zen-menu-pills li > .zen-menu-heading:hover {
  color: #fff;
  background: #999;
}
.zen-menu-pills li.active > a,
.zen-menu-pills li.active > .zen-menu-heading {
  background: #999;
  color: #fff;
  padding: 10px 20px 0;
  border-radius: 4px;
}
.zen-menu-pills li.active ul li > a,
.zen-menu-pills li.active ul li > .zen-menu-heading {
  border: 0;
  box-shadow: none;
  background-image: none;
  background: none;
  padding: 0;
  margin: 0;
  margin: 0 !important;
  padding: 0 !important;
  list-style-type: none !important;
}
.zen-menu-pills li ul a,
.zen-menu-pills li ul .zen-menu-heading {
  border: 0;
  box-shadow: none;
  background-image: none;
  background: none;
  padding: 0;
  margin: 0;
  margin: 0 !important;
  padding: 0 !important;
  list-style-type: none !important;
}
.zen-menu-pills li ul li a:hover,
.zen-menu-pills li ul li .zen-menu-heading:hover {
  color: #999;
}
/** 
 *------------------------------------------------------------------------------
 * @package       Zen Grid Framework 1.3.3
 *------------------------------------------------------------------------------
 * @copyright   Copyright (C) Joomlabamboo, August 30 2015
 * @license     http://www.gnu.org/licenses/gpl.html GNU General Public License version 2 or later; 
 * @Link:       http://www.joomlabamboo.com
 * @packaged: 	August 30 2015
 *------------------------------------------------------------------------------
 */
@media (min-width: 940px) {
  .zen-menu-toggle {
    display: none;
  }
  .zen-menu-toggle li {
    display: block;
    float: none;
  }
  .zen-menu-toggle li ul {
    opacity: 1;
    visibility: visible;
    position: relative;
    left: 0;
    margin: 0;
    height: auto;
    margin-left: 0;
    float: left;
    width: 100%;
  }
  .zen-menu-toggle li:hover > ul {
    margin-left: 0px;
  }
  .zen-menu-toggle li:hover > ul ul {
    margin-left: 20px;
  }
  .zen-menu-toggle .zen-group ul {
    margin-left: 0px !important;
  }
  .zen-menu-toggle .zen-group:hover > ul {
    margin-left: 0px;
  }
  .zen-menu-toggle .zen-group:hover > ul ul {
    margin-left: 0;
  }
}
@media (min-width: 940px) {
  .zen-menu {
    clear: both;
  }
}
@media (max-width: 940px) {
  .zen-menu-btn {
    display: block;
  }
}
@media (min-width: 940px) {
  .zen-menu-btn {
    display: none;
  }
}
/** 
 *------------------------------------------------------------------------------
 * @package       Zen Grid Framework 1.3.3
 *------------------------------------------------------------------------------
 * @copyright   Copyright (C) Joomlabamboo, August 30 2015
 * @license     http://www.gnu.org/licenses/gpl.html GNU General Public License version 2 or later; 
 * @Link:       http://www.joomlabamboo.com
 * @packaged: 	August 30 2015
 *------------------------------------------------------------------------------
 */
.responsive_menu select {
  display: block;
  width: 100%;
  height: 36px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
  vertical-align: middle;
  background-color: #ffffff;
  background-image: none;
  border-color: 1px solid #e6e6e6;
}
/* hide the link until viewport size is reached */
a.meanmenu-reveal {
  display: none;
}
/* when under viewport size, .mean-container is added to body */
.mean-container .mean-bar {
  float: left;
  width: 100%;
  position: relative;
  background: #f77a52;
  padding: 4px 0 0;
  min-height: 42px;
  margin-bottom: 10px;
  z-index: 99;
}
.mean-container li.parent .zen-icon-plus,
.mean-container li.parent .zen-icon-minus {
  float: right;
  color: #0c2436;
}
.mean-container a.meanmenu-reveal {
  width: 22px;
  height: 22px;
  padding: 13px 13px 11px 13px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  color: #ffffff;
  text-decoration: none;
  font-size: 16px;
  text-indent: -9999em;
  line-height: 22px;
  font-size: 1px;
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
}
.mean-container a.meanmenu-reveal:hover {
  color: #eeeeee;
}
.mean-container a.meanmenu-reveal span {
  display: block;
  background: #ffffff;
  height: 3px;
  margin-top: 3px;
}
.mean-container a.meanmenu-reveal span:hover {
  color: #eeeeee;
}
.mean-container .mean-nav {
  float: left;
  width: 100%;
  margin-top: 44px;
}
.mean-container .mean-nav ul {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style-type: none;
}
.mean-container .mean-nav ul li {
  position: relative;
  float: left;
  width: 100%;
  padding: 0;
}
.mean-container .mean-nav ul li a,
.mean-container .mean-nav ul li span.zen-menu-heading {
  display: block;
  float: left;
  width: 90%;
  padding: 1em 5%;
  margin: 0;
  text-align: left;
  cursor: pointer;
  color: #0c2436;
  border-top: 1px solid #383838;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  text-decoration: none;
  text-transform: uppercase;
}
.mean-container .mean-nav ul li a:hover,
.mean-container .mean-nav ul li span.zen-menu-heading:hover {
  color: #a49a87;
}
.mean-container .mean-nav ul li li a,
.mean-container .mean-nav ul li li span.zen-menu-heading {
  width: 80%;
  padding: 0.9em 10%;
  border-top: 1px solid #f1f1f1;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  opacity: 0.75;
  filter: alpha(opacity=75);
  text-shadow: none !important;
  visibility: visible;
}
.mean-container .mean-nav ul li.mean-last a,
.mean-container .mean-nav ul li.mean-last span.zen-menu-heading {
  border-bottom: none;
  margin-bottom: 0;
}
.mean-container .mean-nav ul li li li a,
.mean-container .mean-nav ul li li li span.zen-menu-heading {
  width: 70%;
  padding: 1em 15%;
}
.mean-container .mean-nav ul li li li li a,
.mean-container .mean-nav ul li li li li span.zen-menu-heading {
  width: 60%;
  padding: 1em 20%;
}
.mean-container .mean-nav ul li li li li li a,
.mean-container .mean-nav ul li li li li li span.zen-menu-heading {
  width: 50%;
  padding: 1em 25%;
}
.mean-container .mean-nav ul li a:hover {
  background: #252525;
  background: rgba(255, 255, 255, 0.05);
}
.mean-container .mean-nav ul li a.mean-expand {
  margin-top: 1px;
  width: 20px;
  height: 20px;
  padding: 12px !important;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  font-weight: 700;
  font-size: 1.4em !important;
  border: none !important;
}
.mean-container .mean-nav ul li a.mean-expand:hover {
  color: #a49a87;
}
.mean-container .mean-push {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
  clear: both;
}
.mean-nav .wrapper {
  width: 100%;
  padding: 0;
  margin: 0;
}
/* Fix for box sizing on Foundation Framework etc. */
.mean-container .mean-bar,
.mean-container .mean-bar * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.mean-remove {
  display: none !important;
}
.mean-container .zen-menu-caption {
  font-size: 11px;
  font-style: italic;
  color: #999;
  margin-left: 10px;
}
.mean-nav .moduletable {
  box-sizing: border-box;
  padding: 20px;
}
.mean-nav .moduletable #login-form ul {
  margin-bottom: 40px;
}
.mean-nav .moduletable .form-group {
  margin-bottom: 0;
}
.mean-nav .moduletable input {
  width: 100%;
  box-sizing: border-box;
}
.mean-nav .moduletable input[type="checkbox"],
.mean-nav .moduletable input[type="radio"] {
  width: auto;
}
#off-canvas-menu {
  margin: 0 !important;
}
#off-canvas-menu ul {
  margin: 0 !important;
}
/** 
 *------------------------------------------------------------------------------
 * @package       Zen Grid Framework 1.3.3
 *------------------------------------------------------------------------------
 * @copyright   Copyright (C) Joomlabamboo, August 30 2015
 * @license     http://www.gnu.org/licenses/gpl.html GNU General Public License version 2 or later; 
 * @Link:       http://www.joomlabamboo.com
 * @packaged: 	August 30 2015
 *------------------------------------------------------------------------------
 */
.responsive-enabled {
  width: 100% !important;
}
@media screen and (min-width: 840px) {
  .responsive-enabled .hidden-desktop {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
  }
  .responsive-enabled .visible-desktop {
    display: block !important;
    visibility: visible;
  }
  .responsive-enabled .visible-tablets,
  .responsive-enabled .visible-tablet {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
  }
  .responsive-enabled .visible-phones,
  .responsive-enabled .visible-phone {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
  }
}
@media screen and (min-width: 620px) and (max-width: 840px) {
  .responsive-enabled .stack-tablets .zg-col {
    width: 100% !important;
    margin-left: 0;
  }
  .responsive-enabled .hidden-tablets,
  .responsive-enabled .hidden-tablet {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
  }
  .responsive-enabled .visible-tablets,
  .responsive-enabled .visible-tablet {
    display: block !important;
    visibility: visible;
  }
  .responsive-enabled .visible-phones,
  .responsive-enabled .visible-phone {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
  }
}
@media screen and (max-width: 620px) {
  .responsive-enabled .stack-phones .zg-col {
    width: 100%;
  }
  .responsive-enabled .hidden-phones,
  .responsive-enabled .hidden-phone {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
  }
  .responsive-enabled .visible-phone,
  .responsive-enabled .visible-phones {
    display: block !important;
    visibility: visible;
  }
  .responsive-enabled .zen-container {
    width: 60%;
  }
}
@media screen and (min-width: 940px) {
  .responsive-enabled .visible-navcollapse,
  .responsive-enabled #off-canvas-menu .simple-list {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
  }
}
@media screen and (max-width: 940px) {
  .responsive-enabled .visible-navcollapse {
    display: block !important;
    visibility: visible;
  }
  .responsive-enabled .hidden-navcollapse {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
  }
  .responsive-enabled #menu ul {
    display: none;
  }
  .responsive-enabled.default-menu #menu ul,
  .responsive-enabled.stacked-menu #menu ul {
    display: block;
  }
  .responsive-enabled.default-menu #menu ul ul,
  .responsive-enabled.stacked-menu #menu ul ul {
    display: none;
  }
  .responsive-enabled.default-menu #navwrap.fixed,
  .responsive-enabled.stacked-menu #navwrap.fixed {
    position: relative;
  }
  .responsive-enabled.stacked-menu #menu ul li {
    width: 100%;
  }
  .responsive-enabled #menu {
    position: inherit !important;
  }
  .responsive-enabled #menu .off-canvas-trigger {
    position: absolute !important;
    top: -50px;
    padding: 15px 12px 15px 18px !important;
  }
  .responsive-enabled #menu .off-canvas-trigger span:before {
    font-size: 100% !important;
    line-height: 1.2em !important;
  }
  .responsive-enabled .fixed .off-canvas-trigger {
    display: none !important;
  }
}
@media screen and (min-width: 840px) {
  .responsive-enabled .visible-gridcollapse {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
  }
}
@media screen and (max-width: 840px) {
  .responsive-enabled .visible-gridcollapse {
    display: block !important;
    visibility: visible;
  }
  .responsive-enabled .hidden-gridcollapse {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
  }
}
@media screen and (min-width: 840px) {
  .responsive-enabled {
    width: 80%;
  }
}
@media screen and (max-width: 840px) {
  .responsive-enabled .zen-container {
    width: 80%;
  }
}
@media screen and (max-width: 620px) {
  .responsive-enabled .zen-container {
    width: 75%;
  }
}
/** 
 *------------------------------------------------------------------------------
 * @package       Zen Grid Framework 
 *------------------------------------------------------------------------------
 * @copyright     Copyright (C) 2006-2014 Joomlabamboo.com. All Rights Reserved.
 * @license       GNU General Public License version 2 or later; 
 * @Link:         http://www.joomlabamboo.com
 *------------------------------------------------------------------------------
 */
.article-footer {
  margin-bottom: 20px;
}
.article-aside {
  padding: 0 0 20px;
}
.article-aside ul {
  clear: both;
}
.items-leading,
.item-row .item {
  margin-bottom: 40px;
}
.item-row {
  margin-bottom: 20px;
  float: left;
  width: 100%;
}
.items-more {
  margin-bottom: 20px;
  float: left;
  width: 100%;
}
.zg-col-3 .article-info,
.zg-col-4 .article-info {
  margin-bottom: 4px;
}
.zg-col-3 .article-title,
.zg-col-4 .article-title {
  font-size: 1.8em;
}
.zg-col-3 .readmore a,
.zg-col-4 .readmore a {
  display: inline-block;
}
.zg-col-3 .item,
.zg-col-4 .item {
  margin-bottom: 30px;
}
.category-list ul {
  margin-bottom: 30px;
}
.category-list li {
  padding: 8px 0;
}
.category-list .btn {
  margin-top: 20px;
}
table.category {
  width: 100%;
}
table.category th {
  text-align: left;
  font-weight: bold;
}
.item-image {
  margin: 20px 0;
}
.img-left {
  float: left;
  max-width: 100%;
  margin: 0 20px 20px 0;
}
.img-right {
  float: right;
  max-width: 100%;
  margin: 0 0 20px 20px;
}
.img-none img {
  margin: 0 auto 20px;
}
.item-image figure {
  margin: 0;
}
@media screen and (max-width: 840px) {
  .img-right,
  .img-left {
    margin: 20px 0;
  }
}
.login fieldset {
  padding: 0;
  border: 0;
}
.login input {
  margin-bottom: 20px;
}
.login ul {
  margin: 20px 0 0 0;
}
.login ul li {
  list-style-type: none;
  padding: 2px 0;
}
.login input#remember,
.login label {
  display: inline;
}
.control-label {
  padding-right: 10px;
}
.search-results {
  padding-top: 20px;
  border-top: 1px solid #e6e6e6;
}
.search-results li:last-child,
.search-results li:last-child a {
  border-bottom: 0;
}
.search-results li:last-child,
.search-results li:last-child a {
  border-bottom: 0;
}
.search-results h3,
.search-results p {
  margin: 0;
}
.search-results .small {
  font-size: 90%;
}
.search-results li {
  border-bottom: 1px solid #e6e6e6;
  padding: 20px 0;
}
#searchForm .no-margin {
  margin-left: 0 !important;
}
#searchForm input[type="radio"],
#searchForm input[type="checkbox"] {
  margin-right: 6.66666667px;
}
#searchForm legend {
  margin-bottom: 20px;
}
/* Tooltips
-----------------------------------------------------------------------------*/
.control-group {
  position: relative;
  z-index: 1;
}
.tip-wrap {
  background: #644d52;
  border: 1px solid #584449;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
  max-width: 300px;
  z-index: 999;
  color: #fff;
}
.tip-title {
  border-bottom: 1px solid #584449;
  font-weight: bold;
  padding: 5px 10px;
}
.tip-text {
  font-size: 13px;
  margin: 0;
  padding: 5px 10px;
}
.hasTip img {
  border: none;
  margin: 0 5px 0 0;
}
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  font-size: 11px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: visible;
}
.tooltip.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #644d52;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  position: relative;
}
.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-top-color: #584449;
  border-width: 5px 5px 0;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-right-color: #584449;
  border-width: 5px 5px 5px 0;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-left-color: #584449;
  border-width: 5px 0 5px 5px;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-bottom-color: #584449;
  border-width: 0 5px 5px;
}
.profile-edit fieldset {
  margin-bottom: 20px;
}
.edit .inputbox {
  width: 70%;
  margin-right: 10px;
}
.edit .btn.hasTooltip {
  margin-top: 1px;
  margin-left: 4px;
}
.edit .search-field {
  min-width: 200px !important;
  width: 200px !important;
}
.content_rating {
  clear: both;
  margin-bottom: 20px;
}
.content_rating img {
  float: left;
}
.content_rating p {
  margin-bottom: 0;
}
.content_rating .content_vote label {
  display: block;
}
.btn-toolbar {
  margin-bottom: 20px;
}
/* Pagenav - Tabs
-----------------------------------------------------------------------------*/
dl.tabs {
  padding: 0px;
  *zoom: 1;
  clear: both;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #fff;
}
dl.tabs:before,
dl.tabs:after {
  display: table;
  content: "";
  line-height: 0;
}
dl.tabs:after {
  clear: both;
}
dl.tabs:before,
dl.tabs:after {
  content: " ";
  display: table;
}
dl.tabs:after {
  clear: both;
}
dl.tabs:before,
dl.tabs:after {
  content: " ";
  display: table;
}
dl.tabs:after {
  clear: both;
}
dl.tabs:before,
dl.tabs:after {
  content: " ";
  display: table;
}
dl.tabs:after {
  clear: both;
}
dl.tabs:after {
  content: "";
  background: #e6e6e6;
  height: 1px;
  width: 100%;
}
dl.tabs:before {
  content: "";
  background: #fff;
  height: 1px;
  width: 100%;
}
dl.tabs dt:last-child h3:after {
  content: "";
}
dl.tabs h3 {
  float: left;
  margin-right: 20px;
  font-size: 1.3em;
  font-weight: normal;
  margin-bottom: 10px !important;
  border: 0;
}
dl.tabs h3:after {
  content: "/";
  margin-left: 20px;
  color: #d2d2d2;
}
dl.tabs h3 a {
  border: 0;
  color: #0c2436;
  margin-bottom: 0px !important;
}
dl.tabs .open h3 a {
  color: #644d52;
}
.contact .nav-tabs {
  float: left;
  width: 100%;
  margin-top: 20px;
}
.contact .tab-content {
  padding-top: 20px;
  float: left;
  width: 100%;
  position: relative;
}
.contact .tab-pane {
  top: 0;
}
.contact .thumbnail {
  margin-bottom: 40px;
}
.contact [itemprop="jobTitle"] {
  margin: 10px 0;
  font-size: 39px;
  line-height: 1.4em;
  word-break: break-word;
}
.contact [itemprop="jobTitle"] small {
  font-size: 26px;
}
.contact dd {
  padding: 4px 0;
}
.contact legend {
  margin-bottom: 40px;
}
.contact input,
.contact textarea {
  width: 75%;
  margin-bottom: 20px;
}
.contact #jform_contact_email_copy {
  width: auto;
}
.contact label {
  display: inline-block;
  text-align: left !important;
}
.contact .panel-heading {
  padding: 10px;
  border: 1px solid #e6e6e6;
  margin-bottom: 20px;
}
.contact .zen-collapse,
.contact .tab-pane {
  overflow: hidden;
  max-height: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  opacity: 0;
}
.contact .zen-collapse.in,
.contact .tab-pane.active {
  max-height: 1000px;
  opacity: 1;
}
.contact .contact-address {
  padding-bottom: 20px;
}
.login input {
  margin-bottom: 20px;
}
.login .col-sm-3 {
  width: auto;
}
.other-links {
  margin: 0;
  margin-top: 20px;
}
.other-links li {
  list-style-type: none;
  padding: 4px 0;
}
.other-links li li {
  background: none !important;
}
.other-links ol {
  list-style-type: decimal;
}
.other-links li {
  list-style-type: none;
  padding: 4px 0;
}
.other-links li li {
  background: none !important;
}
.other-links ol {
  list-style-type: decimal;
}
.profile-edit .form-group {
  width: 100%;
  clear: both;
}
.profile-edit .form-group input {
  margin-bottom: 20px;
}
.profile-edit legend {
  margin-bottom: 20px;
}
.tab-pane {
  display: none;
}
.tab-pane.active {
  display: block;
}
.zen-collapse-trigger {
  border: 1px solid #e6e6e6;
  padding: 0px 20px;
  margin-bottom: 0;
  cursor: pointer;
}
.zen-collapse-trigger:hover {
  -moz-transition: all 250ms;
  -o-transition: all 250ms;
  -webkit-transition: all 250ms;
  transition: all 250ms;
  background: #644d52;
  border: 1px solid #47373a;
}
.zen-collapse-trigger:hover h1,
.zen-collapse-trigger:hover h2,
.zen-collapse-trigger:hover h3,
.zen-collapse-trigger:hover h4 {
  color: #fff;
}
.zen-collapse-trigger .toggler {
  float: right;
}
.zen-collapse-trigger .zen-icon {
  float: right;
}
.zen-collapse-trigger h3 {
  border: 0 !important;
}
.zen-collapse-trigger h3:after {
  display: none;
}
.slide-content {
  padding: 20px 0;
}
.slide-content .moduletable {
  margin-bottom: 0;
}
.slide-content p {
  margin: 0;
}
.tags a {
  margin-right: 10px;
}
/** 
 *------------------------------------------------------------------------------
 * @package       T3 Framework for Joomla!
 *------------------------------------------------------------------------------
 * @copyright     Copyright (C) 2004-2013 JoomlArt.com. All Rights Reserved.
 * @license       GNU General Public License version 2 or later; see LICENSE.txt
 * @authors       JoomlArt, JoomlaBamboo, (contribute to this project at github 
 *                & Google group to become co-author)
 * @Google group: https://groups.google.com/forum/#!forum/t3fw
 * @Link:         http://t3-framework.org 
 *------------------------------------------------------------------------------
 */
/** 
 *------------------------------------------------------------------------------
 * @package       Zen Grid Framework 
 *------------------------------------------------------------------------------
 * @copyright     Copyright (C) 2006-2014 Joomlabamboo.com. All Rights Reserved.
 * @license       GNU General Public License version 2 or later; 
 * @Link:         http://www.joomlabamboo.com
 *------------------------------------------------------------------------------
 */
/* joomla 3.x 400px */
.edit .btn-group {
  float: left;
  margin-top: 20px;
  margin-right: 4px;
}
.edit .btn-group button {
  border: 0;
}
.edit label {
  width: 20%;
  float: left;
  margin-right: 10px;
  text-align: right;
}
.edit .form-group {
  margin-bottom: 20px;
}
.edit .tab-content {
  padding-top: 20px;
  float: left;
  width: 100%;
}
.edit .chzn-choices {
  padding: 10px;
  border: 1px solid #e6e6e6;
  box-shadow: none;
}
.edit .modal-button {
  margin-right: 4px;
}
.edit textarea {
  width: 70%;
}
.edit .input-append,
.edit .input-prepend {
  float: left;
  width: auto;
}
.edit .input-append .btn,
.edit .input-prepend .btn {
  border: 1px solid #8d816b;
  background-color: #a49a87;
  text-shadow: 0;
}
.edit .tab-pane {
  display: none;
}
.edit .tab-pane.active {
  display: block;
}
.edit #jform_title {
  width: 100%;
  margin-bottom: 20px;
}
.edit #jform_title-lbl {
  text-align: left;
}
.edit .nav-tabs {
  margin: 20px 0 40px;
}
.edit .btn-toolbar {
  margin: 0 0 20px;
}
.edit .form-group {
  margin-bottom: 20px;
}
.edit .chzn-container {
  width: 70% !important;
}
.edit .nav-tabs {
  margin-bottom: 20px;
}
.edit .tab-pane {
  *zoom: 1;
  clear: both;
}
.edit .tab-pane:before,
.edit .tab-pane:after {
  display: table;
  content: "";
  line-height: 0;
}
.edit .tab-pane:after {
  clear: both;
}
.edit .tab-pane:before,
.edit .tab-pane:after {
  content: " ";
  display: table;
}
.edit .tab-pane:after {
  clear: both;
}
.edit .tab-pane:before,
.edit .tab-pane:after {
  content: " ";
  display: table;
}
.edit .tab-pane:after {
  clear: both;
}
.edit .tab-pane:before,
.edit .tab-pane:after {
  content: " ";
  display: table;
}
.edit .tab-pane:after {
  clear: both;
}
#editor-xtd-buttons,
.toggle-editor {
  margin-top: 13px;
  margin-bottom: 13px;
}
#editor-xtd-buttons .btn,
.toggle-editor .btn {
  background-color: #a49a87;
  border-color: #8d816b;
}
#editor-xtd-buttons {
  margin-right: 40px;
}
#sbox-window {
  padding: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.btn.jmodedit:focus,
.btn.jmodedit:active {
  box-shadow: none;
}
.jfedit-menu + .tooltip {
  min-width: 100px;
}
.window form table {
  border: 1px solid #dddddd;
  background: #f9f9f9;
  margin-bottom: 13px;
}
.window form table td {
  padding: 8px;
}
.window form .help-block {
  font-size: 12px;
  clear: both;
  padding-top: 5px;
}
.chzn-container {
  float: left;
  min-width: 300px;
}
.window #imageForm {
  margin: 0;
  width: auto;
}
.window #imageForm .chzn-container {
  float: left;
  min-width: 300px;
}
.window #imageForm #upbutton {
  border: 1px solid #8d816b;
  float: left;
  padding: 3px 12px;
  margin-left: 5px;
}
.window #imageForm .pull-right {
  margin-right: 40px;
}
.window #uploadForm {
  width: auto;
}
.window #uploadForm #upload-file {
  margin: 10px 0;
}
.window .manager {
  margin: 0;
  padding: 0;
  *zoom: 1;
  clear: both;
}
.window .manager:before,
.window .manager:after {
  display: table;
  content: "";
  line-height: 0;
}
.window .manager:after {
  clear: both;
}
.window .manager:before,
.window .manager:after {
  content: " ";
  display: table;
}
.window .manager:after {
  clear: both;
}
.window .manager:before,
.window .manager:after {
  content: " ";
  display: table;
}
.window .manager:after {
  clear: both;
}
.window .manager:before,
.window .manager:after {
  content: " ";
  display: table;
}
.window .manager:after {
  clear: both;
}
.window .manager .thumbnail {
  float: left;
  margin-right: 10px;
  margin-left: 10px;
}
.t3onoff {
  width: 90px;
  height: 30px;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  padding: 0;
  position: relative;
  border: 1px solid #aaa;
  border-radius: 0;
  /* use before as background */
  /* use after as switch */
  /* active label should be under => so inactive can be clickable */
  /* off background */
  /* off switch */
}
.t3onoff input[type=radio] {
  display: none;
}
.t3onoff label {
  width: 90px;
  height: 30px;
  overflow: hidden;
  display: block;
  border-radius: 0;
  position: absolute;
  top: -1px;
  left: -1px;
  z-index: 1;
  text-transform: uppercase;
  background: url(../imgs/blank.gif) no-repeat transparent;
  text-indent: -999em;
}
.t3onoff label:before,
.t3onoff label:after {
  display: block;
  position: absolute;
  top: 0;
  border-radius: 0;
  border: 1px solid #aaa;
  -moz-transition: all 250ms;
  -o-transition: all 250ms;
  -webkit-transition: all 250ms;
  transition: all 250ms;
}
.t3onoff label:before {
  content: "ON";
  width: 100%;
  height: 100%;
  text-indent: 0;
  color: white;
  padding: 4px 18px;
  font-weight: normal;
}
.t3onoff label:after {
  content: "";
  width: 40%;
  height: 100%;
  background: #fff;
}
.t3onoff label.off:before {
  content: "OFF";
  text-align: right;
  color: #555;
}
.t3onoff label.active {
  z-index: 0;
}
.t3onoff label.off:before {
  background: #eee;
  left: 100%;
}
.t3onoff label.off.active:before {
  left: 0%;
}
.t3onoff label.on:before {
  background: #690;
  left: -100%;
}
.t3onoff label.on.active:before {
  left: -0%;
}
.t3onoff label.off:after {
  left: 60%;
}
.t3onoff label.off.active:after {
  left: 0%;
}
.t3onoff label.on:after {
  left: 0%;
}
.t3onoff label.on.active:after {
  left: 60%;
}
/* radio btn group */
fieldset.radio.btn-group {
  padding: 0;
}
fieldset.radio.btn-group input {
  display: none;
}
fieldset.radio.btn-group label {
  display: inline-block;
  min-width: 54px;
  padding: 0 12px;
  border: 1px solid #aaa;
  line-height: 28px;
  background: #eee;
  color: #555;
  border-radius: 0;
  text-align: center;
  border-right-width: 0px;
  text-transform: uppercase;
}
fieldset.radio.btn-group label:last-child {
  border-right-width: 1px;
}
fieldset.radio.btn-group label.active {
  background: #690;
  border-color: #5c8b00;
  color: #fff;
}
.icon-eye-open:before,
.icon-eye:before {
  content: "\f06e";
  font-family: "FontAwesome";
}
.icon-file-add:before {
  content: "\f0f6";
  font-family: "FontAwesome";
}
.icon-cancel:before {
  content: "\f00d";
  font-family: "FontAwesome";
}
.button2-left,
.button2-left div {
  float: left;
}
.button2-right,
.button2-right div {
  float: right;
}
.button2-left {
  margin: 5px 5px 0 0;
}
.button2-right {
  margin: 5px 0 0 5px;
}
.button2-left a,
.button2-right a,
.button2-left span,
.button2-right span {
  background: #eee;
  border: 1px solid #ccc;
  color: #999999;
  cursor: pointer;
  display: block;
  float: left;
  padding: 2px 10px;
  border-radius: 0;
}
.button2-left span,
.button2-right span {
  color: #999999;
  cursor: default;
}
.button2-left .page a,
.button2-right .page a,
.button2-left .page span,
.button2-right .page span {
  padding: 0 6px;
}
.button2-left a:hover,
.button2-right a:hover {
  background: #ccc;
  color: #444444;
  text-decoration: none;
}
.edit.item-page a.modal,
.com_config form a.modal {
  display: inline-block;
  position: inherit;
  width: auto !important;
  top: auto !important;
  overflow: hidden;
}
.edit.item-page a.modal.btn,
.com_config form a.modal.btn {
  background: #a49a87;
  text-shadow: none;
  border-color: #8d816b;
  overflow: hidden;
  margin-top: 10px;
  display: inline;
}
.icon-remove {
  padding-right: 10px !important;
}
.media-preview .icon-eye {
  position: absolute;
  margin-left: 10px;
  margin-top: 8px;
}
input.input-small {
  text-indent: 20px;
  padding-left: 30px;
}
.form-group {
  float: left;
  width: 100%;
}
a.btn.hasTooltip {
  width: 35px;
  float: right;
}
.controls img.calendar {
  cursor: pointer;
  margin-left: 5px;
}
.thumbnails {
  margin-top: 30px;
  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 !important;
  margin-bottom: 18px !important;
  margin-left: 20px !important;
  height: 100px !important;
  width: 100px !important;
  background: #fff;
}
.thumbnails > li img {
  width: 100%;
}
.thumbnails > li .small {
  padding: 8px;
  font-size: 90%;
}
.thumbnail {
  display: block;
  padding: 4px;
  line-height: 18px;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
a.thumbnail:hover,
a.thumbnail:focus {
  border-color: #08c;
  -webkit-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
  -moz-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;
}
.well {
  padding: 20px;
}
.span9 {
  width: 70%;
  float: left;
}
.bootstrap2 .edit .btn {
  border: 1px solid #8d816b;
  background-color: #a49a87;
  text-shadow: 0;
  position: relative !important;
  margin-top: 0 !important;
  top: 0 !important;
  left: auto;
  display: inline-block !important;
}
.bootstrap2 .edit .input-prepend.input-append .add-on:first-child,
.bootstrap2 .edit .input-prepend.input-append .btn:first-child {
  height: 42px;
  width: 36px;
}
/** 
 *------------------------------------------------------------------------------
 * @package       Zen Grid Framework 
 *------------------------------------------------------------------------------
 * @copyright     Copyright (C) 2006-2014 Joomlabamboo.com. All Rights Reserved.
 * @license       GNU General Public License version 2 or later; 
 * @Link:         http://www.joomlabamboo.com
 *------------------------------------------------------------------------------
 */
.zen-menu-btn-wrap a {
  color: #ffffff;
  text-transform: uppercase;
  padding: 4px 0 12px;
  float: left;
  width: 100%;
}
.zen-menu-btn-wrap :before {
  font-size: 1.2em;
}
.navbar-header {
  width: 100%;
}
#menu {
  background: #f77a52;
  padding: 0 20px;
  border: 0;
  float: left;
  width: 100%;
  min-height: 64px;
  border-radius: 4px;
}
#menu.zen-menu-center {
  height: 64px;
}
#menu.with-offcanvas {
  padding-right: 34px;
}
@media screen and (max-width: 940px) {
  #menu.with-offcanvas {
    padding-right: 20px;
  }
}
#menu .zen-menu-caption {
  margin-top: -14px;
  margin-bottom: 8px;
  font-weight: 300;
  line-height: 1em;
  font-size: 11px;
  font-style: italic;
  color: #eeeeee;
}
#menu .with-caption {
  margin-top: -14px;
}
#menu .with-caption a,
#menu .with-caption span {
  margin-top: 14px !important;
  padding-top: 4px;
  padding-bottom: 8px;
}
#menu .with-caption .zen-menu-caption {
  margin-top: -12px !important;
  margin-bottom: 0 !important;
}
#menu ul ul .with-caption {
  margin-top: 6px;
}
#menu ul ul .with-caption .zen-menu-caption {
  margin-top: 4px !important;
  line-height: 1.3em;
}
#menu ul {
  margin-left: 0;
}
#menu ul > li {
  line-height: 42.5px;
  margin: 0;
}
#menu ul > li a,
#menu ul > li .zen-menu-heading {
  color: #ffffff;
  font-weight: 300;
  text-transform: uppercase;
  padding: 12px 30px 11px 20px;
  background: none;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1);
  border-right: 1px solid #f66435;
  border-left: 1px solid #f8906f;
}
#menu ul > li a:hover,
#menu ul > li .zen-menu-heading:hover {
  color: #eeeeee;
}
#menu ul > li.active > a,
#menu ul > li.active > .zen-menu-heading {
  color: #ffffff;
  background: #bbafb1;
}
#menu ul > li:first-child a,
#menu ul > li:first-child .zen-menu-heading {
  border-left: 0;
  margin-left: 0;
  padding-left: 10px;
}
#menu ul > li:last-child {
  margin-right: -1px;
}
#menu ul > li:last-child a,
#menu ul > li:last-child .zen-menu-heading {
  margin-right: -1px;
}
#menu ul > li:last-child a:after,
#menu ul > li:last-child .zen-menu-heading:after {
  content: "";
  height: 65px;
  background: #f8906f;
  width: 1px;
  position: absolute;
  right: 0;
  top: 0;
}
#menu ul ul {
  border: 1px solid #e6e6e6;
  border-width: 0;
  background: #a49a87;
  border-radius: 0 0 4px 4px;
  padding: 15px 0 30px;
  margin: 0 0 0 20px;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
}
#menu ul ul:before {
  content: "";
  position: absolute;
  top: 0px;
  width: 100%;
  margin-left: -0px;
  margin-right: -40px;
  height: 10px;
  background: #a69c8a;
  box-shadow: inset 0 3px 3px rgba(0, 0, 0, 0.25);
  z-index: 100;
}
#menu ul ul ul:before {
  display: none !important;
}
@media screen and (max-width: 940px) {
  #menu ul ul {
    width: auto !important;
  }
}
#menu ul ul .zen-menu-caption {
  margin-top: 10px;
}
#menu ul ul > li {
  line-height: 1em;
}
#menu ul ul > li a,
#menu ul ul > li.parent .zen-menu-heading {
  color: #ffffff;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #978b76;
  border-top: 1px solid #b1a998;
  padding: 8px 20px;
  display: block;
  width: 100%;
  border-right: 0;
  border-left: 0;
  text-shadow: 1px 1px 0 #978b76;
}
#menu ul ul > li a:hover,
#menu ul ul > li.parent .zen-menu-heading:hover {
  color: #6b7e8c;
}
#menu ul ul > li:hover > .zen-menu-heading,
#menu ul ul > li:not(.parent) > .zen-menu-heading {
  text-align: left;
  color: #ffffff;
  background: none !important;
  border-right: 0;
  border-left: 0;
}
#menu ul ul > li:hover > .zen-menu-heading:hover,
#menu ul ul > li:not(.parent) > .zen-menu-heading:hover {
  cursor: auto;
  color: #ffffff;
}
#menu ul ul > li.active > a,
#menu ul ul > li.active > .zen-menu-heading {
  color: #cccccc;
  background: transparent;
}
#menu ul ul > li:first-child > a,
#menu ul ul > li:first-child > .zen-menu-heading {
  border-top: 0 !important;
}
#menu ul ul > li:first-child a,
#menu ul ul > li:first-child .zen-menu-heading {
  padding: 8px 20px !important;
}
#menu ul ul > li:last-child > a,
#menu ul ul > li:last-child > .zen-menu-heading {
  border-bottom: 0;
}
#menu ul ul > li:last-child a:after,
#menu ul ul > li:last-child .zen-menu-heading:after {
  display: none;
}
#menu ul ul > li .zen-group {
  border-top: 0 !important;
}
#menu ul ul ul {
  top: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  min-width: 0px;
  border: 0;
  margin-left: 0;
}
#menu ul ul .zen-group ul {
  background: #9b907b;
  box-shadow: inset 0 3px 3px rgba(0, 0, 0, 0.03);
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 10px;
  border-radius: 2px;
  margin-left: 20px !important;
  margin-top: 10px !important;
  width: 90%;
}
#menu ul ul .zen-group ul a,
#menu ul ul .zen-group ul .zen-menu-heading {
  line-height: 1.1em;
  margin-top: 0 !important;
}
#menu ul ul .zen-group ul li:first-child a,
#menu ul ul .zen-group ul li:first-child .zen-menu-heading {
  line-height: 1.1em;
}
#menu ul ul .zen-group.parent a,
#menu ul ul .zen-group.parent .zen-menu-heading {
  border: 0;
}
#menu ul ul p,
#menu ul ul ul,
#menu ul ul h1,
#menu ul ul h2,
#menu ul ul h3,
#menu ul ul h4,
#menu ul ul h5,
#menu ul ul h6,
#menu ul ul .zen-menu-caption {
  color: #ffffff;
}
#menu ul ul .moduletable {
  width: 100%;
  float: left;
  padding: 20px;
}
#menu ul ul .moduletable .btn {
  margin: 20px 0;
}
#menu ul ul .moduletable .btn:hover {
  background: #7d8a31;
}
#menu ul ul .moduletable input {
  margin-bottom: 10px;
}
#menu ul ul .moduletable li a {
  padding-left: 0 !important;
  border-bottom: 1px solid #978b76;
}
#menu ul ul .moduletable li:last-child a {
  border-bottom: 0;
}
#menu ul ul label {
  color: #ffffff;
}
#menu ul ul input {
  text-indent: 12px;
  width: 100%;
}
#menu ul ul input[type="checkbox"],
#menu ul ul input[type="radio"] {
  width: auto;
}
#menu ul .cols-2 > li {
  width: 45% !important;
  float: left;
  margin-right: 5%;
}
#menu ul .cols-2 > li li {
  width: 100% !important;
}
#menu ul .cols-3 > li {
  width: 31% !important;
  float: left;
  margin-right: 2.3%;
}
#menu ul .cols-3 > li li {
  width: 100% !important;
}
#menu ul .cols-4 > li {
  width: 21% !important;
  float: left;
  margin-right: 4%;
}
#menu ul .cols-4 > li li {
  width: 100% !important;
}
#menu .justify ul {
  margin-top: 0px !important;
  margin-left: 40px !important;
}
.offcanvas-menu #menu.zen-menu-right {
  padding-right: 80px;
}
#navwrap.fixed {
  position: fixed;
  top: 0px;
  right: 0px;
  left: 0;
  z-index: 10;
  -webkit-transform: translateZ(0);
}
#navwrap.fixed #menu {
  border-radius: 0 0 2px 2px;
}
#navwrap.fixed .zen-spotlight {
  margin-top: 0;
  padding-top: 0;
}
.nav-tabs {
  border-bottom: 0;
  margin: 0;
  margin-bottom: 20px;
  float: left;
  width: 100%;
}
.nav-tabs li {
  list-style-type: none;
  float: left;
  margin-right: 10px;
}
.nav-tabs li {
  list-style-type: none;
  float: left;
  margin-right: 10px;
}
.nav-tabs li a {
  /* IE7 inline-block hack */
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  padding: 4px 12px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #333333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *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 #cccccc;
  *border: 0;
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  *margin-left: .3em;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  -moz-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);
  color: #ffffff;
  background: #a49a87;
  border: 1px solid #8d816b;
  padding: 10px;
  border-radius: 0;
  box-shadow: none;
  text-shadow: none;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  background-clip: border-box;
  border-radius: 0 !important;
  border: 2px solid #e2e2e2 !important;
  border-radius: 2px !important;
}
.nav-tabs li a:hover,
.nav-tabs li a:focus,
.nav-tabs li a:active,
.nav-tabs li a.active,
.nav-tabs li a.disabled,
.nav-tabs li a[disabled] {
  color: #333333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}
.nav-tabs li a:active,
.nav-tabs li a.active {
  background-color: #cccccc \9;
}
.nav-tabs li a:first-child {
  *margin-left: 0;
}
.nav-tabs li a:hover,
.nav-tabs li a:focus {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  -webkit-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}
.nav-tabs li a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.nav-tabs li a.active,
.nav-tabs li a:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  -moz-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);
}
.nav-tabs li a.disabled,
.nav-tabs li a[disabled] {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.nav-tabs li a .label,
.nav-tabs li a .badge {
  position: relative;
  top: -1px;
}
.nav-tabs li a:hover {
  color: #ffffff !important;
  background: #644d52;
  border: 1px solid #8f6e75;
  text-decoration: none;
}
.nav-tabs li a:hover,
.nav-tabs li a:focus,
.nav-tabs li a:active,
.nav-tabs li a.active,
.nav-tabs li a.disabled,
.nav-tabs li a[disabled] {
  color: #333333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}
.nav-tabs li a:active,
.nav-tabs li a.active {
  background-color: #cccccc \9;
}
.nav-tabs li a:first-child {
  *margin-left: 0;
}
.nav-tabs li a:hover,
.nav-tabs li a:focus {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  -webkit-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}
.nav-tabs li a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.nav-tabs li a.active,
.nav-tabs li a:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  -moz-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);
}
.nav-tabs li a.disabled,
.nav-tabs li a[disabled] {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.nav-tabs li a .label,
.nav-tabs li a .badge {
  position: relative;
  top: -1px;
}
.nav-tabs li a:hover {
  color: #ffffff !important;
  background: #644d52;
  border: 1px solid #8f6e75;
  text-decoration: none;
}
.nav-tabs li a:hover {
  border-color: #f1f1f1 !important;
}
.nav-tabs li a.active {
  color: #ffffff !important;
  background: #644d52 !important;
  border: 1px solid #8f6e75 !important;
  border-radius: 0px !important;
  border-radius: 0 !important;
  border: 0 !important;
}
.nav-tabs li.active a {
  color: #ffffff !important;
  background: #644d52 !important;
  border: 1px solid #8f6e75 !important;
  border-radius: 0px !important;
}
.accordion ul ul {
  display: none;
}
.accordion li.parent {
  cursor: pointer;
}
.accordion li.parent .expand {
  position: absolute;
  margin-top: 4px;
  cursor: pointer;
  right: 0;
}
.accordion li.parent .expand:before {
  float: right;
}
.sidebar ul ul {
  margin-bottom: 0;
}
.sidebar ul li {
  border-bottom: 1px solid #e6e6e6;
  border-top: 1px solid #fff;
  padding: 8px 0 !important;
}
.sidebar ul li:first-child {
  border-top: 0;
}
.sidebar ul li:last-child {
  border-bottom: 0;
}
.sidebar ul li .expand {
  background: #e6e6e6;
  color: #b3b3b3;
  padding: 4px;
  border-radius: 2px;
  margin-right: 20px;
  margin-top: 0px !important;
  transition: all 0.4s;
}
.sidebar ul li .expand:hover {
  background: #644d52;
  color: #fff;
}
.sidebar ul li a,
.sidebar ul li .zen-menu-heading {
  text-transform: uppercase !important;
  color: #333333;
}
.sidebar ul li a:hover,
.sidebar ul li .zen-menu-heading:hover {
  background: none;
  color: #644d52;
}
.sidebar ul li.active > a,
.sidebar ul li.active > .zen-menu-heading {
  color: #a49a87;
}
.sidebar ul li.active > a:hover,
.sidebar ul li.active > .zen-menu-heading:hover {
  background: none;
}
.sidebar ul li ul {
  font-size: 90%;
  border: 1px solid #e6e6e6;
  background: #f0f0f0 !important;
  padding: 4px 10px;
}
.sidebar ul li ul li {
  list-style-type: none !important;
  border: 0;
}
.sidebar ul li ul a {
  color: #0c2436;
}
#menu #onepage li a {
  padding-bottom: 12px;
}
.sidebar .moduletable ul ul,
.sidebar .moduletable ul.unstyled ul {
  margin: 10px 0 !important;
}
@media screen and (max-width: 940px) {
  .stacked-menu #menu ul li {
    width: 90% !important;
  }
  .stacked-menu #menu ul li a,
  .stacked-menu #menu ul li .zen-menu-heading {
    border-right: 0 !important;
    border-left: 0 !important;
    border-bottom: 1px solid #f66435 !important;
    border-top: 1px solid #f8906f !important;
    width: 90% !important;
  }
  .stacked-menu #menu ul li:last-child a,
  .stacked-menu #menu ul li:last-child .zen-menu-heading {
    border-bottom: 0 !important;
  }
  .stacked-menu #menu .off-canvas-trigger {
    left: auto;
    right: 0;
    z-index: 100;
  }
}
/** 
 *------------------------------------------------------------------------------
 * @package       Zen Grid Framework 
 *------------------------------------------------------------------------------
 * @copyright     Copyright (C) 2006-2014 Joomlabamboo.com. All Rights Reserved.
 * @license       GNU General Public License version 2 or later; 
 * @Link:         http://www.joomlabamboo.com
 *------------------------------------------------------------------------------
 */
.off-canvas-heading h3 {
  color: #fff;
}
.sb-close {
  position: absolute;
  right: 0px;
  top: 0;
  padding: 16px 10px 16px 18px;
  background: #81636a;
  color: #fff;
  cursor: pointer;
}
.sb-close:hover {
  background: #a49a87;
}
.mean-bar .sb-close {
  display: none;
}
.off-canvas-body {
  padding: 20px;
  float: left;
  width: 100%;
  background: #644d52;
}
.off-canvas-body h1,
.off-canvas-body h2,
.off-canvas-body h3,
.off-canvas-body h4,
.off-canvas-body h5,
.off-canvas-body h6 {
  color: #ffffff;
}
.off-canvas-body p,
.off-canvas-body label {
  color: #ffffff;
}
.off-canvas-body a,
.off-canvas-body .zen-menu-heading,
.off-canvas-body .separator {
  color: #eeeeee;
}
.off-canvas-body a:hover,
.off-canvas-body .zen-menu-heading:hover,
.off-canvas-body .separator:hover {
  color: #a49a87;
}
.off-canvas-body input {
  width: 100%;
}
.off-canvas-body input[type="checkbox"] {
  width: auto;
}
.off-canvas-body .moduletable #login-form ul {
  margin-bottom: 40px;
}
.mean-nav .off-canvas-trigger {
  display: none !important;
}
#off-canvas-menu .zen-menu-caption {
  display: block;
  font-style: italic;
  color: #ffffff;
}
#off-canvas-menu label,
#off-canvas-menu .expand {
  color: #ffffff;
}
#off-canvas-menu ul {
  margin-bottom: 40px !important;
}
#off-canvas-menu ul .expand {
  right: 20px;
}
#off-canvas-menu ul li {
  padding: 6px 0;
  clear: both;
  border-bottom: 1px solid #534044;
  border-top: 1px solid #755a60;
}
#off-canvas-menu ul li:last-child {
  border-bottom: 0;
}
#off-canvas-menu ul li:first-child {
  border-top: 0;
}
#off-canvas-menu ul a,
#off-canvas-menu ul .zen-menu-heading {
  display: block;
}
#off-canvas-menu ul ul {
  padding-left: 32px;
  margin-bottom: 0 !important;
  margin-top: 20px;
  width: 100% !important;
  padding: 20px 0;
}
#off-canvas-menu ul ul li {
  border: 0;
}
#off-canvas-menu ul ul ul {
  margin-bottom: 0;
}
#off-canvas-menu p {
  margin: 0 0 10px;
}
#off-canvas-menu h3 {
  margin-bottom: 0;
}
#off-canvas-menu .moduletable {
  width: 100%;
}
#off-canvas-menu .moduletable input {
  width: 100%;
}
#off-canvas-menu .moduletable input[type="radio"],
#off-canvas-menu .moduletable input[type="checkbox"] {
  width: auto;
  margin-tight: 10px;
}
#menu {
  position: relative;
}
#menu .off-canvas-trigger {
  position: absolute;
  z-index: 90;
  right: 0;
  border: 0;
  padding: 11px 20px 11px 25px;
  background: #f77a52;
  border-left: 1px solid #f99879;
  border-radius: 2px !important;
}
#menu .off-canvas-trigger:hover {
  background: #f99879;
}
#menu .off-canvas-trigger span:before {
  font-size: 130%;
  line-height: 42.5px;
}
/** 
 *------------------------------------------------------------------------------
 * @package       Zen Grid Framework 
 *------------------------------------------------------------------------------
 * @copyright     Copyright (C) 2006-2014 Joomlabamboo.com. All Rights Reserved.
 * @license       GNU General Public License version 2 or later; 
 * @Link:         http://www.joomlabamboo.com
 *------------------------------------------------------------------------------
 */
/* =Buttons
 -----------------------------------------------------------------------------*/
.btn,
button,
input.button,
#toolbar a {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  padding: 4px 12px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #333333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *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 #cccccc;
  *border: 0;
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  *margin-left: .3em;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  -moz-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);
  color: #ffffff;
  background: #a49a87;
  border: 1px solid #8d816b;
  padding: 10px;
  border-radius: 0;
  box-shadow: none;
  text-shadow: none;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  background-clip: border-box;
  border-radius: 0 !important;
  border: 2px solid #e2e2e2 !important;
  border-radius: 2px !important;
}
.btn:hover,
button:hover,
input.button:hover,
#toolbar a:hover,
.btn:focus,
button:focus,
input.button:focus,
#toolbar a:focus,
.btn:active,
button:active,
input.button:active,
#toolbar a:active,
.btn.active,
button.active,
input.button.active,
#toolbar a.active,
.btn.disabled,
button.disabled,
input.button.disabled,
#toolbar a.disabled,
.btn[disabled],
button[disabled],
input.button[disabled],
#toolbar a[disabled] {
  color: #333333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}
.btn:active,
button:active,
input.button:active,
#toolbar a:active,
.btn.active,
button.active,
input.button.active,
#toolbar a.active {
  background-color: #cccccc \9;
}
.btn:first-child,
button:first-child,
input.button:first-child,
#toolbar a:first-child {
  *margin-left: 0;
}
.btn:hover,
button:hover,
input.button:hover,
#toolbar a:hover,
.btn:focus,
button:focus,
input.button:focus,
#toolbar a:focus {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  -webkit-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}
.btn:focus,
button:focus,
input.button:focus,
#toolbar a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn.active,
button.active,
input.button.active,
#toolbar a.active,
.btn:active,
button:active,
input.button:active,
#toolbar a:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  -moz-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,
button.disabled,
input.button.disabled,
#toolbar a.disabled,
.btn[disabled],
button[disabled],
input.button[disabled],
#toolbar a[disabled] {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn .label,
button .label,
input.button .label,
#toolbar a .label,
.btn .badge,
button .badge,
input.button .badge,
#toolbar a .badge {
  position: relative;
  top: -1px;
}
.btn:hover,
button:hover,
input.button:hover,
#toolbar a:hover {
  color: #ffffff !important;
  background: #644d52;
  border: 1px solid #8f6e75;
  text-decoration: none;
}
.btn:hover,
button:hover,
input.button:hover,
#toolbar a:hover {
  border-color: #f1f1f1 !important;
}
.btn.active,
button.active,
input.button.active,
#toolbar a.active {
  color: #ffffff !important;
  background: #644d52 !important;
  border: 1px solid #8f6e75 !important;
  border-radius: 0px !important;
  border-radius: 0 !important;
  border: 0 !important;
}
#navwrap .btn {
  border: 0 !important;
}
.nav-tabs li a {
  border: 0 !important;
}
#toolbar a {
  margin-right: 10px;
}
input.button {
  box-shadow: none !important;
}
.btn.btn-large {
  padding: 11px 40px;
}
.btn.btn-small {
  padding: 2px 4px;
}
.btn.disabled {
  border: 1px solid #ccc;
  background: #d0d0d0;
  color: #aaaaaa;
}
a.jackbox {
  display: inline;
}
.jmodedit {
  background: none !important;
  border: 0 !important;
  padding: 0;
}
.jmodedit .icon-edit {
  padding: 0px !important;
  display: inline-block;
  border-radius: 2px;
  color: #fff;
  border: 0 !important;
}
.jmodedit .icon-edit:before {
  padding: 10px;
  float: left;
  background: #644d52;
  border-radius: 2px;
  margin: 4px 4px 0 0;
}
.btn-mini {
  padding: 4px 8px;
  font-size: 90%;
  line-height: 1em;
}
.pagination li a,
.pagenav li a,
.pagination li.active a,
.pagenav li.active a {
  border: 2px solid #e2e2e2 !important;
  border-radius: 2px !important;
}
.pagination li a:hover,
.pagenav li a:hover,
.pagination li.active a:hover,
.pagenav li.active a:hover {
  border-color: #f1f1f1 !important;
}
.pagination li.disabled a:hover,
.pagenav li.disabled a:hover {
  color: #0c2436 !important;
}
.pagination .pagenav {
  float: left;
  width: auto;
  /* IE7 inline-block hack */
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  padding: 4px 12px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #333333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *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 #cccccc;
  *border: 0;
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  *margin-left: .3em;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  -moz-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);
  color: #ffffff;
  background: #a49a87;
  border: 1px solid #8d816b;
  padding: 10px;
  border-radius: 0;
  box-shadow: none;
  text-shadow: none;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  background-clip: border-box;
  border-radius: 0 !important;
  border: 2px solid #e2e2e2 !important;
  border-radius: 2px !important;
  background: none;
  color: #8d816b;
  color: #0c2436;
  margin-right: 10px;
}
.pagination .pagenav:hover,
.pagination .pagenav:focus,
.pagination .pagenav:active,
.pagination .pagenav.active,
.pagination .pagenav.disabled,
.pagination .pagenav[disabled] {
  color: #333333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}
.pagination .pagenav:active,
.pagination .pagenav.active {
  background-color: #cccccc \9;
}
.pagination .pagenav:first-child {
  *margin-left: 0;
}
.pagination .pagenav:hover,
.pagination .pagenav:focus {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  -webkit-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}
.pagination .pagenav:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.pagination .pagenav.active,
.pagination .pagenav:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  -moz-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);
}
.pagination .pagenav.disabled,
.pagination .pagenav[disabled] {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.pagination .pagenav .label,
.pagination .pagenav .badge {
  position: relative;
  top: -1px;
}
.pagination .pagenav:hover {
  color: #ffffff !important;
  background: #644d52;
  border: 1px solid #8f6e75;
  text-decoration: none;
}
.pagination .pagenav:hover,
.pagination .pagenav:focus,
.pagination .pagenav:active,
.pagination .pagenav.active,
.pagination .pagenav.disabled,
.pagination .pagenav[disabled] {
  color: #333333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}
.pagination .pagenav:active,
.pagination .pagenav.active {
  background-color: #cccccc \9;
}
.pagination .pagenav:first-child {
  *margin-left: 0;
}
.pagination .pagenav:hover,
.pagination .pagenav:focus {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  -webkit-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}
.pagination .pagenav:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.pagination .pagenav.active,
.pagination .pagenav:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  -moz-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);
}
.pagination .pagenav.disabled,
.pagination .pagenav[disabled] {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.pagination .pagenav .label,
.pagination .pagenav .badge {
  position: relative;
  top: -1px;
}
.pagination .pagenav:hover {
  color: #ffffff !important;
  background: #644d52;
  border: 1px solid #8f6e75;
  text-decoration: none;
}
.pagination .pagenav:hover {
  border-color: #f1f1f1 !important;
}
.pagination .pagenav.active {
  color: #ffffff !important;
  background: #644d52 !important;
  border: 1px solid #8f6e75 !important;
  border-radius: 0px !important;
  border-radius: 0 !important;
  border: 0 !important;
}
.pagination span.pagenav {
  background: #644d52;
  color: #fff;
}
.pagination span.pagenav_text {
  background: none;
  color: #0c2436;
}
.btn-success {
  color: #ffffff;
  background-color: #3e9b52;
  border-color: #378948;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #327e43;
  border-color: #255d31;
}
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #3e9b52;
  border-color: #378948;
}
.btn-success .badge {
  color: #3e9b52;
  background-color: #ffffff;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #327e43;
  border-color: #255d31;
}
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #3e9b52;
  border-color: #378948;
}
.btn-success .badge {
  color: #3e9b52;
  background-color: #ffffff;
}
.btn-info {
  color: #ffffff;
  background-color: #0099cc;
  border-color: #0086b3;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #007aa3;
  border-color: #005875;
}
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #0099cc;
  border-color: #0086b3;
}
.btn-info .badge {
  color: #0099cc;
  background-color: #ffffff;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #007aa3;
  border-color: #005875;
}
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #0099cc;
  border-color: #0086b3;
}
.btn-info .badge {
  color: #0099cc;
  background-color: #ffffff;
}
.btn-warning {
  color: #ffffff;
  background-color: #ff8800;
  border-color: #e67a00;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #d67200;
  border-color: #a85a00;
}
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #ff8800;
  border-color: #e67a00;
}
.btn-warning .badge {
  color: #ff8800;
  background-color: #ffffff;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #d67200;
  border-color: #a85a00;
}
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #ff8800;
  border-color: #e67a00;
}
.btn-warning .badge {
  color: #ff8800;
  background-color: #ffffff;
}
.btn-danger {
  color: #ffffff;
  background-color: #cc0000;
  border-color: #b30000;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #a30000;
  border-color: #750000;
}
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #cc0000;
  border-color: #b30000;
}
.btn-danger .badge {
  color: #cc0000;
  background-color: #ffffff;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #a30000;
  border-color: #750000;
}
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #cc0000;
  border-color: #b30000;
}
.btn-danger .badge {
  color: #cc0000;
  background-color: #ffffff;
}
.readmore .btn {
  padding-right: 0;
}
.readmore .zen-icon {
  background: #8d816b;
  padding: 10px;
  margin-left: 20px;
  transition: all 0.6s;
  margin-right: 0;
}
.readmore a:hover .zen-icon {
  background: #47373a;
}
.cols-3 .readmore .zen-icon {
  margin-right: -10px;
}
.cols-3 .zen-icon:before {
  width: 20px;
}
.cols-4 .readmore .zen-icon:before {
  display: inline;
}
/** 
 *------------------------------------------------------------------------------
 * @package       Zen Grid Framework 
 *------------------------------------------------------------------------------
 * @copyright     Copyright (C) 2006-2014 Joomlabamboo.com. All Rights Reserved.
 * @license       GNU General Public License version 2 or later; 
 * @Link:         http://www.joomlabamboo.com
 *------------------------------------------------------------------------------
 */
/* Logo
 -----------------------------------------------------------------------------*/
#logo {
  border-right: 1px solid #e6e6e6;
}
@media screen and (max-width: 840px) {
  #logo {
    border: 0;
  }
}
#logo h1,
#logo h2,
#logo h3,
#logo h4,
#logo h5,
#logo h6 {
  font-weight: 600;
  font-size: 6em;
  line-height: 1.2em;
  color: #333333;
  margin: 0;
}
#logo h1 a,
#logo h2 a,
#logo h3 a,
#logo h4 a,
#logo h5 a,
#logo h6 a {
  color: #333333;
}
#logo h1 a:hover,
#logo h2 a:hover,
#logo h3 a:hover,
#logo h4 a:hover,
#logo h5 a:hover,
#logo h6 a:hover {
  color: #a49a87;
}
#logo p {
  margin-bottom: 0;
}
#logo .moduletable {
  margin-bottom: 0;
}
#logo.zg-col-12 {
  border-right: 0;
}
#logowrap {
  padding-top: 0;
}
#logowrap .zen-spotlight {
  padding-top: 0;
  padding-bottom: 20px;
  border: 0;
}
@media screen and (max-width: 940px) {
  #logowrap .moduletable {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 840px) {
  #logowrap .moduletable {
    margin-bottom: 0;
  }
}
#header {
  border-left: 1px solid #fff;
  margin-left: 0;
  padding-left: 3%;
}
@media screen and (max-width: 840px) {
  #header {
    border: 0;
    padding-left: 0;
  }
  #header blockquote {
    padding-left: 0;
  }
}
/** 
 *------------------------------------------------------------------------------
 * @package       Zen Grid Framework 
 *------------------------------------------------------------------------------
 * @copyright     Copyright (C) 2006-2014 Joomlabamboo.com. All Rights Reserved.
 * @license       GNU General Public License version 2 or later; 
 * @Link:         http://www.joomlabamboo.com
 *------------------------------------------------------------------------------
 */
html,
body {
  font-weight: 300;
  font-size: 13px;
}
/* Typography
-----------------------------------------------------------------------------*/
h1 {
  margin: 10px 0;
  font-size: 39px;
  line-height: 1.4em;
  word-break: break-word;
  clear: both;
}
h1 small {
  font-size: 26px;
}
.article-title,
h1 {
  border-bottom: 1px solid #e6e6e6;
  border-top: 1px solid #fff;
  margin-top: 0;
  padding-bottom: 0;
  line-height: 1.4em;
  margin-bottom: 0;
  color: #333333;
}
.article-title a,
h1 a {
  color: #333333;
}
h1.article-title {
  line-height: 1.4em;
}
.article-header {
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #fff;
  margin-bottom: 20px;
}
h2 {
  margin: 10px 0;
  font-size: 39px;
  line-height: 1.4em;
  word-break: break-word;
  clear: both;
}
h2 small {
  font-size: 19.5px;
}
h3 {
  margin: 10px 0;
  font-size: 20.8px;
  line-height: 1.96em;
  word-break: break-word;
}
h3 small {
  font-size: 15px;
}
h3 i {
  margin-right: 10px;
}
h4 {
  margin: 10px 0;
  font-size: 15px;
  line-height: 1.4em;
  word-break: break-word;
}
h4 small {
  font-size: 13px;
}
h5 {
  margin: 10px 0;
  font-size: 14px;
  line-height: 1.4em;
}
h5 small {
  font-size: 11px;
}
h6 {
  margin: 10px 0;
  font-size: 13px;
  line-height: 1.4em;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 300;
  color: #010c14;
}
ul,
legend {
  margin-bottom: 30px;
}
.small {
  font-size: 90%;
}
.margins {
  margin: 20px 0;
}
ul li {
  line-height: 1.82em;
}
/* Special Headings
-----------------------------------------------------------------------------*/
.headline {
  padding: 20px 0 0;
  border-bottom: 1px solid #e6e6e6;
  font-size: 2em;
  margin-bottom: 0;
  text-align: center;
  line-height: 3em;
}
.headline :after {
  display: none;
}
p.subheading {
  width: 80%;
  padding-top: 20px;
  margin: 0 auto 60px;
  border-top: 1px solid #ffffff;
}
/* Paragraph
-----------------------------------------------------------------------------*/
p {
  margin: 0 0 30px;
  line-height: 1.68em;
  font-weight: 300;
  font-size: 13px;
  color: #0c2436;
}
p small,
p .small {
  font-size: 12px;
  color: #999999;
}
blockquote {
  font-weight: 300;
  line-height: 1.1;
  border: 0;
  font-size: 18.2px;
  border-left: 4px solid #e6e6e6;
  margin-left: 0;
  padding-left: 20px;
  margin-bottom: 20px;
}
blockquote p {
  font-size: 125%;
  line-height: 125%;
}
.badge {
  border-radius: 0 !important;
}
/* Emphasis and Misc
-----------------------------------------------------------------------------*/
small {
  font-size: 85%;
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
cite {
  font-style: normal;
}
.muted {
  color: #999999;
}
.highlight {
  background-color: #FFC;
  font-weight: bold;
  padding: 1px 4px;
}
code {
  display: block;
  max-height: 400px;
  overflow: scroll;
  margin: 20px 0;
}
/* Images
-----------------------------------------------------------------------------*/
img {
  max-width: 100%;
  height: auto;
}
main .thumbnail {
  border-radius: 0;
}
/* Links
-----------------------------------------------------------------------------*/
a {
  color: #644d52;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
a:hover {
  color: #a49a87;
}
#topwrap a {
  color: #644d52;
}
#topwrap a:hover {
  color: #a49a87;
}
#footerwrap a {
  color: #644d52;
}
#footerwrap a:hover {
  color: #a49a87;
}
/* Dividers
-----------------------------------------------------------------------------*/
.divider,
hr {
  border-bottom: 1px solid #fff;
  margin: 0;
  padding: 0;
  height: 2px;
}
.divider:before,
hr:before {
  height: 1px;
  background: #e6e6e6;
  float: left;
  width: 100%;
  content: "";
  margin: 0;
  padding: 0;
}
hr {
  margin: 20px 0;
}
/* Zebra styling
-----------------------------------------------------------------------------*/
.list-striped,
.table-striped {
  width: 100%;
}
.list-striped li,
.table-striped li,
.list-striped tr,
.table-striped tr {
  padding: 10px 20px !important;
}
.list-striped li:nth-child(2n + 1),
.table-striped li:nth-child(2n + 1),
.list-striped tr:nth-child(2n + 1),
.table-striped tr:nth-child(2n + 1) {
  background: #fafafa;
}
.list-striped th,
.table-striped th {
  padding: 10px 20px !important;
  background: #eeeeee;
}
.list-striped td,
.table-striped td {
  padding: 10px 20px !important;
}
.list-striped {
  margin: 0;
}
.list-striped li {
  list-style-type: none;
  padding: 4px 0;
}
.list-striped li li {
  background: none !important;
}
.list-striped ol {
  list-style-type: decimal;
}
.list-striped li {
  list-style-type: none;
  padding: 4px 0;
}
.list-striped li li {
  background: none !important;
}
.list-striped ol {
  list-style-type: decimal;
}
/* Buffer on zen icons
-----------------------------------------------------------------------------*/
.zen-icon {
  margin-right: 8px;
}
.tags .zen-icon {
  margin-right: 0;
}
/* Anvil
-----------------------------------------------------------------------------*/
.anvil,
#mainWrap .anvil {
  position: relative;
  width: 80px;
  height: 80px;
  margin: 0;
  text-align: right;
  font: 30px/100px Arial, sans-serif;
  color: white;
  border: 0 !important;
  padding-right: 10px;
}
.anvil::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-width: 0 0 80px 80px;
  border-style: solid;
  border-color: transparent #f6f6f6;
}
.anvil.primary1 {
  background: #644d52;
}
.anvil.primary2 {
  background: #392c2f;
}
.anvil.primary3 {
  background: #8f6e75;
}
.anvil.secondary1 {
  background: #a49a87;
}
.anvil.secondary2 {
  background: #7f7460;
}
.anvil.secondary3 {
  background: #c5bfb3;
}
/* Large Rounded numbers
-----------------------------------------------------------------------------*/
.rounded-big {
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 10px;
  font-size: 2em;
  display: inline-block;
  width: 80px;
  text-align: center;
  line-height: 60px;
  color: #fff;
}
.rounded-big.primary1 {
  background: #644d52;
}
.rounded-big.primary2 {
  background: #392c2f;
}
.rounded-big.primary3 {
  background: #8f6e75;
}
.rounded-big.secondary1 {
  background: #a49a87;
}
.rounded-big.secondary2 {
  background: #7f7460;
}
.rounded-big.secondary3 {
  background: #c5bfb3;
}
pre,
code {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
  border: 1px solid #e6e6e6;
  padding: 20px;
  background: #fafafa;
  font-family: monospace;
  position: relative;
  border-radius: 2px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.05) inset;
}
pre p,
code p {
  margin: 0;
}
pre span.code-title {
  position: absolute;
  display: block;
  background: #FFF;
  top: 0;
  right: 0;
  border-radius: 0px;
  padding: 3px 5px;
  font-size: 12px;
  box-shadow: -2px 2px 1px rgba(0, 0, 0, 0.1);
  color: #999;
}
/** 
 *------------------------------------------------------------------------------
 * @package       Zen Grid Framework 
 *------------------------------------------------------------------------------
 * @copyright     Copyright (C) 2006-2014 Joomlabamboo.com. All Rights Reserved.
 * @license       GNU General Public License version 2 or later; 
 * @Link:         http://www.joomlabamboo.com
 *------------------------------------------------------------------------------
 */
/* Panel
-----------------------------------------------------------------------------*/
.block {
  background: #fafafa;
  border: 1px solid #eee;
  padding: 20px;
}
.block.primary1 {
  background: #644d52;
  border: 1px solid #584449;
}
.block.primary1 p,
.block.primary1 h1,
.block.primary1 h2,
.block.primary1 h3,
.block.primary1 h4,
.block.primary1 h5,
.block.primary1 h6 {
  color: #fff;
}
.block.primary2 {
  background: #392c2f;
  border: 1px solid #2d2325;
}
.block.primary2 p,
.block.primary2 h1,
.block.primary2 h2,
.block.primary2 h3,
.block.primary2 h4,
.block.primary2 h5,
.block.primary2 h6 {
  color: #fff;
}
.block.primary3 {
  background: #8f6e75;
  border: 1px solid #84656c;
}
.block.primary3 p,
.block.primary3 h1,
.block.primary3 h2,
.block.primary3 h3,
.block.primary3 h4,
.block.primary3 h5,
.block.primary3 h6 {
  color: #fff;
}
.block.secondary1 {
  background: #a49a87;
  border: 1px solid #9b907b;
}
.block.secondary1 p,
.block.secondary1 h1,
.block.secondary1 h2,
.block.secondary1 h3,
.block.secondary1 h4,
.block.secondary1 h5,
.block.secondary1 h6 {
  color: #fff;
}
.block.secondary2 {
  background: #7f7460;
  border: 1px solid #736957;
}
.block.secondary2 p,
.block.secondary2 h1,
.block.secondary2 h2,
.block.secondary2 h3,
.block.secondary2 h4,
.block.secondary2 h5,
.block.secondary2 h6 {
  color: #fff;
}
.block.secondary3 {
  background: #c5bfb3;
  border: 1px solid #bcb5a7;
}
.block.secondary3 p,
.block.secondary3 h1,
.block.secondary3 h2,
.block.secondary3 h3,
.block.secondary3 h4,
.block.secondary3 h5,
.block.secondary3 h6 {
  color: #fff;
}
.block.border {
  background: none;
}
.block.border p {
  color: #0c2436;
}
.block.border p,
.block.border h1,
.block.border h2,
.block.border h3,
.block.border h4,
.block.border h5,
.block.border h6 {
  color: #010c14;
}
.block.rounded {
  border-radius: 2px;
}
/** 
 *------------------------------------------------------------------------------
 * @package       Zen Grid Framework 
 *------------------------------------------------------------------------------
 * @copyright     Copyright (C) 2006-2014 Joomlabamboo.com. All Rights Reserved.
 * @license       GNU General Public License version 2 or later; 
 * @Link:         http://www.joomlabamboo.com
 *------------------------------------------------------------------------------
 */
/* Social Icons
-----------------------------------------------------------------------------*/
#socialicons {
  padding: 0;
}
#socialicons span {
  padding: 0px 4px 0 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
#socialicons li,
#socialicons a {
  padding: 0 !important;
}
#socialicons li a:hover {
  text-decoration: none;
}
#socialicons li a:hover span {
  color: #a49a87 !important;
}
#socialicons.zenleft ul {
  margin: 20px 0 20px -10px !important;
}
#socialicons.zencenter ul li {
  border: 0 !important;
  margin: 10px 0;
}
#socialicons.zencenter ul li a:hover,
#socialicons.zencenter ul li span:hover {
  color: #a49a87;
}
.sb-active .social-wrap.fixed {
  display: none;
}
@media screen and (max-width: 940px) {
  .fixed .social-wrap.fixed {
    display: none;
  }
}
.social-wrap {
  float: right;
  padding: 0 0 20px 20px;
  position: fixed;
  z-index: 100;
  right: 0;
  top: 170px;
  width: 44px;
}
.social-wrap span {
  padding: 10px 6px;
  display: block;
  clear: both;
  float: right;
  width: 44px;
  height: auto;
  line-height: 30px;
  font-size: 1.3em;
  margin-right: -17px;
  transition: all 0.2s;
  color: #fff;
}
.social-wrap span.primary {
  background: #644d52;
}
.social-wrap span.primary:hover {
  background: #81636a;
}
.social-wrap span.secondary {
  background: #a49a87;
}
.social-wrap span.secondary:hover {
  background: #bab2a4;
}
.social-wrap span:before {
  margin-left: 1px;
}
.social-wrap span:hover {
  margin-right: -10px;
  color: #fff !important;
}
@media screen and (max-width: 940px) {
  .social-wrap span:hover {
    margin-right: 0 !important;
    color: #eeeeee;
  }
}
.social-wrap .zen-icon-facebook,
.social-wrap .fa-facebook {
  background: #3b5998;
  color: #fff;
}
.social-wrap .zen-icon-facebook:hover,
.social-wrap .fa-facebook:hover {
  background: #4c70ba;
}
.social-wrap .zen-icon-pinterest,
.social-wrap .fa-pinterest {
  background: #cb2027;
  color: #fff;
}
.social-wrap .zen-icon-pinterest:hover,
.social-wrap .fa-pinterest:hover {
  background: #e03e44;
}
.social-wrap .zen-icon-twitter,
.social-wrap .fa-twitter {
  background: #00aced;
  color: #fff;
}
.social-wrap .zen-icon-twitter:hover,
.social-wrap .fa-twitter:hover {
  background: #21c2ff;
}
.social-wrap .zen-icon-google-plus,
.social-wrap .fa-google-plus {
  background: #d34836;
  color: #fff;
}
.social-wrap .zen-icon-google-plus:hover,
.social-wrap .fa-google-plus:hover {
  background: #dc6e60;
}
/** 
 *------------------------------------------------------------------------------
 * @package       Zen Grid Framework 
 *------------------------------------------------------------------------------
 * @copyright     Copyright (C) 2006-2014 Joomlabamboo.com. All Rights Reserved.
 * @license       GNU General Public License version 2 or later; 
 * @Link:         http://www.joomlabamboo.com
 *------------------------------------------------------------------------------
 */
.zen-module-title {
  margin-bottom: 10px;
}
.zen-module-title h3 {
  margin: 0;
  text-transform: uppercase;
}
.mainwrap .zen-module-body {
  padding-top: 20px;
}
/* Primary1, Primary2, Primary3, Secondary1, Secondary2, Secondary3
-----------------------------------------------------------------------------*/
.moduletable {
  clear: both;
}
.moduletable.primary1 .zen-module-title span {
  border-bottom: 1px solid #644d52;
  padding: 0 0 8px;
}
.moduletable.primary2 .zen-module-title span {
  border-bottom: 1px solid #392c2f;
  padding: 0 0 8px;
}
.moduletable.primary3 .zen-module-title span {
  border-bottom: 1px solid #8f6e75;
  padding: 0 0 8px;
}
.moduletable.secondary1 .zen-module-title span {
  border-bottom: 1px solid #a49a87;
  padding: 0 0 8px;
}
.moduletable.secondary2 .zen-module-title span {
  border-bottom: 1px solid #7f7460;
  padding: 0 0 8px;
}
.moduletable.secondary3 .zen-module-title span {
  border-bottom: 1px solid #c5bfb3;
  padding: 0 0 8px;
}
.moduletable.border {
  padding: 20px;
  border: 1px solid #e6e6e6;
}
.moduletable.border.primary1 {
  background: none;
  border-color: #644d52;
}
.moduletable.border.primary1 p,
.moduletable.border.primary1 h3 {
  color: #0c2436;
}
.moduletable.border.primary2 {
  background: none;
  border-color: #392c2f;
}
.moduletable.border.primary2 p,
.moduletable.border.primary2 h3 {
  color: #0c2436;
}
.moduletable.border.primary3 {
  background: none;
  border-color: #8f6e75;
}
.moduletable.border.primary3 p,
.moduletable.border.primary3 h3 {
  color: #0c2436;
}
.moduletable.border.secondary1 {
  background: none;
  border-color: #a49a87;
}
.moduletable.border.secondary1 p,
.moduletable.border.secondary1 h3 {
  color: #0c2436;
}
.moduletable.border.secondary2 {
  background: none;
  border-color: #7f7460;
}
.moduletable.border.secondary2 p,
.moduletable.border.secondary2 h3 {
  color: #0c2436;
}
.moduletable.border.secondary3 {
  background: none;
  border-color: #c5bfb3;
}
.moduletable.border.secondary3 p,
.moduletable.border.secondary3 h3 {
  color: #0c2436;
}
/* Dark
-----------------------------------------------------------------------------*/
.moduletable.dark {
  background: #555;
  border: 1px solid #111;
  color: #fff;
  padding: 20px;
}
.moduletable.dark p,
.moduletable.dark h3 {
  color: #fff;
}
/* Light
-----------------------------------------------------------------------------*/
.moduletable.light {
  background: #fff;
  border: 1px solid #eee;
  color: #fff;
  padding: 20px;
}
.moduletable.light p,
.moduletable.light h3 {
  color: #333;
}
/* Heading Alignments
-----------------------------------------------------------------------------*/
.right-heading h3 {
  text-align: right;
}
.center-heading h3 {
  text-align: center;
}
.small-heading h3 {
  font-size: 100%;
}
/* Centered
-----------------------------------------------------------------------------*/
.moduletable.centered h1,
.moduletable.centered h2,
.moduletable.centered h3,
.moduletable.centered h4,
.moduletable.centered h5,
.moduletable.centered h6,
.moduletable.centered p {
  text-align: center;
}
/* Shadow Styling
-----------------------------------------------------------------------------*/
.moduletable.shadow,
.inset.shadow .zen-module-body,
div.shadow {
  box-shadow: inset 0px 0px 6px rgba(0, 0, 0, 0.15);
  padding: 20px;
}
.moduletable.shadow2,
.inset.shadow2 .zen-module-body,
div.shadow2 {
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.15);
  padding: 20px;
}
.inset .zen-module-body {
  background: #fff;
  margin-top: -9px;
  color: #0c2436;
  border: 1px solid #e6e6e6;
  padding: 20px 20px 0;
}
.moduletable.shadow.inset,
.moduletable.shadow2.inset {
  padding: 0;
  box-shadow: none;
}
/* Image Border
-----------------------------------------------------------------------------*/
img.border,
.zenborder img {
  -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
  background: #fff !important;
  padding: 4px;
  max-width: 98%;
  margin-bottom: 20px;
}
/* Corner
-----------------------------------------------------------------------------*/
.corner {
  position: relative;
  margin: 0 auto;
  border: 1px solid #e6e6e6;
  border-width: 0 0 1px 0;
}
.corner.primary1,
.corner.primary2,
.corner.primary3,
.corner.secondary1,
.corner.secondary2,
.corner.secondary3 {
  padding: 20px;
  background: #fff;
}
.corner.primary1 .zen-module-title,
.corner.primary2 .zen-module-title,
.corner.primary3 .zen-module-title,
.corner.secondary1 .zen-module-title,
.corner.secondary2 .zen-module-title,
.corner.secondary3 .zen-module-title {
  background: none;
  padding: 0 !important;
  border: 0;
}
.corner::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0px;
  border-width: 0 16px 16px 0;
  border-style: solid;
  border-color: #658e15 #f6f6f6;
}
.corner.primary1::after {
  border-color: #392c2f #f6f6f6;
}
.corner.primary2::after {
  border-color: #644d52 #f6f6f6;
}
.corner.primary3::after {
  border-color: #0e0a0b #f6f6f6;
}
.corner.secondary1::after {
  border-color: #7f7460 #f6f6f6;
}
.corner.secondary2::after {
  border-color: #a49a87 #f6f6f6;
}
.corner.secondary3::after {
  border-color: #534c3f #f6f6f6;
}
/* Icons
-----------------------------------------------------------------------------*/
.moduletable.zen-icon {
  position: relative;
  float: left;
  width: 100% !important;
}
.moduletable.zen-icon:before {
  font-size: 2em;
  opacity: 0.3;
  position: absolute;
  z-index: 1;
  right: 20px;
  top: 10px;
}
.moduletable.zen-iconsmall:before {
  font-size: 1em;
}
.moduletable.zen-icon.medium:before {
  font-size: 4em;
}
.moduletable.zen-icon.large:before {
  font-size: 6em;
}
.moduletable.zen-icon.top:before {
  top: 6px;
}
.moduletable.zen-icon.bottom:before {
  bottom: 6px;
  top: auto;
}
.moduletable.icon {
  height: auto;
  width: auto;
}
/* Large icons
-----------------------------------------------------------------------------*/
.largeicons i {
  height: 100px;
  width: 100px;
  border: 4px solid #333;
  border-radius: 200px;
  display: block;
  margin: 0 auto;
  text-align: center;
}
.largeicons i:before {
  font-size: 2em;
  color: #333;
  position: absolute;
  width: 100px;
  text-align: center;
  display: block;
  margin-left: 0px;
  margin-top: 27px;
}
.largeicons i:hover:before {
  color: #a49a87;
}
.largeicons i:hover {
  border: 4px solid #a49a87;
}
/* Hot new etc
-----------------------------------------------------------------------------*/
.hot,
.new {
  position: relative;
  z-index: 1;
}
.hot .zen-module-title:after,
.new .zen-module-title:after,
.hot .zen-module-title:after,
.new .zen-module-title:after {
  position: absolute;
  z-index: 20;
  padding: 0px 8px;
  font-size: 10px;
  top: -6px;
  right: 0px;
  font-style: italic;
  background: #333;
  color: #fff;
  line-height: 1.4;
  border-radius: 0 0 0 2px;
}
.sidebar .hot .zen-module-title,
.sidebar .new .zen-module-title {
  padding-right: 28px;
}
.sidebar .hot .zen-module-title:after,
.sidebar .new .zen-module-title:after,
.sidebar .hot .zen-module-title:after,
.sidebar .new .zen-module-title:after {
  line-height: 22px;
  top: 0px;
}
.hot .zen-module-title:after {
  content: "Hot";
  background: #644d52;
}
.new .zen-module-title:after {
  content: "New";
  background: #a49a87;
}
.primary1 .zen-module-title:after {
  background: #8f6e75 !important;
}
.primary1 .zen-module-title:after {
  background: #b1999e;
}
.primary2 .zen-module-title:after {
  background: #644d52;
}
.primary3 .zen-module-title:after {
  background: #0e0a0b;
}
.secondary1 .zen-module-title:after {
  background: #bab2a4;
}
.secondary2 .zen-module-title:after {
  background: #a49a87;
}
.secondary3 .zen-module-title:after {
  background: #534c3f;
}
.moduletable.nopadding {
  padding: 0;
}
.moduletable.large .zen-icon:before {
  font-size: 6em;
}
.moduletable.rounded {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #fff;
  padding: 20px;
}
.moduletable.rounded p {
  margin-bottom: 0;
}
.sidebar .zen-module-title {
  border-left: 0 !important;
  padding-left: 0 !important;
}
.sidebar .zen-module-title :before {
  content: "";
}
.sidebar .primary1 .zen-module-title h3 {
  border-bottom: 1px solid #644d52;
  margin-top: -2px;
}
.sidebar .primary2 .zen-module-title h3 {
  border-bottom: 1px solid #392c2f;
  margin-top: -2px;
}
.sidebar .primary3 .zen-module-title h3 {
  border-bottom: 1px solid #8f6e75;
  margin-top: -2px;
}
.sidebar .secondary1 .zen-module-title h3 {
  border-bottom: 1px solid #a49a87;
  margin-top: -2px;
}
.sidebar .secondary2 .zen-module-title h3 {
  border-bottom: 1px solid #7f7460;
  margin-top: -2px;
}
.sidebar .secondary3 .zen-module-title h3 {
  border-bottom: 1px solid #c5bfb3;
  margin-top: -2px;
}
/** 
 *------------------------------------------------------------------------------
 * @package       Zen Grid Framework 
 *------------------------------------------------------------------------------
 * @copyright     Copyright (C) 2006-2014 Joomlabamboo.com. All Rights Reserved.
 * @license       GNU General Public License version 2 or later; 
 * @Link:         http://www.joomlabamboo.com
 *------------------------------------------------------------------------------
 */
.zen-spotlight {
  padding: 20px 0;
}
.zen-spotlight .moduletable {
  margin-bottom: 20px;
}
#grid3wrap {
  margin-bottom: 10px;
}
#topwrap .zen-spotlight,
#navwrap .zen-spotlight {
  border-bottom: 0;
  padding: 6.66666667px 0 0;
}
#topwrap .moduletable,
#navwrap .moduletable {
  margin-bottom: 0;
}
#breadcrumbwrap .zen-spotlight {
  padding: 6.66666667px 0 0;
  padding: 10px;
}
@media screen and (max-width: 940px) {
  #breadcrumbwrap .zen-spotlight {
    padding: 10px 0;
  }
  #breadcrumbwrap .zen-spotlight li,
  #breadcrumbwrap .zen-spotlight a,
  #breadcrumbwrap .zen-spotlight span {
    padding: 0;
  }
  #breadcrumbwrap .zen-spotlight li:after {
    margin-right: 8px;
  }
}
#breadcrumbwrap .zen-spotlight .moduletable {
  margin-bottom: 0;
}
#midCol {
  margin-bottom: 20px;
}
#footerwrap .moduletable {
  width: 100%;
  float: left;
  clear: both;
}
/** 
 *------------------------------------------------------------------------------
 * @package       Zen Grid Framework 
 *------------------------------------------------------------------------------
 * @copyright     Copyright (C) 2006-2014 Joomlabamboo.com. All Rights Reserved.
 * @license       GNU General Public License version 2 or later; 
 * @Link:         http://www.joomlabamboo.com
 *------------------------------------------------------------------------------
 */
html {
  padding: 30px;
}
html.zen-grid,
html.zen-grid body,
#zen-wrap {
  background: #644d52;
  height: 100%;
  padding: 0;
}
body:before {
  content: "";
  position: fixed;
  top: -10px;
  left: 0;
  width: 100%;
  height: 10px;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.6);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.6);
  z-index: 100;
}
#zen-wrap-inner {
  background: #f6f6f6;
  float: left;
  width: 100%;
}
.zen-spotlight {
  border-bottom: 1px solid #fff;
  padding: 30px 0 0;
}
.zen-spotlight:after {
  content: "";
  height: 1px;
  background: #e6e6e6;
  float: left;
  width: 100%;
}
#topwrap .zen-spotlight:after,
#logowrap .zen-spotlight:after,
#bottomwrap .zen-spotlight:after,
#footerwrap .zen-spotlight:after,
#tabwrap .zen-spotlight:after,
#navwrap .zen-spotlight:after {
  display: none;
}
.mainwrap.zen-spotlight {
  padding-top: 15px;
}
#navwrap .zen-spotlight {
  border-bottom: 0;
  padding: 10px 0;
}
#footerwrap {
  padding-top: 0;
}
#footerwrap .zen-spotlight {
  border-bottom: 0;
  padding: 10px 0;
}
#logowrap {
  padding: 20px 0 0;
  border-top: 1px solid #fff;
}
#navwrap .zen-spotlight {
  padding-top: 0;
}
@media screen and (max-width: 940px) {
  #navwrap #search {
    float: right;
  }
}
#navwrap #search form {
  padding-top: 10px;
  float: right;
  width: 100%;
}
#navwrap #search input {
  width: 70px;
  border-radius: 0 !important;
  float: right;
  color: #fff;
  font-size: 90%;
  text-indent: -9999px !important;
  margin-top: -9px;
  line-height: 62px;
  padding-right: 60px;
  padding-bottom: 3px;
  background: #f77a52;
  border: 0 !important;
  box-shadow: inset 0 0px 3px rgba(0, 0, 0, 0.1);
  text-transform: uppercase;
  border-right: 1px solid #f66435 !important;
}
@media screen and (max-width: 840px) {
  #navwrap #search input {
    border: 0 !important;
  }
}
#navwrap #search .zen-icon-search {
  font-size: 1.6em;
  color: #fff;
  margin-top: 10px;
  text-align: center;
  position: absolute;
  right: 85px;
}
@media screen and (max-width: 940px) {
  #navwrap #search .zen-icon-search {
    right: 20px;
  }
}
#navwrap #search #mod-search-searchword:focus {
  -webkit-transition: width 0.6, background 0.3s;
  transition: width 0.6s, background 0.3s;
  border: none;
  outline: none;
  box-shadow: none;
  padding-left: 15px;
  cursor: text;
  width: 440px;
  z-index: 1120;
  position: relative;
  font-size: 1.1em;
  text-indent: 20px !important;
  text-shadow: 1px 1px 0 rgab(0, 0, 0, 0.4);
  background: #f44d18;
}
@media screen and (max-width: 840px) {
  #navwrap #search #mod-search-searchword:focus {
    width: 80%;
  }
}
#footerwrap {
  padding-bottom: 40px;
  font-size: 90%;
  margin-bottom: 0;
}
#footerwrap .zen-spotlight {
  border-top: 1px solid #70565b !important;
}
#footerwrap .moduletable {
  clear: both;
  margin-bottom: 30px;
  float: left;
  width: 100%;
}
#footerwrap ul {
  clear: both;
}
#topwrap {
  font-size: 85%;
  border-bottom: 1px solid #e6e6e6;
}
#topwrap .zen-spotlight {
  padding: 12px 0 4px 0;
  border: 0;
}
#topwrap a {
  color: #644d52;
}
#topwrap a:hover {
  color: #a49a87;
}
#topwrap ul {
  margin: 0;
}
#topwrap ul li {
  list-style-type: none;
  float: left;
  margin-right: 10px;
}
#topwrap ul li {
  list-style-type: none;
  float: left;
  margin-right: 10px;
}
#topwrap li {
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #fff;
  padding-left: 10px;
  padding-right: 10px;
  margin: 0 !important;
}
#topwrap li:first-child {
  border-left: 0;
  padding-left: 0;
}
#topwrap li:last-child {
  border-right: 0;
  padding-right: 0;
}
#topwrap #top4 ul {
  float: right;
  margin-top: -4px;
}
#bottomwrap {
  border-top: 8px solid #47373a;
}
#bottomwrap,
#footerwrap {
  background: #644d52;
  float: left;
  width: 100%;
  color: #fff;
}
#bottomwrap h1,
#footerwrap h1,
#bottomwrap h2,
#footerwrap h2,
#bottomwrap h3,
#footerwrap h3,
#bottomwrap h4,
#footerwrap h4,
#bottomwrap h5,
#footerwrap h5,
#bottomwrap h6,
#footerwrap h6,
#bottomwrap p,
#footerwrap p {
  color: #fff;
}
#bottomwrap h3,
#footerwrap h3 {
  background: #81636a;
  color: #fff;
  border-radius: 2px;
  padding: 4px 12px;
  font-size: 90%;
  display: inline;
}
#bottomwrap ul,
#footerwrap ul {
  margin-left: 0;
}
#bottomwrap li,
#footerwrap li {
  list-style: none;
  padding: 8px 0;
  border-bottom: 1px solid #584449;
  border-top: 1px solid #70565b;
}
#bottomwrap li:first-child,
#footerwrap li:first-child {
  border-top: 0;
}
#bottomwrap li:last-child,
#footerwrap li:last-child {
  border-bottom: 0;
}
#bottomwrap a,
#footerwrap a {
  color: #eee;
}
#bottomwrap a:hover,
#footerwrap a:hover {
  color: #a49a87;
}
#bottomwrap .zen-spotlight,
#footerwrap .zen-spotlight {
  border-color: #534044;
}
#footerwrap li {
  border: 0 !important;
}
#breadcrumbwrap .zen-spotlight {
  padding: 0;
}
#breadcrumb {
  color: #999999;
  font-size: 90%;
  background: none;
  padding-bottom: 10px;
  margin-bottom: 0;
  padding-top: 10px;
}
#breadcrumb ul {
  margin: 0;
  background: none;
}
#breadcrumb li:after {
  content: "/";
  margin-left: 10px;
  padding-left: 0px;
  color: #999;
}
#breadcrumb li:last-child:after {
  content: "";
}
.side-image #midCol {
  background: url(../images/leftDivider.png) repeat-y left top;
}
@media screen and (max-width: 840px) {
  .side-image #midCol {
    background: none;
  }
}
.side-image .main-content-inner {
  background: url(../images/leftDividerTop.png) no-repeat left 0;
  padding-left: 40px;
  padding-bottom: 40px;
}
@media screen and (max-width: 840px) {
  .side-image .main-content-inner {
    background: none;
    padding-left: 0;
  }
}
.side-image .zg-col-12 .main-content-inner {
  background: none;
  padding-left: 0;
}
.side-image.mlr #midCol,
.side-image.mrl #midCol,
.side-image.mr #midCol,
.side-image.ml #midCol {
  background-position: right top;
}
.side-image.mlr .main-content-inner,
.side-image.mrl .main-content-inner,
.side-image.mr .main-content-inner,
.side-image.ml .main-content-inner {
  background-position: right top;
  padding-left: 0;
}
@media screen and (min-width: 840px) {
  .side-image.mlr .main-content-inner,
  .side-image.mrl .main-content-inner,
  .side-image.mr .main-content-inner,
  .side-image.ml .main-content-inner {
    padding-right: 60px;
  }
}
@media screen and (min-width: 840px) {
  .side-image.mlr .sidebar.zg-col-3 .moduletable,
  .side-image.mrl .sidebar.zg-col-3 .moduletable,
  .side-image.mr .sidebar.zg-col-3 .moduletable,
  .side-image.ml .sidebar.zg-col-3 .moduletable,
  .side-image.mlr .sidebar.zg-col-4 .moduletable,
  .side-image.mrl .sidebar.zg-col-4 .moduletable,
  .side-image.mr .sidebar.zg-col-4 .moduletable,
  .side-image.ml .sidebar.zg-col-4 .moduletable,
  .side-image.mlr .sidebar.zg-col-5 .moduletable,
  .side-image.mrl .sidebar.zg-col-5 .moduletable,
  .side-image.mr .sidebar.zg-col-5 .moduletable,
  .side-image.ml .sidebar.zg-col-5 .moduletable {
    margin-right: 0 !important;
  }
  .side-image.mlr .sidebar.zg-col-3 .moduletable,
  .side-image.mrl .sidebar.zg-col-3 .moduletable,
  .side-image.mr .sidebar.zg-col-3 .moduletable,
  .side-image.ml .sidebar.zg-col-3 .moduletable {
    margin-left: -20.8%;
  }
  .side-image.mlr .sidebar.zg-col-4 .moduletable,
  .side-image.mrl .sidebar.zg-col-4 .moduletable,
  .side-image.mr .sidebar.zg-col-4 .moduletable,
  .side-image.ml .sidebar.zg-col-4 .moduletable {
    margin-left: -15%;
  }
  .side-image.mlr .sidebar.zg-col-5 .moduletable,
  .side-image.mrl .sidebar.zg-col-5 .moduletable,
  .side-image.mr .sidebar.zg-col-5 .moduletable,
  .side-image.ml .sidebar.zg-col-5 .moduletable {
    margin-left: -11.8%;
  }
}
.side-image.lmr #sidebar-2 .moduletable {
  margin-right: 0;
}
#midCol {
  margin-bottom: 20px;
  margin-bottom: 0;
}
#midCol.zg-col-12 {
  background: none;
}
.main-content-inner {
  float: left;
  width: 100%;
  padding-top: 40px;
}
@media screen and (max-width: 940px) {
  .main-content-inner {
    background: none;
    padding-left: 0;
  }
}
.zg-col-12 .main-content-inner {
  background: none;
  padding-left: 0;
}
.mainwrap h3,
.mainwrap h2,
.mainwrap legend {
  border-bottom: 1px solid #e6e6e6;
  display: block;
  clear: both;
}
.mainwrap h3:after,
.mainwrap h2:after,
.mainwrap legend:after {
  height: 1px;
  background: #fff;
  content: "";
  float: left;
  width: 100%;
  margin-top: 1px;
}
.mainwrap h2.article-title:after {
  display: none;
}
.mainwrap dl.tabs h3 {
  border-bottom: 0;
  display: inline;
  clear: none;
}
.mainwrap dl.tabs h3:after {
  height: auto;
  background: none;
  content: "/";
  float: none;
  width: auto;
  margin-top: 0;
}
.mainwrap legend {
  padding-bottom: 0;
  line-height: 3em;
  margin-top: 20px;
}
.mainwrap .zen-module-title {
  border-bottom: 1px solid #fff;
  margin-bottom: 0;
}
.mainwrap.zen-spotlight {
  float: left;
  width: 100%;
  border-bottom: 0;
  margin-bottom: 40px;
  padding-bottom: 0px;
  padding-top: 0;
  border-bottom: 1px solid #fff;
  margin-bottom: 0;
}
.mainwrap.zen-spotlight:after {
  content: "" !important;
  height: 1px;
  background: #e6e6e6;
  float: left;
  width: 100%;
}
.sidebar {
  margin-top: -1px;
  padding-bottom: 60px;
}
.sidebar ul.menu {
  margin: 0;
  margin-bottom: 20px;
}
.sidebar ul.menu li {
  list-style-type: none;
  padding: 4px 0;
}
.sidebar ul.menu li li {
  background: none !important;
}
.sidebar ul.menu ol {
  list-style-type: decimal;
}
.sidebar ul.menu li {
  list-style-type: none;
  padding: 4px 0;
}
.sidebar ul.menu li li {
  background: none !important;
}
.sidebar ul.menu ol {
  list-style-type: decimal;
}
.sidebar ul.menu ul {
  margin-left: 16px;
}
.sidebar li.divider {
  border: 0;
}
.sidebar h3 {
  border: 0;
  margin-bottom: 0;
}
.sidebar img {
  padding: 10px;
  background: #fff;
  border-bottom: 1px solid #e6e6e6;
}
.sidebar .zen-module-title {
  background: #eee;
  margin-bottom: 0px;
  text-align: left;
  margin-right: 0;
  border-bottom: 0;
  border-bottom: 1px solid #e2e2e2;
}
.sidebar .zen-module-title h3 {
  background: none;
  font-size: 100% !important;
  padding: 8px 20px;
  margin-top: 0px;
  margin-bottom: 0px;
  display: inline-table;
  margin-right: 0px;
  margin-bottom: -1px;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.1);
}
.sidebar .zen-module-title h3:after {
  display: none;
}
.sidebar .zen-module-title h3 span {
  border: 0 !important;
}
.sidebar .moduletable {
  padding-bottom: 40px;
  margin-bottom: 0;
  border-bottom: 1px solid #e6e6e6;
}
@media screen and (min-width: 840px) {
  .sidebar.zg-col-3 .moduletable {
    margin-right: -12.5%;
  }
  .sidebar.zg-col-4 .moduletable {
    margin-right: -9%;
  }
  .sidebar.zg-col-5 .moduletable {
    margin-right: -7%;
  }
}
.sidebar .zen-module-body {
  padding: 20px;
}
.sidebar .moduletable {
  border-top: 1px solid #ffffff;
}
.sidebar .moduletable.noborder {
  border-top: 0 !important;
}
.sidebar .moduletable.noborder .zen-module-title {
  border-top: 0 !important;
  border: 0 !important;
  text-align: left;
  margin-bottom: 0;
  background: none;
}
.sidebar .moduletable.noborder h3 {
  background: none;
  color: inherit;
  border: 0 !important;
  font-size: 140% !important;
  margin-bottom: 0;
  padding: 0;
}
#sidebar-1 .zen-module-title {
  border-right: 1px solid #e6e6e6 !important;
}
#belowcontent {
  margin-top: 0;
}
#abovecontent {
  margin-bottom: 20px;
}
.open-panel {
  float: right;
  clear: both;
  font-size: 90%;
  text-transform: uppercase;
  background: #a49a87;
  color: #fff;
  margin-right: 40px;
  padding: 4px 8px;
  border-radius: 0 0 2px 2px;
  margin-bottom: -30px;
  margin-top: 0px;
  position: relative;
  z-index: 10;
  box-shadow: inset 0 3px 3px rgba(0, 0, 0, 0.25);
}
.open-panel:hover {
  background: #7f7460;
  color: #fff;
}
.zen-panel {
  padding-top: 40px;
  float: left;
  width: 100%;
  -moz-transition: all 250ms;
  -o-transition: all 250ms;
  -webkit-transition: all 250ms;
  transition: all 250ms;
  opacity: 1;
}
.zen-panel.hidden {
  opacity: 0;
}
.fixed .zen-panel {
  display: none;
}
main input,
textarea {
  border-radius: 3px !important;
  border: 1px solid transparent !important;
  border-top: none;
  border-bottom: 1px solid #DDD;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.39) !important;
}
input[type="radio"] {
  box-shadow: none !important;
}
#tabwrap {
  margin-top: -30px;
}
#tabwrap .zen-spotlight {
  border: 0;
}
.nav.nav-tabs,
#filters,
#zenfilters,
#zenkit-tabs {
  border-bottom: 1px solid #fff;
  border-top: 1px solid #e6e6e6;
}
.nav.nav-tabs:after,
#filters:after,
#zenfilters:after,
#zenkit-tabs:after {
  content: "";
  background: #e6e6e6;
  height: 1px;
  width: 100%;
  float: left;
}
.nav.nav-tabs:before,
#filters:before,
#zenfilters:before,
#zenkit-tabs:before {
  content: "";
  background: #fff;
  height: 1px;
  width: 100%;
  float: left;
}
.nav.nav-tabs a,
#filters a,
#zenfilters a,
#zenkit-tabs a {
  box-shadow: none;
  background-image: none;
  background: none;
  padding: 0;
  margin: 0;
  margin: 0 !important;
  padding: 0 !important;
  list-style-type: none !important;
  border: 0;
  margin-bottom: 0px !important;
  color: #0c2436;
  font-size: 1.1em;
  line-height: 4em;
}
.nav.nav-tabs a:hover,
#filters a:hover,
#zenfilters a:hover,
#zenkit-tabs a:hover {
  color: #a49a87 !important;
  background: none !important;
  border: 0 !important;
}
.nav.nav-tabs a:after,
#filters a:after,
#zenfilters a:after,
#zenkit-tabs a:after {
  content: "/";
  margin-left: 20px;
  color: #d2d2d2;
}
.nav.nav-tabs :last-child a:after,
#filters :last-child a:after,
#zenfilters :last-child a:after,
#zenkit-tabs :last-child a:after {
  content: "";
}
.nav.nav-tabs li.active a,
#filters li.active a,
#zenfilters li.active a,
#zenkit-tabs li.active a {
  background: none !important;
  border: 0 !important;
  color: #644d52 !important;
}
#filters,
#zenfilters,
#zenkit-tabs {
  padding: 0 !important;
}
#filters li,
#zenfilters li,
#zenkit-tabs li {
  margin-bottom: 0 !important;
}
#filters li.active a,
#zenfilters li.active a,
#zenkit-tabs li.active a,
#filters a.active,
#zenfilters a.active,
#zenkit-tabs a.active {
  background: none !important;
  border: 0 !important;
  color: #644d52 !important;
}
/** 
 *------------------------------------------------------------------------------
 * @package       Zen Grid Framework 
 *------------------------------------------------------------------------------
 * @copyright     Copyright (C) 2006-2014 Joomlabamboo.com. All Rights Reserved.
 * @license       GNU General Public License version 2 or later; 
 * @Link:         http://www.joomlabamboo.com
 *------------------------------------------------------------------------------
 */
/* Back to top
 -----------------------------------------------------------------------------*/
#toTop {
  position: fixed;
  z-index: 100;
  right: 0px;
  bottom: 0px;
  display: none;
  cursor: pointer;
  width: 40px;
  text-align: center;
  height: 40px;
  font-size: 1.4em;
  line-height: 40px;
  background: #a49a87;
  color: #fff;
}
#toTop span {
  color: #fff;
  margin-right: 0;
}
#toTop [class^="icon-"],
#toTop [class*=" icon-"] {
  line-height: 30px;
}
#toTop:hover {
  background: #333;
}
#toTop:hover a {
  color: #fff;
}
#toTop:hover a:hover {
  color: #fff;
}
#toTopText {
  white-space: nowrap;
  overflow: hidden;
  text-indent: 100%;
  display: block;
}
/** 
 *------------------------------------------------------------------------------
 * @package       Zen Grid Framework 
 *------------------------------------------------------------------------------
 * @copyright     Copyright (C) 2006-2014 Joomlabamboo.com. All Rights Reserved.
 * @license       GNU General Public License version 2 or later; 
 * @Link:         http://www.joomlabamboo.com
 *------------------------------------------------------------------------------
 */
.zentools.grid [class^="grid_"] {
  margin-left: 0;
}
.zentools a {
  cursor: pointer;
}
.zentools .zentitle {
  padding: 0;
}
.zentools .zentitle h2,
.zentools .zentitle h3,
.zentools .zentitle h2:after,
.zentools .zentitle h3:after {
  margin-top: 0;
  border: 0;
  line-height: 1em;
  background: none;
}
.zentools .zen-boxed .zentitle {
  padding: 0 10px;
}
.zentools.slideshow .zentitle a {
  padding: 0;
}
.zentools.slideshow .zentitle h2 {
  margin: 0 !important;
  line-height: 0.8em;
  padding-bottom: 0px;
}
.accordion .allitems {
  padding: 0 20px !important;
}
.accordion.zen-boxed .zeninner {
  background: none !important;
  border: 0 !important;
  box-shadow: none;
}
.accordion.zen-boxed .allitems {
  background: #fff;
  padding: 20px !important;
  box-shadow: 0px 1px 2px 0px rgba(180, 180, 180, 0.4);
}
.accordion.zen-flat .zentitle {
  border-bottom: 1px solid #e6e6e6 !important;
}
.accordion.zen-flat .allitems > div {
  padding: 8px !important;
}
.slideshowstandard .slidecount {
  font-size: 100% !important;
}
.slideshowstandard .zentitle h2 {
  font-size: 160%;
  margin-bottom: 0;
  padding-top: 8px;
  line-height: 1.2em !important;
}
.slideshowstandard .flex-direction-nav a {
  background: none !important;
}
.slideshowstandard .flex-direction-nav a:before {
  background: rgba(0, 0, 0, 0.6);
  padding: 8px;
  border-radius: 2px;
}
.slideshowstandard .flex-direction-nav a:hover.slideshowstandard .flex-direction-nav a:before {
  background: #000000 !important;
}
.slideshowstandard .flex-direction-nav .next {
  margin-right: 20px;
}
#abovecontent .moduletable {
  margin-bottom: 60px;
}
#abovecontent .zentools.grid {
  border-top: 1px solid #e6e6e6;
}
#abovecontent .zentools.grid.zenborder img {
  box-shadow: none;
}
#abovecontent .zentools.grid ul {
  border-top: 1px solid #fff;
}
#abovecontent .zentools.grid h2,
#abovecontent .zentools.grid h3 {
  font-size: 140%;
  margin-bottom: 0;
}
#abovecontent .zentools.grid .zendate {
  position: absolute;
  top: 0;
  padding: 0 4px;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  font-size: 80% !important;
  margin: 5px 0 0 5px;
}
#abovecontent .zentools.grid li.clearing {
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #fff;
  float: left;
  width: 100%;
  display: block;
}
#abovecontent .zentools.grid .zenitem {
  border-right: 1px solid #e6e6e6;
  margin-bottom: 0;
  min-height: 150px;
  padding: 20px 20px 0 0;
}
@media screen and (max-width: 840px) {
  #abovecontent .zentools.grid .zenitem {
    border-right: 0;
    padding-right: 0;
  }
}
#abovecontent .zentools.grid .zenitem p {
  margin-bottom: 0;
}
@media screen and (min-width: 840px) {
  #abovecontent .zentools.grid .zenlast .zenitem {
    border-right: 0;
    margin-left: -25px;
    padding-left: 25px;
    padding-right: 0;
  }
}
#abovecontent .zentools.slideshow img.border,
#abovecontent .zentools.slideshow.zenborder img {
  box-shadow: none;
  padding: 0px;
}
#abovecontent .zentools.slideshow .allitems {
  bottom: 29px;
  top: auto;
  left: 1px;
  width: 100% !important;
  margin: 0 -4px 0 -1px;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  padding: 10px;
}
#abovecontent .zentools.slideshow h1,
#abovecontent .zentools.slideshow h2,
#abovecontent .zentools.slideshow h3,
#abovecontent .zentools.slideshow h4,
#abovecontent .zentools.slideshow p {
  color: #fff;
  font-size: 140%;
  line-height: 1em;
  margin: 0;
  padding: 0;
}
#abovecontent .zentools.slideshow .zeninner {
  padding: 1px;
  border: 1px solid #e6e6e6;
  background: #fff;
}
#abovecontent .zentools.slideshow .zendate {
  float: right;
  background: #a49a87;
  color: #fff;
  position: absolute;
  z-index: 10;
  right: 0;
  margin-top: -10px;
  line-height: 26px;
  padding: 8px 20px;
}
#abovecontent .zentools .slideshowstandard {
  padding-bottom: 50px;
}
#abovecontent .zentools .slideshowstandard ul.flex-direction-nav li {
  margin-top: -20px;
  padding-bottom: 30px;
}
#abovecontent .zentools .slideshowstandard ul.flex-direction-nav li a {
  padding: 20px !important;
  border-radius: 0;
  margin-top: -25px !important;
}
#abovecontent .zentools .slideshowstandard ul.flex-direction-nav li a:before {
  margin: -8px 0 0 -8px !important;
  float: left;
}
#abovecontent .zentools .slidenavdiscs ul {
  bottom: 15px;
}
#abovecontent .zentools .slidenavdiscs ul li {
  background: #644d52 !important;
  height: 0px;
  padding: 4px !important;
  border-radius: 20px;
  display: inline-block;
}
#abovecontent .zentools .slidenavdiscs ul li.active,
#abovecontent .zentools .slidenavdiscs ul li:hover {
  background: #a49a87 !important;
  cursor: pointer;
}
#abovecontent .zentools .slide-controller.zenpadding {
  background: #fff !important;
  border-bottom: 1px solid #e3e3e3 !important;
  padding: 20px;
  margin-bottom: 30px;
  border-radius: 0 0 4px 4px;
  bottom: -42px;
}
#abovecontent .slideshowstandard ul.flex-direction-nav li a {
  margin-top: -30px !important;
  color: #333;
  background: none;
}
#abovecontent .slideshowstandard ul.flex-direction-nav li a:hover {
  color: #999;
}
#header .zentools .slidenavdiscs ul {
  bottom: 0;
  position: absolute;
}
#header .zentools .slidenavdiscs ul li {
  background: #644d52 !important;
  height: 8px;
  width: 8px;
  padding: 0 !important;
  border-radius: 20px;
  display: inline-block;
}
#header .zentools .slidenavdiscs ul li.active,
#header .zentools .slidenavdiscs ul li:hover {
  background: #a49a87 !important;
  cursor: pointer;
}
#header .zentools .zenright {
  float: right;
  width: auto;
  right: 0;
}
#header .zentools .slide-controller {
  position: absolute !important;
  bottom: -10px;
  right: -30px;
  padding: 0 !important;
}
@media screen and (max-width: 840px) {
  #header .zentools .slide-controller {
    right: 0;
    bottom: 0;
  }
}
#header blockquote {
  border-left: 0;
  margin-bottom: 0;
}
#header p {
  margin-bottom: 0;
}
/** 
 *------------------------------------------------------------------------------
 * @package       Zen Grid Framework 
 *------------------------------------------------------------------------------
 * @copyright     Copyright (C) 2006-2014 Joomlabamboo.com. All Rights Reserved.
 * @license       GNU General Public License version 2 or later; 
 * @Link:         http://www.joomlabamboo.com
 *------------------------------------------------------------------------------
 */
/* HikaShop Cart
-----------------------------------------------------------------------------*/
/**
 * @package    HikaShop for Joomla!
 * @version    2.2.2
 * @author     hikashop.com
 * @copyright  (C) 2010-2013 HIKARI SOFTWARE. All rights reserved.
 * @license    GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
 */
.hikashop_container {
  padding: 0 10px 0 0;
}
.hikashop_container * {
  max-width: 100%;
}
.hikashop_subcontainer {
  background: none !important;
  border: none;
  box-shadow: none;
  padding: 0;
  float: left;
  width: 100%;
  padding-bottom: 20px !important;
  text-align: left !important;
}
.hikashop_subcontainer img {
  padding: 1px;
  background: #fff;
  border: 1px solid #e6e6e6;
}
.hikashop_subcontainer .hikashop_category_image {
  text-align: left !important;
}
.hikashop_subcontainer .hikashop_category_name {
  text-align: left;
}
.hikashop_footer {
  padding: 30px 0;
}
.hikashop_product_left_part {
  width: 40%;
  float: left;
  margin-bottom: 40px;
  margin-right: 40px;
  border: 0;
}
@media screen and (max-width: 840px) {
  .hikashop_product_left_part {
    width: 100%;
  }
}
.hikashop_product_top_part {
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #fff;
  padding: 0;
  margin-bottom: 40px;
}
.hikashop_product_top_part h1 {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #e6e6e6;
  margin: 0;
}
#hikashop_image_main_thumb_div,
#hikashop_main_image_div,
.hikashop_product_main_image_thumb,
.hikashop_product_main_image {
  height: auto !important;
}
.hikashop_product_image_subdiv {
  padding: 2px;
}
.hikashop_module input {
  margin-top: 20px;
  margin-bottom: 10px;
}
.hikashop_product_name {
  font-size: 2em;
  display: block;
  margin: 10px 0;
}
.list-footer {
  border-top: 1px solid #e6e6e6;
  margin-bottom: 30px;
}
.list-footer:before {
  content: "";
  background: #fff;
  width: 100%;
  height: 1px;
  float: left;
  margin-bottom: 20px;
}
.alert-message {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #c09853;
  margin-bottom: 20px;
}
.alert-message hr {
  border-top-color: #f7e1b5;
}
.alert-message .alert-link {
  color: #a47e3c;
}
.alert-message hr {
  border-top-color: #f7e1b5;
}
.alert-message .alert-link {
  color: #a47e3c;
}
.alert-message .close {
  background: #f2e187;
  color: #c09853;
  border-radius: 2px;
}
.hikashop_checkout_billing_address_info,
.hikashop_checkout_status {
  line-height: 2em;
  margin-bottom: 30px;
}
#hikashopcpanel div.icon a {
  border: 1px solid #e6e6e6;
  display: block;
  float: left;
  border-radius: 2px;
  padding: 0;
  text-decoration: none;
  vertical-align: middle;
  width: 45%;
  background: #fff;
}
#hikashopcpanel div.icon a li {
  list-style: none;
  padding: 10px;
}
#hikashopcpanel div.icon a .hikashop_cpanel_icon_image {
  display: none;
}
.hikashopcpanel {
  clear: both;
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
.hikashop_address_listing_item_details,
.hikashop_address_listing_item_actions {
  padding-left: 20px;
  padding-top: 20px;
}
#hikashop_order_listing form {
  margin-bottom: 30px;
}
.hikashop_checkout_page {
  clear: both;
}
#hikashop_checkout_login .span4 {
  width: 32%;
  float: left;
}
#hikashop_checkout_login .span8 {
  width: 65%;
  float: right;
}
@media screen and (max-width: 840px) {
  #hikashop_checkout_login .span4,
  #hikashop_checkout_login .span8 {
    width: 100%;
  }
}
#hikashop_checkout_login ul {
  margin: 0;
}
#hikashop_checkout_login li {
  list-style-type: none;
  border-bottom: 1px solid #e6e6e6;
  border-top: 1px solid #fff;
  padding: 8px 0;
}
#hikashop_checkout_login li:first-child {
  border-top: 0;
}
#hikashop_checkout_login li:last-child {
  border-bottom: 0;
}
#hikashop_checkout_login .inputbox,
#hikashop_checkout_login select {
  margin-bottom: 12px;
  width: 90%;
}
#hikashop_checkout_login #com-form-login-remember label {
  display: inline !important;
  width: auto;
}
#hikashop_checkout_login p {
  margin-bottom: 0;
}
#hikashop_checkout_login .hikashop_cart_input_button {
  margin: 20px 0;
}
#hikashop_checkout_login legend,
#hikashop_checkout_login label {
  margin-bottom: 0 !important;
  padding-top: 0 !important;
}
#hikashop_contact_form input {
  margin-bottom: 20px;
}
/*Social Buttons*/
#hikashop_social {
  position: relative;
  text-align: right;
}
#hikashop_social iframe {
  height: 50px;
}
#hikashop_social iframe.hikashop_social_fb_standard {
  width: 300px;
  height: 80px;
}
#hikashop_social iframe.hikashop_social_fb_button_count {
  width: 90px;
  height: 20px;
}
#hikashop_social iframe.hikashop_social_fb_box_count {
  width: 65px;
  height: 80px;
}
#hikashop_social span.hikashop_social_tw {
  float: left;
  margin-right: 5px;
}
#hikashop_social span.hikashop_social_tw_horizontal {
  float: left;
}
#hikashop_social span.hikashop_social_tw_right {
  float: right;
}
#hikashop_social span.hikashop_social_tw_horizontal_right {
  float: right;
}
#hikashop_social span.hikashop_social_fb {
  float: left;
}
#hikashop_social span.hikashop_social_fb_right {
  float: right;
}
#hikashop_social span.hikashop_social_google {
  float: left;
  margin-right: 5px;
}
#hikashop_social span.hikashop_social_google_right {
  float: right;
  margin-right: 5px;
}
#hikashop_social span.hikashop_social_pinterest {
  float: left;
  margin-right: 5px;
}
#hikashop_social span.hikashop_social_pinterest_right {
  float: right;
  margin-right: 5px;
}
#hikashop_social span.hikashop_social_addThis {
  float: left;
  margin-right: 5px;
}
#hikashop_social span.hikashop_social_addThis_right {
  float: right;
  margin-right: 5px;
}
/* HikaShop Cart
-----------------------------------------------------------------------------*/
/**
 * @package    HikaShop for Joomla!
 * @version    2.2.2
 * @author     hikashop.com
 * @copyright  (C) 2010-2013 HIKARI SOFTWARE. All rights reserved.
 * @license    GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
 */
.hikashop_cart a:hover,
.hikashop_cart span:hover {
  color: #a49a87;
}
.hikashop_cart:before {
  content: "\f07a";
  font-family: "FontAwesome";
  margin-right: 10px;
}
.hikashop_cart .hikashop_cart_input_button {
  background: none;
  border: 0 !important;
  padding: 0;
  margin-left: 10px;
  color: #0c2436;
  min-height: 0;
}
.hikashop_cart .hikashop_cart_input_button:hover {
  color: #a49a87 !important;
  background: none;
}
.sidebar .hikashop_cart:before {
  content: "";
}
.sidebar .hikashop_cart img {
  padding: 0;
  background: none;
}
.sidebar .hikashop_cart img.hikashop_product_cart_image {
  padding: 1px;
  width: 50px;
}
.sidebar .hikashop_cart th {
  text-align: left;
  padding: 2px 6px 0 0;
}
.sidebar .hikashop_cart td {
  padding: 2px 2px 0 0;
}
.sidebar .hikashop_cart .hikashop_product_quantity_field {
  width: 50px;
  text-align: center;
}
.sidebar .hikashop_cart .hikashop_cart_module_product_image {
  text-align: left !important;
}
.sidebar .hikashop_cart .hikashop_cart_input_button {
  background: #9fb03e;
  color: #ffffff;
  padding: 0 20px;
  margin: 30px 0;
  border: 1px solid rgba(0, 0, 0, 0.15) !important;
}
.sidebar .hikashop_cart .hikashop_cart_input_button:hover {
  background: #644d52 !important;
  color: #fff !important;
}
.hikashop_category_description img {
  padding: 1px;
  background: #fff;
  border: 1px solid #e6e6e6;
  margin-bottom: 20px;
}
.hikashop_category_name {
  padding-left: 10px;
}
.hikashop_products li {
  list-style-type: none;
  margin-bottom: 30px;
  background: #fff;
}
.hikashop_products li .hikashop_product_name {
  font-size: 1.4em;
  text-align: center;
  display: block;
}
.hikashop_products .hikashop_product {
  margin-bottom: 40px;
}
.hikashop_products div.hikashop_subcontainer {
  margin-top: 0;
  max-width: 100%;
  width: 100%;
  padding-top: 0 !important;
  padding: 0;
}
.hikashop_products .hikashop_product_image_subdiv {
  padding: 1px;
  margin-bottom: 20px;
}
.hikashop_products .hikashop_product_image {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.hikashop_products .hikashop_product_image div {
  margin: 0 !important;
}
.hikashop_products .hikashop_product_image img {
  max-width: 100%;
  background: #fff !important;
  margin: 0 0 20px 0;
  width: 100%;
  -webkit-transition: border 200ms ease-out;
  -moz-transition: border 200ms ease-out;
  -o-transition: border 200ms ease-out;
}
.hikashop_products .hikashop_product_image img:hover {
  border: 1px solid #644d52;
}
.hikashop_products .hikashop_product_image img {
  width: auto;
  margin-bottom: 20px !important;
}
.hikashop_products .hikashop_product_price_full {
  display: block;
}
.hikashop_products .hikashop_product_price_per_unit {
  font-size: 90%;
  font-style: italic;
  color: #999;
}
.hikashop_products .hikashop_product hikashop_product_column_1.hikashop_product_row_2 {
  clear: both;
  float: none;
}
.hikashop_products .btn.hikashop_cart_input_button {
  margin-top: 30px;
}
.hikashop_products .hikashop_product_list li {
  padding: 20px;
}
.hikashop_products .thumbnails li {
  margin-bottom: 30px !important;
}
.hikashop_products .thumbnails li tr td,
.hikashop_products .thumbnails li .hikashop_product_desc {
  text-align: left !important;
}
.hikashop_products .thumbnails .hikashop_product_image {
  height: auto !important;
}
.hikashop_products .thumbnails .hikashop_product_image img {
  margin-bottom: 30px;
}
#hikashop_checkout_page label {
  margin-bottom: 20px;
}
#hikashop_checkout_page td label {
  margin-bottom: 0;
  padding-top: 15px;
}
#hikashop_checkout_page td label span {
  margin-right: 10px;
}
#hikashop_checkout_page #hikashop_checkout_coupon input {
  box-sizing: border-box;
  width: 200px;
  line-height: 2em;
  height: 50px;
  margin-left: 20px;
}
#hikashop_checkout_page #hikashop_checkout_coupon input[type="button"] {
  float: right;
  width: 20%;
  border-color: #a49a87;
  height: auto;
  margin-bottom: 40px !important;
}
#hikashop_checkout_page .hikashop_payment_methods_table,
#hikashop_checkout_page .hikashop_shipping_methods_table {
  margin-bottom: 30px;
}
#hikashop_checkout_page .hikashop_payment_methods_table td,
#hikashop_checkout_page .hikashop_shipping_methods_table td {
  padding: 0;
}
#hikashop_checkout_page .hikashop_shipping_group td {
  padding: 0;
  height: auto;
}
#hikashop_checkout_page .hikashop_checkout_billing_address_buttons {
  margin-left: 20px;
  padding: 10px;
  border-radius: 2px;
  background: #fff;
}
#hikashop_checkout_page .hikashop_payment_methods .table-striped tbody > tr:nth-child(odd) > td,
#hikashop_checkout_page .hikashop_payment_methods .table-striped tbody > tr:nth-child(odd) > th {
  background: none;
}
#hikashop_checkout_page .hikashop_cart_product_quantity_value img {
  float: left;
  padding: 10px 10px 0 0;
}
#hikashop_checkout_page #hikashop_checkout_cart {
  margin-top: 60px !important;
  clear: both;
}
#hikashop_checkout_page #hikashop_checkout_cart .row0 td {
  background: #fff;
  padding: 20px;
}
#hikashop_checkout_page #hikashop_checkout_cart input {
  text-align: center;
  padding: 0;
}
#sbox-window {
  width: auto !important;
  height: auto !important;
}
#sbox-window body:before {
  -webkit-box-shadow: 0 !important;
  -moz-box-shadow: 0 !important;
  box-shadow: 0 !important;
}
.sbox-content-image img {
  height: auto;
}
.acymailing_module p {
  margin-bottom: 0;
}
.acymailing_module a.modal.acymailing_togglemodule {
  width: 60% !important;
  margin: 25px auto 0;
  -webkit-border-radius: 2px !important;
  -moz-border-radius: 2px !important;
  border-radius: 2px !important;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  text-shadow: none;
  z-index: 1;
}
.btn.btn-radio.active.btn-primary {
  border: 0 !important;
}
.hikashop_product_contact_page #toolbar {
  float: left;
  width: 100%;
}
.hikashop_product_contact_page .btn img {
  display: none;
}
.hikashop_product_contact_page td input,
.hikashop_product_contact_page td textarea {
  width: 100%;
}
.hikashop_container h2 span {
  border-bottom: 0 !important;
  padding-bottom: 2px !important;
}
#hikashop_address_form_span_iframe td {
  padding: 10px 10px 0 0;
}
.hikashop_product_checkout_cart_image {
  padding: 1px;
  background: #fff;
  border: 1px solid #e6e6e6;
  -webkit-transition: border 200ms ease-out;
  -moz-transition: border 200ms ease-out;
  -o-transition: border 200ms ease-out;
}
.hikashop_product_checkout_cart_image:hover {
  border: 1px solid #644d52;
}
.hikashop_product_page {
  position: relative;
  z-index: 1;
}
.hikashop_product_page .hikashop_small_image_div {
  width: 100%;
  float: left;
}
.hikashop_product_page .hikashop_small_image_div img {
  width: 80px;
  margin-right: 4px;
  padding: 1px !important;
  float: left;
  padding: 1px;
  background: #fff;
  border: 1px solid #e6e6e6;
}
.hikashop_product_page h1 span {
  padding-bottom: 11px !important;
}
.hikashop_product_page .hikashop_product_right_part {
  text-align: left !important;
}
.hikashop_product_page .ui-corner-top {
  border: 0 !important;
  padding: 0 !important;
  margin-bottom: 10px !important;
}
.hikashop_product_page .hikashop_next_product,
.hikashop_product_page .hikashop_previous_product {
  background: none;
  position: absolute;
  z-index: 2;
  right: -15px;
  top: 10px;
  font-size: 1.5em;
}
.hikashop_product_page .hikashop_next_product:hover,
.hikashop_product_page .hikashop_previous_product:hover {
  color: #a49a87;
}
.hikashop_product_page .hikashop_next_product:before,
.hikashop_product_page .hikashop_previous_product:before {
  font-family: "FontAwesome";
  content: "\f054";
}
.hikashop_product_page .hikashop_previous_product {
  right: 10px;
}
.hikashop_product_page .hikashop_previous_product:before {
  content: "\f053";
}
.hikashop_product_page .hikashop_product_bottom_part {
  margin-top: 30px;
}
.hikashop_product_page .hikashop_product_bottom_part span {
  background: none !important;
}
.hikashop_product_page .hikashop_product_quantity_field {
  margin: 0;
  padding: 7px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.hikashop_product_page .hikashop_product_quantity_field_change {
  font-size: 1.8em;
  line-height: 0.6em;
  vertical-align: middle;
}
.hikashop_product_page .hikashop_product_main_image_subdiv {
  text-align: left !important;
  margin: 0 !important;
  width: 100%;
  max-width: 100%;
}
.hikashop_product_page .hikashop_product_main_image_subdiv img {
  -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
  background: #fff !important;
  padding: 1px;
  max-width: 98%;
  margin-bottom: 20px;
}
.hikashop_product_page .hikashop_product_price_full {
  font-size: 3em;
  font-weight: 300;
  text-align: left;
}
.hikashop_product_page .hikashop_product_price_full .hikashop_product_price_per_unit {
  font-size: 0.4em;
  color: #999;
}
.hikashop_product_page .hikashop_product_price_per_weight_unit {
  font-size: 70%;
  color: #999;
  font-style: italic;
}
.hikashop_product_page .hikashop_product_url_main,
.hikashop_product_page .hikashop_product_files_main {
  padding: 20px 0;
  display: block;
  border-top: 1px solid #eee;
}
.hikashop_product_page .hikashop_product_url_main legend,
.hikashop_product_page .hikashop_product_files_main legend {
  border: 0;
  margin: 0;
}
.hikashop_product_page .hikashop_product_quantity_main input {
  margin-right: 10px;
}
.hikashop_product_page .hikashop_product_quantity_main .hikashop_cart_input_button {
  margin-left: 10px;
}
.hikashop_product_page .hikashop_product_msrp_price {
  font-size: 1.2em;
}
.hikashop_product_page .hikashop_product_stock {
  border-bottom: 0 !important;
  padding-bottom: 30px;
}
.hikashop_product_page .hikashop_products_listing_main h2 {
  margin-bottom: 20px !important;
}
.hikashop_product_page .hikashop_product_characteristics_table td {
  padding: 10px;
}
.thumbnails .span12 .hikashop_product_name {
  text-align: left !important;
}
.thumbnails .hikashop_product_desc li {
  border: 0;
  padding: 4px 0 !important;
  margin: 0 !important;
  list-style-type: disc;
}
.hikashop_products_table.table tbody tr:hover td,
.hikashop_products_table.table tbody tr:hover > th {
  background: #fafafa !important;
}
.hikashop_products_table.table td {
  border: 0;
  border-bottom: 4px solid #fafafa !important;
}
.hikashop_products_table.table tr,
.hikashop_products_table.table td {
  border: 0 !important;
}
.hikashop_products_table.table .hikashop_product_add_to_cart_row {
  padding-right: 30px;
}
.hikashop_products_table.table td {
  vertical-align: middle;
}
.hikashop_products_table.table .hikashop_product_image_row {
  padding: 25px 0 0 0 !important;
}
.hikashop_products_table.table .hikashop_product_image_row .hikashop_product_image div {
  text-align: left !important;
}
.hikashop_products_table.table .hikashop_product_image_row img {
  padding: 1px;
  background: #fff;
  border: 1px solid #e6e6e6;
}
.hikashop_products_table.table .hikashop_product_vote_row {
  width: 200px !important;
  padding: 0;
}
.hikashop_products_table.table .hikashop_product_vote_row .hikashop_total_vote {
  display: block;
}
.hikashop_footer a {
  color: #999;
}
.hikashop_tabs_ul {
  z-index: 2;
  position: relative;
  margin: 0px 0px 6px 0px;
  clear: both;
  float: left;
  width: 100%;
}
.hikashop_tabs_ul li {
  display: inline;
  padding: 8px 5px;
  z-index: 2;
}
.hikashop_tabs_ul li a {
  /* IE7 inline-block hack */
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  padding: 4px 12px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #333333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *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 #cccccc;
  *border: 0;
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  *margin-left: .3em;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  -moz-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);
  color: #ffffff;
  background: #a49a87;
  border: 1px solid #8d816b;
  padding: 10px;
  border-radius: 0;
  box-shadow: none;
  text-shadow: none;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  background-clip: border-box;
  border-radius: 0 !important;
  border: 2px solid #e2e2e2 !important;
  border-radius: 2px !important;
}
.hikashop_tabs_ul li a:hover,
.hikashop_tabs_ul li a:focus,
.hikashop_tabs_ul li a:active,
.hikashop_tabs_ul li a.active,
.hikashop_tabs_ul li a.disabled,
.hikashop_tabs_ul li a[disabled] {
  color: #333333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}
.hikashop_tabs_ul li a:active,
.hikashop_tabs_ul li a.active {
  background-color: #cccccc \9;
}
.hikashop_tabs_ul li a:first-child {
  *margin-left: 0;
}
.hikashop_tabs_ul li a:hover,
.hikashop_tabs_ul li a:focus {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  -webkit-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}
.hikashop_tabs_ul li a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.hikashop_tabs_ul li a.active,
.hikashop_tabs_ul li a:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  -moz-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);
}
.hikashop_tabs_ul li a.disabled,
.hikashop_tabs_ul li a[disabled] {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.hikashop_tabs_ul li a .label,
.hikashop_tabs_ul li a .badge {
  position: relative;
  top: -1px;
}
.hikashop_tabs_ul li a:hover {
  color: #ffffff !important;
  background: #644d52;
  border: 1px solid #8f6e75;
  text-decoration: none;
}
.hikashop_tabs_ul li a:hover,
.hikashop_tabs_ul li a:focus,
.hikashop_tabs_ul li a:active,
.hikashop_tabs_ul li a.active,
.hikashop_tabs_ul li a.disabled,
.hikashop_tabs_ul li a[disabled] {
  color: #333333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}
.hikashop_tabs_ul li a:active,
.hikashop_tabs_ul li a.active {
  background-color: #cccccc \9;
}
.hikashop_tabs_ul li a:first-child {
  *margin-left: 0;
}
.hikashop_tabs_ul li a:hover,
.hikashop_tabs_ul li a:focus {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  -webkit-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}
.hikashop_tabs_ul li a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.hikashop_tabs_ul li a.active,
.hikashop_tabs_ul li a:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  -moz-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);
}
.hikashop_tabs_ul li a.disabled,
.hikashop_tabs_ul li a[disabled] {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.hikashop_tabs_ul li a .label,
.hikashop_tabs_ul li a .badge {
  position: relative;
  top: -1px;
}
.hikashop_tabs_ul li a:hover {
  color: #ffffff !important;
  background: #644d52;
  border: 1px solid #8f6e75;
  text-decoration: none;
}
.hikashop_tabs_ul li a:hover {
  border-color: #f1f1f1 !important;
}
.hikashop_tabs_ul li a.active {
  color: #ffffff !important;
  background: #644d52 !important;
  border: 1px solid #8f6e75 !important;
  border-radius: 0px !important;
  border-radius: 0 !important;
  border: 0 !important;
}
.hikashop_tabs_ul li a:hover {
  text-decoration: none;
  color: #555555;
}
.hikashop_tabs_content {
  z-index: 1;
  position: relative;
  display: none;
  clear: both;
  min-height: 200px;
  padding: 20px 0;
}
.hikashop_tabs_li_selected a {
  color: #644d52;
}
.hikashop_hidden_checkout {
  display: none;
}
.hikashop_product_description_main_mini {
  line-height: 1.4em;
  margin-top: 30px;
}
@media screen and (max-width: 840px) {
  .hikashop_products > div {
    width: 100% !important;
  }
}
.hikashop_user_registration_page .inputbox {
  width: 90%;
  margin-bottom: 10px;
}
.hikashop_user_registration_page select {
  margin-bottom: 10px;
}
.hikashop_user_registration_page .key {
  padding-right: 20px;
}
.ui-rating {
  margin: auto;
  display: inline;
}
.ui-rating-star {
  width: 16px;
  height: 16px;
  font-size: 2px;
  display: inline-block;
  text-decoration: none;
  vertical-align: bottom;
  background-image: url('images/star.gif') !important;
  background-repeat: no-repeat;
}
.ui-rating a {
  cursor: pointer;
  background-color: transparent !important;
}
.ui-rating-full {
  background-position: left top;
}
.ui-rating-mid {
  background-position: left -16px;
}
.ui-rating-empty {
  background-position: left -32px;
}
.ui-rating-hover {
  background-position: left -48px !important;
}
.hikashop_vote_notification {
  display: inline;
  color: grey;
}
.hikashop_vote_form .hikashop_comment_textarea {
  border: 1px solid #EEEEEE;
  border-radius: 4px 4px 4px 4px;
  color: #666666;
  height: 60px;
  margin: 5px 0;
  padding: 5px;
  width: 98%;
}
.jRatingAverage {
  position: relative;
  top: 0;
  left: 0;
  z-index: 4;
  height: 100%;
  background-image: url('images/star.gif') repeat-x !important;
  background-position: left -48px !important;
}
.jRatingColor {
  position: relative;
  top: 0;
  left: 0;
  z-index: 3;
  height: 100%;
  background-image: url('images/star.gif') repeat-x !important;
  background-position: left top !important;
}
.jStar {
  position: relative;
  left: 0;
  z-index: 2;
  background-image: url('images/star.gif') repeat-x !important;
  background-position: left -32px !important;
}
p.jRatingInfos {
  position: absolute;
  z-index: 5;
  background: black;
  opacity: 0.8;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  color: #fff;
  display: none;
  width: 60px;
  height: 22px;
  font-size: 16px;
  text-align: center;
  padding-top: 4px;
}
p.jRatingInfos span.maxRate {
  color: #c9c9c9;
  font-size: 14px;
}
/** 
 *------------------------------------------------------------------------------
 * @package       Zen Grid Framework 
 *------------------------------------------------------------------------------
 * @copyright     Copyright (C) 2006-2014 Joomlabamboo.com. All Rights Reserved.
 * @license       GNU General Public License version 2 or later; 
 * @Link:         http://www.joomlabamboo.com
 *------------------------------------------------------------------------------
 */
/* Back to top
 -----------------------------------------------------------------------------*/
.mean-container .mean-nav,
.mean-container .off-canvas-body {
  background: #f6f6f6;
  color: #0c2436;
  float: left;
  width: 100%;
}
.mean-container .mean-nav p,
.mean-container .off-canvas-body p {
  color: inherit;
}
.mean-container .mean-nav h1,
.mean-container .off-canvas-body h1,
.mean-container .mean-nav h2,
.mean-container .off-canvas-body h2,
.mean-container .mean-nav h3,
.mean-container .off-canvas-body h3,
.mean-container .mean-nav h4,
.mean-container .off-canvas-body h4,
.mean-container .mean-nav h5,
.mean-container .off-canvas-body h5,
.mean-container .mean-nav h6,
.mean-container .off-canvas-body h6 {
  color: #333333;
}
.mean-container .mean-nav a,
.mean-container .off-canvas-body a {
  color: #644d52;
}
.mean-container .mean-nav a:hover,
.mean-container .off-canvas-body a:hover {
  color: #a49a87;
}
.mean-container .mean-nav .zen-menu-caption,
.mean-container .off-canvas-body .zen-menu-caption {
  display: block;
  margin-left: 0;
}
.mean-container .mean-nav .expand,
.mean-container .off-canvas-body .expand {
  position: absolute;
  z-index: 10;
  width: 30px;
  background: #f6f6f6;
  padding: 4px 0;
  text-align: center;
  right: 30px;
  top: 4px;
  font-weight: 300;
  font-size: 1.2em;
  cursor: pointer;
}
.mean-container .mean-nav .expand:hover,
.mean-container .off-canvas-body .expand:hover {
  background: #eeeeee;
}
.mean-container .mean-nav li:last-child,
.mean-container .off-canvas-body li:last-child {
  margin-bottom: 10px;
}
.mean-container .mean-nav {
  border-bottom: 1px solid #e6e6e6;
}
.mean-container .off-canvas-body {
  background: #ececec;
  box-sizing: border-box !important;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #e6e6e6;
}
/** 
 *------------------------------------------------------------------------------
 * @package       Zen Grid Framework 
 *------------------------------------------------------------------------------
 * @copyright     Copyright (C) 2006-2014 Joomlabamboo.com. All Rights Reserved.
 * @license       GNU General Public License version 2 or later; 
 * @Link:         http://www.joomlabamboo.com
 *------------------------------------------------------------------------------
 */
@media screen and (max-width: 940px) {
  .responsive-enabled .select-menu .responsive_menu {
    margin-top: -70px;
  }
  .responsive-enabled .select-menu #navwrap {
    margin-top: 70px;
  }
  .responsive-enabled .mean-container .mean-bar {
    margin-bottom: 0;
  }
  .responsive-enabled .mean-container .off-canvas-trigger {
    display: none !important;
  }
  .responsive-enabled.toggle-menu #menu {
    display: none;
  }
  .responsive-enabled #menu {
    position: relative !important;
    padding-right: 20px !important;
  }
  .responsive-enabled #menu .off-canvas-trigger {
    position: absolute !important;
    top: auto;
    left: 0;
    text-align: center;
    width: 70px;
    padding: 16px 12px 16px 18px !important;
    border-right: 1px solid #f55c2b;
  }
  .responsive-enabled #menu .off-canvas-trigger span:before {
    font-size: 140% !important;
    line-height: 1.8em !important;
  }
  .responsive-enabled .fixed .off-canvas-trigger {
    display: block !important;
  }
}
/*# sourceMappingURL=http://www.edutv.gr//templates/rasa2/css/theme.eggplant-bootstrap2.map */