

/* Start:/local/templates/main/css/chosen.css?172290077013412*/
/* @group Base */
.chzn-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  zoom: 1;
  *display: inline;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.chzn-container .chzn-drop {
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 1010;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #aaa;
  border-top: 0;
  background: #fff;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}
.chzn-container.chzn-with-drop .chzn-drop {
  left: 0;
}
.chzn-container a {
  cursor: pointer;
}

/* @end */
/* @group Single Chosen */
.chzn-container-single .chzn-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 23px;
  border: 1px solid #aaa;
  border-radius: 5px;
  background-color: #fff;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #ffffff), color-stop(50%, #f6f6f6), color-stop(52%, #eeeeee), color-stop(100%, #f4f4f4));
  background: -webkit-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: -moz-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: -o-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background-clip: padding-box;
  box-shadow: 0 0 3px white inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px;
}
.chzn-container-single .chzn-default {
  color: #999;
}
.chzn-container-single .chzn-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.chzn-container-single .chzn-single-with-deselect span {
  margin-right: 38px;
}
.chzn-container-single .chzn-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url('/local/templates/main/css/chosen-sprite.png') -42px 1px no-repeat;
  font-size: 1px;
}
.chzn-container-single .chzn-single abbr:hover {
  background-position: -42px -10px;
}
.chzn-container-single.chzn-disabled .chzn-single abbr:hover {
  background-position: -42px -10px;
}
.chzn-container-single .chzn-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%;
}
.chzn-container-single .chzn-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url('/local/templates/main/css/chosen-sprite.png') no-repeat 0px 2px;
}
.chzn-container-single .chzn-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}
.chzn-container-single .chzn-search input[type="text"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  background: white url('/local/templates/main/css/chosen-sprite.png') no-repeat 100% -20px;
  background: url('/local/templates/main/css/chosen-sprite.png') no-repeat 100% -20px, -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background: url('/local/templates/main/css/chosen-sprite.png') no-repeat 100% -20px, -webkit-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background: url('/local/templates/main/css/chosen-sprite.png') no-repeat 100% -20px, -moz-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background: url('/local/templates/main/css/chosen-sprite.png') no-repeat 100% -20px, -o-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background: url('/local/templates/main/css/chosen-sprite.png') no-repeat 100% -20px, linear-gradient(#eeeeee 1%, #ffffff 15%);
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}
.chzn-container-single .chzn-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box;
}
.chzn-container-single.chzn-container-single-nosearch .chzn-search {
  position: absolute;
  left: -9999px;
}

/* @end */
/* @group Results */
.chzn-container .chzn-results {
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
}
.chzn-container .chzn-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
}
.chzn-container .chzn-results li.active-result {
  display: list-item;
  cursor: pointer;
}
.chzn-container .chzn-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}
.chzn-container .chzn-results li.highlighted {
  background-color: #3875d7;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
  background-image: -webkit-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: -moz-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: -o-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
  color: #fff;
}
.chzn-container .chzn-results li.no-results {
  display: list-item;
  background: #f4f4f4;
}
.chzn-container .chzn-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default;
}
.chzn-container .chzn-results li.group-option {
  padding-left: 15px;
}
.chzn-container .chzn-results li em {
  font-style: normal;
  text-decoration: underline;
}

/* @end */
/* @group Multi Chosen */
.chzn-container-multi .chzn-choices {
  position: relative;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto !important;
  height: 1%;
  border: 1px solid #aaa;
  background-color: #fff;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background-image: -webkit-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: -moz-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: -o-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: linear-gradient(#eeeeee 1%, #ffffff 15%);
  cursor: text;
}
.chzn-container-multi .chzn-choices li {
  float: left;
  list-style: none;
}
.chzn-container-multi .chzn-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.chzn-container-multi .chzn-choices li.search-field input[type="text"] {
  margin: 1px 0;
  padding: 5px;
  height: 15px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none;
  color: #666;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}
.chzn-container-multi .chzn-choices li.search-field .default {
  color: #999;
}
.chzn-container-multi .chzn-choices li.search-choice {
  position: relative;
  margin: 3px 0 3px 5px;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  border-radius: 3px;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-clip: padding-box;
  box-shadow: 0 0 2px white inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default;
}
.chzn-container-multi .chzn-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url('/local/templates/main/css/chosen-sprite.png') -42px 1px no-repeat;
  font-size: 1px;
}
.chzn-container-multi .chzn-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}
.chzn-container-multi .chzn-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  color: #666;
}
.chzn-container-multi .chzn-choices li.search-choice-focus {
  background: #d4d4d4;
}
.chzn-container-multi .chzn-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}
.chzn-container-multi .chzn-results {
  margin: 0;
  padding: 0;
}
.chzn-container-multi .chzn-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}

/* @end */
/* @group Active  */
.chzn-container-active .chzn-single {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.chzn-container-active.chzn-with-drop .chzn-single {
  border: 1px solid #aaa;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #eeeeee), color-stop(80%, #ffffff));
  background-image: -webkit-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: -moz-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: -o-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: linear-gradient(#eeeeee 20%, #ffffff 80%);
}
.chzn-container-active.chzn-with-drop .chzn-single div {
  border-left: none;
  background: transparent;
}
.chzn-container-active.chzn-with-drop .chzn-single div b {
  background-position: -18px 2px;
}
.chzn-container-active .chzn-choices {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.chzn-container-active .chzn-choices li.search-field input[type="text"] {
  color: #111 !important;
}

/* @end */
/* @group Disabled Support */
.chzn-disabled {
  opacity: 0.5 !important;
  cursor: default;
}
.chzn-disabled .chzn-single {
  cursor: default;
}
.chzn-disabled .chzn-choices .search-choice .search-choice-close {
  cursor: default;
}

/* @end */
/* @group Right to Left */
.chzn-rtl {
  text-align: right;
}
.chzn-rtl .chzn-single {
  overflow: visible;
  padding: 0 8px 0 0;
}
.chzn-rtl .chzn-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}
.chzn-rtl .chzn-single-with-deselect span {
  margin-left: 38px;
}
.chzn-rtl .chzn-single div {
  right: auto;
  left: 3px;
}
.chzn-rtl .chzn-single abbr {
  right: auto;
  left: 26px;
}
.chzn-rtl .chzn-choices li {
  float: right;
}
.chzn-rtl .chzn-choices li.search-field input[type="text"] {
  direction: rtl;
}
.chzn-rtl .chzn-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}
.chzn-rtl .chzn-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}
.chzn-rtl .chzn-drop {
  left: 9999px;
}
.chzn-rtl.chzn-container-single .chzn-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}
.chzn-rtl .chzn-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}
.chzn-rtl.chzn-container-active.chzn-with-drop .chzn-single div {
  border-right: none;
}
.chzn-rtl .chzn-search input[type="text"] {
  padding: 4px 5px 4px 20px;
  background: white url('/local/templates/main/css/chosen-sprite.png') no-repeat -30px -20px;
  background: url('/local/templates/main/css/chosen-sprite.png') no-repeat -30px -20px, -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background: url('/local/templates/main/css/chosen-sprite.png') no-repeat -30px -20px, -webkit-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background: url('/local/templates/main/css/chosen-sprite.png') no-repeat -30px -20px, -moz-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background: url('/local/templates/main/css/chosen-sprite.png') no-repeat -30px -20px, -o-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background: url('/local/templates/main/css/chosen-sprite.png') no-repeat -30px -20px, linear-gradient(#eeeeee 1%, #ffffff 15%);
  direction: rtl;
}
.chzn-rtl.chzn-container-single .chzn-single div b {
  background-position: 6px 2px;
}
.chzn-rtl.chzn-container-single.chzn-with-drop .chzn-single div b {
  background-position: -12px 2px;
}
[dir="rtl"] .chzn-container .chzn-drop,
[dir="rtl"] .chzn-container-single.chzn-container-single-nosearch .chzn-search {
  left: auto;
  right: -9999px;
}
[dir="rtl"] .chzn-container.chzn-with-drop .chzn-drop {
  right: 0;
}

/* @end */
/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 144dpi) {
  .chzn-rtl .chzn-search input[type="text"],
  .chzn-container-single .chzn-single abbr,
  .chzn-container-single .chzn-single div b,
  .chzn-container-single .chzn-search input[type="text"],
  .chzn-container-multi .chzn-choices .search-choice .search-choice-close,
  .chzn-container .chzn-results-scroll-down span,
  .chzn-container .chzn-results-scroll-up span {
    background-image: url('/local/templates/main/css/chosen-sprite@2x.png') !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
}
/* @end */

/* End */


/* Start:/local/templates/main/css/template.css?1722900770237382*/
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
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-color: 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 {
  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;
  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;
}
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]: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;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('/local/templates/main/css/../fonts/glyphicons-halflings-regular.eot');
  src: url('/local/templates/main/css/../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('/local/templates/main/css/../fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('/local/templates/main/css/../fonts/glyphicons-halflings-regular.woff') format('woff'), url('/local/templates/main/css/../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('/local/templates/main/css/../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\002a";
}
.glyphicon-plus:before {
  content: "\002b";
}
.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.glyphicon-cd:before {
  content: "\e201";
}
.glyphicon-save-file:before {
  content: "\e202";
}
.glyphicon-open-file:before {
  content: "\e203";
}
.glyphicon-level-up:before {
  content: "\e204";
}
.glyphicon-copy:before {
  content: "\e205";
}
.glyphicon-paste:before {
  content: "\e206";
}
.glyphicon-alert:before {
  content: "\e209";
}
.glyphicon-equalizer:before {
  content: "\e210";
}
.glyphicon-king:before {
  content: "\e211";
}
.glyphicon-queen:before {
  content: "\e212";
}
.glyphicon-pawn:before {
  content: "\e213";
}
.glyphicon-bishop:before {
  content: "\e214";
}
.glyphicon-knight:before {
  content: "\e215";
}
.glyphicon-baby-formula:before {
  content: "\e216";
}
.glyphicon-tent:before {
  content: "\26fa";
}
.glyphicon-blackboard:before {
  content: "\e218";
}
.glyphicon-bed:before {
  content: "\e219";
}
.glyphicon-apple:before {
  content: "\f8ff";
}
.glyphicon-erase:before {
  content: "\e221";
}
.glyphicon-hourglass:before {
  content: "\231b";
}
.glyphicon-lamp:before {
  content: "\e223";
}
.glyphicon-duplicate:before {
  content: "\e224";
}
.glyphicon-piggy-bank:before {
  content: "\e225";
}
.glyphicon-scissors:before {
  content: "\e226";
}
.glyphicon-bitcoin:before {
  content: "\e227";
}
.glyphicon-btc:before {
  content: "\e227";
}
.glyphicon-xbt:before {
  content: "\e227";
}
.glyphicon-yen:before {
  content: "\00a5";
}
.glyphicon-jpy:before {
  content: "\00a5";
}
.glyphicon-ruble:before {
  content: "\20bd";
}
.glyphicon-rub:before {
  content: "\20bd";
}
.glyphicon-scale:before {
  content: "\e230";
}
.glyphicon-ice-lolly:before {
  content: "\e231";
}
.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}
.glyphicon-education:before {
  content: "\e233";
}
.glyphicon-option-horizontal:before {
  content: "\e234";
}
.glyphicon-option-vertical:before {
  content: "\e235";
}
.glyphicon-menu-hamburger:before {
  content: "\e236";
}
.glyphicon-modal-window:before {
  content: "\e237";
}
.glyphicon-oil:before {
  content: "\e238";
}
.glyphicon-grain:before {
  content: "\e239";
}
.glyphicon-sunglasses:before {
  content: "\e240";
}
.glyphicon-text-size:before {
  content: "\e241";
}
.glyphicon-text-color:before {
  content: "\e242";
}
.glyphicon-text-background:before {
  content: "\e243";
}
.glyphicon-object-align-top:before {
  content: "\e244";
}
.glyphicon-object-align-bottom:before {
  content: "\e245";
}
.glyphicon-object-align-horizontal:before {
  content: "\e246";
}
.glyphicon-object-align-left:before {
  content: "\e247";
}
.glyphicon-object-align-vertical:before {
  content: "\e248";
}
.glyphicon-object-align-right:before {
  content: "\e249";
}
.glyphicon-triangle-right:before {
  content: "\e250";
}
.glyphicon-triangle-left:before {
  content: "\e251";
}
.glyphicon-triangle-bottom:before {
  content: "\e252";
}
.glyphicon-triangle-top:before {
  content: "\e253";
}
.glyphicon-console:before {
  content: "\e254";
}
.glyphicon-superscript:before {
  content: "\e255";
}
.glyphicon-subscript:before {
  content: "\e256";
}
.glyphicon-menu-left:before {
  content: "\e257";
}
.glyphicon-menu-right:before {
  content: "\e258";
}
.glyphicon-menu-down:before {
  content: "\e259";
}
.glyphicon-menu-up:before {
  content: "\e260";
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  line-height: 29px;
  color: #74797f;
  background-color: #e4e4e4;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #ba9f5a;
  text-decoration: none;
  -webkit-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
a:hover,
a:focus {
  color: extract(#ba9f5a, 2);
  text-decoration: none;
}
a:focus {
  outline: none;
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 29px;
  background-color: #e4e4e4;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #ccbd97;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
.lead {
  margin-bottom: 29px;
  font-size: 27px;
  line-height: 43.5px;
}
a {
  -webkit-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  transition: 0.5s all ease;
  color: #ba9f5a;
  outline: none;
  cursor: pointer;
}
a:focus,
a:active {
  outline: none;
}
a:hover,
a:focus {
  text-decoration: none;
  color: #74797f;
  outline: none;
}
b {
  font-weight: 300;
  color: #ba9f5a;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #525252;
  font-family: 'Cinzel', serif;
  font-weight: normal;
  line-height: 1.2;
  letter-spacing: 1px;
  position: relative;
  margin-top: 0;
  text-rendering: optimizelegibility;
}
h1.heading-style-1,
h2.heading-style-1,
h3.heading-style-1,
h4.heading-style-1,
h5.heading-style-1,
h6.heading-style-1 {
  font-size: 40px;
  margin-bottom: 30px;
}
h1.heading-style-2,
h2.heading-style-2,
h3.heading-style-2,
h4.heading-style-2,
h5.heading-style-2,
h6.heading-style-2 {
  font-size: 36px;
  margin-bottom: 30px;
}
h1.heading-style-3,
h2.heading-style-3,
h3.heading-style-3,
h4.heading-style-3,
h5.heading-style-3,
h6.heading-style-3 {
  font-size: 30px;
  line-height: 41px;
  margin-bottom: 20px;
  padding-top: 31px;
  position: relative;
}
h1.heading-style-3:before,
h2.heading-style-3:before,
h3.heading-style-3:before,
h4.heading-style-3:before,
h5.heading-style-3:before,
h6.heading-style-3:before {
  position: absolute;
  left: 50%;
  -moz-transform: translate(-50%, 0%);
  -webkit-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  -o-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  content: '';
  width: 100%;
  max-width: 77px;
  height: 3px;
  top: 0;
  background: #ba9f5a;
}
h1.heading-style-4,
h2.heading-style-4,
h3.heading-style-4,
h4.heading-style-4,
h5.heading-style-4,
h6.heading-style-4 {
  font-size: 24px;
  margin-bottom: 20px;
}
h1.heading-style-5,
h2.heading-style-5,
h3.heading-style-5,
h4.heading-style-5,
h5.heading-style-5,
h6.heading-style-5 {
  font-size: 20px;
  margin-bottom: 13px;
}
h1.heading-style-6,
h2.heading-style-6,
h3.heading-style-6,
h4.heading-style-6,
h5.heading-style-6,
h6.heading-style-6 {
  font-size: 16px;
  margin-bottom: 14px;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
p {
  margin: 0px;
  padding: 0 0 29px;
}
.text-offset {
  margin-top: 46px;
}
.lead {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 27px;
  }
}
small,
.small {
  font-size: 88%;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #ba9f5a;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #9f8542;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #ba9f5a;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #9f8542;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 29px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 29px;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 0px 0px 0px 0px;
  margin: 0 0 20px;
  font-size: 22.5px;
  position: relative;
}
blockquote:before {
  display: block;
  content: '\f10d';
  font: 30px/30px Fontawesome;
  color: #ba9f5a;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 29px;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
blockquote cite {
  color: #ba9f5a;
  display: inline-block;
}
@media (max-width: 767px) {
  blockquote {
    margin-bottom: 30px;
  }
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
.item_introtext p a:not(.btn),
.item_fulltext p a:not(.btn),
.category_desc p a:not(.btn) {
  text-decoration: underline;
}
.item_introtext strong,
.item_fulltext strong,
.category_desc strong {
  color: #ba9f5a;
}
.item_introtext mark,
.item_fulltext mark,
.category_desc mark {
  color: white;
  padding: 0px 4px;
  background: #ba9f5a;
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 29px;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #ffffff;
  background-color: #333333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 17px;
  line-height: 29px;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  /*@media (min-width: 768px) {
    width: @container-sm;
  }
  @media (min-width: 992px) {
    width: @container-md;
  }
  @media (min-width: 1200px) {
    width: @container-lg;
  }*/
  width: 100%;
  max-width: 1200px;
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}

@media (min-width: 1200px) and (max-width: 1400px) {

  #top .moduletable .module_container .mod-menu img {
    left: 35px !important;
    position: absolute !important;
    height: 100px !important;
  }

}  
table {
  width: 100%;
  max-width: 100%;
  background-color: transparent;
  border-spacing: 0;
  border: 1px solid #dddddd;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
table th {
  background: #ba9f5a;
  color: #ffffff;
  font-size: 18px;
  line-height: 29px;
  padding: -1.5px 10px -1.5px 15px;
  font-weight: 700;
  border-right: 1px solid #dddddd;
  padding: 5px;
}
table th:first-child {
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topleft: 0;
  border-top-left-radius: 0;
}
table th:last-child {
  -webkit-border-top-right-radius: 0;
  -moz-border-radius-topright: 0;
  border-top-right-radius: 0;
}
table th:last-child {
  border-right: none;
}
table tr td {
  padding: 8px;
  border-top: none;
  border-right: 1px solid #dddddd;
}
table tr td:last-child {
  border-right: none;
}
table tr + tr td {
  border-top: 1px solid #dddddd;
}
table a {
  color: #ba9f5a;
}
table a:hover {
  color: #333333;
}
dl.table {
  display: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 1px solid #dddddd;
  background: transparent;
}
dl.table dt,
dl.table dd {
  display: block;
}
dl.table dt {
  background: #ba9f5a;
  color: #ffffff;
  font-size: 18px;
  line-height: 29px;
  padding: -1.5px 10px -1.5px 15px;
  border-bottom: 1px solid #dddddd;
  font-weight: 700;
}
dl.table dd {
  margin-left: 0;
  padding: 8px;
}
dl.table dd + dd {
  border-top: 1px solid #dddddd;
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 29px;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #dddddd;
}
.table .table {
  background-color: #e4e4e4;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
form {
  margin-bottom: 58px;
}
form mark {
  background: none !important;
  font-size: 14px;
  line-height: 16px;
  top: 4px;
  right: 8px;
  padding: 0 !important;
  position: absolute;
  z-index: 1;
}
form mark label {
  color: #ff0000;
  display: block;
  font-size: 14px;
  line-height: 16px;
  margin: 0 !important;
}
form mark label.error {
  display: inline;
}
form textarea {
  min-height: 152px;
  max-height: 152px;
}
.controls,
.control-group,
.mod_tm_ajax_contact_form .control-group {
  position: relative;
  text-align: left;
}
.controls.reset-margin,
.control-group.reset-margin,
.mod_tm_ajax_contact_form .control-group.reset-margin {
  margin-bottom: 0;
}
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: block;
  max-width: 100%;
  height: 61px;
  background: transparent;
  border: 1px solid #e5e5e5;
  color: #74797f;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  line-height: 29px;
  padding: 16px 16px;
  vertical-align: middle;
  outline: none;
  margin-bottom: 30px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: border-color 1s ease , box-shadow 1s ease;
  -o-transition: border-color 1s ease , box-shadow 1s ease;
  transition: border-color 1s ease , box-shadow 1s ease;
  -webkit-box-shadow: none;
  box-shadow: none;
}
select:-webkit-autofill,
textarea:-webkit-autofill,
input[type="text"]:-webkit-autofill,
input[type="password"]:-webkit-autofill,
input[type="datetime"]:-webkit-autofill,
input[type="datetime-local"]:-webkit-autofill,
input[type="date"]:-webkit-autofill,
input[type="month"]:-webkit-autofill,
input[type="time"]:-webkit-autofill,
input[type="week"]:-webkit-autofill,
input[type="number"]:-webkit-autofill,
input[type="email"]:-webkit-autofill,
input[type="url"]:-webkit-autofill,
input[type="search"]:-webkit-autofill,
input[type="tel"]:-webkit-autofill,
input[type="color"]:-webkit-autofill,
.uneditable-input:-webkit-autofill {
  -webkit-box-shadow: inset 0 0 0 20px transparent !important;
  -webkit-text-fill-color: #74797f !important;
  color: #74797f !important;
}
select:focus,
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: #ffffff;
}
label.inline {
  display: inline-block;
}
.mod_tm_ajax_contact_form_select {
  margin-bottom: 30px;
  font-size: 0;
}
div.chzn-container {
  font-size: 18px;
  line-height: 29px;
  text-align: left;
  margin-bottom: 30px;
}
div.chzn-container .chzn-results {
  margin: 0;
  padding: 0;
}
div.chzn-container .chzn-results li {
  padding: 10px 20px;
  color: #74797f;
  background: transparent;
}
div.chzn-container .chzn-results li.highlighted {
  background: #ba9f5a;
  color: #ffffff;
}
div.chzn-container-single .chzn-single {
  background: transparent;
  height: 61px;
  padding: 16px 16px;
  line-height: inherit;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #e5e5e5;
  color: #74797f;
}
div.chzn-container-single .chzn-single > span {
  padding-right: 61px;
}
div.chzn-container-single .chzn-single div {
  background: #f2f2f2;
  color: #74797f;
  height: 61px;
  top: -1px;
  right: -1px;
  width: 61px;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
div.chzn-container-single .chzn-single div b {
  display: none;
}
div.chzn-container-single .chzn-single div:before {
  content: '\f078';
  font-size: 13px;
  font-family: 'FontAwesome';
  line-height: 0;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
}
div.chzn-container-single .chzn-single span {
  margin: 0;
}
div.chzn-container-single.chzn-container-active.chzn-with-drop .chzn-single {
  background: transparent;
  border: 1px solid #dddddd;
}
div.chzn-container-single.chzn-container-active.chzn-with-drop .chzn-single div {
  background: #f2f2f2;
  color: #74797f;
}
div.chzn-container-single.chzn-container-active.chzn-with-drop .chzn-single div:before {
  content: '\f077';
}
div.chzn-container-single .chzn-drop {
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #dddddd;
  border-top: none;
  margin: 0;
  height: auto;
  color: #374046;
}
div.chzn-container-single .chzn-results li {
  color: #374046;
}
.chzn-container .chzn-drop {
  z-index: 1009;
}
span.checkbox {
  position: relative;
  display: inline-block;
  min-height: 0;
  height: 14px;
  line-height: 14px;
  width: 14px;
  background: #ffffff;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  vertical-align: middle;
}
span.checkbox input[type="checkbox"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
}
span.checkbox input[type="checkbox"]:checked + label.checkbox_inner:before {
  content: '\f00c';
}
span.checkbox label.checkbox_inner {
  left: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}
span.checkbox label.checkbox_inner:before {
  content: '';
  font-family: 'FontAwesome';
  font-size: 13px;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  color: #74797f;
}
span.checkbox + label {
  margin: 0 0 0 2px;
  vertical-align: middle;
}
span.radio {
  display: inline-block;
  height: 14px;
  line-height: 14px;
  min-height: 0;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 14px;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: transparent;
}
span.radio input[type="radio"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
}
span.radio input[type="radio"]:checked + label.radio_inner:before {
  border-radius: 50%;
  content: "";
  height: 6px;
  left: 50%;
  position: absolute;
  top: 50%;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 6px;
  background: #74797f;
}
span.radio label.radio_inner {
  bottom: 0;
  left: 0;
  line-height: 14px;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
}
span.radio + label {
  margin: 0 0 0 2px;
  vertical-align: middle;
}
.item_introtext input,
.item_fulltext input,
.category_desc input,
.controls input,
.item_introtext select,
.item_fulltext select,
.category_desc select,
.controls select,
.item_introtext .select,
.item_fulltext .select,
.category_desc .select,
.controls .select,
.item_introtext textarea,
.item_fulltext textarea,
.category_desc textarea,
.controls textarea {
  width: 100%;
}
.item_introtext textarea,
.item_fulltext textarea,
.category_desc textarea,
.controls textarea {
  height: 152px;
}
.form-inline .checkbox input[type="checkbox"] {
  float: none;
}
.form-horizontal .control-label {
  padding-top: 11px;
}
.form-horizontal .control-label label {
  margin-bottom: 0;
}
.acymailing_module .acyfield_email {
  display: inline-block;
  position: relative;
}
.acymailing_module .acyfield_email input {
  margin: 0;
}
.form_placeholder {
  border-color: transparent;
  border-style: solid;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: text;
  height: 100%;
  left: 0;
  margin: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
}
.ie_placeholder_controls {
  position: relative;
}
.btn#jform_profile_dob_img {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 61px !important;
  line-height: 100%;
  padding: 0 !important;
  text-align: center;
  width: 61px !important;
}
.btn#jform_profile_dob_img i {
  margin: 0;
}
input.search-query {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.chzn-container-multi .chzn-choices li.search-field .default {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
textarea#jform_profile_aboutme {
  height: 200px;
  width: 100%;
}
#helpsite-refresh {
  margin-bottom: 9px;
}
.page-registration form label,
.page-remind form label,
.page-reset form label,
.page-login form label,
.page-login form label,
.page-profile__edit form label {
  display: inline-block !important;
}
textarea.invalid {
  border: #ff0000;
}
.form-vertical label {
  display: inline-block;
  margin-bottom: 29px;
}
select[name=ordering] {
  margin: 0;
}
textarea[style*="overflow"] {
  overflow: auto !important;
}
#form-login .btn {
  margin-bottom: 30px;
}
.add-on.btn {
  padding-left: 0;
  padding-right: 0;
  width: 61px;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 29px;
  font-size: 27px;
  line-height: 58px;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #E5E5E5;
}
legend small {
  font-size: 21.75px;
  color: #777777;
}
label {
  color: #74797f;
  font-size: 16px;
  font-weight: 400;
  display: block;
}
label + * {
  margin-top: 30px;
}
.uneditable-input {
  width: 206px;
}
input,
textarea {
  width: 100%;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #74797f;
  opacity: 1;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #74797f;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #74797f;
}
textarea {
  resize: none;
  height: auto;
}
input[type="radio"],
input[type="checkbox"] {
  margin: -2px 0 0;
  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: 61px;
  line-height: 61px;
  max-width: 100%;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
select[multiple] {
  height: auto;
}
.uneditable-input,
.uneditable-textarea {
  color: #777777;
  background-color: rgba(0, 0, 0, 0);
  border-color: #dddddd;
  -webkit-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;
}
.radio,
.checkbox {
  min-height: 29px;
}
.radio input[type="radio"],
.checkbox input[type="checkbox"] {
  float: left;
}
.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: 120px;
}
.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;
}
.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: #000000;
}
.control-group.warning .checkbox,
.control-group.warning .radio,
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  color: #000000;
}
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  border-color: #000000;
  -webkit-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: #000000;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #333333;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #333333;
}
.control-group.warning .input-prepend .add-on,
.control-group.warning .input-append .add-on {
  color: #000000;
  background-color: #faffbd;
  border-color: #000000;
}
.control-group.error .control-label,
.control-group.error .help-block,
.control-group.error .help-inline {
  color: #000000;
}
.control-group.error .checkbox,
.control-group.error .radio,
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  color: #000000;
}
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  border-color: #000000;
  -webkit-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: #000000;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #333333;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #333333;
}
.control-group.error .input-prepend .add-on,
.control-group.error .input-append .add-on {
  color: #000000;
  background-color: #ffe6e7;
  border-color: #000000;
}
.control-group.success .control-label,
.control-group.success .help-block,
.control-group.success .help-inline {
  color: #000000;
}
.control-group.success .checkbox,
.control-group.success .radio,
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  color: #000000;
}
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  border-color: #000000;
  -webkit-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: #000000;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #333333;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #333333;
}
.control-group.success .input-prepend .add-on,
.control-group.success .input-append .add-on {
  color: #000000;
  background-color: #cffeca;
  border-color: #000000;
}
.control-group.info .control-label,
.control-group.info .help-block,
.control-group.info .help-inline {
  color: #000000;
}
.control-group.info .checkbox,
.control-group.info .radio,
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  color: #000000;
}
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  border-color: #000000;
  -webkit-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: #000000;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #333333;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #333333;
}
.control-group.info .input-prepend .add-on,
.control-group.info .input-append .add-on {
  color: #000000;
  background-color: #d8f3fd;
  border-color: #000000;
}
input:focus:invalid,
textarea:focus:invalid,
select:focus:invalid {
  color: #74797f;
  border-color: #ff0000;
}
input:focus:invalid:focus,
textarea:focus:invalid:focus,
select:focus:invalid:focus {
  border-color: #ffffff;
}
input.error,
textarea.error,
select.error {
  border-color: #ff0000 !important;
  color: #74797f !important;
}
input.error::-webkit-input-placeholder,
input.error:-moz-placeholder,
input.error::-moz-placeholder,
input.error:-ms-input-placeholder,
textarea.error::-webkit-input-placeholder,
textarea.error:-moz-placeholder,
textarea.error::-moz-placeholder,
textarea.error:-ms-input-placeholder {
  color: #74797f !important;
}
.form-actions {
  padding: 28px 20px 29px;
  margin-top: 29px;
  margin-bottom: 29px;
  background-color: #f5f5f5;
  border-top: 1px solid #E5E5E5;
}
.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: #9b9fa4;
}
.help-block {
  display: block;
  margin-bottom: 14.5px;
}
.help-inline {
  display: inline-block;
  vertical-align: middle;
  padding-left: 5px;
}
.input-append,
.input-prepend {
  display: inline-block;
  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: 18px;
}
.input-append input,
.input-prepend input,
.input-append select,
.input-prepend select,
.input-append .uneditable-input,
.input-prepend .uneditable-input {
  position: relative;
  vertical-align: top;
  display: inline-block;
}
.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;
}
.input-append .active,
.input-prepend .active {
  background-color: #a9dba9;
  border-color: #46a546;
}
.input-append .btn.hasTooltip,
.input-prepend .btn.hasTooltip {
  width: 61px;
  padding-left: 0;
  padding-right: 0;
}
.input-prepend {
  position: relative;
  /* .add-on:first-child,
  .btn:first-child {
    .border-radius(@input-border-radius 0 0 @input-border-radius);
    } */
}
.input-prepend .add-on {
  display: none;
  font-size: 19px;
  width: 61px;
  height: 61px;
  line-height: 40px;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: transparent !important;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
.input-prepend .add-on i,
.input-prepend .add-on > span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  border: 1px solid #dddddd;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  line-height: 30.5px;
  width: 30.5px;
  color: #ba9f5a;
  font-size: 13px;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.input-prepend .add-on:hover i {
  background: #ba9f5a;
  color: #ffffff;
}
.input-prepend:focus .add-on {
  background: #F00;
}
.input-append input,
.input-append select,
.input-append .uneditable-input {
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
}
.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 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
}
.input-append .add-on,
.input-append .btn,
.input-append .btn-group {
  margin-left: -1px;
}
.input-append .add-on:last-child,
.input-append .btn:last-child,
.input-append .btn-group:last-child > .dropdown-toggle {
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
}
.input-prepend.input-append input,
.input-prepend.input-append select,
.input-prepend.input-append .uneditable-input {
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
}
.input-prepend.input-append input + .btn-group .btn,
.input-prepend.input-append select + .btn-group .btn,
.input-prepend.input-append .uneditable-input + .btn-group .btn {
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
}
.input-prepend.input-append .add-on:first-child,
.input-prepend.input-append .btn:first-child {
  margin-right: -1px;
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
}
.input-prepend.input-append .add-on:last-child,
.input-prepend.input-append .btn:last-child {
  margin-left: -1px;
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
}
.input-prepend.input-append .btn-group:first-child {
  margin-left: 0;
}
input.search-query {
  padding-right: 14px;
  padding-left: 14px;
  margin-bottom: 0;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
/* Allow for input prepend/append in search forms */
.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;
}
.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;
}
.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;
}
.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;
}
.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;
  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;
}
legend + .control-group {
  margin-top: 29px;
  -webkit-margin-top-collapse: separate;
}
.form-horizontal .control-group {
  margin-bottom: 29px;
}
.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 {
  margin-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: 14.5px;
}
.form-horizontal .form-actions {
  padding-left: 180px;
}
.btn,
.kbutton {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  display: inline-block;
  margin-bottom: 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 29px;
  letter-spacing: 2px;
  vertical-align: middle;
  color: #525252;
  background: #e4e4e4;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: none;
  max-width: 100%;
  padding: 12px 28px;
  text-transform: uppercase;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn .fa,
.kbutton .fa {
  margin: 0 3px;
}
.btn:focus,
.kbutton:focus,
.btn:active:focus,
.kbutton:active:focus,
.btn.active:focus,
.kbutton.active:focus,
.btn.focus,
.kbutton.focus,
.btn:active.focus,
.kbutton:active.focus,
.btn.active.focus,
.kbutton.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
  outline: none;
}
.btn:hover,
.kbutton:hover,
.btn:focus,
.kbutton:focus,
.btn.focus,
.kbutton.focus,
.btn.active,
.kbutton.active,
.btn.selected,
.kbutton.selected {
  color: white;
  background: #74797f;
  text-decoration: none;
}
.btn:active,
.kbutton:active,
.btn.active,
.kbutton.active {
  outline: 0;
  background-image: none;
}
.btn.disabled,
.kbutton.disabled,
.btn[disabled],
.kbutton[disabled],
fieldset[disabled] .btn,
fieldset[disabled] .kbutton {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
  pointer-events: none;
}
a.btn.disabled,
a.kbutton.disabled,
fieldset[disabled] a.btn,
fieldset[disabled] a.kbutton {
  pointer-events: none;
}
.btn.jmodedit:hover > span,
.kbutton.jmodedit:hover > span,
.btn.jmodedit:focus > span,
.kbutton.jmodedit:focus > span,
.btn.jmodedit:active > span,
.kbutton.jmodedit:active > span {
  transform: rotateX(0deg) translateY(0px);
  -o-transform: rotateX(0deg) translateY(0px);
  -moz-transform: rotateX(0deg) translateY(0px);
  -webkit-transform: rotateX(0deg) translateY(0px);
  -ms-transform: rotateX(0deg) translateY(0px);
}
#style_switcher_form .btn,
#style_switcher_form .kbutton {
  color: #ffffff;
}
form .btn,
form .kbutton {
  padding: 16px 16px;
}
.btn-warning {
  background: #fbb450;
  color: #ffffff;
}
.btn-warning:hover {
  background: #f89406;
  color: #ffffff;
}
.btn-danger {
  background: #ee5f5b;
  color: #374046;
}
.btn-danger:hover {
  background: #bd362f;
  color: #ffffff;
}
.btn-success {
  background: #62c462;
  color: #374046;
}
.btn-success:hover {
  background: #51a351;
  color: #ffffff;
}
/* .btn-info {
  background: @btn-info-bg;
  color: @btn-color;
  &:hover {
    background: @btn-info-highlight-background;
    color: @btn-default-hover-color;
  }
  } */
.btn-inverse {
  background: #444444;
  color: #374046;
}
.btn-inverse:hover {
  background: #222222;
  color: #ffffff;
}
/* .btn-default {
  .button-variant(@btn-default-color; @btn-default-bg; @btn-default-border);
}
.btn-primary {
  .button-variant(@btn-primary-color; @btn-primary-bg; @btn-primary-border);
}
// Success appears as green
.btn-success {
  .button-variant(@btn-success-color; @btn-success-bg; @btn-success-border);
}
// Info appears as blue-green
.btn-info {
  .button-variant(@btn-info-color; @btn-info-bg; @btn-info-border);
}
// Warning appears as orange
.btn-warning {
  .button-variant(@btn-warning-color; @btn-warning-bg; @btn-warning-border);
}
// Danger and error appear as red
.btn-danger {
  .button-variant(@btn-danger-color; @btn-danger-bg; @btn-danger-border);
}
*/
.btn-link {
  color: #ba9f5a;
  font-weight: normal;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: extract(#ba9f5a, 2);
  text-decoration: none;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 23px;
  line-height: 1.3333333;
  border-radius: 0;
}
.btn-sm {
  padding: 5px 10px;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 0;
}
.btn-xs {
  padding: 1px 5px;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 0;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.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;
  font-size: 18px;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 29px;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #ba9f5a;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.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: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 16px;
  line-height: 29px;
  color: #777777;
  white-space: nowrap;
}
.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 dashed;
  border-bottom: 4px solid \9;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: 5px;
}
.btn-toolbar {
  margin-left: -5px;
  position: relative;
  z-index: 1;
}
.btn-toolbar:before,
.btn-toolbar:after {
  content: " ";
  display: table;
}
.btn-toolbar:after {
  clear: both;
}
.btn-toolbar:before,
.btn-toolbar:after {
  content: " ";
  display: table;
}
.btn-toolbar:after {
  clear: both;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  -webkit-border-top-right-radius: 0;
  -moz-border-radius-topright: 0;
  border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topleft: 0;
  border-top-left-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  -webkit-border-top-right-radius: 0;
  -moz-border-radius-topright: 0;
  border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topleft: 0;
  border-top-left-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after {
  content: " ";
  display: table;
}
.btn-group-vertical > .btn-group:after {
  clear: both;
}
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after {
  content: " ";
  display: table;
}
.btn-group-vertical > .btn-group:after {
  clear: both;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  -webkit-border-top-right-radius: 0;
  -moz-border-radius-topright: 0;
  border-top-right-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topleft: 0;
  border-top-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  -webkit-border-top-right-radius: 0;
  -moz-border-radius-topright: 0;
  border-top-right-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topleft: 0;
  border-top-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  -webkit-border-top-right-radius: 0;
  -moz-border-radius-topright: 0;
  border-top-right-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topleft: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group .form-control:focus {
  z-index: 3;
}
/* 
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  .input-lg();
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  .input-sm();
} */
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 18px;
  font-weight: normal;
  line-height: 1;
  color: #74797f;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #dddddd;
  border-radius: 0;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 16px;
  border-radius: 0;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 23px;
  border-radius: 0;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  -webkit-border-top-right-radius: 0;
  -moz-border-radius-topright: 0;
  border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topleft: 0;
  border-top-left-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav:before,
.nav:after {
  content: " ";
  display: table;
}
.nav:after {
  clear: both;
}
.nav:before,
.nav:after {
  content: " ";
  display: table;
}
.nav:after {
  clear: both;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 0;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #ba9f5a;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  margin-bottom: 29px;
  text-align: center;
}
.nav-tabs > li {
  display: inline-block;
  margin: 0 20px 0px;
}
.nav-tabs > li > a {
  font: 20px/30px 'Cinzel', serif;
  border-bottom: 1px solid transparent;
}
.nav-tabs > li > a:hover {
  background: transparent;
  color: #ba9f5a;
  border-bottom: 1px solid #ba9f5a;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  background: transparent;
  color: #ba9f5a;
  border-bottom: 1px solid #ba9f5a;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #e4e4e4;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #ba9f5a;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #e4e4e4;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  -webkit-border-top-right-radius: 0;
  -moz-border-radius-topright: 0;
  border-top-right-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topleft: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
.navbar:before,
.navbar:after {
  content: " ";
  display: table;
}
.navbar:after {
  clear: both;
}
.navbar:before,
.navbar:after {
  content: " ";
  display: table;
}
.navbar:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
.navbar-header:before,
.navbar-header:after {
  content: " ";
  display: table;
}
.navbar-header:after {
  clear: both;
}
.navbar-header:before,
.navbar-header:after {
  content: " ";
  display: table;
}
.navbar-header:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse:before,
.navbar-collapse:after {
  content: " ";
  display: table;
}
.navbar-collapse:after {
  clear: both;
}
.navbar-collapse:before,
.navbar-collapse:after {
  content: " ";
  display: table;
}
.navbar-collapse:after {
  clear: both;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 23px;
  line-height: 20px;
  height: 50px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 768px max) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: -5.5px;
  margin-bottom: -5.5px;
}
.navbar-form input,
.navbar-form textarea,
.navbar-form select,
.navbar-form .help-inline,
.navbar-form .uneditable-input,
.navbar-form .input-prepend,
.navbar-form .input-append {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
}
.navbar-form .hide {
  display: none;
}
@media (max-width: 768px max) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  -webkit-border-top-right-radius: 0;
  -moz-border-radius-topright: 0;
  border-top-right-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topleft: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: -5.5px;
  margin-bottom: -5.5px;
}
.navbar-btn.btn-sm {
  margin-top: 7px;
  margin-bottom: 7px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777777;
}
.navbar-default .navbar-nav > li > a {
  color: #777777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #dddddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #dddddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555555;
}
@media (max-width: 768px max) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777777;
}
.navbar-default .navbar-link:hover {
  color: #333333;
}
.navbar-default .btn-link {
  color: #777777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #cccccc;
}
.navbar-inverse {
  background-color: #222222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #ffffff;
}
@media (max-width: 768px max) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #ffffff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #ffffff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444444;
}
.breadcrumb {
  background: none;
  margin: 20px 0 40px;
  padding: 43px 0 0;
  position: relative;
  text-align: center;
  text-transform: uppercase;
}
.breadcrumb li {
  font-size: 12px;
  font-weight: 500;
  font-family: 'Roboto', sans-serif;
  letter-spacing: 1px;
}
.breadcrumb:before {
  position: absolute;
  left: 50%;
  top: 0;
  -moz-transform: translate(-50%, 0%);
  -webkit-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  -o-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  content: '';
  height: 3px;
  max-width: 169px;
  width: 100%;
  background: #ba9f5a;
}
.breadcrumb li {
  padding: 0;
  display: inline-block;
}
.breadcrumb li:before {
  display: none;
}
.breadcrumb li .divider {
  display: inline-block;
  vertical-align: middle;
  padding: 0 16px;
  color: #ba9f5a;
}
.breadcrumb li.active {
  color: #ba9f5a;
}
.breadcrumb li.active span {
  color: #ba9f5a;
}
.breadcrumb li > span {
  color: #ba9f5a;
}
.breadcrumb a {
  color: #525252;
}
.breadcrumb a:hover {
  color: #ba9f5a;
}
.pagination {
  height: auto;
  margin: 0;
  padding: 0px 0 58px;
}
.pagination ul {
  margin: 0;
  text-align: center;
  width: 100%;
}
.pagination ul li {
  display: inline-block;
  margin: 0 2px;
}
.pagination ul li > a,
.pagination ul li > span {
  color: white;
  display: block;
  padding: 5px 13px;
  line-height: 29px;
  border: none !important;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.pagination ul li > a:focus,
.pagination ul li > span:focus {
  background: #74797f;
}
.pagination ul li > a:focus:hover,
.pagination ul li > span:focus:hover {
  background: #ba9f5a;
}
.pagination ul li > a:hover,
.pagination ul li > span:hover {
  background: #ba9f5a;
  color: white;
}
.pagination ul li > .pagenav,
.pagination ul li > .hasTooltip {
  background: #74797f;
  color: white;
}
.pagination ul li > span.pagenav {
  background: #ba9f5a;
  color: white;
}
.pagination ul > .active > a,
.pagination ul > .active > span {
  cursor: default;
}
.pagination ul > .disabled > span,
.pagination ul > .disabled > a,
.pagination ul > .disabled > a:hover {
  cursor: default;
}
.pagination-centered {
  text-align: center;
}
.pagination-right {
  text-align: right;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 23px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  -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;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  -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;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 16px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  border-bottom-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}
.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: #74797f;
  border: 1px solid #dddddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.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: #777777;
  background-color: #74797f;
  cursor: not-allowed;
  pointer-events: none;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #74797f;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
a.label:hover,
a.label:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
/*.label-default {
  .label-variant(@label-default-bg);
}

.label-primary {
  .label-variant(@label-primary-bg);
}

.label-success {
  .label-variant(@label-success-bg);
}

.label-info {
  .label-variant(@label-info-bg);
}

.label-warning {
  .label-variant(@label-warning-bg);
}

.label-danger {
  .label-variant(@label-danger-bg);
}
*/
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #ba9f5a;
  background-color: #ffffff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 27px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 6px;
  padding-left: 15px;
  padding-right: 15px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 81px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 29px;
  background-color: #e4e4e4;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #ba9f5a;
}
.thumbnail .caption {
  padding: 9px;
  color: #74797f;
}
.alert {
  padding: 28px 128px 28px;
  min-height: 60px;
  margin-bottom: 29px;
  background-color: #fcf8e3;
  position: relative;
  color: #8a6d3b;
}
.alert h4 {
  color: #8a6d3b;
}
.alert:before {
  position: absolute;
  font-family: FontAwesome;
  left: 26px;
  top: 50%;
  line-height: 0;
  content: '\f071';
  font-size: 79px;
  color: #fcdd9a;
}
.alert .close {
  position: absolute;
  top: 12px;
  right: 20px;
  line-height: 29px;
}
.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: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
.progress-bar-wrap {
  max-width: 100%;
  width: 210px;
}
.progress-bar {
  position: relative;
  width: 100%;
  margin: 0px 0;
}
.progress-bar .progress-bar__body {
  position: absolute;
  right: 50%;
  width: 100%;
  top: 50%;
  padding: 0;
  margin: 0;
  text-align: center;
  white-space: nowrap;
}
.progress-bar .progress-bar__body:after {
  content: '%';
}
.progress-bar .progress-bar__stroke,
.progress-bar .progress-bar__trail {
  stroke-linejoin: round;
}
.progress-bar-horizontal {
  text-align: left;
}
.progress-bar-horizontal > svg {
  margin-top: 7px;
}
.progress-bar-horizontal .progress-bar__body {
  width: auto!important;
  top: -29px;
  right: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}
.progress-bar-radial {
  position: relative;
  padding-bottom: 100%;
}
.progress-bar-radial > svg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  padding: 10px;
  border: 2px solid #ffffff;
  overflow: hidden;
}
.progress-bar-radial .progress-bar__stroke,
.progress-bar-radial .progress-bar__trail {
  stroke-location: outside;
}
.progress-bar-radial.progress-zero .progress-bar__stroke {
  stroke-dasharray: 279, 280 !important;
}
.progress-bar-radial.progress-full .progress-bar__stroke {
  stroke-dasharray: 280, 280 !important;
}
.progress-bar-radial .progress-bar__body {
  -moz-transform: translate(50%, -50%);
  -webkit-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  -o-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  font-size: 48px;
  font-weight: 300;
  line-height: 60px;
}
@media (max-width: 1199px) {
  .progress-bar-radial .progress-bar__body {
    font-size: 30px;
    line-height: 36px;
  }
}
.progress-bar-default .progress-bar__stroke {
  stroke: #ba9f5a;
}
.progress-bar-default .progress-bar__trail {
  stroke: #eaeaea;
}
.progress-bar-default.progress-bar-radial .progress-bar__stroke {
  stroke: #ba9f5a;
}
.progress-bar-default.progress-bar-radial .progress-bar__trail {
  stroke: #333;
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}
.media-body {
  width: 10000px;
}
.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}
.list-group-item:first-child {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
a.list-group-item,
button.list-group-item {
  color: #555555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333333;
}
a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
  text-decoration: none;
  color: #555555;
  background-color: #f5f5f5;
}
button.list-group-item {
  width: 100%;
  text-align: left;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #ba9f5a;
  border-color: #ba9f5a;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #f6f3ea;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
ul,
ol {
  margin: 0 0 29px;
  padding: 0;
  list-style: none;
  text-align: left;
}
ul li,
ol li {
  font: 20px/30px 'Cinzel', serif;
}
ul li a,
ol li a {
  text-decoration: none;
  color: #525252;
}
ul li a:hover,
ol li a:hover {
  color: #ba9f5a;
}
ol {
  list-style: none;
  counter-reset: list;
}
ol li {
  padding-left: 30px;
  position: relative;
}
ol li:before {
  content: counter(list, decimal-leading-zero) '.';
  counter-increment: list;
  left: 0;
  padding: 0px;
  position: absolute;
  top: 0;
  color: #ba9f5a;
}
ol li + li {
  margin-top: 19px;
}
.item_introtext ul li + li,
.item_fulltext ul li + li,
.category_desc ul li + li,
.site_map ul li + li {
  margin-top: 19px;
}
.item_introtext ul.nav-tabs li,
.item_fulltext ul.nav-tabs li,
.category_desc ul.nav-tabs li,
.site_map ul.nav-tabs li {
  padding: 0;
}
.item_introtext ul.nav-tabs li:before,
.item_fulltext ul.nav-tabs li:before,
.category_desc ul.nav-tabs li:before,
.site_map ul.nav-tabs li:before {
  display: none;
}
.item_introtext ul a,
.item_fulltext ul a,
.category_desc ul a,
.site_map ul a,
.item_introtext ul span,
.item_fulltext ul span,
.category_desc ul span,
.site_map ul span {
  text-decoration: none;
}
.item_introtext ul.list li,
.item_fulltext ul.list li,
.category_desc ul.list li,
.site_map ul.list li {
  letter-spacing: 1px;
  position: relative;
  padding-left: 42px;
}
.item_introtext ul.list li:before,
.item_fulltext ul.list li:before,
.category_desc ul.list li:before,
.site_map ul.list li:before {
  position: absolute;
  left: 0;
  top: 0;
  content: '\e095';
  font-family: 'fl-bigmug-line';
  font-size: 18px;
  color: #ba9f5a;
}
ul.tags li:before,
ul.nav li:before,
ul.btn-toolbar li:before,
ul.dropdown-menu li:before,
ul.chzn-results li:before,
ul.chzn-choices li:before {
  display: none;
}

#top .moduletable .module_container .mod-menu img {
  left: 55px;
  position: absolute;
  height: 150px;
}

ul.phone {
  position: absolute;
  right: 0;
  top: 7px;
}
ul.phone li {
  font: bold 20px/43px 'Cinzel', serif;
  color: #525252;
  letter-spacing: 0.8px;
}
ul.icons li {
  font-size: 30px;
  list-style: none;
  letter-spacing: 1px;
  position: relative;
  padding-left: 58px;
}
ul.icons li:before {
  color: #ba9f5a;
  font-size: 30px;
  position: absolute;
  left: 0;
  top: 0;
}
ul.icons li + li {
  margin-top: 30px;
}
ul.icons li a:hover {
  text-decoration: underline;
}
ul ul.nav-child,
ul ol.nav-child,
ol ol.nav-child,
ol ul.nav-child {
  margin: 5px 0 0;
}
ul.unstyled,
ol.unstyled {
  margin-left: 0;
  list-style: none;
}
ul.inline,
ol.inline {
  margin-left: 0;
}
ul.inline > li,
ol.inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl + * {
  margin-top: 29px;
}
dt,
dd {
  line-height: 29px;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 14.5px;
}
.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;
}
.portfolio-meta-list {
  display: table;
  margin-left: 0;
  overflow: hidden;
}
.portfolio-meta-list li {
  color: extract(#ba9f5a, 2);
  display: table-row;
}
.portfolio-meta-list li strong {
  color: #74797f;
}
.portfolio-meta-list li > strong,
.portfolio-meta-list li > span {
  display: table-cell;
}
.portfolio-meta-list li > span {
  padding-left: 5px;
  color: #74797f;
}
.portfolio-meta-list li:before {
  display: none;
}
.item_fulltext .portfolio-meta-list li span:hover {
  color: inherit;
}
.panel {
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-body:before,
.panel-body:after {
  content: " ";
  display: table;
}
.panel-body:after {
  clear: both;
}
.panel-body:before,
.panel-body:after {
  content: " ";
  display: table;
}
.panel-body:after {
  clear: both;
}
.panel-heading {
  border-bottom: none;
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  border-top-right-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-left-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-heading a {
  padding: 10px 15px;
  display: block;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 21px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #dddddd;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  border-top-right-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-left-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  -webkit-border-top-right-radius: 0;
  -moz-border-radius-topright: 0;
  border-top-right-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topleft: 0;
  border-top-left-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  border-top-right-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #dddddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 58px;
}
.panel-group .panel {
  margin-bottom: 0;
  background: transparent;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-align: left;
}
.panel-group .panel + .panel {
  margin-top: 10px;
}
.panel-group .panel-heading {
  position: relative;
}
.panel-group .panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-group .panel-heading a {
  background: #e4e4e4;
  color: #ba9f5a;
  display: block;
  font: 20px/35px 'Cinzel', serif;
  letter-spacing: 1px;
  padding: 11px 60px 7px 32px;
}
.panel-group .panel-heading a:before {
  content: '-';
  font: 30px/30px 'Lora', serif;
  right: 24px;
  position: absolute;
  top: 50%;
  color: #ba9f5a;
  -moz-transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}
.panel-group .panel-heading a.collapsed {
  color: #525252;
}
.panel-group .panel-heading a.collapsed:before {
  content: '+';
  color: #525252;
}
.panel-group .panel-body {
  padding: 26px 10px 0 32px;
}
.panel-group .panel-body:before,
.panel-group .panel-body:after {
  content: " ";
  display: table;
}
.panel-group .panel-body:after {
  clear: both;
}
.panel-group .panel-body:before,
.panel-group .panel-body:after {
  content: " ";
  display: table;
}
.panel-group .panel-body:after {
  clear: both;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd;
}
.custom .panel-group .panel + .panel {
  border-top: 1px solid white;
  margin-top: 0px;
}
.custom .panel-group .panel-heading a {
  color: #525252;
}
.custom .panel-group .panel-heading a:before {
  color: #525252;
}
.custom .panel-group .panel-body {
  padding: 32px 10px 0 30px;
  position: relative;
}
.custom .panel-group .panel-body:before,
.custom .panel-group .panel-body:after {
  content: " ";
  display: table;
}
.custom .panel-group .panel-body:after {
  clear: both;
}
.custom .panel-group .panel-body:before,
.custom .panel-group .panel-body:after {
  content: " ";
  display: table;
}
.custom .panel-group .panel-body:after {
  clear: both;
}
.custom .panel-group .panel-body:before {
  content: '';
  position: absolute;
  left: 30px;
  top: 0px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #e4e4e4 transparent transparent transparent;
}
/* .panel-default {
  .panel-variant(@panel-default-border; @panel-default-text; @panel-default-heading-bg; @panel-default-border);
  } */
/*.panel-primary {
  .panel-variant(@panel-primary-border; @panel-primary-text; @panel-primary-heading-bg; @panel-primary-border);
}
.panel-success {
  .panel-variant(@panel-success-border; @panel-success-text; @panel-success-heading-bg; @panel-success-border);
}
.panel-info {
  .panel-variant(@panel-info-border; @panel-info-text; @panel-info-heading-bg; @panel-info-border);
}
.panel-warning {
  .panel-variant(@panel-warning-border; @panel-warning-text; @panel-warning-heading-bg; @panel-warning-border);
}
.panel-danger {
  .panel-variant(@panel-danger-border; @panel-danger-text; @panel-danger-heading-bg; @panel-danger-border);
}*/
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-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-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  position: absolute;
  right: 0;
  font-size: 27px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
  z-index: 2;
}
.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close,
.close button.close {
  padding: 3px;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
#modal .close {
  color: #ffffff;
  font-size: 34px;
  font-weight: 300;
  line-height: 1;
  margin-right: 9px;
  margin-top: 1px;
  opacity: 1;
  position: absolute;
  right: 6%;
  top: 5%;
  z-index: 2;
}
#modal .close:hover {
  color: #74797f;
}
@media (max-width: 479px) {
  #modal .close {
    top: 0;
    right: 0;
  }
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  background: #ba9f5a;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.2s ease-out;
  -moz-transition: -moz-transform 0.2s ease-out;
  -o-transition: -o-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: auto;
  margin: 10px;
}
@media (max-width: 479px) {
  .modal-dialog {
    bottom: 0;
    left: 0;
    margin: 20px;
    position: absolute;
    right: 0;
    top: 0;
    transform: translate(0, 0);
    width: auto;
  }
}
.modal-content {
  position: relative;
  background-color: #ba9f5a;
  border-radius: 6px;
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header:before,
.modal-header:after {
  content: " ";
  display: table;
}
.modal-header:after {
  clear: both;
}
.modal-header:before,
.modal-header:after {
  content: " ";
  display: table;
}
.modal-header:after {
  clear: both;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 29px;
}
.modal-body {
  position: relative;
  padding: 0;
}
.modal-body h5 {
  font-size: 34px;
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 38px;
}
.modal-footer {
  padding: 0;
  text-align: right;
}
.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;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 370px;
    margin: 0 auto;
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 29px;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 16px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.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: 3px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.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.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -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;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 29px;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 18px;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.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: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.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: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  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: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  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: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  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: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -10px;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-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;
  max-width: 100%;
  height: auto;
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    -moz-transform: translate3d(100%, 0, 0);
    -o-transform: translate3d(100%, 0, 0);
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    -moz-transform: translate3d(-100%, 0, 0);
    -o-transform: translate3d(-100%, 0, 0);
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.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: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #ffffff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
.fa-file-add:before {
  content: "\f016";
}
.fa-remove:before {
  content: "\f00d";
}
.fa-picture:before {
  content: "\f03e";
}
.icon-edit:before {
  content: "\f044";
}
[class^="icon-"],
[class*=" icon-"] {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  display: inline;
  width: auto;
  height: auto;
  line-height: normal;
  vertical-align: baseline;
  background-image: none;
  background-position: 0% 0%;
  background-repeat: repeat;
  margin-top: 0;
}
body:after {
  content: '';
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: -999;
}
body.disable-hover:after {
  z-index: 999999999999999999;
}
body #wrapper {
  font-weight: 300;
  text-align: center;
}
body #wrapper .wrapper-inner {
  background: #f2f2f2;
  max-width: 1600px;
  margin: 60px auto 68px;
  padding: 55px 60px 0;
}
.custom_hover strong {
  display: none;
}
html {
  -ms-overflow-style: scrollbar;
}
html,
body {
  height: 100%;
}
.container-fluid {
  margin: 0 20px;
  padding: 0;
  position: relative;
}
.element-invisible {
  border: 0 none;
  height: 1px;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
#Kunena #jumpto .btn,
#Kunena .search-user .btn,
.krowmoderation .btn,
.input-append .btn,
.input-prepend .btn,
#kpost-attachments .btn,
#searchForm .btn {
  padding-top: 0;
  padding-bottom: 0;
  height: 61px;
  line-height: 61px;
  vertical-align: top;
}
.offline_container {
  font-size: 0;
  height: 100%;
  line-height: 0;
  text-align: center;
}
.offline_container:before {
  content: '';
  display: inline-block;
  height: 100%;
  overflow: hidden;
  vertical-align: middle;
  width: 0;
}
.offline_container .container {
  display: inline-block;
  max-width: 100%;
  vertical-align: middle;
}
.offline_container #logo,
.offline_container .offline_message {
  text-align: center;
}
.offline_container .well {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  font-size: 18px;
  line-height: 29px;
  margin: 0;
  max-width: 100%;
  text-align: left;
  vertical-align: middle;
  background: #ba9f5a;
}
.offline_container .well > p {
  color: #FFF;
}
.offline_container .well #logo {
  margin-bottom: 20px;
  max-width: 100%;
}
.offline_container .well .btn-primary {
  float: right;
}
.offline_container .well #form-login-remember {
  float: left;
  overflow: hidden;
  padding: 10px 0;
}
.offline_container .well #form-login-remember label {
  color: #FFF;
  display: inline-block;
  margin-bottom: 0;
  white-space: nowrap;
}
.offline_container .well input[type=text],
.offline_container .well input[type=password] {
  width: 100%;
}
.offline_container .well div[id*=form-login] {
  position: relative;
}
.offline_container .well #form-login {
  padding-top: 30px;
  text-align: center;
}
.offline_container .well fieldset {
  display: inline-block;
  max-width: 100%;
  text-align: left;
  width: 400px;
}
.moduletable:before,
.moduletable:after {
  content: " ";
  display: table;
}
.moduletable:after {
  clear: both;
}
.moduletable:before,
.moduletable:after {
  content: " ";
  display: table;
}
.moduletable:after {
  clear: both;
}
.moduletable.col-sm-12 + .moduletable {
  clear: both;
}
.moduletable.col-sm-12:last-child {
  margin-bottom: 0;
}
.mod-menu .nav.menu.nav-pills > li > a {
  display: block;
}
.mod-menu .nav.menu.nav-pills > li.active > a {
  background: #ba9f5a;
}
time,
.item_hits,
.item_category-name address,
.item_createdby {
  white-space: nowrap;
  margin: 0;
}
.calendar table {
  border: none;
  border-collapse: collapse;
}
.calendar table th,
.calendar table td {
  border: none !important;
  padding: 0 !important;
  text-align: center !important;
}
/*=================================================================*/
/*======================= MODULE STYLES ===========================*/
/*=================================================================*/
.moduletable.col-sm-12 + * {
  margin-top: 0;
}
.moduletable.col-sm-12.title_only + * {
  margin-top: 0;
}
/*== Login ==*/
.mod-login_submit {
  margin: 0 0 9px;
}
#form-login-remember label {
  margin-bottom: 20px;
}
/*Finder*/
#mod-finder-searchword {
  border: 1px solid #EBEBEB;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  box-shadow: none;
  margin-bottom: 4px;
}
/*======================= MODULE ITEM WIDTH =======================*/
/*======================= MAILTO WINDOW =======================*/
#mailto-window {
  padding-top: 1em;
}
.mailto-close {
  margin-bottom: 1em;
  overflow: hidden;
}
.mailto-close a {
  float: right;
}
/*=================================================================*/
/*======================= COMPONENT STYLES ========================*/
/*=================================================================*/
.icons .btn-group.pull-right {
  margin: 0 0 10px 10px;
  position: relative;
  z-index: 10;
}
.icons .btn-group.pull-right a.dropdown-toggle {
  margin-top: 30px;
  padding: 0 5px;
}
.icons .btn-group.pull-right a.dropdown-toggle .caret {
  border: none;
  font-size: .8em;
  height: auto;
  margin: 0;
  width: auto;
}
.icons .btn-group.pull-right a.dropdown-toggle .caret:before {
  content: '\f078';
  font-family: 'FontAwesome';
}
.icons .btn-group.pull-right ul.dropdown-menu {
  background-clip: padding-box;
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
  list-style: none;
  margin: 2px 0 0;
  min-width: 160px;
  padding: 5px 0;
  position: absolute;
  top: 100%;
  z-index: 1000;
}
.icons .btn-group.pull-right ul.dropdown-menu > li {
  float: none;
  padding: 0;
}
.icons .btn-group.pull-right ul.dropdown-menu > li .fa-edit {
  margin-right: 5px;
}
.icons .btn-group.pull-right ul.dropdown-menu > li > a {
  color: #74797f;
}
.icons .btn-group.pull-right ul.dropdown-menu > li > a:hover {
  color: #ffffff;
  background: #ba9f5a;
}
.icons:after {
  content: '';
  clear: both;
  display: block;
}
.body__elements #content-bottom .moduletable.col-sm-12 .module_container {
  position: relative;
}
.body__elements #content-bottom .moduletable.col-sm-12 .module_container:before {
  background: transparent;
  content: '';
  display: block;
  height: 1px;
  margin: 30px 0;
}
.body__elements .spacer {
  background: transparent;
  clear: both;
  height: 1px;
  margin: 30px 0;
}
.body__elements .img-offset1 {
  margin-top: 8px;
}
.jmodedit {
  padding: 0 5px !important;
}
/* Category */
.pretext,
.category_desc {
  padding-bottom: 58px;
}
/*======================= Search & Smart Search ========================*/
ul#finder-filter-select-dates li.filter-date {
  margin-bottom: 4px;
  margin-right: 4px;
}
ul#finder-filter-select-dates li.filter-date select.filter-date-operator {
  margin-bottom: 9px;
}
.navbar-form .btn,
.navbar-form .btn-group {
  margin-top: 5px;
}
.category_children .category_child {
  margin-bottom: 20px;
}
/*======================= ADDTHIS STYLES =======================*/
.page-item_addThis {
  padding-top: 12px;
}
.addthis_sharing_toolbox {
  margin-top: 20px;
}
/*======================= CAPTION FIXES =======================*/
.img_caption {
  text-align: center !important;
}
.img_caption.left {
  float: left;
  margin-right: 1em;
}
.img_caption.left p {
  clear: left;
  text-align: center;
}
.img_caption.right {
  float: right;
  margin-left: 1em;
}
.img_caption.right p {
  clear: right;
  text-align: center;
}
.img_caption.none {
  margin-left: auto;
  margin-right: auto;
}
/*======================= DOCUMENTATION =======================*/
#mod_table .module {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
}
#mod_table .module:nth-child(even) {
  background: transparent;
}
#mod_table ul li {
  list-style: none;
}
/*======================= SCROLL TO TOP =======================*/
#back-top {
  bottom: 90px;
  position: fixed;
  right: 20px;
  -webkit-transform: translateZ(0);
  z-index: 99;
  display: none;
}
#back-top a {
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  display: block;
  font: 34px/34px FontAwesome;
  color: #ba9f5a;
}
#back-top a > span:before {
  content: "\f0aa";
}
#back-top a:hover {
  color: #74797f;
}
.dropdown-toggle > * {
  display: inline-block;
  vertical-align: middle;
}
.dropdown-toggle .fa-cog {
  margin-right: 4px;
}
label[for=mod-login_remember] {
  display: inline-block;
}
.btn-group {
  max-width: 100%;
  white-space: normal;
}
.form-horizontal .remember .control-label {
  padding-top: 0;
}
#sw_pinterest_display {
  max-width: 280px;
}
#sw_pinterest_display > div {
  display: none;
}
#outer {
  padding: 0 !important;
}
#outer div#cookieMessageContainer {
  margin-top: 0;
}
.mod_tm_ajax_contact_form .controls,
.mod_tm_ajax_contact_form_input {
  width: 100%;
}
form.mod_tm_ajax_contact_form .chzn-container {
  width: 100% !important;
}
form.mod_tm_ajax_contact_form .control-group-button .btn {
  margin-right: 10px;
}
.navbar-form input,
.navbar-form select,
.navbar-form .radio,
.navbar-form .checkbox,
.navbar-form .btn,
.navbar-form .btn-group {
  margin-top: 0;
}
.acymailing_module_success {
  font-weight: bold;
}
.acymailing_module_success:before {
  content: '\f058';
  display: inline-block;
  font-family: FontAwesome;
  font-size: 22px;
  padding-right: 10px;
  vertical-align: middle;
}
.acymailing_module_success + form {
  display: none;
}
.items-more ul {
  margin: 0 0 30px -30px;
}
.items-more ul li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  font-weight: bold;
  padding: 0 0 10px 30px;
  width: 50%;
}
.items-more ul:after {
  clear: both;
  content: '';
  display: block;
}
#habla_window_div {
  -webkit-transform: translateZ(0);
}
#habla_window_div .habla_offline_submit_input {
  background: extract(#ba9f5a, 2) !important;
  color: #374046 !important;
}
#habla_window_div .habla_offline_submit_input:hover,
#habla_window_div .habla_offline_submit_input:active,
#habla_window_div .habla_offline_submit_input:focus,
#habla_window_div .habla_offline_submit_input.active,
#habla_window_div .habla_offline_submit_input.selected {
  color: #ffffff !important;
  background: #374046 !important;
}
#habla_window_div #habla_topbar_div {
  background: #ba9f5a !important;
}
.moduletable.olark {
  display: none;
}
#habla_window_div.habla_window_div_base {
  z-index: 1034 !important;
}
#style_switcher div.color_scheme {
  position: relative;
  overflow: hidden;
}
#style_switcher div.color_scheme:before,
#style_switcher div.color_scheme:after {
  content: '';
  position: absolute;
  left: 50%;
  width: 50%;
  height: 50%;
}
#style_switcher div.color_scheme.color_scheme_1 {
  background: #ba9f5a;
}
#style_switcher div.color_scheme.color_scheme_1:before {
  top: 0;
  background: extract(#ba9f5a, 2);
}
#style_switcher div.color_scheme.color_scheme_1:after {
  bottom: 0;
  background: extract(#ba9f5a, 3);
}
#style_switcher div.color_scheme.color_scheme_2 {
  background: #95aab0;
}
#style_switcher div.color_scheme.color_scheme_2:before {
  top: 0;
  background: extract(#95aab0, 2);
}
#style_switcher div.color_scheme.color_scheme_2:after {
  bottom: 0;
  background: extract(#95aab0, 3);
}
#style_switcher div.color_scheme.color_scheme_3 {
  background: #2b665f;
}
#style_switcher div.color_scheme.color_scheme_3:before {
  top: 0;
  background: extract(#2b665f, 2);
}
#style_switcher div.color_scheme.color_scheme_3:after {
  bottom: 0;
  background: extract(#2b665f, 3);
}
#style_switcher div.color_scheme.color_scheme_4 {
  background: #3f264f;
}
#style_switcher div.color_scheme.color_scheme_4:before {
  top: 0;
  background: extract(#3f264f, 2);
}
#style_switcher div.color_scheme.color_scheme_4:after {
  bottom: 0;
  background: extract(#3f264f, 3);
}
*::selection {
  background: #ba9f5a;
  color: #ffffff;
}
*::-moz-selection {
  background: #ba9f5a;
  color: #ffffff;
}
#style_switcher.shown {
  z-index: 1008 !important;
}
#style_switcher.shown p {
  margin: 0 0 5px 0;
  padding: 0;
}
.iceMenuLiLevel_1.search {
  margin-left: 30px;
}
.icemega_modulewrap.top_search {
  padding: 0;
  position: relative;
  text-align: left;
}
.icemega_modulewrap.top_search.visible > i.fa-search {
  opacity: 0;
  filter: alpha(opacity=0);
}
.icemega_modulewrap.top_search.visible .mod-search {
  visibility: visible;
}
.icemega_modulewrap.top_search.visible .mod-search #searchword {
  width: 100%;
}
.icemega_modulewrap.top_search.visible i.fa-times {
  opacity: 100;
  filter: alpha(opacity=10000);
}
.icemega_modulewrap.top_search > i.fa-search {
  background: transparent;
  cursor: pointer;
  display: block;
  font-size: 20px;
  line-height: 30px;
  color: #000000;
  border: none;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 10;
  padding-top: 10px;
  opacity: 100;
  filter: alpha(opacity=10000);
}
.icemega_modulewrap.top_search > i.fa-search:hover {
  color: #ffffff;
  background: #000000;
}
.icemega_modulewrap.top_search .navbar-form {
  vertical-align: middle;
  margin: 0;
  padding: 0 16px;
  width: 100%;
}
.icemega_modulewrap.top_search .mod-search {
  background: white;
  font-size: 0;
  line-height: 0;
  -webkit-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  white-space: nowrap;
  padding: 5px 110px 5px 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  right: 0;
  margin: 0px;
  width: 100%;
  z-index: 100;
}
.icemega_modulewrap.top_search i.fa-times {
  font-size: 20px;
  line-height: 60px;
  color: #ba9f5a;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
  padding: 0 20px;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
}
.icemega_modulewrap.top_search i.fa-times:hover {
  color: #333333;
}
.icemega_modulewrap.top_search #searchword {
  height: 50px;
  padding: 10.5px 20px;
  border: 1px solid #333333;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 0;
  margin: 0;
}
.icemega_modulewrap.top_search .btn-primary {
  background: none;
  box-shadow: none;
  border: none;
  padding: 0;
  position: absolute;
  right: 68px;
  top: 0;
  text-align: center;
  z-index: 100;
  color: #ba9f5a;
  font-size: 20px;
  line-height: 60px;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.icemega_modulewrap.top_search .btn-primary:active,
.icemega_modulewrap.top_search .btn-primary:focus,
.icemega_modulewrap.top_search .btn-primary:hover,
.icemega_modulewrap.top_search .btn-primary.active,
.icemega_modulewrap.top_search .btn-primary.selected {
  color: #74797f;
}
.icemega_modulewrap.top_search .btn-primary:active:hover,
.icemega_modulewrap.top_search .btn-primary:focus:hover,
.icemega_modulewrap.top_search .btn-primary:hover:hover,
.icemega_modulewrap.top_search .btn-primary.active:hover,
.icemega_modulewrap.top_search .btn-primary.selected:hover,
.icemega_modulewrap.top_search .btn-primary:active.active,
.icemega_modulewrap.top_search .btn-primary:focus.active,
.icemega_modulewrap.top_search .btn-primary:hover.active,
.icemega_modulewrap.top_search .btn-primary.active.active,
.icemega_modulewrap.top_search .btn-primary.selected.active,
.icemega_modulewrap.top_search .btn-primary:active.selected,
.icemega_modulewrap.top_search .btn-primary:focus.selected,
.icemega_modulewrap.top_search .btn-primary:hover.selected,
.icemega_modulewrap.top_search .btn-primary.active.selected,
.icemega_modulewrap.top_search .btn-primary.selected.selected {
  color: #74797f;
}
#searchForm fieldset {
  margin-bottom: 20px;
}
#searchForm fieldset .controls > label {
  display: inline-block;
  margin-right: 1em;
}
#searchForm fieldset .controls span.radio {
  margin-right: 10px;
}
#searchForm .form-limit label {
  float: left;
  margin-right: 5px;
  line-height: 61px;
}
#searchForm .form-limit > span.select,
#searchForm .form-limit > select {
  float: right;
  position: relative;
  top: -10px;
}
#searchForm .form-limit p {
  clear: both;
  overflow: hidden;
}
#searchForm .phrases-box {
  float: left;
}
#searchForm .phrases-box > * {
  display: inline-block;
}
#searchForm .phrases-box strong {
  padding-right: 10px;
  line-height: 14px;
  vertical-align: middle;
}
#searchForm .phrases-box .controls > label {
  min-width: 90px;
}
#searchForm .phrases-box .controls > label + label {
  margin-top: 0;
}
#searchForm .ordering-box {
  float: right;
}
#searchForm .ordering-box strong {
  vertical-align: top;
  padding-right: 10px;
  line-height: 61px;
}
#searchForm .chzn-container {
  min-width: 200px;
}
dl.search-results {
  margin-bottom: 30px;
}
dl.search-results dt {
  margin-top: 20px;
}
@media (max-width: 767px) {
  #searchForm .phrases-box,
  #searchForm .ordering-box {
    float: none;
    padding-bottom: 29px;
  }
}
@media (max-width: 479px) {
  #searchForm .phrases-box > .controls,
  #searchForm fieldset .controls > label {
    display: block;
  }
  #searchForm .btn-toolbar .btn-group {
    width: 70%;
  }
  #searchForm .btn-toolbar .btn-group + .btn-group {
    width: 20%;
  }
}
.login_shell {
  background: #ba9f5a;
}
@media (max-width: 479px) {
  .login_shell .lr_providericons {
    font-size: 13px;
  }
}
.login_shell *[class*=heading-style] {
  color: white;
}
.login_shell form {
  margin-bottom: 0;
}
.login_shell button {
  vertical-align: inherit;
}
.login_shell .moduleTitle {
  color: inherit;
}
.login_shell .controls {
  text-align: center;
}
.login_shell .control {
  position: relative;
}
.login_shell input,
.login_shell textarea {
  border-color: white;
  color: white;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  margin-bottom: 16px;
  padding: 0 14px;
}
.login_shell input:focus,
.login_shell textarea:focus {
  border-color: white;
}
.login_shell input::-moz-placeholder,
.login_shell textarea::-moz-placeholder {
  color: white;
}
.login_shell .btn {
  background: white;
  color: black;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 16px;
  padding: 0 14px;
}
.login_shell .btn:focus,
.login_shell .btn:hover {
  background: #74797f;
  color: white !important;
}
.login_shell .control-group + .control-group {
  margin-top: 5px;
}
.login_shell .input-prepend {
  display: block;
}
.login_shell .add-on {
  border: none;
}
.login_shell * + .mod-login_submit {
  margin: 0px;
}
.login_shell .mod-login_submit .btn {
  vertical-align: middle;
}
.login_shell label.checkbox {
  color: white;
  cursor: inherit;
}
.login_shell label.checkbox span.checkbox input[type="checkbox"] {
  position: relative;
  z-index: 2;
}
.login_shell .reset_remind {
  color: white;
  margin: 16px 0;
  font-size: 14px;
  font-weight: 300;
}
.login_shell .reset_remind a {
  color: white;
}
.login_shell .reset_remind a:hover {
  text-decoration: underline;
}
.login_shell .login-greeting a {
  color: white;
}
.login_shell .login-greeting a:hover {
  text-decoration: underline;
}
div[class*="lr_social_login_basic"] > a {
  display: none;
}
.lr_social_login_basic_150 {
  width: 100% !important;
}
.lr_social_login_basic_150 .lr_providers .lr_icons_box {
  float: none !important;
  width: 100% !important;
}
.lr_social_login_basic_150 .lr_providers .lr_icons_box div {
  float: none !important;
  margin: 0 0 10px !important;
}
.lr_social_login_basic_150 .lr_providers .lr_providericons {
  color: #FFF;
  display: block;
  font-weight: 500;
  height: 50px !important;
  line-height: 49px;
  position: relative;
  text-align: center;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  width: auto !important;
  z-index: 1 !important;
}
.lr_social_login_basic_150 .lr_providers .lr_providericons:before {
  display: inline-block;
  font-family: 'FontAwesome';
  font-size: 21px;
  vertical-align: middle;
}
.lr_social_login_basic_150 .lr_providers .lr_providericons:hover {
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.lr_social_login_basic_150 .lr_providers .lr_facebook {
  background: #3B5998 !important;
}
.lr_social_login_basic_150 .lr_providers .lr_facebook:before {
  content: '\f09a';
  margin-right: 13px;
}
.lr_social_login_basic_150 .lr_providers .lr_google {
  background: #DF4A32 !important;
}
.lr_social_login_basic_150 .lr_providers .lr_google:before {
  content: '\f0d5';
  margin-right: 9px;
}
div#fixed-sidebar-right {
  bottom: 0;
  height: 100%;
  position: fixed;
  right: 0;
  top: 0;
  width: 0;
  z-index: 1034;
}
div#fixed-sidebar-right .moduletable.login {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  right: 0;
  position: absolute;
  top: 0px;
  width: 0;
  left: auto;
  transition: width .2s ease;
}
div#fixed-sidebar-right .moduletable.login > i.fa-user {
  color: #ffffff;
  cursor: pointer;
  font-size: 18px;
  height: 40px;
  left: -40px;
  line-height: 40px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 40px;
  background: #ba9f5a;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
div#fixed-sidebar-right .moduletable.login > i.fa-user:hover {
  font-size: 22px;
}
div#fixed-sidebar-right .moduletable.login input {
  color: white;
}
div#fixed-sidebar-right .moduletable.login input:focus {
  color: white;
}
div#fixed-sidebar-right .moduletable.login.shown {
  width: 330px;
}
div#fixed-sidebar-right .moduletable.login.shown .mod_login_wrapper {
  overflow: auto;
  padding: 30px 30px;
  width: 330px;
  right: 0;
  transition: width 0s linear 0s, padding 0s linear 0s, right 0s linear 0s;
}
div#fixed-sidebar-right .moduletable.login .mod_login_wrapper {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-height: 100%;
  position: relative;
  right: 330px;
  width: 0;
  padding: 30px 0px;
  overflow: hidden;
  background: #ba9f5a;
  transition: width 0s linear .2s, padding 0s linear .2s, right 0s linear .2s;
}
div#fixed-sidebar-right .moduletable.login .mod_login_wrapper *[class*=heading-style] {
  color: white;
}
div#fixed-sidebar-right .moduletable.login .mod_login_wrapper .login-greeting {
  margin-bottom: 29px;
}
div#fixed-sidebar-right .moduletable.login .mod_login_wrapper .input-prepend .add-on:hover i {
  background: transparent;
  color: #ba9f5a;
}
.menu-login-form > ul:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 11px 11px 11px;
  border-color: transparent transparent #ba9f5a transparent;
}
.menu-login-form .icemega_modulewrap.login_megamenu {
  background: #ba9f5a;
  padding: 30px;
}
.menu-login-form .icemega_modulewrap.login_megamenu .input-prepend .add-on span {
  color: #000;
}
.menu-login-form .icemega_modulewrap.login_megamenu *[class*=heading-style] {
  color: white;
}
@media (max-width: 767px) {
  .login_shell .control-group + * {
    margin-top: 10px;
  }
}
@media screen and (max-height: 550px) {
  #style_switcher,
  div#fixed-sidebar-right .moduletable.login,
  div#fixed-sidebar-right .login_shell {
    padding-bottom: 10px;
    bottom: 0;
  }
  #style_switcher .mod_login_wrapper,
  div#fixed-sidebar-right .moduletable.login .mod_login_wrapper,
  div#fixed-sidebar-right .login_shell .mod_login_wrapper {
    max-height: 100%;
  }
}
@media (max-width: 479px) {
  div#fixed-sidebar-right .moduletable.login {
    bottom: 0;
  }
  div#fixed-sidebar-right .moduletable.login .mod_login_wrapper {
    right: 280px;
  }
  div#fixed-sidebar-right .moduletable.login.shown {
    width: 280px;
  }
  div#fixed-sidebar-right .moduletable.login.shown .mod_login_wrapper {
    padding-left: 20px;
    padding-right: 20px;
    width: 280px;
    right: 0;
  }
}
/*===== Privacy Page ======*/
/*===== History Page ======*/
.page-category__history .items-row {
  position: relative;
}
.page-category__history .items-row > div {
  clear: both;
  position: relative;
}
.page-category__history .items-row > div:before {
  color: #ffffff;
  content: '\f073';
  display: block;
  font-family: 'FontAwesome';
  position: absolute;
  line-height: 40px;
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  border-radius: 1000px;
  right: -21px;
  text-align: center;
  top: 15px;
  width: 40px;
  background: #ba9f5a;
}
.page-category__history .items-row > div .item {
  border: 1px solid #dddddd;
  margin-right: 25px;
  padding: 30px;
  position: relative;
}
.page-category__history .items-row > div .item:before,
.page-category__history .items-row > div .item:after {
  border-bottom: 10px solid transparent;
  border-top: 10px solid transparent;
  content: '';
  position: absolute;
  top: 24px;
}
.page-category__history .items-row > div .item:before {
  border-left: 10px solid #dddddd;
  right: -10px;
}
.page-category__history .items-row > div .item:after {
  border-left: 10px solid #e4e4e4;
  right: -9px;
}
.page-category__history .items-row > div .item .item_introtext p {
  padding-bottom: 0;
}
.page-category__history .items-row > div .item .item_info {
  left: 100%;
  margin-left: 80px;
  position: absolute;
  top: 20px;
}
@media (max-width: 767px) {
  .page-category__history .items-row > div .item {
    margin-bottom: 30px;
  }
}
.page-category__history .items-row > div + div {
  float: right;
}
.page-category__history .items-row > div + div:before {
  left: -19px;
  right: auto;
}
.page-category__history .items-row > div + div .item {
  margin-left: 25px;
  margin-right: 0;
}
.page-category__history .items-row > div + div .item:before,
.page-category__history .items-row > div + div .item:after {
  border-bottom: 10px solid transparent;
  border-left: none;
  border-top: 10px solid transparent;
  content: '';
  position: absolute;
  right: auto;
  top: 24px;
}
.page-category__history .items-row > div + div .item:before {
  border-right: 10px solid #dddddd;
  left: -10px;
}
.page-category__history .items-row > div + div .item:after {
  border-right: 10px solid #e4e4e4;
  left: -9px;
}
.page-category__history .items-row > div + div .item .item_info {
  left: auto;
  margin-left: 0;
  margin-right: 80px;
  right: 100%;
}
.page-category__history .items-row:before {
  bottom: 0;
  content: '';
  display: block;
  left: 50%;
  margin-left: 0;
  position: absolute;
  top: 0;
  width: 2px;
  background: #ba9f5a;
}
@media (max-width: 767px) {
  .page-category__history .items-row:before {
    display: none;
  }
}
.page-category__history .item_info_dl {
  font-size: inherit;
}
/*===== FAQ Page ======*/
.page-category__faqs .item_title span.item_title_part0 {
  color: #ba9f5a;
}
.page-category__faqs .to_top {
  margin-bottom: 30px;
  position: relative;
  text-align: right;
}
.page-category__faqs .to_top:before {
  background: #74797f;
  content: '';
  height: 1px;
  left: 0;
  position: absolute;
  right: 30px;
  top: 50%;
}
.page-category__faqs .to_top a {
  font-size: 18px;
}
.page-category__faqs .item {
  margin-bottom: 0;
}
/*======================= Archives Page ========================*/
.page-archive_filters .filter-search {
  overflow: hidden;
  padding-bottom: 21px;
}
.page-archive_filters select,
.page-archive_filters button {
  display: inline-block;
  margin-bottom: 8px;
}
/*======================= Contacts Page ========================*/
#jform_contact_message {
  height: 149px;
  resize: none;
  width: 100%;
}
#contact-form label {
  display: inline-block;
  margin-bottom: 5px;
}
.contact_misc {
  margin-bottom: 15px;
}
#contact {
  margin-top: 15px;
}
.phone-num {
  display: inline-block;
}
#jform_contact_name,
#jform_contact_email,
#jform_contact_emailmsg {
  width: 100%;
}
.contact_email-copy,
.contact_vcard {
  display: inline-block;
  height: 61px;
  line-height: 61px;
  margin: 0 30.5px 0 0;
}
.contact_vcard {
  margin: 0;
}
.contact_details .icons-marker {
  display: block;
  float: left;
  line-height: 29px;
  margin-right: 5px;
  width: 16px;
  color: #74797f;
}
.contact_details h5 {
  text-align: left;
}
@media (max-width: 767px) {
  .contact_details {
    margin-bottom: 30px;
  }
}
.contact_address {
  overflow: hidden;
  padding-bottom: 29px;
}
.contact_details_fax {
  padding-bottom: 29px;
}
#contact_map {
  margin-bottom: 48px;
}
#contact_map .map {
  border: 1px solid #bebebe;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#contact_map .map.mfp-hide {
  display: block !important;
}
#map {
  margin-bottom: 48px;
}
.map img {
  max-width: none !important;
}
.mfp-content .map {
  max-width: 1200px;
}
.contact_details_item {
  margin-bottom: 20px;
}
/*======================= 404 PAGE =======================*/
.errorBox {
  background: none;
  text-align: left;
}
#error .well {
  margin-bottom: 0;
}
.body__404 .big-404 {
  text-align: center;
}
.body__404 big {
  display: block;
  font-weight: bold;
  padding: 0 0 18px;
}
.body__404 .page-item__404 {
  padding: 50px 0 100px 0;
}
.body__404 img {
  -webkit-box-shadow: none;
  box-shadow: none;
}
@media (max-width: 767px) {
  .body__404 img {
    width: 100%;
  }
}
.body__404 input {
  width: auto;
  float: left;
  margin-right: 5px;
}
.body__404 .mod-search_searchword + .btn {
  margin-top: 0;
}
.body__404 .navbar-form {
  padding: 0;
}
/*======================= Site Map =======================*/
.site_map h1,
.site_map h2,
.site_map h3,
.site_map h4,
.site_map h5,
.site_map h6 {
  text-align: left;
}
.site_map .menu ul {
  padding-left: 15px;
}
.site_map .menu ul ul {
  padding-left: 30px;
}
.site_map .menu ul ul ul {
  padding-left: 45px;
}
/*======================= Registration =======================*/
#member-registration,
#member-profile,
#user-registration {
  width: 65%;
  margin-left: auto;
  margin-right: auto;
}
#member-registration .chzn-container,
#member-profile .chzn-container,
#user-registration .chzn-container {
  width: 100% !important;
}
#member-registration #helpsite-refresh,
#member-profile #helpsite-refresh,
#user-registration #helpsite-refresh {
  margin-top: 10px;
}
#member-registration .btn,
#member-profile .btn,
#user-registration .btn {
  vertical-align: top;
}
#member-registration .input-append,
#member-profile .input-append,
#user-registration .input-append {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 61px;
  width: 50%;
}
#member-registration .calendar_wrapper #jform_profile_dob_spacer-lbl,
#member-profile .calendar_wrapper #jform_profile_dob_spacer-lbl,
#user-registration .calendar_wrapper #jform_profile_dob_spacer-lbl {
  display: block;
  margin-top: 10px;
}
.page-login {
  text-align: center;
  width: 50%;
  margin: 0 auto;
}
.page-login .btn {
  vertical-align: inherit;
}
.page-login .input-prepend {
  width: 100%;
}
.page-login form mark {
  top: 0;
}
/*======================= ADMIN EDIT PAGES =======================*/
#modules-form .chzn-container,
#adminForm .chzn-container {
  width: 100% !important;
}
#modules-form .input-prepend .btn + .btn,
#adminForm .input-prepend .btn + .btn,
#modules-form .input-append .btn + .btn,
#adminForm .input-append .btn + .btn {
  margin-left: 1px;
}
#modules-form .btn-toolbar > .btn,
#adminForm .btn-toolbar > .btn {
  margin: 0 5px 5px 0;
}
#modules-form .btn-toolbar > .btn + .btn,
#adminForm .btn-toolbar > .btn + .btn {
  margin-left: 0;
}
#modules-form .accordion-inner,
#adminForm .accordion-inner {
  padding: 5px;
}
#modules-form span.radio,
#adminForm span.radio {
  display: none;
}
#modules-form #jform_published .btn,
#adminForm #jform_published .btn {
  display: block !important;
}
#modules-form .btn-toolbar,
#adminForm .btn-toolbar {
  margin-bottom: 20px;
}
#adminForm #images .input-prepend.input-append {
  width: 100%;
}
#adminForm #images .input-prepend.input-append .btn {
  width: 5%;
}
#adminForm #images .input-prepend.input-append .btn + input {
  width: 85%;
}
#adminForm #images .input-prepend.input-append .btn + input + .btn {
  width: 5%;
}
@media (max-width: 1200px) {
  #contact_map {
    height: 376px;
  }
  .page-category__history .items-row:before {
    margin-left: 9px;
  }
  .page-category__history .items-row > div:before {
    right: -31px;
  }
  .page-category__history .items-row > div + div:before {
    left: -10px;
  }
}
@media (max-width: 979px) {
  .page-category__history .items-row:before {
    margin-left: 5px;
  }
  .page-category__history .items-row > div:before {
    right: -27px;
  }
  .page-category__history .items-row > div + div::before {
    left: -18px;
  }
}
@media (max-width: 767px) {
  .page-category__history .items-row:before {
    left: 19px;
    margin-left: 0;
  }
  .page-category__history .items-row > div + div {
    float: none;
  }
  .page-category__history .items-row > div + div:before {
    left: 0;
    display: none;
  }
  .page-category__history .items-row > div::before {
    left: 0;
    right: auto;
    display: none;
  }
  .page-category__history .items-row > div .item {
    margin-left: 50px !important;
    margin-right: 0 !important;
  }
  .page-category__history .items-row > div .item:before {
    border-left: none;
    border-right: 10px solid #E5E5E5;
    left: -10px;
    right: auto;
    display: none;
  }
  .page-category__history .items-row > div .item:after {
    border-left: none;
    border-right: 10px solid #E5E5E5;
    left: -10px;
    right: auto;
    display: none;
  }
  .page-category__history .items-row > div .item .item_info,
  .page-category__history .items-row > div + div .item .item_info {
    margin: 0;
    position: static;
  }
  .body__404 .big-404 {
    margin-bottom: 15px;
  }
  #member-registration,
  #member-profile,
  #user-registration,
  .page-login {
    width: 100%;
  }
  #helpsite-refresh {
    display: block;
    margin-top: 10px;
  }
  .page_profile .btn-toolbar {
    float: none;
  }
  .input-prepend input {
    width: 100%;
  }
  .page-category__history .items-row > div .item {
    margin-left: 0 !important;
  }
  #adminForm #images .input-prepend.input-append .btn {
    width: 10%;
  }
  #adminForm #images .input-prepend.input-append .btn + input {
    width: 75%;
    padding-left: 12%;
  }
  #adminForm #images .input-prepend.input-append .btn + input + .btn {
    width: 10%;
  }
}
@media (max-width: 639px) {
  #modules-form fieldset#jform_published label.btn span {
    display: none;
  }
}
@media (min-width: 500px) and (max-width: 767px) {
  .row-fluid [class*="span"].site_map {
    float: left;
    width: 50%;
  }
  .row-fluid [class*="span"].site_map:nth-child(2n-1) {
    clear: both;
  }
}
@media (max-width: 480px) {
  .control-label + .controls {
    margin-top: 10px;
  }
  .page-category__history .items-row > div .item {
    padding: 20px;
  }
  .page-item__privacy_policy .item_fulltext *[class*=heading-style] {
    float: none;
    width: 100%;
  }
  .page-item__privacy_policy .item_fulltext p {
    margin-left: 0;
  }
  .page-item__privacy_policy .item_fulltext p:before {
    display: none;
  }
  #modules-form .btn span:not(.icon-calendar) {
    display: none;
  }
  #modules-form .form-horizontal .control-label {
    padding-bottom: 10px;
    padding-top: 0;
  }
  #adminForm #images .input-prepend.input-append .btn {
    width: 13%;
  }
  #adminForm #images .input-prepend.input-append .btn + input {
    width: 64%;
    padding-left: 15%;
  }
  #adminForm #images .input-prepend.input-append .btn + input + .btn {
    width: 15%;
  }
  #login-form .controls .input-prepend .btn,
  #member-registration .controls .input-prepend .btn,
  #member-profile .controls .input-prepend .btn,
  #user-registration .controls .input-prepend .btn,
  #login-form .controls .input-append .btn,
  #member-registration .controls .input-append .btn,
  #member-profile .controls .input-append .btn,
  #user-registration .controls .input-append .btn {
    margin-bottom: 0;
  }
  #login-form .controls .btn,
  #member-registration .controls .btn,
  #member-profile .controls .btn,
  #user-registration .controls .btn {
    margin-bottom: 10px;
  }
  #adminForm .btn-toolbar .btn-group {
    margin-bottom: 10px;
  }
}
.icemegamenu {
  position: relative;
}
.icemegamenu > ul {
  clear: both;
  display: table;
  margin: 20px auto 20px;
  padding: 0;
  z-index: 999;
}
.icemegamenu > ul:before,
.icemegamenu > ul:after {
  content: " ";
  display: table;
}
.icemegamenu > ul:after {
  clear: both;
}
.icemegamenu > ul:before,
.icemegamenu > ul:after {
  content: " ";
  display: table;
}
.icemegamenu > ul:after {
  clear: both;
}
.icemegamenu > ul > li {
  display: block;
  float: left;
  margin: 0 24px;
  position: static;
  z-index: 1;
}
.icemegamenu > ul > li > a.iceMenuTitle {
  display: block;
  font: 500 16px / 30px 'Roboto', sans-serif;
  height: 30px;
  padding: 0px;
  position: relative;
  z-index: 1;
  color: #525252;
  background: transparent;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.icemegamenu > ul > li > a.iceMenuTitle * {
  font: inherit;
}
.icemegamenu > ul > li > a.iceMenuTitle:hover,
.icemegamenu > ul > li > a.iceMenuTitle.hover,
.icemegamenu > ul > li > a.iceMenuTitle.icemega_active {
  color: #ba9f5a;
  background: transparent;
}
.icemegamenu > ul > li.active > a.iceMenuTitle,
.icemegamenu > ul > li.hover > a.iceMenuTitle {
  color: #ba9f5a;
  background: transparent;
}
.icemegamenu > ul > li.active > a.iceMenuTitle.menu-login-form,
.icemegamenu > ul > li.hover > a.iceMenuTitle.menu-login-form {
  background: none;
  color: #333333;
}
.icemegamenu > ul > li span.icemega_desc {
  color: #ba9f5a;
  display: block;
  line-height: 1.25em;
  padding: 0;
}
.icemegamenu > ul > li.parent:not(.fullwidth) {
  position: relative;
}
.icemegamenu > ul > li.parent:not(.fullwidth) .sub_level_1 > li > .iceCols > ul {
  padding: 16px 30px;
}
.icemegamenu > ul > li.parent:not(.fullwidth) .sub_level_1 > li > .iceCols > ul > li + li {
  border-top: 1px solid white;
}
.ice-megamenu-toggle {
  display: none;
}
/* when dont have subtitle */
.icemegamenu > ul > li > a.iceMenuTitle > span.icemega_nosubtitle {
  display: inline-block;
}
ul.icesubMenu {
  height: 0;
  left: 0%;
  margin: 0;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  text-align: left;
  top: 100%;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  -moz-transform: translate(0px, 30px);
  -webkit-transform: translate(0px, 30px);
  -ms-transform: translate(0px, 30px);
  -o-transform: translate(0px, 30px);
  transform: translate(0px, 30px);
  z-index: 9999;
  background: #e4e4e4;
  border: none;
}
ul.icesubMenu > li:before,
ul.icesubMenu > li:after {
  content: " ";
  display: table;
}
ul.icesubMenu > li:after {
  clear: both;
}
ul.icesubMenu > li:before,
ul.icesubMenu > li:after {
  content: " ";
  display: table;
}
ul.icesubMenu > li:after {
  clear: both;
}
ul.icesubMenu li a.iceMenuTitle {
  display: block;
  font: 300 18px / 25px 'Roboto', sans-serif;
  padding: 10px 0px;
  color: #74797f;
}
ul.icesubMenu li.active > a.iceMenuTitle,
ul.icesubMenu li:hover > a.iceMenuTitle,
ul.icesubMenu li.hover > a.iceMenuTitle {
  color: #ba9f5a;
  background: transparent;
}
ul.icesubMenu.sub_level_1 {
  margin-top: 13px;
}
ul.icesubMenu.sub_level_2 {
  margin-top: -15px;
}
li[class*=iceMenuLiLevel] {
  padding: 0;
}
li[class*=iceMenuLiLevel]:before {
  display: none;
}
#icemegamenu li.iceMenuLiLevel_1.hover > ul.icesubMenu {
  opacity: 1;
  overflow: visible;
  pointer-events: auto;
  -moz-transform: translate(0px, 0px);
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  -o-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}
#icemegamenu li.iceMenuLiLevel_1 li.hover > ul.icesubMenu {
  height: auto;
  opacity: 1;
  overflow: visible;
  pointer-events: auto;
  -moz-transform: translate(0, 0px);
  -webkit-transform: translate(0, 0px);
  -ms-transform: translate(0, 0px);
  -o-transform: translate(0, 0px);
  transform: translate(0, 0px);
}
#icemegamenu ul.icesubMenu.visible {
  height: auto;
}
ul.icesubMenu ul > li {
  position: relative;
}
/* when is parent */
ul.icesubMenu > li:before {
  display: none;
}
ul.icesubMenu > li > .iceCols {
  max-width: 100% !important;
  width: 100%;
}
/* Second Level Dropdown */
ul.sub_level_2,
ul.sub_level_3,
ul.sub_level_4,
ul.sub_level_5 {
  left: 100%;
  margin-left: 10px;
  top: 0px;
  -moz-transform: translate(30px, 0);
  -webkit-transform: translate(30px, 0);
  -ms-transform: translate(30px, 0);
  -o-transform: translate(30px, 0);
  transform: translate(30px, 0);
  z-index: 99999;
}
ul.icesubMenu ul > li.hover > ul {
  opacity: 1;
  overflow: visible;
  -moz-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  visibility: visible;
}
.icesubMenu .icemega_cover_module span.iceModuleTile {
  display: block;
}
.ice_righttoleft {
  left: auto !important;
  right: 0;
}
.icemega_modulewrap {
  padding: 20px;
}
.nav-collapse .icesubMenu .nav > li > a,
.nav-collapse .icesubMenu .dropdown-menu a {
  margin-bottom: 0;
  padding: 0;
}
.nav-collapse.collapse {
  height: auto;
}
.fullwidth {
  position: static !important;
}
.fullwidth.hover ul.icesubMenu.sub_level_1 {
  -moz-transform: translate(0%, 0%) !important;
  -webkit-transform: translate(0%, 0%) !important;
  -ms-transform: translate(0%, 0%) !important;
  -o-transform: translate(0%, 0%) !important;
  transform: translate(0%, 0%) !important;
}
.fullwidth ul.icesubMenu.sub_level_1 {
  margin: 41px 15px 0 !important;
  max-width: 1170px;
  padding: 0;
  -moz-transform: translate(0%, 30px) !important;
  -webkit-transform: translate(0%, 30px) !important;
  -ms-transform: translate(0%, 30px) !important;
  -o-transform: translate(0%, 30px) !important;
  transform: translate(0%, 30px) !important;
}
.fullwidth ul.icesubMenu.sub_level_1 .icemega_cover_module {
  font-size: 18px;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  line-height: 29px;
  text-align: left;
}
.fullwidth ul.icesubMenu.sub_level_1 .icemega_cover_module .item_title {
  padding-top: 0;
}
.fullwidth ul.icesubMenu.sub_level_1 .icemega_cover_module .item_title:before {
  display: none;
}
.fullwidth ul.icesubMenu.sub_level_1 .icemega_cover_module .moduleTitle {
  letter-spacing: 1px;
  margin-bottom: 42px;
  padding-top: 0;
  padding-bottom: 21px;
  position: relative;
  text-transform: uppercase;
}
.fullwidth ul.icesubMenu.sub_level_1 .icemega_cover_module .moduleTitle:before {
  display: none;
}
.fullwidth ul.icesubMenu.sub_level_1 .icemega_cover_module .moduleTitle:after {
  background: #ba9f5a;
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  max-width: 49px;
  height: 2px;
  width: 100%;
}
.fullwidth ul.icesubMenu.sub_level_1 .icemega_cover_module .komento {
  display: none;
}
.fullwidth ul.icesubMenu.sub_level_1 .icemega_cover_module .item__module,
.fullwidth ul.icesubMenu.sub_level_1 .icemega_cover_module .item {
  margin-bottom: 29px;
  opacity: 100;
  filter: alpha(opacity=10000);
  transform: translateY(0px);
  -o-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
}
.fullwidth ul.icesubMenu.sub_level_1 .icemega_cover_module .mod-menu ul.menu,
.fullwidth ul.icesubMenu.sub_level_1 .icemega_cover_module .mod-article-single,
.fullwidth ul.icesubMenu.sub_level_1 .icemega_cover_module .mod-newsflash-adv_custom-link {
  margin-bottom: 29px;
}
.fullwidth ul.icesubMenu.sub_level_1 .icemega_cover_module .mod-menu ul.menu li {
  font-size: 18px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.fullwidth ul.icesubMenu.sub_level_1 .icemega_cover_module .mod-menu ul.menu li a:hover {
  color: #74797f;
  text-decoration: underline;
}
.fullwidth ul.icesubMenu.sub_level_1 .icemega_cover_module .mod-menu ul.menu li + li {
  margin-top: 9px;
}
.fullwidth ul.icesubMenu.sub_level_1 .icemega_cover_module .mod-newsflash-adv .item .img-intro__left,
.fullwidth ul.icesubMenu.sub_level_1 .icemega_cover_module .mod-newsflash-adv .item .img-full__left {
  margin-right: 30px;
  max-width: 28%;
}
.fullwidth ul.icesubMenu.sub_level_1 .icemega_cover_module .mod-newsflash-adv .item .img-intro__right,
.fullwidth ul.icesubMenu.sub_level_1 .icemega_cover_module .mod-newsflash-adv .item .img-full__right {
  margin-left: 30px;
  max-width: 28%;
}
.fullwidth ul.icesubMenu.sub_level_1 .icemega_cover_module .mod-newsflash-adv .item .item_content {
  overflow: hidden;
}
.fullwidth ul.icesubMenu.sub_level_1 .icemega_cover_module .icemega_modulewrap {
  padding: 0;
}
.fullwidth ul.icesubMenu.sub_level_1 .iceCols > ul {
  padding: 0 15px;
}
.fullwidth ul.icesubMenu.sub_level_1 > li {
  padding: 44px 45px 0px;
  position: relative;
}
.rd-mobilemenu_ul a.active,
.rd-mobilemenu_ul li.level_1.active > a {
  color: white !important;
}
@media (max-width: 979px) {
  .icemegamenu {
    overflow: visible !important;
  }
}
.icons-marker {
  font-size: 21.6px;
  line-height: 29px;
}
.item_img,
.category_img {
  font-size: 0;
  line-height: 0;
  margin: 0 0 40px;
  position: relative;
  text-align: center;
  min-height: 350px;
}
.item_img a,
.category_img a {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  position: relative;
}
.item_img a:hover img,
.category_img a:hover img,
.item_img a:hover .BWfade,
.category_img a:hover .BWfade {
  opacity: 1 !important;
}
.item_img img,
.category_img img {
  max-width: 100%;
  height: auto;
}
.img-intro__left,
.img-full__left {
  float: left;
  margin-right: 30px;
  max-width: 50%;
}
.img-intro__right,
.img-full__right {
  float: right;
  margin-left: 30px;
  max-width: 50%;
}
.lazy_preloader {
  background: #ffffff url("data:image/gif;base64,R0lGODlhHgAeAPUAAGRmZMTCxGxqbPz+/P////z6/MzKzOTi5Nze3NTS1MzOzNza3Ly6vIyKjOTm5IyOjLy+vHRydLS2tKyurKyqrISGhHx6fMTGxGxubISChJSSlNTW1Ozq7LSytOzu7HR2dJyanKSipPTy9KSmpPT29Hx+fJyenJSWlAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQEBAD/ACwAAAAAHgAeAAAFuyAhjqTHkaLjDWjbJo/QtZLwKKyLcjEASDSf7aAbGTBCWTB5yS19DYOTBEvOXgJhoFAUHbU7pI/YHR0iQrJIky6HoVxCAuxGfQHSQS8zra/hHll4flhjHB2IfYQDiB0Oi5CRkpOUlZaXhwxAlJoMBxx0kQhte4p1bAB8coJNkHNZW39ji6CAKYIfj3W1WQt2TKZUaD4MLh24Gr4uCKhZE8EBuIO/uMVdzEJXJDVQym4GDT9BGXm0ama6OiEAIfkEBQQAGQAsAAAAAB4AHgAABZZgJo7kQJBZEqBsOwYnKQFZ47ZOJmRT/NK6TO42EtAoPlEiEiQqATtl8iZxAZ0kjDOKRXG72IPWCi43CuW0OkWhQAoXaAS9zhDud4NbUe/7/4CBgmsLEBIKeHd+FlAMA3oTCIEHNSIPiy0ABn1Xll+DdRZNoFSdLgRDo2AWCSgEEzSfLgcVRQyut5wUuCl1DBeuBSaJiSEAIfkEBQQABQAsAAAAAB4AHgAABpZAgnBILBIko4JyyWw6EUYKQPlwWpkAhjEAEHQFjcPVGjI6QMrp+GoirJmdt3Igj8gLnztWz7fz/4BvISASUIFWRYeCXSBGjo9FFCEMB5CWl5iZmpucmBwXEx2dkCOMimuJp0sEDgEjFKdqS7KKAkwDDV+Vmw55Y12Btk4Xqlcdwm9HpyEOUX8ZX10QW390s2VFYoqEnEEAIfkEBQQABwAsAAAAAB4AHgAABpdAgnBILIYeo8thyWw6m4UiIQSoAp5Y50VqsAqy4INJKuqEsRBB1TI4uw/f96HwXsvv+IMjHM/DQRB0TRltfgNDfnmFiYxyD1UdZJKTQiCAHpSZmptkBiMgnJppAhWhmVRXjaqGRKtLBQojGYkKagAGTxgOphwRfB9+qVquWMJnBBZWZniBUiPGeLdcGQicTgCgUo0NGqFBACH5BAUEAAsALAAAAAAeAB4AAAaXQIJwSCRqKoskJ8lsOplFIQggoAoaz6zSETVYqdrwKFoINAXhrGVAHjoBkrSyTfRa5fhzfq+MREIHBHxpHgVug1pCiItQjI6PkEoNVAF0lnUhDZqVl5cKVgWRZ1iiSWilqFkAqQunSZ2eVpwEHBMlEakYd3wfTAiQtL1pEq54AxZUE4sKhkXKeL9PcFEHjwAnZI8WFc2XQQAh+QQFBAAIACwAAAAAHgAeAAAGkECCcEgcaioNBCLgUTqf0Khy0ABYBdKssyg0XL+AhkPrDHALF7I2EB6ciU6BlZG9Lt5F71XNdzoiAhYQA318DgkFQoV8iouOj5AIhJGUfW6VUGhHmE8JVhkVcgGcTg8ZTKRTBamsrVJYrQBSjZCwW0IHrAQGFbV+nLuuQhkAHZEKiXmGdWZ4zpNQba0WYs8EQQAh+QQFBAAJACwAAAAAHgAeAAAGkMCEcEhMeEaPRqXIbDYLFkBC4KxWA1IpkXqwGgnFgiRQ1HohpwHYK8xKnNy1dTAVakhVkNx7OC0KBHtsVYGCg4eIiYqLjGEcjUxiJSaQRVhmlUIKmUwGVG0ADJWidhEMeJVaHKiVJZxlmK+yQ7FChbKBfYgElJ9hlIkEXbOBIBONAQWOkKGzUxHKsyAOhdXVQQAh+QQFBAAGACwAAAAAHgAeAAAGnUCCcEgUXQzI5DHJbDqRDgFAOq0+nthmp8q1OorgcKiTLRs4QjOTeiA8Ix63GinQoOVO0CDMF+3xThgic4SFhoeIiBweiU8FWwyNeVMgklqWWQIlmEpWU2ScBiNSIZx1AQAUg5IWSSJtfbFDCwChSSdTtgoCtmdlsn0mtU5DIR+FQhGOHMqGQgdZEGUQqmFmFZkTwNZYUw69Bgx3fEEAIfkEBQQADgAsAAAAAB4AHgAABppAgnBI9DiOyCMnyWwmEwJAVApwWp0DDXW7bRyI4LAwA7oeN+Kh2doppBGDdNqAJlwZ8rxZAF/7k1V/gg4NbnmHCQODayIgAEtIhodpDVKLayGXmptOABmcTQqgbE1low6BqBmTepGeHqxvlg4DBgWjWqmnUAKnkQi9V7FgDMIEB6KCQolzwVZxwwuYXsPHa56KvkdSBtpIX3JBACH5BAUEAAkALAAAAAAeAB4AAAaewIRwSCwOAx6jsojQKAUAQWNJ5UQASyzWQTUioNnE50DoMgfGgjDjIZSVbjNxUHgvHXa53iLK680Nan9pC0UVaINEBxYVRAKJTBhYkF0WlH8ml5qbnEQGjwkPnUIQo3IfiJSpQlACHJqFRA0RG5snTAebA7OmQm6WvQkEDghUcYPHab8JtXDIVqxGIxYYsXq5T2JiEa9/aI1UGc3Pl0EAIfkEBQQABwAsAAABAB4AHQAABpZAgnAoTDwOyKRyyWQqANCoVBogWq8dQDMJoAyu4CEjUQAnGOWwes0ebt/wg+LbXs+VHXodCzAsIXtXBlANf4FWC1pMeodCcY9wIJCTlJN+lY8KSCWYbwxJIZ1NI6KUUQmlBwJQDkhQaI1FSWVPXrFiSgVVt0QBqU28wUULWwi7gQxQW6+MdlPPq32BrnAXBZitTQ5pYEEAIfkEBQQACQAsAAAAAB4AHgAABpzAhHBILA4vxmRSoxwuCNCoVOp4AK7YLNYx7UYdFqxSsPGaoZWGQck5uwvvuPx9mM9LDWfb3tUAiH4IfFMPbE2HRQ6Ii0IDjI+QkZKQCpOLVxZ5lkUQQyN/m54CRAIRoUalpyJOQwINA4NfERmOCZhwsVAcZWgfHrlmB3XAxMW6TRoPInwHGEYhQqUWXHIeFosZgtUVoEoBkxyGTUEAIfkEBQQAEQAsAQAAAB0AHgAABo/AiHBILA45xmTxkQQIAAaCdEqlIiNPp1bbKFS/0gVGq8x4wGjGUxlBuwmLADs5WLzv34Bgzi8enhUDeHgKAEQJgn1ze20CGiKDaBtGGYp9EJaZmpaMm0qGnmydoaSloQ1DoKUEHhpCD2urBVGpF5F3DU6TprW3hAWaCQi+UqICDIKRqMYbyrxDcM9+bMlgQQAh+QQFBAAIACwAAAAAHgAeAAAGn0CEcEgsDgMignFZ1CwFgANhSq1aCQ4hYMvlUq5gqgEDFSxDpDCYE9ky35xB2AMyv42iz0Ut519DAHeCeG2DhkdcQlSHTBqBig5TjE9EAh1pk0wMQyGZjZ6goAahhg+kRnannI9aH6RTFJZsbq9YHgMNrLVKCKmqRVsiv0MAGn1+yAQBGByTHyZJc5lckcmwRCOtQgzHyBLDkL6qWBCeQQAh+QQFBAAGACwAAAAAHgAeAAAGmkCDcEgsDjkEo9L4UH4KyaXUIABYrwBGdLoEKKGEsHgwHgeswwTXMDBJvhr0+lgNlMUI0OHOD5vkc2sOgYREXoWBZH2LfAtXHB5giFMWdpNKIENvl12caYaeTA+HoWcAGSECoUIFDBarRHgcV7BhsLeFGIO4VCeMZRwme10AC4QRVr5KEhoFiFmKv2IBvAQXUwvSdyXVHEtgfEEAIfkEBQQACwAsAAAAAB4AHgAABpnAhXBILApFBKNyacwMkkymALAQEAPQqLZIygoNFyZkuh0OKlalIV0+Aqjq0ru9cHzIysHmQK/3/4BRD2kFgUYbQw4EXoZEXYuNTQqFkYeRBpWWVQ2ZCwUBDQ0jc5GLBR6dZkl4qUJsnVQAmJkDQxF8dB4ItUsAFg50Fr5hvQl9bwy9FryCbQHJjp9CIbQKVUoIf4uDqZAldEEAIfkEBQQADAAsAAAAAB4AHgAABqhAhnBILD4KhKJyyWRoCMkmk8MACKpCQSA65DikQ8CSxBVOruAswyAdlMSdtFwUaTowYnm3iiY6RhZ9emAFHoOHiE55iUwJgoxtZZBEA1CSkxogCgWTSouTJAEaGQ+PjJYFIVidQlBZdaxhsUYCn7NVF4kiA0WcWV+DHB8lE8BFtYlWCE0RhrFxVrxSGr3MqpS+YVZyCAe9CmqLC7oEJo+5p25OQ5WoqEEAIfkEBQQACgAsAAAAAB4AHgAABpxAhXBIJIIIhKJyaTQin9ColOAQAq7XgNTQYCoFV6JHOgJ4hQGs+azIrCXMNXtomAvm3+VAE8aLMUoFASAWAX5+AwOHTIlTjo8bQxyLlJVeSZaXj5tTgxohIwYinKRPClmlpSOZZ2AfrHGweZmJs5YJGaEFslZXGbu8fqK8ElgWiofIcUdSRFhCBZsHFVpRBmqSqdFRZXdorEggfkEAIfkEBQQADQAsAAAAAB4AHgAABo7AhnBIHE4GxaQy+TASig7FcipwFgOA6TIrPDyJI642mZiGjeN0o9Copj/qITweP0TIgDx9jGCAQHtLbENIgV1ihomKi0sOfhSMRASTlJORRhQXHJecWwJ3nUKIl26KEyMBB3KMnwAXobBDC7FjACNxApC1gJIct216a2MZuUUEr1BxBgjGFKOMBB2EldRBACH5BAUEABcALAAAAAAeAB4AAAWG4CWOpGgQBDkMZetqIpWSxuPeIxDPI6PjN4GJF/sBLxCB8eQ6NABCgCR4VJGELl2kOnJYLkaumDrGDR7QTNkcmFAW61ECG6/bEwxKwN5CofiAa35EgHgQG4GJijgOekyJGmksiWGLdIuYZRoIXFKdFCUEcHaeKhBgdRV7pnwFBaEGIiuDgyEAOw==") no-repeat center;
  display: inline-block;
  max-width: 100%;
  position: relative;
  vertical-align: middle;
}
.lazy_preloader .lazy_preloader_inner {
  display: block;
  max-width: 100%;
}
.lazy_preloader img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
img.lazy {
  opacity: 0 !important;
  filter: alpha(opacity=0) !important;
  -moz-transform: scale(0.9) !important;
  -webkit-transform: scale(0.9) !important;
  -ms-transform: scale(0.9) !important;
  -o-transform: scale(0.9) !important;
  transform: scale(0.9) !important;
}
img {
  max-width: 100%;
  height: auto;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.BWfade {
  display: block !important;
  height: 100% !important;
  left: 0 !important;
  opacity: 0 !important;
  top: 0 !important;
  transform: scale(1);
  -o-transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transition: all 0.5s linear !important;
  -o-transition: all 0.5s linear !important;
  transition: all 0.5s linear !important;
  width: 100% !important;
  z-index: 2;
}
.well {
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  margin-bottom: 20px;
  min-height: 20px;
  padding: 19px;
}
.item__module,
.item {
  opacity: 0;
  filter: alpha(opacity=0);
  transform: translateY(-30px);
  -o-transform: translateY(-30px);
  -moz-transform: translateY(-30px);
  -webkit-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  -webkit-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
.item__module.visible-first,
.item.visible-first {
  opacity: 100;
  filter: alpha(opacity=10000);
  transform: translateY(0px);
  -o-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
.stuck {
  background: transparent;
  z-index: 1034 !important;
}
body:not(.modal-open) .stuck {
  width: 100% !important;
}
.scroll-to-fixed-fixed {
  background: #ffffff;
  left: 0 !important;
  right: 0;
  padding: 0;
  z-index: 1034 !important;
  -webkit-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.1);
}
.scroll-to-fixed-fixed .home_menu + .moduletable {
  display: none;
}
.home_video {
  margin: 0 auto;
}
.home_video .rd-video_cnt {
  padding: 300px 0 319px;
  text-align: center;
}
.btn-player {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.moduletable.color .module_container {
  color: white;
  padding: 119px 13% 79px;
}
.moduletable.color .module_container h3:before {
  background: white;
}
.moduletable.color .module_container *[class*=heading-style] {
  color: white;
  margin-bottom: 7px;
}
.moduletable.color .module_container .btn {
  border: 3px solid white;
  background: transparent;
  color: white;
  margin-top: 3px;
  padding: 9px 25px;
}
.moduletable.color .module_container .btn:hover {
  background: white;
  color: #ba9f5a;
}
.moduletable.color.color1 {
  margin-bottom: 21.25%;
}
.moduletable.color.color1 .module_container {
  background: rgba(29, 29, 29, 0.95);
}
.moduletable.color.color2 .module_container {
  background: rgba(186, 159, 90, 0.95);
  padding: 119px 13% 90px;
}
.mod-article-single {
  margin-bottom: 29px;
}
.mod-article-single.pull-right {
  float: none !important;
}
.mod-newsflash-adv .item .item_title {
  margin-bottom: 9px;
  padding-top: 38px;
  position: relative;
}
.mod-newsflash-adv .item .item_title:before {
  position: absolute;
  left: 50%;
  top: 0;
  content: '';
  background: #ba9f5a;
  height: 3px;
  width: 100%;
  max-width: 77px;
  -moz-transform: translate(-50%, 0%);
  -webkit-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  -o-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}
.mod-newsflash-adv.blog .item {
  margin-bottom: 0 !important;
}
.mod-newsflash-adv.mod-newsflash-adv__indent.cols-2 .item {
  margin-bottom: 0;
}
.mod-newsflash-adv.mod-newsflash-adv__indent.cols-2 .item:nth-child(even) {
  margin-top: 14%;
}
.mod-newsflash-adv.mod-newsflash-adv__indent.cols-3 .item {
  margin-bottom: 0;
}
.mod-newsflash-adv.mod-newsflash-adv__indent.cols-3 .item:nth-child(3n+2) {
  margin-top: 14.4%;
}
.mod-newsflash-adv.mod-newsflash-adv__indent.cols-3 .item:nth-child(3n) {
  margin-top: 28.8%;
}
.mod-newsflash-adv.mod-newsflash-adv__counters .item .item_content {
  padding-top: 23px;
  position: relative;
  text-align: center;
}
.mod-newsflash-adv.mod-newsflash-adv__counters .item .item_content:before {
  position: absolute;
  left: 50%;
  top: 0;
  content: '';
  background: #ba9f5a;
  height: 3px;
  width: 100%;
  max-width: 56px;
  -moz-transform: translate(-50%, 0%);
  -webkit-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  -o-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}
.mod-newsflash-adv.mod-newsflash-adv__counters .item .item_content .counter {
  font: 50px/63px 'Cinzel', serif;
  color: #525252;
  letter-spacing: 5px;
  margin-bottom: 7px;
}
.mod-newsflash-adv.mod-newsflash-adv__pricing_simple .item {
  margin-bottom: 58px;
}
.mod-newsflash-adv.mod-newsflash-adv__pricing_simple .item .item_content {
  text-align: center;
  padding: 30px 20px;
  border: 1px solid #ba9f5a;
}
.mod-newsflash-adv.mod-newsflash-adv__pricing_simple .item .item_content ul {
  padding: 10px 0;
}
.mod-newsflash-adv.mod-newsflash-adv__pricing_simple .item .item_content ul li {
  font-size: 24px;
  line-height: 26px;
}
.mod-newsflash-adv.mod-newsflash-adv__pricing_simple .item .item_content ul li:before {
  display: none;
}
.mod-newsflash-adv.mod-newsflash-adv__pricing_simple .item .item_content ul li + li {
  margin-top: 0;
}
.mod-newsflash-adv.mod-newsflash-adv__pricing_simple .item .item_content .item_title {
  color: #ba9f5a;
  margin-bottom: 0;
  text-transform: uppercase;
}
.mod-newsflash-adv.mod-newsflash-adv__pricing_simple .item.featured .item_content {
  background: #374046;
}
.mod-newsflash-adv.mod-newsflash-adv__pricing_simple .item.featured .item_content .btn:hover {
  background: #ba9f5a;
}
.mod-newsflash-adv.mod-newsflash-adv__pricing_simple .price {
  font-size: 40px;
  line-height: 50px;
  padding: 18px 0;
}
.mod-newsflash-adv.mod-newsflash-adv__pricing_simple .price span {
  font-size: 16px;
  line-height: 41px;
  vertical-align: bottom;
}
.mod-newsflash-adv.mod-newsflash-adv__pricing_detailed .item {
  margin-bottom: 58px;
  position: relative;
}
.mod-newsflash-adv.mod-newsflash-adv__pricing_detailed .item .item_title {
  color: #ba9f5a;
  margin-bottom: 11px;
  text-transform: uppercase;
}
.mod-newsflash-adv.mod-newsflash-adv__pricing_detailed .item .price {
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  font-size: 30px;
  line-height: 40px;
  padding: 12px 0;
}
.mod-newsflash-adv.mod-newsflash-adv__pricing_detailed .item .price span {
  vertical-align: bottom;
}
.mod-newsflash-adv.mod-newsflash-adv__pricing_detailed .item .item_content {
  text-align: center;
  padding: 30px 20px;
  border: 1px solid #ba9f5a;
}
.mod-newsflash-adv.mod-newsflash-adv__pricing_detailed .item .item_content ul {
  padding: 18px 0 11px;
}
.mod-newsflash-adv.mod-newsflash-adv__pricing_detailed .item .item_content ul li {
  font-size: 16px;
  text-align: center;
}
.mod-newsflash-adv.mod-newsflash-adv__pricing_detailed .item .item_content ul li + li {
  margin-top: 0;
}
.mod-newsflash-adv.mod-newsflash-adv__progbars_horizontal {
  text-align: center;
}
.mod-newsflash-adv.mod-newsflash-adv__progbars_circle {
  text-align: center;
}
@media (min-width: 480px) and (max-width: 767px) {
  .mod-newsflash-adv.mod-newsflash-adv__progbars_circle .item__module {
    width: 50%;
    float: left;
  }
}
.mod-newsflash-adv .mod-newsflash-adv_custom-link {
  margin-bottom: 58px;
}
.parallax {
  padding: 58px 0 0;
}
.skills_diagram {
  display: inline-block;
  vertical-align: middle;
}
/*===== Testimonials Page ======*/
.sorting .btn-group > * {
  font-size: 18px;
}
.page-contact,
.page-blog,
.page-item__blog {
  text-align: left;
}
.page-contact .komento_title,
.page-blog .komento_title,
.page-item__blog .komento_title,
.page-contact .page_header,
.page-blog .page_header,
.page-item__blog .page_header,
.page-contact .page-header,
.page-blog .page-header,
.page-item__blog .page-header {
  text-align: center;
}
.tags {
  clear: both;
}
.tags .label {
  padding: 3px 5px;
  font-size: 100%;
  line-height: 12px;
  border-radius: none;
  font-weight: normal;
  color: #74797f;
  background: #ba9f5a;
}
.tags .label:hover {
  color: #ffffff;
}
.tags li {
  line-height: 12px;
}
.tags li + li {
  padding-left: 10px;
  border-left: 2px solid #ffffff;
}
.addthis_toolbox {
  padding-top: 18px;
}
.video_frame {
  margin-bottom: 26px;
  position: relative;
}
.video_frame iframe {
  border: medium none !important;
  height: 100% !important;
  left: 0;
  margin: 0;
  position: absolute;
  top: 0;
  width: 100% !important;
}
.item_info .item_info_dl {
  margin: 0 0 17px;
}
.item_info .item_info_dl dd {
  color: #74797f;
  font-size: 13px;
  margin: 0;
  display: inline;
}
.item_info .item_info_dl dd > * {
  display: inline;
}
.item_info .item_info_dl dd .tags:before,
.item_info .item_info_dl dd .item_createdby:before,
.item_info .item_info_dl dd .item_hits:before,
.item_info .item_info_dl dd .item_published:before,
.item_info .item_info_dl dd .item_category-name:before,
.item_info .item_info_dl dd .kmt-comment:before {
  font: normal normal normal 14px/1 'FontAwesome';
  color: #ba9f5a;
}
.item_info .item_info_dl dd a {
  color: #74797f;
}
.item_info .item_info_dl dd a:hover {
  color: #ba9f5a;
}
.social-links li {
  display: inline-block;
  margin: 0 5px;
}
.social-links li:before {
  display: none;
}
.social-links li a {
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  border-radius: 1000px;
  color: #ba9f5a;
  display: block;
  line-height: 52px;
  text-align: center;
  width: 52px;
  background: #74797f;
  border: 1px solid transparent;
}
.social-links li a:hover {
  background: transparent;
  border: 1px solid #ffffff;
}
.rd-video iframe#player {
  max-width: none;
}
#top {
  width: 100%;
  position: relative;
}
.fullwidth ul.icesubMenu.sub_level_1 .icemega_cover_module .icemega_modulewrap.pricing .item .item_introtext p {
  display: none;
}
#logo {
  letter-spacing: 1.6px;
  margin-bottom: 20px;
  padding-bottom: 24px;
  position: relative;
  text-align: center;
}
#logo:after {
  position: absolute;
  left: 50%;
  bottom: 0;
  -moz-transform: translate(-50%, 0%);
  -webkit-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  -o-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  height: 3px;
  width: 100%;
  max-width: 169px;
  background: #ba9f5a;
  content: '';
}
#logo .site-logo {
  font: bold 40px/43px 'Cinzel', serif;
}
#logo a {
  display: inline-block;
  max-width: 100%;
}
#logo a:hover {
  color: #ba9f5a;
}
#navigation {
  text-align: center;
}
.search-block {
  text-align: right;
}
.search-block input {
  max-width: 100%;
}
.masonry .item {
  margin-left: 0 !important;
}
#showcase {
  background: url(/local/templates/main/css/../img/fon2.jpg) top center no-repeat;
  margin-top: 21px;
  background-size: 100%;
}
#showcase .moduletable.color {
  margin-top: 35%;
  margin-bottom: 0;
}
.body__page2 #showcase {
  background: url(/local/templates/main/css/../img/showcasebg2.jpg) top center no-repeat;
}
#component {
  min-height: 0;
}
.item {
  margin-bottom: 29px;
}
.item:after {
  content: '';
  display: block;
  clear: both;
}
.page-item {
  padding-bottom: 58px;
  text-align: left;
}
.page-item *[class*=heading-style]:before {
  left: 0;
  -moz-transform: translate(0%, 0%);
  -webkit-transform: translate(0%, 0%);
  -ms-transform: translate(0%, 0%);
  -o-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
}
/*===== AddThis ======*/
.at-share-tbx-element a.at-share-btn {
  -webkit-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
.at-share-tbx-element a.at-share-btn:hover {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.tagspopular ul {
  margin: 0;
}
.tagspopular ul li {
  display: inline-block;
  list-style: none;
  padding: 0 15px 12px 0;
}
.content-links ul {
  list-style: none;
  margin: 0;
}
#mainbottom {
  background: url(/local/templates/main/css/../img/mainbottombg.jpg) center center no-repeat;
}
.body__page2 #mainbottom {
  background: url(/local/templates/main/css/../img/mainbottombg2.jpg) center center no-repeat;
}
#bottom {
  padding-bottom: 8%;
}
#footer-wrapper {
  width: 100%;
}
#copyright {
  text-align: center;
}
.copyright {
  margin-bottom: 54px;
}
.copyright .year:after {
  content: '.';
  margin: 0 4px 0 0;
}
.address_phones {
  font-size: 18px;
  font-weight: 500;
}
.address_phones i {
  font-size: 24px;
  vertical-align: middle;
  color: #ba9f5a;
}
.address_phones i.fa-fax {
  margin: 0 5px 0 20px;
}
.address_phones span {
  white-space: nowrap;
}
.nav.menu.social {
  font-size: 0;
  line-height: 0;
  margin: 0;
}
.nav.menu.social li {
  display: inline-block;
  padding: 0 20px 20px 0;
}
.nav.menu.social li:before {
  display: none;
}
.nav.menu.social li a {
  color: #74797f;
  display: block;
  font-size: 15px;
  height: 15px;
  line-height: 15px;
  position: relative;
  text-align: center;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  width: 15px;
}
.nav.menu.social li a:hover {
  background: transparent;
  color: #ba9f5a;
}
#style_switcher {
  color: #ffffff;
}
#style_switcher,
#style_switcher .toggler {
  background: #333;
}
#style_switcher .style_switcher_form .btn {
  color: #333;
}
#style_switcher .style_switcher_form .btn:hover {
  color: #ffffff;
}
#style_switcher .toggler:hover {
  color: #ffffff;
}
body.mobile_mode.mobile div#fixed-sidebar-right .moduletable.login {
  top: 56px;
}
#to-desktop {
  padding-top: 20px;
  padding-bottom: 20px;
}
/*== 1200px and beyond ===================================================
========================================================================*/
/* Large desktop */
@media screen and (max-height: 639px) {
  #style_switcher,
  div#fixed-sidebar-right .moduletable.login {
    top: 0px !important;
  }
  .modal-dialog {
    bottom: 0;
    top: 0;
    transform: translate(-50%, 0%);
  }
}
/*== Up to 1200px =====================================================
========================================================================*/
/* Large desktop */
@media (max-width: 1200px) {
  body #wrapper .wrapper-inner {
    margin: 0 auto;
  }
  *[class*=heading-style] {
    letter-spacing: 0 !important;
  }

  #top .moduletable .module_container .mod-menu img {
    left: auto;
    position: relative;
    height: 120px;
    text-align: center;
    top: auto;
    margin-bottom: 10px;    
  }

  ul.phone {
    position: relative;
    right: auto;
    text-align: center;
    top: auto;
  }
  .fullwidth ul.icesubMenu.sub_level_1 {
    margin-right: auto !important;
    margin-left: auto !important;
  }
}
/*== Up to 980px ======================================================
========================================================================*/
/* Narrow desktop */
@media (max-width: 979px) {
  body #wrapper .wrapper-inner {
    padding: 40px 0 0;
  }
  .moduletable.color.color2 .module_container {
    padding: 13%;
  }
  .mod-newsflash-adv.mod-newsflash-adv__indent.cols-2 .item,
  .mod-newsflash-adv.mod-newsflash-adv__indent.cols-2 .item:nth-child(2n),
  .mod-newsflash-adv.mod-newsflash-adv__indent.cols-3 .item,
  .mod-newsflash-adv.mod-newsflash-adv__indent.cols-3 .item:nth-child(3n+2),
  .mod-newsflash-adv.mod-newsflash-adv__indent.cols-3 .item:nth-child(3n) {
    margin-top: 0 !important;
    margin-bottom: 58px !important;
  }
  .moduletable.color.color1 .module_container,
  .moduletable.color.color2 .module_container {
    margin-bottom: 58px;
  }
  .breadcrumb {
    padding: 0;
  }
  .breadcrumb:before {
    display: none;
  }
  .thumbnails {
    margin-left: -12px;
  }
  .thumbnails > li {
    margin-left: 12px;
  }
  #back-top {
    display: none !important;
    opacity: 0 !important;
    filter: alpha(opacity=0) !important;
  }
  .nav-collapse .nav > li > a,
  .nav-collapse .dropdown-menu a {
    font-weight: inherit;
  }
  #Kunena #categorylist_chzn {
    width: 100% !important;
  }
  #Kunena label.searchlabel {
    margin-right: 0 !important;
  }
}
/*== Up to 980px and beyond 768px ======================================
========================================================================*/
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
  .fullwidth ul.icesubMenu.sub_level_1 > li {
    padding-left: 0;
    padding-right: 0;
  }
  .fullwidth ul.icesubMenu.sub_level_1 .iceCols > ul {
    padding: 0 15px;
  }
}
@media (max-width: 800px) {
  .img-full__left.span5 {
    width: 50%;
  }
}
/*== Up to 767px ======================================================
========================================================================*/
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
  body {
    padding: 0;
  }
  .icemegamenu {
    display: none;
  }
  .icemega_modulewrap .icemega_cover_module {
    padding-left: 20px;
    padding-right: 20px;
  }
  #logo {
    text-align: center;
  }
  #logo a {
    margin: 0;
  }
  /*===== Mobile Menu =====*/
  .rd-mobilemenu_ul a.iceMenuTitle:hover {
    background: #ba9f5a;
  }
  .rd-mobilemenu_ul a.active,
  .rd-mobilemenu_ul li.level_1.active > a {
    color: #ba9f5a;
    background: #ba9f5a;
  }
  .rd-mobilemenu_submenu li.active > a {
    color: #ba9f5a;
    background: transparent;
  }
  .rd-mobilemenu_submenu .item,
  .rd-mobilemenu_submenu .item__module {
    opacity: 100;
    filter: alpha(opacity=10000);
    -moz-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .rd-mobilemenu_submenu [class*="span"] {
    width: 100% !important;
  }
  .rd-mobilemenu_submenu .icemega_modulewrap.top_search > i.fa-search {
    display: none;
  }
  .rd-mobilemenu_submenu .icemega_modulewrap.top_search .mod-search {
    position: static;
    visibility: visible;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0px;
    margin: 16px 0;
  }
  .rd-mobilemenu_submenu .icemega_modulewrap.top_search .mod-search .navbar-form {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 16px !important;
    padding: 0px;
    position: relative;
    width: auto;
  }
  .rd-mobilemenu_submenu .icemega_modulewrap.top_search .mod-search i.fa-times {
    display: none;
  }
  .rd-mobilemenu_submenu .icemega_modulewrap.top_search .mod-search #searchword {
    padding-right: 40px;
    width: 100%;
  }
  .rd-mobilemenu_submenu .icemega_modulewrap.top_search .mod-search .btn-primary {
    right: 10px;
    top: 50%;
    -moz-transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
  }
  .nav.menu.pull-right.nav-pills {
    float: none;
    text-align: center;
  }
  .nav.menu.pull-right.nav-pills li {
    display: inline-block;
    float: none;
  }
  /*===== Tabs =====*/
  .nav-tabs li {
    display: block;
  }
  /*===== Tables =====*/
  .item_introtext dl.table {
    display: block;
  }
  .item_introtext table {
    display: none;
  }
}
/*== Up to 640px ==================================================
====================================================================*/
@media (max-width: 639px) {
  ul#order {
    float: none;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .mod-newsflash-adv__progbars_circle .row-fluid .span3 {
    width: 50%;
    float: left;
  }
  .mod-newsflash-adv__progbars_circle .row-fluid .span3:nth-child(2n-1) {
    clear: both;
  }
}
/*== Up to 480px ==================================================
====================================================================*/
/* Landscape phones and down */
@media (max-width: 479px) {
  .modal-dialog {
    left: 0;
    transform: translate(0%, 0%);
  }
  .alert {
    padding: 28px 58px 28px 70px;
  }
  .alert:before {
    left: 10px;
    font-size: 40px;
  }
  .img-full__left.span5 {
    margin-right: 0;
    width: 100%;
  }
  /*blog*/
  .item_img {
    float: none;
    margin: 0 0 29px 0;
    max-width: 100%;
  }
  .portfolio-thumbs {
    float: none;
    margin-right: 0;
    max-width: 100%;
    width: 100%;
  }
  .portfolio-thumbs ul {
    margin-right: 0;
    overflow: hidden;
  }
  .portfolio-thumbs ul li {
    padding-right: 0;
  }
  .data-table dl {
    float: none;
    width: 100%;
  }
  .data-table dl + dl {
    border-left: 1px solid #dddddd;
    border-top: none;
  }
  /*search*/
  .mod-search__aside .mod-search_searchword {
    width: 100%;
  }
  /*login*/
  .mod-login__aside .mod-login_username,
  .mod-login__aside .mod-login_passwd,
  .mod-login__aside .mod-login_userdata {
    width: 100%;
  }
  .mod-login__aside .mod-login_userdata {
    overflow: hidden;
  }
  div.modal {
    position: absolute;
  }
  #error input {
    width: 200px;
  }
  .jg_photo {
    width: 100%;
  }
  /*===== Tables =====*/
  .item_introtext table tr td:before,
  .item_fulltext table tr td:before {
    font-size: 23px;
    padding: 10px;
  }
  .item_introtext table tr td + td,
  .item_fulltext table tr td + td {
    border-left: none;
  }
  .chzn-container {
    width: 100% !important;
    min-width: 200px;
  }
  #habla_beta_container_do_not_rely_on_div_classes_or_names {
    display: none !important;
  }
}
@media (max-width: 320px) {
  #style_switcher {
    width: 220px !important;
    padding: 20px !important;
  }
  #style_switcher ul {
    padding: 0 0 13px !important;
  }
  #style_switcher ul li {
    margin-right: 5px !important;
  }
}
@media print {
  .item__module,
  .item {
    opacity: 100 !important;
    filter: alpha(opacity=10000) !important;
    transform: none !important;
    -o-transform: none !important;
    -moz-transform: none !important;
    -webkit-transform: none !important;
    -ms-transform: none !important;
  }
  .scroll-to-fixed-fixed {
    position: static !important;
    width: 100% !important;
  }
  .scroll-to-fixed-fixed + div {
    display: none !important;
  }
}



/*[class*="ymaps-2"][class*="-ground-pane"] {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(100%);
}*/



/* End */


/* Start:/local/templates/main/css/font-awesome.css?172290077037414*/
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('/local/templates/main/css/../fonts/fontawesome-webfont.eot?v=4.7.0');
  src: url('/local/templates/main/css/../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('/local/templates/main/css/../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('/local/templates/main/css/../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('/local/templates/main/css/../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('/local/templates/main/css/../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  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 */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-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);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-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 */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/* End */


/* Start:/local/templates/main/css/fl-bigmug-line.css?172290077012875*/
/**
 * Title:  Bigmug Line Flaticon Pack
 * Author: Catalin Fertu
 * Source: http://www.flaticon.com/packs/bigmug-line
 * License:  CC BY 3.0 (http://creativecommons.org/licenses/by/3.0/)
 */

@font-face {
	font-family: 'fl-bigmug-line';
	src: url(/local/templates/main/css/../fonts/fl-bigmug-line.eot);
	src: url(/local/templates/main/css/../fonts/fl-bigmug-line.eot#iefix) format("embedded-opentype"),
	url(/local/templates/main/css/../fonts/fl-bigmug-line.woff) format("woff"),
	url(/local/templates/main/css/../fonts/fl-bigmug-line.ttf) format("truetype"),
	url(/local/templates/main/css/../fonts/fl-bigmug-line.svg) format("svg");
	font-weight: normal;
	font-style: normal;
}

.fl-bigmug-line-ico,
[class^="fl-bigmug-line-"]:before, [class*=" fl-bigmug-line-"]:before,
[class^="fl-bigmug-line-"]:after, [class*=" fl-bigmug-line-"]:after {   
	font-family: 'fl-bigmug-line';
    font-size: inherit;
	font-weight: 400;
	font-style: normal;
}

.fl-bigmug-line-add137:before {
	content: "\e000";
}
.fl-bigmug-line-add139:before {
	content: "\e001";
}
.fl-bigmug-line-add149:before {
	content: "\e002";
}
.fl-bigmug-line-airplane86:before {
	content: "\e003";
}
.fl-bigmug-line-alarm31:before {
	content: "\e004";
}
.fl-bigmug-line-arrow592:before {
	content: "\e005";
}
.fl-bigmug-line-attach8:before {
	content: "\e006";
}
.fl-bigmug-line-attachment15:before {
	content: "\e007";
}
.fl-bigmug-line-audio46:before {
	content: "\e008";
}
.fl-bigmug-line-back44:before {
	content: "\e009";
}
.fl-bigmug-line-back46:before {
	content: "\e00a";
}
.fl-bigmug-line-big104:before {
	content: "\e00b";
}
.fl-bigmug-line-book188:before {
	content: "\e00c";
}
.fl-bigmug-line-bookmark28:before {
	content: "\e00d";
}
.fl-bigmug-line-bottle34:before {
	content: "\e00e";
}
.fl-bigmug-line-button5:before {
	content: "\e00f";
}
.fl-bigmug-line-buttons5:before {
	content: "\e010";
}
.fl-bigmug-line-cellphone55:before {
	content: "\e011";
}
.fl-bigmug-line-cellular9:before {
	content: "\e012";
}
.fl-bigmug-line-center10:before {
	content: "\e013";
}
.fl-bigmug-line-chat51:before {
	content: "\e014";
}
.fl-bigmug-line-chat55:before {
	content: "\e015";
}
.fl-bigmug-line-checkmark14:before {
	content: "\e016";
}
.fl-bigmug-line-checkmark15:before {
	content: "\e017";
}
.fl-bigmug-line-checkmark16:before {
	content: "\e018";
}
.fl-bigmug-line-circular220:before {
	content: "\e019";
}
.fl-bigmug-line-circular224:before {
	content: "\e01a";
}
.fl-bigmug-line-circular228:before {
	content: "\e01b";
}
.fl-bigmug-line-circular229:before {
	content: "\e01c";
}
.fl-bigmug-line-clipboard68:before {
	content: "\e01d";
}
.fl-bigmug-line-close42:before {
	content: "\e01e";
}
.fl-bigmug-line-cloud255:before {
	content: "\e01f";
}
.fl-bigmug-line-cloud260:before {
	content: "\e020";
}
.fl-bigmug-line-cocktail26:before {
	content: "\e021";
}
.fl-bigmug-line-code30:before {
	content: "\e022";
}
.fl-bigmug-line-collapse5:before {
	content: "\e023";
}
.fl-bigmug-line-comment45:before {
	content: "\e024";
}
.fl-bigmug-line-compass80:before {
	content: "\e025";
}
.fl-bigmug-line-contract5:before {
	content: "\e026";
}
.fl-bigmug-line-copy23:before {
	content: "\e027";
}
.fl-bigmug-line-crescent23:before {
	content: "\e028";
}
.fl-bigmug-line-cropping1:before {
	content: "\e029";
}
.fl-bigmug-line-cross81:before {
	content: "\e02a";
}
.fl-bigmug-line-cross83:before {
	content: "\e02b";
}
.fl-bigmug-line-cube29:before {
	content: "\e02c";
}
.fl-bigmug-line-double97:before {
	content: "\e02d";
}
.fl-bigmug-line-double98:before {
	content: "\e02e";
}
.fl-bigmug-line-double99:before {
	content: "\e02f";
}
.fl-bigmug-line-down55:before {
	content: "\e030";
}
.fl-bigmug-line-down56:before {
	content: "\e031";
}
.fl-bigmug-line-down58:before {
	content: "\e032";
}
.fl-bigmug-line-down59:before {
	content: "\e033";
}
.fl-bigmug-line-down64:before {
	content: "\e034";
}
.fl-bigmug-line-download136:before {
	content: "\e035";
}
.fl-bigmug-line-download142:before {
	content: "\e036";
}
.fl-bigmug-line-download146:before {
	content: "\e037";
}
.fl-bigmug-line-download147:before {
	content: "\e038";
}
.fl-bigmug-line-download148:before {
	content: "\e039";
}
.fl-bigmug-line-electrical17:before {
	content: "\e03a";
}
.fl-bigmug-line-electronic57:before {
	content: "\e03b";
}
.fl-bigmug-line-email64:before {
	content: "\e03c";
}
.fl-bigmug-line-email67:before {
	content: "\e03d";
}
.fl-bigmug-line-equalization3:before {
	content: "\e03e";
}
.fl-bigmug-line-equalizer26:before {
	content: "\e03f";
}
.fl-bigmug-line-event6:before {
	content: "\e040";
}
.fl-bigmug-line-expand25:before {
	content: "\e041";
}
.fl-bigmug-line-expanding2:before {
	content: "\e042";
}
.fl-bigmug-line-fast33:before {
	content: "\e043";
}
.fl-bigmug-line-favourites5:before {
	content: "\e044";
}
.fl-bigmug-line-file68:before {
	content: "\e045";
}
.fl-bigmug-line-file69:before {
	content: "\e046";
}
.fl-bigmug-line-film57:before {
	content: "\e047";
}
.fl-bigmug-line-flag53:before {
	content: "\e048";
}
.fl-bigmug-line-fog10:before {
	content: "\e049";
}
.fl-bigmug-line-foggy3:before {
	content: "\e04a";
}
.fl-bigmug-line-folder173:before {
	content: "\e04b";
}
.fl-bigmug-line-fork34:before {
	content: "\e04c";
}
.fl-bigmug-line-four87:before {
	content: "\e04d";
}
.fl-bigmug-line-full40:before {
	content: "\e04e";
}
.fl-bigmug-line-games32:before {
	content: "\e04f";
}
.fl-bigmug-line-gear30:before {
	content: "\e050";
}
.fl-bigmug-line-giftbox54:before {
	content: "\e051";
}
.fl-bigmug-line-graphical8:before {
	content: "\e052";
}
.fl-bigmug-line-headphones32:before {
	content: "\e053";
}
.fl-bigmug-line-hot67:before {
	content: "\e054";
}
.fl-bigmug-line-images21:before {
	content: "\e055";
}
.fl-bigmug-line-ink12:before {
	content: "\e056";
}
.fl-bigmug-line-label25:before {
	content: "\e057";
}
.fl-bigmug-line-left144:before {
	content: "\e058";
}
.fl-bigmug-line-left145:before {
	content: "\e059";
}
.fl-bigmug-line-left146:before {
	content: "\e05a";
}
.fl-bigmug-line-left148:before {
	content: "\e05b";
}
.fl-bigmug-line-left152:before {
	content: "\e05c";
}
.fl-bigmug-line-left153:before {
	content: "\e05d";
}
.fl-bigmug-line-left158:before {
	content: "\e05e";
}
.fl-bigmug-line-left159:before {
	content: "\e05f";
}
.fl-bigmug-line-like51:before {
	content: "\e060";
}
.fl-bigmug-line-link52:before {
	content: "\e061";
}
.fl-bigmug-line-list63:before {
	content: "\e062";
}
.fl-bigmug-line-list65:before {
	content: "\e063";
}
.fl-bigmug-line-lock64:before {
	content: "\e064";
}
.fl-bigmug-line-login12:before {
	content: "\e065";
}
.fl-bigmug-line-login9:before {
	content: "\e066";
}
.fl-bigmug-line-map87:before {
	content: "\e067";
}
.fl-bigmug-line-megaphone11:before {
	content: "\e068";
}
.fl-bigmug-line-men25:before {
	content: "\e069";
}
.fl-bigmug-line-menu40:before {
	content: "\e06a";
}
.fl-bigmug-line-menu41:before {
	content: "\e06b";
}
.fl-bigmug-line-microphone76:before {
	content: "\e06c";
}
.fl-bigmug-line-microphone77:before {
	content: "\e06d";
}
.fl-bigmug-line-minus79:before {
	content: "\e06e";
}
.fl-bigmug-line-minus80:before {
	content: "\e06f";
}
.fl-bigmug-line-minus83:before {
	content: "\e070";
}
.fl-bigmug-line-minus86:before {
	content: "\e071";
}
.fl-bigmug-line-monitor74:before {
	content: "\e072";
}
.fl-bigmug-line-music218:before {
	content: "\e073";
}
.fl-bigmug-line-music219:before {
	content: "\e074";
}
.fl-bigmug-line-music221:before {
	content: "\e075";
}
.fl-bigmug-line-musical100:before {
	content: "\e076";
}
.fl-bigmug-line-musical98:before {
	content: "\e077";
}
.fl-bigmug-line-mute34:before {
	content: "\e078";
}
.fl-bigmug-line-new83:before {
	content: "\e079";
}
.fl-bigmug-line-nine16:before {
	content: "\e07a";
}
.fl-bigmug-line-note35:before {
	content: "\e07b";
}
.fl-bigmug-line-notebook41:before {
	content: "\e07c";
}
.fl-bigmug-line-notification4:before {
	content: "\e07d";
}
.fl-bigmug-line-notification5:before {
	content: "\e07e";
}
.fl-bigmug-line-opened25:before {
	content: "\e07f";
}
.fl-bigmug-line-oval34:before {
	content: "\e080";
}
.fl-bigmug-line-paintbrush9:before {
	content: "\e081";
}
.fl-bigmug-line-paper122:before {
	content: "\e082";
}
.fl-bigmug-line-pause37:before {
	content: "\e083";
}
.fl-bigmug-line-pencil85:before {
	content: "\e084";
}
.fl-bigmug-line-phone351:before {
	content: "\e085";
}
.fl-bigmug-line-photo181:before {
	content: "\e086";
}
.fl-bigmug-line-pin42:before {
	content: "\e087";
}
.fl-bigmug-line-planetary2:before {
	content: "\e088";
}
.fl-bigmug-line-play83:before {
	content: "\e089";
}
.fl-bigmug-line-portfolio23:before {
	content: "\e08a";
}
.fl-bigmug-line-print34:before {
	content: "\e08b";
}
.fl-bigmug-line-radio46:before {
	content: "\e08c";
}
.fl-bigmug-line-rain30:before {
	content: "\e08d";
}
.fl-bigmug-line-rectangular78:before {
	content: "\e08e";
}
.fl-bigmug-line-recycling10:before {
	content: "\e08f";
}
.fl-bigmug-line-rewind37:before {
	content: "\e090";
}
.fl-bigmug-line-right139:before {
	content: "\e091";
}
.fl-bigmug-line-right141:before {
	content: "\e092";
}
.fl-bigmug-line-right142:before {
	content: "\e093";
}
.fl-bigmug-line-right144:before {
	content: "\e094";
}
.fl-bigmug-line-right148:before {
	content: "\e095";
}
.fl-bigmug-line-right153:before {
	content: "\e096";
}
.fl-bigmug-line-right154:before {
	content: "\e097";
}
.fl-bigmug-line-right156:before {
	content: "\e098";
}
.fl-bigmug-line-rounded51:before {
	content: "\e099";
}
.fl-bigmug-line-sand14:before {
	content: "\e09a";
}
.fl-bigmug-line-save15:before {
	content: "\e09b";
}
.fl-bigmug-line-search74:before {
	content: "\e09c";
}
.fl-bigmug-line-search78:before {
	content: "\e09d";
}
.fl-bigmug-line-share27:before {
	content: "\e09e";
}
.fl-bigmug-line-shopping198:before {
	content: "\e09f";
}
.fl-bigmug-line-shopping199:before {
	content: "\e0a0";
}
.fl-bigmug-line-shopping202:before {
	content: "\e0a1";
}
.fl-bigmug-line-shopping204:before {
	content: "\e0a2";
}
.fl-bigmug-line-shuffle17:before {
	content: "\e0a3";
}
.fl-bigmug-line-sort47:before {
	content: "\e0a4";
}
.fl-bigmug-line-sort48:before {
	content: "\e0a5";
}
.fl-bigmug-line-speaker75:before {
	content: "\e0a6";
}
.fl-bigmug-line-speaker80:before {
	content: "\e0a7";
}
.fl-bigmug-line-speaker81:before {
	content: "\e0a8";
}
.fl-bigmug-line-speaker86:before {
	content: "\e0a9";
}
.fl-bigmug-line-speaker87:before {
	content: "\e0aa";
}
.fl-bigmug-line-speech96:before {
	content: "\e0ab";
}
.fl-bigmug-line-square152:before {
	content: "\e0ac";
}
.fl-bigmug-line-square156:before {
	content: "\e0ad";
}
.fl-bigmug-line-square160:before {
	content: "\e0ae";
}
.fl-bigmug-line-store10:before {
	content: "\e0af";
}
.fl-bigmug-line-sun81:before {
	content: "\e0b0";
}
.fl-bigmug-line-sunrise3:before {
	content: "\e0b1";
}
.fl-bigmug-line-switch23:before {
	content: "\e0b2";
}
.fl-bigmug-line-switch24:before {
	content: "\e0b3";
}
.fl-bigmug-line-tag47:before {
	content: "\e0b4";
}
.fl-bigmug-line-television20:before {
	content: "\e0b5";
}
.fl-bigmug-line-text108:before {
	content: "\e0b6";
}
.fl-bigmug-line-text109:before {
	content: "\e0b7";
}
.fl-bigmug-line-three142:before {
	content: "\e0b8";
}
.fl-bigmug-line-timer35:before {
	content: "\e0b9";
}
.fl-bigmug-line-tool16:before {
	content: "\e0ba";
}
.fl-bigmug-line-triangle33:before {
	content: "\e0bb";
}
.fl-bigmug-line-trophy55:before {
	content: "\e0bc";
}
.fl-bigmug-line-two311:before {
	content: "\e0bd";
}
.fl-bigmug-line-two316:before {
	content: "\e0be";
}
.fl-bigmug-line-two317:before {
	content: "\e0bf";
}
.fl-bigmug-line-two319:before {
	content: "\e0c0";
}
.fl-bigmug-line-two323:before {
	content: "\e0c1";
}
.fl-bigmug-line-unlocked27:before {
	content: "\e0c2";
}
.fl-bigmug-line-up100:before {
	content: "\e0c3";
}
.fl-bigmug-line-up102:before {
	content: "\e0c4";
}
.fl-bigmug-line-up103:before {
	content: "\e0c5";
}
.fl-bigmug-line-up104:before {
	content: "\e0c6";
}
.fl-bigmug-line-up107:before {
	content: "\e0c7";
}
.fl-bigmug-line-up111:before {
	content: "\e0c8";
}
.fl-bigmug-line-up112:before {
	content: "\e0c9";
}
.fl-bigmug-line-up114:before {
	content: "\e0ca";
}
.fl-bigmug-line-up98:before {
	content: "\e0cb";
}
.fl-bigmug-line-up99:before {
	content: "\e0cc";
}
.fl-bigmug-line-upload91:before {
	content: "\e0cd";
}
.fl-bigmug-line-upload92:before {
	content: "\e0ce";
}
.fl-bigmug-line-upper8:before {
	content: "\e0cf";
}
.fl-bigmug-line-user143:before {
	content: "\e0d0";
}
.fl-bigmug-line-user144:before {
	content: "\e0d1";
}
.fl-bigmug-line-video163:before {
	content: "\e0d2";
}
.fl-bigmug-line-wallet26:before {
	content: "\e0d3";
}
.fl-bigmug-line-weather21:before {
	content: "\e0d4";
}
.fl-bigmug-line-weekly14:before {
	content: "\e0d5";
}
.fl-bigmug-line-weekly15:before {
	content: "\e0d6";
}
.fl-bigmug-line-wind24:before {
	content: "\e0d7";
}
.fl-bigmug-line-window50:before {
	content: "\e0d8";
}
.fl-bigmug-line-winds4:before {
	content: "\e0d9";
}
.fl-bigmug-line-wrench66:before {
	content: "\e0da";
}
.fl-bigmug-line-zoom60:before {
	content: "\e0db";
}

/* End */


/* Start:/local/templates/main/css/komento.css?17229007706805*/
.kmt-disabled {
  cursor: inherit !important;
}
.page-blog .item > .kmt-readon {
  display: none;
}
.kmt-readon {
  vertical-align: top;
  width: auto !important;
}
.komento .kmt-readon span.kmt-comment {
  background: none;
}
#section-kmt .kmt-author {
  height: auto;
  text-transform: none;
  color: inherit;
}
#section-kmt .kmt-author a {
  height: auto;
}
#section-kmt .kmt-avatar {
  float: left;
  margin-right: 20px;
  position: relative;
  width: 48px;
  z-index: 10;
}
#section-kmt .kmt-avatar a,
#section-kmt .kmt-avatar a img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 100%;
}
#section-kmt .kmt-avatar + .kmt-content,
#section-kmt .kmt-rank + .kmt-content {
  margin-left: 68px;
}
#section-kmt #kmt-fame {
  margin: 0;
}
#section-kmt .kmt-list.reset-child {
  text-align: left;
}
#section-kmt .kmt-list.reset-child > li.kmt-empty-comment {
  margin-top: 0;
}
#section-kmt .kmt-list.reset-child li + li .kmt-wrap {
  margin-top: 20px;
}
#section-kmt .kmt-list.reset-child .kmt-wrap {
  padding: 20px;
  background: transparent;
  border: 1px solid #dddddd;
  color: #74797f;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
#section-kmt .kmt-head {
  font: 400 24px / 30px 'Roboto', sans-serif;
  color: #74797f;
  height: auto !important;
}
#section-kmt .kmt-head .author-kmt span span {
  color: #333333;
}
#section-kmt .kmt-head .author-kmt a {
  color: #333333;
}
#section-kmt .kmt-head .author-kmt a:hover {
  color: #74797f;
}
#section-kmt .kmt-inreplyto {
  color: #333333;
}
#section-kmt .kmt-inreplyto a {
  color: #333333;
}
#section-kmt .kmt-inreplyto a:hover {
  color: #74797f;
}
#section-kmt .kmt-form-content .kmt-form-addon > div {
  max-width: 90%;
}
#section-kmt .kmt-form-content .kmt-form-addon > div b {
  margin-bottom: 10px !important;
}
#section-kmt .kmt-form-content .kmt-form-addon > div .input.kmt-location {
  max-width: 100%;
}
#section-kmt .kmt-content .parentContainer {
  left: -70px;
  right: -15px;
}
#section-kmt .kmt-content .parentContainer .kmt-author {
  margin-left: 7px;
}
#section-kmt .input[type="checkbox"] {
  margin-top: 0;
}
#section-kmt .radio input[type="radio"],
#section-kmt .checkbox input[type="checkbox"] {
  margin-left: 0;
  margin-right: 15px;
}
#section-kmt .radio,
#section-kmt .checkbox {
  background: none !important;
  border: none !important;
  padding: 0;
}
#section-kmt .kmt-profile-avatar {
  width: 60px;
}
#section-kmt .kmt-profile-activity li {
  min-width: 0 !important;
  padding: 15px 8px !important;
}
#section-kmt .kmt-time {
  font-size: 16px;
  color: #333333;
}
#section-kmt .kmt-time:before {
  content: '\f017';
  font-family: 'FontAwesome';
  font-size: 18px;
  color: #74797f;
}
#section-kmt .kmt-time a {
  color: inherit;
}
#section-kmt .kmt-time a:hover {
  color: #74797f;
}
#section-kmt .kmt-time i {
  margin-right: 3px;
}
#section-kmt .kmt-control-user .kmt-btn {
  font-size: 14px;
  margin-left: 5px;
  padding: 0;
  width: 30px;
  line-height: 23px;
  height: 23px;
  border: 1px solid #c7b381;
  background: transparent;
  color: #d5c8a8;
  text-align: center;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#section-kmt .kmt-control-user .kmt-btn:hover {
  color: #74797f;
}
#section-kmt .kmt-toolbar {
  border: none;
  margin: 0;
  padding: 0;
}
#section-kmt .kmt-like-counter {
  border: 1px solid #c7b381;
  line-height: 23px;
  background: transparent;
  color: #74797f;
  height: 23px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
#section-kmt .kmt-like-counter:before,
#section-kmt .kmt-like-counter:after {
  border-bottom: 5px solid transparent;
  border-top: 5px solid transparent;
  content: '';
  left: 100%;
  margin-top: -5px;
  position: absolute;
  top: 50%;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
#section-kmt .kmt-like-counter:before {
  border-left: 5px solid #c7b381;
  margin-left: 1px;
}
#section-kmt .kmt-like-counter:after {
  border-left: 5px solid transparent;
}
#section-kmt .kmt-like-counter:hover {
  color: #74797f;
}
#section-kmt .kmt-control-user .kmt-like.cancel,
#section-kmt .kmt-control-user .kmt-reply.cancel {
  color: extract(#ba9f5a, 2);
}
#section-kmt .kmt-option > span.kmt-admin-wrap > ul {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.15);
}
#section-kmt .kmt-admin-list {
  font-size: 16px;
}
#section-kmt .kmt-admin-wrap:hover a.kmt-admin-link {
  color: extract(#ba9f5a, 2);
}
#section-kmt .kmt-form-content .kmt-form-addon {
  border-top: none;
}
#section-kmt .kmt-rank-bar {
  background: #74797f;
}
#section-kmt .kmt-rank-progress {
  background: #ba9f5a;
}
#section-kmt .kmt-form-author ul {
  margin: 0 0 0 -30px;
}
#section-kmt .kmt-form-author ul li.col {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 30px;
  width: 33.33%;
}
#section-kmt .kmt-form-author ul li.col div {
  position: relative;
}
#section-kmt .kmt-form {
  margin: 30px 0;
}
#section-kmt .kmt-form-editor > div {
  position: relative;
}
#section-kmt .kmt-form-editor > div > .input.textarea {
  height: 193px;
}
#section-kmt .kmt-form-submit {
  position: relative;
}
#section-kmt .kmt-item .kmt-form-submit .btn {
  margin-right: 6px;
}
#section-kmt .kmt-body {
  margin-bottom: 0;
}
#section-kmt #kmt-form {
  padding-bottom: 60px;
}
#section-kmt .kmt-text p {
  padding-bottom: 20px;
}
#section-kmt .editInput.kmt-edit-form-input {
  height: 193px;
  width: 100%;
}
#section-kmt .submitButton {
  border: none;
  font-size: 0;
  height: 0;
  line-height: 0;
  margin: 0;
  padding: 0;
  width: 0;
}
#section-kmt .submitButton img {
  display: none;
}
.kmt-readon span.kmt-comment {
  background: none;
  float: none;
  margin: 0;
  padding: 0;
}
.foundryDialog .dialog-head {
  padding-right: 24px;
}
@media (max-width: 767px) {
  #section-kmt .kmt-form-author ul li.col {
    width: 100%;
  }
  #section-kmt .kmt-form-author ul li.col + li {
    margin-top: 10px;
  }
  #section-kmt .kmt-control-user {
    margin-top: 5px;
  }
  #section-kmt .kmt-control-user:before,
  #section-kmt .kmt-control-user:after {
    content: " ";
    display: table;
  }
  #section-kmt .kmt-control-user:after {
    clear: both;
  }
}
@media (max-width: 479px) {
  #section-kmt .kmt-avatar {
    float: none;
    margin: 0 auto 15px;
  }
  #section-kmt .kmt-avatar + .kmt-content {
    padding-left: 0;
    margin-left: 0;
  }
}

/* End */


/* Start:/local/templates/main/css/lrstyle.css?17229007701006*/

.lr_social_login_basic_150{	width:150px;background:transparent;}
.lr_social_login_basic_150 #lr_providers .lr_icons_box{width:128px;float:left;margin:0 0 0px 0;}
.lr_social_login_basic_150  #lr_providers .lr_icons_box div{float:left;margin:0 3px 4px 0;cursor:pointer;}
.lr_social_login_basic_150 #lr_providers .lr_providericons { width: 60px; height: 26px; background-image: url('/local/templates/main/css/images/lr_provider_sprite.png'); cursor: pointer;
  display: block; margin: 0 auto; position: relative; z-index: 9998; outline: 0;}
/*icons sprite */
.lr_social_login_basic_150 #lr_providers .lr_facebook:hover { width: 60px; height: 26px; background-position: 0px -78px; }
.lr_social_login_basic_150 #lr_providers .lr_facebook { width: 60px; height: 26px; background-position: 0px -52px; }
.lr_social_login_basic_150 #lr_providers .lr_google:hover { width: 60px; height: 26px; background-position: 0px -26px; }
.lr_social_login_basic_150 #lr_providers .lr_google  { width: 60px; height: 26px; background-position: 0px 0px; }

/* End */


/* Start:/local/templates/main/css/navbar.css?17229007705956*/
.rd-mobilemenu{display:none;position:fixed;top:0;left:0;bottom:0;z-index:1008;text-align:left;-moz-transition:0.3s all ease;-o-transition:0.3s all ease;-webkit-transition:0.3s all ease;transition:0.3s all ease;}
.rd-mobilemenu.active{right:0;}
.rd-mobilemenu_ul{position:fixed;top:56px;margin:0;left:0;bottom:-20px;width:270px;padding:0;color:#666;background:#FFF;font-size:14px;line-height:20px;overflow:auto;-webkit-box-shadow:5px 0 5px 0 rgba(0, 0, 0, 0.1);-moz-box-shadow:5px 0 5px 0 rgba(0, 0, 0, 0.1);box-shadow:5px 0 5px 0 rgba(0, 0, 0, 0.1);-moz-transform:translateX(-270px);-ms-transform:translateX(-270px);-o-transform:translateX(-270px);-webkit-transform:translateX(-270px);transform:translateX(-270px);-moz-transition:0.3s ease;-o-transition:0.3s ease;-webkit-transition:0.3s ease;transition:0.3s ease;-moz-transition:0.3s cubic-bezier(0.55, 0, 0.1, 1);-o-transition:0.3s cubic-bezier(0.55, 0, 0.1, 1);-webkit-transition:0.3s cubic-bezier(0.55, 0, 0.1, 1);transition:0.3s cubic-bezier(0.55, 0, 0.1, 1);}
.rd-mobilemenu_ul li.level_1{padding:0;}
.rd-mobilemenu_ul li.level_1:before{display:none;}
.rd-mobilemenu_submenu .iceCols{float:none !important;width:100% !important;}
.rd-mobilemenu_submenu{margin:0;padding:0;width:100% !important;}
.rd-mobilemenu_submenu .icemega_cover_module{width:100% !important;}
.rd-mobilemenu_submenu > li{padding:0;}
.rd-mobilemenu_submenu > li:before{display:none;}
.rd-mobilemenu_submenu .iceCols > ul{margin:0;}
.rd-mobilemenu_submenu .sub_level_2{position:static;-moz-transform:translate(0, 0);-ms-transform:translate(0, 0);-o-transform:translate(0, 0);-webkit-transform:translate(0, 0);transform:translate(0, 0);width:100% !important;margin:0 !important;height:auto;pointer-events:auto;opacity:1;}
.rd-mobilemenu_submenu .sub_level_2>li{padding:0;border:none;padding:0;}
.rd-mobilemenu_submenu .sub_level_2>li a.iceMenuTitle{padding-left:40px !important;}
.rd-mobilemenu.active .rd-mobilemenu_ul{-moz-transform:translateX(0);-ms-transform:translateX(0);-o-transform:translateX(0);-webkit-transform:translateX(0);transform:translateX(0);}
.rd-mobilemenu_ul .level_1 > a{display:block;padding:14px 25px 16px;}
.rd-mobilemenu_ul .level_1 ul a.iceMenuTitle{padding:4px 20px;display:block;}
.rd-mobilemenu_ul .level_1 ul a.iceMenuTitle:after{display:none;}
.rd-mobilemenu_ul a.iceMenuTitle:hover{color:#FFF;}
.rd-mobilemenu_ul a .rd-submenu-toggle{position:absolute;top:50%;right:11px;margin-top:-17.5px;width:32px;height:32px;font:400 10px "FontAwesome";line-height:32px;text-align:center;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;-moz-transition:0.5s all ease;-o-transition:0.5s all ease;-webkit-transition:0.5s all ease;transition:0.5s all ease;z-index:1;background:rgba(0, 0, 0, 0.1);}
.rd-mobilemenu_ul a .rd-submenu-toggle:after{content:'\f078';}
.rd-mobilemenu_ul a .rd-submenu-toggle:hover{cursor:pointer;background:#FFF;color:#666;}
.rd-mobilemenu_ul a.rd-with-ul{position:relative;}
.rd-mobilemenu_ul a.rd-with-ul.active .rd-submenu-toggle{-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);-webkit-transform:rotate(180deg);transform:rotate(180deg);}
.rd-mobilemenu_ul:after{content:'';display:block;height:20px;}
.rd-mobilepanel{display:none;position:fixed;top:0;left:0;right:0;height:56px;background:#FFF;color:#000;-webkit-box-shadow:0 3px 3px 0 rgba(0, 0, 0, 0.1);-moz-box-shadow:0 3px 3px 0 rgba(0, 0, 0, 0.1);box-shadow:0 3px 3px 0 rgba(0, 0, 0, 0.1);z-index:1009;}
.rd-mobilepanel_title{position:fixed;top:4px;left:56px;right:56px;color:#000;font-size:24px;line-height:48px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;}
.rd-mobilepanel_toggle{background:none;border:none;display:inline-block;padding:0;outline:none;outline-offset:0;cursor:pointer;-webkit-appearance:none;position:fixed;top:4px;left:8px;width:48px;height:48px;}
.rd-mobilepanel_toggle::-moz-focus-inner{border:none;padding:0;}
.rd-mobilepanel_toggle span{position:relative;display:block;margin:auto;-moz-transition:all 0.3s ease;-o-transition:all 0.3s ease;-webkit-transition:all 0.3s ease;transition:all 0.3s ease;}
.rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before{content:"";position:absolute;left:0;top:-8px;-moz-transition:all 0.3s ease;-o-transition:all 0.3s ease;-webkit-transition:all 0.3s ease;transition:all 0.3s ease;}
.rd-mobilepanel_toggle span:after{top:8px;}
.rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span{width:24px;height:4px;background-color:#000;backface-visibility:hidden;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;}
.rd-mobilepanel_toggle span{-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);-webkit-transform:rotate(180deg);transform:rotate(180deg);}
.rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span:after{-moz-transform-origin:1.71429px center;-ms-transform-origin:1.71429px center;-o-transform-origin:1.71429px center;-webkit-transform-origin:1.71429px center;transform-origin:1.71429px center;-moz-transform-origin:1.71429px center;-ms-transform-origin:1.71429px center;-o-transform-origin:1.71429px center;-webkit-transform-origin:1.71429px center;transform-origin:1.71429px center;}
.rd-mobilepanel_toggle.active span{-moz-transform:rotate(360deg);-ms-transform:rotate(360deg);-o-transform:rotate(360deg);-webkit-transform:rotate(360deg);transform:rotate(360deg);}
.rd-mobilepanel_toggle.active span:before, .rd-mobilepanel_toggle.active span:after{top:0;width:15px;}
.rd-mobilepanel_toggle.active span:before{-webkit-transform:rotate3d(0, 0, 1, -40deg);transform:rotate3d(0, 0, 1, -40deg);}
.rd-mobilepanel_toggle.active span:after{-webkit-transform:rotate3d(0, 0, 1, 40deg);transform:rotate3d(0, 0, 1, 40deg);}
@media (max-width:767px){body{padding-top:56px;}
.rd-mobilemenu, .rd-mobilepanel{display:block;}
}
@media (max-width:359px){.rd-mobilepanel_title{font-size:18px;}
}
/* End */


/* Start:/local/templates/main/css/common.css?172290077026711*/
/**
 * @package		Komento
 * @copyright	Copyright (C) 2012 Stack Ideas Private Limited. All rights reserved.
 * @license		GNU/GPL, see LICENSE.php
 *
 * Komento is free software. This version may have been modified pursuant
 * to the GNU General Public License, and as distributed it includes or
 * is derivative of works licensed under the GNU General Public License or
 * other free or open source software licenses.
 * See COPYRIGHT.php for copyright notices and details.
 */

/*
* Reset Framework
*/
#section-kmt{display:inline-block;height:auto!important;margin-bottom:20px;min-height:350px;width:100%;position:relative;word-wrap:break-word}
#section-kmt  a{outline:0;-moz-outline-style:none;cursor:pointer}
#section-kmt  sup{line-height:0}
#section-kmt  button,
#section-kmt  input[type="button"],
#section-kmt  input[type="reset"],
#section-kmt  input[type="submit"]{cursor:pointer;-webkit-appearance: button;outline:none;*overflow: visible}
#section-kmt  button::-moz-focus-inner{border:0}
.reset-ul,
.reset-ul li,
#section-kmt .reset-ul,
#section-kmt .reset-ul li,
#komento-dialog  .reset-ul,
#komento-dialog  .reset-ul li{background:none;border:none;clear:none;float:none;list-style:none;list-style-image:none;margin:0;padding:0;overflow:visible;width:auto}
#section-kmt .clear{clear:both;font-size:0 !important;height:0 !important;line-height:0 !important}
#section-kmt .clearfix{display:block;zoom:1;overflow:visible;clear:none;}
#section-kmt .clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden}
#section-kmt .float-l,
#section-kmt .alignleft,
#section-kmt .float-li li{float:left}
#section-kmt .float-r,
#section-kmt .alignright{float:right!important}
#section-kmt .in-block,
#section-kmt .float-r,
#section-kmt .float-l,
#section-kmt .float-li li{display:inline-block}
/*IE7*/*:first-child+html #komento-wrapper .tablecell{display:table-cell;vertical-align:top;zoom:1;width:auto}

/* reset-heading */
#komento-wrapper .reset-h {background:none;border:none;clear:none;float:none;display:block;padding:0;margin:0;width:auto}

/* reset-table */
#komento-wrapper .reset-table{border-collapse:collapse;border-spacing:0;width:100%}
#komento-wrapper .reset-table,
#komento-wrapper .reset-table tr,
#komento-wrapper .reset-table td,
#komento-wrapper .reset-table th{background:none;padding:0;margin:0;border:0;vertical-align:middle}

/* list-form */
#komento-wrapper .list-full > li,
#komento-dialog  .list-full > li{display:inline-block;width:100%}
#komento-wrapper .list-form > li,
#komento-dialog  .list-form > li{display:inline-block;width:100%;padding:6px 0}
#komento-wrapper .list-form li label,
#komento-dialog  .list-form li label{display:inline-block;min-height:22px;line-height:22px}
#komento-wrapper .list-form li > label,
#komento-dialog  .list-form li > label{float:left;width:150px;text-align:right}
#komento-wrapper .list-form li > label + div,
#komento-dialog  .list-form li > label + div{margin:0 10px 0 155px}
#komento-wrapper .list-form.tight li > label,
#komento-dialog  .list-form.tight li > label{width:130px}
#komento-wrapper .list-form.tight li > label + div,
#komento-dialog  .list-form.tight li > label + div{margin:0 10px 0 135px}

#komento-wrapper .pabs{position:absolute}
#komento-wrapper .prel,
#komento-wrapper .float-li li{position:relative}
#komento-wrapper .ico{background-position:0 0;background-repeat:no-repeat!important;background-color:transparent;display:inline-block;height:18px;line-height:18px;padding:0 0 0 22px}
#komento-wrapper .cap{text-transform:uppercase}
#komento-wrapper .ir{display:block;font-size:.001em;text-indent:-9999px;text-decoration:none!important;}
#komento-wrapper .atl{top:0;left:0}
#komento-wrapper .atr{top:0;right:0}
#komento-wrapper .abl{bottom:0;left:0}
#komento-wrapper .abr{bottom:0;right:0}

#komento-wrapper .ffa{font-family:Arial}
#komento-wrapper .fft{font-family:Tahoma}
#komento-wrapper .ffg{font-family:Georgia}
#komento-wrapper .fss{font-size:9px}
#komento-wrapper .fsm{font-size:11px}
#komento-wrapper .fsg{font-size:12px}
#komento-wrapper .fsl{font-size:14px}
#komento-wrapper .fsx{font-size:16px}
#komento-wrapper .fsi{font-style:italic}
#komento-wrapper .fwb{font-weight:700}
#komento-wrapper .tac{text-align:center}
#komento-wrapper .rip{margin:0;padding:0}

/* width */
#komento-wrapper form .width-100{width:100px}
#komento-wrapper form .width-150{width:150px}
#komento-wrapper form .width-200{width:200px}
#komento-wrapper form .width-250{width:250px}
#komento-wrapper form .width-300{width:300px}
#komento-wrapper form .width-350{width:350px}
#komento-wrapper form .width-400{width:400px}
#komento-wrapper .width-full{width:100%}
#komento-wrapper .width-half{width:50%}
#komento-wrapper .width-small{width:30px}

#komento-dialog .mas,#komento-wrapper .mas{margin:5px}
#komento-dialog .mam,#komento-wrapper .mam{margin:10px}
#komento-dialog .mal,#komento-wrapper .mal{margin:15px}
#komento-dialog .mts,#komento-wrapper .mts{margin-top:5px}
#komento-dialog .mtm,#komento-wrapper .mtm{margin-top:10px}
#komento-dialog .mtl,#komento-wrapper .mtl{margin-top:15px}
#komento-dialog .mtb,#komento-wrapper .mtb{margin-top:20px}
#komento-dialog .mbs,#komento-wrapper .mbs{margin-bottom:5px}
#komento-dialog .mbm,#komento-wrapper .mbm{margin-bottom:10px}
#komento-dialog .mbl,#komento-wrapper .mbl{margin-bottom:15px}
#komento-dialog .mbb,#komento-wrapper .mbb{margin-bottom:20px}
#komento-dialog .mrs,#komento-wrapper .mrs{margin-right:5px}
#komento-dialog .mrm,#komento-wrapper .mrm{margin-right:10px}
#komento-dialog .mrl,#komento-wrapper .mrl{margin-right:15px}
#komento-dialog .mrb,#komento-wrapper .mrb{margin-right:20px}
#komento-dialog .mls,#komento-wrapper .mls{margin-left:5px}
#komento-dialog .mlm,#komento-wrapper .mlm{margin-left:10px}
#komento-dialog .mll,#komento-wrapper .mll{margin-left:15px}
#komento-dialog .mlb,#komento-wrapper .mlb{margin-left:20px}

#komento-dialog .pas,#komento-wrapper .pas{padding:5px}
#komento-dialog .pam,#komento-wrapper .pam{padding:10px}
#komento-dialog .pal,#komento-wrapper .pal{padding:15px}
#komento-dialog .pts,#komento-wrapper .pts{padding-top:5px}
#komento-dialog .ptm,#komento-wrapper .ptm{padding-top:10px}
#komento-dialog .ptl,#komento-wrapper .ptl{padding-top:15px}
#komento-dialog .ptb,#komento-wrapper .ptb{padding-top:20px}
#komento-dialog .pbs,#komento-wrapper .pbs{padding-bottom:5px}
#komento-dialog .pbm,#komento-wrapper .pbm{padding-bottom:10px}
#komento-dialog .pbl,#komento-wrapper .pbl{padding-bottom:15px}
#komento-dialog .pbb,#komento-wrapper .pbb{padding-bottom:20px}
#komento-dialog .pls,#komento-wrapper .pls{padding-left:5px}
#komento-dialog .plm,#komento-wrapper .plm{padding-left:10px}
#komento-dialog .pll,#komento-wrapper .pll{padding-left:15px}
#komento-dialog .plb,#komento-wrapper .plb{padding-left:20px}
#komento-dialog .prs,#komento-wrapper .prs{padding-right:5px}
#komento-dialog .prm,#komento-wrapper .prm{padding-right:10px}
#komento-dialog .prl,#komento-wrapper .prl{padding-right:15px}
#komento-dialog .prb,#komento-wrapper .prb{padding-right:20px}

body #komento-wrapper .ui-button{border:1px solid #bbb;border-bottom:1px solid #999;border-right:1px solid #999;color:#555 !important;cursor:pointer;font-family:Arial !important;font-size:11px !important;font-weight:bold;padding:0 8px !important;text-decoration:none !important;text-transform:capitalize !important;height:20px !important;line-height:20px !important;white-space:nowrap;
	-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;
	background: url(/local/templates/main/css/../images/ui-button.png) bottom repeat-x #fff !important;}
body #komento-wrapper a.ui-button{display:inline-block;height:19px !important;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}
/*IE7*/*:first-child+html body #komento-wrapper a.ui-button{padding:0 6px}
body #komento-wrapper .ui-button:hover,
body #komento-wrapper .ui-button:focus{border:1px solid #999;outline:0 !important;text-decoration:none}
body #komento-wrapper .ui-button+.ui-button{margin-left:5px}

/* System Messages */
#komento-wrapper .komento-message{line-height:16px;}
#komento-wrapper .komento-message.error{background:#fee;border:1px solid #cd8c8c;color:#900;margin:15px 0;padding:5px 10px 5px 30px}
#komento-wrapper .komento-message.info{background:#eceff6;border:1px solid #ccc;color:#565c6a;margin:15px 0;padding:5px 10px 5px 30px}
#komento-wrapper .komento-message.warning{background:#fff9d7;border:1px solid #e5d57c;color:#8c7223;margin:15px 0;padding:5px 10px 5px 30px}
#komento-wrapper .komento-message.success{background:#e3ecd9;border:1px solid #bad19c;color:#6d943c;margin:15px 0;padding:5px 10px 5px 30px}
#komento-wrapper .komento-message ul{padding:0 0 0 15px;margin:0;border:0;list-style-type:square}
#komento-wrapper .komento-message ul li{padding:0;margin:0;border:0}
#komento-wrapper .komento-message p{margin:0;padding:0}
#komento-wrapper .komento-message p+p{margin:5px 0 0}
#komento-wrapper .kmt-respond{padding:5px}
#komento-wrapper .kmt-respond.msg-error{background:#fee;border:1px solid #cd8c8c;color:#900}
#komento-wrapper .kmt-respond.msg-info{background:#eceff6;border:1px solid #ccc;color:#565c6a}
#komento-wrapper .kmt-respond.msg-alert{background:#fff9d7;border:1px solid #e5d57c;color:#8c7223}
#komento-wrapper .kmt-respond.msg-success{background:#e3ecd9;border:1px solid #bad19c;color:#6d943c}

/* ... */
#komento-wrapper .kmt-list-block .avatar-container{float:left;width:70px}
#komento-wrapper .kmt-list-block .info-container{ margin: 0 0 0 75px }

/* Pagination */
#komento-wrapper div.pagination{display:inline-block;margin:10px 0;text-align:center;width:100%}
#komento-wrapper div.pagination *{display: inline-block}

/* Dialog box */
#komento-dialog{position:absolute;float:left;z-index:9999999}
#komento-dialog .dialog {border:1px solid #111;z-index:1000;-webkit-box-shadow: 0 0 30px #444444;-moz-box-shadow: 0 0 30px #444444;box-shadow: 0 0 30px #444444;}
#komento-dialog .dialog * {color:#666;font-size:11px}
#komento-dialog .dialog-wrap{background:#fff;margin:4px;border:1px solid #333;font-family:Tahoma;font-size:11px}
#komento-dialog .dialog-wrap > div {position:relative}
#komento-dialog .dialog-top {background:#f0f0f0;border-bottom:1px solid #555;display:block;
	background: -moz-linear-gradient(top, #f0f0f0 0%, #dddddd 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f0f0f0), color-stop(100%,#dddddd));
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f0f0', endColorstr='#dddddd',GradientType=0 )}
#komento-dialog .dialog-top h3{font:700 14px/16px Arial,sans-serif;color:#333;border:1px solid #fff;border-bottom:1px solid #ddd;padding:9px 10px;text-shadow:0 1px 0 #fff;text-align:left}
#komento-dialog .dialog-middle{padding:8px 10px;text-align:left}
#komento-dialog .dialog-bottom{padding:0 9px 10px}
#komento-dialog .closeme{position:absolute;right:8px;top:50%;width:16px;height:16px;display:block;text-indent:-9999px;margin-top:-8px;opacity:0.8}
#komento-dialog .closeme:hover{background-color:transparent;opacity:1}
#komento-dialog .closeme:focus{outline:0 !important}
#komento-dialog .button{border:1px solid #888 !important;box-shadow:0 1px 0 #DBDBDB;color:#333 !important;cursor:pointer;display:inline-block;font-family:Tahoma !important;font-size:11px !important;font-weight:100 !important;height:auto!important;margin:0;padding:2px 5px;width:auto!important}
#komento-overlay{background: #111;filter:alpha(opacity=30);-moz-opacity:0.3;-khtml-opacity:0.3;opacity:0.3;position:fixed;top:0;left: 0;z-index:99999}
#komento-dialog .dialog-actions{padding:9px 10px 10px;margin:8px -10px -8px;background:#f9f9f9;border-top:1px solid #666;text-align: right;}
#komento-dialog .dialog-actions .dialog-submit{float:right}
#komento-dialog .clearfix:after{clear:both;content:" ";display:block;font-size:0;height:0;visibility:hidden}
#komento-dialog .clearfix{zoom:1;display:block}

/* Dialog box : typography + table + form */
#komento-dialog p,
#komento-dialog h1,
#komento-dialog h2,
#komento-dialog h3,
#komento-dialog h4{margin:0;padding:0;border:0;background:none;border:0}
#komento-dialog .inputbox,
#komento-dialog input,
#komento-dialog input[type="text"],
#komento-dialog input[type="password"],
#komento-dialog textarea,
#komento-dialog select{border:1px solid #bbb;font-family:Tahoma;font-size:11px;padding:2px}
#komento-dialog input:hover,
#komento-dialog textarea:hover,
#komento-dialog select:hover{border:1px solid #999}
#komento-dialog input:focus,
#komento-dialog textarea:focus,
#komento-dialog input[type="text"]:focus{-webkit-box-shadow: inset 0 2px 2px #eee;-moz-box-shadow: inset 0 0 2px #ccc;box-shadow: inset 0 1px 2px #ccc}
#komento-dialog table,
#komento-dialog table tr,
#komento-dialog table td{border:0 !important}
#komento-dialog table td{padding:3px 0;vertical-align:middle}
#komento-dialog table tr+tr td.key{border-top:1px solid #eee}
#komento-dialog .full{width:90%}
#komento-dialog .quad{width:70%}
#komento-dialog .half{width:70%}
#komento-dialog .avatar{float:left;display:inline-block;border:1px solid #aaa}
#komento-dialog .tablecell{display:table-cell;width:10000px}
/*IE7*/*:first-child+html #komento-wrapper .tablecell{display:table-cell;vertical-align:top;zoom:1;width:auto} /* IE Hack */
#komento-dialog .avatar + .tablecell{padding-left:15px}
/* Dialog loader animations */
#komento-dialog  .komento_loader,
#komento-wrapper .komento_loader{background:transparent url(/local/templates/main/css/../images/loader.gif) no-repeat 0 center}
#komento-dialog  .komento_loader{width:18px;height:11px;display:none;float:right}
#komento-wrapper .komento_loader{padding-left:25px !important}

/* table reset */
#komento-wrapper #komento-dashboard table,
#komento-wrapper #komento-dashboard table tr,
#komento-wrapper #komento-dashboard table td{border:none}
#komento-wrapper #komento-dashboard table.admintable{border:1px solid #ccc;}
/* Star rating system */
body .ui-stars-star,
body .ui-stars-cancel{cursor:pointer;display:block;float:left;overflow:hidden;text-indent:-999em;margin:0 !important;padding:0 !important}
body .ui-stars-cancel{margin: 0 10px 0 0 !important;padding:0 10px 0 0 !important;border-right:1px solid #bbb;}
body .ui-stars-star a,
body .ui-stars-cancel a{background:url(/local/templates/main/css/../vendors/ratings/stars.png) no-repeat 0 0 transparent !important;display:block;height:16px;width:16px}
body .ui-stars-star a{background:url(/local/templates/main/css/../vendors/ratings/stars.png) no-repeat transparent 0 -32px !important;}
body .ui-stars-star-on a{background:url(/local/templates/main/css/../vendors/ratings/stars.png) no-repeat transparent 0 -48px !important}
body .ui-stars-star-hover a,
body .ui-stars-star-hover a:hover{background:url(/local/templates/main/css/../vendors/ratings/stars.png) no-repeat transparent 0 -64px !important; text-decoration:none !important}
body .ui-stars-cancel-hover a{background:url(/local/templates/main/css/../vendors/ratings/stars.png) no-repeat transparent 0 -16px !important}
body .ui-stars-star-disabled,.ui-stars-star-disabled a,.ui-stars-cancel-disabled a{cursor:default!important}
/* toggle option */
#komento-wrapper .si-optiontap{display:inline-block;width:60px;}
#komento-wrapper .si-optiontap .option-enable,
#komento-wrapper .si-optiontap .option-disable{float:left;display:block;cursor:pointer;position:relative;position:relative;width:25px;z-index:1; line-height: auto !important;}
#komento-wrapper .si-optiontap .selected{z-index:-1}
#komento-wrapper .si-optiontap .option-enable,
#komento-wrapper .si-optiontap .option-disable,
#komento-wrapper .si-optiontap .option-enable span,
#komento-wrapper .si-optiontap .option-disable span{background:url(/local/templates/main/css/../images/taptoggle.png) no-repeat;height:22px;font:100 10px/22px 'Droid Sans',Tahoma;color:#fff;text-transform:uppercase;text-align:center;padding:0;margin:0;letter-spacing:1px}
#komento-wrapper .si-optiontap .option-enable span,
#komento-wrapper .si-optiontap .option-disable span{display:inline-block;position:absolute;}
#komento-wrapper .si-optiontap .option-enable{float:right;background-position:right bottom}
#komento-wrapper .si-optiontap .option-enable span{right:20px;width:30px;padding-left:10px;background-position:left bottom}
#komento-wrapper .si-optiontap .option-disable{background-position:left top}
#komento-wrapper .si-optiontap .option-disable span{left:20px;width:30px;padding-right:10px;background-position:right top}
/* tooltips */
body .stackTip{position:absolute;font:11px/1.3 Arial;padding:3px 0; display: none;}
body .stackTip.tooltip-commentor,
body .stackTip.tooltip-team,
body .stackTip.tooltip-calendar { width: 300px; z-index: 9999;}
body .stackTip.tooltip-tags { max-width: 200px; }
body .stackTip *{color:#666}
body .stackTip #ezttip{padding:2px;border:1px solid #777}
body .stackTip #ezttip-in{border:1px solid #666}
body .stackTip #ezttip-in-in{padding:5px;background:#fff;border:1px solid #fff;background: #fff;}
body .stackTip #ezttip .ezttip-wrap{display:inline-block;width:100%}
body .stackTip #ezttip .ulrest,
body .stackTip #ezttip .ulrest li{background:none;border:none;clear:none;list-style:none;list-style-image:none;margin:0;overflow:visible;padding:0}
body .stackTip #ezttip .ezttip-avatar{float:left;display:inline-block;border:1px solid #fefefe;margin-right:8px}
body .stackTip #ezttip .ezttip-avatar img{border:1px solid #555}
body .stackTip #ezttip .ezttip-avatar+.ezttip-content{display:table-cell;vertical-align:top}
body .stackTip #ezttip .ezttip-title{font:700 12px/1.2 Arial;color:#333;margin:0 0 1px}
body .stackTip #ezttip .ezttip-title.title-calendar{line-height: 20px; padding: 0 0 0 20px; margin: 0 0 5px 0; border-bottom: 1px solid #ccc; }
body .stackTip #ezttip .ezttip-entries-list{ list-style: none;}
body .stackTip #ezttip .ezttip-entries-list li{margin: 0; padding: 0 0 0 20px;}

/* stack suggest tags */
.stackSuggest.tag-suggestion{border:1px solid #777;width:200px!important;float:left;padding:3px}
.stackSuggest.tag-suggestion > ul{background:#FFF;border:1px solid #666}
.stackSuggest.tag-suggestion .common-tags-label{font-size:11px;font-weight:700;color:#777;margin:5px}
.stackSuggestItemGroup{max-height:200px;overflow-y:auto;overflow-x:none;position:relative}
.stackSuggest.tag-suggestion ul li.stackSuggestItem,
.stackSuggest.tag-suggestion ul li.stackSuggestItem.custom ul li{height:13px;line-height:13px;border:1px solid #cfdadf;font:700 11px/13px Arial;color:#435c6d;cursor:pointer;background:none;position:relative;margin:5px;padding:3px}
.stackSuggest.tag-suggestion ul li.stackSuggestItem.custom{height:auto;border:none;overflow:hidden;margin:0 0 5px;padding:0}
.stackSuggest.tag-suggestion ul li.stackSuggestItem.custom ul li{float:left;height:auto;overflow:none;margin:5px 0 0 5px}
.stackSuggest.tag-suggestion ul .stackSuggestItemGroup + li.stackSuggestItem.custom{border-top:1px dashed #ccc}
.stackSuggest.tag-suggestion ul li.stackSuggestItem:hover,
.stackSuggest.tag-suggestion ul li.stackSuggestItem.custom:hover ul li{background:#eff3f5}
.stackSuggest.tag-suggestion ul li.stackSuggestItem.active,
.stackSuggest.tag-suggestion ul li.stackSuggestItem.custom.active ul li { background: #e9eef3; border-color: #a2b6c4; }
.stackSuggest.tag-suggestion ul li.stackSuggestItem.custom.active,
.stackSuggest.tag-suggestion ul li.stackSuggestItem.custom:hover { background: none; }

.stackSuggest.location-suggestion{float:left;}
.stackSuggest.location-suggestion > ul{background:#FFF;border:1px solid #bbb}
.stackSuggestItemGroup{max-height:200px;overflow-y:auto;overflow-x:none;position:relative}
.stackSuggest.location-suggestion ul li.stackSuggestItem{font:700 11px/13px Arial;color:#435c6d;cursor:pointer;background:none;position:relative;padding:5px}
.stackSuggest.location-suggestion ul li.stackSuggestItem + li.stackSuggestItem {border-top:1px solid #cfdadf;}
.stackSuggest.location-suggestion ul li.stackSuggestItem:hover{background:#eff3f5}
.stackSuggest.location-suggestion ul li.stackSuggestItem.active{background: #e9eef3}

/* Loading */
#komento-wrapper #quickpost-loading,
#komento-wrapper #quickdraft-loading{display:none;height:11px}
body div.komento-nbsp{height:10px;display:block}

/* joomla 1.6 */
.toggle-editor{margin-top:-5px!important}
.button2-left,.button2-right,.button2-left div,.button2-right div{float:left}
.button2-left a,.button2-right a,.button2-left span,.button2-right span{display:block;height:22px;float:left;line-height:22px;font-size:11px;color:#666;cursor:pointer}
.button2-left span,.button2-right span{cursor:default;color:#999}
.button2-left  .page a,
.button2-right .page a,
.button2-left  .page span,
.button2-right .page span{padding:0 6px}
.button2-right .page span,
.button2-left  .page span{color:#000;font-weight:700}
.button2-left a:hover,.button2-right a:hover{text-decoration:none;color:#0B55C4}
.button2-left a,.button2-left span{padding:0 24px 0 6px}
.button2-right a,.button2-right span{padding:0 6px 0 24px}

body #write_container .button2-left{;float:left;margin-left:5px}
body #write_container .button2-right{float:left;margin-left:5px}


.category-block{border-bottom:1px solid #EEE;padding:0 0 5px}
.category-tools{top:-1px!important;right:30px!important;font-size:13px}
#write_container .button2-right .blank,
#write_container .button2-right .blank a,
#write_container .button2-left  .blank,
#write_container .button2-left  .blank a{padding:0 6px 0 6px !important}
#editor-xtd-buttons{padding:5px 0 !important;display:inline-block;width:100%;}

/* Fancybox styles */
#komento-body a.komento-thumb-preview{ border: 1px solid #ccc; padding: 5px; display: inline-block; }

/* Gallery */
#komento-body ul.komento-gallery{ width: 100%;}
#komento-body ul.komento-gallery li+li{ padding-left: 10px; float:left;}

#komento-wrapper div.kmt-rating form div { margin: 0 !important; }
#komento-wrapper div.kmt-rating div.rating-text{margin: 0 5px 0 0 !important;}
#komento-wrapper a.komento-thumb-preview.float-r{margin-left: 8px;}
#komento-wrapper a.komento-thumb-preview.float-l{margin-right: 8px;}

#komento-wrapper div.feed-author{margin-top:5px;}

/** 3rd party integrations **/
#komento-wrapper #miniheader{margin-top: -15px;}
#komento-wrapper #community-wrap{margin: 0 !important;height:auto !important;}
#komento-wrapper #community-wrap{min-height:0 !important;}
#komento-wrapper .medialinks{max-width: 800px;}

/* Dialogbox button*/
.foundryDialog .dialog-body{
	font-size:12px;
	line-height:1.5;
	font-family:'Lucida Grande',Arial,Tahoma,sans-serif;
	text-align:left;
	color:#666;
	padding:15px!important;
}
.foundryDialog .dialog-body h2{
	color:#222;
	margin:0 0 15px;
	font-size:24px;
	font-family:Arial,sans-serif;
}
.foundryDialog input[type="button"],
.foundryDialog input[type="submit"],
.foundryDialog input[type="reset"],
.foundryDialog .dialog-body button,
.foundryDialog .dialog-body input[type="submit"]{
	background:#fff;
	border:1px solid #bbb!important;
	border-bottom-color:#a8a8a8!important;
	color:#555!important;
	cursor:pointer!important;
	display:inline-block;
	font-family:'Lucida Grande',Tahoma,Arial,sans-serif!important;
	font-weight:bold!important;
	font-size:11px!important;
	height:26px!important;
	padding:0 9px!important;
	position:relative;
	vertical-align:top;

	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;

	background: -moz-linear-gradient(top,  #ffffff 0%, #eeeeee 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#eeeeee)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#eeeeee 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#eeeeee 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#eeeeee 100%); /* IE10+ */
	background: linear-gradient(top,  #ffffff 0%,#eeeeee 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 );/* IE6-9 */
}
.foundryDialog .dialog-buttons{
	overflow:hidden;
	margin-top:15px;
	text-align:right;
}
.foundryDialog #kmt-subscribeemail {
	padding: 0 10px;
}
.foundryDialog #kmt-subscribeemail h3{
	margin: 0 0 10px !important;
	font-size: 13px !important;
	line-height: 15px !important;
	color: #333 !important;
}
.foundryDialog #kmt-subscribeemail label {
	display: block !important;
	font-size: 12px !important;
	margin-bottom: 3px !important;
}
.foundryDialog #subscribeName {
	margin-bottom: 5px !important;
}
.foundryDialog #subscribeName,
.foundryDialog #subscribeEmail {
	border: 1px solid #D5D5D5 !important;
	font-family: Tahoma !important;
	font-size: 11px !important;
	padding: 5px !important;
	height: 30px !important;
	line-height: 11px !important;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;

	width: 90%;

	background-color: #FFFFFF;
	border-radius: 2px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}
.foundryDialog #kmt-subscribeemail .kmt-subscribeemail-info {
	margin: 5px 0;
}
.foundryDialog button.subscribe {
	margin-top: 10px;
}
.foundryDialog .center {
	text-align: center !important;
}

/* BBCode for videos */
.dialog-wrap .video-providers li{
	width: 40%;
	float:left;
	margin-top:5px;
}
#videoForm #videoURL {width: 300px;}
#videoForm input:focus {
	border: 2px solid #DDD;
	outline: 1px solid white;
}
#kmt-insert-video-form {
	clear: both;
	position: relative;
	top: 12px;
}

/*Responsive video container*/
/*If content width less than 600px force video width responsiveness to 100% */
#section-kmt.w600 .video-container {
	position: relative;
	width: 100%;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

#section-kmt.w600 .video-container iframe,
#section-kmt.w600 .video-container object,
#section-kmt.w600 .video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Favicon for videos in bbcode */
ul.video-providers li.video-youtube{background:url(/local/templates/main/css/../images/videos/youtube.png) no-repeat;padding-left: 22px;}
ul.video-providers li.video-vimeo{background:url(/local/templates/main/css/../images/videos/vimeo.png) no-repeat;padding-left: 22px;}
ul.video-providers li.video-dailymotion{background:url(/local/templates/main/css/../images/videos/dailymotion.png) no-repeat;padding-left: 22px;}
ul.video-providers li.video-google{background:url(/local/templates/main/css/../images/videos/google.png) no-repeat;padding-left: 22px;}
ul.video-providers li.video-liveleak{background:url(/local/templates/main/css/../images/videos/liveleak.png) no-repeat;padding-left: 22px;}
ul.video-providers li.video-metacafe{background:url(/local/templates/main/css/../images/videos/metacafe.png) no-repeat;padding-left: 22px;}
ul.video-providers li.video-nicovideo{background:url(/local/templates/main/css/../images/videos/nicovideo.png) no-repeat;padding-left: 22px;}
ul.video-providers li.video-yahoo{background:url(/local/templates/main/css/../images/videos/yahoo.png) no-repeat;padding-left: 22px;}

/* End */


/* Start:/local/templates/main/css/dialog/default.css?17229007701928*/
.foundryDialog {
	background:url(/local/templates/main/css/dialog/images/333-50.png);
	padding:5px;
	border:1px solid #333;
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
}

.foundryDialog.resizing {
	padding-bottom:7px;
}

.foundryDialog .dialog-wrap {
	border:1px solid #333;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	background:#fff;
	overflow:hidden;
	min-height:100%;
	height:100%;
	/* this is so when resize from big to small, contents don't overflow */
}

.foundryDialog .dialog-wrap > .in {
	position:relative;
	/* this is so inner contents can be positioned when resizing */
}

.foundryDialog .dialog-head {
	font:700 14px/30px Arial;
	height:30px;
	padding:0 9px;
	border-top:1px solid #f5f5f5;
	border-bottom:1px solid #666;
	background:#eaeaea;
	color:#444!important;
	border-radius:4px 4px 0 0;
	-moz-border-radius:4px 4px 0 0;
	-webkit-border-radius:4px 4px 0 0;
	position:relative;
}

.foundryDialog .dialog-body {
	background: #fff;
	padding: 10px;
}

.foundryDialog .dialog-body.type-iframe {
 	padding: 0;
}

.foundryDialog .dialog-footer {
  background:#fafafa;
  border-top:1px solid #aaa;
  padding:6px;
  border-radius:0 0 4px 4px;
  -moz-border-radius:0 0 4px 4px;
  -webkit-border-radius:0 0 4px 4px;
}

.foundryDialog .dialog-buttons {
  text-align:right;
}

.foundryDialog .dialog-closeButton {
  background:url(/local/templates/main/css/dialog/images/cross-8.png) center;
  display:block;
  text-indent:-9999px;
  width:8px;
  height:8px;
  position:absolute!important;
  right:10px;
  top:50%;
  margin-top:-4px;
  opacity:0.4;
  cursor: pointer;
}

.foundryDialog .dialog-closeButton:hover {
  opacity:0.7;
}

.foundryDialog .dialog-loader {
  position:absolute;
  background:rgba(255,255,255,0.5);
  z-index:9999;
}

.foundryDialog .loader-img {
  background:url(/local/templates/main/css/dialog/images/ajax-loader.gif) center no-repeat;
  width:32px;
  height:32px;
  position:absolute;
  top:50%;
  left:50%;
  margin:-16px 0 0 -16px;
}

/* End */


/* Start:/local/templates/main/css/fancybox/default.css?17229007703720*/
/*! fancyBox v2.0.4 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-tmp iframe, .fancybox-tmp object {
	vertical-align: top;
	padding: 0;
	margin: 0;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1002;
}

.fancybox-outer {
	padding: 0;
	margin: 0;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
			border-radius: 4px;
}

.fancybox-opened {
	z-index: 1003;	
}

.fancybox-opened .fancybox-outer {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-inner {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	position: relative;
	outline: none;
	overflow: hidden;
}

.fancybox-error {
	color: #444;
    font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    margin: 0;
    padding: 10px;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
	border: 0;
	padding: 0;
	margin: 0;
	vertical-align: top;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('/local/templates/main/css/fancybox/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 1010;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('/local/templates/main/css/fancybox/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 1004;
}

.fancybox-prev, .fancybox-next {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	background: transparent url('/local/templates/main/css/fancybox/blank.gif'); /* helps IE */
	z-index: 1003;
}

.fancybox-prev {
	left: 0;	
}

.fancybox-next {
	right: 0;
}

.fancybox-prev span, .fancybox-next span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 36px;
	margin-top: -18px;
	cursor: pointer;
	visibility: hidden;
	z-index: 1003;
}

.fancybox-prev span {
	left: 20px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 20px;
	background-position: 0 -72px;
}

.fancybox-prev:hover span, .fancybox-next:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -9999px;
	left: -9999px;
	padding: 0;
	overflow: visible;
	visibility: hidden;
}

/* Overlay helper */

#fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 1001;
	background: #000;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;	
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 1005;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 1003;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
			border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	margin-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;	
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}
/* End */


/* Start:/local/templates/main/fancybox/css/jquery.fancybox.css?17229007705022*/
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap, .fancybox-skin, .fancybox-outer, .fancybox-inner, .fancybox-image, .fancybox-wrap iframe, .fancybox-wrap object, .fancybox-nav, .fancybox-nav span, .fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top; }

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020; }

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.fancybox-opened {
  z-index: 8030; }

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); }

.fancybox-outer, .fancybox-inner {
  position: relative; }

.fancybox-inner {
  overflow: hidden; }

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch; }

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap; }

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%; }

.fancybox-image {
  max-width: 100%;
  max-height: 100%; }

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url("/local/templates/main/fancybox/css/../img/fancybox_sprite.png"); }

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060; }

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("/local/templates/main/fancybox/css/../img/fancybox_loading.gif") center center no-repeat; }

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040; }

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("/local/templates/main/fancybox/css/../img/blank.gif");
  /* helps IE */
  -webkit-tap-highlight-color: transparent;
  z-index: 8040; }

.fancybox-prev {
  left: 0; }

.fancybox-next {
  right: 0; }

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden; }

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px; }

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px; }

.fancybox-nav:hover span {
  visibility: visible; }

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important; }

/* Overlay helper */
.fancybox-lock {
  overflow: visible !important;
  width: auto; }

.fancybox-lock body {
  overflow: hidden !important; }

.fancybox-lock-test {
  overflow-y: hidden !important; }

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url("/local/templates/main/fancybox/css/../img/fancybox_overlay.png"); }

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0; }

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll; }

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050; }

.fancybox-opened .fancybox-title {
  visibility: visible; }

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center; }

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap; }

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff; }

.fancybox-title-inside-wrap {
  padding-top: 10px; }

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8); }

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url("/local/templates/main/fancybox/css/../img/fancybox_sprite@2x.png");
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/ }
  #fancybox-loading div {
    background-image: url("/local/templates/main/fancybox/css/../img/fancybox_loading@2x.gif");
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/ } }

/* End */


/* Start:/local/templates/main/fancybox/helpers/css/jquery.fancybox-thumbs.css?1722900770765*/
#fancybox-thumbs {
  position: fixed;
  left: 0;
  width: 100%;
  overflow: hidden;
  z-index: 8050; }

#fancybox-thumbs.bottom {
  bottom: 2px; }

#fancybox-thumbs.top {
  top: 2px; }

#fancybox-thumbs ul {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0; }

#fancybox-thumbs ul li {
  float: left;
  padding: 1px;
  opacity: 0.5; }

#fancybox-thumbs ul li.active {
  opacity: 0.75;
  padding: 0;
  border: 1px solid #fff; }

#fancybox-thumbs ul li:hover {
  opacity: 1; }

#fancybox-thumbs ul li a {
  display: block;
  position: relative;
  overflow: hidden;
  border: 1px solid #222;
  background: #111;
  outline: none; }

#fancybox-thumbs ul li img {
  display: block;
  position: relative;
  border: 0;
  padding: 0;
  max-width: none; }

/* End */


/* Start:/local/templates/main/css/style.css?172290077056635*/
#section-kmt .small{margin:auto;padding:auto;}
#section-kmt .reset-h{background:none;border:none;clear:none;float:none;display:block;padding:0;margin:0;width:auto}
#section-kmt .reset-ul,
#section-kmt .reset-ul li,
#section-kmt .reset-child,
#section-kmt .reset-child > li{background:none;border:none;clear:none;float:none;list-style:none;list-style-image:none;margin:0;padding:0;overflow:visible;width:auto}
#section-kmt .float-li > li,
#section-kmt .float-wrapper > span{float:left;display:inline-block;position:relative;}
#section-kmt .clear{clear:both;}
#section-kmt .clearfix{display:block;zoom:1;overflow:visible;clear:none;}
#section-kmt .clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden}
#section-kmt .hidden{display:none!important;}
#section-kmt .avatar{width:48px;height:auto;}
#eblog-wrapper #section-kmt img.avatar{width:48px;}
#section-kmt .kmt-info{background:#f5f5f5;border:1px solid #cacaca;color:#777;display:inline-block;padding:4px 8px;margin:10px 0 0;border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;}
#section-kmt li:before,
#section-kmt li:after{background:none;display:none;}
#section-kmt{display:inline-block;width:100%;margin:15px 0 0;}
#section-kmt h3.kmt-title{background:#333;margin:0 0 20px;padding:0 10px;text-transform:uppercase;text-shadow:none;border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;}
#section-kmt .kmt-toolbar{margin:-15px 0 0;padding:10px 0 15px;border-bottom:1px solid #e5e5e5;border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;}
#section-kmt .kmt-toolbar li a{background:#fff;background:-moz-linear-gradient(top, #ffffff 0%, #eeeeee 100%);background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#eeeeee));background:-webkit-linear-gradient(top, #ffffff 0%,#eeeeee 100%);background:-o-linear-gradient(top, #ffffff 0%,#eeeeee 100%);background:-ms-linear-gradient(top, #ffffff 0%,#eeeeee 100%);background:linear-gradient(top, #ffffff 0%,#eeeeee 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0);color:#555;display:inline-block;text-decoration:none;padding:2px 10px;border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;}
#section-kmt .kmt-toolbar li.kmt-sorting a{border:1px solid #aaa;}
#section-kmt .kmt-toolbar li.kmt-sorting a:hover{}
#section-kmt .kmt-toolbar li.kmt-sorting a.selected{background:#ddd;box-shadow:0 0 3px rgba(0,0,0,0.2) inset;}
#section-kmt .kmt-toolbar li.kmt-sort-oldest a{border-radius:2px 0 0 2px;-moz-border-radius:2px 0 0 2px;-webkit0-border-radius:2px 0 0 2px;}
#section-kmt .kmt-toolbar li.kmt-sort-latest a{border-left:0;border-radius:0 2px 2px 0;-moz-border-radius:0 2px 2px 0;-webkit0-border-radius:0 2px 2px 0;}
#section-kmt .kmt-toolbar li.kmt-subs-email,
#section-kmt .kmt-toolbar li.kmt-subs-unemail{float:right;}
#section-kmt .kmt-toolbar li.kmt-subs-email a,
#section-kmt .kmt-toolbar li.kmt-subs-unemail a,
#section-kmt .kmt-toolbar li.kmt-subs-rss a{padding:4px 5px;position:relative;line-height:10px;}
#section-kmt .kmt-toolbar li.kmt-subs-email a{background:#428ef6!important;border:1px solid #357ef3;color:#fff!important;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#428ef6', endColorstr='#428ef6',GradientType=0);}
#section-kmt .kmt-toolbar li.kmt-subs-email a .kmt-ico{display:inline-block;width:16px;height:16px;line-height:16px;background:url("/local/templates/main/css/../images/email.png") no-repeat scroll center 0 transparent !important;position:relative;}
#section-kmt .kmt-toolbar li.kmt-subs-unemail a{background:#bcbcbc!important;border:1px solid #afafaf;color:#fff!important;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#bcbcbc', endColorstr='#bcbcbc',GradientType=0);}
#section-kmt .kmt-toolbar li.kmt-subs-unemail a .kmt-ico{display:inline-block;width:16px;height:16px;line-height:16px;background:url("/local/templates/main/css/../images/unemail.png") no-repeat scroll center 0 transparent !important;position:relative;}
#section-kmt .kmt-toolbar li.kmt-subs-rss{float:right;}
#section-kmt .kmt-toolbar li.kmt-subs-rss a{background:#f6a31e!important;border:1px solid #e39b27;color:#fff!important;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6a31e', endColorstr='#f6a31e',GradientType=0);}
#section-kmt .kmt-toolbar li.kmt-subs-rss a .kmt-ico{display:inline-block;width:16px;height:16px;line-height:16px;background:url("/local/templates/main/css/../images/rss.png") no-repeat scroll center 0 transparent !important;position:relative;}
#section-kmt .kmt-toolbar li.kmt-subs-email + .kmt-subs-rss,
#section-kmt .kmt-toolbar li.kmt-subs-unemail + .kmt-subs-rss{margin-right:6px;}
#section-kmt .kmt-toolbar li.kmt-subs-email a b ,
#section-kmt .kmt-toolbar li.kmt-subs-unemail a b ,
#section-kmt .kmt-toolbar li.kmt-subs-rss a b{position:absolute;bottom:100%;right:0;background:#555;color:#fff!important;text-decoration:none!important;margin:0 0 5px;padding:0 5px;white-space:nowrap;display:none;}
#section-kmt .kmt-toolbar li.kmt-subs-email a b .arrow,
#section-kmt .kmt-toolbar li.kmt-subs-unemail a b .arrow,
#section-kmt .kmt-toolbar li.kmt-subs-rss a b .arrow{position:absolute;right:10px;bottom:-4px;background:url(/local/templates/main/css/../images/control-sprite.png) -5px -90px;width:7px;height:4px;}
#section-kmt .kmt-toolbar li.kmt-subs-email a:hover b,
#section-kmt .kmt-toolbar li.kmt-subs-unemail a:hover b,
#section-kmt .kmt-toolbar li.kmt-subs-rss a:hover b{display:block;}
#section-kmt #kmt-fame .kmt-toolbar li.kmt-sorting a.loading{margin-top:0;}
#section-kmt .kmt-list{margin:0 0 30px;}
#section-kmt .kmt-btn-loadmore + .kmt-list{margin:-20px 0 30px;}
#section-kmt .kmt-btn-loadmore.disabled + .kmt-list{margin:0 0 30px;}
#section-kmt .kmt-list > li{display:inline-block;width:100%;line-height:1.5;}
#section-kmt .kmt-list > li.kmt-unpublished{background-color:#eee;}
#section-kmt .kmt-list > li > div{padding:20px 0;}
#section-kmt .kmt-list > li.kmt-empty-comment{border:1px dashed #ddd;color:#aaa;padding:30px 0;margin:20px 0 0;text-align:center;border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;}
#section-kmt .kmt-list > li + li > div,
#section-kmt .kmt-list > .kmt-form + li > div{border-top:1px solid #ddd;}
#section-kmt .kmt-list > .kmt-form{margin:20px 0;}
#section-kmt .kmt-list .kmt-edit-form{margin:10px 0 20px;}
#section-kmt .kmt-list .kmt-edit-form .kmt-edit-form-body{margin:0 0 10px;}
#section-kmt .kmt-rank{width:48px;top:53px;position:relative;}
#section-kmt .kmt-rank-bar{padding:1px;height:4px;background:#555;border-radius:1px;-moz-border-radius:1px;-webkit-border-radius:1px;}
#section-kmt .kmt-rank-progress{background:#9c6;height:4px;border-radius:1px;-moz-border-radius:1px;-webkit-border-radius:1px;}
#section-kmt .kmt-rank--author{width:34px;top:-1px;display:inline-block;margin-right:6px;}
#section-kmt .kmt-avatar + .kmt-content,
#section-kmt .kmt-rank + .kmt-content{padding-left:20px;}
#section-kmt .kmt-head{position:relative;}
#section-kmt .kmt-author,
#section-kmt .kmt-author a{display:inline-block;text-decoration:none!important;font-family:inherit;font-size:inherit;margin:0;padding:0;}
#section-kmt .kmt-body{margin:10px 0;position:relative;}
#section-kmt .kmt-text pre, #section-kmt .kmt-text pre code, #section-kmt .kmt-text pre code span{}
#section-kmt .kmt-text p{margin:0;}
#section-kmt .kmt-text img{max-width:100%;height:auto;display:block;padding:0;margin:0;background:none;border:0;}
#section-kmt .kmt-text img.kmt-emoticon{display:inline;}
#section-kmt .kmt-text p + p{margin:10px 0 0;}
#section-kmt .kmt-text blockquote{background:#f5f5f5 url(/local/templates/main/css/../images/quote.png) 8px 8px no-repeat;border-left:2px solid #ddd;padding:10px 10px 10px 30px;color:#555;font-family:Georgia,serif;font-style:italic;}
#section-kmt .kmt-btn,
#section-kmt .kmt-btn:hover,
#section-kmt .kmt-btn:focus{cursor:pointer;display:inline-block;text-decoration:none!important;padding:0 9px;position:relative;vertical-align:top;}
#section-kmt .kmt-btn:hover{border-color:#999;}
#section-kmt #kmt-fame .kmt-control-user .loading{margin-top:0;}
#section-kmt .kmt-control-user .kmt-like.cancel,
#section-kmt .kmt-control-user .kmt-reply.cancel{outline:0;}
#section-kmt .kmt-btn-group{border:1px solid #bbb;border-bottom-color:#a8a8a8;overflow:hidden;border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;}
#section-kmt .kmt-btn-group .kmt-btn{border:0!important;border-radius:0;-moz-border-radius:0;-webkit-border-radius:0;}
#section-kmt .kmt-btn-group > span + span{border-left:1px solid #bababa;}
#section-kmt .kmt-control{width:100%;position:relative;}
#section-kmt .kmt-meta{margin:0 150px 0 0;white-space:nowrap;text-overflow:ellipsis;}
#section-kmt .kmt-meta *{}
#section-kmt .kmt-time{display:inline-block;}
#section-kmt .kmt-location a{text-decoration:none;}
#section-kmt .kmt-location a:hover{text-decoration:underline;}
#section-kmt .kmt-control-user{position:absolute;right:0;bottom:0;}
#section-kmt .kmt-control-user .kmt-btn{padding:0 6px;}
#section-kmt .kmt-control-user .kmt-btn span{display:block;text-indent:-9999px;width:12px;height:23px;}
#section-kmt .kmt-control-user .kmt-like span{background:url(/local/templates/main/css/../images/control-sprite.png) 0 -100px;}
#section-kmt .kmt-control-user .kmt-like.cancel span{background:url(/local/templates/main/css/../images/control-sprite.png) 0 -123px;}
#section-kmt .kmt-control-user .kmt-share span{background:url(/local/templates/main/css/../images/control-sprite.png) 0 -146px;}
#section-kmt .kmt-control-user .kmt-reply span{background:url(/local/templates/main/css/../images/control-sprite.png) 0 -169px;}
#section-kmt .kmt-share-wrap .kmt-share-balloon{position:absolute;right:-5px;bottom:100%;display:none;}
#section-kmt .kmt-share-wrap:hover .kmt-share-balloon{display:block;}
#section-kmt .kmt-share-wrap .kmt-share-balloon > span{display:block;margin:0 0 10px;border:1px solid #999;background:#fff;width:160px;z-index:9999;}
#section-kmt .kmt-share-wrap .kmt-share-balloon > span > i{position:absolute;right:11px;bottom:2px;width:15px;height:9px;display:block;background:url(/local/templates/main/css/../images/control-sprite.png) 0 -80px;}
#section-kmt .kmt-share-balloon .kmt-share-url{display:block;padding:13px 10px;border-bottom:1px solid #aaa;}
#section-kmt .kmt-share-balloon .kmt-share-url span{display:block;line-height:13px;margin:0 0 5px;}
#section-kmt .kmt-share-balloon .kmt-share-url .input{width:130px;border:1px solid #bbb;}
#section-kmt .kmt-share-balloon .kmt-share-social{display:block;padding:10px 0 0 10px;background:#eee;}
#section-kmt .kmt-share-balloon .kmt-share-social > i{display:inline-block;width:100%;}
#section-kmt .kmt-share-balloon .kmt-share-social > i > a{float:left;display:block;text-indent:-9999px;width:16px;height:16px;background:#ccc;margin:2px 12px 10px 2px;cursor:pointer;background:url(/local/templates/main/css/../images/control-sprite.png);}
#section-kmt .kmt-share-balloon .kmt-share-social > i > a.share-facebook{background-position:0 0;}
#section-kmt .kmt-share-balloon .kmt-share-social > i > a.share-twitter{background-position:0 -16px;}
#section-kmt .kmt-share-balloon .kmt-share-social > i > a.share-googleplus{background-position:0 -32px;}
#section-kmt .kmt-share-balloon .kmt-share-social > i > a.share-linkedin{background-position:0 -48px;}
#section-kmt .kmt-share-balloon .kmt-share-social > i > a.share-pinterest{background-position:0 -64px;}
#section-kmt .kmt-share-balloon .kmt-share-social > i > a.share-digg{background-position:-16px -16px;}
#section-kmt .kmt-share-balloon .kmt-share-social > i > a.share-delicious{background-position:-16px 0;}
#section-kmt .kmt-share-balloon .kmt-share-social > i > a.share-reddit{background-position:-16px -32px;}
#section-kmt .kmt-share-balloon .kmt-share-social > i > a.share-stumbleupon{background-position:-16px -48px;}
#section-kmt .kmt-share-balloon .kmt-share-social > i > a.share-tumblr{background-position:-16px -64px;}
#section-kmt .kmt-control-admin{display:none;position:absolute;left:0;top:0;}
#section-kmt .kmt-like-counter{display:inline-block;text-decoration:none!important;padding:0 10px;position:relative;vertical-align:top;margin:0 3px 0 0;cursor:pointer;font-weight:normal;}
#section-kmt .kmt-option > span.kmt-admin-wrap > a:hover,
#section-kmt .kmt-option > span.kmt-admin-wrap:hover > a{border-bottom:0!important;z-index:9999;border-radius:2px 2px 0 0;-moz-border-radius:2px 2px 0 0;-webkit-border-radius:2px 2px 0 0;}
#section-kmt .kmt-option > span.kmt-admin-wrap > ul{display:none;position:absolute;right:0;top:21px;z-index:9999;overflow:hidden;border-radius:2px 0 2px 2px;-moz-border-radius:2px 0 2px 2px;-webkit-border-radius:2px 0 2px 2px;}
#section-kmt .kmt-option > span.kmt-admin-wrap:hover > ul{display:block;}
#section-kmt .kmt-option > span.kmt-admin-wrap > ul li + li{}
#section-kmt .kmt-option > span.kmt-admin-wrap > ul li a{display:block;line-height:26px;white-space:nowrap;padding:0 30px 0 8px;text-decoration:none;}
#section-kmt .kmt-option > span.kmt-admin-wrap > ul a:hover{text-decoration:underline;}
#section-kmt .kmt-btn-loadmore{display:block;background:#f7f7f7;border:1px solid #ddd;text-decoration:none!important;margin:20px 0;box-shadow:0 1px 0 #fff inset;-moz-box-shadow:0 1px 0 #fff inset;-webkit-box-shadow:0 1px 0 #fff inset;border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;}
#section-kmt .kmt-btn-loadmore b{color:#888;height:35px;line-height:35px;display:block;text-align:center;background:url("data:image/gif;base64,R0lGODlhHgAeAKUAABwaHHRydERGRKSmpDQyNLS2tIyKjGRmZCQmJExOTKyurDw+PLy+vJSSlCQiJISChGxubCwuLBweHHR2dExKTKyqrDQ2NLy6vIyOjGxqbCwqLFRSVLSytERCRMTCxJSWlBkZGQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQJCQAgACwAAAAAHgAeAAAG/kCQcEhEbAIPCcAhURKfUCGgY7gwGBclYotgRqMRzJXh8RQcAISG2wV8hwuOh3w1a7cax9b7djToZVhNe2p6XV8UAQASf3NXFUp6eZISIA4LTxEcDBOLHwwcEASVUhKGDiCMHBFDAGJznQ4ZCF9LlX5XGG4gAoCcb0+4gR1CGHPHD8BEB3RkGCAaVnQctMpCCJvHBRoJzR4Z1kQQ3gkTx1cW4UMEvhMGgByk6hLZZAYO+PnqRPn4g3r49g2R0CXfuzHxBNIb48GAuUAM0u1jB3HChjpkIAgcR2bOhmjwqlnD5siMBhCvxiQLd+Cch2e8MHqYoA4XmQsCpBg4pkjCYKwvCB50YjTHwC4QmmZ6AgXBAikJFjJk69lg1ZNEnkpeGCCBAAcrJYdiisLIlxkHEcySCQCswyZv8ShiBEVBWYQ/8Lr6YtCAlbUpVcgU0HvTQIej6oxASKLBQIAEIqMEAQAh+QQJCQAgACwAAAAAHgAeAAAG/kCQcEhEbAIPicYQSGiI0KgQ0DFcGIyLJMLwZA0dgDQawWC7noIj4vViMZHxcMFpY9Nrd9vDochBDg1daFkSBIRuDBNjFAEAEoKJFUoKd2gTYmJEERyKjx8MHBAEEkIOBBmdnoAImiAAZl6YDhkIYwgPmKwIDkMCg7J/UA4Ixa1CGHYeD8JDEsUaxL0aV4Mcts2mvAjRAAmDXRnZztHGEhN2DBbjU8bRDgbAHKXsrNIO+Pm99VLP9/yA9EmId2ZePQmVBmFA58HNOnaHGnYJsMGSBwj1IKTbQE0etmYIOrW5YCvWGWbZDuhhgEHIL2CLsgUCJ2CKgTaOJNS6letRUyQDrjh5wCQBlCgL9CRYSNVlVgMOcYg0+qTnwgBDHK7oyblgDCRgXdRwUYYl5pgOqvTMi2ixj7AIguQZAssyqjAqVsLO7XIBjKtxRiAkWdLko5QgACH5BAkJACAALAAAAAAeAB4AAAb+QJBwSERsAg+JxhBIaIjQqBDQMVwYjIskwvBkDR2ANBrBYLuegiPi9WIxkfFwwWlj02t328OhyEEODV1oWRIEhG4ME2MUAQASgokVSgp3aBMADgtQERyKjx8MHBAEEkIOBBmen5AccVNmXpgOGQhjCA+zggwYYiACg7J/RIGEHUIYdh4Pw0MHg10YIBpXgxy2zSAInm0FGgnQHhnZQxCWHgkTdgwW5EIEyhMGwRym7hKrXgYO/P3uQ/34SZCAwEFBB//GzDtTL6FBBBAdqPPgpp07ABA1RNxwDsI/ggYNAqBGD1uzTBARaHAgJtYZZtkIajwoBFiwReT4pfQFwEBeG0cSat3KJSYkwiGdPGCSEGqUBXsSLKjqggkQAl9DGoHSc2GAIQ5X9FTFCgVSsC5quCjrEuBPh3x36h3S00WBnz8RdrWRe5YXgWxUrKA1dOcCGLLZjEBIsqSJSSlBAAAh+QQJCQAeACwAAAAAHgAeAIQcGhx0cnRERkSkpqQ0NjS0trSMiowkJiRkZmSsrqy8vryUkpQkIiSEgoRUUlQ8PjwsLixsbmwcHhx0dnRMSkysqqy8uryMjowsKixsamy0srTEwsSUlpREQkQZGRkAAAAF/qAnjuThBI2EGYFzkHAsAp1hKYolQXhudABZDHLpbTYFBuSo2OAuEOHooXE6m0ne1aqhSD2MRbPp1BHIY+dESAkAJOKroqJK4LaT9wMG0SjyEhwKGhEEEiIMBBl+G4ALGlEzRWoADBkvMgcNgBxOF0EeAml/XyRhdwodIhdWTQ2lIwijFx4YN2MamLAHjE0WJqgKEbAkERu3Gw4TrRsExCMEFkwbAQZpCYfPHhJ+YwYM4OHaI+HgEhLlDOMiEgfg7kU9GtnP3EYGy63O2mdMfw6oNgzTluGOExfScOkqxWtLAQweJt15RUxWK1qhgq0hduqKgBkGrORhgGAhDHDbX+IYAOWhT6M3CzYkKETvDYMDBw6FgQSjzZtOaQZIAOAOp1F1EvbIgDMGFwOiODEwkOruS4durQoMxfnuJgN6QiDEGZOEqFQMXFl+oWGgwJF5lbw+XefBRIQUlc6pjRECACH5BAkJAB8ALAAAAAAeAB4AhBwaHHRydERGRKyqrDQyNIyKjGRmZLy6vCQmJExOTLSytDw+PJSSlCQiJISChGxubMTCxCwuLBweHHR2dExKTKyurDQ2NIyOjGxqbLy+vCwqLFRSVLS2tERCRJSWlBkZGQX+4CeOJLIFjqQVQaKRcCwCXXFk2SFFGZQXHYAsFrngehBOI+Lz4S6R4WihaOKSS2cToqBIPw1GD5mTEMjOzGRICQAk4vRAVbkiJ4DGAhZRqN8eGQoPBBIiDQQYfn9wClEzRj54DRgIQwgOk2IZF0IfAmOSXyRhZB0iF1YQDqMjBmM9Fx8aN2MKlq0fCH5NHBoJsBAYuSMPdhAJE1YZFsQiBKoTBaEKhs4Siz4FDdzdziPd3BISCA3lDd8i5Nzl00fV39hHEAXKEE7Nzmf3OBMbxw++GSOzgRY1XK12afH1IdIRVrkMqJL16diaXKV6HBAwo0ATNx8keIqBCQ8cbSNX+0DAAwYBApEjJFh4wMtNo0cj2ggh59Iluj43tJjcM8ScBgQaGiT9sC9UjwBfAPgsR/UDEzs9KniJas7lUUtNnTDAOSoPVXRNDwAZSexNA0MrHmxAKCMEACH5BAkJACAALAAAAAAeAB4AAAb+QJBwSERsAg+JxhBIaIjQqBDQMVwYjIskwvBkDR2ANBrBYLuegiPi9WIxkfFwwWlj02t328OhyEEODV1oWRIEhG4ME2MUAQASgokVSgp3aBMADgtQERyKjx8MHBAEEkIOBBmen5AccVNmXpgOGQhjCA+zggwYYiACg7J/RIGEHUIYdh4Pw0MHg10YIBpXgxy2zSAInm0FGgnQHhnZQxCWHgkTdgwW5EIEyhMGwRym7hKrXgYO/P3uQ/342fsXJSACfggSHiQoodIZA0oSanDgi5wFNLIkODiYcGA2CHoYbACAQINEiuS2BfMGaCNCB+QOKJMGgqTChdkg3bkgAGBeSX4gJNS6lSvTrl5DMiEwVWyUBXsSLKjqgqnVqyEag0a6M8AQhyt6HGkaU0xZPS7KsCySQ8cSFjWHQvLx8yfCVg98tii7ACcbFStdChgadAFMxZQbICRZAmEDtjFBAAAh+QQJCQAgACwAAAAAHgAeAAAG/kCQcEhEbAIPicYQSGiI0KgQ0DFcGIyLJMLwZA0dgDQawWC7noIj4vViMZHxcMFpY9Nrd9vDochBDg1daFkSBIRuDBNjEhKAgokVSgp3aBMADgtQmAgOIBIfDBwQBI6ABBkcWJcSDRxxQw4Is54SGQhjCA+XgW9in7PBnn9DrYQdQg6yGrLDxCAHiR4YIADCnc9DCKptFwgSnczY2UIZg1gbsrPMv+QWgx4eAcqdyuTF3FgG93LK/hL+/PFLRk+ZgTOiTJGTQOmMgQl7GBDg9y6elwkbznmAwA+CHgYbEFxpowBXtm3wCjzBYMfDA3LRKlEDIaCSInK93AiYYqANX68DJqPoYgXJQLsIqoh6UADBgikJFiBw4+UK1hAKVCt5GGCIw8g7AQBI0CTFWEsOW+CdC/CHjkYGag595OPnT4QGF+yglXsOTjYACzCMLGDozgUw7cgZQaKECYWgUoIAACH5BAkJAB4ALAAAAAAeAB4AhBwaHHRydERGRKSmpDQyNIyKjLS2tCQmJGRmZExOTDw+PJSSlLy+vCQiJISChKyurCwuLBweHHR2dExKTDQ2NIyOjLy6vCwqLGxubFRSVERCRJSWlMTCxLSytBkZGQAAAAX+oCeOJBBFjXcUQXKRcDyiR314BMMxVqEBshigYbvUPJDdjsGoQIIjgI14uKSSTCWnM4GKqFYqTqdkMiTBSQDYoB6InssjS5YMFTBI58x+N4AiEQQYe3wRCx1PIgAVOnweEVAHDnYNC0wVgAKOO2heI5ZkDBoiFWUcDp8jCI46FXEWdB03qip7SgYXCa0cGLUjGHQcCRJlFhS/IgSnEgWcHZHJEYU7BW3XKclf2CdvftqBfm/OZtDa02YcBcUcS8jJOe1MEhnCvsnBohkXsUqzvwc6LOGQy0OjJQxS1UJw6pWHTZw8qQqlw4KARQWUrImAIVuMSXYOVQOERGDISx1SMFCIFoECIR0bESkaocbEhoEMBgjq0C9LSDwyDnHS0aEBhKEavWiglgVaPDoMuHyCcImTAUFDGSyY6QWAhgL9nGbp8QPcgQwYHES4wGICrSAhAAA7") -30px 50% no-repeat;}
#section-kmt .kmt-btn-loadmore:hover,
#section-kmt .kmt-btn-loadmore:focus{border:1px solid #aaa;border-bottom-color:888;background:#f5f5f5;}
#section-kmt .kmt-btn-loadmore:hover b,
#section-kmt .kmt-btn-loadmore:focus b{color:#666;}
#section-kmt .kmt-btn-loadmore.loading b{background-position:10px center;}
#section-kmt .kmt-people-list{margin:0 0 30px;}
#section-kmt .kmt-people-list li{margin:0 5px 5px 0;}
#section-kmt .kmt-people-list li a,
#section-kmt .kmt-people-list li img{display:inline-block;position:relative;text-decoration:none!important;float:left;}
#section-kmt .kmt-people-list li .avatar{width:35px;}
#section-kmt .kmt-people-list li a b{position:absolute;bottom:100%;left:0;background:#555;color:#fff!important;text-decoration:none!important;margin:0 0 5px;padding:0 5px;white-space:nowrap;display:none;}
#section-kmt .kmt-people-list li a:hover b{display:block;}
#section-kmt .kmt-people-list li a b i{position:absolute;left:5px;bottom:-4px;background:url(/local/templates/main/css/../images/control-sprite.png) -5px -90px;width:7px;height:4px;}
#section-kmt #kmt-fame{border:1px solid #ccc;padding:10px;margin:0 0 30px;border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;}
#section-kmt #kmt-fame .kmt-list{margin:0 0 10px;}
#section-kmt #kmt-fame h3.kmt-title{margin:10px 0;}
#section-kmt #kmt-fame .kmt-fame-tabs{text-align:center;font-size:0;position:relative;margin:-10px -10px 0;overflow:hidden;border-radius:2px 2px 0 0;-moz-border-radius:2px 2px 0 0;-webkit-border-radius:2px 2px 0 0;}
#section-kmt #kmt-fame .kmt-fame-tabs li{display:inline-block;}
#section-kmt #kmt-fame .kmt-fame-tabs.col1 li{width:100%;}
#section-kmt #kmt-fame .kmt-fame-tabs.col2 li{width:50%;}
#section-kmt #kmt-fame .kmt-fame-tabs.col3 li{width:33%;}
#section-kmt #kmt-fame .kmt-fame-tabs li + li{border-left:1px solid #ccc;margin:0 0 0 -1px;}
#section-kmt #kmt-fame .kmt-fame-tabs li a{background-color:#f5f5f5!important;border-bottom:1px solid #ddd;color:inherit;display:block;line-height:16px;height:16px;padding:17px 0;text-decoration:none!important;}
#section-kmt #kmt-fame .kmt-fame-tabs li a.active{border:0;background-color:transparent!important;}
#section-kmt #kmt-fame .kmt-fame-tabs li a i{display:inline-block;width:16px;height:16px;margin:0 5px 0 0;vertical-align:top;}
#section-kmt #kmt-fame .kmt-fame-tabs li a.navMain i{background:url(/local/templates/main/css/../images/stream.reply.png) center 0 no-repeat;}
#section-kmt #kmt-fame .kmt-fame-tabs li a.navStickies i{background:url(/local/templates/main/css/../images/stream.pin.png) center 0 no-repeat;}
#section-kmt #kmt-fame .kmt-fame-tabs li a.navLovies i{background:url(/local/templates/main/css/../images/stream.popular.png) center 0 no-repeat;}
#section-kmt #kmt-fame .kmt-fame-tabs li a b{display:inline-block;line-height:16px;height:16px;vertical-align:top;}
#section-kmt #kmt-fame .loading{margin-top:10px;}
#section-kmt .kmt-not-allowed{background:#f5f5f5;border:1px solid #ccc;font-weight:bold;color:#555;text-shadow:0 1px 0 #fff;padding:10px;border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;}
#section-kmt .kmt-has-tip{display:inline-block;position:relative;}
#section-kmt .kmt-has-tip:hover > .kmt-tip{display:block;}
#section-kmt .kmt-tip{display:none;padding:0 0 2px;position:absolute;bottom:100%;left:0;}
#section-kmt .kmt-tip > i{background:url(/local/templates/main/css/../images/control-sprite.png) -16px -171px no-repeat;display:block;width:15px;height:8px;position:absolute;bottom:2px;left:10px;}
#section-kmt .kmt-tip > span{background:#FCFBB6;border:1px solid #999;color:#555;display:block;margin:0 0 7px;padding:10px;width:250px;word-wrap:break-word;box-shadow:0 0 3px rgba(0,0,0,0.1);-moz-box-shadow:0 0 3px rgba(0,0,0,0.1);-webkit-box-shadow:0 0 3px rgba(0,0,0,0.1);}
#section-kmt .kmt-has-tip > .kmt-tip > span b{display:block;margin:0 0 5px;}
#section-kmt .input{display:inline-block;vertical-align:top;}
#section-kmt .input.button{background:#fff;border:1px solid #aaa;border-bottom-color:#999;color:#555!important;cursor:pointer;float:none!important;height:auto!important;padding:0 4px!important;margin:0!important;text-shadow:none;border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;background:-moz-linear-gradient(top, #ffffff 0%, #eeeeee 100%);background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#eeeeee));background:-webkit-linear-gradient(top, #ffffff 0%,#eeeeee 100%);background:-o-linear-gradient(top, #ffffff 0%,#eeeeee 100%);background:-ms-linear-gradient(top, #ffffff 0%,#eeeeee 100%);background:linear-gradient(top, #ffffff 0%,#eeeeee 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0);}
#section-kmt .kmt-form{margin:0 0 30px;}
#section-kmt .kmt-form form{margin:0;}
#section-kmt .input.kmt-location{width:256px;padding-left:24px!important;background-image:url(/local/templates/main/css/../images/location.pin.png);background-position:8px center;background-repeat:no-repeat;margin-right:4px !important;}
#section-kmt div.kmt-form-author .kmt-avatar{clear:both;}
#section-kmt div.kmt-form-author .kmt-author-detail{padding:5px 0 0;}
#section-kmt div.kmt-form-author .kmt-author-time{}
#section-kmt .kmt-form-author ul{margin:0 -14px 15px 0;}
#section-kmt .kmt-form-author ul li.col{width:33%;}
#section-kmt .kmt-form-author ul li > label{display:inline-block;margin:0 0 10px;}
#section-kmt .kmt-form-author ul li .input.text{width:100%;}
#section-kmt .kmt-form-content .kmt-form-addon{border-top:0;padding:10px 0;}
#section-kmt .kmt-form-content .kmt-form-addon > div{display:inline-block;vertical-align:top;margin:0 0 0 10px;}
#section-kmt .kmt-form-content .kmt-form-location .input.button{display:inline-block;}
#section-kmt .kmt-form-content .kmt-form-location .ui-helper-hidden-accessible{display:none;}
#section-kmt .kmt-form-captcha #captcha-instruction{margin:0 0 8px;}
#section-kmt .kmt-form-captcha #captcha-image{padding:5px;background:#eee;}
#section-kmt .kmt-form-captcha #captcha-response{height:28px!important;margin:0 0 0 8px!important;}
#section-kmt .kmt-form-length > .kmt-tip > span{white-space:nowrap;width:auto;}
#section-kmt .kmt-form-length > b{height:27px;display:inline-block;padding:0 10px 0 34px;background:url(/local/templates/main/css/../images/word.count.png) 8px center no-repeat #f5f5f5;border:1px solid #bbb;color:#777;border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;}
#section-kmt .kmt-form-length > b span{font:100 11px/27px 'Lucida Grande', Tahoma, Arial, sans-serif;height:29px;display:inline-block;}
#section-kmt .style-vertical .kmt-form-author ul li.col{width:90%;margin:0 0 10px;}
#section-kmt .style-vertical .kmt-form-author ul li > label{margin:0 0 5px;}
#section-kmt .kmt-form-content a,
#section-kmt .kmt-form-content label{display:inline-block;}
#section-kmt .kmt-form-editor > div{}
#section-kmt .kmt-form-editor > div > div{}
#section-kmt .kmt-form-editor > div > .input.textarea{width:100%;}
#section-kmt .kmt-form-submit > span{margin:0 8px 0 0;padding:5px;border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px;}
#section-kmt .kmt-form-submit > span.subscribed{padding:4px 4px 4px 25px;background:url(/local/templates/main/css/../images/control-sprite.png) -14px -124px #e5f1c9 no-repeat;border:1px solid #b5cb83;color:#444;}
#section-kmt .kmt-form-submit > span label{display:inline-block;margin:0 0 0 3px;}
#section-kmt .kmt-btn-submit{padding:0 10px!important;margin:0!important;float:right!important;display:inline-block;cursor:pointer;text-shadow:0 1px 0 rgba(0,0,0,0.2)!important;border-radius:3px!important;-moz-border-radius:3px!important;-webkit-border-radius:3px!important;box-shadow:0 1px 0 rgba(255,255,255,0.2) inset!important;-moz-box-shadow:0 1px 0 rgba(255,255,255,0.2) inset!important;-webkit-box-shadow:0 1px 0 rgba(255,255,255,0.2) inset!important;}
#section-kmt .kmt-btn-submit.disabled{background:#eee!important;color:#999!important;text-shadow:0 1px 0 #fff!important;border:1px solid #ccc!important;box-shadow:0 1px 0 #fff inset!important;-moz-box-shadow:0 1px 0 #fff inset!important;-webkit-box-shadow:0 1px 0 #fff inset!important;}
#section-kmt .kmt-form .kmt-form-addbutton{display:block;background:#f7f7f7;border:1px solid #ddd;text-decoration:none!important;box-shadow:0 1px 0 #fff inset;-moz-box-shadow:0 1px 0 #fff inset;-webkit-box-shadow:0 1px 0 #fff inset;border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;}
#section-kmt .kmt-form .kmt-form-addbutton b{display:block;text-align:center;background:url("data:image/gif;base64,R0lGODlhHgAeAKUAABwaHHRydERGRKSmpDQyNLS2tIyKjGRmZCQmJExOTKyurDw+PLy+vJSSlCQiJISChGxubCwuLBweHHR2dExKTKyqrDQ2NLy6vIyOjGxqbCwqLFRSVLSytERCRMTCxJSWlBkZGQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQJCQAgACwAAAAAHgAeAAAG/kCQcEhEbAIPCcAhURKfUCGgY7gwGBclYotgRqMRzJXh8RQcAISG2wV8hwuOh3w1a7cax9b7djToZVhNe2p6XV8UAQASf3NXFUp6eZISIA4LTxEcDBOLHwwcEASVUhKGDiCMHBFDAGJznQ4ZCF9LlX5XGG4gAoCcb0+4gR1CGHPHD8BEB3RkGCAaVnQctMpCCJvHBRoJzR4Z1kQQ3gkTx1cW4UMEvhMGgByk6hLZZAYO+PnqRPn4g3r49g2R0CXfuzHxBNIb48GAuUAM0u1jB3HChjpkIAgcR2bOhmjwqlnD5siMBhCvxiQLd+Cch2e8MHqYoA4XmQsCpBg4pkjCYKwvCB50YjTHwC4QmmZ6AgXBAikJFjJk69lg1ZNEnkpeGCCBAAcrJYdiisLIlxkHEcySCQCswyZv8ShiBEVBWYQ/8Lr6YtCAlbUpVcgU0HvTQIej6oxASKLBQIAEIqMEAQAh+QQJCQAgACwAAAAAHgAeAAAG/kCQcEhEbAIPicYQSGiI0KgQ0DFcGIyLJMLwZA0dgDQawWC7noIj4vViMZHxcMFpY9Nrd9vDochBDg1daFkSBIRuDBNjFAEAEoKJFUoKd2gTYmJEERyKjx8MHBAEEkIOBBmdnoAImiAAZl6YDhkIYwgPmKwIDkMCg7J/UA4Ixa1CGHYeD8JDEsUaxL0aV4Mcts2mvAjRAAmDXRnZztHGEhN2DBbjU8bRDgbAHKXsrNIO+Pm99VLP9/yA9EmId2ZePQmVBmFA58HNOnaHGnYJsMGSBwj1IKTbQE0etmYIOrW5YCvWGWbZDuhhgEHIL2CLsgUCJ2CKgTaOJNS6letRUyQDrjh5wCQBlCgL9CRYSNVlVgMOcYg0+qTnwgBDHK7oyblgDCRgXdRwUYYl5pgOqvTMi2ixj7AIguQZAssyqjAqVsLO7XIBjKtxRiAkWdLko5QgACH5BAkJACAALAAAAAAeAB4AAAb+QJBwSERsAg+JxhBIaIjQqBDQMVwYjIskwvBkDR2ANBrBYLuegiPi9WIxkfFwwWlj02t328OhyEEODV1oWRIEhG4ME2MUAQASgokVSgp3aBMADgtQERyKjx8MHBAEEkIOBBmen5AccVNmXpgOGQhjCA+zggwYYiACg7J/RIGEHUIYdh4Pw0MHg10YIBpXgxy2zSAInm0FGgnQHhnZQxCWHgkTdgwW5EIEyhMGwRym7hKrXgYO/P3uQ/34SZCAwEFBB//GzDtTL6FBBBAdqPPgpp07ABA1RNxwDsI/ggYNAqBGD1uzTBARaHAgJtYZZtkIajwoBFiwReT4pfQFwEBeG0cSat3KJSYkwiGdPGCSEGqUBXsSLKjqggkQAl9DGoHSc2GAIQ5X9FTFCgVSsC5quCjrEuBPh3x36h3S00WBnz8RdrWRe5YXgWxUrKA1dOcCGLLZjEBIsqSJSSlBAAAh+QQJCQAeACwAAAAAHgAeAIQcGhx0cnRERkSkpqQ0NjS0trSMiowkJiRkZmSsrqy8vryUkpQkIiSEgoRUUlQ8PjwsLixsbmwcHhx0dnRMSkysqqy8uryMjowsKixsamy0srTEwsSUlpREQkQZGRkAAAAF/qAnjuThBI2EGYFzkHAsAp1hKYolQXhudABZDHLpbTYFBuSo2OAuEOHooXE6m0ne1aqhSD2MRbPp1BHIY+dESAkAJOKroqJK4LaT9wMG0SjyEhwKGhEEEiIMBBl+G4ALGlEzRWoADBkvMgcNgBxOF0EeAml/XyRhdwodIhdWTQ2lIwijFx4YN2MamLAHjE0WJqgKEbAkERu3Gw4TrRsExCMEFkwbAQZpCYfPHhJ+YwYM4OHaI+HgEhLlDOMiEgfg7kU9GtnP3EYGy63O2mdMfw6oNgzTluGOExfScOkqxWtLAQweJt15RUxWK1qhgq0hduqKgBkGrORhgGAhDHDbX+IYAOWhT6M3CzYkKETvDYMDBw6FgQSjzZtOaQZIAOAOp1F1EvbIgDMGFwOiODEwkOruS4durQoMxfnuJgN6QiDEGZOEqFQMXFl+oWGgwJF5lbw+XefBRIQUlc6pjRECACH5BAkJAB8ALAAAAAAeAB4AhBwaHHRydERGRKyqrDQyNIyKjGRmZLy6vCQmJExOTLSytDw+PJSSlCQiJISChGxubMTCxCwuLBweHHR2dExKTKyurDQ2NIyOjGxqbLy+vCwqLFRSVLS2tERCRJSWlBkZGQX+4CeOJLIFjqQVQaKRcCwCXXFk2SFFGZQXHYAsFrngehBOI+Lz4S6R4WihaOKSS2cToqBIPw1GD5mTEMjOzGRICQAk4vRAVbkiJ4DGAhZRqN8eGQoPBBIiDQQYfn9wClEzRj54DRgIQwgOk2IZF0IfAmOSXyRhZB0iF1YQDqMjBmM9Fx8aN2MKlq0fCH5NHBoJsBAYuSMPdhAJE1YZFsQiBKoTBaEKhs4Siz4FDdzdziPd3BISCA3lDd8i5Nzl00fV39hHEAXKEE7Nzmf3OBMbxw++GSOzgRY1XK12afH1IdIRVrkMqJL16diaXKV6HBAwo0ATNx8keIqBCQ8cbSNX+0DAAwYBApEjJFh4wMtNo0cj2ggh59Iluj43tJjcM8ScBgQaGiT9sC9UjwBfAPgsR/UDEzs9KniJas7lUUtNnTDAOSoPVXRNDwAZSexNA0MrHmxAKCMEACH5BAkJACAALAAAAAAeAB4AAAb+QJBwSERsAg+JxhBIaIjQqBDQMVwYjIskwvBkDR2ANBrBYLuegiPi9WIxkfFwwWlj02t328OhyEEODV1oWRIEhG4ME2MUAQASgokVSgp3aBMADgtQERyKjx8MHBAEEkIOBBmen5AccVNmXpgOGQhjCA+zggwYYiACg7J/RIGEHUIYdh4Pw0MHg10YIBpXgxy2zSAInm0FGgnQHhnZQxCWHgkTdgwW5EIEyhMGwRym7hKrXgYO/P3uQ/342fsXJSACfggSHiQoodIZA0oSanDgi5wFNLIkODiYcGA2CHoYbACAQINEiuS2BfMGaCNCB+QOKJMGgqTChdkg3bkgAGBeSX4gJNS6lSvTrl5DMiEwVWyUBXsSLKjqgqnVqyEag0a6M8AQhyt6HGkaU0xZPS7KsCySQ8cSFjWHQvLx8yfCVg98tii7ACcbFStdChgadAFMxZQbICRZAmEDtjFBAAAh+QQJCQAgACwAAAAAHgAeAAAG/kCQcEhEbAIPicYQSGiI0KgQ0DFcGIyLJMLwZA0dgDQawWC7noIj4vViMZHxcMFpY9Nrd9vDochBDg1daFkSBIRuDBNjEhKAgokVSgp3aBMADgtQmAgOIBIfDBwQBI6ABBkcWJcSDRxxQw4Is54SGQhjCA+XgW9in7PBnn9DrYQdQg6yGrLDxCAHiR4YIADCnc9DCKptFwgSnczY2UIZg1gbsrPMv+QWgx4eAcqdyuTF3FgG93LK/hL+/PFLRk+ZgTOiTJGTQOmMgQl7GBDg9y6elwkbznmAwA+CHgYbEFxpowBXtm3wCjzBYMfDA3LRKlEDIaCSInK93AiYYqANX68DJqPoYgXJQLsIqoh6UADBgikJFiBw4+UK1hAKVCt5GGCIw8g7AQBI0CTFWEsOW+CdC/CHjkYGag595OPnT4QGF+yglXsOTjYACzCMLGDozgUw7cgZQaKECYWgUoIAACH5BAkJAB4ALAAAAAAeAB4AhBwaHHRydERGRKSmpDQyNIyKjLS2tCQmJGRmZExOTDw+PJSSlLy+vCQiJISChKyurCwuLBweHHR2dExKTDQ2NIyOjLy6vCwqLGxubFRSVERCRJSWlMTCxLSytBkZGQAAAAX+oCeOJBBFjXcUQXKRcDyiR314BMMxVqEBshigYbvUPJDdjsGoQIIjgI14uKSSTCWnM4GKqFYqTqdkMiTBSQDYoB6InssjS5YMFTBI58x+N4AiEQQYe3wRCx1PIgAVOnweEVAHDnYNC0wVgAKOO2heI5ZkDBoiFWUcDp8jCI46FXEWdB03qip7SgYXCa0cGLUjGHQcCRJlFhS/IgSnEgWcHZHJEYU7BW3XKclf2CdvftqBfm/OZtDa02YcBcUcS8jJOe1MEhnCvsnBohkXsUqzvwc6LOGQy0OjJQxS1UJw6pWHTZw8qQqlw4KARQWUrImAIVuMSXYOVQOERGDISx1SMFCIFoECIR0bESkaocbEhoEMBgjq0C9LSDwyDnHS0aEBhKEavWiglgVaPDoMuHyCcImTAUFDGSyY6QWAhgL9nGbp8QPcgQwYHES4wGICrSAhAAA7") -30px 50% no-repeat;}
#section-kmt .kmt-form .kmt-form-addbutton:hover,
#section-kmt .kmt-form .kmt-form-addbutton:focus{border:1px solid #aaa;border-bottom-color:888;background:#f5f5f5;}
#section-kmt .kmt-form .kmt-form-addbutton:hover b,
#section-kmt .kmt-form .kmt-form-addbutton:focus b{color:#666;}
#section-kmt .kmt-form-captcha{margin:15px 0 0;}
#captcha-instruction{margin:0 0 10px;}
#section-kmt .kmt-upload-area{color:#666;background:#eee;border:1px solid #bbb;border-top:0;padding:10px;}
#section-kmt .kmt-upload-area .input{vertical-align:middle;z-index:9999;}
#section-kmt .kmt-upload-area .dragDrop{margin:0 0 0 5px;}
#section-kmt .kmt-upload-list > div{background:#fff;border:1px solid #bbb;border-bottom-color:#aaa;border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;box-shadow:0 1px 0 #ddd;-moz-box-shadow:0 1px 0 #ddd;-webkit-box-shadow:0 1px 0 #ddd;display:inline-block;padding:8px 0;margin:0 0 10px;width:100%}
#section-kmt .kmt-upload-list > div:hover{background:#ffc;cursor:default;}
#section-kmt .kmt-upload-list > div + div{margin:-5px 0 10px;}
#section-kmt .kmt-upload-list > div *{display:inline-block;}
#section-kmt .kmt-upload-list > div > a{float:left;margin:1px 0 0 10px;text-decoration:none!important;border:1px solid #aaa;border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;background:-moz-linear-gradient(top, #ffffff 0%, #eeeeee 100%);background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#eeeeee));background:-webkit-linear-gradient(top, #ffffff 0%,#eeeeee 100%);background:-o-linear-gradient(top, #ffffff 0%,#eeeeee 100%);background:-ms-linear-gradient(top, #ffffff 0%,#eeeeee 100%);background:linear-gradient(top, #ffffff 0%,#eeeeee 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0);}
#section-kmt .kmt-upload-list > div > a i{background:url(/local/templates/main/css/../images/control-sprite.png) 16px -150px;display:block;width:15px;height:15px;}
#section-kmt .kmt-upload-list > div > b{display:block;color:#555;font-weight:bold;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin:0 100px 0 35px;}
#section-kmt .kmt-upload-list > div > i{float:right;margin:0 10px 0 0;color:#999;}
#section-kmt .kmt-upload-push .uploadLimit{float:right;margin:0 10px 0 0;line-height:29px}
#section-kmt .kmt-attachments,
#section-kmt .kmt-attachments-list{margin:10px 0 0;}
#section-kmt .kmt-attachments-list li{position:relative;min-height:20px;display:inline-block;margin-bottom:5px;vertical-align:top;}
#section-kmt .kmt-attachments-list li a{display:inline-block;}
#section-kmt .kmt-attachments-list li a.attachmentDetail{line-height:20px;min-height:20px;margin:0 0 0 25px}
#section-kmt .kmt-attachments-list li a.attachmentDelete{display:none;position:absolute;right:2px;top:2px;text-decoration:none!important;border:1px solid #aaa;border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;background:-moz-linear-gradient(top, #ffffff 0%, #eeeeee 100%);background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#eeeeee));background:-webkit-linear-gradient(top, #ffffff 0%,#eeeeee 100%);background:-o-linear-gradient(top, #ffffff 0%,#eeeeee 100%);background:-ms-linear-gradient(top, #ffffff 0%,#eeeeee 100%);background:linear-gradient(top, #ffffff 0%,#eeeeee 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0);}
#section-kmt .kmt-attachments-list li a.attachmentDelete i{background:url(/local/templates/main/css/../images/control-sprite.png) 16px -150px;display:block;width:15px;height:15px;}
#section-kmt .kmt-attachments-list li:hover a.attachmentDelete{display:block}
#section-kmt .icon-mime{background-image:url("/local/templates/main/css/../images/mime.png") !important;display:inline-block;float:left;height:20px;width:20px;margin:0 5px 0 0;}
#section-kmt .icon-mime.type-archive{}
#section-kmt .icon-mime.type-audio{background-position:0 -20px}
#section-kmt .icon-mime.type-document{background-position:0 -40px}
#section-kmt .icon-mime.type-file{background-position:0 -60px}
#section-kmt .icon-mime.type-text{background-position:0 -80px}
#section-kmt .icon-mime.type-image{background-position:0 -100px}
#section-kmt .icon-mime.type-pdf{background-position:0 -120px}
#section-kmt .icon-mime.type-slideshow{background-position:0 -140px}
#section-kmt .icon-mime.type-spreadsheet{background-position:0 -160px}
#section-kmt .icon-mime.type-video{background-position:0 -180px}
#section-kmt .attachment-image-link > img{max-width:100px !important;max-height:120px !important;}
#section-kmt .kmt-form-alert{background:#ffebe8;border-left:3px solid #e38c6e;color:#c30;padding:10px 15px;margin:0 0 20px;list-style:none;}
#section-kmt .kmt-form-alert.success{background:#eaf5e9;border-left:3px solid #bed7bc;color:#060;}
#section-kmt .markItUp{width:100%}
#section-kmt .markItUp *{margin:0;outline:none;list-style:none;}
#section-kmt .markItUp a:link,.markItUp a:visited{color:#000;text-decoration:none;}
#section-kmt .markItUpContainer{display:block;overflow:hidden}
body #section-kmt .markItUpHeader{overflow:hidden;padding:3px;}
body #section-kmt .markItUpHeader > ul{float:left;}
#section-kmt .markItUpHeader ul,
#section-kmt .markItUpHeader ul li{background:none;border:none;clear:none;float:none;list-style:none;list-style-image:none;margin:0;padding:0;overflow:visible;width:auto;}
#section-kmt .markItUpHeader ul{display:inline-block;position:relative;padding:0;margin:5px 0 5px 5px}
#section-kmt .markItUpHeader ul li{float:left;position:relative;line-height:normal!important;margin:0 2px 0 0}
#section-kmt .markItUpHeader ul li:hover > ul{display:block}
#section-kmt .markItUpHeader ul .markItUpDropMenu{background:transparent url(/local/templates/main/css/../images/markitup/menu.png) no-repeat 115% 50%;margin-right:5px}
#section-kmt .markItUpHeader ul .markItUpDropMenu li{margin-right:0}
#section-kmt .markItUpHeader ul ul{display:none;position:absolute;top:18px;left:0;background:#FFF;border:1px solid #000}
#section-kmt .markItUpHeader ul ul li{float:none;border-bottom:1px solid #000}
#section-kmt .markItUpHeader ul ul .markItUpDropMenu{background:#FFF url(/local/templates/main/css/../images/markitup/submenu.png) no-repeat 100% 50%}
#section-kmt .markItUpHeader ul .markItUpSeparator{display:none!important;}
#section-kmt .markItUpHeader ul ul .markItUpSeparator{width:auto;height:1px;margin:0}
#section-kmt .markItUpHeader ul ul ul{position:absolute;top:-1px;left:150px}
#section-kmt .markItUpHeader ul ul ul li{float:none}
#section-kmt .markItUpHeader ul a{background:none no-repeat center center;border:solid 0px #ccc;display:block;width:16px;height:16px;text-indent:-10000px;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;margin:0;padding:3px}
body #section-kmt .markItUpHeader ul ul a{display:block;text-indent:0;width:120px;background-position:2px 50%;padding:5px 5px 5px 25px}
body #section-kmt .markItUpHeader ul ul a:hover{color:#FFF;background-color:#000}
body #section-kmt .markItUpHeader ul li a{padding:4px;border:none;}
body #section-kmt .markItUpHeader ul li a:hover{background:#fff no-repeat center;}
body #section-kmt .markItUp .kmt-markitup-bold a{background-image:url(/local/templates/main/css/../images/markitup/bold.png)!important}
body #section-kmt .markItUp .kmt-markitup-italic a{background-image:url(/local/templates/main/css/../images/markitup/italic.png)!important}
body #section-kmt .markItUp .kmt-markitup-underline a{background-image:url(/local/templates/main/css/../images/markitup/underline.png)!important}
body #section-kmt .markItUp .kmt-markitup-link a{background-image:url(/local/templates/main/css/../images/markitup/link.png)!important}
body #section-kmt .markItUp .kmt-markitup-picture a{background-image:url(/local/templates/main/css/../images/markitup/picture.png)!important}
body #section-kmt .markItUp .kmt-markitup-video a{background-image:url(/local/templates/main/css/../images/markitup/video.png)!important}
body #section-kmt .markItUp .kmt-markitup-bullet a{background-image:url(/local/templates/main/css/../images/markitup/list-bullet.png)!important}
body #section-kmt .markItUp .kmt-markitup-numeric a{background-image:url(/local/templates/main/css/../images/markitup/list-numeric.png)!important}
body #section-kmt .markItUp .kmt-markitup-list a{background-image:url(/local/templates/main/css/../images/markitup/list-item.png)!important}
body #section-kmt .markItUp .kmt-markitup-quote a{background-image:url(/local/templates/main/css/../images/markitup/quotes.png)!important}
body #section-kmt .markItUp .kmt-markitup-code a{background-image:url(/local/templates/main/css/../images/markitup/code.png)!important}
body #section-kmt .markItUp .kmt-markitup-smile a{background-image:url(/local/templates/main/css/../images/markitup/emoticon-smile.png)!important}
body #section-kmt .markItUp .kmt-markitup-happy a{background-image:url(/local/templates/main/css/../images/markitup/emoticon-happy.png)!important}
body #section-kmt .markItUp .kmt-markitup-surprised a{background-image:url(/local/templates/main/css/../images/markitup/emoticon-surprised.png)!important}
body #section-kmt .markItUp .kmt-markitup-tongue a{background-image:url(/local/templates/main/css/../images/markitup/emoticon-tongue.png)!important}
body #section-kmt .markItUp .kmt-markitup-unhappy a{background-image:url(/local/templates/main/css/../images/markitup/emoticon-unhappy.png)!important}
body #section-kmt .markItUp .kmt-markitup-wink a{background-image:url(/local/templates/main/css/../images/markitup/emoticon-wink.png)!important}
body #section-kmt .markItUp .kmt-markitup-clean a{background-image:url(/local/templates/main/css/../images/markitup/clean.png)!important}
body #section-kmt .markItUp .kmt-markitup-preview a{background-image:url(/local/templates/main/css/../images/markitup/preview.png)!important}
#section-kmt .markItUpEditor{resize:none;height:90px;overflow:auto;width:100%;border-left:0;border-right:none;border-radius:0;-moz-border-radius:0;-webkit-border-radius:0;box-shadow:none;-moz-box-shadow:none;-webkit-box-shadow:none;}
#section-kmt .markItUpPreviewFrame{background-color:#fff;height:300px;margin:5px 0;overflow:auto;width:99.9%}
#section-kmt .markItUpFooter{width:100%;height:15px;}
#section-kmt .markItUpResizeHandle{background:url(/local/templates/main/css/../images/markitup/handle.png) center no-repeat;cursor:n-resize;height:15px;margin:0 auto;overflow:hidden;width:22px}
#section-kmt .kmt-profile-avatar{float:left;display:inline-block;}
#section-kmt .kmt-profile-avatar img{width:60px;border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px;}
#section-kmt .kmt-profile-avatar + .kmt-profile-info{margin:0 0 0 70px;}
#section-kmt .kmt-profile-name{line-height:24px;}
#section-kmt .kmt-profile-account{margin:5px 0 0;}
#section-kmt .kmt-profile-account span{height:20px;line-height:20px;padding:0 0 0 22px;background:url(/local/templates/main/css/../images/verified.png) 0 center no-repeat;margin:0 10px 0 0;}
#section-kmt .kmt-profile-account span + span{background:url(/local/templates/main/css/../images/last.login.png) 0 center no-repeat;}
#section-kmt .kmt-profile-activity{background:#fff;border:1px solid #ccc;display:inline-block;border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px;}
#section-kmt .kmt-profile-activity li{padding:15px 20px 15px;min-width:100px;}
#section-kmt .kmt-profile-activity li + li{border-left:1px solid #ccc;}
#section-kmt .kmt-profile-activity li b{font-size:22px;line-height:1;display:inline-block;}
#section-kmt .kmt-profile-activity li div{line-height:13px;color:#888;margin:2px 0 0;}
#section-kmt .kmt-profile-tab{border-bottom:1px solid #ccc;margin:0 0 5px;}
#section-kmt .kmt-profile-tab li + li{margin:0 0 0 15px;}
#section-kmt .kmt-profile-tab li a{color:inherit!important;display:inline-block;font-weight:bold;line-height:17px;padding:7px 0px;text-decoration:none!important;}
#section-kmt .kmt-profile-tab li a:hover{border-bottom:1px solid #da1900;padding-bottom:8px;margin:0 0 -1px;}
#section-kmt .kmt-profile-tab li a:hover,
#section-kmt .kmt-profile-tab li a:focus{background:none;}
#section-kmt .kmt-profile-tab li a.active{border-bottom:3px solid #777!important;margin:0 0 -2px;padding-bottom:7px!important;}
#section-kmt .kmt-stream > li{position:relative;padding:15px 0;}
#section-kmt .kmt-stream > li + li{border-top:1px solid #e9e9e9;}
#section-kmt .kmt-stream .stream-head{margin:2px 0 0 55px;position:static;}
#section-kmt .kmt-stream .stream-head .stream-type{width:38px;height:38px;text-align:center;font:bold normal 17px/38px Arial,sans-serif;border:1px solid #d5d5d5;background-color:#f0f0f0;background-position:center;background-repeat:no-repeat;display:block;position:absolute;left:0;top:15px;border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;}
#section-kmt .kmt-stream li:hover .stream-head .stream-type{background-color:#f5f5f5;}
#section-kmt .kmt-stream .stream-head.stream-comment .stream-type{background-image:url(/local/templates/main/css/../images/stream.chat.png);}
#section-kmt .kmt-stream .stream-head.stream-like .stream-type{background-image:url(/local/templates/main/css/../images/stream.heart.png);}
#section-kmt .kmt-stream .stream-head.stream-reply .stream-type{background-image:url(/local/templates/main/css/../images/stream.reply.png);}
#section-kmt .kmt-stream .stream-head.stream-stick .stream-type{background-image:url(/local/templates/main/css/../images/stream.pin.png);}
#section-kmt .kmt-stream .stream-head.stream-popular .stream-type{border-radius:2px 2px 0 0;-moz-border-radius:2px 2px 0 0;-webkit-border-radius:2px 2px 0 0;}
#section-kmt .kmt-stream .stream-head.stream-popular .stream-type b{background:#fff;color:#888;font:100 9px/17px Arial,sans-serif;text-transform:uppercase;position:absolute;top:100%;left:-1px;display:block;width:100%;border:1px solid #d5d5d5;border-radius:0 0 2px 2px;-moz-border-radius:0 0 2px 2px;-webkit-border-radius:0 0 2px 2px;}
#section-kmt .kmt-stream .stream-body{border-left:1px solid #ddd;padding:0 0 0 15px;margin:7px 0 7px 55px;}
#section-kmt .kmt-stream .stream-body p{margin:0;}
#section-kmt .kmt-stream .stream-body p + p{margin-top:10px;}
#section-kmt .kmt-stream .stream-foot{font-size:11px;line-height:16px;color:#888;margin:0 0 0 55px;padding:0 0 0 24px;background:url(/local/templates/main/css/../images/time.png) 0 center no-repeat;}
#section-kmt .kmt-login *{-webkit-box-sizing:border-box !important;-moz-box-sizing:border-box !important;-ms-box-sizing:border-box !important;-o-box-sizing:border-box !important;box-sizing:border-box !important;}
#section-kmt .kmt-login{border:1px solid #ccc;padding:10px;position:relative;margin:15px 0;border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;}
#section-kmt .kmt-login-header,
#section-kmt .kmt-login-footer{clear:both;}
#section-kmt .kmt-login-footer{position:absolute;bottom:10px;}
#section-kmt .kmt-login-header{border-bottom:1px dashed #ccc;margin-bottom:16px;}
#section-kmt .kmt-login-form:after,
#section-kmt .kmt-login-header:after,
#section-kmt .kmt-login-footer:after{content:"" !important;display:table !important;clear:both !important;}
#section-kmt .kmt-login-title{font-size:14px;margin:10px 0 15px;line-height:16px;}
#section-kmt .kmt-login-form{clear:both !important;}
#section-kmt .kmt-login-form-list > li{position:relative !important;display:inline-block !important;width:50% !important;height:60px !important;}
#section-kmt .kmt-login-form-list > li + li{width:49% !important;margin-left:1% !important;}
#section-kmt .kmt-login-form-list > li label span,
#section-kmt .kmt-login-form-list > li .input.text{position:absolute !important;}
#section-kmt .kmt-login-form-list > li label span{z-index:2 !important;top:-4px !important;left:2px !important;}
#section-kmt .kmt-login-form-list > li .input.text{width:100% !important;height:40px !important;font-size:12px !important;top:17px !important;}
#section-kmt .kmt-login-body{position:relative !important;margin-top:10px !important;}
#section-kmt .button.kmt-login-button{padding:2px 13px !important;font-size:12px !important;}
#section-kmt .kmt-login [for="remember"]{margin-right:10px !important;line-height:30px !important;margin-right:20px !important;font-size:11px !important;}
#section-kmt .kmt-login [for="remember"] #remember{vertical-align:middle !important;}
#section-kmt .kmt-login-link{text-decoration:none !important;font-size:11px !important;}
#section-kmt .kmt-login-link + .kmt-login-link{margin-left:10px !important;}
#section-kmt .link-register i,
#section-kmt .link-forgot i{display:inline-block !important;width:16px !important;height:16px !important;line-height:16px !important;vertical-align:text-bottom !important;}
#section-kmt .link-register i{background:url(/local/templates/main/css/../images/ico-register.png) 0 center no-repeat !important;}
#section-kmt .link-forgot i{background:url(/local/templates/main/css/../images/ico-forgot.png) 0 center no-repeat !important;}
.kmt-readon{display:inline-block;width:100%;}
.kmt-readon span{padding-left:20px;}
.kmt-readon span.aligned-right{float:right;margin-left:15px;}
.kmt-readon span.aligned-left{float:left;margin-right:15px;}
.kmt-readon span.kmt-hits{background:url(/local/templates/main/css/../images/ico-hits.png) 0 center no-repeat;}
.kmt-readon span.kmt-readmore{background:url(/local/templates/main/css/../images/ico-readmore.png) 0 center no-repeat;}
.kmt-readon span.kmt-comment{background:url(/local/templates/main/css/../images/ico-comment.png) 0 center no-repeat;}
body .kmt-likers{width:520px;}
body .kmt-likers .kmt-liker-thumb{float:left;display:inline-block;position:relative;margin:2px;}
body .kmt-likers .kmt-liker-thumb img{width:100px;height:100px;}
body .kmt-likers .kmt-liker-thumb > b{display:block;position:absolute;bottom:0;width:100%;background:-moz-linear-gradient(top, transparent 0%, rgba(0,0,0,0.8) 100%);background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,rgba(0,0,0,0.8)));background:-webkit-linear-gradient(top, transparent 0%,rgba(0,0,0,0.8) 100%);background:-o-linear-gradient(top, transparent 0%,rgba(0,0,0,0.8) 100%);background:-ms-linear-gradient(top, transparent 0%,rgba(0,0,0,0.8) 100%);background:linear-gradient(to bottom, transparent 0%,rgba(0,0,0,0.8) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#cc000000',GradientType=0);}
body .kmt-likers .kmt-liker-thumb > b b{display:block;padding:4px 5px;color:#fff;font:11px/1.2 Tahoma,Arial,sans-serif}
body .kmt-likers .kmt-liker-name{padding:10px 0;}
body .kmt-likers .kmt-liker-name + .kmt-liker-name{border-top:1px solid #ddd;}
#fd_.ui{z-index:99999;}
#fd_.ui .ui-menu{list-style:none;padding:2px;margin:0;display:block;outline:none;border:1px solid #999;border-radius:0;-moz-border-radius:0;-webkit-border-radius:0;background:#fff;}
#fd_.ui .ui-menu #fd_.ui .ui-menu{margin-top:-3px;position:absolute;}
#fd_.ui .ui-menu .ui-menu-item{margin:0;padding:0;width:100%;list-style:none;list-style-image:url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);background:none;}
#fd_.ui .ui-menu .ui-menu-divider{margin:5px -2px 5px -2px;height:0;font-size:0;line-height:0;border-width:1px 0 0 0;}
#fd_.ui .ui-menu .ui-menu-item a{text-decoration:none;display:block;padding:2px .4em;line-height:1.5;min-height:0;font-weight:normal;font-family:Tahoma,Arial,sans-serif;font-size:11px;text-align:left;border-radius:2px;-moz-border-radius:2px;-webkkit-border-radius:2px;}
#fd_.ui .ui-menu .ui-menu-item a.ui-state-focus,
#fd_.ui .ui-menu .ui-menu-item a.ui-state-active{font-weight:normal;background:#ddd;}
.kmt-item .parentContainer{background:none repeat scroll 0 0 #fafafa;color:#666;border:1px solid #bbb;bottom:110%;padding:15px;position:absolute;left:25px;right:25px;border-radius:3px;-moz-border-radius:3px;-webkkit-border-radius:3px;box-shadow:0 0 5px rgba(0,0,0,0.2);}
.kmt-item .parentContainer .kmt-text{margin:5px 0 0 55px;}
.kmt-item .parentContainer .kmt-time{margin:0 0 0 10px;font-size:11px;color:#999;}
body .kmt-notification{position:fixed;bottom:20px;right:20px;font:bold 11px/54px 'Lucida Grande',Tahoma,Arial,sans-serif!important;text-shadow:0 0 1px rgba(0,0,0,0.9);color:#fff;white-space:nowrap;}
body .kmt-notification > i,
body .kmt-notification > b,
body .kmt-notification > span{float:left;display:inline-block;background-image:url(/local/templates/main/css/../images/control-sprite.png);height:54px;}
body .kmt-notification > i,
body .kmt-notification > b{width:10px;background-position:0 -192px;}
body .kmt-notification > b{background-position:-10px -192px;}
body .kmt-notification > span{background-position:0 -246px;background-repeat:repeat-x;padding:0 20px;}
body .kmt-notification a{color:#4bd56e!important;text-decoration:none;background:none!important;}
body .kmt-notification a:hover{text-decoration:underline;}
#section-kmt .kmt-comment-locked{width:26px;height:26px;line-height:26px;display:inline-block;background:url(/local/templates/main/css/../images/ico-locked-big.png) 0 0 no-repeat;vertical-align:bottom;margin-right:6px;}
#section-kmt .kmt-comment-locked-small{width:16px;height:16px;line-height:16px;display:inline-block;background:url(/local/templates/main/css/../images/control-sprite.png) -16px -160px no-repeat;}
.kmt-locked-wrap{text-align:center;line-height:26px;border:1px dashed #ddd;padding:14px;color:#666;font-weight:bold;font-size:16px;}
.kmt-dialog .kmt-error-message{font-size:16px;margin-left:100px;line-height:20px;position:relative;top:10px;}
.kmt-dialog .kmt-error-status{border:0px dotted black;padding:10px;position:relative;z-index:2;}
.kmt-dialog .kmt-error-status textarea{width:460px;height:200px;overflow:auto;padding:10px;font-size:12px;font-family:sans-serif;color:#555;border:1px solid #aaa;line-height:20px;font-weight:bold;background-color:#fff;background-image:-webkit-gradient(linear,left bottom,left top,color-stop(0.85,white),color-stop(0.99,#eee));background-image:-webkit-linear-gradient(center bottom,white 85%,#eee 99%);background-image:-moz-linear-gradient(center bottom,white 85%,#eee 99%);background-image:-o-linear-gradient(bottom,white 85%,#eee 99%);background-image:-ms-linear-gradient(top,#fff 85%,#eee 99%);background-image:linear-gradient(top,#fff 85%,#eee 99%);}
.kmt-dialog .kmt-error-icon{background:url(/local/templates/main/css/../images/icon-error.png) 14px 0 no-repeat;padding:8px 0 0;position:absolute;top:60px;left:14px;width:90px;height:70px;z-index:1;}
#section-kmt .kmt-code{display:block;background-color:#f5f5f5;padding:10px;border:1px solid #ccc;margin:0 0 20px;line-height:14px;font-family:monospace, monospace;_font-family:'courier new', monospace;font-size:12px;white-space:pre-wrap;word-wrap:break-word;border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;}
#section-kmt.kmt-preview{border:1px solid #ddd;min-height:10px;padding:10px;border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;-o-box-sizing:border-box;box-sizing:border-box;}
#section-kmt.kmt-preview .kmt-list{margin:0 0 10px;border-bottom:1px solid #DDDDDD;}
#section-kmt.kmt-preview .kmt-list > li > div{padding:10px;}
#section-kmt.kmt-preview .kmt-preview-title{font-size:14px;line-height:16px;margin:0 0 10px;}
#section-kmt.kmt-preview .kmt-btn-viewmore{text-decoration:none;float:right !important;display:inline-block;background:#fff;border:1px solid #aaa;border-bottom-color:#999;color:#555!important;cursor:pointer;font-family:'Lucida Grande',Tahoma,Arial,sans-serif!important;font-size:11px!important;height:auto!important;line-height:25px!important;padding:0 4px!important;margin:0!important;text-shadow:none;border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;background:-moz-linear-gradient(top, #ffffff 0%, #eeeeee 100%);background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#eeeeee));background:-webkit-linear-gradient(top, #ffffff 0%,#eeeeee 100%);background:-o-linear-gradient(top, #ffffff 0%,#eeeeee 100%);background:-ms-linear-gradient(top, #ffffff 0%,#eeeeee 100%);background:linear-gradient(top, #ffffff 0%,#eeeeee 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0);}
#section-kmt.w320 .input.kmt-location{width:98%;margin:18px 0 3px;}
#section-kmt.w320 #kmt-fame .kmt-fame-tabs li a.navs i{display:none;}
#section-kmt.w320 .kmt-toolbar{margin:0;padding:0;}
#section-kmt.w600 .kmt-toolbar *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;-o-box-sizing:border-box;box-sizing:border-box;}
#section-kmt.w600 .kmt-toolbar > li{width:50%;}
#section-kmt.w600 .kmt-sorting{margin-bottom:16px;width:50%;}
#section-kmt.w600 .kmt-sorting a{width:100%;}
#section-kmt.w600 .kmt-toolbar li.kmt-subs-email,
#section-kmt.w600 .kmt-toolbar li.kmt-subs-unemail,
#section-kmt.w600 .kmt-toolbar li.kmt-subs-rss{float:right;width:30px;}
#section-kmt.w320 .kmt-toolbar li.kmt-subs-email + .kmt-subs-rss{margin-right:0;}
#section-kmt.w320 .kmt-list > li{}
#section-kmt.w320 .kmt-list > li > div{padding:20px 0 70px;}
#section-kmt.w320 .kmt-option{position:relative;display:block;margin-top:10px;}
#section-kmt.w320 .kmt-option .kmt-permalink{width:18px;position:relative;font-size:0;font:0/0 a;color:transparent;text-shadow:none;}
#section-kmt.w320 .kmt-option .kmt-permalink:before{content:'#';display:block;position:absolute;top:10px;left:8px;width:18px;z-index:2;font-size:16px;color:#666;font-weight:bold;font-family:sans-serif;}
#section-kmt.w320 .kmt-option > span.kmt-report-wrap > .kmt-report{display:block;}
#section-kmt.w320 .kmt-body{position:relative;top:10px;margin:0 0 15px;padding:10px 10px;clear:both;}
#section-kmt.w320 .kmt-meta{margin:0;}
#section-kmt.w320 .kmt-control-user{position:relative;}
#section-kmt.w320 .kmt-attachments-list li{display:block;}
#section-kmt.w320 .kmt-attachments-list li a.attachmentDetail{margin:10px 0 0;}
#section-kmt.w320 h3.kmt-title,
#section-kmt.w320 .kmt-info{height:auto;}
#section-kmt.w320 .kmt-form-author ul{}
#section-kmt.w320 .kmt-form-author ul li.col{width:100%;}
#section-kmt.w320 .kmt-login{padding:10px 10px 46px;}

.gallery-item__content .number {
	z-index: 99;
	height: 50px;
	width: 70px;
	position: absolute;
	color: black;
	/* display: inline-block; */
	right: 15px;
	text-align: center;
	/* vertical-align: middle; */
	top: 61px;
	border: 3px solid #525252;
	font-size: 30px;
	padding-top: 8px;
	background-color: #fff;
}



/* End */


/* Start:/local/templates/main/css/portfolio.css?17229007704712*/
.page-gallery__works .item_img {
  position: relative;
}
.page-gallery__works .item_img .more_wrapper {
  background: rgba(186, 159, 90, 0.5);
  top: 0;
  height: 100%;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  width: 100%;
}
.page-gallery__works .item_img .more_wrapper .vert-align {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -moz-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.page-gallery__works .item_img .more_wrapper .vert-align .btn {
  background: #74797f;
  color: white;
}
.page-gallery__works .item_img .more_wrapper .vert-align .btn:hover {
  background: #7b6733;
}
.page-gallery__works .item_img:hover .more_wrapper {
  opacity: 100;
  filter: alpha(opacity=10000);
}
.page-gallery__works .gallery-item {
  text-align: center;
}
.page-gallery__works .gallery-item .item_header h1.item_title a,
.page-gallery__works .gallery-item .item_header h2.item_title a,
.page-gallery__works .gallery-item .item_header h3.item_title a,
.page-gallery__works .gallery-item .item_header h4.item_title a,
.page-gallery__works .gallery-item .item_header h5.item_title a,
.page-gallery__works .gallery-item .item_header h6.item_title a {
  color: #ba9f5a;
}
.page-gallery__works .gallery-item .item_header h1.item_title a:hover,
.page-gallery__works .gallery-item .item_header h2.item_title a:hover,
.page-gallery__works .gallery-item .item_header h3.item_title a:hover,
.page-gallery__works .gallery-item .item_header h4.item_title a:hover,
.page-gallery__works .gallery-item .item_header h5.item_title a:hover,
.page-gallery__works .gallery-item .item_header h6.item_title a:hover {
  color: #74797f;
}
ul.gallery {
  font-size: 0;
}
ul.gallery .gallery-item {
  margin-bottom: 30px;
  font-size: 18px;
}
ul.gallery .gap {
  display: inline-block;
}
ul.gallery .gap:before {
  display: none;
}
ul.gallery .gallery-list {
  margin: 0 0 15px;
}
ul.gallery .gallery-list .galleryZoom {
  display: none;
}
.filters b,
.sorting b,
.layout-mode b {
  display: block;
  margin: 0 0 15px;
}
.layout-mode {
  float: right;
}
ul#filters {
  margin: 0 0 15px;
}
ul#filters li {
  display: inline-block;
  vertical-align: top;
}
ul#filters li a {
  cursor: pointer;
}
.sorting {
  text-align: center;
}
.sorting ul#sort {
  display: inline-block;
  margin-bottom: 29px;
}
.sorting ul#sort li {
  margin: 0 8px 16px;
}
.sorting ul#sort li a {
  cursor: pointer;
  border: none;
}
.sorting ul#sort li a:after {
  font-family: FontAwesome;
  margin-left: 7px;
}
.sorting ul#sort li a[data-order=asc]:after {
  content: '\f0d7';
}
.sorting ul#sort li a[data-order=desc]:after {
  content: '\f0d8';
}
.sorting ul#sort li a:hover {
  border: none;
  color: #ba9f5a;
}
.sorting ul#sort li.active {
  color: #ba9f5a;
}
.sorting ul#sort li.active a {
  border: none;
  color: #ba9f5a;
}
.sorting ul#sort li.active a:hover {
  border: none;
}
ul#order {
  float: right;
  position: relative;
  z-index: 2;
}
ul#grid-list {
  margin: 0 0 15px;
}
ul#grid-list li {
  display: inline-block;
}
.gallery-grid .item_img {
  margin-right: 0;
}
.page-gallery_img {
  margin-left: 0;
}
/*======================= Portfolio Project Page ========================*/
.item_img .articleGalleryZoom .BWfade,
.item_img .galleryZoomIcon .BWfade {
  display: none !important;
}
.item_img .articleGalleryZoom:before,
.item_img .galleryZoomIcon:before,
.item_img .articleGalleryZoom:after,
.item_img .galleryZoomIcon:after {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 1;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.item_img .articleGalleryZoom:before,
.item_img .galleryZoomIcon:before {
  content: '';
  background: #ba9f5a;
  bottom: 0;
  top: 0;
  opacity: 0;
  filter: alpha(opacity=0);
}
.item_img .articleGalleryZoom:after,
.item_img .galleryZoomIcon:after {
  top: 50%;
  color: #FFF;
  content: '\f00e';
  font-family: 'FontAwesome';
  font-size: 0;
  line-height: 0;
  text-align: center;
}
.item_img .articleGalleryZoom:hover:before,
.item_img .galleryZoomIcon:hover:before {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.item_img .articleGalleryZoom:hover:after,
.item_img .galleryZoomIcon:hover:after {
  font-size: 40px;
}
.img-full__left.span5 {
  padding-left: 0;
}
.view-article #prevArrow,
.view-article #nextArrow {
  display: none;
}
@media (max-width: 767px) {
  ul.gallery .gallery-grid .item_img img {
    width: 100%;
  }
}
@media (max-width: 639px) {
  .gallery li.gallery_desc {
    display: none;
  }
}

/* End */


/* Start:/local/templates/main/css/price.css?17229007706653*/


.tab_content .items .item {
    width:297px;
    background:url('/local/templates/main/css/../img/b_item4.png') no-repeat top center;
    height: auto;
    box-sizing:border-box;
    margin-top:61px;
    vertical-align:top;
    display:inline-block;
    margin-left:17px;
    position:relative;
    padding-bottom: 100px;
    background-size: 100% 100%
}
.tab_content.itemsContent .items .item{
    width: 100%;
    background:url('/local/templates/main/css/../img/b_item25.png') no-repeat top center;
    height: 570px;
    text-align: center;
}

.tab_content .items .item {
    width: 30% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    border: 1px solid #a02d32;
    background: none !important;
    padding-top: 20px;
}

.tab_content.itemsContent .items .item p{
    width: 235px;
    display: inline-block;
    vertical-align: top;
    text-align:left;
}
.tab_content.itemsContent  .items .item a{
    left: 50%;
    margin-left: -90px;
}
.item_title {
    text-align:center;
    font-size:26px;
    color:#3a3329;
    text-transform:uppercase;
    font-family:"OpenSans";
    margin-top: 20px;
    margin-bottom:9px;
}
.tab_content .items .item label {
    cursor:auto;
    float:left;
    font-size:14px;
    color:#000000;
    font-family:"Open Sans";
    /*position:relative;*/
    padding-left:18px;
    margin-bottom:5px;
    line-height:1.5;
    font-weight: 700;
}
.tab_content .items .item label input {
    display:none;
}
.tab_content .items .item label span {
    color:#ad5a55;

    display:inline-block;
    font-family:"Open Sans";
    font-style:italic;
    font-weight: 400;

    cursor:pointer;
    -webkit-animation: balls2 3.0s 0s linear infinite;
    -moz-animation: balls2 3.0s 0s linear infinite;
    animation: balls2 0s linear infinite;
    font-size:13px;
}
.tab_content .items .item p {
    clear:both;
    padding-left:23px;
    padding-right:21px;
    padding-bottom: 10px;
    position:relative;
    margin-bottom: 25px;
}
.tab_content .items .item span.prices {
    float:right;
    font-size:14px;
    font-family:"Open Sans";
    color:#ba9f5a;
    /*position:absolute;*/
    right:10px;
    top:0px;
    font-weight: 700;
    margin-top: 0px;
}
.tab_content .items .item .price {
    clear:both;
    text-align:center;
    font-size:40px;

    color:#ba9f5a;
    font-family:"Open Sans";
    position:absolute;
    bottom:62px;
    width:100%;
    font-weight: 700;
}
.comments {
    text-align:center;
    font-size:18px;
    color:#ba9f5a;
    font-family:"Open Sans";
    position:absolute;
    bottom:36px;
    width:100%;
    font-weight: 600;
}

.all-wrap .wrapper {
  width: 1280px;
}
.tab_content .items .item a {
    display:block;
    font-size:18px;
    color:#ffffff;
    font-family:"Open Sans";
    text-decoration:none;
    /*#a02d32;*/
    background:#ad5a55;
    width:189px;
    text-align:center;
    margin:0 auto;
    position:absolute;
    bottom:-27px;
    left:53px;
    height:54px;
    line-height:54px;
    border-radius:6px;
    transition:0.3s;
    font-weight: 700;
}
.tab_content .items .item label i {
    display:inline-block;
    width:16px;
    height:16px;
    background:url('/local/templates/main/css/../img/minus.png') no-repeat top center;
    position:relative;
    /*top:5px;*/
    margin-right:6px;
    margin-left:-26px;
}

.item_title {
    margin-top: -15px;
    background: #f2f2f2;
    position: absolute;
    top: 0;
    left: 50%;
    padding: 0 10px;
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    font-size: 22px;
}

.tab_content .items .item.item1 .price {
    bottom: 62px;
}


.tab_content .items .item label i {
    background-image: url('/local/templates/main/css/../img/plus.png');
    width: 16px;
    height: 16px;
    float: left;
}

.tab_content .items {display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;

}

.tab_content .items .item {
  width: 30% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    border: 1px solid #a02d32;
    background: none !important;
    padding-top: 40px;

}

.item_title {
    margin-top: -15px;
    background: #f2f2f2;
    position: absolute;
    top: 0;
    left: 50%;
    padding: 0 10px;
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    font-size: 22px;
}

.tab_content .items .item label {
    font-weight: normal;
    max-width: 230px;
    padding-left: 13px;
    text-align: left;
}

.tab_content .items .item p {
    padding-left: 20px;
}

.hidden-block-mobile {
  display: block;
}


.bottom-wrap {
    position: absolute;
    bottom: -80px;
    left: 50%;
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 189px;
}

.price {
    color: #000 !important;
    background: #f2f2f2;
    font-size: 30px;
    width: 150px !important;
    padding: 0 15px !important;
    left: 50% !important;
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.comments {
    bottom: 30px;
}

.tab_content .items .item a {
    left: 50%;
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -18px;
}

@media (min-width: 768px) {
  .tab_content .items .item {
    width: 47% !important;
/*      margin-left: 0 !important;
      margin-right: 0 !important;
      border: 1px solid #a02d32;
      background: none !important;
      padding-top: 40px;*/

  }
} 

@media (min-width: 1200px) {
  .tab_content .items .item {
    width: 30% !important;
/*      margin-left: 0 !important;
      margin-right: 0 !important;
      border: 1px solid #a02d32;
      background: none !important;
      padding-top: 40px;*/

  }
}

@media only screen and (max-width : 768px) {
  .tab_content .items .item {
    width: 97% !important;
      margin-left: 5px !important;
      margin-right: 0 !important;
      border: 1px solid #a02d32;
      background: none !important;
      padding-top: 40px;

  }
}
/* End */
/* /local/templates/main/css/chosen.css?172290077013412 */
/* /local/templates/main/css/template.css?1722900770237382 */
/* /local/templates/main/css/font-awesome.css?172290077037414 */
/* /local/templates/main/css/fl-bigmug-line.css?172290077012875 */
/* /local/templates/main/css/komento.css?17229007706805 */
/* /local/templates/main/css/lrstyle.css?17229007701006 */
/* /local/templates/main/css/navbar.css?17229007705956 */
/* /local/templates/main/css/common.css?172290077026711 */
/* /local/templates/main/css/dialog/default.css?17229007701928 */
/* /local/templates/main/css/fancybox/default.css?17229007703720 */
/* /local/templates/main/fancybox/css/jquery.fancybox.css?17229007705022 */
/* /local/templates/main/fancybox/helpers/css/jquery.fancybox-thumbs.css?1722900770765 */
/* /local/templates/main/css/style.css?172290077056635 */
/* /local/templates/main/css/portfolio.css?17229007704712 */
/* /local/templates/main/css/price.css?17229007706653 */
