@charset "utf-8";@import url(/media/system/css/system.css);/*!
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com

Version 1.6.2
Full source at https://github.com/harvesthq/chosen
Copyright (c) 2011-2016 Harvest http://getharvest.com

MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is generated by `grunt build`, do not edit it by hand.
*/

/* @group Base */
.chzn-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.chzn-container * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.chzn-container .chzn-drop {
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 1010;
  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;
}
.chzn-container .search-choice .group-name, .chzn-container .chzn-single .group-name {
  margin-right: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: normal;
  color: #999999;
}
.chzn-container .search-choice .group-name:after, .chzn-container .chzn-single .group-name:after {
  content: ":";
  padding-left: 2px;
  vertical-align: top;
}

/* @end */
/* @group Single Chosen */
.chzn-container-single .chzn-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 25px;
  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(#ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: -moz-linear-gradient(#ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: -o-linear-gradient(#ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: linear-gradient(#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('/media/jui/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('/media/jui/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"] {
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  background: white url('/media/jui/css/chosen-sprite.png') no-repeat 100% -20px;
  background: url('/media/jui/css/chosen-sprite.png') no-repeat 100% -20px;
  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 {
  color: #444;
  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;
  word-wrap: break-word;
  -webkit-touch-callout: none;
}
.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 {
  color: #777;
  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;
  margin: 0;
  padding: 0 5px;
  width: 100%;
  height: auto;
  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: 0;
  height: 25px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none;
  color: #999;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}
.chzn-container-multi .chzn-choices li.search-choice {
  position: relative;
  margin: 3px 5px 3px 0;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  max-width: 100%;
  border-radius: 3px;
  background-color: #eeeeee;
  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-size: 100% 19px;
  background-repeat: repeat-x;
  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 span {
  word-wrap: break-word;
}
.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('/media/jui/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(#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%);
  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%);
  /* JUI remove next line */
  /* box-shadow: 0 1px 0 #fff inset; */
}
.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: #222 !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('/media/jui/css/chosen-sprite.png') no-repeat -30px -20px;
  background: url('/media/jui/css/chosen-sprite.png') no-repeat -30px -20px;
  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;
}
/* Taken from https://github.com/joomla/joomla-cms/pull/16552 */
[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 */
@media (max-width: 767px) {
  .always-show .mega > .mega-dropdown-menu,
  .always-show .dropdown-menu {
    display: block !important;
    position: static;
  }
  .open .dropdown-menu {
    display: block;
  }
}
.t3-logo,
.t3-logo-small {
  display: block;
  text-decoration: none;
  text-align: left;
  background-repeat: no-repeat;
  background-position: center;
}
.t3-logo {
  width: 182px;
  height: 50px;
}
.t3-logo-small {
  width: 60px;
  height: 30px;
}
.t3-logo,
.t3-logo-color {
  background-image: url("//static.joomlart.com/images/jat3v3-documents/logo-complete/t3logo-big-color.png");
}
.t3-logo-small,
.t3-logo-small.t3-logo-color {
  background-image: url("//static.joomlart.com/images/jat3v3-documents/logo-complete/t3logo-small-color.png");
}
.t3-logo-dark {
  background-image: url("//static.joomlart.com/images/jat3v3-documents/logo-complete/t3logo-big-dark.png");
}
.t3-logo-small.t3-logo-dark {
  background-image: url("//static.joomlart.com/images/jat3v3-documents/logo-complete/t3logo-small-dark.png");
}
.t3-logo-light {
  background-image: url("//static.joomlart.com/images/jat3v3-documents/logo-complete/t3logo-big-light.png");
}
.t3-logo-small.t3-logo-light {
  background-image: url("//static.joomlart.com/images/jat3v3-documents/logo-complete/t3logo-small-light.png");
}
@media (max-width: 767px) {
  .logo-control .logo-img-sm {
    display: block;
  }
  .logo-control .logo-img {
    display: none;
  }
}
@media (min-width: 768px) {
  .logo-control .logo-img-sm {
    display: none;
  }
  .logo-control .logo-img {
    display: block;
  }
}
#community-wrap .collapse {
  position: relative;
  height: 0;
  overflow: hidden;
  display: block;
}
.body-data-holder:before {
  display: none;
  content: "grid-float-breakpoint:768px screen-xs:480px screen-sm:768px screen-md:992px screen-lg:1200px";
}

body {
  color: #5f656d;
  font-size: 15px;
  line-height: 24px;
  font-weight: 400;
  background: #1b2027;
  letter-spacing: normal;
  font-style: normal;
}
.custom_hover strong {
  display: none;
}
html {
  -ms-overflow-style: scrollbar;
}
html,
body {
  height: 100%;
}
@-ms-viewport {
  width: device-width;
}
body {
  -ms-overflow-style: scrollbar;
  height: 100%;
  margin: 0;
}
body:after {
  content: "";
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: -999;
}
body.disable-hover:after {
  z-index: 999999999999999999;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #f38a00;
  text-decoration: none;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
a:hover,
a:focus {
  color: #222931;
  outline: none !important;
  text-decoration: none;
}
a span {
  color: inherit;
  background: transparent;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
a span:before {
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
a span:hover {
  color: inherit;
  background: transparent;
}
a span:focus {
  background: transparent;
}
a:focus {
  background: transparent;
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
  text-decoration: none;
}
img {
  vertical-align: middle;
}
th,
td {
  line-height: 24px;
  text-align: left;
  vertical-align: top;
}
th {
  font-weight: bold;
}
td,
tr td {
  border-top: 1px solid #feb72a;
}
.cat-list-row0:hover,
.cat-list-row1:hover {
  background: #f5f5f5;
}
.cat-list-row1,
tr.cat-list-row1 td {
  background: #f5f6f6;
}
table.contentpane,
table.tablelist,
table.category,
table.admintable,
table.blog {
  width: 100%;
}
table.contentpaneopen {
  border: 0;
}
.star {
  color: #ffcc00;
}
.red {
  color: #cc0000;
}
hr {
  margin-top: 24px;
  margin-bottom: 24px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.wrap {
  width: auto;
  clear: both;
}
.center,
.table td.center,
.table th.center {
  text-align: center;
}
.element-invisible {
  position: absolute;
  padding: 0;
  margin: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.item-pageworks .pull-left {
  margin-right: 30px;
  margin-bottom: 30px;
}
[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;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  z-index: 1;
}
@media (max-width: 767px) {
  .item__module {
    margin-bottom: 50px;
  }
}
@media screen and (max-height: 639px) {
  .modal-dialog {
    bottom: 0;
    top: 0;
    transform: translate(-50%, 0%);
  }
}
.flex-wrapper {
  min-height: 100%;
  background: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Hind', sans-serif;
  font-weight: 400;
  line-height: 1.1;
  color: #222931;
  margin: 0;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1 {
  font-size: 46px;
  line-height: 52px;
  font-family: 'Hind', sans-serif;
  font-weight: 600;
  color: #222931;
  font-style: normal;
  text-align: left;
  margin-bottom: 50px;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  h1 {
    font-size: 30px;
    line-height: 32px;
  }
}
h2,
.h2 {
  font-size: 34px;
  line-height: 40px;
  font-family: 'Hind', sans-serif;
  font-weight: 600;
  color: #f38a00;
  font-style: normal;
  text-align: left;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  h2,
  .h2 {
    font-size: 30px;
    line-height: 36px;
  }
}
h3,
.h3 {
  font-size: 28px;
  line-height: 38px;
  font-family: 'Hind', sans-serif;
  font-weight: 600;
  color: #222931;
  font-style: normal;
  text-align: left;
  letter-spacing: 0px;
  text-transform: uppercase;
  margin-bottom: 30px;
  position: relative;
  padding-bottom: 10px;
}
h3:after,
.h3:after {
  content: " ";
  position: absolute;
  left: 0;
  bottom: 0px;
  height: 3px;
  width: 20px;
  background: #f38a00;
}
@media (max-width: 1200px) {
  h3,
  .h3 {
    font-size: 24px;
    line-height: 30px;
  }
}
h4,
.h4 {
  font-size: 22px;
  line-height: 30px;
  font-family: 'Hind', sans-serif;
  font-weight: 600;
  color: #222931;
  font-style: normal;
  text-align: left;
  margin-bottom: 20px;
  text-transform: uppercase;
  padding-top: 10px;
  position: relative;
}
h4:before,
.h4:before {
  content: " ";
  position: absolute;
  left: 0;
  top: 0px;
  height: 3px;
  width: 20px;
  background: #f38a00;
}
@media (max-width: 991px) {
  h4,
  .h4 {
    font-size: 16px;
    line-height: 20px;
  }
}
h5,
.h5 {
  font-size: 22px;
  line-height: 30px;
  font-family: 'Hind', sans-serif;
  font-weight: 600;
  color: #222931;
  font-style: normal;
  text-align: left;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  h5,
  .h5 {
    font-size: 20px;
    line-height: 22px;
  }
}
h6,
.h6 {
  font-size: 14px;
  line-height: 20px;
  font-family: 'Hind', sans-serif;
  font-weight: 600;
  color: #222931;
  font-style: normal;
  text-align: left;
  margin-bottom: 10px;
  text-transform: uppercase;
}
p {
  margin: 0 0 20px;
}
.lead {
  margin-bottom: 24px;
  font-size: 17px;
  font-weight: 200;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 22.5px;
  }
}
small,
.small {
  font-size: 85%;
}
cite {
  font-style: normal;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-muted {
  color: #999999;
}
.text-primary {
  color: #f38a00;
}
a.text-primary:hover {
  color: #c06d00;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #f38a00;
}
a.bg-primary:hover {
  background-color: #c06d00;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover {
  background-color: #e4b9b9;
}
.highlight {
  background-color: #FFC;
  font-weight: bold;
  padding: 1px 4px;
}
.page-header {
  padding-bottom: 0;
  margin: 0;
  border-bottom: none;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 12px;
}
ul li,
ol li {
  font-size: 15px;
  line-height: 30px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
ol {
  padding: 0;
  counter-reset: item;
}
ol li {
  position: relative;
  list-style: none;
}
ol li:before {
  content: counters(item, ". ", decimal-leading-zero) ". ";
  counter-increment: item;
  color: #f38a00;
  margin-right: 12px;
}
ul {
  padding: 0;
}
ul li {
  list-style: none;
}
ul.icons li {
  font-size: 18px;
  line-height: 46px;
  color: #333333;
  font-weight: 700;
}
ul.icons li:before {
  vertical-align: middle;
  font-size: 40px;
  margin-right: 10px;
  color: #f38a00;
}
.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: 24px;
}
dt,
dd {
  line-height: 24px;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .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;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 47px 20px 35px 0;
  margin: 0;
  font-size: 18.75px;
  position: relative;
  display: inline-block;
}
blockquote:before {
  position: absolute;
  content: '\“';
  font-size: 65px;
  line-height: 65px;
  color: #f38a00;
  top: 0;
  left: 0;
  font-family: 'Hind', sans-serif;
}
blockquote p {
  font-size: 16px;
  line-height: 23px;
  font-weight: 300;
  font-family: 'Hind', sans-serif;
}
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: 24px;
  color: #333333;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.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';
}
address {
  margin-bottom: 24px;
  font-style: normal;
  line-height: 24px;
}
code,
kbd,
pre,
samp {
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
}
.btn-actions {
  text-align: center;
}
.features-list {
  margin-top: 72px;
  
}
.features-list .page-header {
  border: 0;
  text-align: center;
}
.features-list .page-header h1 {
  font-size: 47px;
}
.features-list .feature-row {
  overflow: hidden;
  min-height: 200px;
  color: #696f72;
  border-top: 1px solid #e0e2e3;
  padding: 72px 0 0;
  text-align: center;
}
.features-list .feature-row:last-child {
  border-bottom: 1px solid #e0e2e3;
  margin-bottom: 72px;
}
.features-list .feature-row h3 {
  font-size: 30px;
}
.features-list .feature-row div:first-child {
  padding-left: 0;
}
.features-list .feature-row div:last-child {
  padding-right: 0;
}
.features-list .feature-row div:first-child.feature-img img {
  float: left;
}
.features-list .feature-row div:last-child.feature-img img {
  float: right;
}
.jumbotron h2 {
  font-size: 47px;
}
.jumbotron iframe {
  margin-top: 24px;
}
mark {
  background: #333333;
  color: white;
}

table {
  width: 100%;
}
form mark {
  background: none !important;
  font-size: 11px !important;
  line-height: 14px !important;
  bottom: 100%;
  right: 0;
  padding: 0 !important;
  position: absolute;
  z-index: 1;
  text-transform: uppercase;
}
form mark label {
  color: #ff0000;
  display: block;
  font-size: 11px !important;
  line-height: 14px !important;
  margin: 0 !important;
  width: auto !important;
  display: inline-block;
}
form mark label.error {
  display: inline;
}
form textarea {
  min-height: 120px;
  max-height: 120px;
}
form .btn,
form .kbutton {
  padding: 15px 30px;
}
.control,
.control-group,
.mod_tm_ajax_contact_form .control-group-input {
  position: relative;
}
.control.reset-margin,
.control-group.reset-margin,
.mod_tm_ajax_contact_form .control-group-input.reset-margin,
.control:last-child,
.control-group:last-child,
.mod_tm_ajax_contact_form .control-group-input:last-child,
.control select,
.control-group select,
.mod_tm_ajax_contact_form .control-group-input select,
.control textarea,
.control-group textarea,
.mod_tm_ajax_contact_form .control-group-input textarea,
.control input[type="text"],
.control-group input[type="text"],
.mod_tm_ajax_contact_form .control-group-input input[type="text"],
.control input[type="password"],
.control-group input[type="password"],
.mod_tm_ajax_contact_form .control-group-input input[type="password"],
.control input[type="datetime"],
.control-group input[type="datetime"],
.mod_tm_ajax_contact_form .control-group-input input[type="datetime"],
.control input[type="datetime-local"],
.control-group input[type="datetime-local"],
.mod_tm_ajax_contact_form .control-group-input input[type="datetime-local"],
.control input[type="date"],
.control-group input[type="date"],
.mod_tm_ajax_contact_form .control-group-input input[type="date"],
.control input[type="dates"] input[type="month"],
.control-group input[type="dates"] input[type="month"],
.mod_tm_ajax_contact_form .control-group-input input[type="dates"] input[type="month"],
.control input[type="time"],
.control-group input[type="time"],
.mod_tm_ajax_contact_form .control-group-input input[type="time"],
.control input[type="times"],
.control-group input[type="times"],
.mod_tm_ajax_contact_form .control-group-input input[type="times"],
.control input[type="week"],
.control-group input[type="week"],
.mod_tm_ajax_contact_form .control-group-input input[type="week"],
.control input[type="number"],
.control-group input[type="number"],
.mod_tm_ajax_contact_form .control-group-input input[type="number"],
.control input[type="email"],
.control-group input[type="email"],
.mod_tm_ajax_contact_form .control-group-input input[type="email"],
.control input[type="url"],
.control-group input[type="url"],
.mod_tm_ajax_contact_form .control-group-input input[type="url"],
.control input[type="search"],
.control-group input[type="search"],
.mod_tm_ajax_contact_form .control-group-input input[type="search"],
.control input[type="tel"],
.control-group input[type="tel"],
.mod_tm_ajax_contact_form .control-group-input input[type="tel"],
.control input[type="color"],
.control-group input[type="color"],
.mod_tm_ajax_contact_form .control-group-input input[type="color"],
.control .uneditable-input,
.control-group .uneditable-input,
.mod_tm_ajax_contact_form .control-group-input .uneditable-input {
  width: 100%;
}
.control.reset-margin,
.control-group.reset-margin,
.mod_tm_ajax_contact_form .control-group-input.reset-margin {
  margin-bottom: 0;
}
.control-group-captcha {
  margin-bottom: 20px;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="dates"] input[type="month"],
input[type="time"],
input[type="times"],
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%;
  width: 100%;
  height: 50px;
  background: #ffffff;
  border: 1px solid #e5e5e5;
  color: #5f656d;
  font-family: 'Hind', sans-serif;
  font-size: 15px;
  line-height: 20px;
  padding: 16px 20px 12px 20px;
  vertical-align: middle;
  outline: none;
  font-weight: 400;
  margin-bottom: 20px;
  -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: 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="dates"] input[type="month"]:-webkit-autofill,
input[type="time"]:-webkit-autofill,
input[type="times"]:-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 #ffffff !important;
  -webkit-text-fill-color: #5f656d !important;
  color: #5f656d !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="dates"] input[type="month"]:focus,
input[type="time"]:focus,
input[type="times"]: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: #ffa227;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 0 none;
}
@media (min-width: 320px) and (max-width: 767px) {
  select,
  textarea,
  input[type="text"],
  input[type="password"],
  input[type="datetime"],
  input[type="datetime-local"],
  input[type="date"],
  input[type="dates"] input[type="month"],
  input[type="time"],
  input[type="times"],
  input[type="week"],
  input[type="number"],
  input[type="email"],
  input[type="url"],
  input[type="search"],
  input[type="tel"],
  input[type="color"],
  .uneditable-input {
    line-height: 20px !important;
    height: auto !important;
  }
}
label.inline {
  display: inline-block;
}
.mod_tm_ajax_contact_form_select {
  margin-bottom: 20px;
  font-size: 0;
}
div.chzn-container {
  font-size: 14px;
  line-height: 24px;
  text-align: left;
  margin-bottom: 20px;
}
div.chzn-container .chzn-results {
  margin: 0;
  padding: 0;
}
div.chzn-container .chzn-results li {
  padding: 10px 20px;
  color: #5f656d;
  background: #ffffff;
}
div.chzn-container .chzn-results li.highlighted {
  background: #f38a00;
  color: #ffffff;
}
div.chzn-container-single .chzn-single {
  background: #ffffff;
  height: 50px;
  padding: 13px 20px;
  line-height: inherit;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: 2px solid #e5e5e5;
  color: #5f656d;
  font-weight: 400;
}
div.chzn-container-single .chzn-single > span {
  padding-right: 50px;
}
div.chzn-container-single .chzn-single div {
  background: none !important;
  color: #5f656d;
  height: 50px;
  top: -1px;
  right: 5px;
  width: 50px;
  -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: #ffffff;
  border: 2px solid #e5e5e5;
}
div.chzn-container-single.chzn-container-active.chzn-with-drop .chzn-single div {
  background: #1b2027;
  color: #5f656d;
}
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 0px 0px;
  -moz-border-radius: 0 0 0px 0px;
  border-radius: 0 0 0px 0px;
  -webkit-box-shadow: insset 0px 0px 0px 2px #e5e5e5;
  box-shadow: insset 0px 0px 0px 2px #e5e5e5;
  border: none;
  border-top: none;
  margin: 0;
  height: auto;
  color: #374046;
  box-sizing: border-box;
  margin-top: 0px;
}
div.chzn-container-single .chzn-results {
  width: 100%;
  overflow: hidden;
}
div.chzn-container-single .chzn-results li {
  color: #374046;
  text-transform: capitalize;
}
.chzn-container .chzn-drop {
  z-index: 1009;
}
span.checkbox {
  position: relative;
  display: inline-block;
  min-height: 0;
  height: 25px;
  line-height: 14px;
  width: 25px;
  background: #fff;
  border: 1px solid #f5f5f5;
  -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;
  min-height: inherit;
}
span.checkbox label.checkbox_inner:before {
  content: '';
  font-family: 'FontAwesome';
  font-size: 14px;
  height: 100%;
  left: 0px;
  position: absolute;
  right: 0;
  top: 4px;
  color: #feb72a;
  text-align: center;
}
span.checkbox + label {
  margin: 0 0 0 2px;
  vertical-align: middle;
  color: #5f656d;
  font-size: 15px;
}
span.radio {
  display: inline-block;
  height: 25px;
  line-height: 14px;
  min-height: 0;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 25px;
  border: 1px solid #f7f7f7;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #fff;
}
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: 10px;
  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: 10px;
  background: #feb72a;
  min-height: auto;
  font-size: 14px;
}
span.radio label.radio_inner {
  bottom: 0;
  left: 0;
  line-height: 14px;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  min-height: auto;
  min-height: inherit;
}
span.radio + label {
  margin: 0 0 0 2px;
  vertical-align: middle;
  color: #5f656d;
  font-size: 15px;
}
.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: 120px;
}
.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: 50px !important;
  line-height: 100%;
  padding: 0 !important;
  text-align: center;
  width: 50px !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: 24px;
}
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: 50px;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 24px;
  font-size: 22.5px;
  line-height: 48px;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #E5E5E5;
}
legend small {
  font-size: 18px;
  color: #999999;
}
label {
  color: #aaaaaa;
  font-size: 12px;
  font-weight: 400;
  display: block;
}
label + * {
  margin-top: 0px;
}
.uneditable-input {
  width: 206px;
}
input,
textarea {
  width: 100%;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #5f656d !important;
  opacity: 1;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #5f656d !important;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #5f656d !important;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #5f656d !important;
  opacity: 1;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #5f656d !important;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #5f656d !important;
}
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: 50px;
  line-height: 50px;
  max-width: 100%;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
select[multiple] {
  height: auto;
}
.uneditable-input,
.uneditable-textarea {
  color: #999999;
  background-color: #fcfcfc;
  border-color: #feb72a;
  -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: 24px;
}
.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: #f5f5f5;
}
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: #5f656d;
  border-color: #ff0000;
}
input:focus:invalid:focus,
textarea:focus:invalid:focus,
select:focus:invalid:focus {
  border-color: #f38a00;
}
input.error,
textarea.error,
select.error {
  border-color: #ff0000 !important;
  color: #5f656d !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: #5f656d !important;
}
.form-actions {
  padding: 23px 20px 24px;
  margin-top: 24px;
  margin-bottom: 24px;
  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: #848b94;
}
.help-block {
  display: block;
  margin-bottom: 12px;
}
.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: 15px;
}
.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: #bbff33;
  border-color: #669900;
}
.input-append .btn.hasTooltip,
.input-prepend .btn.hasTooltip {
  width: 50px;
  padding-left: 0;
  padding-right: 0;
}
.input-prepend {
  position: relative;
  
}
.input-prepend .add-on {
  display: none;
  font-size: 16px;
  width: 50px;
  height: 50px;
  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 #feb72a;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  line-height: 25px;
  width: 25px;
  color: #f38a00;
  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: #f38a00;
  color: #ffffff;
}
.input-prepend:focus .add-on {
  background: #F00;
}
.input-append input,
.input-append select,
.input-append .uneditable-input {
  -webkit-border-radius: 0px 0 0 0px;
  -moz-border-radius: 0px 0 0 0px;
  border-radius: 0px 0 0 0px;
}
.input-append input + .btn-group .btn:last-child,
.input-append select + .btn-group .btn:last-child,
.input-append .uneditable-input + .btn-group .btn:last-child {
  -webkit-border-radius: 0 0px 0px 0;
  -moz-border-radius: 0 0px 0px 0;
  border-radius: 0 0px 0px 0;
}
.input-append .add-on,
.input-append .btn,
.input-append .btn-group {
  margin-left: -1px;
}
.input-append .add-on:last-child,
.input-append .btn:last-child,
.input-append .btn-group:last-child > .dropdown-toggle {
  -webkit-border-radius: 0 0px 0px 0;
  -moz-border-radius: 0 0px 0px 0;
  border-radius: 0 0px 0px 0;
}
.input-prepend.input-append input,
.input-prepend.input-append select,
.input-prepend.input-append .uneditable-input {
  -webkit-border-radius: 0px 0 0 0px;
  -moz-border-radius: 0px 0 0 0px;
  border-radius: 0px 0 0 0px;
}
.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 0px 0px 0;
  -moz-border-radius: 0 0px 0px 0;
  border-radius: 0 0px 0px 0;
}
.input-prepend.input-append .add-on:first-child,
.input-prepend.input-append .btn:first-child {
  margin-right: -1px;
  -webkit-border-radius: 0px 0 0 0px;
  -moz-border-radius: 0px 0 0 0px;
  border-radius: 0px 0 0 0px;
}
.input-prepend.input-append .add-on:last-child,
.input-prepend.input-append .btn:last-child {
  margin-left: -1px;
  -webkit-border-radius: 0 0px 0px 0;
  -moz-border-radius: 0 0px 0px 0;
  border-radius: 0 0px 0px 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: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.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: 24px;
  -webkit-margin-top-collapse: separate;
}
.form-horizontal .control-group {
  margin-bottom: 24px;
}
.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: 12px;
}
.form-horizontal .form-actions {
  padding-left: 180px;
}
.mod_tm_ajax_contact_form table {
  border: none;
}
.mod_tm_ajax_contact_form table tr {
  border: none;
}
.mod_tm_ajax_contact_form table tr td {
  border: none;
}
.mod_tm_ajax_contact_form .timepicker .btn {
  padding: 0;
  margin: 0;
  background: #f38a00;
  color: white;
  border-radius: 0;
}
.mod_tm_ajax_contact_form .timepicker .btn:hover {
  background: #f38a00;
  color: #feb72a;
  border-radius: 0;
}
.mod_tm_ajax_contact_form .timepicker .btn span {
  margin: 0;
  padding: 0;
  background: transparent;
}
@media (min-width: 320px) and (max-width: 1199px) {
  select {
    -webkit-appearance: none;
    -webkit-border-radius: 50px !important;
    -moz-border-radius: 50px !important;
    border-radius: 50px !important;
    background-color: #f6f6f6 !important;
    background-image: url(/templates/theme3563/images/arrow-s.png) !important;
    background-position: 94% center!important;
    background-repeat: no-repeat !important;
  }
}

.dropdown-menu > li > a {
  padding: 5px 20px;
}
.dropdown-header {
  padding: 3px 20px;
  font-size: 15px;
}
.dropdown-header a {
  color: #999999;
}
.dropdown-submenu > a:after {
  border-left-color: #333333;
}
.dropdown-submenu:hover > a:after {
  border-left-color: #262626;
}
.nav > li > .separator {
  position: relative;
  display: block;
  padding: 10px 15px;
  line-height: 24px;
}
@media (min-width: 768px) {
  .nav > li > .separator {
    padding-top: 13px;
    padding-bottom: 13px;
  }
}
@media (max-width: 991px) {
  .nav > li > span {
    padding: 10px 15px;
    display: inline-block;
  }
}
.tab-content {
  text-align: left;
}
.nav-tabs {
  border: none;
  display: table;
  margin: 0 0 20px;
  width: auto;
}
.nav-tabs > li {
  margin-right: 20px;
}
.nav-tabs > li > a {
  border: none;
  font-size: 14px;
  line-height: 20px;
  color: #000;
  margin: 0 0;
  padding: 0 0;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
}
.nav-tabs > li > a:hover {
  color: #f38a00;
}
.nav-tabs > li.active > a {
  border: none;
  color: #f38a00;
  background: none;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #f38a00;
  border: none;
  background: none;
}
.nav .caret {
  border-top-color: #f38a00;
  border-bottom-color: #f38a00;
  border-bottom-width: 0;
  border-style: solid;
}
.nav a:hover .caret {
  border-top-color: #222931;
  border-bottom-color: #222931;
}
.t3-navhelper {
  background: #f38a00;
  border-top: 1px solid #eeeeee;
  color: #555555;
  padding: 5px 0;
}
.breadcrumb {
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  border-radius: 0;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
}
.breadcrumb > .active {
  color: #333333;
}
.breadcrumb > .active + li:before {
  content: "";
  padding: 0;
}
.breadcrumb > .active .hasTooltip {
  padding-right: 12px;
}
.breadcrumb .divider {
  display: none;
}
footer.pagination {
  float: none;
  display: block;
  width: 100%;
  text-align: center;
}
footer.pagination ul.pagination {
  margin: 15px auto;
  float: none;
}
.pagination {
  float: none;
}
@media (max-width: 767px) {
  .pagination > li > a,
  .pagination > li > span {
    font-size: 14px;
    line-height: 20px;
    padding: 5px 10px;
  }
}
.pagination,
.pagination-wrap {
  height: auto;
  margin: 0;
  padding: 0px 0 48px;
}
.pagination ul,
.pagination-wrap ul {
  margin: 0;
  text-align: center;
  width: 100%;
}
.pagination ul li,
.pagination-wrap ul li {
  display: inline-block;
  margin: 0 2px;
}
.pagination ul li > a,
.pagination-wrap ul li > a,
.pagination ul li > span,
.pagination-wrap ul li > span {
  display: block;
  padding: 8px 13px 5px;
  line-height: 20px;
  border: none !important;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.pagination ul li > a:focus,
.pagination-wrap ul li > a:focus,
.pagination ul li > span:focus,
.pagination-wrap ul li > span:focus {
  background: #feb72a;
}
.pagination ul li > a:focus:hover,
.pagination-wrap ul li > a:focus:hover,
.pagination ul li > span:focus:hover,
.pagination-wrap ul li > span:focus:hover {
  background: #f38a00;
}
.pagination ul li > a:hover,
.pagination-wrap ul li > a:hover,
.pagination ul li > span:hover,
.pagination-wrap ul li > span:hover {
  background: #f38a00;
  color: #000;
}
.pagination ul li > .pagenav,
.pagination-wrap ul li > .pagenav,
.pagination ul li > .hasTooltip,
.pagination-wrap ul li > .hasTooltip {
  background: #feb72a;
  color: #ffffff;
}
.pagination ul li > span.pagenav,
.pagination-wrap ul li > span.pagenav {
  background: #f38a00;
  color: #000;
}
.pagination {
  display: block;
}
.pagination:before,
.pagination:after {
  content: " ";
  display: table;
}
.pagination:after {
  clear: both;
}
.pagination:before,
.pagination:after {
  content: " ";
  display: table;
}
.pagination:after {
  clear: both;
}
@media screen and (min-width: 768px) {
  .pagination {
    float: left;
  }
}
.pagination .pagination {
  display: inline-block;
}
.counter {
  display: inline-block;
  margin-top: 24px;
  padding: 6px 12px;
  background-color: #feb72a;
  border: 1px solid #dddddd;
  border-radius: 4px;
}
@media screen and (min-width: 768px) {
  .counter {
    float: right;
  }
}
body.option-com_search .counter {
  border: none;
  background: transparent;
  color: #5f656d;
}

.navbar-toggle {
  padding: 5px 10px;
  display: inline-block;
  line-height: 35px;
  margin: 0;
  margin-top: 5px;
  width: 100%;
  margin-left: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.navbar-toggle .fa-bars {
  margin-right: 15px;
}
.navbar-toggle:hover {
  background: #feb72a;
  color: white;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.nav .open > a {
  background-color: transparent;
}
.nav .open > a:hover {
  background-color: transparent;
}
.navbar-nav {
  margin: 6.5px -15px;
}
@media (min-width: 768px) {
  .navbar-nav {
    margin: 0;
  }
}
@-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-container.scroll-to-fixed-fixed {
  background: #f38a00;
  z-index: 9999;
  width: 100% !important;
  -webkit-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
  padding: 0;
  -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.3);
  box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.3);
}
@media (max-width: 768px) {
  .stuck-container.scroll-to-fixed-fixed {
    position: relative !important;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.stuck-container.scroll-to-fixed-fixed .container {
  width: 100%;
  max-width: 1202px;
}
.navbar-mainmenu {
  margin: 0;
  position: static;
  border: none;
}
.navbar-mainmenu .nav > li > .separator {
  cursor: default;
}
.navbar-mainmenu .navbar-brand {
  color: #333333;
}
.navbar-mainmenu .navbar-brand:hover,
.navbar-mainmenu .navbar-brand:focus {
  color: #1a1a1a;
  background-color: transparent;
}
.navbar-mainmenu .navbar-text {
  color: #777777;
}
.navbar-mainmenu .navbar-nav {
  padding-top: 0px;
}
.navbar-mainmenu .navbar-nav li.icon {
  margin-bottom: -1px;
  margin-top: -15px;
  background: none !important;
  margin-left: 20px;
}
.navbar-mainmenu .navbar-nav li.icon > a {
  font-size: 0px;
  margin-right: 0px;
  text-decoration: none !important;
  border: none;
  width: 50px;
  height: 50px;
  text-align: center;
  background: #f38a00 !important;
  color: #fff;
  -webkit-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
.navbar-mainmenu .navbar-nav li.icon > a span {
  font-size: 24px;
  line-height: 50px;
  pointer-events: none;
  margin-right: 0px;
  margin-left: 5px;
  background: transparent;
  display: inline-block;
  color: #fff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .navbar-mainmenu .navbar-nav li.icon > a span {
    margin-left: 1px;
  }
}
.navbar-mainmenu .navbar-nav li.icon > a span:before {
  background: none;
}
.navbar-mainmenu .navbar-nav li.icon > a:hover {
  background: #feb72a !important;
  color: #fff;
}
.navbar-mainmenu .navbar-nav > li > a,
.navbar-mainmenu .navbar-nav > li > span {
  border-top: none;
  color: #fff;
  background: transparent;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  letter-spacing: .64px;
  font-family: 'Hind', sans-serif;
  text-transform: uppercase;
  padding: 25px 12px 25px 12px;
  margin-right: 1px;
  display: block;
  border-bottom: none;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .navbar-mainmenu .navbar-nav > li > a,
  .navbar-mainmenu .navbar-nav > li > span {
    margin-right: 10px;
    margin-left: 10px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .navbar-mainmenu .navbar-nav > li > a,
  .navbar-mainmenu .navbar-nav > li > span {
    margin-right: 5px;
    margin-left: 5px;
    text-transform: capitalize;
  }
}
.navbar-mainmenu .navbar-nav > li > a:hover,
.navbar-mainmenu .navbar-nav > li > span:hover {
  color: #fff;
  background: #222931;
}
.navbar-mainmenu .navbar-nav > li > a .caret,
.navbar-mainmenu .navbar-nav > li > span .caret {
  border-top-color: #fff !important;
  border-bottom-color: #fff !important;
}
.navbar-mainmenu .navbar-nav li {
  background: none;
}
.navbar-mainmenu .navbar-nav > li > .nav-header {
  color: #333333;
  display: inline-block;
  padding-top: 18px;
  padding-bottom: 18px;
}
.navbar-mainmenu .navbar-nav > .active > a,
.navbar-mainmenu .navbar-nav > .open > a,
.navbar-mainmenu .navbar-nav > .open > span,
.navbar-mainmenu .navbar-nav > .active > span,
.navbar-mainmenu .navbar-nav > .active > a:hover,
.navbar-mainmenu .navbar-nav > .open > a:hover,
.navbar-mainmenu .navbar-nav > .open > span:hover,
.navbar-mainmenu .navbar-nav > .active > span:hover,
.navbar-mainmenu .navbar-nav > .active > a:focus,
.navbar-mainmenu .navbar-nav > .open > a:focus,
.navbar-mainmenu .navbar-nav > .open > span:focus,
.navbar-mainmenu .navbar-nav > .active > span:focus {
  -webkit-transition: 0;
  -o-transition: 0;
  transition: 0;
  color: #fff;
  background: #222931;
}
.navbar-mainmenu .navbar-nav > .disabled > a,
.navbar-mainmenu .navbar-nav > .disabled > a:hover,
.navbar-mainmenu .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: none !important;
}
.navbar-mainmenu .navbar-toggle {
  border-color: #dddddd;
}
.navbar-mainmenu .navbar-toggle:hover {
  color: white;
  background-color: #feb72a;
}
.navbar-mainmenu .navbar-toggle .icon-bar {
  background-color: #cccccc;
}
.navbar-mainmenu .navbar-collapse,
.navbar-mainmenu .navbar-form {
  border-color: #efefef;
}
.navbar-mainmenu .navbar-nav > .dropdown > a:hover .caret,
.navbar-mainmenu .navbar-nav > .dropdown > a:focus .caret {
  border-top-color: #f38a00;
  border-bottom-color: #f38a00;
}
.navbar-mainmenu .navbar-nav > .open > a,
.navbar-mainmenu .navbar-nav > .open > span,
.navbar-mainmenu .navbar-nav > .open > a:hover,
.navbar-mainmenu .navbar-nav > .open > span:hover,
.navbar-mainmenu .navbar-nav > .open > a:focus,
.navbar-mainmenu .navbar-nav > .open > span:focus {
  background-color: none;
}
.navbar-mainmenu .navbar-nav > .open > a .caret,
.navbar-mainmenu .navbar-nav > .open > span .caret,
.navbar-mainmenu .navbar-nav > .open > a:hover .caret,
.navbar-mainmenu .navbar-nav > .open > span:hover .caret,
.navbar-mainmenu .navbar-nav > .open > a:focus .caret,
.navbar-mainmenu .navbar-nav > .open > span:focus .caret {
  border-top-color: #000;
  border-bottom-color: #000;
}
.navbar-mainmenu .navbar-nav > .dropdown > a .caret {
  border-top-color: #000;
  border-bottom-color: #000;
}
@media (max-width: 767px) {
  .navbar-mainmenu .navbar-nav .open .dropdown-menu > li > a {
    color: #333333;
  }
  .navbar-mainmenu .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-mainmenu .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #f38a00;
    background-color: none;
  }
  .navbar-mainmenu .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-mainmenu .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-mainmenu .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #f38a00;
    background-color: none;
  }
  .navbar-mainmenu .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-mainmenu .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-mainmenu .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: none;
  }
}
.navbar-mainmenu .navbar-link {
  color: #333333;
}
.navbar-mainmenu .navbar-link:hover {
  color: #f38a00;
}
.t3-mainnav {
  border-left: 0;
  border-right: 0;
  border-radius: 0;
  position: relative;
  z-index: 111;
}
.t3-mainnav .t3-mainnav-wrapper {
  display: block;
  width: 100%;
  position: static;
  z-index: 1200;
}
@media (max-width: 767px) {
  .t3-mainnav .t3-mainnav-wrapper {
    display: block;
    width: 100%;
  }
}
.t3-mainnav .t3-navbar {
  padding-left: 0;
  padding-right: 0;
  clear: both;
}
.t3-mainnav .t3-navbar-collapse .navbar-nav {
  margin: 0 0;
  border: none;
}
.t3-mainnav .t3-navbar-collapse .navbar-nav li > a .fa {
  margin-right: 5px;
}
.t3-mainnav .t3-navbar-collapse .navbar-nav > li:first-child > a {
  border-top: 0;
}
.t3-mainnav .t3-navbar-collapse .navbar-nav li span {
  cursor: default;
}
.t3-mainnav .t3-navbar-collapse .navbar-nav li > a,
.t3-mainnav .t3-navbar-collapse .navbar-nav li > span {
  border-top: none;
}
.t3-mainnav .t3-navbar-collapse .navbar-nav li.open > a,
.t3-mainnav .t3-navbar-collapse .navbar-nav li.open > span {
  border-top: none;
}
.t3-mainnav .t3-navbar-collapse .navbar-nav li.open > a:hover,
.t3-mainnav .t3-navbar-collapse .navbar-nav li.open > span:hover {
  border-top: none;
}
.t3-mainnav .t3-navbar-collapse .navbar-nav li.active > a,
.t3-mainnav .t3-navbar-collapse .navbar-nav li.active > span {
  border-top: none;
}
.t3-mainnav .t3-navbar-collapse .navbar-nav li.active > a:hover,
.t3-mainnav .t3-navbar-collapse .navbar-nav li.active > span:hover {
  border-top: none;
}
.t3-mainnav .t3-navbar-collapse .navbar-nav li.active.open a,
.t3-mainnav .t3-navbar-collapse .navbar-nav li.active.open span {
  border-top: none;
}
.t3-mainnav .t3-navbar-collapse .navbar-nav li.active.open a:hover,
.t3-mainnav .t3-navbar-collapse .navbar-nav li.active.open span:hover {
  border-top: none;
}
.t3-mainnav .t3-navbar-collapse .navbar-nav .open .dropdown-menu li a,
.t3-mainnav .t3-navbar-collapse .navbar-nav .open .dropdown-menu li span {
  border-top: none;
  background: transparent;
  color: #000;
}
.t3-mainnav .t3-navbar-collapse .navbar-nav .open .dropdown-menu li a:hover,
.t3-mainnav .t3-navbar-collapse .navbar-nav .open .dropdown-menu li span:hover {
  border-top: none;
  background: none;
  color: #f38a00;
}
.t3-mainnav .t3-navbar-collapse .navbar-nav .open .dropdown-menu li.active a,
.t3-mainnav .t3-navbar-collapse .navbar-nav .open .dropdown-menu li.active span {
  border-top: none;
  background: none;
  color: #f38a00;
}
.t3-mainnav .t3-navbar-collapse .navbar-nav .open .dropdown-menu li.active a:hover,
.t3-mainnav .t3-navbar-collapse .navbar-nav .open .dropdown-menu li.active span:hover {
  border-top: none;
  background: none;
  color: #f38a00;
}
.t3-mainnav .t3-navbar-collapse .navbar-nav .open .dropdown-menu li.active .dropdown-menu li a {
  color: #000;
}
.t3-mainnav .t3-navbar-collapse .navbar-nav .open .dropdown-menu li.active .dropdown-menu li a:hover {
  color: #f38a00;
}
.t3-mainnav .t3-navbar-collapse .navbar-nav .open .dropdown-menu li.active .dropdown-menu li.current a,
.t3-mainnav .t3-navbar-collapse .navbar-nav .open .dropdown-menu li.active .dropdown-menu li.active a {
  color: #f38a00;
}
.t3-mainnav .t3-navbar-collapse .navbar-nav .open .dropdown-menu > li > a,
.t3-mainnav .t3-navbar-collapse .navbar-nav .open .dropdown-menu .dropdown-header {
  border-top: none;
}
.t3-mainnav .t3-navbar-collapse .navbar-nav .dropdown > a,
.t3-mainnav .t3-navbar-collapse .navbar-nav .dropdown > span {
  padding-right: 25px;
}
.t3-mainnav .t3-navbar-collapse .navbar-nav .dropdown > a .caret,
.t3-mainnav .t3-navbar-collapse .navbar-nav .dropdown > span .caret {
  position: absolute;
  top: 46%;
  right: 10px;
}
.off-canvas-toggle {
  position: fixed !important;
  left: 0px !important;
  top: 0px !important;
  height: auto !important;
}
#t3-mainnav {
  padding: 0 16px;
  margin-top: 0px;
}
#t3-mainnav .newElement {
  display: none;
}
@media (min-width: 320px) and (max-width: 767px) {
  #t3-header {
    padding-top: 30px;
  }
  #t3-header #t3-mainnav {
    position: relative;
    height: 0px;
    min-height: 0px;
  }
  #t3-header #t3-mainnav .navbar-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 48px;
    padding: 0;
    margin: 0;
    z-index: 11;
    text-align: left;
    background: #fff;
    border-bottom: 1px solid #f38a00;
  }
  #t3-header #t3-mainnav .navbar-header .navbar-toggle {
    margin: 0;
    width: 100%;
    height: 50px;
    text-align: left;
  }
  #t3-header #t3-mainnav .navbar-header .icon.newElement {
    padding: 0px 10px;
    margin: 0px;
    position: absolute;
    top: 0px;
    right: 0px;
    margin-left: 0;
    display: block;
    background: none;
    border: none;
    z-index: 111;
    height: 48px;
  }
  #t3-header #t3-mainnav .navbar-header .icon.newElement a {
    padding: 0px;
    margin: 0px;
    background: none;
    font-size: 11px;
    line-height: 48px;
    font-weight: 400;
    text-transform: capitalize;
    color: #aaa;
  }
  #t3-header #t3-mainnav .navbar-header .icon.newElement a span {
    background: none;
    margin-right: 10px;
    position: relative;
    top: 2px;
  }
  #t3-header #t3-mainnav .navbar-header .icon.newElement:hover {
    background: #feb72a;
  }
  #t3-header #t3-mainnav .navbar-header .icon.newElement:hover a {
    color: #fff;
  }
  #t3-header #t3-mainnav .navbar-header .navbar-toggle {
    width: auto;
    float: none;
    padding-top: 0px;
    padding-bottom: 0px;
    border: none;
    height: 48px;
  }
  #t3-header #t3-mainnav .t3-mainnav-wrapper .t3-navbar.navbar-collapse {
    position: fixed;
    left: 0;
    right: auto;
    top: 0;
    z-index: 10;
    -webkit-transition: 0.1s;
    -o-transition: 0.1s;
    transition: 0.1s;
    height: 100%;
    width: 100%;
  }
  #t3-header #t3-mainnav .t3-mainnav-wrapper .t3-navbar.navbar-collapse.collapse.in {
    display: block !important;
    right: 0;
  }
  #t3-header #t3-mainnav .t3-mainnav-wrapper .t3-navbar.navbar-collapse .t3-megamenu {
    background: white;
    height: auto;
    overflow: auto;
    width: 100%;
    padding-top: 60px;
    background: #6b7178;
    height: 100%;
  }
  #t3-header #t3-mainnav .t3-mainnav-wrapper .t3-navbar.navbar-collapse .t3-megamenu .nav {
    border: none;
    height: 100%;
  }
  #t3-header #t3-mainnav .t3-mainnav-wrapper .t3-navbar.navbar-collapse .navbar-nav {
    margin: 0px;
    padding-top: 0px;
    background: #fff;
    border: 1px solid #e6e6e6;
    border-top: none;
    background: #6b7178;
  }
  #t3-header #t3-mainnav .t3-mainnav-wrapper .t3-navbar.navbar-collapse .navbar-nav .caret {
    right: 20px;
  }
  #t3-header #t3-mainnav .t3-mainnav-wrapper .t3-navbar.navbar-collapse .navbar-nav > li > a,
  #t3-header #t3-mainnav .t3-mainnav-wrapper .t3-navbar.navbar-collapse .navbar-nav > li > span {
    margin: 0 0 1px 0;
    background: none;
    padding: 10px 15px;
  }
  #t3-header #t3-mainnav .t3-mainnav-wrapper .t3-navbar.navbar-collapse .navbar-nav > li > a:hover,
  #t3-header #t3-mainnav .t3-mainnav-wrapper .t3-navbar.navbar-collapse .navbar-nav > li > span:hover {
    color: #fff !important;
    background: #f38a00 !important;
  }
  #t3-header #t3-mainnav .t3-mainnav-wrapper .t3-navbar.navbar-collapse .navbar-nav > li.open > a,
  #t3-header #t3-mainnav .t3-mainnav-wrapper .t3-navbar.navbar-collapse .navbar-nav > li.active > a,
  #t3-header #t3-mainnav .t3-mainnav-wrapper .t3-navbar.navbar-collapse .navbar-nav > li.open > span,
  #t3-header #t3-mainnav .t3-mainnav-wrapper .t3-navbar.navbar-collapse .navbar-nav > li.active > span {
    color: #fff !important;
    background: #f38a00 !important;
  }
  #t3-header #t3-mainnav .t3-mainnav-wrapper .t3-navbar.navbar-collapse .navbar-nav .icon {
    display: none;
  }
}

.t3-module {
  background: transparent;
  color: inherit;
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
  .t3-module {
    margin-bottom: 48px;
  }
}
.t3-module .module-inner {
  padding: 0;
}
.module-title {
  background: transparent;
  color: inherit;
  font-size: 19px;
  margin: 0 0 12px 0;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .module-title {
    margin-bottom: 24px;
  }
}
.module-ct {
  background: transparent;
  color: inherit;
  padding: 0;
}
.module-ct:before,
.module-ct:after {
  content: " ";
  display: table;
}
.module-ct:after {
  clear: both;
}
.module-ct:before,
.module-ct:after {
  content: " ";
  display: table;
}
.module-ct:after {
  clear: both;
}
.module-ct > ul,
.module-ct .custom > ul,
.module-ct > ol,
.module-ct .custom > ol {
  margin-left: 20px;
  padding-left: 0;
}
.module-ct > ul.unstyled,
.module-ct .custom > ul.unstyled,
.module-ct > ol.unstyled,
.module-ct .custom > ol.unstyled {
  padding-left: 0;
}
.module-ct > ul.nav,
.module-ct .custom > ul.nav,
.module-ct > ol.nav,
.module-ct .custom > ol.nav {
  padding-left: 0;
  margin-left: 0;
}
.module_menu .nav > li > a,
.module_menu .nav > li > .separator {
  padding: 6px 5px;
  display: block;
}
#login-form input[type="text"],
#login-form input[type="password"] {
  width: 100%;
}
#login-form ul.unstyled {
  margin-top: 24px;
  padding-left: 20px;
}
#login-form #form-login-remember label {
  font-weight: normal;
}
.banneritem a {
  font-weight: bold;
}
.bannerfooter {
  border-top: 1px solid #eeeeee;
  font-size: 13px;
  padding-top: 12px;
  text-align: right;
}
.categories-module,
ul.categories-module,
.category-module,
ul.category-module {
  margin: 0;
}
.categories-module li,
ul.categories-module li,
.category-module li,
ul.category-module li {
  list-style: none;
}
.categories-module h4,
ul.categories-module h4,
.category-module h4,
ul.category-module h4 {
  font-size: 15px;
  font-weight: normal;
  margin: 0;
}
.feed h4 {
  font-weight: bold;
}
.feed .newsfeed,
.feed ul.newsfeed {
  border-top: 1px solid #eeeeee;
}
.feed .newsfeed .feed-link,
.feed ul.newsfeed .feed-link,
.feed .newsfeed h5.feed-link,
.feed ul.newsfeed h5.feed-link {
  font-size: 15px;
  font-weight: normal;
  margin: 0;
}
.latestusers,
ul.latestusers {
  margin-left: 0;
}
.latestusers li,
ul.latestusers li {
  background: #eeeeee;
  display: inline-block;
  padding: 5px 10px;
  border-radius: 4px;
}
.stats-module dt,
.stats-module dd {
  display: inline-block;
  margin: 0;
}
.stats-module dt {
  font-weight: bold;
  width: 35%;
}
.stats-module dd {
  width: 60%;
}
.tags {
  clear: both;
}
.tags span,
.tags li {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
}
.tags span a,
.tags li a {
  display: block;
  padding: 10px 15px;
}
.tags span a.label,
.tags li a.label {
  font-size: 100%;
  line-height: 12px;
  border-radius: 0;
  font-weight: normal;
  color: white;
  background: #f38a00;
}
.tags span a.label:hover,
.tags li a.label:hover {
  background: #feb72a;
}
.tagspopular ul {
  margin: 0;
}
.tagspopular ul li {
  list-style: none;
}
.tagssimilar ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.tagssimilar ul > li {
  border-bottom: 1px solid #eeeeee;
  padding: 8px 0;
}
.tagssimilar ul > li > a {
  color: #555555;
}
.tagssimilar ul > li > a:hover,
.tagssimilar ul > li > a:focus,
.tagssimilar ul > li > a:active {
  color: #222931;
}
.module-ct > ol.breadcrumb {
  padding: 6px 12px;
  margin-left: 0;
}
@media (max-width: 1199px) {
  .home-video .bg_video {
    background-position: center center;
  }
}
.home-video #bg_video__content {
  padding: 219px 0;
}
.home-video #bg_video__content #bg_video__btn {
  width: 92px;
  height: 92px;
}
.home-video #bg_video__content #bg_video__btn:before {
  bottom: 0;
  color: #303030;
  content: "";
  display: inline-block;
  font: 33px/92px "FontAwesome";
  left: 8px;
  position: absolute;
  right: 0;
  top: 0;
}
.home-map {
  margin-top: 29px;
}
.home-map .map {
  height: 606px !important;
}
@media (max-width: 767px) {
  .home-map .map {
    height: 300px !important;
  }
}
.page-blog article,
.page-item__blog {
  text-align: left;
}
.page-blog article .item_header,
.page-item__blog .item_header {
  margin-bottom: 20px;
}
.addthis_toolbox {
  padding-top: 15px;
}
.item_info .item_info_dl {
  margin: 0 0 17px;
}
.item_info .item_info_dl dd {
  color: #5f656d;
  font-size: 13px;
  margin: 0 15px 0 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: #f38a00;
  margin-right: 2px;
}
.item_info .item_info_dl dd .item_category-name:before {
  content: "\f115";
}
.item_info .item_info_dl dd .item_createdby:before {
  content: "\f007";
}
.item_info .item_info_dl dd .item_hits:before {
  content: "\f06e";
}
.item_info .item_info_dl dd .item_published:before {
  content: "\f017";
}
.item_info .item_info_dl dd .kmt-comment:before {
  content: "\f0e6";
}
.item_info .item_info_dl dd a {
  color: #5f656d;
}
.item_info .item_info_dl dd a:hover {
  color: #f38a00;
}
.mod-search__top_search .navbar-form {
  padding: 0;
  position: relative;
  margin-right: 10px;
}
.mod-search__top_search .navbar-form .btn {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 50px;
  padding: 0;
  margin: 0;
  height: 50px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.mod-search__top_search .navbar-form .btn .fa {
  margin: 0 !important;
}
.mod-search__top_search .navbar-form .mod-search_searchword {
  width: 100%;
  padding-right: 50px;
  margin: 0;
}
.mod-search__top_search .fa-times {
  position: absolute;
  top: -13px;
  right: 0px;
  cursor: pointer;
  color: #f38a00;
}
.mod-search__top_search .fa-times:hover {
  color: #feb72a;
}
@media (max-width: 767px) {
  .mod-search__top_search .navbar-form {
    margin: 0;
  }
}

.items-leading .leading {
  margin-bottom: 48px;
}
.items-row .item {
  margin-bottom: 48px;
}
.divider-vertical {
  margin: 0 0 48px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.article-aside {
  color: #999999;
  font-size: 14px;
  margin-bottom: 24px;
}
.article-info {
  margin: 0;
  width: 85%;
}
.article-info .article-info-term {
  display: none;
}
.article-info dd {
  display: inline-block;
  margin-left: 0;
  margin-right: 10px;
  white-space: nowrap;
}
.article-info dd strong {
  font-weight: bold;
}
.tags {
  margin-bottom: 24px;
}
.article-footer {
  color: #999999;
  font-size: 13px;
  margin-bottom: 24px;
}
.article-intro img,
.article-content img {
  display: block;
  max-width: 100%;
  height: auto;
}
.article-intro img[align=left],
.article-content img[align=left],
.article-intro .img_caption.left,
.article-content .img_caption.left,
.article-intro .pull-left.item-image,
.article-content .pull-left.item-image {
  margin: 0 36px 24px 0;
}
.article-intro img[align=right],
.article-content img[align=right],
.article-intro .img_caption.right,
.article-content .img_caption.right,
.article-intro .pull-right.item-image,
.article-content .pull-right.item-image {
  margin: 0 0 24px 36px;
}
@media (max-width: 768px) {
  .article-content iframe {
    width: 100% !important;
    height: auto;
  }
}
.img-intro-none,
.img-intro-left,
.img-intro-right,
.img-fulltext-none,
.img-fulltext-left,
.img-fulltext-right,
.img_caption {
  position: relative;
}
.img-intro-none,
.img-intro-left,
.img-intro-right,
.img-fulltext-none,
.img-fulltext-left,
.img-fulltext-right,
.img_caption {
  margin-bottom: 24px;
  max-width: 100%;
}
.img-fulltext-left {
  float: left;
  margin-right: 24px;
}
.img-fulltext-right {
  float: right;
  margin-left: 24px;
}
.img-intro-none img,
.img-intro-left img,
.img-intro-right img,
.img-fulltext-none img,
.img-fulltext-left img,
.img-fulltext-right img {
  margin: 0;
}
.img_caption img {
  margin-bottom: 1px !important;
}
.img_caption p.img_caption {
  background: #eeeeee;
  color: #555555;
  font-size: 13px;
  width: 100%;
  margin: 0;
  padding: 5px;
  text-align: center;
  clear: both;
}
@media screen and (max-width: 767px) {
  article img[align=left],
  .img_caption.left,
  article img[align=right],
  .img_caption.right,
  .img-fulltext-left,
  .img-fulltext-right {
    float: none !important;
    margin-left: 0;
    margin-right: 0;
    width: 100% !important;
  }
}
article aside .btn-group > .dropdown-toggle,
article aside .btn-group > .dropdown-toggle:hover,
article aside .btn-group > .dropdown-toggle:active,
article aside .btn-group > .dropdown-toggle:focus {
  padding: 2px 5px;
}
article aside .btn-group > .dropdown-toggle .caret {
  margin-left: 2px;
}
.row-even,
.row-odd {
  padding: 5px;
  width: 99%;
  border-bottom: 1px solid #feb72a;
}
.row-odd {
  background-color: transparent;
}
.row-even {
  background-color: #f5f6f6;
}
.blog-row-rule,
.blog-item-rule {
  border: 0;
}
.row-fluid .row-reveal {
  visibility: hidden;
}
.row-fluid:hover .row-reveal {
  visibility: visible;
}
.nav-list > li.offset > a {
  padding-left: 30px;
  font-size: 12px;
}
.list-striped,
.row-striped {
  list-style: none;
  line-height: 24px;
  text-align: left;
  vertical-align: middle;
  border-top: 1px solid #feb72a;
  margin-left: 0;
  padding-left: 0;
}
.list-striped li,
.list-striped dd,
.row-striped .row,
.row-striped .row-fluid {
  border-bottom: 1px solid #feb72a;
  padding: 10px 15px;
}
.list-striped li:nth-child(odd),
.list-striped dd:nth-child(odd),
.row-striped .row:nth-child(odd),
.row-striped .row-fluid:nth-child(odd) {
  background-color: #f5f6f6;
}
.list-striped li:hover,
.list-striped dd:hover,
.row-striped .row:hover,
.row-striped .row-fluid:hover {
  background-color: #f5f5f5;
}
.row-striped .row-fluid {
  width: 97%;
}
.row-striped .row-fluid [class*="span"] {
  min-height: 10px;
}
.row-striped .row-fluid [class*="span"] {
  margin-left: 8px;
}
.row-striped .row-fluid [class*="span"]:first-child {
  margin-left: 0;
}
.list-condensed li {
  padding: 5px 10px;
}
.row-condensed .row,
.row-condensed .row-fluid {
  padding: 5px 10px;
}
.list-bordered,
.row-bordered {
  list-style: none;
  line-height: 18px;
  text-align: left;
  vertical-align: middle;
  margin-left: 0;
  border: 1px solid #feb72a;
}
.login-wrap .other-links ul {
  padding-left: 15px;
}
.form-register fieldset {
  padding: 0 0 10px;
}
.form-register p {
  margin: 0 0 5px;
}
.form-register p.form-des {
  margin: 15px 0;
}
.form-register label {
  display: block;
  float: left;
  font-weight: bold;
  text-align: right;
  width: 130px;
}
.form-register .input,
.form-register .inputbox {
  margin-left: 10px;
  width: 200px;
}
.form-register .btn,
.form-register .button {
  margin-left: 140px;
}
.registration fieldset dt {
  margin-right: 5px;
}
.admintable textarea {
  max-width: 90% !important;
  resize: none;
}
.com_mailto body {
  padding: 12px;
}
.com_mailto .t3-mainbody {
  padding-top: 0;
  padding-bottom: 0;
}
.com_mailto .t3-content {
  width: auto;
}
#mailto-window {
  background: #fff;
  margin: 10px 0 20px;
  padding: 0;
  position: relative;
}
#mailto-window h2 {
  margin-top: 0;
  margin-bottom: 20px;
}
#mailtoForm .formelm {
  padding: 5px 0;
  vertical-align: middle;
  overflow: hidden;
}
#mailtoForm .formelm label {
  display: inline-block;
  float: left;
  font-weight: bold;
  vertical-align: middle;
  width: 100px;
}
#mailtoForm p {
  margin-top: 20px;
}
#mailtoForm .input,
#mailtoForm .inputbox {
  width: 65%;
}
#mailtoForm .btn,
#mailtoForm .button,
#mailtoForm button {
  margin-right: 5px;
}
.user-details {
  padding: 10px 0;
}
.user-details p {
  margin: 0 0 5px;
}
.user-details label {
  display: block;
  float: left;
  font-weight: bold;
  text-align: right;
  width: 130px;
}
.user-details .input,
.user-details .inputbox {
  margin-left: 10px;
  width: 200px;
}
.user-details .btn,
.user-details button {
  margin-left: 140px;
}
.user-details .paramlist .paramlist_key {
  padding: 0 0 5px;
  width: 130px;
}
.user-details .paramlist .paramlist_value {
  padding: 0 0 5px;
}
.user-details .user_name span {
  font-weight: bold;
  padding-left: 10px;
}
.reset .form-validate p,
.remind .form-validate p {
  background: #eeeeee;
  border: 1px solid #eeeeee;
  margin-bottom: 24px;
  padding: 12px 24px;
  border-radius: 4px;
}
.reset .form-validate fieldset dl,
.remind .form-validate fieldset dl {
  margin: 0;
}
.reset .form-validate fieldset dt,
.remind .form-validate fieldset dt {
  margin: 4px 0 0 0;
}
.profile-edit input {
  position: relative;
  min-height: 1px;
  padding-left: 6px;
  padding-right: 6px;
}
@media (min-width: 768px) {
  .profile-edit input {
    float: left;
    width: 50%;
  }
}
.profile-edit select {
  position: relative;
  min-height: 1px;
  padding-left: 6px;
  padding-right: 6px;
}
@media (min-width: 768px) {
  .profile-edit select {
    float: left;
    width: 50%;
  }
}
.profile-edit select + button {
  margin-left: 5px;
}
.search .page-title {
  margin-bottom: 30px;
}
.chzn-single {
  display: inline-block;
}
#searchForm:before,
#searchForm:after {
  content: " ";
  display: table;
}
#searchForm:after {
  clear: both;
}
#searchForm:before,
#searchForm:after {
  content: " ";
  display: table;
}
#searchForm:after {
  clear: both;
}
#searchForm fieldset {
  margin: 24px 0;
}
#searchForm legend {
  margin-bottom: 12px;
}
#searchForm .phrases-box span.radio {
  margin-right: 10px;
  margin-top: 5px;
}
#searchForm .ordering-box #ordering_chzn {
  width: 250px !important;
}
@media (max-width: 767px) {
  #searchForm .ordering-box #ordering_chzn {
    width: 100% !important;
  }
}
#searchForm .form-limit #limit_chzn {
  width: 150px !important;
}
@media (max-width: 767px) {
  #searchForm .form-limit #limit_chzn {
    width: 100% !important;
  }
}
#searchForm select {
  width: auto;
  display: inline-block;
  margin-left: 5px;
  padding-left: 5px;
}
#searchForm .form-limit {
  margin-top: 24px;
}
#searchForm .form-limit .counter {
  background: transparent;
  border: none;
  margin-top: 0;
}
@media (max-width: 767px) {
  #searchForm .form-limit .counter {
    margin-top: 30px;
  }
}
#searchForm .btn {
  padding: 13px 39px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
#searchForm .btn:hover {
  z-index: auto;
}
#search-form ul#finder-filter-select-list {
  margin-left: 0;
  padding-left: 0;
}
#search-form ul#finder-filter-select-list li {
  list-style: none;
  padding: 12px 0;
}
#search-form ul#finder-filter-select-list li label {
  width: 150px;
}
#search-form .word .form-group {
  margin-bottom: 12px;
}
@media screen and (max-width: 768px) {
  #searchForm .radio-inline,
  #searchForm .checkbox-inline {
    display: block;
    width: 100%;
    margin-left: 0;
  }
}
.search-results {
  margin-top: 24px;
  margin-left: 0;
  padding-left: 0;
}
.search-results .result-title {
  font-size: 17px;
  margin-top: 24px;
}
.search-results .result-category {
  font-size: 13px;
  color: #999999;
}
.search-results .result-text {
  margin-top: 5px;
  margin-bottom: 5px;
}
.search-results .result-url {
  color: #555555;
  margin-top: 24px;
}
.search-results .result-created {
  font-size: 13px;
  color: #999999;
}
div.finder {
  margin-bottom: 24px;
}
#searchForm .phrases-box input[type="radio"] {
  vertical-align: top;
  margin-top: 3px;
}
@media (max-width: 768px) {
  .contact .thumbnail {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .contact .dl-horizontal > dt {
    float: left;
    margin-right: 5px;
    width: auto;
  }
}
@media (max-width: 768px) {
  .contact .dl-horizontal > dd {
    margin-left: 0;
  }
}
.contact-form #jform_contact_emailmsg {
  width: 100%;
}
.contact-form #jform_contact_message {
  width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .contact-form #jform_captcha-lbl {
    display: none;
  }
  .contact-form #recaptcha_image {
    width: 220px;
  }
  .contact-form #recaptcha_image img {
    max-width: 220px;
  }
  .contact-form #recaptcha_response_field {
    max-width: 220px;
  }
}
.contact .accordion-toggle {
  font-weight: bold;
}
#archive-items > li {
  line-height: normal;
  margin: 0;
  overflow: visible;
  padding: 0;
}
#archive-items .intro {
  clear: both;
  overflow: hidden;
}
.categories-list {
  margin-bottom: 24px;
}
.category-item:before,
.category-item:after {
  content: " ";
  display: table;
}
.category-item:after {
  clear: both;
}
.category-item:before,
.category-item:after {
  content: " ";
  display: table;
}
.category-item:after {
  clear: both;
}
.category-item .page-header {
  line-height: normal;
  padding: 12px 5px;
  margin: 0;
  font-size: 19px;
  font-weight: normal;
}
.category-item .category-item {
  margin-bottom: 0;
  margin-left: 30px;
}
.category-item .category-item .page-header {
  font-size: 15px;
}
.cat-children .page-header {
  line-height: normal;
  padding: 12px 5px;
  margin: 0;
  font-size: 19px;
  font-weight: normal;
}
.newsfeed-category > h2,
.newsfeed > h2 {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 24px;
  margin-bottom: 24px;
  margin-top: 0;
}
.newsfeed-category .category-desc,
.newsfeed .category-desc {
  margin-bottom: 24px;
}
.newsfeed-category .category li:before,
.newsfeed .category li:before,
.newsfeed-category .category li:after,
.newsfeed .category li:after {
  content: " ";
  display: table;
}
.newsfeed-category .category li:after,
.newsfeed .category li:after {
  clear: both;
}
.newsfeed-category .category li:before,
.newsfeed .category li:before,
.newsfeed-category .category li:after,
.newsfeed .category li:after {
  content: " ";
  display: table;
}
.newsfeed-category .category li:after,
.newsfeed .category li:after {
  clear: both;
}
.newsfeed > h2 {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 24px;
  margin-bottom: 24px;
  margin-top: 0;
}
.newsfeed .feed-description {
  margin-bottom: 24px;
  font-size: 17px;
}
.newsfeed .feed-item-description .feed-description {
  font-size: 15px;
}
.newsfeed ol li > a {
  font-weight: bold;
  font-size: 17px;
}
.article-content .pagination ul {
  display: block;
  list-style: none;
  padding: 0;
  overflow: hidden;
}
.article-content .pagination ul li {
  border: 1px solid #eeeeee;
  float: left;
  line-height: normal;
  margin-right: 12px;
  padding: 12px 24px;
}
.article-content .pagination ul li a {
  border: 0;
  text-decoration: none;
  background-color: transparent;
  line-height: normal;
  padding: 0;
}
.pagenavcounter {
  margin: 0 0 24px;
  font-weight: bold;
}
#article-index,
.article-index {
  border: 1px solid #eeeeee;
  border-radius: 4px;
  float: right;
  padding: 10px;
  margin: 0 0 24px 24px;
  width: 25%;
}
#article-index ul,
.article-index ul {
  list-style: none;
  margin: 0;
  padding: 0;
  border: 0;
}
#article-index ul > li,
.article-index ul > li {
  border: 0;
  margin-top: 2px;
}
#article-index ul > li > a,
.article-index ul > li > a {
  border: 0;
  padding: 5px;
  border-radius: 4px;
}
#article-index ul > .active > a,
.article-index ul > .active > a {
  border: 0;
  background: #f38a00;
  color: #ffffff;
}
#article-index ul > .active > a:hover,
.article-index ul > .active > a:hover,
#article-index ul > .active > a:active,
.article-index ul > .active > a:active,
#article-index ul > .active > a:focus,
.article-index ul > .active > a:focus {
  border: 0;
  background: #f38a00;
  color: #ffffff;
}
.pagenav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.pagenav > li {
  margin: 0;
  padding: 0;
  float: left;
}
.pagenav > li.pagenav-prev,
.pagenav > li.previous {
  margin-right: 10px;
}
.pagenav li > a {
  padding: 12px 24px;
  line-height: normal;
  border: 1px solid #dddddd;
  border-radius: 4px;
}
.pagenav li > a:hover,
.pagenav li > a:active,
.pagenav li > a:focus {
  background-color: #eeeeee;
}
.items-more h3 {
  margin: 0 0 24px;
}
.items-more .nav > li {
  border-top: 1px solid #eeeeee;
}
.items-more .nav > li > a {
  padding: 6px 5px;
}
.back_button a {
  display: block;
  margin: 10px 0;
}
.filters {
  margin: 12px 0;
}
.display-limit {
  margin: 12px 0 5px;
}
.filters .display-limit {
  float: right;
  text-align: right;
}
#system-message dt {
  font-weight: bold;
}
#system-message dd {
  font-weight: bold;
}
#system-message dd.message ul,
#system-message dd.error ul,
#system-message dd.notice ul {
  margin: 0;
  padding: 0;
}
#system-message dd.message ul li,
#system-message dd.error ul li,
#system-message dd.notice ul li {
  background: none;
  margin: 0;
  padding: 5px;
}

.tip-wrap {
  background: #fff6df;
  border: 1px solid #fb3;
  border-radius: 5px;
  -webkit-box-shadow: none;
  box-shadow: none;
  max-width: 300px;
  z-index: 999;
}
.tip-title {
  border-bottom: 1px solid #fb3;
  font-weight: bold;
  padding: 5px 10px;
}
.tip-text {
  font-size: 15px;
  margin: 0;
  padding: 5px 10px;
}
.hasTip img {
  border: none;
  margin: 0 5px 0 0;
}
@media (min-width: 768px) {
  .languageswitcherload {
    float: right;
    width: 100%;
  }
  .languageswitcherload .mod-languages {
    text-align: right;
  }
}
div.calendar {
  width: 187px;
}
.edit.item-page fieldset .btn-toolbar {
  margin-top: 12px;
}
.chzn-container-multi .chzn-choices li.search-field input[type="text"] {
  height: auto;
}
.iframe-bordered {
  border: 1px solid #feb72a;
}
.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;
}
.chzn-container {
  display: block;
}
.chzn-container-single .chzn-single,
.chzn-container-multi .chzn-choices .search-field input,
.chzn-container-single .chzn-search input {
  height: 26px;
}
.chzn-container-single .chzn-drop,
.chzn-container .chzn-drop {
  -webkit-box-sizing: content-box !important;
  -moz-box-sizing: content-box !important;
  box-sizing: content-box !important;
}
.input-prepend .chzn-container-single .chzn-single {
  border-color: #e5e5e5;
  height: 26px;
  border-radius: 0 3px 3px 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.input-prepend .chzn-container-active .chzn-single-with-drop {
  border-radius: 0 3px 0 0;
}
.input-prepend .chzn-container-single .chzn-drop {
  border-color: #e5e5e5;
}
.btn-group .chzn-results {
  white-space: normal;
}

.page-header,
.page_header {
  margin-bottom: 30px;
}
.page-title,
.page-header h1 {
  margin: 0;
}
header.page_header,
header.item_header {
  text-align: center;
  margin-bottom: 10px;
}
.page-subheader {
  border-bottom: 1px solid #eeeeee;
  margin: 0 0 24px;
}
.page-subheader:before,
.page-subheader:after {
  content: " ";
  display: table;
}
.page-subheader:after {
  clear: both;
}
.page-subheader:before,
.page-subheader:after {
  content: " ";
  display: table;
}
.page-subheader:after {
  clear: both;
}
.page-subtitle,
.page-subheader h2 {
  line-height: 1;
  margin: 0;
}
.page-header + .page-subheader {
  margin-top: -24px;
}
.article-title,
.article-header h1 {
  margin: 0 0 24px 0;
}
.item-title {
  font-weight: bold;
}
.jumbotron h1,
.jumbotron h2,
.jumbotron h3 {
  margin-top: 0;
}
.jumbotron p:last-child {
  margin-bottom: 0;
}
.container .jumbotron {
  border-radius: 6px;
}
.masthead {
  padding: 48px 0;
  text-align: center;
}
.masthead p:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .masthead {
    padding: 96px 0;
  }
  .masthead h1 {
    font-size: 105px;
  }
  .masthead p {
    font-size: 30px;
  }
  .masthead .btn-lg {
    margin-top: 24px;
    padding: 18px 42px;
    font-size: 22.5px;
  }
}
.jumbotron-primary {
  background-color: #f38a00;
  color: #fffaf3;
}
.jumbotron-primary h1,
.jumbotron-primary h2,
.jumbotron-primary h3 {
  color: #ffffff;
}
.jumbotron-primary p {
  color: #ffffff;
}
.jumbotron-primary .btn-primary {
  border-color: #fff;
}
.label:empty {
  display: none;
}
.label-default {
  background: #f5f5f5;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.page-header .label,
.page-header .badge {
  vertical-align: middle;
}
.alert h4 {
  color: inherit;
}
.alert {
  padding: 28px 128px 28px;
  min-height: 60px;
  margin-bottom: 24px;
  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: 24px;
}
.media:first-child {
  margin-top: 0;
}
.media-object {
  display: block;
}
.media-heading {
  margin: 0 0 5px;
}
.media > .pull-left {
  margin-right: 10px;
}
.media > .pull-right {
  margin-left: 10px;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
a.list-group-item.active .list-group-item-heading,
a.list-group-item.active:hover .list-group-item-heading,
a.list-group-item.active:focus .list-group-item-heading {
  color: inherit;
}
a.list-group-item.active .list-group-item-text,
a.list-group-item.active:hover .list-group-item-text,
a.list-group-item.active:focus .list-group-item-text {
  color: #ffe4c0;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title > a {
  color: inherit;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
@media screen and (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
}

body {
  font-family: 'Hind', sans-serif;
  background: #1b2027 !important;
}
a {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
a:hover {
  background: transparent;
}
.nav > li > a:hover {
  background: transparent;
}
#t3-top .moduletable {
  padding-top: 10px;
  padding-bottom: 0px;
}
#t3-footer {
  position: relative;
  margin-top: 0;
  background: #1b2027;
  overflow: hidden;
}
#t3-footer .moduletable {
  padding-bottom: 0px;
}
#t3-footer .footer-1 {
  background: #fff;
  padding-top: 40px;
  padding-bottom: 50px;
}
#t3-footer .footer-1 .moduleTitle:before {
  display: none;
}
#t3-footer .footer-1 .custom img {
  margin-bottom: 20px;
}
#t3-footer .footer-1 .mod-newsflash-adv {
  padding-bottom: 0px;
}
#t3-footer .footer-1 .mod-newsflash-adv .item__module {
  margin-bottom: 0px;
}
#t3-footer .footer-1 .mod-newsflash-adv .item_img {
  margin-bottom: 20px;
}
#t3-footer .footer-1 .mod-newsflash-adv .item_title {
  font-size: 16px;
  line-height: 20px;
  text-transform: capitalize;
  font-weight: 600;
  margin-bottom: 10px;
}
#t3-footer .footer-1 .mod-newsflash-adv .item_title a {
  color: #222931;
}
#t3-footer .footer-1 .mod-newsflash-adv .item_title a:hover {
  color: #f38a00;
}
#t3-footer .footer-1 .mod-newsflash-adv .item_createdby,
#t3-footer .footer-1 .mod-newsflash-adv .item_published {
  font-size: 13px;
  text-transform: uppercase;
  color: #848a90;
}
#t3-footer .footer-1 .menu li:before {
  content: "\ec3c";
  display: inline-block;
  font-family: 'Linearicons';
  color: #f38a00;
  font-size: 8px;
  line-height: 30px;
}
#t3-footer .footer-1 .menu li a,
#t3-footer .footer-1 .menu li span {
  font-size: 15px;
  line-height: 30px;
  color: #5f656d;
  font-weight: 400;
  text-transform: capitalize;
}
#t3-footer .footer-1 .menu li a:hover,
#t3-footer .footer-1 .menu li span:hover {
  color: #f38a00;
}
#t3-footer .footer-1 .customcontactinfo ul {
  margin-bottom: 0px;
  padding-top: 22px;
}
#t3-footer .footer-1 .customcontactinfo ul li {
  font-size: 15px;
  line-height: 30px;
  color: #5f656d;
  font-family: 'Open Sans', sans-serif;
}
#t3-footer .footer-1 .customcontactinfo ul li:before {
  color: #f38a00;
}
#t3-footer .footer-1 .customcontactinfo ul li span {
  padding-left: 8px;
  display: inline-block;
}
#t3-footer .footer-1 .customcontactinfo ul li a {
  color: #5f656d;
}
#t3-footer .footer-1 .customcontactinfo ul li a:hover {
  color: #f38a00;
}
.item_img a {
  position: relative;
}
.item_img a:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  height: 100%;
  background: rgba(243, 138, 0, 0.3);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.item_img a:hover:before {
  opacity: 100;
  filter: alpha(opacity=10000);
}
#t3-top {
  background: #1b2027;
}
@media (min-width: 320px) and (max-width: 767px) {
  #t3-top {
    padding-top: 60px;
  }
}
#t3-top .phone {
  float: left;
  width: auto;
  padding: 8px 0;
  margin-left: 0px;
}
@media (min-width: 320px) and (max-width: 767px) {
  #t3-top .phone {
    width: auto;
    margin: 0 auto;
    display: table;
    float: none;
  }
}
#t3-top .phone p {
  margin-bottom: 0px;
}
#t3-top .phone a {
  color: #fff;
  font-size: 11px;
  line-height: 20px;
  font-weight: 400;
  cursor: pointer;
  position: relative;
  text-transform: uppercase;
}
#t3-top .phone a em {
  margin-left: 7px;
  font-style: normal;
}
#t3-top .phone a:hover {
  color: #f38a00;
}
#t3-top .headertop {
  width: auto;
  float: right;
  padding: 8px 0;
}
@media (min-width: 320px) and (max-width: 767px) {
  #t3-top .headertop {
    width: auto;
    margin: 0 auto 20px;
    display: table;
    float: none;
  }
}
#t3-top .headertop .menu {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}
#t3-top .headertop .menu li {
  float: left;
  margin-left: 15px;
  line-height: 20px;
}
@media (min-width: 320px) and (max-width: 767px) {
  #t3-top .headertop .menu li {
    margin: 0 6px;
  }
}
#t3-top .headertop .menu li a {
  color: #fff;
  font-size: 11px;
  line-height: 20px;
  font-weight: 400;
  cursor: pointer;
  position: relative;
  text-transform: uppercase;
}
#t3-top .headertop .menu li a span {
  padding-left: 7px;
}
#t3-top .headertop .menu li a:hover {
  color: #f38a00;
}
#t3-top .headertop .menu li.active a {
  color: #f38a00;
}
#t3-top .switcher {
  float: left;
  margin-right: 10px;
  padding: 8px 0;
}
@media (min-width: 320px) and (max-width: 767px) {
  #t3-top .switcher {
    float: none;
    display: table;
    margin: 0 auto 0px!important;
    width: auto;
    text-align: center;
  }
}
#t3-top .switcher .mod-languagesswitcher {
  line-height: 20px;
}
#t3-top .switcher .mod-languagesswitcher .heading .dropdown-toggle {
  color: #fff;
  font-size: 11px;
  line-height: 20px;
  font-weight: 400;
  cursor: pointer;
  position: relative;
  text-transform: uppercase;
  top: -1px;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
#t3-top .switcher .mod-languagesswitcher .heading .dropdown-toggle:after {
  content: '\f107';
  font-family: FontAwesome;
  pointer-events: none;
  margin-left: 4px;
  color: #fff;
  position: relative;
  top: 0px;
  font-weight: 400;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
#t3-top .switcher .mod-languagesswitcher .heading .dropdown-toggle:hover {
  color: #f38a00;
}
#t3-top .switcher .mod-languagesswitcher .heading .dropdown-toggle:hover:after {
  color: #f38a00;
}
#t3-top .switcher .mod-languagesswitcher .heading .dropdown-toggle img {
  display: none;
}
#t3-top .switcher .mod-languagesswitcher .heading .dropdown-menu {
  width: auto;
  min-width: 90px;
  padding: 10px;
  position: absolute;
  left: 8px;
  top: 17px;
  background: #fff;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border: none;
  float: none;
}
@media (min-width: 320px) and (max-width: 767px) {
  #t3-top .switcher .mod-languagesswitcher .heading .dropdown-menu {
    right: auto;
    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);
  }
}
#t3-top .switcher .mod-languagesswitcher .heading .dropdown-menu li {
  font-size: 12px;
  line-height: 24px;
  font-weight: 400;
}
#t3-top .switcher .mod-languagesswitcher .heading .dropdown-menu li a {
  color: #586077;
  display: inline-block;
  line-height: 24px;
  cursor: pointer;
  text-transform: capitalize;
  padding: 0px;
  background: none;
}
#t3-top .switcher .mod-languagesswitcher .heading .dropdown-menu li a:hover,
#t3-top .switcher .mod-languagesswitcher .heading .dropdown-menu li a.active {
  color: #f38a00;
}
#t3-top .switcher .mod-languagesswitcher .heading .dropdown-menu li a.active {
  cursor: default;
}
#t3-top .switcher .mod-languagesswitcher .heading .dropdown-menu li a img {
  position: relative;
  top: -1px;
}
#t3-top .switcher .mod-languagesswitcher .heading .dropdown-menu li.lang-active a {
  cursor: default;
  color: #f38a00;
}
#t3-top .switcher .mod-languagesswitcher .heading.open .dropdown-toggle {
  color: #f38a00;
}
#t3-top .switcher .mod-languagesswitcher .heading.open .dropdown-toggle:after {
  content: '\f106';
  font-family: FontAwesome;
  pointer-events: none;
  color: #f38a00;
}
.t3-header {
  padding-top: 0px;
  padding-bottom: 0px;
  background: #fff;
}
.moduletable.header-logo {
  float: right;
  width: auto;
  padding-top: 25px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .moduletable.header-logo {
    float: none;
    width: auto;
    display: table;
    margin: 0 auto;
    text-align: center;
  }
}
.moduletable.header-logo ul {
  overflow: hidden;
  margin: 0;
}
.moduletable.header-logo ul li {
  float: left;
  padding: 10px 0 10px 65px;
  border-left: 1px solid #e6e8e8;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  font-weight: 600;
  color: #222931;
  position: relative;
  text-align: left;
}
@media (min-width: 320px) and (max-width: 767px) {
  .moduletable.header-logo ul li {
    float: none;
    display: block;
    border-left: none;
  }
}
.moduletable.header-logo ul li a {
  color: #222931;
}
.moduletable.header-logo ul li a:hover {
  color: #f38a00;
}
.moduletable.header-logo ul li span {
  display: block;
  font-size: 18px;    /*font-size: 13px;*/
  line-height: 20px;
  font-weight: 650; /*font-weight: 400;*/
  color: #5f656d;
}
.moduletable.header-logo ul li:first-child {
  border-left: none;
  padding-right: 25px;
}
.moduletable.header-logo ul li.phone:before {
  content: "\ea14"; /*"\eaa6";*/
  font-family: 'Linearicons';
  font-size: 29px;
  line-height: 30px;
  color: #f38a00;
  display: inline-block;
  position: absolute;
  left: 20px;
  top: 14px;
}
.moduletable.header-logo ul li.data:before {
  content: "\ebe8";
  font-family: 'Linearicons';
  font-size: 29px;
  line-height: 30px;
  color: #f38a00;
  display: inline-block;
  position: absolute;
  left: 20px;
  top: 14px;
}
#t3-mainnav {
  background: #f38a00;
}
.flex-wrapper {
  position: relative;
  z-index: 1;
}
.moduletable.tophead,
.moduletable.tophead.jmoddiv.jmodinside {
  overflow: hidden;
  position: absolute !important;
  right: 15px !important;
  top: 20px !important;
  z-index: 1111;
  left: auto !important;
}
@media (min-width: 320px) and (max-width: 767px) {
  .moduletable.tophead,
  .moduletable.tophead.jmoddiv.jmodinside {
    position: relative !important;
    top: 0 !important;
    right: 0 !important;
    text-align: center;
    display: table;
    margin: 0 auto;
    z-index: 1;
  }
}
.moduletable.tophead ul,
.moduletable.tophead.jmoddiv.jmodinside ul {
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.moduletable.tophead ul li,
.moduletable.tophead.jmoddiv.jmodinside ul li {
  float: left;
  padding: 5px 25px;
  border-left: 1px solid #fff;
}
@media (min-width: 320px) and (max-width: 767px) {
  .moduletable.tophead ul li,
  .moduletable.tophead.jmoddiv.jmodinside ul li {
    border-color: #000;
  }
}
.moduletable.tophead ul li:first-child,
.moduletable.tophead.jmoddiv.jmodinside ul li:first-child {
  border-left: none;
}
.moduletable.tophead ul li a,
.moduletable.tophead.jmoddiv.jmodinside ul li a {
  color: #fff;
  padding: 0px;
  background: none !important;
}
@media (min-width: 320px) and (max-width: 767px) {
  .moduletable.tophead ul li a,
  .moduletable.tophead.jmoddiv.jmodinside ul li a {
    color: #000;
  }
}
.moduletable.tophead ul li a:hover,
.moduletable.tophead.jmoddiv.jmodinside ul li a:hover {
  color: #000;
}
@media (min-width: 320px) and (max-width: 767px) {
  .moduletable.tophead ul li a:hover,
  .moduletable.tophead.jmoddiv.jmodinside ul li a:hover {
    color: #f38a00;
  }
}
.t3-wrapper {
  background: #fff !important;
  width: 100%;
  padding-top: 0px;
}
.t3-wrapper .container-fullwidth {
  padding: 0px;
}
.logo {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .logo {
    text-align: left;
  }
}
.logo a {
  display: inline-block;
  line-height: 1;
  margin: 0;
}
.logo-image span,
.logo-image small {
  display: none;
}
@media (min-width: 768px) and (max-width: 991px) {
  .logo-image {
    padding-top: 8px;
  }
}
.logo-text a {
  text-decoration: none;
  font-size: 30px;
  font-weight: bold;
}
.logo-text:hover a,
.logo-text a:hover,
.logo-text a:active,
.logo-text a:focus {
  text-decoration: none;
}
.logo-text .site-slogan {
  display: block;
  font-size: 15px;
  margin-top: 5px;
}
.head-search {
  margin-top: 24px;
}
.head-search:before,
.head-search:after {
  content: " ";
  display: table;
}
.head-search:after {
  clear: both;
}
.head-search:before,
.head-search:after {
  content: " ";
  display: table;
}
.head-search:after {
  clear: both;
}
.head-search form {
  margin: 0;
}
.head-search label {
  display: none;
}
.head-search .search {
  position: relative;
}
.head-search .search:before {
  font-family: "FontAwesome";
  content: "\f002";
  display: block;
  position: absolute;
  left: 10px;
  top: 6px;
  color: #555555;
}
@media screen and (min-width: 768px) {
  .head-search .search {
    float: right;
  }
}
.head-search .form-control {
  width: 100%;
  padding-left: 30px;
}
@media screen and (min-width: 768px) {
  .head-search .form-control {
    width: 150px;
  }
  .head-search .form-control:focus {
    width: 200px;
  }
}
.t3-sl {
  padding-bottom: 0px;
  padding-top: 0px;
}
@media screen and (min-width: 768px) {
  .t3-sl {
    padding-bottom: 0px;
    padding-top: 0px;
    background-color: #fff;
  }
}
body:not(.view-category) .t3-mainbody {
  padding-top: 40px;
  padding-bottom: 70px;
}
.t3-footer {
  background: #feb72a;
  color: #555555;
}
.t3-footer:before,
.t3-footer:after {
  content: " ";
  display: table;
}
.t3-footer:after {
  clear: both;
}
.t3-footer:before,
.t3-footer:after {
  content: " ";
  display: table;
}
.t3-footer:after {
  clear: both;
}
.t3-footer small {
  display: block;
  font-size: 100%;
}
.t3-footer .footer_logoimage {
  display: inline-block;
  margin-top: 19px;
}
.t3-footer .footer_slogan {
  color: white;
}
.t3-footer .footer_logo_aftertext {
  margin-top: 26px;
}
.t3-footer .foot-list {
  overflow: hidden;
  width: 100%;
}
.t3-footer .foot-list li {
  float: left;
  width: 33.33%;
}
#t3-footer .VMmenu,
#t3-footer .menu {
  overflow: hidden;
  width: 100%;
  margin-bottom: 0px;
}
#t3-footer .VMmenu li a,
#t3-footer .menu li a {
  font-size: 12px;
  line-height: 30px;
  color: #fff;
  font-family: 'Hind', sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  font-style: normal;
}
#t3-footer .VMmenu li a:hover,
#t3-footer .menu li a:hover {
  color: #f38a00;
}
#t3-footer .VMmenu li > span,
#t3-footer .menu li > span,
#t3-footer .VMmenu li em,
#t3-footer .menu li em {
  font-size: 12px;
  line-height: 30px;
  color: #fff;
  font-family: 'Hind', sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  font-style: normal;
}
#t3-footer .VMmenu li.active a,
#t3-footer .menu li.active a,
#t3-footer .VMmenu li.active span,
#t3-footer .menu li.active span,
#t3-footer .VMmenu li.active em,
#t3-footer .menu li.active em {
  color: #f38a00;
}
.t3-footnav {
  padding: 24px 0;
}
.t3-footnav:before,
.t3-footnav:after {
  content: " ";
  display: table;
}
.t3-footnav:after {
  clear: both;
}
.t3-footnav:before,
.t3-footnav:after {
  content: " ";
  display: table;
}
.t3-footnav:after {
  clear: both;
}
@media screen and (min-width: 768px) {
  .t3-footnav {
    padding: 48px 0;
  }
}
.t3-footnav .t3-module {
  background: #feb72a;
  color: #555555;
  margin-top: 12px;
  margin-bottom: 12px;
}
.t3-footnav .t3-module .module-title {
  color: #5f656d;
  font-size: 19px;
  margin-bottom: 12px;
}
.t3-footnav .t3-module ul {
  list-style: none;
  margin-left: 0;
  margin-bottom: 0;
  padding-left: 0;
}
.t3-footnav .t3-module ul > li {
  line-height: 24px;
}
.t3-footnav .t3-module ul > li > a {
  color: #555555;
}
.t3-footnav .t3-module ul > li > a:hover,
.t3-footnav .t3-module ul > li > a:active,
.t3-footnav .t3-module ul > li > a:focus {
  color: #555555;
}
.t3-copyright {
  font-size: 13px;
  padding: 48px 0 96px;
}
.t3-copyright:before,
.t3-copyright:after {
  content: " ";
  display: table;
}
.t3-copyright:after {
  clear: both;
}
.t3-copyright:before,
.t3-copyright:after {
  content: " ";
  display: table;
}
.t3-copyright:after {
  clear: both;
}
.t3-copyright small {
  margin-bottom: 5px;
}
.copyright {
  /*text-align: left;*/
  text-align: center;
  margin: 0px;
  padding: 30px 0;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}
.copyright .privacy_link {
  color: white;
}
.copyright .privacy_link:hover {
  color: #f38a00;
}
.copyright .nav.menu {
  overflow: hidden;
  width: auto;
  display: table;
  margin: 0 auto;
  padding-top: 24px;
}
.copyright .nav.menu li {
  float: left;
  font-size: 16px;
  line-height: 20px;
  padding: 0 15px;
}
.copyright .nav.menu li a {
  color: #b9b9b7;
  padding: 0px;
}
.copyright .nav.menu li a:hover {
  color: #f38a00;
}
.poweredby:before,
.poweredby:after {
  content: " ";
  display: table;
}
.poweredby:after {
  clear: both;
}
.poweredby:before,
.poweredby:after {
  content: " ";
  display: table;
}
.poweredby:after {
  clear: both;
}
@media screen and (min-width: 991px) {
  .poweredby {
    text-align: right;
  }
}
.poweredby .t3-logo,
.poweredby .t3-logo-small {
  opacity: .8;
  display: inline-block;
}
#back-top {
  bottom: 90px;
  position: fixed;
  right: 20px;
  -webkit-transform: translateZ(0);
  z-index: 9999;
  display: none;
}
#back-top a {
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  display: block;
  font: 34px/34px FontAwesome;
  color: #f38a00;
}
#back-top a > span:before {
  content: "\f0aa";
}
#back-top a:hover,
#back-top a:focus,
#back-top a:active {
  color: #5f656d;
  text-decoration: none;
}
#modal .modalClose,
#modal2 .modalClose {
  color: #fff;
  width: 30px;
  height: 30px;
  text-shadow: none;
  font-size: 30px;
  padding: 0 0 6px 0;
  margin: 0px 0 0 0;
  line-height: 20px;
  text-align: center;
  font-weight: 400;
  opacity: 100;
  filter: alpha(opacity=10000);
  background: rgba(0, 0, 0, 0.5);
  font-family: 'Hind', sans-serif;
  box-sizing: border-box;
}
#modal .modalClose:hover,
#modal2 .modalClose:hover {
  background: rgba(0, 0, 0, 0.7);
}
#modal .modal-dialog,
#modal2 .modal-dialog {
  margin: 0px;
  top: 50%;
  bottom: auto;
  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%);
  background: none;
  position: absolute;
}
@media (min-width: 320px) and (max-width: 767px) {
  #modal .modal-dialog,
  #modal2 .modal-dialog {
    min-width: 300px;
  }
}
#modal .modal-content,
#modal2 .modal-content {
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
}
#modal .top_search,
#modal2 .top_search {
  width: 100%;
  padding-bottom: 0px;
}
#modal .top_search .modal-body,
#modal2 .top_search .modal-body {
  padding: 0px;
}
@media (min-width: 320px) and (max-width: 767px) {
  #modal .top_search .form-search,
  #modal2 .top_search .form-search {
    padding: 20px;
    text-align: center;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  #modal .top_search,
  #modal2 .top_search {
    text-align: center;
  }
}
#modal .top_search .inputbox,
#modal2 .top_search .inputbox {
  width: 70%;
  border: none;
  border: 1px solid #fff;
  margin-right: -3px;
}
#modal .top_search .inputbox::-moz-placeholder,
#modal2 .top_search .inputbox::-moz-placeholder {
  color: #ffffff;
  opacity: 1;
}
#modal .top_search .inputbox:-ms-input-placeholder,
#modal2 .top_search .inputbox:-ms-input-placeholder {
  color: #ffffff;
}
#modal .top_search .inputbox::-webkit-input-placeholder,
#modal2 .top_search .inputbox::-webkit-input-placeholder {
  color: #ffffff;
}
#modal .top_search .inputbox::-moz-placeholder,
#modal2 .top_search .inputbox::-moz-placeholder {
  color: #ffffff;
  opacity: 1;
}
#modal .top_search .inputbox:-ms-input-placeholder,
#modal2 .top_search .inputbox:-ms-input-placeholder {
  color: #ffffff;
}
#modal .top_search .inputbox::-webkit-input-placeholder,
#modal2 .top_search .inputbox::-webkit-input-placeholder {
  color: #ffffff;
}
@media (min-width: 320px) and (max-width: 767px) {
  #modal .top_search .inputbox,
  #modal2 .top_search .inputbox {
    margin: 0 0 4px 0;
    width: 100%;
    margin-bottom: 10px;
  }
}
#modal2 .modal-body {
  background: #fff;
}
#modal2 .modal-body .ul-jlslogin {
  padding-top: 14px;
}
.modal-backdrop.fade {
  opacity: 0.6 !important;
  filter: alpha(opacity=60) !important;
}
.flex-wrapper {
  position: relative;
  z-index: 1;
}
.acymailing_module_form .acymailing_form > p {
  position: relative;
}
.tag-category #adminForm .filters {
  margin: 0px;
}
.tag-category #adminForm .category {
  border-top: none;
}
.tag-category #adminForm .category li {
  border-top: none;
  border-bottom: none;
  padding: 0px;
  background: none;
  margin-top: 30px;
}
.tag-category #adminForm .category li img {
  margin-top: 0px;
  margin-bottom: 30px;
  max-width: 500px;
}
.tag-category #adminForm .category li:first-child {
  margin-top: 0px;
}
.row-slide-mod {
  margin: 0 -15px;
}
.row-slide-mod .itemslide {
  padding: 0 15px;
}
.owl-stage-outer {
  margin-top: -20px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.owl-stage-outer .owl-stage {
  padding: 0px !important;
}
.mod-newsflash-adv__team .item .item_title {
  margin-top: 20px;
}
.moduletable.homemap {
  padding-bottom: 0px;
}
.view-contact #t3-breadcrumbs {
  margin-bottom: 0px;
}
.view-contact #t3-mainbody {
  padding-top: 0px;
  padding-bottom: 60px;
}
#t3-mainbody {
  padding-top: 30px;
  padding-bottom: 30px;
}
.com_virtuemart #t3-mainbody {
  padding-top: 60px;
  padding-bottom: 60px;
}
.elements .position-1 {
  padding-top: 30px;
}
.container-full {
  width: 100%;
}
.body__team #t3-mainbody {
  padding: 0px;
}
.com_config label {
  display: inline-block;
}
.com_config select {
  display: block !important;
  padding-left: 5px;
  padding-right: 5px;
}
.com_config .chzn-container {
  display: none !important;
}
.com_config .chzn-container .search-choice-close {
  display: none;
}
.com_config .chzn-container .chzn-search {
  width: 100%;
  overflow: hidden;
}
.calendar-container {
  max-width: 320px;
}
.calendar-container .table {
  max-width: 310px;
}
body.mobile_mode.mobile #style_switcher {
  top: 51px !important;
}
@media (max-width: 767px) {
  .com_joomgallery .fancybox-wrap {
    position: absolute !important;
  }
}
.container .container {
  width: 100%;
  max-width: 1170px;
}
.moduletable.custom .customcustom {
  overflow: hidden;
}
.moduletable.custom .customcustom h2 {
  color: #f38a00;
  float: left;
  margin-bottom: 0px;
  padding-top: 7px;
  padding-right: 12px;
}
@media (min-width: 320px) and (max-width: 991px) {
  .moduletable.custom .customcustom h2 {
    float: none;
  }
}
.moduletable.custom .customcustom .slogan {
  float: left;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  padding-top: 20px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .moduletable.custom .customcustom .slogan {
    padding-top: 2px;
    width: 40%;
  }
}
@media (min-width: 320px) and (max-width: 991px) {
  .moduletable.custom .customcustom .slogan {
    float: none;
    padding-bottom: 10px;
    padding-top: 10px;
    display: block;
  }
}
.moduletable.custom .customcustom .btn {
  float: right;
}
@media (min-width: 320px) and (max-width: 991px) {
  .moduletable.custom .customcustom .btn {
    float: none;
  }
}
.home-blog .mod-newsflash-adv .item__module {
  margin-bottom: 0px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .home-blog .mod-newsflash-adv .item__module {
    margin-bottom: 20px;
  }
}
.home-blog .mod-newsflash-adv .item__module .img-intro {
  margin: 0px;
}
.home-blog .mod-newsflash-adv .item__module .item_content {
  background: #fff;
  padding: 30px;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
@media (min-width: 767px) and (max-width: 1199px) {
  .home-blog .mod-newsflash-adv .item__module .item_content {
    padding: 20px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .home-blog .mod-newsflash-adv .item__module .item_content {
    padding: 10px;
  }
}
.home-blog .mod-newsflash-adv .item__module .item_content .item_title {
  margin-bottom: 12px;
}
.home-blog .mod-newsflash-adv .item__module .item_content .item_title a {
  color: #222931;
}
.home-blog .mod-newsflash-adv .item__module .item_content .item_title a:hover {
  color: #f38a00;
}
.home-blog .mod-newsflash-adv .item__module .item_content .item_introtext {
  margin-bottom: 20px;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.home-blog .mod-newsflash-adv .item__module .item_content:hover {
  background: #222931;
}
.home-blog .mod-newsflash-adv .item__module .item_content:hover .item_introtext {
  color: #fff;
}
.home-blog .mod-newsflash-adv .item__module .item_content:hover .item_title {
  margin-bottom: 12px;
}
.home-blog .mod-newsflash-adv .item__module .item_content:hover .item_title a {
  color: #fff;
}
.home-blog .mod-newsflash-adv .item__module .item_content:hover .item_title a:hover {
  color: #f38a00;
}
.moduletable.custom2 {
  padding-bottom: 0px;
}
.moduletable.custom2 ul {
  padding: 10px 0 0 0;
  margin: 0px;
  overflow: hidden;
}
.moduletable.custom2 ul li {
  padding-bottom: 30px;
  overflow: hidden;
}
.moduletable.custom2 ul li i {
  background: #f38a00;
  width: 100px;
  height: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  display: inline-block;
  color: #fff;
  text-align: center;
  font-size: 40px;
  line-height: 100px;
  box-sizing: border-box;
  padding-left: 26px;
  float: left;
  margin-right: 30px;
}
.moduletable.custom2 ul li span {
  display: block;
  font-size: 22px;
  color: #222931;
  font-weight: 600;
  padding-top: 6px;
  padding-bottom: 6px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .moduletable.custom2 ul li span {
    font-size: 18px;
    line-height: 20px;
  }
}
.moduletable.custom.accord {
  padding-bottom: 0px;
}
.moduletable.counters2 {
  padding-bottom: 0px;
}
.moduletable.counters2 .mod-newsflash-adv.counters {
  padding: 0px;
  background: none;
}
.moduletable.counters2 .mod-newsflash-adv.counters .item_content {
  padding: 0 0 0 60px;
  background: none;
  position: relative;
}
@media (min-width: 768px) and (max-width: 991px) {
  .moduletable.counters2 .mod-newsflash-adv.counters .item_content {
    padding: 0 0 0 40px;
  }
}
.moduletable.counters2 .mod-newsflash-adv.counters .item_content .fields-container {
  position: absolute;
  left: 0;
  top: 4px;
  font-size: 44px;
  line-height: 44px;
  color: #fff;
}
@media (min-width: 768px) and (max-width: 991px) {
  .moduletable.counters2 .mod-newsflash-adv.counters .item_content .fields-container {
    font-size: 24px;
    line-height: 24px;
  }
}
.moduletable.counters2 .mod-newsflash-adv.counters .counter.animated {
  margin: 0px;
  display: block;
  float: none;
  border: none;
  background: none;
  color: #f38a00;
  padding: 0px;
  font-size: 34px;
  line-height: 40px;
}
.moduletable.counters2 .mod-newsflash-adv.counters .introtext {
  float: none;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
}
.moduletable.home-blog2 {
  padding-bottom: 0px;
}
.moduletable.home-blog2 .moduleTitle {
  text-align: center;
}
.moduletable.home-blog2 .moduleTitle:before {
  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);
}
.moduletable.home-blog2 .pretext {
  text-align: center;
}
.moduletable.home-blog2 .pretext h2 {
  text-align: center;
  margin-bottom: 12px;
}
.moduletable.home-blog2 .mod-newsflash-adv .item__module {
  margin-bottom: 30px;
}
.moduletable.home-blog2 .mod-newsflash-adv .box-blog:hover .box {
  top: 0 !important;
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
}
.moduletable.home-blog2 .mod-newsflash-adv .item_img {
  position: relative;
  overflow: hidden;
}
.moduletable.home-blog2 .mod-newsflash-adv .item_img a:before {
  display: none;
}
.moduletable.home-blog2 .mod-newsflash-adv .item_img .box {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: -100%;
  font-size: 15px;
  line-height: 24px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  box-sizing: border-box;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.moduletable.home-blog2 .mod-newsflash-adv .item_img .box .box-indent {
  position: absolute;
  left: 0;
  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%);
  padding: 30px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .moduletable.home-blog2 .mod-newsflash-adv .item_img .box .box-indent {
    padding: 10px;
  }
}
.moduletable.home-blog2 .mod-newsflash-adv .item_img .btn {
  margin-top: 12px;
  padding: 0px;
  background: none;
  color: #f38a00;
  height: auto;
}
.moduletable.home-blog2 .mod-newsflash-adv .item_img .btn:before {
  display: none;
}
.moduletable.home-blog2 .mod-newsflash-adv .item_img .btn:hover {
  color: #fff;
  background: none;
}
.moduletable.home-blog2 .mod-newsflash-adv .mod-newsflash-adv_custom-link {
  text-align: center;
}
.moduletable.home-blog2 .mod-newsflash-adv .item_content {
  padding: 0px 0 0 0;
}
.moduletable.home-blog2 .mod-newsflash-adv .item_content .fields-container {
  float: left;
  font-size: 40px;
  line-height: 40px;
  color: #f38a00;
  padding-right: 30px;
}
.moduletable.home-blog2 .mod-newsflash-adv .item_content .item_title {
  overflow: hidden;
}
.moduletable.home-blog2 .mod-newsflash-adv .item_content .item_title a {
  color: #222931;
}
.moduletable.home-blog2 .mod-newsflash-adv .item_content .item_title a:hover {
  color: #f38a00;
}
.moduletable.custom4 {
  padding-bottom: 0px;
  margin-bottom: -70px;
}
.moduletable.custom4 .customcustom4 {
  background-size: cover;
  padding-bottom: 70px;
}
.moduletablehome-blog3 {
  padding-bottom: 60px;
  padding-top: 60px;
}
@media (min-width: 767px) and (max-width: 991px) {
  .moduletablehome-blog3 {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.moduletablehome-blog3 .pretext {
  padding-bottom: 0px;
  text-align: center;
  padding-left: 100px;
  padding-right: 100px;
}
.moduletablehome-blog3 .pretext h1 {
  text-align: center;
}
.moduletablehome-blog3 > h4 {
  text-align: center;
}
.moduletablehome-blog3 > h4:before {
  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);
}
@media (min-width: 320px) and (max-width: 767px) {
  .moduletablehome-blog3 .item__module {
    margin-bottom: 10px;
  }
}
.moduletablehome-blog3 .item_content .fields-container {
  float: left;
  padding-right: 12px;
  font-size: 44px;
  line-height: 44px;
  color: #f38a00;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .moduletablehome-blog3 .item_content .fields-container {
    font-size: 34px;
    line-height: 34px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .moduletablehome-blog3 .item_content .fields-container {
    float: none;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .moduletablehome-blog3 .item_content .item_title {
    text-transform: capitalize;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .moduletablehome-blog3 .item_content .item_title {
    margin-bottom: 0px;
    padding-top: 0px;
  }
}
.moduletablehome-blog3 .item_content .item_title:before {
  display: none;
}
.moduletablehome-blog3 .item_content .item_title a {
  background: #fff;
  padding: 24px;
  color: #22931;
  display: block;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .moduletablehome-blog3 .item_content .item_title a {
    padding: 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .moduletablehome-blog3 .item_content .item_title a {
    padding: 10px;
  }
}
.moduletablehome-blog3 .item_content .item_title a .item_introtext {
  color: #5f656d;
  font-size: 13px;
  line-height: 20px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}
.moduletablehome-blog3 .item_content .item_title a:hover {
  background: #222931;
  color: #fff;
}
.moduletablehome-blog3 .item_content .item_title a:hover .item_introtext {
  color: #fff;
}
.moduletable.newsletters {
  position: relative;
  padding-bottom: 0px;
}
.moduletable.newsletters .module_container {
  background: #f38a00;
  padding: 40px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .moduletable.newsletters .module_container {
    padding: 10px;
  }
}
.moduletable.newsletters .page_header {
  margin-bottom: 0px;
}
.moduletable.newsletters .page_header .moduleTitle {
  color: #fff;
  margin-bottom: 0px;
}
.moduletable.newsletters .acymailing_introtext {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}
.moduletable.newsletters .acymailing_form {
  float: right;
  max-width: 570px;
  width: 100%;
  position: relative;
  margin-top: -56px;
}
@media (min-width: 320px) and (max-width: 1199px) {
  .moduletable.newsletters .acymailing_form {
    float: none;
    margin-top: 10px;
  }
}
.moduletable.newsletters .acymailing_form > p {
  margin-bottom: 0px;
}
.moduletable.newsletters .acymailing_form > p.fieldacyemail {
  padding-right: 100px;
}
@media (min-width: 320px) and (max-width: 479px) {
  .moduletable.newsletters .acymailing_form > p.fieldacyemail {
    padding-right: 0;
  }
}
.moduletable.newsletters .acymailing_form > p .acyfield_email {
  display: block;
  position: relative;
}
.moduletable.newsletters .acymailing_form > p .acyfield_email mark {
  right: auto;
  left: 0;
}
.moduletable.newsletters .acymailing_form > p .inputbox {
  margin-bottom: 0px;
  border: none;
  padding-right: 100px;
  height: 50px;
}
.moduletable.newsletters .acymailing_form > p.acysubbuttons {
  position: absolute;
  right: 0;
  top: 0;
}
@media (min-width: 320px) and (max-width: 479px) {
  .moduletable.newsletters .acymailing_form > p.acysubbuttons {
    position: relative;
    padding-top: 6px;
  }
}
.home .position-1 {
  background: #f5f6f6;
  padding: 60px 0 30px;
}
.home .position-2 {
  padding: 60px 0 30px;
}
.home .position-3 {
  padding: 60px 0 60px;
  background: #222931;
}
.home .position-4 {
  padding: 60px 0 30px;
}
.home .position-6 {
  margin-top: -60px;
  padding: 0px;
}
.home .position-6 .moduletable.custom3 {
  padding-bottom: 0px;
}
.home .position-6 .moduletable.custom3 .customcustom3 {
  padding: 150px 0;
  background-size: cover;
}
@media (min-width: 320px) and (max-width: 991px) {
  .home .position-6 .moduletable.custom3 .customcustom3 {
    padding: 60px 0;
  }
}
.home .position-6 .moduletable.custom3 .customcustom3 .col-sm-12 {
  width: 50%;
}
@media (min-width: 320px) and (max-width: 767px) {
  .home .position-6 .moduletable.custom3 .customcustom3 .col-sm-12 {
    width: 100%;
  }
}
.home .position-6 .moduletable.custom3 .customcustom3 .col-sm-12 h1 {
  margin-bottom: 20px;
}
.position-7 {
  padding: 60px 0 60px 0;
  background: #222931;
}
.position-7 .moduletable.testyhome {
  padding-bottom: 0px;
}
.position-7 .moduletable.testyhome .moduleTitle {
  color: #fff;
  text-align: center;
}
.position-7 .moduletable.testyhome .moduleTitle:before {
  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);
}
.position-7 .moduletable.testyhome .owl-item_content {
  text-align: center;
}
.position-7 .moduletable.testyhome .owl-item_content .item_title {
  font-size: 15px;
  line-height: 24px;
  color: #f38a00;
  display: inline-block;
  text-align: center;
}
.position-7 .moduletable.testyhome .owl-item_content .fields-container {
  display: inline-block;
  font-size: 15px;
  line-height: 24px;
  color: #848a90;
  font-family: 'Open Sans', sans-serif;
  font-style: italic;
  font-weight: 400;
}
.position-7 .moduletable.testyhome .owl-item_content blockquote {
  font-size: 15px;
  list-style: 24px;
  font-weight: 600px;
  color: #fff;
}
@media (min-width: 1200px) {
  .position-7 .moduletable.testyhome .owl-item_content blockquote {
    padding-left: 250px;
    padding-right: 250px;
  }
}
.position-7 .moduletable.testyhome .owl-item_content blockquote:before {
  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);
  font-size: 80px;
}
.mod-newsflash-adv.about span.field-value {
  font-weight: 600;
  font-size: 15px;
  line-height: 20px;
  padding-bottom: 10px;
  display: inline-block;
}
.about .position-2 {
  background: #f5f6f6;
  padding: 60px 0 30px;
}
.about .position-3 {
  padding: 60px 0 30px;
}
.about .position-4 {
  background: #f38a00;
  padding: 60px 0 30px;
}
.about .position-4 .moduletable.custom .customcustom h2 {
  color: #fff;
}
.about .position-4 .moduletable.custom .customcustom .slogan {
  color: #fff;
}
.about .position-4 .moduletable.custom .customcustom .btn {
  color: #222931;
  background: #fff;
}
.about .position-4 .moduletable.custom .customcustom .btn:hover {
  color: #fff;
  background: #222931;
}
.about .position-5 {
  padding: 60px 0 0px;
}
.mod-newsflash-adv.services2 .fields-container .field-value {
  background: #f38a00;
  display: inline-block;
  width: 100px;
  height: 100px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  text-align: center;
  color: #fff;
  font-size: 40px;
  line-height: 100px;
}
.mod-newsflash-adv.blog .tags {
  position: absolute;
  left: 10px;
  top: 10px;
  font-size: 14px;
}
.mod-newsflash-adv.blog .item_content {
  padding: 0px 0 0 0;
}
.mod-newsflash-adv.blog .item_content .fields-container {
  float: left;
  font-size: 20px;
  line-height: 40px;
  color: #f38a00;
  padding-right: 20px;
  margin-bottom: 0px;
}
.mod-newsflash-adv.blog .item_content .fields-container span {
  line-height: 40px;
}
.mod-newsflash-adv.blog .item_content .item_title {
  overflow: hidden;
  margin-bottom: 10px;
}
.mod-newsflash-adv.blog .item_content .item_title a {
  color: #222931;
}
.mod-newsflash-adv.blog .item_content .item_title a:hover {
  color: #f38a00;
}
.page-blog .item_header .fields-container,
.page-item .item_header .fields-container {
  float: left;
  font-size: 20px;
  line-height: 24px;
  color: #f38a00;
  padding-right: 20px;
  margin-bottom: 0px;
}
.page-blog .item_header .fields-container span,
.page-item .item_header .fields-container span {
  line-height: 24px;
}
.page-blog .item_header .item_title,
.page-item .item_header .item_title {
  overflow: hidden;
  margin-bottom: 10px;
}
.page-blog .item_header .item_title a,
.page-item .item_header .item_title a {
  color: #222931;
}
.page-blog .item_header .item_title a:hover,
.page-item .item_header .item_title a:hover {
  color: #f38a00;
}
.page-item__about .fields-container {
  display: none;
}
.jmodedit.btn {
  height: auto;
  padding: 4px;
}
.jmodedit.btn:after {
  display: none;
}
.position-9 {
  background: transparent;
}
@media (min-width: 768px) and (max-width: 1100px) {
  #style_switcher .toggler {
    top: 40px !important;
  }
}

.btn,
.kbutton {
  background: #f38a00;
  text-transform: uppercase;
  color: #ffffff;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border: 0px solid transparent;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  letter-spacing: 1px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 30px;
  padding-right: 30px;
  height: 50px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn:focus,
.kbutton:focus {
  background: #f38a00;
  border: 0px solid transparent;
  outline: none !important;
  color: #ffffff;
}
.btn:hover,
.kbutton:hover {
  background: #222931;
  border: 0px solid transparent;
  outline: none !important;
  color: #ffffff;
}
.btn:after,
.kbutton:after {
  content: "\ec3c";
  display: inline-block;
  margin-left: 5px;
  font-family: 'Linearicons';
  font-size: 10px;
  font-weight: 400;
}
@media (min-width: 320px) and (max-width: 767px) {
  .btn,
  .kbutton {
    font-size: 12px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .btn:after,
  .kbutton:after {
    display: none;
  }
}
.btn:active,
.kbutton:active,
.btn.active,
.kbutton.active {
  outline: none !important;
}
@media (min-width: 320px) and (max-width: 1199px) {
  .addtocart-button.btn,
  .btn_compare.btn {
    font-size: 12px;
    padding-left: 10px;
    padding-right: 10px;
    text-transform: capitalize;
    display: inline-block;
    height: auto;
    white-space: normal;
    min-width: 120px;
  }
  .addtocart-button.btn:after,
  .btn_compare.btn:after {
    display: none;
  }
}
.btn-default {
  background: #222931;
}
.btn-default:hover {
  background: #f38a00;
}
.btn-inverse {
  color: #ffffff;
  background-color: #333333;
  border-color: #262626;
}
.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse.focus,
.btn-inverse:active,
.btn-inverse.active,
.open > .dropdown-toggle.btn-inverse {
  color: #ffffff;
  background-color: #1a1a1a;
  border-color: #080808;
}
.btn-inverse:active,
.btn-inverse.active,
.open > .dropdown-toggle.btn-inverse {
  background-image: none;
}
.btn-inverse.disabled,
.btn-inverse[disabled],
fieldset[disabled] .btn-inverse,
.btn-inverse.disabled:hover,
.btn-inverse[disabled]:hover,
fieldset[disabled] .btn-inverse:hover,
.btn-inverse.disabled:focus,
.btn-inverse[disabled]:focus,
fieldset[disabled] .btn-inverse:focus,
.btn-inverse.disabled.focus,
.btn-inverse[disabled].focus,
fieldset[disabled] .btn-inverse.focus,
.btn-inverse.disabled:active,
.btn-inverse[disabled]:active,
fieldset[disabled] .btn-inverse:active,
.btn-inverse.disabled.active,
.btn-inverse[disabled].active,
fieldset[disabled] .btn-inverse.active {
  background-color: #333333;
  border-color: #262626;
}
.btn-inverse .badge {
  color: #333333;
  background-color: #ffffff;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
.progress-linear {
  margin-bottom: 50px;
  position: relative;
  height: 12px;
}
.progress-linear .progress-bar-linear-wrap,
.progress-linear .progress-bar-linear {
  height: 100%;
  border-radius: 3px;
}
.progress-linear .progress-title {
  float: left;
}
.progress-linear .progress-value {
  float: right;
}
.progress-linear .progress-bar-linear-wrap {
  background: #eeeeee;
}
.progress-linear .progress-bar-linear {
  width: 0;
  -webkit-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
.progress-linear .progress-value:after {
  content: "%";
}
.progress-bar-circle_wrapper {
  text-align: center;
  margin-bottom: 30px;
}
.progress-bar-circle {
  display: inline-block;
  position: relative;
  line-height: 1.2;
  text-align: center;
  padding: 10%;
}
@media (max-width: 1199px) {
  .progress-bar-circle {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .progress-bar-circle {
    padding: 20%;
  }
}
@media (max-width: 479px) {
  .progress-bar-circle {
    padding: 10%;
  }
}
.progress-bar-circle:before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 74%;
  height: 74%;
  content: '';
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
}
.progress-bar-circle canvas {
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}
.progress-bar-circle span {
  position: absolute;
  top: 48%;
  left: 50%;
  font-weight: 800;
  font-size: 38px;
  line-height: 38px;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.progress-bar-circle span:after {
  content: '%';
}
.page-registration .form-horizontal .radio {
  min-height: 18px;
}
.page-registration #jform_profile_tos .radio label {
  margin: 0;
}
.page-registration #jform_profile_tos label {
  padding: 0;
}
.page-registration #jform_profile_tos .radio_inner {
  width: 18px;
}
.page-registration .form-horizontal .control-group .control-label {
  text-align: left;
}
.page-registration .calendar_wrapper #jform_profile_dob {
  float: left;
}
.page-registration .calendar_wrapper #jform_profile_dob_btn {
  height: 56px;
}
.page-registration .controls {
  margin-left: 180px;
}
@media (max-width: 767px) {
  .page-registration .form-horizontal .control-group .controls {
    margin-left: 0;
  }
  .page-registration .controls {
    margin-left: 0;
  }
}

.page-category__testimonials .item {
  display: inline-block;
}
.page-category__testimonials .item_img img {
  margin-top: 13px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.page-category__testimonials .item_introtext {
  overflow: hidden;
}
.page-category__testimonials .img-intro__left {
  margin-right: 39px;
}
@media (max-width: 991px) {
  .page-category__testimonials .img-intro__left {
    margin-right: 0;
    float: none;
  }
}
.page-category__testimonials small {
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
  display: inline-block;
}
@media (max-width: 991px) {
  .page-category__testimonials .img-intro__left {
    margin-right: 0;
    float: none;
    max-width: none;
  }
  .page-category__testimonials .item {
    text-align: center;
  }
}

.page-category__history {
  overflow: hidden;
}
.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: #f38a00;
}
.page-category__history .items-row > div .item {
  border: 1px solid #c6c6c6;
  margin-right: 25px;
  padding: 30px;
  position: relative;
  background: #fff;
  text-align: left;
  margin-bottom: 30px;
  margin-top: 30px;
}
.page-category__history .items-row > div .item .item_header {
  margin-bottom: 0px;
}
.page-category__history .items-row > div .item .item_header h5 {
  text-align: left;
}
.page-category__history .items-row > div .item .item_published {
  color: #000;
  font-size: 18px;
}
.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 #c6c6c6;
  right: -10px;
}
.page-category__history .items-row > div .item:after {
  border-left: 10px solid #c6c6c6;
  right: -11px;
}
.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 #c6c6c6;
  left: -10px;
}
.page-category__history .items-row > div + div .item:after {
  border-right: 10px solid #c6c6c6;
  left: -11px;
}
.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: #f38a00;
}
@media (max-width: 767px) {
  .page-category__history .items-row:before {
    display: none;
  }
}
.page-category__history .item_info_dl {
  font-size: inherit;
}

.page-category__faqs .item_title span.item_title_part0 {
  color: #f38a00;
}
.page-category__faqs .to_top {
  margin-bottom: 30px;
  position: relative;
  text-align: right;
}
.page-category__faqs .to_top:before {
  background: #5f656d;
  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;
}

.page-archive_filters .filter-search {
  overflow: hidden;
  padding-bottom: 21px;
}
.page-archive_filters select,
.page-archive_filters button {
  display: inline-block;
  margin-bottom: 8px;
}

#jform_contact_message {
  height: 149px;
  resize: none;
  width: 100%;
}
#contact-form label {
  display: inline-block;
  margin-bottom: 5px;
}
.contact_misc {
  margin-bottom: 25px;
}
#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: 50px;
  line-height: 50px;
  margin: 0 25px 0 0;
}
.contact_vcard {
  margin: 0;
}
.contact_details .icons-marker {
  display: block;
  float: left;
  line-height: 24px;
  margin-right: 5px;
  width: 16px;
  color: #5f656d;
}
.contact_details h5 {
  text-align: left;
}
@media (max-width: 767px) {
  .contact_details {
    margin-bottom: 30px;
  }
}
.contact_address {
  overflow: hidden;
  padding-bottom: 24px;
}
.contact_details_fax {
  padding-bottom: 24px;
}
#contact_map {
  margin-bottom: 24px;
}
#contact_map .map {
  border: 1px solid #000000;
  -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: 30px;
}
#map header {
  margin-bottom: 30px;
}
.map img {
  max-width: none !important;
}
.mfp-content .map {
  max-width: 1170px;
}
.contact_details_item {
  margin-bottom: 20px;
}

.errorBox {
  background: none;
  text-align: left;
}
#error .well {
  margin-bottom: 0;
}
.page-item__404 .big-404 {
  text-align: center;
}
.page-item__404 big {
  display: block;
  font-weight: bold;
  padding: 0 0 15px;
}
.page-item__404 .page-item__404 {
  padding: 50px 0 100px 0;
}
.page-item__404 img {
  -webkit-box-shadow: none;
  box-shadow: none;
}
@media (max-width: 767px) {
  .page-item__404 img {
    width: 100%;
  }
}
.page-item__404 input {
  width: auto;
  margin-right: 5px;
}
.page-item__404 .mod-search_searchword + .btn {
  margin-top: 0;
}
.page-item__404 .navbar-form {
  padding: 0;
}

.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;
}

#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: 50px;
  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;
  margin-bottom: 15px;
}
.page-login .input-prepend {
  width: 100%;
}
.page-login .input-prepend .add-on {
  display: none;
}

.icon-edit:before {
  content: "\f044";
}
#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 .control-label,
#adminForm .control-label {
  display: inline-block;
}
#modules-form span.radio,
#adminForm span.radio {
  display: inline-block;
  min-height: 18px;
}
#modules-form span.radio + label,
#adminForm span.radio + label {
  padding-left: 0px;
  margin-right: 10px;
}
#modules-form #jform_published .btn,
#adminForm #jform_published .btn {
  display: inline-block !important;
  margin-right: 5px;
}
#modules-form .form-horizontal .btn-success,
#adminForm .form-horizontal .btn-success,
#modules-form .form-horizontal .btn-primary,
#adminForm .form-horizontal .btn-primary {
  background: transparent;
  color: #5f656d;
}
#modules-form .btn-toolbar,
#adminForm .btn-toolbar {
  margin-bottom: 20px;
}
#modules-form .control-label label,
#adminForm .control-label label {
  display: block !important;
}
#modules-form #editor .control-group,
#adminForm #editor .control-group {
  display: inline-block;
}
#modules-form .btn,
#adminForm .btn {
  height: 56px;
}
#modules-form .btn span,
#adminForm .btn span {
  margin-right: 5px;
}
#modules-form input,
#adminForm input {
  float: left;
}
#modules-form .input-prepend,
#adminForm .input-prepend {
  position: relative;
}
#modules-form .input-prepend .add-on,
#adminForm .input-prepend .add-on {
  display: none;
  font-size: 16px;
  width: 50px;
  height: 50px;
  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;
}
#modules-form .input-prepend .add-on i,
#adminForm .input-prepend .add-on i,
#modules-form .input-prepend .add-on > span,
#adminForm .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 #feb72a;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  line-height: 25px;
  width: 25px;
  color: #f38a00;
  font-size: 13px;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
#modules-form .input-prepend .add-on:hover i,
#adminForm .input-prepend .add-on:hover i {
  background: #f38a00;
  color: #ffffff;
}
#modules-form .input-prepend:focus .add-on,
#adminForm .input-prepend:focus .add-on {
  background: #F00;
}
#modules-form .input-append input,
#adminForm .input-append input,
#modules-form .input-append select,
#adminForm .input-append select,
#modules-form .input-append .uneditable-input,
#adminForm .input-append .uneditable-input {
  -webkit-border-radius: 0px 0 0 0px;
  -moz-border-radius: 0px 0 0 0px;
  border-radius: 0px 0 0 0px;
}
#modules-form .input-append input + .btn-group .btn:last-child,
#adminForm .input-append input + .btn-group .btn:last-child,
#modules-form .input-append select + .btn-group .btn:last-child,
#adminForm .input-append select + .btn-group .btn:last-child,
#modules-form .input-append .uneditable-input + .btn-group .btn:last-child,
#adminForm .input-append .uneditable-input + .btn-group .btn:last-child {
  -webkit-border-radius: 0 0px 0px 0;
  -moz-border-radius: 0 0px 0px 0;
  border-radius: 0 0px 0px 0;
}
#modules-form .input-append .add-on,
#adminForm .input-append .add-on,
#modules-form .input-append .btn,
#adminForm .input-append .btn,
#modules-form .input-append .btn-group,
#adminForm .input-append .btn-group {
  margin-left: -1px;
}
#modules-form .input-append .add-on:last-child,
#adminForm .input-append .add-on:last-child,
#modules-form .input-append .btn:last-child,
#adminForm .input-append .btn:last-child,
#modules-form .input-append .btn-group:last-child > .dropdown-toggle,
#adminForm .input-append .btn-group:last-child > .dropdown-toggle {
  -webkit-border-radius: 0 0px 0px 0;
  -moz-border-radius: 0 0px 0px 0;
  border-radius: 0 0px 0px 0;
}
#modules-form .accordion-group .accordion-inner .nav {
  width: 100%;
  display: block;
}
#modules-form .accordion-group .control-group {
  width: 100%;
  display: block;
}
#modules-form .accordion-group .control-group .control-label {
  width: auto;
  text-align: left;
}
#modules-form .accordion-group .control-group .controls {
  display: inline-block;
  width: 100%;
  margin-left: 0;
}
#adminForm #images .input-prepend.input-append {
  width: 100%;
}
#adminForm #images .input-prepend.input-append .btn {
  width: 6%;
  text-align: center;
}
#adminForm #images .input-prepend.input-append .btn + input {
  width: 85%;
}
#adminForm #images .input-prepend.input-append .btn + input + .btn {
  width: 6%;
}
@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;
  }
}
.blog_categories ul li {
  border: none;
  position: relative;
  padding: 0;
  padding-left: 39px;
}
.blog_categories ul li:before {
  position: absolute;
  left: -2px;
  top: 50%;
  margin-top: 2px;
  -moz-transform: translate(0px, -50%);
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  -o-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  content: '\f058';
  font-family: 'FontAwesome';
  font-size: 24px;
  color: #f38a00;
}
.blog_categories ul li + li {
  margin-top: 19px;
}
.blog_categories ul li a {
  color: #5f656d;
}
.blog_categories ul li a:hover {
  color: #f38a00;
}
.blog_categories ul.nav-tabs li {
  padding: 0;
}
.blog_categories ul.nav-tabs li:before {
  display: none;
}
.blog_categories ul span {
  text-decoration: none;
}
.mod-article-single {
  margin-bottom: 24px;
}
.mod-article-single .item__module:before,
.mod-article-single .item__module:after {
  content: " ";
  display: table;
}
.mod-article-single .item__module:after {
  clear: both;
}
.mod-article-single .item__module:before,
.mod-article-single .item__module:after {
  content: " ";
  display: table;
}
.mod-article-single .item__module:after {
  clear: both;
}
.mod-newsflash-adv__counters {
  text-align: center;
}
.mod-newsflash-adv__counters .introtext {
  display: block;
}
.mod-newsflash-adv__counters .item_content {
  margin-bottom: 30px;
}
.mod-newsflash-adv__counters .counter {
  float: none;
  font-size: 40px;
  line-height: 50px;
  margin: 0 0 15px;
  border: none;
  color: #f38a00;
  background: transparent;
}
.mod-newsflash-adv__counters .item_title {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  color: #f38a00;
}
.mod-newsflash-adv__pricing_simple .item .item_content {
  text-align: center;
  padding: 30px 20px;
  border: 1px solid #f38a00;
}
.mod-newsflash-adv__pricing_simple .item .item_content ul {
  padding: 10px 0;
}
.mod-newsflash-adv__pricing_simple .item .item_content ul li {
  font-size: 24px;
  line-height: 26px;
}
.mod-newsflash-adv__pricing_simple .item .item_content ul li:before {
  display: none;
}
.mod-newsflash-adv__pricing_simple .item .item_content ul li + li {
  margin-top: 0;
}
.mod-newsflash-adv__pricing_simple .item .item_content .item_title {
  color: #f38a00;
  margin-bottom: 0;
  text-transform: uppercase;
  text-align: center;
}
.mod-newsflash-adv__pricing_simple .item.featured .item_content {
  background: #374046;
}
.mod-newsflash-adv__pricing_simple .item.featured .item_content .btn:hover {
  background: #f38a00;
}
.mod-newsflash-adv__pricing_simple .price {
  font-size: 40px;
  line-height: 50px;
  padding: 15px 0;
}
.mod-newsflash-adv__pricing_simple .price span {
  font-size: 36px;
  line-height: 48px;
  vertical-align: bottom;
}
.mod-newsflash-adv__pricing_detailed .item {
  position: relative;
}
.mod-newsflash-adv__pricing_detailed .item .item_title {
  color: #f38a00;
  margin-bottom: 11px;
  text-transform: uppercase;
  text-align: center;
}
.mod-newsflash-adv__pricing_detailed .item .price {
  border-top: 1px solid #feb72a;
  border-bottom: 1px solid #feb72a;
  font-size: 40px;
  line-height: 50px;
  padding: 15px 0;
}
.mod-newsflash-adv__pricing_detailed .item .price span {
  font-size: 36px;
  line-height: 48px;
  vertical-align: bottom;
}
.mod-newsflash-adv__pricing_detailed .item .item_content {
  text-align: center;
  padding: 30px 20px;
  border: 1px solid #f38a00;
}
.mod-newsflash-adv__pricing_detailed .item .item_content ul {
  padding: 18px 0 11px;
}
.mod-newsflash-adv__pricing_detailed .item .item_content ul li {
  font-size: 16px;
  line-height: 30px;
}
.mod-newsflash-adv__pricing_detailed .item .item_content ul li:before {
  display: none;
}
.mod-newsflash-adv__pricing_detailed .item .item_content ul li + li {
  margin-top: 0;
}
@media (max-width: 1199px) {
  .mod-newsflash-adv__pricing_detailed .item .item_content {
    padding: 30px 8px;
  }
}
@media (max-width: 992px) {
  .mod-newsflash-adv__pricing_detailed .item .item_content .item_title {
    font-size: 18px;
    line-height: 24px;
  }
  .mod-newsflash-adv__pricing_detailed .item .item_content .btn {
    padding: 8px 16px;
    font-size: 14px;
  }
}
.mod-newsflash-adv__progbars_horizontal {
  text-align: center;
}
.mod-newsflash-adv__progbars_circle {
  text-align: center;
}
@media (min-width: 480px) and (max-width: 767px) {
  .mod-newsflash-adv__progbars_circle .item__module {
    width: 50%;
    float: left;
  }
}
.mod-newsflash-adv__team .item {
  margin-bottom: 58px;
}
.mod-newsflash-adv__team .item .item_img {
  margin-bottom: 4px;
}
.mod-newsflash-adv__team .item .item_title {
  display: inline-block;
  margin-bottom: 14px;
}
.mod-newsflash-adv__recent_posts {
  padding-bottom: 50px;
}
.mod-newsflash-adv__recent_posts .item {
  margin-bottom: 42px;
}
.mod-newsflash-adv__recent_posts .item .item_img {
  margin-bottom: 25px;
}
.mod-newsflash-adv__recent_posts .item .item_title {
  line-height: 24px;
  margin-bottom: 13px;
}
.mod-newsflash-adv__recent_posts .item .item_title a {
  line-height: 24px;
  font-weight: 400;
}
.mod-newsflash-adv__recent_posts .item .item_createdby,
.mod-newsflash-adv__recent_posts .item .item_published {
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  font-family: 'Hind', sans-serif;
  font-weight: 400;
  color: #f38a00;
  position: relative;
  padding-left: 0;
  display: inline;
  letter-spacing: 1.4px;
}
.mod-newsflash-adv__recent_posts .item .item_createdby:before,
.mod-newsflash-adv__recent_posts .item .item_published:before {
  font-family: 'FontAwesome';
  font-size: 14px;
  line-height: 14px;
  color: #f38a00;
  position: relative;
}
.mod-newsflash-adv__recent_posts .item .item_createdby:after,
.mod-newsflash-adv__recent_posts .item .item_published:after {
  display: none;
  font-family: 'FontAwesome';
  font-size: 14px;
  line-height: 14px;
  color: #f38a00;
  position: relative;
}
.mod-newsflash-adv__recent_posts .item .item_createdby {
  margin-right: 10px;
}
.mod-newsflash-adv__recent_posts .item .item_createdby:before,
.mod-newsflash-adv__recent_posts .item .item_createdby:after {
  content: '\f007';
}
.mod-newsflash-adv__recent_posts .item .item_published {
  padding-left: 0;
}
.mod-newsflash-adv__recent_posts .item .item_published:before,
.mod-newsflash-adv__recent_posts .item .item_published:after {
  content: '\f133';
}
.mod-newsflash-adv__ .mod-newsflash-adv_custom-link {
  margin-bottom: 48px;
}
@media screen and (max-height: 639px) {
  .modal-dialog {
    bottom: 0;
    top: 0;
    transform: translate(-50%, 0%);
  }
}

@media (max-width: 979px) {
  .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;
  }
}

@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%;
  }
}

@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;
  }
  
  .item_introtext dl.table {
    display: block;
  }
  .item_introtext table {
    display: none;
  }
}

@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;
  }
}

@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%;
  }
  
  .item_img {
    float: none;
    margin: 0 0 24px 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 #feb72a;
    border-top: none;
  }
  
  .mod-search__aside .mod-search_searchword {
    width: 100%;
  }
  
  .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%;
  }
  
  .item_introtext table tr td:before,
  .item_fulltext table tr td:before {
    font-size: 19px;
    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;
  }
}
.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 #feb72a;
  color: #5f656d;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
#section-kmt .kmt-head {
  font: 400 24px / 30px 'Hind', sans-serif;
  color: #5f656d;
  height: auto !important;
}
#section-kmt .kmt-head .author-kmt span span {
  color: #222931;
}
#section-kmt .kmt-head .author-kmt a {
  color: #222931;
}
#section-kmt .kmt-head .author-kmt a:hover {
  color: #5f656d;
}
#section-kmt .kmt-inreplyto {
  color: #222931;
}
#section-kmt .kmt-inreplyto a {
  color: #222931;
}
#section-kmt .kmt-inreplyto a:hover {
  color: #5f656d;
}
#section-kmt .kmt-form-content {
  margin-bottom: 20px;
}
#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: #222931;
}
#section-kmt .kmt-time:before {
  content: '\f017';
  font-family: 'FontAwesome';
  font-size: 18px;
  color: #5f656d;
}
#section-kmt .kmt-time a {
  color: inherit;
}
#section-kmt .kmt-time a:hover {
  color: #5f656d;
}
#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 #fda12a;
  background: transparent;
  color: #fab862;
  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: #5f656d;
}
#section-kmt .kmt-toolbar {
  border: none;
  margin: 0;
  padding: 0;
}
#section-kmt .kmt-like-counter {
  border: 1px solid #fda12a;
  line-height: 23px;
  background: transparent;
  color: #5f656d;
  line-height: 19px;
  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:hover {
  color: #5f656d;
}
#section-kmt .kmt-control-user .kmt-like.cancel,
#section-kmt .kmt-control-user .kmt-reply.cancel {
  color: #222931;
}
#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: 13px;
}
#section-kmt .kmt-admin-wrap:hover a.kmt-admin-link {
  color: #222931;
}
#section-kmt .kmt-form-content .kmt-form-addon {
  border-top: none;
}
#section-kmt .kmt-rank-bar {
  background: #5f656d;
}
#section-kmt .kmt-rank-progress {
  background: #f38a00;
}
#section-kmt .kmt-form-author {
  margin-bottom: 20px;
}
#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: 30px;
}
#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;
}
.komento_title {
  margin-bottom: 30px;
}
@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: 25px;
  }
  #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;
  }
  #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;
  }
  #section-kmt .kmt-body {
    padding: 0;
  }
}
.jg_catelem_photo {
  font-size: 0;
  line-height: 0;
}
.loaded .jg_element_cat {
  display: none;
}
.jg_element_cat {
  padding-bottom: 30px;
}
@media (max-width: 767px) {
  .jg_element_cat {
    width: 100%;
  }
}
.jg_imgalign_catsubs {
  font-size: 0;
  margin-bottom: 30px;
  max-width: 100%;
  overflow: hidden;
  position: relative;
}
.jg_imgalign_catsubs .jg_photo_custom {
  -webkit-transition: transform 0.5s ease;
  -o-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
}
.jg_imgalign_catsubs:hover .jg_photo_custom {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.jg_imgalign_catsubs:hover .jg_subcatelem_txt {
  opacity: 100;
  filter: alpha(opacity=10000);
}
.jg_subcatelem_cat a {
  height: auto;
}
.jg_subcatelem_photo a {
  display: block;
}
.jg_subcatelem_photo img {
  width: 100%;
  max-width: none;
  height: auto;
}
.jg_subcatelem_txt {
  background: rgba(243, 138, 0, 0.5);
  bottom: 0;
  color: #fff;
  font-size: 15px;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}
.jg_subcatelem_txt:before {
  content: '';
  display: inline-block;
  height: 100%;
  overflow: hidden;
  vertical-align: middle;
  width: 0;
  background: #f38a00;
}
.jg_subcatelem_txt ul {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  max-width: 99%;
  vertical-align: middle;
}
.jg_subcatelem_txt ul li {
  font-size: 15px;
  line-height: 24px;
}
.jg_subcatelem_txt ul li:before {
  display: none;
}
.jg_subcatelem_txt ul a {
  color: #fff;
  position: relative;
}
.jg_subcatelem_txt ul a:hover {
  color: #fff;
}
.jg_subcatelem_txt .jg_subcatelem_txt__link {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}
.jg_catelem_txt {
  margin: 0;
  text-align: center !important;
}
.jg_catelem_txt .gallery_desc p + p {
  display: none;
}
.jg_catelem_txt ul li a:hover {
  color: #5f656d;
}
.jg_catelem_txt ul li:before {
  display: none;
}
.jg_catelem_txt ul li > * {
  color: #ffffff;
}
.jg_dtl_photo {
  font-size: 0;
  line-height: 0;
}
.jg_dtl_photo .lazy_container {
  width: 100%;
}
.jg_dtl_photo .lazy_container .lazy_preloader {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.jg_dtl_photo .lazy_container img {
  position: relative;
}
div.jg_details,
div.jg_voting,
div.jg_commentsarea,
div.jg_send2friend,
div.jg_bbcode,
div.jg_exif,
div.jg_panemodule {
  border: none;
  margin: 0;
}
.jg_iconbar {
  padding: 0;
}
.jg_imgtitle {
  text-align: left;
}
.jg_imgalign_catimgs {
  font-size: 0;
  line-height: 0;
  overflow: hidden;
  position: relative;
}
.jg_imgalign_catimgs img {
  width: 100%;
  max-width: none;
  height: auto;
}
.jg_imgalign_catimgs .jg_photo_custom {
  -webkit-transition: transform 0.5s ease;
  -o-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
}
.jg_imgalign_catimgs .jg_catelem_txt {
  background: rgba(243, 138, 0, 0.5);
  color: #fff;
  height: 100%;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  top: 0;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
  width: 100%;
}
.jg_imgalign_catimgs .jg_catelem_txt .item_title {
  color: inherit;
}
.jg_imgalign_catimgs .jg_catelem_txt:before {
  content: '';
  display: inline-block;
  height: 100%;
  overflow: hidden;
  vertical-align: middle;
  width: 0;
  background: #f38a00;
}
.jg_imgalign_catimgs .jg_catelem_txt ul {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  font-size: 15px;
  line-height: 24px;
  max-width: 99%;
  padding: 0 10px;
  vertical-align: middle;
}
.jg_imgalign_catimgs .jg_catelem_txt .jg_links a {
  font-size: 28px;
  margin: 0 5px;
}
.jg_imgalign_catimgs .jg_catelem_txt .jg_links a:hover {
  color: #feb72a;
}
.jg_imgalign_catimgs:hover .jg_photo_custom {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.jg_imgalign_catimgs:hover .jg_catelem_txt {
  opacity: 100;
  filter: alpha(opacity=10000);
}
.jg_gallery {
  font-size: 0;
  line-height: 0;
  text-align: left;
  margin-bottom: 48px;
}
.jg_catorderlist {
  text-align: left;
  white-space: normal;
}
.jg_catorderlist > strong {
  display: block;
  margin-bottom: 15px;
}
.jg_links .fancybox-thumb .lazy,
.jg_links .fancybox-thumb img {
  display: none;
}
#joomcommentform {
  margin-bottom: 48px;
  text-align: left;
}
#joomcommentform + .jg_row1 {
  padding-bottom: 0;
}
#joomcommentform .btn-group {
  display: inline-block;
}
#joomcommentform .input_wrapper {
  position: relative;
}
.jg_comments_title {
  margin-bottom: 30px;
}
.jg_cmtf {
  border: 1px dashed #ddd;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  padding: 30px 0;
  text-align: center;
}
.ui-loader {
  display: none;
}
.jg_pathway {
  margin: 0 0 24px;
  padding: 0;
}
ul#order {
  margin: 0 0 15px;
  overflow: hidden;
}
ul#order li {
  display: inline-block;
}
.jg_commentsarea {
  clear: both;
  padding-top: 20px;
}
.jg_commentsarea textarea {
  height: 200px;
  width: 100%;
}
.jg_commentsarea .username {
  display: block;
  font-size: 18px;
  font-weight: 500;
  line-height: 28.8px;
  margin-bottom: 24px;
}
.jg_commentsarea div[class*="jg_row"] {
  padding-bottom: 40px;
}
.jg_commentsarea div[class*="jg_row"] .comment_text {
  display: block;
}
.jg-details-header h4 {
  padding: 0;
  text-align: inherit;
}
.jg_dtl_photo {
  text-align: center;
}
.jg_subcat {
  margin-bottom: 48px;
}
.joomgallery-toggler,
.joomgallery-toggler-down {
  background-image: none;
}
.jg_detailnavi {
  padding: 20px 0;
}
.jg_detailnavi a img.pngfile {
  display: none;
}
#jg_dtl_photo {
  max-width: 100%;
}
.jdGallery .slideElement {
  background-size: cover;
}
.jdGallery a.carouselBtn {
  padding: 9px 10px;
}
div.jg_details,
div.jg_commentsarea {
  background: transparent;
  margin-bottom: 10px;
}
#t3-slider {
  top: -30px;
  position: relative;
  margin-bottom: -30px;
}
@media (min-width: 320px) and (max-width: 767px) {
  #t3-slider {
    top: 0px;
    margin-bottom: 0px;
  }
}
.swiper-container {
  height: 91vh;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  z-index: 0;
  width: 100%;
}
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  -moz-transform: translate3d(0px, 0, 0);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
.swiper-slider .swiper-button-prev,
.swiper-slider .swiper-button-next {
  display: none;
  position: absolute;
  top: 50%;
  width: 40px;
  height: 100px;
  line-height: 100px;
  font-size: 14px;
  text-align: center;
  margin-top: -50px;
  z-index: 10;
  cursor: pointer;
  color: #333333;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: rgba(0, 0, 0, 0.6);
}
@media (min-width: 320px) and (max-width: 1199px) {
  .swiper-slider .swiper-button-prev,
  .swiper-slider .swiper-button-next {
    width: 30px;
  }
}
.swiper-slider .swiper-button-prev:hover,
.swiper-slider .swiper-button-next:hover {
  color: #ffffff;
  background: #f38a00;
}
.swiper-slider .swiper-button-prev:before,
.swiper-slider .swiper-button-next:before {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  content: '';
  display: inline-block;
  color: #fff;
  position: relative;
}
@media (min-width: 767px) {
  .swiper-slider .swiper-button-prev,
  .swiper-slider .swiper-button-next {
    display: block;
  }
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-slider .swiper-button-prev {
  left: 0;
}
.swiper-slider .swiper-button-prev:before {
  content: "\ec3b";
  font-family: 'Linearicons';
  left: -4px;
}
.swiper-slider .swiper-button-next {
  right: 0;
}
.swiper-slider .swiper-button-next:before {
  content: "\ec3c";
  font-family: 'Linearicons';
  right: -4px;
}
.swiper-pagination {
  display: block;
  position: absolute;
  text-align: center;
  transition: 300ms;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  display: inline-block;
  border-radius: 100%;
  background: rgba(0, 0, 0, 0.3) !important;
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
}
.swiper-pagination-bullet:hover {
  background: #f38a00 !important;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet-active {
  background: #f38a00 !important;
}
.swiper-container-vertical > .swiper-pagination {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  -moz-transform: translate3d(0px, -50%, 0);
  -o-transform: translate(0px, -50%);
  -ms-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination .swiper-pagination-bullet {
  margin: 5px 0;
  display: block;
}
.swiper-container-horizontal > .swiper-pagination {
  bottom: 20px;
  left: 0;
  width: 100%;
}
.swiper-container-horizontal > .swiper-pagination .swiper-pagination-bullet {
  margin: 0 5px;
}
.swiper-container-3d {
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-coverflow .swiper-wrapper {
  -ms-perspective: 1200px;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube {
  overflow: visible;
}
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}
.swiper-scrollbar {
  position: relative;
  -ms-touch-action: none;
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  bottom: 0;
  z-index: 50;
  height: 3px;
  width: 100%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: #f38a00;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -moz-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}
@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
.swiper-slide > .vide__body,
.swiper-slide > .parallax_cnt {
  height: 100%;
}
.swiper-slide {
  white-space: nowrap;
}
.swiper-slide:not(.vide):not(.rd-parallax):before,
.swiper-slide .parallax_cnt:before,
.swiper-slide .vide__body:before {
  content: '';
  display: inline-block;
  height: 50%;
}
.swiper-slide .swiper-slide-caption {
  width: 100%;
  max-width: 1200px;
  margin: 0;
  height: 100%;
  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);
  box-sizing: border-box;
  padding: 0 30px;
  margin-top: -60px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .swiper-slide .swiper-slide-caption {
    max-width: 970px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .swiper-slide .swiper-slide-caption {
    padding: 0 30px;
    max-width: 750px;
  }
}
@media (min-width: 320px) and (max-width: 1199px) {
  .swiper-slide .swiper-slide-caption {
    margin-top: -30px;
  }
  .swiper-slide .swiper-slide-caption br {
    display: none;
  }
}
.swiper-slide .camera_caption {
  position: absolute;
  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%);
}
.swiper-slide .camera_caption.container {
  width: 100%;
}
.swiper-slide-caption {
  display: inline-block;
  text-align: left;
  box-sizing: border-box;
  position: absolute;
  top: 60px;
  left: 0;
  width: 100%;
}
@media (min-width: 320px) and (max-width: 1199px) {
  .swiper-slide-caption {
    top: 30px;
  }
}
.swiper-slide-caption * + .btn {
  margin-top: rem(100px);
}
.swiper-slide-caption .desc {
  font-size: 18px;
  line-height: 20px;
  color: #333;
  display: block;
  font-weight: 300;
  padding-bottom: 10px;
}
.swiper-slide-caption .learn {
  font-size: 11px;
  line-height: 20px;
  display: inline-block;
}
.swiper-slide-caption .learn a {
  text-decoration: underline;
}
.swiper-slide-caption h4,
.swiper-slide-caption h1,
.swiper-slide-caption h2,
.swiper-slide-caption h3 {
  color: #222931 !important;
}
.swiper-slide-caption h4.color,
.swiper-slide-caption h1.color,
.swiper-slide-caption h2.color,
.swiper-slide-caption h3.color {
  color: #fff !important;
}
@media (min-width: 320px) and (max-width: 991px) {
  .swiper-slide-caption h4,
  .swiper-slide-caption h1,
  .swiper-slide-caption h2,
  .swiper-slide-caption h3 {
    margin-bottom: 10px;
  }
}
.swiper-slide-caption h1 {
  margin-bottom: 30px;
}
@media (min-width: 1200px) and (max-width: 1300px) {
  .swiper-slide-caption h1 {
    font-size: 30px;
    line-height: 36px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .swiper-slide-caption h1 {
    font-size: 30px;
    line-height: 36px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .swiper-slide-caption h1 {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 10px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .swiper-slide-caption h1 {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 10px;
  }
}
.swiper-slide-caption .btn {
  margin-right: 10px;
  margin-bottom: 4px;
}
@media (max-width: 991px) {
  .swiper-slide-caption p {
    display: none;
  }
}
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  width: 100%;
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
.no-js .owl-carousel {
  display: block;
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  font: 400 40px/80px 'FontAwesome';
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:before {
  content: '\f144';
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}
.owl-nav.disabled {
  display: none;
}
.owl-nav.disabled:before,
.owl-nav.disabled:after {
  display: none;
}
.owl-prev,
.owl-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font: 400 14px/40px 'Linearicons';
  background: #f5f6f6;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  text-align: center;
  color: #818487;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  cursor: pointer;
}
.owl-prev:hover,
.owl-next:hover {
  opacity: 1;
  background: #f38a00;
  color: #fff;
}
.owl-prev.disabled,
.owl-next.disabled {
  background: #d5d4d2;
  cursor: default !important;
}
.owl-prev {
  left: 0;
}
@media (min-width: 1400px) {
  .owl-prev {
    left: 0px;
  }
}
.owl-prev:before {
  content: '\ec3b';
}
.owl-next {
  right: 0;
}
@media (min-width: 1400px) {
  .owl-next {
    right: 0px;
  }
}
.owl-next:before {
  content: '\ec3c';
}
.owl-dots {
  text-align: center;
  margin-top: 10px;
}
.owl-dot {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  position: relative;
  margin-left: 10px;
  width: 16px;
  height: 16px;
  outline: none;
  cursor: pointer;
  background-color: transparent;
  box-shadow: inset 0 0 0 2px #f38a00;
  transition: box-shadow 0.3s ease;
}
.owl-dot:hover,
.owl-dot:focus {
  box-shadow: inset 0 0 0 2px #000;
}
.owl-dot.active {
  box-shadow: inset 0 0 0 8px #f38a00;
}
.mod_owl_carousel__partners {
  padding: 0 60px;
}
.fancybox-close {
  background: none !important;
  color: #fff;
  font-size: 22px;
  height: 36px !important;
  line-height: 36px;
  margin: 0 !important;
  padding: 0 !important;
  position: fixed;
  right: 0 !important;
  text-align: center !important;
  top: 0 !important;
  -webkit-transition: font-size 0.2s ease;
  -o-transition: font-size 0.2s ease;
  transition: font-size 0.2s ease;
}
.fancybox-close:before {
  content: '\f057';
  font-family: FontAwesome;
}
.fancybox-close:hover {
  color: #fff;
  font-size: 30px;
}
@media (min-width: 320px) and (max-width: 479px) {
  #fancybox-thumbs.bottom {
    bottom: -2px !important;
  }
}
.login_shell {
  background: #f38a00;
}
@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: #feb72a;
  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: #feb72a;
}
.login_shell .btn {
  background: white;
  color: black !important;
  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: #feb72a;
  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 {
  color: #feb72a;
}
.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 {
  color: white;
}
.login_shell .login-greeting a {
  color: white;
}
.login_shell .login-greeting a:hover {
  text-decoration: underline;
}
.login_shell label + * {
  margin-top: 10px;
}
.login_shell .userdata p {
  padding-bottom: 10px;
}
.login_shell #form-login-remember {
  margin-bottom: 10px;
}
.login_shell #form-login-remember label {
  margin: 0;
}
.login_shell #form-login-remember .modlgn-remember {
  height: 14px;
}
.login_shell #form-login-remember .checkbox_inner {
  margin: 0;
}
.login_shell #form-login-remember span.checkbox {
  margin-bottom: 13px;
}
.login_shell input.btn {
  color: #5f656d !important;
}
.login_shell .ul-jlslogin li a {
  color: white;
}
.login_shell .ul-jlslogin li a:hover {
  color: #feb72a;
}
.t3-megamenu .login_megamenu #login-form {
  margin-bottom: 15px;
}
.t3-megamenu .login_megamenu label + * {
  margin: 0;
}
.t3-megamenu .login_megamenu .userdata {
  margin-bottom: 10px;
}
.t3-megamenu .login_megamenu a.btn {
  padding: 10px 15px !important;
  background: #f38a00 !important;
  color: white !important;
  display: inline-block !important;
  margin-right: 10px !important;
  margin-bottom: 15px !important;
}
.t3-megamenu .login_megamenu a.btn:hover {
  background: #feb72a !important;
}
.t3-megamenu .login_megamenu #form-login-remember span {
  border: 1px solid #cadbe3;
}
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: 110px;
  width: 0;
  z-index: 103;
}
div#fixed-sidebar-right .moduletable.login {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  right: 0;
  position: fixed;
  top: 110px;
  width: 0;
  left: auto;
  transition: width .2s ease;
}
@media (max-width: 767px) {
  div#fixed-sidebar-right .moduletable.login {
    top: 51px;
  }
}
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: #f38a00;
  -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: #feb72a;
}
div#fixed-sidebar-right .moduletable.login input:focus {
  color: #feb72a;
}
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: #f38a00;
  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: 5px;
}
div#fixed-sidebar-right .moduletable.login .mod_login_wrapper .input-prepend .add-on:hover i {
  background: transparent;
  color: #f38a00;
}
@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;
  }
}
.portfolio .filters b,
.portfolio .sorting b {
  display: block;
  margin: 0 0 15px;
}
.portfolio .gallery-item {
  text-align: left;
}
.portfolio .gallery-item .gallery-item__content .item_img {
  position: relative;
  display: block;
}
.portfolio .gallery-item .gallery-item__content .item_img img {
  max-width: none;
  width: 100%;
}
.portfolio .gallery-item .gallery-item__content .item_img .more_wrapper {
  background: rgba(243, 138, 0, 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%;
}
.portfolio .gallery-item .gallery-item__content .item_img .more_wrapper .vert-align {
  position: absolute;
  top: 50%;
  left: 50%;
  right: auto;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.portfolio .gallery-item .gallery-item__content .item_img .more_wrapper .vert-align .btn {
  background: white;
  color: black;
}
.portfolio .gallery-item .gallery-item__content .item_img .more_wrapper .vert-align .btn:hover {
  background: black;
  color: white;
}
.portfolio .gallery-item .gallery-item__content .item_img:hover .more_wrapper {
  opacity: 100;
  filter: alpha(opacity=10000);
}
.portfolio .gallery-item .gallery-item__content .item_title {
  margin-bottom: 10px;
}
.portfolio .gallery-item .gallery-item__content .item_header h1.item_title a,
.portfolio .gallery-item .gallery-item__content .item_header h2.item_title a,
.portfolio .gallery-item .gallery-item__content .item_header h3.item_title a,
.portfolio .gallery-item .gallery-item__content .item_header h4.item_title a,
.portfolio .gallery-item .gallery-item__content .item_header h5.item_title a,
.portfolio .gallery-item .gallery-item__content .item_header h6.item_title a {
  color: #f38a00;
}
.portfolio .gallery-item .gallery-item__content .item_header h1.item_title a:hover,
.portfolio .gallery-item .gallery-item__content .item_header h2.item_title a:hover,
.portfolio .gallery-item .gallery-item__content .item_header h3.item_title a:hover,
.portfolio .gallery-item .gallery-item__content .item_header h4.item_title a:hover,
.portfolio .gallery-item .gallery-item__content .item_header h5.item_title a:hover,
.portfolio .gallery-item .gallery-item__content .item_header h6.item_title a:hover {
  color: #5f656d;
}
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: 24px;
}
.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: '\f0d8';
}
.sorting ul#sort li a[data-order=desc]:after {
  content: '\f0d7';
}
.sorting ul#sort li a:hover {
  border: none;
}
.sorting ul#sort li.active a {
  border: none;
}
.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;
  width: 100%;
}
.page-gallery_img {
  margin-left: 0;
}

.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: #f38a00;
  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: 30px;
}
.sorting ul#sort li a + a {
  display: none;
}
.block {
  display: block !important;
}
.none {
  display: none !important;
}
@media (max-width: 767px) {
  ul.gallery .gallery-grid .item_img img {
    width: 100%;
  }
}
@media (max-width: 639px) {
  .gallery li.gallery_desc {
    display: none;
  }
}
#Kunena td,
#Kunena table,
#Kunena th,
#Kunena div,
#Kunena p,
#Kunena span,
#Kunena .knewchar,
#Kunena #ktab a span {
  font-family: inherit;
}
.option-com_kunena .datepicker .datepicker-days table th {
  border-radius: 0 !important;
}
.option-com_kunena .datepicker tr th.prev:hover,
.option-com_kunena .datepicker tr th.next:hover,
.option-com_kunena .datepicker tr th.datepicker-switch:hover {
  background: #5f656d;
}
#kunena table,
#kunena .table {
  margin-bottom: 35px;
  border: 1px solid #f5f5f5;
}
#kunena table tr,
#kunena .table tr {
  border: 1px solid #f5f5f5;
}
#kunena table tr td,
#kunena .table tr td {
  border: 1px solid #f5f5f5;
}
#kunena .table-bordered > thead > tr > th,
#kunena .table-bordered > thead > tr > td {
  border-bottom-width: 1px;
}
#kunena .chzn-results li {
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
}
#kunena .well {
  border: 1px solid #f5f5f5;
}
#kunena + div {
  margin-bottom: 50px;
}
#kunena #gender_chzn {
  min-width: 100px !important;
}
@media (max-width: 991px) {
  #kunena #editavatar {
    overflow-x: auto;
  }
}
#kunena .kunena-wrapper:before,
#kunena .kunena-wrapper:after {
  content: " ";
  display: table;
}
#kunena .kunena-wrapper:after {
  clear: both;
}
#kunena .kunena-wrapper:before,
#kunena .kunena-wrapper:after {
  content: " ";
  display: table;
}
#kunena .kunena-wrapper:after {
  clear: both;
}
@media (max-width: 767px) {
  #kunena .kunena-wrapper .kunena-profile-edit-btn {
    display: block;
    float: left !important;
  }
  #kunena .kunena-wrapper .kunena-profile-edit-btn:before,
  #kunena .kunena-wrapper .kunena-profile-edit-btn:after {
    content: " ";
    display: table;
  }
  #kunena .kunena-wrapper .kunena-profile-edit-btn:after {
    clear: both;
  }
  #kunena .kunena-wrapper .kunena-profile-edit-btn:before,
  #kunena .kunena-wrapper .kunena-profile-edit-btn:after {
    content: " ";
    display: table;
  }
  #kunena .kunena-wrapper .kunena-profile-edit-btn:after {
    clear: both;
  }
}
@media (max-width: 767px) {
  #kunena .kunena-wrapper .h1-heading {
    display: block;
    width: 100%;
    margin-bottom: 10px;
  }
}
@media (max-width: 991px) {
  #kunena #KunenaUserEdit #editprofile,
  #kunena #KunenaUserEdit #editavatar {
    overflow-x: auto;
  }
}
#kunena #KunenaUserEdit select,
#kunena #KunenaUserEdit input,
#kunena #KunenaUserEdit textarea {
  width: 100%;
}
#kunena #editsettings .chzn-container {
  min-width: 100px !important;
}
@media (max-width: 991px) {
  #kunena #ktopicsform {
    overflow-x: auto;
  }
}
#kunena #ktopicsform .chzn-container {
  width: auto !important;
}
#kunena #ktopicsform .chzn-results li {
  white-space: normal;
}
#kunena #ktopicsform .input-group-btn .btn {
  vertical-align: top;
}
@media (max-width: 767px) {
  #kunena #ktopicsform .input-group-btn .btn,
  #kunena #ktopicsform .input-group-btn input,
  #kunena #ktopicsform .input-group-btn .chzn-container {
    display: block;
    width: 100%;
  }
  #kunena #ktopicsform .input-group-btn .btn {
    text-align: center;
  }
}
#kunena .btn {
  margin-bottom: 10px;
}
#kunena .btn-xs {
  padding: 6px 8px;
}
#kunena .btn-toolbar {
  margin: 0;
}
#kunena #postform label + * {
  margin-top: 0;
}
#kunena #postform #kpost-subject {
  margin-bottom: 20px;
}
#kunena #postform #kshow_attach_form {
  margin: 0;
}
#kunena #postform #kpost-subscribe .control-label {
  padding: 0;
}
#kunena #postform #kpost-subscribe label.string {
  display: inline;
}
#kunena #postform #kattach_form {
  margin-top: 10px;
}
#kunena #topic-actions {
  margin-bottom: 20px;
}
#kunena #topic-actions .btn + .btn {
  margin-left: 0;
}
#kunena #topic-actions .btn-group {
  margin-right: 10px;
}
#kunena select {
  padding: 0 20px;
  margin-bottom: 10px;
}
@media (max-width: 1199px) {
  #kunena select {
    width: 100% !important;
  }
}
#kunena input {
  padding: 0 20px;
  margin-bottom: 10px;
}
#kunena .cunena-date {
  display: table !important;
}
#kunena .well {
  text-align: left;
}
#kunena #kuserlist-form .table th {
  background: transparent;
  color: #5f656d;
}
#kunena .pagination {
  margin-top: 15px;
}
#kunena .pagination li a:hover {
  color: #ffffff;
  background: #5f656d;
}
#kunena .pagination li.active {
  background: #5f656d;
  color: #ffffff;
}
#kunena .alert.alert-info {
  padding: 15px;
}
#kunena .alert.alert-info:before {
  display: none;
}
#kunena a.label.label-default {
  background: #669900;
  color: #ffffff;
}
#kunena a.label.label-default:hover {
  background: #222222;
}
#kunena #searchatdate .input-group-addon {
  cursor: pointer;
}
#kunena #searchatdate input {
  margin-bottom: 0;
}
#kunena .h1-heading {
  font-size: 30px;
  line-height: 40px;
  color: #333333;
  display: block;
  margin-bottom: 10px;
}
#kunena .h2-heading {
  color: #333333;
  display: block;
  font-size: 21px;
  line-height: 60px;
}
#kunena div.chzn-container-single .chzn-single span {
  margin-right: 10px !important;
  padding-right: 0;
}
#kunena div.chzn-container-single .chzn-single div {
  width: 30px;
}
#kunena nav.navbar {
  background: transparent;
  border: none;
  min-height: auto;
  text-align: center;
}
#kunena nav.navbar .navbar-nav {
  margin: 0;
}
#kunena ol li:before {
  display: none;
}
#kunena #categoryactions .chzn-container {
  display: block;
  width: 100% !important;
}
#kunena #categoryactions .table .category {
  border-bottom: 1px solid #dddddd;
}
#kunena .row.message {
  padding: 20px 0;
  border-bottom: 2px solid #eaeaea;
}
#kunena .row.message .btn + .btn {
  margin-left: 0;
}
#kunena .message-published {
  margin-bottom: 25px;
}
#kunena .message-published .text-muted.pull-right {
  float: none !important;
  display: block;
  padding-bottom: 15px;
}
#kunena .message-published .btn-default {
  height: 50px;
}
#kunena .kfrontend thead {
  background: #f38a00;
  color: white;
}
#kunena .kfrontend thead .well {
  background: transparent;
  border: none;
  text-align: center;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin: 0;
}
#kunena .pagination li {
  background: #f38a00;
  float: left;
  display: inline-block;
  margin-right: 10px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
#kunena .pagination li a {
  color: white;
  padding: 8px 10px;
}
#kunena .pagination li:hover {
  background: #feb72a;
}
#kunena #jumpto {
  margin-bottom: 30px;
}
#kunena .h3-heading .glyphicon {
  font-size: 14px;
  line-height: 14px;
}
#kunena .glyphicon,
#kunena .fa {
  vertical-align: middle;
  font-size: 20px;
  line-height: 20px;
}
#kunena .btn-link small {
  color: #5f656d;
}
#kunena .btn-link:hover {
  text-decoration: none;
}
#kunena .btn-link:hover small {
  text-decoration: none;
}
#kunena .well {
  background: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
#kunena .search-block {
  float: none;
  text-align: left;
}
#kunena .search input {
  width: auto;
  margin-right: 10px;
}
#kunena .category td.col-md-1 {
  vertical-align: middle;
}
#kunena ul.list-unstyled {
  margin: 0;
}
#kunena .replies .repliesnum {
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  #kunena .kfrontend .text-center {
    text-align: right;
  }
}
#kunena.layout #kbbcode-smilies-button {
  background-position: -108px -18px;
}
#kunena.layout .kbbcode-preview-bottom {
  border: 1px solid #dddddd;
  border-radius: 4px;
  margin: 10px;
  min-height: 150px;
  padding: 4px 12px;
}
#kunena.layout .markItUp .boldbutton a {
  background-image: url("/templates/theme3563/images/kunena/images/bold.png");
}
#kunena.layout .markItUp .italicbutton a {
  background-image: url("/templates/theme3563/images/kunena/images/italic.png");
}
#kunena.layout .markItUp .underlinebutton a {
  background-image: url("/templates/theme3563/images/kunena/images/underline.png");
}
#kunena.layout .markItUp .strokebutton a {
  background-image: url("/templates/theme3563/images/kunena/images/stroke.png");
}
#kunena.layout .markItUp .supscriptbutton a {
  background-image: url("/templates/theme3563/images/kunena/images/supscript.png");
}
#kunena.layout .markItUp .subscriptbutton a {
  background-image: url("/templates/theme3563/images/kunena/images/subscript.png");
}
#kunena.layout .markItUp .sizebutton a {
  background-image: url("/templates/theme3563/images/kunena/images/fonts.png");
}
#kunena.layout .markItUp .colors a {
  background-image: url("/templates/theme3563/images/kunena/images/colors.png");
}
#kunena.layout .markItUp .bulletedlistbutton a {
  background-image: url("/templates/theme3563/images/kunena/images/list-bullet.png");
}
#kunena.layout .markItUp .numericlistbutton a {
  background-image: url("/templates/theme3563/images/kunena/images/list-numeric.png");
}
#kunena.layout .markItUp .listitembutton a {
  background-image: url("/templates/theme3563/images/kunena/images/list-item.png");
}
#kunena.layout .markItUp .alignleftbutton a {
  background-image: url("/templates/theme3563/images/kunena/images/text_align_left.png");
}
#kunena.layout .markItUp .centerbutton a {
  background-image: url("/templates/theme3563/images/kunena/images/text_align_center.png");
}
#kunena.layout .markItUp .alignrightbutton a {
  background-image: url("/templates/theme3563/images/kunena/images/text_align_right.png");
}
#kunena.layout .markItUp .quotebutton a {
  background-image: url("/templates/theme3563/images/kunena/images/quotes.png");
}
#kunena.layout .markItUp .codemodalboxbutton a,
#kunena.layout .markItUp .codesimplebutton a {
  background-image: url("/templates/theme3563/images/kunena/images/code.png");
}
#kunena.layout .markItUp .tablebutton a {
  background-image: url("/templates/theme3563/images/kunena/images/table.png");
}
#kunena.layout .markItUp .spoilerbutton a {
  background-image: url("/templates/theme3563/images/kunena/images/spoiler.png");
}
#kunena.layout .markItUp .hiddentextbutton a {
  background-image: url("/templates/theme3563/images/kunena/images/hidden.png");
}
#kunena.layout .markItUp .picturebutton a {
  background-image: url("/templates/theme3563/images/kunena/images/picture.png");
}
#kunena.layout .markItUp .linkbutton a {
  background-image: url("/templates/theme3563/images/kunena/images/link.png");
}
#kunena.layout .markItUp .ebaybutton a {
  background-image: url("/templates/theme3563/images/kunena/images/ebay.png");
}
#kunena.layout .markItUp .videodropdownbutton a {
  background-image: url("/templates/theme3563/images/kunena/images/film.png");
}
#kunena.layout .markItUp .mapbutton a {
  background-image: url("/templates/theme3563/images/kunena/images/map.png");
}
#kunena.layout .markItUp .pollbutton a {
  background-image: url("/templates/theme3563/images/kunena/images/poll.png");
}
#kunena.layout .markItUp .tweetbutton a {
  background-image: url("/templates/theme3563/images/kunena/images/tweet.png");
}
#kunena.layout .markItUp .soundcloudbutton a {
  background-image: url("/templates/theme3563/images/kunena/images/soundcloud.png");
  margin-left: -3px;
  margin-top: 3px;
}
#kunena.layout .markItUp .instagrambutton a {
  background-image: url("/templates/theme3563/images/kunena/images/instagram.png");
}
#kunena.layout .markItUp .hrbutton a {
  background-image: url("/templates/theme3563/images/kunena/images/hr.png");
}
#kunena.layout .markItUp .emoticonsbutton a {
  background-image: url("/templates/theme3563/images/kunena/images/emoticon.png");
}
#kunena.layout .markItUp .confidentialbutton a {
  background-image: url("/templates/theme3563/images/kunena/images/confidential.png");
}
#kunena.layout .markItUp .clean a {
  background-image: url("/templates/theme3563/images/kunena/images/clean.png");
}
#kunena.layout .markItUp .colors ul {
  padding: 1px;
  width: auto;
}
#kunena.layout .markItUp .colors li {
  border: 1px solid white;
  float: left;
  height: 25px;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 25px;
}
#kunena.layout .markItUp .colors ul a {
  height: 25px;
  width: 25px;
}
#kunena.layout .markItUp .colors .col1-1 a {
  background: black none repeat scroll 0 0;
}
#kunena.layout .markItUp .colors .col1-2 a {
  background: orange none repeat scroll 0 0;
}
#kunena.layout .markItUp .colors .col1-3 a {
  background: red none repeat scroll 0 0;
}
#kunena.layout .markItUp .colors .col2-1 a {
  background: blue none repeat scroll 0 0;
}
#kunena.layout .markItUp .colors .col2-2 a {
  background: purple none repeat scroll 0 0;
}
#kunena.layout .markItUp .colors .col2-3 a {
  background: green none repeat scroll 0 0;
}
#kunena.layout .markItUp .colors .col3-1 a {
  background: white none repeat scroll 0 0;
}
#kunena.layout .markItUp .colors .col3-2 a {
  background: gray none repeat scroll 0 0;
}
#kunena.layout .markItUp .colors .col3-3 a {
  background: black none repeat scroll 0 0;
}
#kunena.layout .markItUp {
  width: 100%;
}
#kunena.layout .markItUpContainer {
  width: 100%;
}
#kunena.layout .markItUpEditor {
  border: 1px solid #e5e5e5;
  clear: both;
  display: block;
  line-height: 18px;
  margin: 0;
  overflow: auto;
  padding: 5px;
}
#kunena.layout .markItUpEditor a {
  box-sizing: content-box;
}
#kunena.layout .markItUpPreviewFrame {
  background-color: #ffffff;
  height: 350px;
  margin: 5px 0;
  overflow: auto;
  width: 99.9%;
}
#kunena.layout .markItUpHeader {
  height: 25px;
  margin: 0;
  padding-bottom: 10px;
  padding-left: 10px;
  width: 100%;
}
#kunena.layout .markItUpFooter {
  height: 25px;
  padding-bottom: 10px;
  width: 100%;
}
#kunena.layout .markItUpHeader ul li {
  box-sizing: content-box;
  float: left;
  list-style: outside none none;
  position: relative;
}
#kunena.layout .markItUpHeader ul li:hover > ul {
  display: block;
}
#kunena.layout .markItUpHeader ul .markItUpDropMenu li {
  margin-right: 0;
}
#kunena.layout .markItUpHeader ul ul {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #e5e5e5;
  display: none;
  left: 0;
  margin-top: 10px;
  position: absolute;
  top: 18px;
}
#kunena.layout .markItUpHeader ul ul li {
  border-bottom: 1px solid #e5e5e5;
  float: none;
}
#kunena.layout .markItUpHeader ul .markItUpSeparator {
  border-left: 1px solid #ccc;
  color: #ccc;
  height: 24px;
  margin-right: 5px;
  overflow: hidden;
  text-indent: -10000px;
  width: 1px;
}
#kunena.layout .markItUpHeader ul ul .markItUpSeparator {
  height: 1px;
  margin: 0;
  width: auto;
}
#kunena.layout .markItUpHeader ul ul ul {
  left: 150px;
  position: absolute;
  top: -1px;
}
#kunena.layout .markItUpHeader ul ul ul li {
  float: none;
}
#kunena.layout .markItUpHeader ul a {
  background-repeat: no-repeat;
  box-sizing: content-box;
  display: block;
  height: 16px;
  margin: 0;
  padding: 4px;
  text-indent: -10000px;
  width: 16px;
}
#kunena.layout .markItUpHeader ul ul a {
  background-position: 2px 50%;
  display: block;
  padding: 5px 5px 5px 25px;
  text-indent: 0;
  width: 150px;
}
#kunena.layout .markItUpHeader ul ul a:hover {
  background-color: #3875d7;
  color: #fff;
}
#kunena.layout .markItUpHeader ul {
  margin: 0;
  padding: 0;
}
#kunena.layout .markItUpButton {
  display: inline-block;
  font-size: 14px;
  line-height: 12px;
  margin-bottom: 0;
  padding-top: 4px;
}
#kunena.layout li.markItUpButton ul {
  z-index: 1;
}
#kunena.layout .dropzone .message {
  filter: none;
  opacity: 1;
}
#kunena.layout .dropzone {
  background: rgba(0, 0, 0, 0.03) none repeat scroll 0 0;
  border: 1px solid rgba(0, 0, 0, 0.03);
  border-radius: 3px;
  min-height: 120px;
  padding: 23px;
}
#kunena.layout .dropzone .default.message {
  background: rgba(0, 0, 0, 0) none no-repeat scroll 0 0;
  filter: none;
  opacity: 1;
  transition: opacity 0.3s ease-in-out 0s;
}
#kunena.layout #klabel_info_drop_browse {
  align-items: center;
  display: flex;
  justify-content: center;
}
#kunena.layout #files {
  padding-bottom: 10px;
}
#kunena.layout #files button.btn {
  margin-right: 5px;
}
#kunena.layout #files p {
  margin: 15px 0 0;
}
#kunena.layout #kbbcode-preview-real {
  min-height: 3em;
}
#kunena.layout #kbbcode-preview {
  height: auto !important;
  margin-bottom: 35px;
}
#kunena.layout #kshow_attach_form {
  margin-top: -100px;
}
#kunena.layout #iconset_inject .inline:hover {
  cursor: pointer;
}
.mod-bootstrap-collapse .panel-group {
  margin-bottom: 0;
}
.mod-bootstrap-collapse .panel-group .panel {
  margin-bottom: 0;
  background: transparent;
  border: none;
  position: relative;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.mod-bootstrap-collapse .panel-group .panel + .panel {
  margin-top: 10px;
}
.mod-bootstrap-collapse .panel-group .panel-heading {
  padding: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  position: relative;
  background: #f38a00;
}
.mod-bootstrap-collapse .panel-group .panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.mod-bootstrap-collapse .panel-group .panel-heading a {
  color: white;
  display: block;
  font-size: 14px;
  line-height: 20px;
  padding: 25px 36px 25px 36px;
  position: relative;
  text-transform: uppercase;
  font-weight: 600;
}
@media (min-width: 320px) and (max-width: 991px) {
  .mod-bootstrap-collapse .panel-group .panel-heading a {
    padding: 15px 26px 15px 26px;
  }
}
.mod-bootstrap-collapse .panel-group .panel-heading a .panel-heading_icon {
  float: right;
  font-style: normal;
}
.mod-bootstrap-collapse .panel-group .panel-heading a .panel-heading_icon:before {
  content: '\ec39';
  font-size: 10px;
  line-height: 10px;
  font-family: 'Linearicons';
  color: white;
  right: 10px;
  top: 50%;
  font-style: normal;
  position: absolute;
  -moz-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.mod-bootstrap-collapse .panel-group .panel-heading a.collapsed {
  background: #e1dfdf;
  color: #000;
}
.mod-bootstrap-collapse .panel-group .panel-heading a.collapsed .panel-heading_icon:before {
  content: '\ec3a';
  color: #222931;
}
@media (max-width: 991px) {
  .mod-bootstrap-collapse .panel-group .panel-heading a {
    font-size: 18px;
    line-height: 24px;
  }
}
.mod-bootstrap-collapse .panel-group .panel-body {
  border-top: none !important;
  padding: 30px 0 20px;
}
.mod-bootstrap-collapse .panel-group .panel-body:before,
.mod-bootstrap-collapse .panel-group .panel-body:after {
  content: " ";
  display: table;
}
.mod-bootstrap-collapse .panel-group .panel-body:after {
  clear: both;
}
.mod-bootstrap-collapse .panel-group .panel-body:before,
.mod-bootstrap-collapse .panel-group .panel-body:after {
  content: " ";
  display: table;
}
.mod-bootstrap-collapse .panel-group .panel-body:after {
  clear: both;
}
@media (min-width: 320px) and (max-width: 991px) {
  .mod-bootstrap-collapse .panel-group .panel-body {
    padding: 10px 0 10px;
  }
}
.mod-bootstrap-collapse .panel-group .panel-body > * {
  font-family: 'Hind', sans-serif;
  font-weight: 300;
}
.mod-bootstrap-collapse .panel-group .panel-footer {
  border-top: 0;
}
.mod-bootstrap-collapse .panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd;
}
.mod-bootstrap-collapse__custom .panel-group {
  margin-bottom: 30px;
}
.mod-bootstrap-collapse__custom .panel-group .panel {
  margin-bottom: 0;
  background: transparent;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.mod-bootstrap-collapse__custom .panel-group .panel + .panel {
  margin-top: 10px;
}
.mod-bootstrap-collapse__custom .panel-group .panel-heading {
  padding: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  position: relative;
  background: transparent;
}
.mod-bootstrap-collapse__custom .panel-group .panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.mod-bootstrap-collapse__custom .panel-group .panel-heading a {
  color: #f38a00;
  display: block;
  font-size: 14px;
  line-height: 20px;
  padding: 24px 36px 24px 36px;
  border: 1px solid #e6e6e6;
  position: relative;
  background: transparent;
  font-weight: 600;
  text-transform: uppercase;
}
@media (min-width: 320px) and (max-width: 991px) {
  .mod-bootstrap-collapse__custom .panel-group .panel-heading a {
    padding: 15px 26px 15px 26px;
    text-transform: capitalize;
  }
}
.mod-bootstrap-collapse__custom .panel-group .panel-heading a .panel-heading_icon {
  float: left;
}
.mod-bootstrap-collapse__custom .panel-group .panel-heading a .panel-heading_icon:before {
  content: '\ec37';
  font-size: 10px;
  line-height: 10px;
  font-family: 'Linearicons';
  color: #f38a00;
  right: 30px;
  top: 50%;
  position: absolute;
  margin-top: -1px;
  -moz-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.mod-bootstrap-collapse__custom .panel-group .panel-heading a.collapsed {
  border: 1px solid #e6e6e6;
  background: transparent;
  color: #333333;
}
.mod-bootstrap-collapse__custom .panel-group .panel-heading a.collapsed .panel-heading_icon:before {
  content: '\ec36';
  color: #222931;
}
.mod-bootstrap-collapse__custom .panel-group .panel-body {
  background: #f5f6f6;
  padding: 30px 30px 20px 30px;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.mod-bootstrap-collapse__custom .panel-group .panel-body:before,
.mod-bootstrap-collapse__custom .panel-group .panel-body:after {
  content: " ";
  display: table;
}
.mod-bootstrap-collapse__custom .panel-group .panel-body:after {
  clear: both;
}
.mod-bootstrap-collapse__custom .panel-group .panel-body:before,
.mod-bootstrap-collapse__custom .panel-group .panel-body:after {
  content: " ";
  display: table;
}
.mod-bootstrap-collapse__custom .panel-group .panel-body:after {
  clear: both;
}
@media (min-width: 320px) and (max-width: 991px) {
  .mod-bootstrap-collapse__custom .panel-group .panel-body {
    padding: 15px 15px 10px 15px;
  }
}
.mod-bootstrap-collapse__custom .panel-group .panel-body > * {
  font-family: 'Hind', sans-serif;
  font-weight: 300;
}
.mod-bootstrap-collapse__custom .panel-group .panel-footer {
  border-top: 0;
}
.mod-bootstrap-collapse__custom .panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd;
}
.com_contact .map {
  top: -15px;
  position: relative;
}
#t3-breadcrumbs {
  top: -30px;
  position: relative;
  margin-bottom: 30px;
}
@media (min-width: 320px) and (max-width: 767px) {
  #t3-breadcrumbs {
    top: 0px;
    margin-bottom: 30px;
  }
}
#t3-breadcrumbs .custom {
  background-size: cover;
}
#t3-breadcrumbs .moduletable {
  padding-top: 80px;
  padding-bottom: 50px;
}
.t3-breadcrumbs {
  background: none;
  padding: 0;
  text-align: left;
  margin: 0 0 30px;
  padding-top: 0px;
  padding-bottom: 0px;
}
.t3-breadcrumbs .breadcrumb {
  padding: 0px;
  background: none;
}
.t3-breadcrumbs li {
  font-size: 10px;
  line-height: 20px;
  letter-spacing: 1.04px;
  padding: 0;
  display: inline-block;
  text-transform: uppercase;
}
.t3-breadcrumbs li .divider {
  display: inline-block;
  vertical-align: middle;
  padding: 0 5px;
  color: #858585;
  vertical-align: top;
}
.t3-breadcrumbs li .divider img {
  display: none;
}
.t3-breadcrumbs li.active {
  color: #333333;
}
.t3-breadcrumbs li.active span {
  color: #333333;
}
.t3-breadcrumbs li > span {
  color: #333333;
}
.t3-breadcrumbs li + li:before {
  content: '';
}
.t3-breadcrumbs a {
  color: #858585;
}
.t3-breadcrumbs a:hover {
  color: #feb72a;
  text-decoration: none;
}
.t3-breadcrumbs .firstItem > a.pathway {
  display: inline-block;
  font-size: 0;
  line-height: 0;
  vertical-align: middle;
}
.item_img,
.category_img {
  font-size: 0;
  line-height: 0;
  margin: 0 0 23px;
  position: relative;
}
.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%;
}
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;
}
.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: 50px !important;
  line-height: 50px !important;
  vertical-align: top;
}
#Kunena #jumpto .btn:after,
#Kunena .search-user .btn:after,
.krowmoderation .btn:after,
.input-append .btn:after,
.input-prepend .btn:after,
#kpost-attachments .btn:after,
#searchForm .btn:after {
  display: none;
}
dl.table {
  display: none;
}
.rd-video iframe#player {
  max-width: none;
}
.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 .offline_message {
  margin-bottom: 40px;
}
.offline_container .well {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  font-size: 15px;
  line-height: 24px;
  margin: 0;
  max-width: 100%;
  text-align: left;
  vertical-align: middle;
  background: #f38a00;
}
.offline_container .well #system-message-container {
  padding: 0 15px;
}
.offline_container .well > p {
  color: #FFF;
}
.offline_container .well #logo {
  margin-bottom: 24px;
  max-width: 100%;
}
.offline_container .well #logo a h1 {
  color: #5f656d;
}
.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%;
  background: #ffffff;
}
.offline_container .well div[id*=form-login] {
  position: relative;
}
.offline_container .well #form-login {
  padding-top: 30px;
  text-align: center;
}
.offline_container .well #form-login #form-login-username,
.offline_container .well #form-login #form-login-password {
  margin-bottom: 15px;
}
.offline_container .well fieldset {
  border: none;
  display: inline-block;
  max-width: 100%;
  text-align: left;
  width: 400px;
}
@media (max-width: 479px) {
  .offline_container .well fieldset {
    width: auto;
  }
}
.offline_container .well .btn {
  background: #feb72a;
  cursor: pointer;
}
.offline_container .well .btn:hover {
  color: #f38a00;
}
@media (max-width: 479px) {
  .offline_container .well {
    width: 100%;
  }
  .offline_container .well #form-login-remember {
    width: 100%;
    margin-bottom: 15px;
  }
  .offline_container .well .btn {
    float: none;
  }
  .offline_container .well .input {
    text-align: center;
  }
}
@media (max-width: 1199px) {
  .offline_container .container,
  .offline_container .row {
    padding: 0;
    margin: 0;
  }
}
.mod-menu .nav.menu.nav-pills > li > a {
  display: block;
}
.mod-menu .nav.menu.nav-pills > li.active > a {
  background: #f38a00;
}
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;
}

.mod-login_submit {
  margin: 0 0 9px;
}
#form-login-remember label {
  margin-bottom: 20px;
}

#mod-finder-searchword {
  border: 1px solid #EBEBEB;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  box-shadow: none;
  margin-bottom: 4px;
}

#mailto-window {
  padding-top: 1em;
}
.mailto-close {
  margin-bottom: 1em;
  overflow: hidden;
}
.mailto-close a {
  float: right;
}

.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: #5f656d;
}
.icons .btn-group.pull-right ul.dropdown-menu > li > a:hover {
  color: #ffffff;
  background: #f38a00;
}
.no-edit .jmodedit {
  display: none !important;
}
.icons:after {
  content: '';
  clear: both;
  display: block;
}
.body__elements .spacer {
  background: #ebebeb;
  clear: both;
  height: 1px;
  margin: 50px 0 80px;
}
.body__elements .img-offset1 {
  margin-top: 2px;
}
.jmodedit {
  padding: 0 5px !important;
}

.pretext,
.category_desc {
  padding-bottom: 48px;
}

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

.page-item_addThis {
  padding-top: 12px;
}
.addthis_sharing_toolbox {
  margin-top: 24px;
}

.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;
}

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

#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: #f38a00;
}
#back-top a > span:before {
  content: "\f0aa";
}
#back-top a:hover {
  color: #5f656d;
}
.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;
}
@media (max-width: 767px) {
  body.view-profile .form-horizontal .control-label {
    float: none;
    width: 100%;
    padding-top: 5px;
    text-align: left;
  }
  body.view-profile .form-horizontal .controls {
    margin-left: 0px;
  }
}
#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_0 {
  background: #feb62a;
}
#style_switcher div.color_scheme.color_scheme_0:before {
  top: 0;
  background: #f38900;
}
#style_switcher div.color_scheme.color_scheme_0:after {
  bottom: 0;
}
#style_switcher div.color_scheme.color_scheme_1 {
  background: #f38900;
}
#style_switcher div.color_scheme.color_scheme_1:before {
  top: 0;
  background: #feb62a;
}
#style_switcher div.color_scheme.color_scheme_1:after {
  bottom: 0;
}
#style_switcher div.color_scheme.color_scheme_2 {
  background: #0a7ae3;
}
#style_switcher div.color_scheme.color_scheme_2:before {
  top: 0;
  background: #0d5190;
}
#style_switcher div.color_scheme.color_scheme_2:after {
  bottom: 0;
}
#style_switcher div.color_scheme.color_scheme_3 {
  background: #41c6cb;
}
#style_switcher div.color_scheme.color_scheme_3:before {
  top: 0;
  background: #208286;
}
#style_switcher div.color_scheme.color_scheme_3:after {
  bottom: 0;
}
#color_preloader {
  background: #434242;
  height: 100%;
  left: 0;
  margin-bottom: 0 !important;
  overflow: hidden;
  position: fixed !important;
  right: 0;
  text-align: center;
  top: 0 !important;
  z-index: 2147483647;
  display: none;
}
#color_preloader .loader_wrapper {
  text-align: center;
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 250px;
  height: 300px;
  margin-left: -125px;
  margin-top: -150px;
}
#color_preloader .loader_wrapper p {
  color: white;
}
#color_preloader .uil-spin-css {
  -moz-transform: scale(0.6);
  -webkit-transform: scale(0.6);
  -ms-transform: scale(0.6);
  -o-transform: scale(0.6);
  transform: scale(0.6);
  margin: 0 auto;
}
#color_preloader:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  width: 0;
}
#color_preloader.on {
  z-index: 100000;
  display: block;
  height: 100%;
}
#color_preloader.on:before {
  display: block;
}
#color_preloader.on .loader_wrapper {
  display: block;
}
#color_preloader.on .uil-spin-css {
  display: block;
  z-index: 1000001;
}
@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;
  }
}
#style_switcher_form .btn,
#style_switcher_form .kbutton {
  color: #ffffff;
}
#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;
}
.uil-spin-css {
  background: none;
  position: relative;
  width: 200px;
  height: 200px;
}
@-webkit-keyframes uil-spin-css {
  0% {
    opacity: 1;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: 0.1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes uil-spin-css {
  0% {
    opacity: 1;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: 0.1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes uil-spin-css {
  0% {
    opacity: 1;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: 0.1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-o-keyframes uil-spin-css {
  0% {
    opacity: 1;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: 0.1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes uil-spin-css {
  0% {
    opacity: 1;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: 0.1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.uil-spin-css > div {
  width: 24px;
  height: 24px;
  margin-left: 4px;
  margin-top: 4px;
  position: absolute;
}
.uil-spin-css > div > div {
  width: 100%;
  height: 100%;
  border-radius: 100px;
  background: #ffffff;
}
.uil-spin-css > div:nth-of-type(1) > div {
  -webkit-animation: uil-spin-css 1s linear infinite;
  animation: uil-spin-css 1s linear infinite;
  -webkit-animation-delay: -0.87s;
  animation-delay: -0.87s;
}
.uil-spin-css > div:nth-of-type(1) {
  -webkit-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
}
.uil-spin-css > div:nth-of-type(2) > div {
  -webkit-animation: uil-spin-css 1s linear infinite;
  animation: uil-spin-css 1s linear infinite;
  -webkit-animation-delay: -0.75s;
  animation-delay: -0.75s;
}
.uil-spin-css > div:nth-of-type(2) {
  -webkit-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
}
.uil-spin-css > div:nth-of-type(3) > div {
  -webkit-animation: uil-spin-css 1s linear infinite;
  animation: uil-spin-css 1s linear infinite;
  -webkit-animation-delay: -0.62s;
  animation-delay: -0.62s;
}
.uil-spin-css > div:nth-of-type(3) {
  -webkit-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
}
.uil-spin-css > div:nth-of-type(4) > div {
  -webkit-animation: uil-spin-css 1s linear infinite;
  animation: uil-spin-css 1s linear infinite;
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}
.uil-spin-css > div:nth-of-type(4) {
  -webkit-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
}
.uil-spin-css > div:nth-of-type(5) > div {
  -webkit-animation: uil-spin-css 1s linear infinite;
  animation: uil-spin-css 1s linear infinite;
  -webkit-animation-delay: -0.37s;
  animation-delay: -0.37s;
}
.uil-spin-css > div:nth-of-type(5) {
  -webkit-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
}
.uil-spin-css > div:nth-of-type(6) > div {
  -webkit-animation: uil-spin-css 1s linear infinite;
  animation: uil-spin-css 1s linear infinite;
  -webkit-animation-delay: -0.25s;
  animation-delay: -0.25s;
}
.uil-spin-css > div:nth-of-type(6) {
  -webkit-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
}
.uil-spin-css > div:nth-of-type(7) > div {
  -webkit-animation: uil-spin-css 1s linear infinite;
  animation: uil-spin-css 1s linear infinite;
  -webkit-animation-delay: -0.12s;
  animation-delay: -0.12s;
}
.uil-spin-css > div:nth-of-type(7) {
  -webkit-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
}
.uil-spin-css > div:nth-of-type(8) > div {
  -webkit-animation: uil-spin-css 1s linear infinite;
  animation: uil-spin-css 1s linear infinite;
  -webkit-animation-delay: -0s;
  animation-delay: -0s;
}
.uil-spin-css > div:nth-of-type(8) {
  -webkit-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
}
*::selection {
  background: #f38a00;
  color: #ffffff;
}
*::-moz-selection {
  background: #f38a00;
  color: #ffffff;
}
#style_switcher.shown {
  z-index: 1008 !important;
}
#style_switcher.shown p {
  margin: 0 0 5px 0;
  padding: 0;
}
#fixed-sidebar-right .login .jmodedit {
  display: none !important;
}
.container-fullwidth {
  width: 100% !important;
}
.container-fullwidth > .row {
  margin: 0;
}
.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;
}
.moduletable.col-sm-12 + * {
  margin-top: 0;
}
.moduletable.col-sm-12.title_only + * {
  margin-top: 0;
}
.moduletable.olark {
  display: none;
}
@media (max-width: 767px) {
  .moduletable.facebook,
  .moduletable.twitter {
    text-align: center;
  }
}
.moduletable {
  padding-bottom: 30px;
}
.moduletable.history {
  padding-top: 63px;
  padding-bottom: 33px;
}
.moduletable.team {
  text-align: left;
  padding-top: 17px;
}
.moduletable.pricing_simple .page_header,
.moduletable.pricing_detailed .page_header {
  margin-bottom: 30px;
}
table {
  width: 100%;
}
form mark {
  background: none !important;
  font-size: 11px !important;
  line-height: 14px !important;
  bottom: 100%;
  right: 0;
  padding: 0 !important;
  position: absolute;
  z-index: 1;
  text-transform: uppercase;
}
form mark label {
  color: #ff0000;
  display: block;
  font-size: 11px !important;
  line-height: 14px !important;
  margin: 0 !important;
  width: auto !important;
  display: inline-block;
}
form mark label.error {
  display: inline;
}
form textarea {
  min-height: 120px;
  max-height: 120px;
}
form .btn,
form .kbutton {
  padding: 15px 30px;
}
.control,
.control-group,
.mod_tm_ajax_contact_form .control-group-input {
  position: relative;
}
.control.reset-margin,
.control-group.reset-margin,
.mod_tm_ajax_contact_form .control-group-input.reset-margin,
.control:last-child,
.control-group:last-child,
.mod_tm_ajax_contact_form .control-group-input:last-child,
.control select,
.control-group select,
.mod_tm_ajax_contact_form .control-group-input select,
.control textarea,
.control-group textarea,
.mod_tm_ajax_contact_form .control-group-input textarea,
.control input[type="text"],
.control-group input[type="text"],
.mod_tm_ajax_contact_form .control-group-input input[type="text"],
.control input[type="password"],
.control-group input[type="password"],
.mod_tm_ajax_contact_form .control-group-input input[type="password"],
.control input[type="datetime"],
.control-group input[type="datetime"],
.mod_tm_ajax_contact_form .control-group-input input[type="datetime"],
.control input[type="datetime-local"],
.control-group input[type="datetime-local"],
.mod_tm_ajax_contact_form .control-group-input input[type="datetime-local"],
.control input[type="date"],
.control-group input[type="date"],
.mod_tm_ajax_contact_form .control-group-input input[type="date"],
.control input[type="dates"] input[type="month"],
.control-group input[type="dates"] input[type="month"],
.mod_tm_ajax_contact_form .control-group-input input[type="dates"] input[type="month"],
.control input[type="time"],
.control-group input[type="time"],
.mod_tm_ajax_contact_form .control-group-input input[type="time"],
.control input[type="times"],
.control-group input[type="times"],
.mod_tm_ajax_contact_form .control-group-input input[type="times"],
.control input[type="week"],
.control-group input[type="week"],
.mod_tm_ajax_contact_form .control-group-input input[type="week"],
.control input[type="number"],
.control-group input[type="number"],
.mod_tm_ajax_contact_form .control-group-input input[type="number"],
.control input[type="email"],
.control-group input[type="email"],
.mod_tm_ajax_contact_form .control-group-input input[type="email"],
.control input[type="url"],
.control-group input[type="url"],
.mod_tm_ajax_contact_form .control-group-input input[type="url"],
.control input[type="search"],
.control-group input[type="search"],
.mod_tm_ajax_contact_form .control-group-input input[type="search"],
.control input[type="tel"],
.control-group input[type="tel"],
.mod_tm_ajax_contact_form .control-group-input input[type="tel"],
.control input[type="color"],
.control-group input[type="color"],
.mod_tm_ajax_contact_form .control-group-input input[type="color"],
.control .uneditable-input,
.control-group .uneditable-input,
.mod_tm_ajax_contact_form .control-group-input .uneditable-input {
  width: 100%;
}
.control.reset-margin,
.control-group.reset-margin,
.mod_tm_ajax_contact_form .control-group-input.reset-margin {
  margin-bottom: 0;
}
.control-group-captcha {
  margin-bottom: 20px;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="dates"] input[type="month"],
input[type="time"],
input[type="times"],
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%;
  width: 100%;
  height: 50px;
  background: #ffffff;
  border: 1px solid #e5e5e5;
  color: #5f656d;
  font-family: 'Hind', sans-serif;
  font-size: 15px;
  line-height: 20px;
  padding: 16px 20px 12px 20px;
  vertical-align: middle;
  outline: none;
  font-weight: 400;
  margin-bottom: 20px;
  -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: 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="dates"] input[type="month"]:-webkit-autofill,
input[type="time"]:-webkit-autofill,
input[type="times"]:-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 #ffffff !important;
  -webkit-text-fill-color: #5f656d !important;
  color: #5f656d !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="dates"] input[type="month"]:focus,
input[type="time"]:focus,
input[type="times"]: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: #ffa227;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 0 none;
}
@media (min-width: 320px) and (max-width: 767px) {
  select,
  textarea,
  input[type="text"],
  input[type="password"],
  input[type="datetime"],
  input[type="datetime-local"],
  input[type="date"],
  input[type="dates"] input[type="month"],
  input[type="time"],
  input[type="times"],
  input[type="week"],
  input[type="number"],
  input[type="email"],
  input[type="url"],
  input[type="search"],
  input[type="tel"],
  input[type="color"],
  .uneditable-input {
    line-height: 20px !important;
    height: auto !important;
  }
}
label.inline {
  display: inline-block;
}
.mod_tm_ajax_contact_form_select {
  margin-bottom: 20px;
  font-size: 0;
}
div.chzn-container {
  font-size: 14px;
  line-height: 24px;
  text-align: left;
  margin-bottom: 20px;
}
div.chzn-container .chzn-results {
  margin: 0;
  padding: 0;
}
div.chzn-container .chzn-results li {
  padding: 10px 20px;
  color: #5f656d;
  background: #ffffff;
}
div.chzn-container .chzn-results li.highlighted {
  background: #f38a00;
  color: #ffffff;
}
div.chzn-container-single .chzn-single {
  background: #ffffff;
  height: 50px;
  padding: 13px 20px;
  line-height: inherit;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: 2px solid #e5e5e5;
  color: #5f656d;
  font-weight: 400;
}
div.chzn-container-single .chzn-single > span {
  padding-right: 50px;
}
div.chzn-container-single .chzn-single div {
  background: none !important;
  color: #5f656d;
  height: 50px;
  top: -1px;
  right: 5px;
  width: 50px;
  -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: #ffffff;
  border: 2px solid #e5e5e5;
}
div.chzn-container-single.chzn-container-active.chzn-with-drop .chzn-single div {
  background: #1b2027;
  color: #5f656d;
}
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 0px 0px;
  -moz-border-radius: 0 0 0px 0px;
  border-radius: 0 0 0px 0px;
  -webkit-box-shadow: insset 0px 0px 0px 2px #e5e5e5;
  box-shadow: insset 0px 0px 0px 2px #e5e5e5;
  border: none;
  border-top: none;
  margin: 0;
  height: auto;
  color: #374046;
  box-sizing: border-box;
  margin-top: 0px;
}
div.chzn-container-single .chzn-results {
  width: 100%;
  overflow: hidden;
}
div.chzn-container-single .chzn-results li {
  color: #374046;
  text-transform: capitalize;
}
.chzn-container .chzn-drop {
  z-index: 1009;
}
span.checkbox {
  position: relative;
  display: inline-block;
  min-height: 0;
  height: 25px;
  line-height: 14px;
  width: 25px;
  background: #fff;
  border: 1px solid #f5f5f5;
  -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;
  min-height: inherit;
}
span.checkbox label.checkbox_inner:before {
  content: '';
  font-family: 'FontAwesome';
  font-size: 14px;
  height: 100%;
  left: 0px;
  position: absolute;
  right: 0;
  top: 4px;
  color: #feb72a;
  text-align: center;
}
span.checkbox + label {
  margin: 0 0 0 2px;
  vertical-align: middle;
  color: #5f656d;
  font-size: 15px;
}
span.radio {
  display: inline-block;
  height: 25px;
  line-height: 14px;
  min-height: 0;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 25px;
  border: 1px solid #f7f7f7;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #fff;
}
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: 10px;
  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: 10px;
  background: #feb72a;
  min-height: auto;
  font-size: 14px;
}
span.radio label.radio_inner {
  bottom: 0;
  left: 0;
  line-height: 14px;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  min-height: auto;
  min-height: inherit;
}
span.radio + label {
  margin: 0 0 0 2px;
  vertical-align: middle;
  color: #5f656d;
  font-size: 15px;
}
.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: 120px;
}
.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: 50px !important;
  line-height: 100%;
  padding: 0 !important;
  text-align: center;
  width: 50px !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: 24px;
}
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: 50px;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 24px;
  font-size: 22.5px;
  line-height: 48px;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #E5E5E5;
}
legend small {
  font-size: 18px;
  color: #999999;
}
label {
  color: #aaaaaa;
  font-size: 12px;
  font-weight: 400;
  display: block;
}
label + * {
  margin-top: 0px;
}
.uneditable-input {
  width: 206px;
}
input,
textarea {
  width: 100%;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #5f656d !important;
  opacity: 1;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #5f656d !important;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #5f656d !important;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #5f656d !important;
  opacity: 1;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #5f656d !important;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #5f656d !important;
}
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: 50px;
  line-height: 50px;
  max-width: 100%;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
select[multiple] {
  height: auto;
}
.uneditable-input,
.uneditable-textarea {
  color: #999999;
  background-color: #fcfcfc;
  border-color: #feb72a;
  -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: 24px;
}
.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: #f5f5f5;
}
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: #5f656d;
  border-color: #ff0000;
}
input:focus:invalid:focus,
textarea:focus:invalid:focus,
select:focus:invalid:focus {
  border-color: #f38a00;
}
input.error,
textarea.error,
select.error {
  border-color: #ff0000 !important;
  color: #5f656d !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: #5f656d !important;
}
.form-actions {
  padding: 23px 20px 24px;
  margin-top: 24px;
  margin-bottom: 24px;
  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: #848b94;
}
.help-block {
  display: block;
  margin-bottom: 12px;
}
.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: 15px;
}
.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: #bbff33;
  border-color: #669900;
}
.input-append .btn.hasTooltip,
.input-prepend .btn.hasTooltip {
  width: 50px;
  padding-left: 0;
  padding-right: 0;
}
.input-prepend {
  position: relative;
  
}
.input-prepend .add-on {
  display: none;
  font-size: 16px;
  width: 50px;
  height: 50px;
  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 #feb72a;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  line-height: 25px;
  width: 25px;
  color: #f38a00;
  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: #f38a00;
  color: #ffffff;
}
.input-prepend:focus .add-on {
  background: #F00;
}
.input-append input,
.input-append select,
.input-append .uneditable-input {
  -webkit-border-radius: 0px 0 0 0px;
  -moz-border-radius: 0px 0 0 0px;
  border-radius: 0px 0 0 0px;
}
.input-append input + .btn-group .btn:last-child,
.input-append select + .btn-group .btn:last-child,
.input-append .uneditable-input + .btn-group .btn:last-child {
  -webkit-border-radius: 0 0px 0px 0;
  -moz-border-radius: 0 0px 0px 0;
  border-radius: 0 0px 0px 0;
}
.input-append .add-on,
.input-append .btn,
.input-append .btn-group {
  margin-left: -1px;
}
.input-append .add-on:last-child,
.input-append .btn:last-child,
.input-append .btn-group:last-child > .dropdown-toggle {
  -webkit-border-radius: 0 0px 0px 0;
  -moz-border-radius: 0 0px 0px 0;
  border-radius: 0 0px 0px 0;
}
.input-prepend.input-append input,
.input-prepend.input-append select,
.input-prepend.input-append .uneditable-input {
  -webkit-border-radius: 0px 0 0 0px;
  -moz-border-radius: 0px 0 0 0px;
  border-radius: 0px 0 0 0px;
}
.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 0px 0px 0;
  -moz-border-radius: 0 0px 0px 0;
  border-radius: 0 0px 0px 0;
}
.input-prepend.input-append .add-on:first-child,
.input-prepend.input-append .btn:first-child {
  margin-right: -1px;
  -webkit-border-radius: 0px 0 0 0px;
  -moz-border-radius: 0px 0 0 0px;
  border-radius: 0px 0 0 0px;
}
.input-prepend.input-append .add-on:last-child,
.input-prepend.input-append .btn:last-child {
  margin-left: -1px;
  -webkit-border-radius: 0 0px 0px 0;
  -moz-border-radius: 0 0px 0px 0;
  border-radius: 0 0px 0px 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: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.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: 24px;
  -webkit-margin-top-collapse: separate;
}
.form-horizontal .control-group {
  margin-bottom: 24px;
}
.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: 12px;
}
.form-horizontal .form-actions {
  padding-left: 180px;
}
.mod_tm_ajax_contact_form table {
  border: none;
}
.mod_tm_ajax_contact_form table tr {
  border: none;
}
.mod_tm_ajax_contact_form table tr td {
  border: none;
}
.mod_tm_ajax_contact_form .timepicker .btn {
  padding: 0;
  margin: 0;
  background: #f38a00;
  color: white;
  border-radius: 0;
}
.mod_tm_ajax_contact_form .timepicker .btn:hover {
  background: #f38a00;
  color: #feb72a;
  border-radius: 0;
}
.mod_tm_ajax_contact_form .timepicker .btn span {
  margin: 0;
  padding: 0;
  background: transparent;
}
@media (min-width: 320px) and (max-width: 1199px) {
  select {
    -webkit-appearance: none;
    -webkit-border-radius: 50px !important;
    -moz-border-radius: 50px !important;
    border-radius: 50px !important;
    background-color: #f6f6f6 !important;
    background-image: url(/templates/theme3563/images/arrow-s.png) !important;
    background-position: 94% center!important;
    background-repeat: no-repeat !important;
  }
}
.olrk-noquirks.z-index {
  z-index: 887;
  position: fixed;
}
#myModals.in .modal-dialog {
  top: 50%;
}
#myModals .modal-backdrop {
  z-index: 1111111;
}
#myModals.fade {
  z-index: -1;
  position: fixed !important;
  top: -200%;
}
#myModals.fade.in {
  z-index: 1030;
  position: relative;
  top: 0;
}
#myModals .modal-dialog {
  position: fixed;
  left: 50%;
  top: -150%;
  width: 400px;
  min-height: 365px;
  background: #fff;
  padding: 20px 20px 10px 20px;
  box-sizing: border-box;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1111112;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
@media (min-width: 500px) and (max-width: 767px) {
  #myModals .modal-dialog {
    min-height: 330px;
    height: 330px;
    overflow: auto;
  }
}
@media (min-width: 320px) and (max-width: 499px) {
  #myModals .modal-dialog {
    width: 300px;
    min-height: 300px;
    height: 300px;
    overflow: auto;
    text-align: left;
  }
}
#myModals .modal-dialog .input-prepend {
  display: block;
}
#myModals .modal-dialog .input-prepend input {
  display: block;
}
#myModals .modal-dialog .modal-header {
  position: relative;
}
#myModals .modal-dialog .modal-header h3 {
  margin-bottom: 14px;
  background: none;
  padding-left: 0;
  border: none;
  padding-top: 0;
  padding-bottom: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#myModals .modal-dialog .modal-header .close {
  position: absolute;
  right: -14px;
  top: -22px;
}
@media (min-width: 320px) and (max-width: 767px) {
  #myModals .modal-dialog .modal-header .close {
    right: -13px;
    top: -17px;
    margin: 0;
  }
}
@media (min-width: 320px) and (max-width: 479px) {
  #myModals .modal-dialog .modal-header .close {
    right: -15px;
    top: -20px;
    padding: 0;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  #myModals .modal-dialog .modal-header #myModalLabel {
    padding-top: 0px;
    font-size: 18px;
    margin-bottom: 0px;
  }
}

#t3-top div.moduletable.currency_selector {
  padding: 8px 0;
  float: left;
  position: relative;
  margin-right: 10px;
}
@media (min-width: 320px) and (max-width: 767px) {
  #t3-top div.moduletable.currency_selector {
    float: none;
    display: table;
    margin: 0 auto 0px!important;
    width: auto;
    text-align: center;
  }
}
#t3-top div.moduletable.currency_selector .module_container {
  width: auto;
  float: none;
  position: relative;
  font-weight: 400;
}
#t3-top div.moduletable.currency_selector .module_container .page_header {
  float: left;
  margin-right: 5px;
  color: #000;
  font-size: 11px;
  line-height: 20px;
  margin-bottom: 0px;
}
@media (min-width: 768px) and (max-width: 991px) {
  #t3-top div.moduletable.currency_selector .module_container .page_header {
    display: none;
  }
}
.module-currencies {
  float: left;
}
@media (min-width: 320px) and (max-width: 767px) {
  .module-currencies {
    float: none;
    margin: 0 auto;
    display: table;
    width: auto;
  }
}
.module-currencies .heading {
  position: relative;
  top: -2px;
}
.module-currencies .heading a {
  color: #fff;
  font-size: 11px;
  line-height: 20px;
  font-weight: 400;
  cursor: pointer;
  position: relative;
  text-transform: uppercase;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.module-currencies .heading a:after {
  content: '\f107';
  font-family: FontAwesome;
  pointer-events: none;
  margin-left: 4px;
  color: #fff;
  position: relative;
  top: -1px;
  font-weight: 400;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.module-currencies .heading a:hover {
  color: #f38a00;
}
.module-currencies .heading a:hover:after {
  color: #f38a00;
}
.module-currencies .box-currencies.open .heading {
  color: #f38a00;
}
.module-currencies .box-currencies.open .heading:after {
  content: '\f106';
  font-family: FontAwesome;
  pointer-events: none;
  color: #f38a00;
}
.module-currencies .dropdown-menu {
  width: auto;
  min-width: 110px;
  padding: 10px;
  position: absolute;
  left: 0;
  top: 18px;
  background: #fff;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border: none;
  float: none;
}
@media (min-width: 320px) and (max-width: 767px) {
  .module-currencies .dropdown-menu {
    right: auto;
    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);
  }
}
.module-currencies .dropdown-menu ul {
  margin: 0;
}
.module-currencies .dropdown-menu ul li {
  font-size: 12px;
  line-height: 24px;
  font-weight: 400;
}
.module-currencies .dropdown-menu ul li a {
  color: #586077;
  display: inline-block;
  line-height: 24px;
  cursor: pointer;
  text-transform: capitalize;
}
.module-currencies .dropdown-menu ul li a:hover,
.module-currencies .dropdown-menu ul li a.active {
  color: #f38a00;
}
.module-currencies .dropdown-menu ul li a.active {
  cursor: default;
}
.wrapper-inner {
  overflow: hidden;
}

#t3-top .moduletable.virt_cart {
  position: relative;
  float: right;
  padding: 8px 0 0 0;
  margin: 0px 10px 0 10px;
}
@media (min-width: 320px) and (max-width: 767px) {
  #t3-top .moduletable.virt_cart {
    float: none;
    margin: 0 auto;
    display: table;
    width: auto;
    padding-top: 20px;
    margin-bottom: 10px;
  }
  #t3-top .moduletable.virt_cart .module_container {
    display: inline-block;
  }
}
.vmCartModule {
  position: relative;
  display: inline-block;
}
.vmCartModule #vm_cart_products {
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  opacity: 0;
  filter: alpha(opacity=0);
  pointer-events: none;
  position: absolute;
  top: 100%;
  right: -10px;
  width: 300px;
  padding: 0;
  border: 1px solid #d0d0d0;
  z-index: 8002;
  background: #fff;
  -moz-transform: translate(0, 30px);
  -webkit-transform: translate(0, 30px);
  -ms-transform: translate(0, 30px);
  -o-transform: translate(0, 30px);
  transform: translate(0, 30px);
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  margin-top: -4px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .vmCartModule #vm_cart_products {
    right: auto;
    left: 50%;
    width: 280px;
    margin-left: -140px;
    margin-top: 0px;
    z-index: 80;
  }
}
.vmCartModule #vm_cart_products .vm_cart_products {
  max-height: 300px;
  overflow: auto;
}
.vmCartModule #vm_cart_products.shown {
  pointer-events: auto;
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  display: block\0;
}
.vmCartModule #vm_cart_products.empty {
  display: none !important;
}
.vmCartModule #vm_cart_products .cart_title {
  margin-bottom: 24px;
}
.vmCartModule #vm_cart_products .image {
  width: 60px;
  background: #fff;
  float: left;
  padding: 10px;
  margin: 0 20px 0 0;
  -webkit-box-shadow: 0 0px 6px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0px 6px rgba(0, 0, 0, 0.1);
}
.vmCartModule #vm_cart_products .wrapper {
  overflow: hidden;
}
.vmCartModule .text-cart {
  padding: 20px;
  padding-bottom: 0;
}
.vmCartModule .totalBox {
  border-top: 1px solid #d0d0d0;
  border-bottom: 1px solid #d0d0d0;
  padding: 20px;
  overflow: hidden;
}
.vmCartModule .totalBox .carttotaltext {
  font-weight: 700;
  font-size: 18px;
  float: left;
}
.vmCartModule .totalBox .total {
  float: right;
  font-weight: bold;
}
.vmCartModule .totalBox .total .totalText {
  display: none;
}
.vmCartModule .show_cart {
  background: #f6f6f6;
  padding: 20px;
}
.vmCartModule .show_cart .btn {
  padding-top: 10px;
  padding-bottom: 10px;
}
.vmCartModule .spinner {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #ffffff url(/templates/theme3563/images/ajaxload.gif) center center no-repeat;
  z-index: -1;
  opacity: 0;
  filter: alpha(opacity=0);
}
.vmCartModule .spinner.removing {
  z-index: 10;
  opacity: 100;
  filter: alpha(opacity=10000);
  pointer-events: auto;
}
.vmCartModule .remove {
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 30px;
}
.vmCartModule .subtotal_with_tax {
  float: right;
  margin-right: 10px;
}
.vmCartModule .vmcontainer {
  position: relative;
  padding: 20px;
  overflow: hidden;
}
.vmCartModule .vmcontainer .product_row {
  -webkit-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  overflow: hidden;
}
.vmCartModule .vmcontainer .product_row .product_name {
  display: block;
  line-height: 18px;
  padding-right: 20px;
}
.vmCartModule .vmcontainer + .vmcontainer {
  border-top: 1px solid #d0d0d0;
  padding-top: 24px;
}
.vmCartModule .total_products {
  display: inline-block;
}
.vmCartModule .total_products:before {
  content: '\f07a';
  font-family: 'FontAwesome';
  pointer-events: none;
  margin-right: 0px;
  font-size: 18px;
  line-height: 20px;
  color: #fff;
  position: relative;
  top: 0px;
}
.vmCartModule .total_products .cart {
  display: none;
}
.vmCartModule .total_products a.disabled {
  pointer-events: none;
}
.vmCartModule .total_products a {
  font-size: 10px;
  line-height: 16px;
  width: 18px;
  height: 18px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  color: #fff;
  font-weight: 700;
  background: #f38a00;
  display: inline-block;
  text-align: center;
  position: absolute;
  left: 8px;
  top: -3px;
}
.vmCartModule .total_products a .cart {
  margin-right: 4px;
}
.vmCartModule .total_products a:hover {
  background: #feb72a;
}

.moduletable .compare_box .vmproduct .product-fields,
.moduletable .compare_box .variants-area .product-fields {
  display: none;
}
.moduletable .compare_box .vmproduct label.quantity_box,
.moduletable .compare_box .variants-area label.quantity_box,
.moduletable .compare_box .vmproduct span.quantity-box,
.moduletable .compare_box .variants-area span.quantity-box {
  display: none;
}
.moduletable .compare_box .vmproduct ul.variants,
.moduletable .compare_box .variants-area ul.variants {
  margin: 0 0 17px;
  list-style: none;
}
.moduletable .compare_box .vmproduct ul.variants li,
.moduletable .compare_box .variants-area ul.variants li {
  display: inline-block;
}
.moduletable .compare_box .vmproduct ul.variants li a,
.moduletable .compare_box .variants-area ul.variants li a {
  display: inline-block;
  cursor: pointer;
  position: relative;
  background-clip: padding-box;
  text-decoration: none !important;
}
.moduletable .compare_box .vmproduct ul.variants li + li,
.moduletable .compare_box .variants-area ul.variants li + li {
  margin-left: 10px;
}
.moduletable .compare_box .vmproduct ul.variants.variants_color li a,
.moduletable .compare_box .variants-area ul.variants.variants_color li a {
  height: 27px;
  width: 27px;
  border: 4px solid transparent;
}
.moduletable .compare_box .vmproduct ul.variants.variants_color li a:after,
.moduletable .compare_box .variants-area ul.variants.variants_color li a:after {
  position: absolute;
  top: -4px;
  left: -4px;
  right: -4px;
  bottom: -4px;
  border: 1px solid #d0d0d0;
  content: '';
  -webkit-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}
.moduletable .compare_box .vmproduct ul.variants.variants_size,
.moduletable .compare_box .variants-area ul.variants.variants_size {
  margin-bottom: 21px;
}
.moduletable .compare_box .vmproduct ul.variants.variants_size li a,
.moduletable .compare_box .variants-area ul.variants.variants_size li a {
  height: 33px;
  width: 33px;
  border: 1px solid #ddd;
  text-align: center;
  line-height: 33px;
  font-weight: bold;
  color: #333;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.moduletable .compare_box .vmproduct ul.variants.variants_size li a:hover,
.moduletable .compare_box .variants-area ul.variants.variants_size li a:hover,
.moduletable .compare_box .vmproduct ul.variants.variants_size li a.selected,
.moduletable .compare_box .variants-area ul.variants.variants_size li a.selected {
  background: #333;
  border-color: #333;
  color: #fff;
}
.moduletable .compare_box .vmproduct .variant_title,
.moduletable .compare_box .variants-area .variant_title {
  margin-bottom: 9px;
}
.moduletable .compare_box .vmproduct .variant_title .required,
.moduletable .compare_box .variants-area .variant_title .required {
  color: #f83e3e;
}
.t3-sidebar .vmmanufacturerbrands {
  margin: 0;
  list-style: none;
  padding: 0;
}
.t3-sidebar .vmmanufacturerbrands li {
  margin-bottom: 12px;
  padding: 0px;
  margin-top: 0px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.t3-sidebar .vmmanufacturerbrands li:before {
  display: none;
}
.t3-sidebar .vmmanufacturerbrands li a {
  display: block;
  text-decoration: none;
  font-size: 16px;
  line-height: 20px;
  color: #ababab;
  font-weight: 400;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 17px;
  padding-bottom: 17px;
  background: #efefef;
  text-transform: capitalize;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .t3-sidebar .vmmanufacturerbrands li a {
    font-size: 16px;
    line-height: 20px;
  }
}
.t3-sidebar .vmmanufacturerbrands li a:hover {
  color: #fff;
  background: #f38a00 !important;
}
.t3-sidebar .moduletable.category h4.moduleTitle {
  margin-bottom: 4px;
}
.t3-sidebar .VMmenu {
  margin: 0 0 -4px 0;
  list-style: none;
  padding: 0;
}
.t3-sidebar .VMmenu > li {
  position: relative;
  margin-bottom: 4px;
  padding: 0px;
  margin-top: 0px;
  border-bottom: none;
}
.t3-sidebar .VMmenu > li:before {
  display: none;
}
.t3-sidebar .VMmenu > li > a {
  display: block;
  font-size: 14px;
  line-height: 20px;
  color: #858585;
  font-weight: 400;
  padding-left: 28px;
  padding-right: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  background: #efefef;
  text-transform: capitalize;
  text-decoration: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
@media (min-width: 767px) and (max-width: 991px) {
  .t3-sidebar .VMmenu > li > a {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.t3-sidebar .VMmenu > li > a:hover {
  background: #f38a00;
  color: #fff;
}
.t3-sidebar .VMmenu > li .VmArrow {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0px;
  width: 48px;
  line-height: 50px;
  height: auto;
  text-align: center;
  text-shadow: none;
  opacity: 100;
  filter: alpha(opacity=10000);
  color: #000;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  background: #f5f3f3;
  font-size: 18px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
@media (min-width: 767px) and (max-width: 991px) {
  .t3-sidebar .VMmenu > li .VmArrow {
    width: 28px;
  }
}
.t3-sidebar .VMmenu > li.bgact a,
.t3-sidebar .VMmenu > li.active a {
  background: #f38a00;
  color: #fff;
  text-decoration: none;
}
.t3-sidebar .VMmenu > li.bgact .VmArrow,
.t3-sidebar .VMmenu > li.active .VmArrow {
  color: #212121;
}
.t3-sidebar .VMmenu > li .menu {
  background: none;
  padding: 5px 28px;
  border-top: none;
}
.t3-sidebar .VMmenu > li .menu li {
  position: relative;
}
.t3-sidebar .VMmenu > li .menu li a {
  display: inline-block;
  text-decoration: none;
  font-size: 14px;
  line-height: 24px;
  color: #333;
  font-weight: 400;
  padding-left: 0px;
  padding-right: 20px;
  padding-top: 6px;
  padding-bottom: 6px;
  background: none;
  /*text-transform: capitalize;*/
}
.t3-sidebar .VMmenu > li .menu li a:hover {
  color: #f38a00;
}
.t3-sidebar .VMmenu > li .menu li.bgact a,
.t3-sidebar .VMmenu > li .menu li.active a {
  color: #f38a00;
}
.t3-sidebar .VMmenu > li .menu li .VmArrow {
  top: 4px;
  right: -20px;
  line-height: 24px;
}
.t3-sidebar .VMmenu > li .menu li .menu li {
  position: relative;
}
.t3-sidebar .VMmenu > li .menu li .menu li a {
  display: inline-block;
  text-decoration: none;
  font-size: 15px;
  line-height: 20px;
  color: #ababab;
  font-weight: 400;
  padding-left: 0px;
  padding-right: 20px;
  padding-top: 6px;
  padding-bottom: 6px;
  background: none;
}
.t3-sidebar .VMmenu > li .menu li .menu li a:hover {
  color: #f38a00;
}
.t3-sidebar .VMmenu > li .menu li .menu li.bgact a,
.t3-sidebar .VMmenu > li .menu li .menu li.active a {
  color: #f38a00;
}
.t3-sidebar .VMmenu > li .menu li .menu li .VmArrow {
  top: 4px;
  right: -20px;
}
#com_virtuemart #products-view,
.comvirtuemartmod #products-view {
  width: 100%;
  overflow: visible;
}
#com_virtuemart .grid-list,
.comvirtuemartmod .grid-list {
  text-align: right;
  font-size: 20px;
  padding: 30px 0;
}
#com_virtuemart .grid-list div,
.comvirtuemartmod .grid-list div {
  display: inline-block;
  cursor: pointer;
  -webkit-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
#com_virtuemart .grid-list div.active,
.comvirtuemartmod .grid-list div.active,
#com_virtuemart .grid-list div:hover,
.comvirtuemartmod .grid-list div:hover {
  color: #f38a00;
}
#com_virtuemart .virtuemart-category__container,
.comvirtuemartmod .virtuemart-category__container {
  -webkit-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
#com_virtuemart .virtuemart-category__container.list div.product,
.comvirtuemartmod .virtuemart-category__container.list div.product {
  width: 100% !important;
}
#com_virtuemart .virtuemart-category__container.list div.product .vm-product-media-container,
.comvirtuemartmod .virtuemart-category__container.list div.product .vm-product-media-container {
  float: left;
  width: 30%;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
}
@media (min-width: 480px) and (max-width: 767px) {
  #com_virtuemart .virtuemart-category__container.list div.product .vm-product-media-container,
  .comvirtuemartmod .virtuemart-category__container.list div.product .vm-product-media-container {
    width: 45%;
  }
}
@media (min-width: 320px) and (max-width: 479px) {
  #com_virtuemart .virtuemart-category__container.list div.product .vm-product-media-container,
  .comvirtuemartmod .virtuemart-category__container.list div.product .vm-product-media-container {
    width: 45%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #com_virtuemart .virtuemart-category__container.list div.product .vm-product-media-container a,
  .comvirtuemartmod .virtuemart-category__container.list div.product .vm-product-media-container a {
    padding: 10px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  #com_virtuemart .virtuemart-category__container.list div.product .vm-product-media-container a,
  .comvirtuemartmod .virtuemart-category__container.list div.product .vm-product-media-container a {
    padding: 10px;
  }
}
#com_virtuemart .virtuemart-category__container.list div.product .fleft-box,
.comvirtuemartmod .virtuemart-category__container.list div.product .fleft-box {
  position: relative;
  z-index: 1;
  float: left;
  width: 70%;
  box-sizing: border-box;
  padding: 0 20px;
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px) {
  #com_virtuemart .virtuemart-category__container.list div.product .fleft-box,
  .comvirtuemartmod .virtuemart-category__container.list div.product .fleft-box {
    padding: 0 20px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  #com_virtuemart .virtuemart-category__container.list div.product .fleft-box,
  .comvirtuemartmod .virtuemart-category__container.list div.product .fleft-box {
    padding: 0 10px;
    width: 55%;
  }
}
@media (min-width: 320px) and (max-width: 479px) {
  #com_virtuemart .virtuemart-category__container.list div.product .fleft-box,
  .comvirtuemartmod .virtuemart-category__container.list div.product .fleft-box {
    padding: 0 10px;
    width: 55%;
  }
}
#com_virtuemart .virtuemart-category__container.list div.product .product_s_desc,
.comvirtuemartmod .virtuemart-category__container.list div.product .product_s_desc {
  display: block;
}
#com_virtuemart .virtuemart-category__container.interim,
.comvirtuemartmod .virtuemart-category__container.interim {
  opacity: 0;
  filter: alpha(opacity=0);
}
#com_virtuemart .addtocart-area,
.comvirtuemartmod .addtocart-area {
  display: block;
  margin-bottom: 27px;
}
#com_virtuemart .addtocart-area .product-field,
.comvirtuemartmod .addtocart-area .product-field {
  padding-bottom: 20px;
}
#com_virtuemart .addtocart-area .product-field .product-fields-title,
.comvirtuemartmod .addtocart-area .product-field .product-fields-title {
  padding-bottom: 15px;
  display: block;
}
#com_virtuemart .addtocart-area .product-field .product-field-display .controls,
.comvirtuemartmod .addtocart-area .product-field .product-field-display .controls {
  margin-bottom: 0;
}
#com_virtuemart .addtocart-area .product-field .product-field-display label.radio,
.comvirtuemartmod .addtocart-area .product-field .product-field-display label.radio {
  padding-top: 0px;
  padding-bottom: 10px;
}
#com_virtuemart .addtocart-area .product-field .product-field-display label.radio .radio,
.comvirtuemartmod .addtocart-area .product-field .product-field-display label.radio .radio {
  margin-right: 4px;
}
#com_virtuemart .addtocart-area .product-field .product-field-display .chzn-container-single,
.comvirtuemartmod .addtocart-area .product-field .product-field-display .chzn-container-single {
  min-width: 200px !important;
}
#com_virtuemart .addtocart-area,
.comvirtuemartmod .addtocart-area,
#com_virtuemart .vm-details-button,
.comvirtuemartmod .vm-details-button {
  display: inline-block;
  margin-bottom: 0px;
  vertical-align: middle;
}
#com_virtuemart .addtocart-area form,
.comvirtuemartmod .addtocart-area form,
#com_virtuemart .vm-details-button form,
.comvirtuemartmod .vm-details-button form {
  margin: 0;
}
#com_virtuemart .addtocart-area form button.addtocart-button,
.comvirtuemartmod .addtocart-area form button.addtocart-button,
#com_virtuemart .vm-details-button form button.addtocart-button,
.comvirtuemartmod .vm-details-button form button.addtocart-button {
  display: inline-block;
}
#com_virtuemart .row.prod,
.comvirtuemartmod .row.prod {
  font-size: 0px;
  margin: 0 -15px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #com_virtuemart .row.prod,
  .comvirtuemartmod .row.prod {
    margin: 0 -15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #com_virtuemart .row.prod,
  .comvirtuemartmod .row.prod {
    margin: 0 -10px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  #com_virtuemart .row.prod,
  .comvirtuemartmod .row.prod {
    margin: 0 -5px;
  }
}
#com_virtuemart div.product,
.comvirtuemartmod div.product {
  margin-bottom: 30px;
  display: inline-block;
  vertical-align: top;
  font-size: 15px;
  padding: 0 15px;
  box-sizing: border-box;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #com_virtuemart div.product,
  .comvirtuemartmod div.product {
    padding: 0 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #com_virtuemart div.product,
  .comvirtuemartmod div.product {
    padding: 0 10px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  #com_virtuemart div.product,
  .comvirtuemartmod div.product {
    padding: 0 5px;
  }
}
@media (min-width: 541px) and (max-width: 767px) {
  #com_virtuemart div.product,
  .comvirtuemartmod div.product {
    width: 33.33% !important;
  }
}
@media (min-width: 320px) and (max-width: 540px) {
  #com_virtuemart div.product,
  .comvirtuemartmod div.product {
    width: 100% !important;
  }
}
#com_virtuemart div.product.vm-col-3,
.comvirtuemartmod div.product.vm-col-3 {
  width: 33.33%;
}
#com_virtuemart div.product.vm-col-2,
.comvirtuemartmod div.product.vm-col-2 {
  width: 50%;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
@media (min-width: 541px) and (max-width: 767px) {
  #com_virtuemart div.product.vm-col-2,
  .comvirtuemartmod div.product.vm-col-2 {
    width: 50% !important;
  }
}
@media (min-width: 320px) and (max-width: 540px) {
  #com_virtuemart div.product.vm-col-2,
  .comvirtuemartmod div.product.vm-col-2 {
    width: 100% !important;
  }
}
#com_virtuemart div.product .quantity-box,
.comvirtuemartmod div.product .quantity-box {
  display: none !important;
}
#com_virtuemart div.product .prod-box,
.comvirtuemartmod div.product .prod-box {
  background: #fff;
  overflow: visible;
  position: relative;
  text-align: center;
  padding: 0px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #com_virtuemart div.product .prod-box,
  .comvirtuemartmod div.product .prod-box {
    padding: 0px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #com_virtuemart div.product .prod-box,
  .comvirtuemartmod div.product .prod-box {
    padding: 0px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  #com_virtuemart div.product .prod-box,
  .comvirtuemartmod div.product .prod-box {
    padding: 0px;
  }
}
#com_virtuemart div.product .prod-box .slect-option.empty,
.comvirtuemartmod div.product .prod-box .slect-option.empty {
  display: none;
}
#com_virtuemart div.product .prod-box h5,
.comvirtuemartmod div.product .prod-box h5 {
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 14px;
}
#com_virtuemart div.product .prod-box h5 a,
.comvirtuemartmod div.product .prod-box h5 a {
  color: #191919;
}
#com_virtuemart div.product .prod-box h5 a:hover,
.comvirtuemartmod div.product .prod-box h5 a:hover {
  color: #f38a00;
}
#com_virtuemart div.product .prod-box .product_s_desc,
.comvirtuemartmod div.product .prod-box .product_s_desc {
  font-size: 11px;
  line-height: 18px;
  color: #959595;
  padding: 0;
  margin-bottom: 14px;
}
#com_virtuemart div.product .prod-box .product_s_desc p,
.comvirtuemartmod div.product .prod-box .product_s_desc p {
  margin-bottom: 10px;
}
#com_virtuemart div.product .prod-box .vm-product-media-container,
.comvirtuemartmod div.product .prod-box .vm-product-media-container {
  position: relative;
  border: none;
  padding: 10px;
  overflow: visible;
  margin-bottom: 20px;
  background: #f5f5f5;
}
@media (min-width: 768px) and (max-width: 991px) {
  #com_virtuemart div.product .prod-box .vm-product-media-container,
  .comvirtuemartmod div.product .prod-box .vm-product-media-container {
    margin-bottom: 20px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  #com_virtuemart div.product .prod-box .vm-product-media-container,
  .comvirtuemartmod div.product .prod-box .vm-product-media-container {
    margin-bottom: 20px;
  }
}
#com_virtuemart div.product .prod-box .vm-product-media-container a.img,
.comvirtuemartmod div.product .prod-box .vm-product-media-container a.img {
  padding: 0px;
  background: #f5f5f5;
}
#com_virtuemart div.product .prod-box .vm-product-media-container .wishlist,
.comvirtuemartmod div.product .prod-box .vm-product-media-container .wishlist,
#com_virtuemart div.product .prod-box .vm-product-media-container .compare,
.comvirtuemartmod div.product .prod-box .vm-product-media-container .compare {
  font-size: 22px;
  line-height: 24px;
  color: #000;
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 2;
  background: none;
  width: 24px;
  height: 24px;
  text-align: center;
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #com_virtuemart div.product .prod-box .vm-product-media-container .wishlist,
  .comvirtuemartmod div.product .prod-box .vm-product-media-container .wishlist,
  #com_virtuemart div.product .prod-box .vm-product-media-container .compare,
  .comvirtuemartmod div.product .prod-box .vm-product-media-container .compare {
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
  }
}
@media (min-width: 320px) and (max-width: 991px) {
  #com_virtuemart div.product .prod-box .vm-product-media-container .wishlist,
  .comvirtuemartmod div.product .prod-box .vm-product-media-container .wishlist,
  #com_virtuemart div.product .prod-box .vm-product-media-container .compare,
  .comvirtuemartmod div.product .prod-box .vm-product-media-container .compare {
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
  }
}
#com_virtuemart div.product .prod-box .vm-product-media-container .wishlist a,
.comvirtuemartmod div.product .prod-box .vm-product-media-container .wishlist a,
#com_virtuemart div.product .prod-box .vm-product-media-container .compare a,
.comvirtuemartmod div.product .prod-box .vm-product-media-container .compare a {
  padding: 0px;
  background: none;
}
#com_virtuemart div.product .prod-box .vm-product-media-container .wishlist a span,
.comvirtuemartmod div.product .prod-box .vm-product-media-container .wishlist a span,
#com_virtuemart div.product .prod-box .vm-product-media-container .compare a span,
.comvirtuemartmod div.product .prod-box .vm-product-media-container .compare a span {
  display: none;
}
#com_virtuemart div.product .prod-box .vm-product-media-container .compare,
.comvirtuemartmod div.product .prod-box .vm-product-media-container .compare {
  bottom: 10px;
  left: 10px;
  z-index: 1;
}
#com_virtuemart div.product .prod-box:hover img,
.comvirtuemartmod div.product .prod-box:hover img {
  transform: scale(1);
  -o-transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  opacity: 0.5;
  filter: alpha(opacity=50);
}
#com_virtuemart div.product .prod-box:hover .vm-product-media-container .wishlist,
.comvirtuemartmod div.product .prod-box:hover .vm-product-media-container .wishlist,
#com_virtuemart div.product .prod-box:hover .vm-product-media-container .compare,
.comvirtuemartmod div.product .prod-box:hover .vm-product-media-container .compare {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}
#com_virtuemart div.product .prod-box:hover .box-btn,
.comvirtuemartmod div.product .prod-box:hover .box-btn {
  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%);
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
  z-index: 11;
}
@media (min-width: 1200px) {
  #com_virtuemart div.product .prod-box:hover .box-btn,
  .comvirtuemartmod div.product .prod-box:hover .box-btn {
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
  }
}
#com_virtuemart div.product .prod-box .box-btn,
.comvirtuemartmod div.product .prod-box .box-btn {
  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%);
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
  z-index: 11;
}
@media (min-width: 1200px) {
  #com_virtuemart div.product .prod-box .box-btn,
  .comvirtuemartmod div.product .prod-box .box-btn {
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #com_virtuemart div.product .prod-box .box-btn .btn,
  .comvirtuemartmod div.product .prod-box .box-btn .btn {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-transform: capitalize;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  #com_virtuemart div.product .prod-box .box-btn .btn,
  .comvirtuemartmod div.product .prod-box .box-btn .btn {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-transform: capitalize;
  }
}
#com_virtuemart div.product .prod-box .box-btn .btn i,
.comvirtuemartmod div.product .prod-box .box-btn .btn i {
  display: none;
}
#com_virtuemart div.product .prod-box .vm-rating,
.comvirtuemartmod div.product .prod-box .vm-rating {
  width: 100%;
  overflow: hidden;
  padding-top: 16px;
  font-size: 15px;
}
#com_virtuemart div.product .prod-box .sale,
.comvirtuemartmod div.product .prod-box .sale {
  width: auto;
  height: auto;
  padding: 4px 10px;
  background: #f38a00;
  display: inline-block;
  color: #fff;
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 1;
  font-size: 14px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#com_virtuemart div.product .prod-box .price-category,
.comvirtuemartmod div.product .prod-box .price-category {
  padding-bottom: 0px;
  font-family: 'Hind', sans-serif;
  position: relative;
}
#com_virtuemart div.product .prod-box .price-category div.PricebasePrice,
.comvirtuemartmod div.product .prod-box .price-category div.PricebasePrice {
  display: inline-block;
  font-size: 18px;
  line-height: 20px;
  color: #f38a00;
  font-weight: 600;
}
#com_virtuemart div.product .prod-box .price-category div.PricesalesPrice,
.comvirtuemartmod div.product .prod-box .price-category div.PricesalesPrice {
  display: inline-block;
  font-size: 18px;
  line-height: 20px;
  color: #f38a00;
  font-weight: 600;
}
#com_virtuemart div.product .prod-box.with_discount_col div.PricebasePrice,
.comvirtuemartmod div.product .prod-box.with_discount_col div.PricebasePrice {
  display: inline-block;
  font-size: 12px;
  line-height: 20px;
  color: #333;
  font-weight: 400;
  text-decoration: line-through;
  padding-right: 4px;
}
#com_virtuemart .productdetails-view .vm-product-container .vm-product-media-container,
.comvirtuemartmod .productdetails-view .vm-product-container .vm-product-media-container {
  border: none;
}
#com_virtuemart .productdetails-view .vm-product-container .vm-product-media-container .additional-images,
.comvirtuemartmod .productdetails-view .vm-product-container .vm-product-media-container .additional-images {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#com_virtuemart .productdetails-view .addtocart-button .btn i,
.comvirtuemartmod .productdetails-view .addtocart-button .btn i {
  position: relative;
  top: 1px;
  margin-right: 4px;
  display: none;
}
#com_virtuemart .productdetails-view .wishlist a,
.comvirtuemartmod .productdetails-view .wishlist a,
#com_virtuemart .productdetails-view .compare a,
.comvirtuemartmod .productdetails-view .compare a,
#com_virtuemart .productdetails-view .ask-a-question a,
.comvirtuemartmod .productdetails-view .ask-a-question a,
#com_virtuemart .productdetails-view .recommened-to-friend,
.comvirtuemartmod .productdetails-view .recommened-to-friend {
  margin-bottom: 4px;
  margin-right: 4px;
  line-height: 20px;
  padding: 0px;
  display: inline-block;
  text-align: left;
  font-size: 16px;
  font-weight: bold;
}
#com_virtuemart .productdetails-view .wishlist a i,
.comvirtuemartmod .productdetails-view .wishlist a i,
#com_virtuemart .productdetails-view .compare a i,
.comvirtuemartmod .productdetails-view .compare a i,
#com_virtuemart .productdetails-view .ask-a-question a i,
.comvirtuemartmod .productdetails-view .ask-a-question a i,
#com_virtuemart .productdetails-view .recommened-to-friend i,
.comvirtuemartmod .productdetails-view .recommened-to-friend i {
  font-size: 22px;
  line-height: 44px;
  position: relative;
  top: 5px;
}
#com_virtuemart .productdetails-view .ask-a-question a i,
.comvirtuemartmod .productdetails-view .ask-a-question a i,
#com_virtuemart .productdetails-view .recommened-to-friend i,
.comvirtuemartmod .productdetails-view .recommened-to-friend i {
  top: 2px;
}
#com_virtuemart .productdetails-view .addtocart-area,
.comvirtuemartmod .productdetails-view .addtocart-area {
  width: 100%;
  padding-bottom: 20px;
}
#com_virtuemart .productdetails-view .addtocart-area .quantity_box,
.comvirtuemartmod .productdetails-view .addtocart-area .quantity_box {
  line-height: 50px;
}
#com_virtuemart .productdetails-view .addtocart-area .quantity-box,
.comvirtuemartmod .productdetails-view .addtocart-area .quantity-box {
  margin-top: 0px;
}
#com_virtuemart .productdetails-view .addtocart-area .quantity-box .quantity-input,
.comvirtuemartmod .productdetails-view .addtocart-area .quantity-box .quantity-input {
  float: left;
}
#com_virtuemart .productdetails-view .addtocart-area .quantity-box .quantity-controls,
.comvirtuemartmod .productdetails-view .addtocart-area .quantity-box .quantity-controls {
  display: inline-block;
  margin-right: 8px;
  text-align: top;
  padding-top: 8px;
}
#com_virtuemart .productdetails-view .addtocart-area .quantity-box .quantity-controls i,
.comvirtuemartmod .productdetails-view .addtocart-area .quantity-box .quantity-controls i {
  display: block;
  cursor: pointer;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
#com_virtuemart .productdetails-view .addtocart-area .quantity-box .quantity-controls i:hover,
.comvirtuemartmod .productdetails-view .addtocart-area .quantity-box .quantity-controls i:hover {
  color: #f38a00;
}
@media (min-width: 320px) and (max-width: 479px) {
  #com_virtuemart .productdetails-view .addtocart-area span.addtocart-button,
  .comvirtuemartmod .productdetails-view .addtocart-area span.addtocart-button {
    display: block;
    margin-top: 10px;
  }
}
#com_virtuemart .productdetails-view .wishlist,
.comvirtuemartmod .productdetails-view .wishlist,
#com_virtuemart .productdetails-view .compare,
.comvirtuemartmod .productdetails-view .compare {
  display: inline-block;
  padding-right: 12px;
  padding-bottom: 10px;
}
#com_virtuemart .productdetails-view .quantity_box,
.comvirtuemartmod .productdetails-view .quantity_box {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 0;
}
#com_virtuemart .productdetails-view input.quantity-input,
.comvirtuemartmod .productdetails-view input.quantity-input {
  width: 50px;
  margin: 6px 15px 0 0;
  padding-left: 5px !important;
  padding-right: 5px !important;
  text-align: center;
}
#com_virtuemart .productdetails-view .prices_block .ratingbox,
.comvirtuemartmod .productdetails-view .prices_block .ratingbox {
  float: right;
  margin-top: 10px;
}
#com_virtuemart .productdetails-view .prices_block .product-price,
.comvirtuemartmod .productdetails-view .prices_block .product-price {
  display: inline-block;
  /*font-size: 36px;*/
  font-size: 16px;
  line-height: 40px;
  color: #000;
  font-weight: 700;
  font-family: 'Hind', sans-serif;
}
#com_virtuemart .productdetails-view .prices_block .product-price.with_discount div.PricebasePrice,
.comvirtuemartmod .productdetails-view .prices_block .product-price.with_discount div.PricebasePrice {
  color: #777;
  display: inline-block;
  font-size: 24px;
  font-weight: 300;
  line-height: 40px;
  padding-left: 10px;
  text-decoration: line-through;
  font-family: 'Hind', sans-serif;
}
#com_virtuemart .productdetails-view .prices_block .product-price.with_discount div.PricesalesPrice,
.comvirtuemartmod .productdetails-view .prices_block .product-price.with_discount div.PricesalesPrice {
  display: inline-block;
}
#com_virtuemart .productdetails-view .product-s-description,
.comvirtuemartmod .productdetails-view .product-s-description {
  padding-bottom: 20px;
}
#com_virtuemart .productdetails-view .customer-reviews .date,
.comvirtuemartmod .productdetails-view .customer-reviews .date {
  display: block;
  margin: 0 0 24px;
}
#com_virtuemart .productdetails-view .customer-reviews .date:before,
.comvirtuemartmod .productdetails-view .customer-reviews .date:before {
  content: '\f017';
  font-family: FontAwesome;
  margin-right: 5px;
  color: #f38a00;
}
#com_virtuemart .productdetails-view .customer-reviews .vote,
.comvirtuemartmod .productdetails-view .customer-reviews .vote {
  display: block;
}
#com_virtuemart .productdetails-view .customer-reviews .author,
.comvirtuemartmod .productdetails-view .customer-reviews .author {
  display: block;
  color: #f38a00;
  font-size: 19px;
  font-weight: bold;
  margin-bottom: 24px;
}
#com_virtuemart .productdetails-view .customer-reviews .list-reviews > div,
.comvirtuemartmod .productdetails-view .customer-reviews .list-reviews > div {
  margin-bottom: 30px;
}
#com_virtuemart .productdetails-view .customer-reviews .write-reviews .step,
.comvirtuemartmod .productdetails-view .customer-reviews .write-reviews .step {
  display: block;
  margin-bottom: 24px;
}
#com_virtuemart .productdetails-view .customer-reviews .write-reviews textarea#comment,
.comvirtuemartmod .productdetails-view .customer-reviews .write-reviews textarea#comment {
  width: 100%;
  height: 200px;
}
#com_virtuemart .productdetails-view .product_tabs,
.comvirtuemartmod .productdetails-view .product_tabs {
  overflow: hidden;
  clear: both;
  border-top: 1px solid #d0d0d0;
  border-bottom: 1px solid #d0d0d0;
  position: relative;
  margin-bottom: 40px;
  margin-top: 40px;
}
#com_virtuemart .productdetails-view .product_tabs:before,
.comvirtuemartmod .productdetails-view .product_tabs:before {
  width: 1px;
  background: #d0d0d0;
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 269px;
}
@media (min-width: 320px) and (max-width: 767px) {
  #com_virtuemart .productdetails-view .product_tabs:before,
  .comvirtuemartmod .productdetails-view .product_tabs:before {
    left: 100%;
  }
}
#com_virtuemart .productdetails-view .product_tabs .nav-tabs-vertical,
.comvirtuemartmod .productdetails-view .product_tabs .nav-tabs-vertical {
  float: left;
  width: 270px;
  margin: 0 0 -1px;
  position: relative;
  z-index: 10;
}
@media (min-width: 320px) and (max-width: 767px) {
  #com_virtuemart .productdetails-view .product_tabs .nav-tabs-vertical,
  .comvirtuemartmod .productdetails-view .product_tabs .nav-tabs-vertical {
    width: 100%;
  }
}
#com_virtuemart .productdetails-view .product_tabs .nav-tabs-vertical li,
.comvirtuemartmod .productdetails-view .product_tabs .nav-tabs-vertical li {
  border-left: 2px solid transparent;
  border-bottom: 1px solid #d0d0d0;
  border-right: 1px solid transparent;
}
#com_virtuemart .productdetails-view .product_tabs .nav-tabs-vertical li.active,
.comvirtuemartmod .productdetails-view .product_tabs .nav-tabs-vertical li.active {
  border-left: 2px solid #333;
  border-right: 1px solid #fff;
}
#com_virtuemart .productdetails-view .product_tabs .nav-tabs-vertical li.active a,
.comvirtuemartmod .productdetails-view .product_tabs .nav-tabs-vertical li.active a {
  color: #333;
}
#com_virtuemart .productdetails-view .product_tabs .nav-tabs-vertical li a,
.comvirtuemartmod .productdetails-view .product_tabs .nav-tabs-vertical li a {
  display: block;
  padding: 15px 19px;
  text-transform: uppercase;
  color: #5f656d;
  font-size: 14px;
  font-weight: bold;
  background: none !important;
}
#com_virtuemart .productdetails-view .product_tabs .tab-content,
.comvirtuemartmod .productdetails-view .product_tabs .tab-content {
  overflow: hidden;
  padding: 20px;
  margin-bottom: 0px;
  text-align: left;
}
#com_virtuemart .productdetails-view .product_tabs #rating-prod,
.comvirtuemartmod .productdetails-view .product_tabs #rating-prod {
  cursor: pointer;
  font-size: 15px;
}
#com_virtuemart .productdetails-view .product-related-products,
.comvirtuemartmod .productdetails-view .product-related-products {
  margin-bottom: 10px;
  overflow: hidden;
}
#com_virtuemart .productdetails-view .product-related-products .product,
.comvirtuemartmod .productdetails-view .product-related-products .product {
  width: 100% !important;
}
#com_virtuemart .productdetails-view .product-related-products .product-price > div,
.comvirtuemartmod .productdetails-view .product-related-products .product-price > div {
  padding-left: 0;
  padding-right: 0;
}
#com_virtuemart .productdetails-view .product-related-products h5,
.comvirtuemartmod .productdetails-view .product-related-products h5 {
  margin-bottom: 10px;
}
#com_virtuemart .productdetails-view .product-related-products .variants-area,
.comvirtuemartmod .productdetails-view .product-related-products .variants-area {
  display: none;
}
#com_virtuemart .productdetails-view .product-related-products .addtocart-area,
.comvirtuemartmod .productdetails-view .product-related-products .addtocart-area {
  margin-bottom: 0;
  margin-top: 10px;
}
#com_virtuemart .productdetails-view .product-related-products .addtocart-area .quantity-box,
.comvirtuemartmod .productdetails-view .product-related-products .addtocart-area .quantity-box {
  display: none;
}
#com_virtuemart .productdetails-view .product-related-products .addtocart-area span.addtocart-button,
.comvirtuemartmod .productdetails-view .product-related-products .addtocart-area span.addtocart-button {
  display: inline-block;
  text-align: left;
}
#com_virtuemart .productdetails-view .product-related-products .vm-product-media-container,
.comvirtuemartmod .productdetails-view .product-related-products .vm-product-media-container {
  padding: 20px;
}
#com_virtuemart .productdetails-view .product-related-products .product-fields-title-wrapper,
.comvirtuemartmod .productdetails-view .product-related-products .product-fields-title-wrapper {
  text-transform: uppercase;
  font-size: 14px;
  color: #333;
  padding-bottom: 28px;
}
#com_virtuemart .productdetails-view .product-related-products .product-field-type-R,
.comvirtuemartmod .productdetails-view .product-related-products .product-field-type-R {
  display: inline-block;
  vertical-align: top;
  width: 25%;
  font-size: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#com_virtuemart .productdetails-view.custom .prices_block .ratingbox,
.comvirtuemartmod .productdetails-view.custom .prices_block .ratingbox {
  float: none;
  margin-top: 20px;
}
#com_virtuemart .productdetails-view .tab-content .tab-pane .video_frame iframe,
.comvirtuemartmod .productdetails-view .tab-content .tab-pane .video_frame iframe {
  overflow: hidden;
  width: 0 !important;
  height: 0 !important;
  display: none;
}
#com_virtuemart .productdetails-view .tab-content .tab-pane.active .video_frame iframe,
.comvirtuemartmod .productdetails-view .tab-content .tab-pane.active .video_frame iframe {
  overflow: hidden;
  width: 100% !important;
  height: 100% !important;
  display: block;
}
#com_virtuemart .vm-nodisplay,
.comvirtuemartmod .vm-nodisplay {
  display: none;
}
#com_virtuemart .main-image,
.comvirtuemartmod .main-image {
  width: 467px;
  border: 1px solid #d0d0d0;
}
#com_virtuemart .jssort02 .w,
.comvirtuemartmod .jssort02 .w {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
#com_virtuemart .jssort02 .c,
.comvirtuemartmod .jssort02 .c {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0;
  bottom: 0;
  border: 1px solid #d0d0d0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}
#com_virtuemart .jssort02 .p:hover .c,
.comvirtuemartmod .jssort02 .p:hover .c,
#com_virtuemart .jssort02 .pav .c,
.comvirtuemartmod .jssort02 .pav .c {
  border: 2px solid #333;
}
#com_virtuemart .additional-images,
.comvirtuemartmod .additional-images {
  overflow: hidden;
  position: absolute;
  border-color: #d0d0d0 !important;
}
#com_virtuemart .additional-images a,
.comvirtuemartmod .additional-images a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#com_virtuemart .vm-product-container,
.comvirtuemartmod .vm-product-container {
  position: relative;
  z-index: 100;
  padding-bottom: 0px;
}
#com_virtuemart .vm-product-details-container,
.comvirtuemartmod .vm-product-details-container {
  padding-bottom: 0px;
  margin-top: 125px;
}
#com_virtuemart .vm-product-details-container h3,
.comvirtuemartmod .vm-product-details-container h3 {
  border: none;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0;
  text-align: left;
}
#com_virtuemart .vm-product-details-container .manufacturer,
.comvirtuemartmod .vm-product-details-container .manufacturer {
  padding-bottom: 14px;
}
#com_virtuemart .product-field-type-variants,
.comvirtuemartmod .product-field-type-variants {
  display: none;
}
#com_virtuemart ul.variants,
.comvirtuemartmod ul.variants {
  padding: 0 0 7px;
  list-style: none;
  margin: 0;
}
#com_virtuemart ul.variants li,
.comvirtuemartmod ul.variants li {
  display: inline-block;
  margin: 0 10px 10px 0;
}
#com_virtuemart ul.variants li a,
.comvirtuemartmod ul.variants li a {
  display: inline-block;
  cursor: pointer;
  position: relative;
  background-clip: padding-box;
  text-decoration: none !important;
}
#com_virtuemart ul.variants.variants_color li a,
.comvirtuemartmod ul.variants.variants_color li a {
  height: 27px;
  width: 27px;
  border: 4px solid transparent;
}
#com_virtuemart ul.variants.variants_color li a:after,
.comvirtuemartmod ul.variants.variants_color li a:after {
  position: absolute;
  top: -4px;
  left: -4px;
  right: -4px;
  bottom: -4px;
  border: 1px solid #d0d0d0;
  content: '';
  -webkit-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}
#com_virtuemart ul.variants.variants_size,
.comvirtuemartmod ul.variants.variants_size {
  margin-bottom: 21px;
}
#com_virtuemart ul.variants.variants_size li a,
.comvirtuemartmod ul.variants.variants_size li a {
  height: 33px;
  width: 33px;
  border: 1px solid #ddd;
  text-align: center;
  line-height: 33px;
  font-weight: bold;
  color: #333;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#com_virtuemart ul.variants.variants_size li a:hover,
.comvirtuemartmod ul.variants.variants_size li a:hover,
#com_virtuemart ul.variants.variants_size li a.selected,
.comvirtuemartmod ul.variants.variants_size li a.selected {
  background: #333;
  border-color: #333;
  color: #fff;
}
#com_virtuemart .variant_title,
.comvirtuemartmod .variant_title {
  margin-bottom: 9px;
}
#com_virtuemart .variant_title .required,
.comvirtuemartmod .variant_title .required {
  color: #f83e3e;
}
#com_virtuemart .product_code,
.comvirtuemartmod .product_code {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
#com_virtuemart .product_code span,
.comvirtuemartmod .product_code span {
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  border-radius: 1000px;
  color: #333;
  font-weight: bold;
  background: #eee;
  padding: 0 10px;
  display: inline-block;
  line-height: 24px;
  vertical-align: middle;
  margin-left: 4px;
}
#com_virtuemart .availability,
.comvirtuemartmod .availability {
  display: inline-block;
  vertical-align: middle;
  margin-right: 24px;
}
#com_virtuemart .availability_date,
.comvirtuemartmod .availability_date {
  display: inline-block;
  vertical-align: middle;
}
#com_virtuemart .product_in_stock,
.comvirtuemartmod .product_in_stock {
  display: inline-block;
  vertical-align: middle;
}
#com_virtuemart .product_in_stock span,
.comvirtuemartmod .product_in_stock span {
  color: #333;
}
#com_virtuemart .divider_horizontal,
.comvirtuemartmod .divider_horizontal {
  height: 1px;
  background: #d0d0d0;
  overflow: hidden;
  margin-bottom: 20px;
}
#com_virtuemart .prices_block,
.comvirtuemartmod .prices_block {
  overflow: hidden;
  padding-bottom: 21px;
  color: #333;
  font-size: 19px;
  line-height: 31px;
  display:none; /*oculta el bloque de precios - 08082023*/
}
#com_virtuemart .top_details,
.comvirtuemartmod .top_details {
  margin-bottom: 20px;
}
#com_virtuemart .top_details + h3,
.comvirtuemartmod .top_details + h3 {
  margin-bottom: 30px;
}
#com_virtuemart .recommend_link,
.comvirtuemartmod .recommend_link,
#com_virtuemart .ask-a-question,
.comvirtuemartmod .ask-a-question {
  padding-bottom: 5px;
}
#com_virtuemart .category-view,
.comvirtuemartmod .category-view {
  padding-top: 20px;
  width: 100%;
}
#com_virtuemart .category-view .row.category,
.comvirtuemartmod .category-view .row.category {
  font-size: 0px;
  margin: 0 -15px;
  padding: 0px;
  display: block;
}
@media (min-width: 320px) and (max-width: 767px) {
  #com_virtuemart .category-view .row.category,
  .comvirtuemartmod .category-view .row.category {
    margin: 0 -5px;
  }
}
#com_virtuemart .category-view .category_description,
.comvirtuemartmod .category-view .category_description,
#com_virtuemart .category-view .orderby-displaynumber,
.comvirtuemartmod .category-view .orderby-displaynumber {
  font-size: 15px !important;
}
#com_virtuemart .category-view .category,
.comvirtuemartmod .category-view .category {
  margin-bottom: 30px;
  vertical-align: top;
  display: inline-block;
  font-size: 15px;
  padding: 0 15px;
  box-sizing: border-box;
}
@media (min-width: 320px) and (max-width: 767px) {
  #com_virtuemart .category-view .category,
  .comvirtuemartmod .category-view .category {
    margin-top: 0;
    padding: 0 5px;
  }
}
#com_virtuemart .category-view .category.vm-col-5,
.comvirtuemartmod .category-view .category.vm-col-5 {
  width: 20%;
}
#com_virtuemart .category-view .category.vm-col-4,
.comvirtuemartmod .category-view .category.vm-col-4 {
  width: 25%;
}
@media (min-width: 320px) and (max-width: 767px) {
  #com_virtuemart .category-view .category.vm-col-4,
  .comvirtuemartmod .category-view .category.vm-col-4 {
    width: 50%;
  }
}
#com_virtuemart .category-view .category h5,
.comvirtuemartmod .category-view .category h5 {
  text-transform: none;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  padding-top: 10px;
  text-transform: capitalize;
}
#com_virtuemart .category-view .category .spacer,
.comvirtuemartmod .category-view .category .spacer {
  border: 1px solid #d0d0d0;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#com_virtuemart .category-view .category .spacer a,
.comvirtuemartmod .category-view .category .spacer a {
  display: block;
  padding: 10px;
  box-sizing: border-box;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  padding: 30px;
}
@media (min-width: 768px) and (max-width: 991px) {
  #com_virtuemart .category-view .category .spacer a,
  .comvirtuemartmod .category-view .category .spacer a {
    padding: 10px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  #com_virtuemart .category-view .category .spacer a,
  .comvirtuemartmod .category-view .category .spacer a {
    padding: 10px;
  }
}
#com_virtuemart .category-view .category .spacer:hover a img,
.comvirtuemartmod .category-view .category .spacer:hover a img {
  transform: scale(1);
  -o-transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  opacity: 0.5;
  filter: alpha(opacity=50);
}
#com_virtuemart .category-view span.quantity-box,
.comvirtuemartmod .category-view span.quantity-box {
  width: 0;
  font-size: 0;
  line-height: 0;
}
#com_virtuemart .category-view .addtocart-bar,
.comvirtuemartmod .category-view .addtocart-bar {
  font-size: 0;
}
#com_virtuemart .product_dim,
.comvirtuemartmod .product_dim {
  padding: 5px 0;
}
#com_virtuemart .vm-pagination-top,
.comvirtuemartmod .vm-pagination-top {
  padding-bottom: 0px;
}
#com_virtuemart .vm-order-list,
.comvirtuemartmod .vm-order-list {
  float: left;
  width: 90%;
}
@media (min-width: 768px) and (max-width: 991px) {
  #com_virtuemart .vm-order-list,
  .comvirtuemartmod .vm-order-list {
    width: 100%;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  #com_virtuemart .vm-order-list,
  .comvirtuemartmod .vm-order-list {
    width: 100%;
    float: none;
    font-size: 12px;
  }
}
#com_virtuemart .display-number,
.comvirtuemartmod .display-number {
  margin-top: -40px;
  float: right;
  width: 150px;
  text-align: right;
}
@media (min-width: 768px) and (max-width: 991px) {
  #com_virtuemart .display-number,
  .comvirtuemartmod .display-number {
    width: 100%;
    margin-top: 0px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  #com_virtuemart .display-number,
  .comvirtuemartmod .display-number {
    width: 100%;
    padding-top: 10px;
    margin-top: 0px;
  }
}
#com_virtuemart .display-number select,
.comvirtuemartmod .display-number select {
  width: 95px;
  margin-top: 10px;
}
#com_virtuemart .display-number .chzn-container,
.comvirtuemartmod .display-number .chzn-container {
  margin-top: 10px;
  display: inline-block;
}
#com_virtuemart .orderlistcontainer,
.comvirtuemartmod .orderlistcontainer {
  width: auto;
  position: relative;
  cursor: default;
  float: left;
  display: inline-block;
  margin-right: 30px;
  font-size: 14px;
}
@media (min-width: 768px) and (max-width: 991px) {
  #com_virtuemart .orderlistcontainer,
  .comvirtuemartmod .orderlistcontainer {
    width: 46%;
    margin-right: 15px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  #com_virtuemart .orderlistcontainer,
  .comvirtuemartmod .orderlistcontainer {
    width: 46%;
    margin-right: 15px;
  }
}
@media (min-width: 320px) and (max-width: 479px) {
  #com_virtuemart .orderlistcontainer,
  .comvirtuemartmod .orderlistcontainer {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 14px;
  }
}
#com_virtuemart .orderlistcontainer .title,
.comvirtuemartmod .orderlistcontainer .title {
  font-weight: 700;
}
#com_virtuemart .orderlistcontainer .activeOrder,
.comvirtuemartmod .orderlistcontainer .activeOrder {
  cursor: pointer;
  display: inline-block;
}
#com_virtuemart .orderlistcontainer .activeOrder:after,
.comvirtuemartmod .orderlistcontainer .activeOrder:after {
  content: '\f078';
  font-family: FontAwesome;
  padding-left: 16px;
}
#com_virtuemart .orderlistcontainer .orderlist,
.comvirtuemartmod .orderlistcontainer .orderlist {
  z-index: -100;
  position: absolute;
  top: 100%;
  left: 0;
  padding: 5px 5px;
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-transform: translate(0, 30px);
  -webkit-transform: translate(0, 30px);
  -ms-transform: translate(0, 30px);
  -o-transform: translate(0, 30px);
  transform: translate(0, 30px);
  -webkit-transition: all 0.2s ease 0.5s;
  -o-transition: all 0.2s ease 0.5s;
  transition: all 0.2s ease 0.5s;
  background: #fff;
  width: auto;
  min-width: 140px;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
}
#com_virtuemart .orderlistcontainer .orderlist > div,
.comvirtuemartmod .orderlistcontainer .orderlist > div {
  padding: 5px 10px;
}
#com_virtuemart .orderlistcontainer.show .orderlist,
.comvirtuemartmod .orderlistcontainer.show .orderlist {
  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);
  pointer-events: auto;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  z-index: 100;
}
#com_virtuemart #com-form-login-remember label[for=remember],
.comvirtuemartmod #com-form-login-remember label[for=remember] {
  display: inline-block;
}
#com_virtuemart #com-form-login-buttons,
.comvirtuemartmod #com-form-login-buttons {
  margin-bottom: 30px;
  overflow: hidden;
  width: 100%;
}
#com_virtuemart #com-form-login-buttons .btn,
.comvirtuemartmod #com-form-login-buttons .btn {
  float: left;
  margin-right: 5px;
  margin-bottom: 5px;
}
#com_virtuemart #com-form-login .input-prepend,
.comvirtuemartmod #com-form-login .input-prepend {
  position: relative;
  display: block;
  font-size: inherit;
}
#com_virtuemart #com-form-login .input-prepend span.add-on,
.comvirtuemartmod #com-form-login .input-prepend span.add-on {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  height: 50px;
  width: 50px;
  padding: 0;
  border: none;
  background: none;
  margin: 0;
  line-height: 50px;
  text-align: center;
}
#com_virtuemart #com-form-login .input-prepend span.add-on span,
.comvirtuemartmod #com-form-login .input-prepend span.add-on span {
  width: 20px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  border: 2px solid #ececec;
  font-size: 14px;
}
#com_virtuemart #com-form-login .input-prepend .inputbox,
.comvirtuemartmod #com-form-login .input-prepend .inputbox {
  padding-left: 50px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
#com_virtuemart #checkoutForm span.controls,
.comvirtuemartmod #checkoutForm span.controls {
  display: inline-block;
  vertical-align: middle;
  padding-bottom: 5px;
}
#com_virtuemart #checkoutForm label,
.comvirtuemartmod #checkoutForm label {
  display: inline-block;
  margin-bottom: 0px;
}
#com_virtuemart #checkoutForm label span.vmshipment,
.comvirtuemartmod #checkoutForm label span.vmshipment {
  display: block;
}
#com_virtuemart #checkoutForm label span.vmshipment span.vmshipment_name,
.comvirtuemartmod #checkoutForm label span.vmshipment span.vmshipment_name {
  display: inline;
}
#com_virtuemart #checkoutForm label span.vmpayment,
.comvirtuemartmod #checkoutForm label span.vmpayment {
  display: block;
}
#com_virtuemart #checkoutForm label span.vmpayment span.vmpayment_name,
.comvirtuemartmod #checkoutForm label span.vmpayment span.vmpayment_name {
  display: inline;
}
#com_virtuemart .vm-continue-shopping,
.comvirtuemartmod .vm-continue-shopping {
  float: left;
  margin-right: 10px;
}
@media (min-width: 320px) and (max-width: 479px) {
  #com_virtuemart .vm-continue-shopping,
  .comvirtuemartmod .vm-continue-shopping {
    margin-bottom: 10px;
  }
}
#com_virtuemart .checkout-button-bottom,
.comvirtuemartmod .checkout-button-bottom {
  float: right;
}
#com_virtuemart label[for=STsameAsBTjs],
.comvirtuemartmod label[for=STsameAsBTjs] {
  display: inline-block;
}
#com_virtuemart input.coupon,
.comvirtuemartmod input.coupon,
#com_virtuemart input.quantity-input,
.comvirtuemartmod input.quantity-input {
  margin-bottom: 0;
}
#com_virtuemart input.quantity-input,
.comvirtuemartmod input.quantity-input {
  width: 88px !important;
  padding-left: 5px;
  padding-right: 5px;
  text-align: center;
  display: inline-block;
}
#com_virtuemart .nowrap,
.comvirtuemartmod .nowrap {
  white-space: nowrap;
}
#com_virtuemart .cart_product_image span.cart-images,
.comvirtuemartmod .cart_product_image span.cart-images {
  display: block;
}
@media (min-width: 320px) and (max-width: 767px) {
  #com_virtuemart .cart_product_image span.cart-images,
  .comvirtuemartmod .cart_product_image span.cart-images {
    max-width: 120px !important;
  }
}
#com_virtuemart .cart_product_image .vm-customfield-cart,
.comvirtuemartmod .cart_product_image .vm-customfield-cart {
  font-size: 14px;
}
#com_virtuemart .cart_product_image img,
.comvirtuemartmod .cart_product_image img {
  width: 150px;
}
@media (min-width: 320px) and (max-width: 479px) {
  #com_virtuemart .cart_product_image img,
  .comvirtuemartmod .cart_product_image img {
    width: 90px !important;
  }
}
#com_virtuemart .cart_product_image div.item_title,
.comvirtuemartmod .cart_product_image div.item_title {
  display: none;
  font-size: 14px;
}
@media (min-width: 320px) and (max-width: 479px) {
  #com_virtuemart .cart_product_image div.item_title,
  .comvirtuemartmod .cart_product_image div.item_title {
    font-size: 13px;
    line-height: 16px;
    max-width: 120px !important;
  }
}
#com_virtuemart .cart-summary,
.comvirtuemartmod .cart-summary {
  border: 1px solid #d0d0d0;
  margin-bottom: 30px;
  width: 100%;
  border-collapse: collapse;
}
#com_virtuemart .cart-summary h5,
.comvirtuemartmod .cart-summary h5 {
  text-align: center;
  margin-bottom: 0px;
}
#com_virtuemart .cart-summary th,
.comvirtuemartmod .cart-summary th,
#com_virtuemart .cart-summary td,
.comvirtuemartmod .cart-summary td {
  border: 1px solid #d0d0d0;
  padding: 8px;
  text-align: center;
}
#com_virtuemart .cart-summary label,
.comvirtuemartmod .cart-summary label {
  display: inline;
}
#com_virtuemart .cart-summary td.total,
.comvirtuemartmod .cart-summary td.total {
  font-weight: bold;
}
#com_virtuemart .cart-summary .product_thead__mobile,
.comvirtuemartmod .cart-summary .product_thead__mobile,
#com_virtuemart .cart-summary .product_tbody__mobile,
.comvirtuemartmod .cart-summary .product_tbody__mobile,
#com_virtuemart .cart-summary .sectiontableentry__mobile,
.comvirtuemartmod .cart-summary .sectiontableentry__mobile {
  display: none;
}
#com_virtuemart .cart-summary .coupon_descr,
.comvirtuemartmod .cart-summary .coupon_descr {
  white-space: nowrap;
}
#com_virtuemart .cart-summary span.details-button,
.comvirtuemartmod .cart-summary span.details-button {
  vertical-align: middle;
  display: inline-block;
  padding-bottom: 5px;
}
#com_virtuemart .cart-summary input.coupon,
.comvirtuemartmod .cart-summary input.coupon {
  min-width: 180px;
}
@media (min-width: 320px) and (max-width: 479px) {
  #com_virtuemart .cart-summary input.coupon,
  .comvirtuemartmod .cart-summary input.coupon {
    min-width: 80px;
  }
}
#com_virtuemart .cart-summary .quantity-input,
.comvirtuemartmod .cart-summary .quantity-input {
  clear: right;
  display: block;
  width: 86px !important;
  margin: 0px auto 4px!important;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
#com_virtuemart .cart-summary .btn.vmicon,
.comvirtuemartmod .cart-summary .btn.vmicon {
  width: 40px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 8px;
  padding-bottom: 8px;
  text-align: center;
  float: none;
  margin-right: 2px;
  margin-left: 2px;
  display: inline-block;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#com_virtuemart .cart-summary .btn.vmicon:after,
.comvirtuemartmod .cart-summary .btn.vmicon:after {
  display: none;
}
#com_virtuemart .cart_product_title,
.comvirtuemartmod .cart_product_title {
  font-size: 14px;
}
#com_virtuemart .cart_product_title .vm-customfield-cart,
.comvirtuemartmod .cart_product_title .vm-customfield-cart {
  font-size: 15px;
}
#com_virtuemart form#userForm .inputbox.error,
.comvirtuemartmod form#userForm .inputbox.error {
  margin-bottom: 10px;
}
#com_virtuemart form#userForm,
.comvirtuemartmod form#userForm,
#com_virtuemart form#paymentForm,
.comvirtuemartmod form#paymentForm {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#com_virtuemart form#userForm[name=chooseShipmentRate] .buttonBar-right,
.comvirtuemartmod form#userForm[name=chooseShipmentRate] .buttonBar-right,
#com_virtuemart form#paymentForm[name=chooseShipmentRate] .buttonBar-right,
.comvirtuemartmod form#paymentForm[name=chooseShipmentRate] .buttonBar-right,
#com_virtuemart form#userForm[name=choosePaymentRate] .buttonBar-right,
.comvirtuemartmod form#userForm[name=choosePaymentRate] .buttonBar-right,
#com_virtuemart form#paymentForm[name=choosePaymentRate] .buttonBar-right,
.comvirtuemartmod form#paymentForm[name=choosePaymentRate] .buttonBar-right {
  padding-top: 24px;
}
#com_virtuemart form#userForm[name=chooseShipmentRate] .buttonBar-right .btn[name=updatecart],
.comvirtuemartmod form#userForm[name=chooseShipmentRate] .buttonBar-right .btn[name=updatecart],
#com_virtuemart form#paymentForm[name=chooseShipmentRate] .buttonBar-right .btn[name=updatecart],
.comvirtuemartmod form#paymentForm[name=chooseShipmentRate] .buttonBar-right .btn[name=updatecart],
#com_virtuemart form#userForm[name=choosePaymentRate] .buttonBar-right .btn[name=updatecart],
.comvirtuemartmod form#userForm[name=choosePaymentRate] .buttonBar-right .btn[name=updatecart],
#com_virtuemart form#paymentForm[name=choosePaymentRate] .buttonBar-right .btn[name=updatecart],
.comvirtuemartmod form#paymentForm[name=choosePaymentRate] .buttonBar-right .btn[name=updatecart] {
  float: right;
}
#com_virtuemart form#userForm label,
.comvirtuemartmod form#userForm label,
#com_virtuemart form#paymentForm label,
.comvirtuemartmod form#paymentForm label {
  display: inline-block;
  white-space: nowrap;
  font-size: 16px;
}
#com_virtuemart form#userForm label span.vmshipment,
.comvirtuemartmod form#userForm label span.vmshipment,
#com_virtuemart form#paymentForm label span.vmshipment,
.comvirtuemartmod form#paymentForm label span.vmshipment,
#com_virtuemart form#userForm label span.vmpayment,
.comvirtuemartmod form#userForm label span.vmpayment,
#com_virtuemart form#paymentForm label span.vmpayment,
.comvirtuemartmod form#paymentForm label span.vmpayment {
  display: block;
}
#com_virtuemart form#userForm label span.vmshipment span.vmshipment_name,
.comvirtuemartmod form#userForm label span.vmshipment span.vmshipment_name,
#com_virtuemart form#paymentForm label span.vmshipment span.vmshipment_name,
.comvirtuemartmod form#paymentForm label span.vmshipment span.vmshipment_name,
#com_virtuemart form#userForm label span.vmpayment span.vmshipment_name,
.comvirtuemartmod form#userForm label span.vmpayment span.vmshipment_name,
#com_virtuemart form#paymentForm label span.vmpayment span.vmshipment_name,
.comvirtuemartmod form#paymentForm label span.vmpayment span.vmshipment_name,
#com_virtuemart form#userForm label span.vmshipment span.vmpayment_name,
.comvirtuemartmod form#userForm label span.vmshipment span.vmpayment_name,
#com_virtuemart form#paymentForm label span.vmshipment span.vmpayment_name,
.comvirtuemartmod form#paymentForm label span.vmshipment span.vmpayment_name,
#com_virtuemart form#userForm label span.vmpayment span.vmpayment_name,
.comvirtuemartmod form#userForm label span.vmpayment span.vmpayment_name,
#com_virtuemart form#paymentForm label span.vmpayment span.vmpayment_name,
.comvirtuemartmod form#paymentForm label span.vmpayment span.vmpayment_name {
  display: inline;
  padding: 0;
}
#com_virtuemart form#userForm input[type=text],
.comvirtuemartmod form#userForm input[type=text],
#com_virtuemart form#paymentForm input[type=text],
.comvirtuemartmod form#paymentForm input[type=text],
#com_virtuemart form#userForm input[type=email],
.comvirtuemartmod form#userForm input[type=email],
#com_virtuemart form#paymentForm input[type=email],
.comvirtuemartmod form#paymentForm input[type=email],
#com_virtuemart form#userForm input[type=password],
.comvirtuemartmod form#userForm input[type=password],
#com_virtuemart form#paymentForm input[type=password],
.comvirtuemartmod form#paymentForm input[type=password],
#com_virtuemart form#userForm select,
.comvirtuemartmod form#userForm select,
#com_virtuemart form#paymentForm select,
.comvirtuemartmod form#paymentForm select,
#com_virtuemart form#userForm table,
.comvirtuemartmod form#userForm table,
#com_virtuemart form#paymentForm table,
.comvirtuemartmod form#paymentForm table {
  width: 100% !important;
}
#com_virtuemart form#userForm td.key,
.comvirtuemartmod form#userForm td.key,
#com_virtuemart form#paymentForm td.key,
.comvirtuemartmod form#paymentForm td.key {
  padding-right: 10px;
  position: relative;
}
@media (min-width: 320px) and (max-width: 767px) {
  #com_virtuemart form#userForm td.key,
  .comvirtuemartmod form#userForm td.key,
  #com_virtuemart form#paymentForm td.key,
  .comvirtuemartmod form#paymentForm td.key {
    display: block !important;
    width: 100% !important;
  }
}
#com_virtuemart form#userForm .userfields_info,
.comvirtuemartmod form#userForm .userfields_info,
#com_virtuemart form#paymentForm .userfields_info,
.comvirtuemartmod form#paymentForm .userfields_info {
  font-weight: bold;
  margin-bottom: 30px;
  display: block;
  padding-top: 20px;
  padding-bottom: 20px;
}
#com_virtuemart form#adminForm .userfields_info,
.comvirtuemartmod form#adminForm .userfields_info {
  font-weight: bold;
  margin-bottom: 24px;
  display: block;
  text-align: left;
}
#com_virtuemart form#adminForm .buttonBar-right,
.comvirtuemartmod form#adminForm .buttonBar-right {
  text-align: center;
  clear: both;
  padding-top: 20px;
}
#com_virtuemart fieldset.user_vmshopper,
.comvirtuemartmod fieldset.user_vmshopper {
  padding-bottom: 24px;
}
#com_virtuemart fieldset.user_vmshopper label[for=customer_number],
.comvirtuemartmod fieldset.user_vmshopper label[for=customer_number] {
  margin: 0;
}
#com_virtuemart table.adminForm.user-details,
.comvirtuemartmod table.adminForm.user-details {
  border: none;
}
#com_virtuemart table.adminForm.user-details td,
.comvirtuemartmod table.adminForm.user-details td,
#com_virtuemart table.adminForm.user-details th,
.comvirtuemartmod table.adminForm.user-details th {
  padding: 10px 10px;
  width: 50%;
  border: none !important;
  position: relative;
}
@media (min-width: 320px) and (max-width: 767px) {
  #com_virtuemart table.adminForm.user-details td,
  .comvirtuemartmod table.adminForm.user-details td,
  #com_virtuemart table.adminForm.user-details th,
  .comvirtuemartmod table.adminForm.user-details th {
    display: block !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding: 10px 0px!important;
    float: none !important;
    text-align: left !important;
  }
}
#com_virtuemart table.adminForm.user-details td input,
.comvirtuemartmod table.adminForm.user-details td input,
#com_virtuemart table.adminForm.user-details th input,
.comvirtuemartmod table.adminForm.user-details th input {
  margin-bottom: 0px !important;
  margin-left: 0px;
}
#com_virtuemart table.adminForm.user-details td mark,
.comvirtuemartmod table.adminForm.user-details td mark,
#com_virtuemart table.adminForm.user-details th mark,
.comvirtuemartmod table.adminForm.user-details th mark {
  bottom: 88%;
  top: -4px;
}
@media (min-width: 320px) and (max-width: 767px) {
  #com_virtuemart table.adminForm.user-details td mark,
  .comvirtuemartmod table.adminForm.user-details td mark,
  #com_virtuemart table.adminForm.user-details th mark,
  .comvirtuemartmod table.adminForm.user-details th mark {
    right: 0px;
  }
}
#com_virtuemart table.adminForm.user-details td.key,
.comvirtuemartmod table.adminForm.user-details td.key,
#com_virtuemart table.adminForm.user-details th.key,
.comvirtuemartmod table.adminForm.user-details th.key {
  text-align: right;
  position: relative;
  padding-top: 10px;
  padding-bottom: 0px;
}
@media (min-width: 320px) and (max-width: 767px) {
  #com_virtuemart table.adminForm.user-details td.key,
  .comvirtuemartmod table.adminForm.user-details td.key,
  #com_virtuemart table.adminForm.user-details th.key,
  .comvirtuemartmod table.adminForm.user-details th.key {
    display: block !important;
    width: 100% !important;
  }
}
#com_virtuemart table.adminForm.user-details td.key > label,
.comvirtuemartmod table.adminForm.user-details td.key > label,
#com_virtuemart table.adminForm.user-details th.key > label,
.comvirtuemartmod table.adminForm.user-details th.key > label {
  line-height: 50px;
}
#com_virtuemart table.adminForm.user-details td.key input,
.comvirtuemartmod table.adminForm.user-details td.key input,
#com_virtuemart table.adminForm.user-details th.key input,
.comvirtuemartmod table.adminForm.user-details th.key input {
  margin-bottom: 0px !important;
}
#com_virtuemart table.adminForm.user-details td .controls,
.comvirtuemartmod table.adminForm.user-details td .controls,
#com_virtuemart table.adminForm.user-details th .controls,
.comvirtuemartmod table.adminForm.user-details th .controls {
  margin-bottom: 0;
}
#com_virtuemart table.adminForm.user-details td span.select,
.comvirtuemartmod table.adminForm.user-details td span.select,
#com_virtuemart table.adminForm.user-details th span.select,
.comvirtuemartmod table.adminForm.user-details th span.select {
  width: 220px;
}
#com_virtuemart table.adminForm.user-details td span.select select,
.comvirtuemartmod table.adminForm.user-details td span.select select,
#com_virtuemart table.adminForm.user-details th span.select select,
.comvirtuemartmod table.adminForm.user-details th span.select select {
  width: 100% !important;
}
#com_virtuemart table.adminForm.user-details td label,
.comvirtuemartmod table.adminForm.user-details td label,
#com_virtuemart table.adminForm.user-details th label,
.comvirtuemartmod table.adminForm.user-details th label {
  display: inline-block;
  font-weight: 400;
}
@media (min-width: 320px) and (max-width: 767px) {
  #com_virtuemart table.adminForm.user-details td label,
  .comvirtuemartmod table.adminForm.user-details td label,
  #com_virtuemart table.adminForm.user-details th label,
  .comvirtuemartmod table.adminForm.user-details th label {
    width: 100% !important;
    text-align: left !important;
  }
}
#com_virtuemart table.adminForm.user-details td:first-child,
.comvirtuemartmod table.adminForm.user-details td:first-child,
#com_virtuemart table.adminForm.user-details th:first-child,
.comvirtuemartmod table.adminForm.user-details th:first-child {
  padding-left: 0;
}
#com_virtuemart table.adminForm.user-details td:last-child,
.comvirtuemartmod table.adminForm.user-details td:last-child,
#com_virtuemart table.adminForm.user-details th:last-child,
.comvirtuemartmod table.adminForm.user-details th:last-child {
  padding-right: 0;
}
#com_virtuemart fieldset.user_shipto,
.comvirtuemartmod fieldset.user_shipto {
  text-align: left;
}
#com_virtuemart fieldset.user_shipto ul,
.comvirtuemartmod fieldset.user_shipto ul {
  margin: 0;
  padding: 24px 0;
}
#com_virtuemart .control-buttons,
.comvirtuemartmod .control-buttons {
  text-align: left;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 100%;
  overflow: hidden;
}
#com_virtuemart .control-buttons .cancel,
.comvirtuemartmod .control-buttons .cancel {
  float: left;
}
#com_virtuemart .control-buttons .btn,
.comvirtuemartmod .control-buttons .btn {
  margin-bottom: 5px;
  margin-left: 3px;
  float: left;
}
#com_virtuemart #reg_text,
.comvirtuemartmod #reg_text {
  padding-bottom: 20px;
}
#com_virtuemart div.login_form,
.comvirtuemartmod div.login_form {
  padding-bottom: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#com_virtuemart div.login_form h4,
.comvirtuemartmod div.login_form h4 {
  padding-bottom: 11px;
}
#com_virtuemart .vmshipment_name,
.comvirtuemartmod .vmshipment_name,
#com_virtuemart .vmpayment_name,
.comvirtuemartmod .vmpayment_name {
  display: block;
  padding-bottom: 10px;
}
#com_virtuemart table.adminlist,
.comvirtuemartmod table.adminlist {
  border: 1px solid #d0d0d0;
  width: 100%;
  text-align: left;
}
#com_virtuemart table.adminlist th,
.comvirtuemartmod table.adminlist th,
#com_virtuemart table.adminlist td,
.comvirtuemartmod table.adminlist td {
  padding: 8px;
  color: #5f656d;
}
#com_virtuemart table.adminlist thead,
.comvirtuemartmod table.adminlist thead {
  display: none;
}
#com_virtuemart table.adminlist thead:first-child,
.comvirtuemartmod table.adminlist thead:first-child {
  display: table-header-group;
}
#com_virtuemart div.terms-of-service,
.comvirtuemartmod div.terms-of-service {
  margin-bottom: 24px;
}
#com_virtuemart textarea#customer_note_field,
.comvirtuemartmod textarea#customer_note_field {
  width: 100%;
  height: 200px;
}
#com_virtuemart div.cart.tos,
.comvirtuemartmod div.cart.tos {
  overflow: hidden;
}
#com_virtuemart div.cart.tos label.cart.tos,
.comvirtuemartmod div.cart.tos label.cart.tos {
  font-size: 0;
}
#com_virtuemart div.cart.tos label[for=tos],
.comvirtuemartmod div.cart.tos label[for=tos] {
  display: inline-block;
}
#com_virtuemart ul.steps,
.comvirtuemartmod ul.steps {
  display: table;
  width: 100%;
  table-layout: fixed;
  counter-reset: list;
  margin: 0 0 24px;
}
#com_virtuemart ul.steps li,
.comvirtuemartmod ul.steps li {
  display: table-cell;
  background: #ededed;
  border: 1px solid #c7c7c7;
  padding: 0;
  list-style: none;
  position: relative;
  font-size: 14px;
}
@media (min-width: 768px) and (max-width: 1200px) {
  #com_virtuemart ul.steps li,
  .comvirtuemartmod ul.steps li {
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 400;
  }
}
#com_virtuemart ul.steps li:before,
.comvirtuemartmod ul.steps li:before {
  content: counter(list, decimal-leading-zero) '.';
  counter-increment: list;
  left: 15px;
  background: none;
  top: 50%;
  line-height: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  width: auto;
  height: auto;
  z-index: 10;
  position: absolute;
  left: 20px;
  top: 29px;
}
@media (min-width: 768px) and (max-width: 1200px) {
  #com_virtuemart ul.steps li:before,
  .comvirtuemartmod ul.steps li:before {
    left: 4px;
  }
}
#com_virtuemart ul.steps li > span,
.comvirtuemartmod ul.steps li > span {
  display: block;
  padding: 17px 20px 17px 40px;
  line-height: 24px;
}
@media (min-width: 768px) and (max-width: 1200px) {
  #com_virtuemart ul.steps li > span,
  .comvirtuemartmod ul.steps li > span {
    padding: 17px 14px 17px 20px;
  }
}
#com_virtuemart ul.steps li + li,
.comvirtuemartmod ul.steps li + li {
  border-left-width: 0;
}
#com_virtuemart ul.steps li + li > span,
.comvirtuemartmod ul.steps li + li > span {
  position: relative;
}
#com_virtuemart ul.steps li + li > span:before,
.comvirtuemartmod ul.steps li + li > span:before {
  position: absolute;
  top: 0;
  left: -30px;
  content: '';
  border-top: 29px solid #c7c7c7;
  border-left: 30px solid transparent;
  border-bottom: 29px solid #c7c7c7;
  height: 0;
  width: 0;
}
#com_virtuemart ul.steps li + li > span:after,
.comvirtuemartmod ul.steps li + li > span:after {
  position: absolute;
  top: 0;
  left: -29px;
  content: '';
  border-top: 29px solid #ededed;
  border-left: 30px solid transparent;
  border-bottom: 29px solid #ededed;
  height: 0;
  width: 0;
}
#com_virtuemart ul.steps li.current span,
.comvirtuemartmod ul.steps li.current span,
#com_virtuemart ul.steps li.current:before,
.comvirtuemartmod ul.steps li.current:before {
  color: #f38a00;
}
#com_virtuemart table.order_details,
.comvirtuemartmod table.order_details {
  width: 100%;
  margin-top: 24px;
  border-collapse: collapse;
}
#com_virtuemart table.order_details th,
.comvirtuemartmod table.order_details th,
#com_virtuemart table.order_details td,
.comvirtuemartmod table.order_details td {
  border: 1px solid #d0d0d0;
  padding: 10px;
}
#com_virtuemart table.bill_addr,
.comvirtuemartmod table.bill_addr,
#com_virtuemart table.ship_addr,
.comvirtuemartmod table.ship_addr {
  width: 100%;
  border-collapse: collapse;
}
#com_virtuemart table.bill_addr th,
.comvirtuemartmod table.bill_addr th,
#com_virtuemart table.ship_addr th,
.comvirtuemartmod table.ship_addr th,
#com_virtuemart table.bill_addr td,
.comvirtuemartmod table.bill_addr td,
#com_virtuemart table.ship_addr td,
.comvirtuemartmod table.ship_addr td {
  border: 1px solid #d0d0d0;
  padding: 10px;
}
#com_virtuemart table.order_items,
.comvirtuemartmod table.order_items,
#com_virtuemart table.order_history,
.comvirtuemartmod table.order_history {
  width: 100%;
  text-align: left;
  border-collapse: collapse;
}
#com_virtuemart table.order_items th,
.comvirtuemartmod table.order_items th,
#com_virtuemart table.order_history th,
.comvirtuemartmod table.order_history th,
#com_virtuemart table.order_items td,
.comvirtuemartmod table.order_items td,
#com_virtuemart table.order_history td,
.comvirtuemartmod table.order_history td {
  border: 1px solid #d0d0d0;
  padding: 10px;
}
#com_virtuemart table.order_items thead:first-child,
.comvirtuemartmod table.order_items thead:first-child {
  display: table-header-group;
}
#com_virtuemart table.order_items caption,
.comvirtuemartmod table.order_items caption {
  text-align: left;
  font-weight: bold;
  padding-bottom: 5px;
}
#com_virtuemart .spaceStyle .span6,
.comvirtuemartmod .spaceStyle .span6 {
  margin-top: 24px;
}
#com_virtuemart #ui-tabs ul#tabs,
.comvirtuemartmod #ui-tabs ul#tabs {
  margin: 24px 0;
  display: table;
  width: 100%;
  table-layout: fixed;
}
#com_virtuemart #ui-tabs ul#tabs li,
.comvirtuemartmod #ui-tabs ul#tabs li {
  display: table-cell;
  text-align: center;
  cursor: pointer;
  padding: 10px;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border: 1px solid #d0d0d0;
}
#com_virtuemart #ui-tabs ul#tabs li + li,
.comvirtuemartmod #ui-tabs ul#tabs li + li {
  border-left: none;
}
#com_virtuemart #ui-tabs ul#tabs li.current,
.comvirtuemartmod #ui-tabs ul#tabs li.current,
#com_virtuemart #ui-tabs ul#tabs li:hover,
.comvirtuemartmod #ui-tabs ul#tabs li:hover {
  color: #fff;
  background: #f38a00;
}
#com_virtuemart #ui-tabs .tabs.dyn-tabs,
.comvirtuemartmod #ui-tabs .tabs.dyn-tabs {
  display: none;
}
#com_virtuemart #ui-tabs .tabs.dyn-tabs#tab-1,
.comvirtuemartmod #ui-tabs .tabs.dyn-tabs#tab-1 {
  display: block;
}
#com_virtuemart .virtuemart_search input.inputbox,
.comvirtuemartmod .virtuemart_search input.inputbox {
  margin-bottom: 0;
}
#com_virtuemart form#askform,
.comvirtuemartmod form#askform {
  margin-right: 5px;
}
#com_virtuemart form#askform textarea,
.comvirtuemartmod form#askform textarea {
  width: 100%;
  height: 200px;
}
#com_virtuemart .quantity-box,
.comvirtuemartmod .quantity-box {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
#com_virtuemart .quantity-box label.error,
.comvirtuemartmod .quantity-box label.error {
  white-space: nowrap;
}
#com_virtuemart .line-through,
.comvirtuemartmod .line-through {
  text-decoration: line-through;
}
#com_virtuemart .featured-view span.quantity-box,
.comvirtuemartmod .featured-view span.quantity-box {
  display: none;
}
#com_virtuemart .hero-unit div[class*="post_payment"],
.comvirtuemartmod .hero-unit div[class*="post_payment"] {
  white-space: nowrap;
}
#com_virtuemart .hero-unit div[class*="post_payment"] .width_50,
.comvirtuemartmod .hero-unit div[class*="post_payment"] .width_50 {
  display: inline-block;
  width: 50%;
  white-space: normal;
  font-size: 15px;
  vertical-align: top;
  text-align: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 0 0 5px;
}
#com_virtuemart .hero-unit div[class*="post_payment"] .tright,
.comvirtuemartmod .hero-unit div[class*="post_payment"] .tright {
  text-align: right;
  padding: 0 5px 0 0;
}
#com_virtuemart .hero-unit .btn,
.comvirtuemartmod .hero-unit .btn {
  margin-top: 10px;
}
#com_virtuemart .hero-unit .vm-button-correct,
.comvirtuemartmod .hero-unit .vm-button-correct {
  margin-top: 20px;
  display: inline-block;
}
#com_virtuemart .btn[name=notifycustomer],
.comvirtuemartmod .btn[name=notifycustomer] {
  margin-bottom: 30px;
}
body.contentpane.modal {
  background: #fff;
  display: block;
  position: relative;
  top: 0;
  left: 0;
  overflow: visible;
}
body.contentpane.modal .submit.controls {
  margin-bottom: 0;
}
body.contentpane.modal #com_virtuemart {
  padding-left: 5px;
  margin-left: -5px;
}
body.contentpane.modal .ask-a-question-view {
  padding: 20px;
}
body.contentpane.modal .ask-a-question-view #comment {
  height: 150px;
}
body.contentpane.modal #system-message-container {
  margin: 0px 20px 0 0;
  position: relative;
  top: 30px;
}
body.contentpane.modal .manufacturer-details-view {
  padding: 20px;
  position: relative;
  top: 10px;
}
body.contentpane.modal .manufacturer-details-view div.manufacturer-image {
  margin-bottom: 20px;
  display: inline-block;
  padding: 20px;
  max-width: 200px;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
}
body.contentpane.modal .manufacturer-details-view div.manufacturer-image img {
  width: 100%;
  height: auto;
}
.fancybox-wrap.custom-class {
  max-width: 830px !important;
  left: 50% !important;
  top: 50% !important;
  height: auto !important;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
html.fancybox-lock body {
  overflow: hidden !important;
}
#fancybox-wrap #fancybox-close {
  background: none;
  padding: 0;
  width: auto;
  height: auto;
  right: 15px;
  left: auto;
  top: 10px;
}
#fancybox-wrap #fancybox-close:before {
  content: '\f057';
  font-size: 25px;
  line-height: 1em;
  font-family: FontAwesome;
}
div.custom-class div.fancybox-skin {
  white-space: normal;
  border: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  display: inline-block;
  max-width: 100%;
  vertical-align: middle;
  font-size: 14px;
  position: relative;
  z-index: 65559;
  text-align: left;
  max-height: 100%;
  overflow: hidden !important;
  width: auto !important;
  height: auto !important;
  font-weight: 300;
  background: #fff;
  padding: 20px !important;
  padding-right: 10px !important;
}
div.custom-class div.fancybox-skin > .fancybox-close {
  background: #777;
  padding: 0;
  width: auto;
  height: auto;
  right: 10px !important;
  left: auto;
  top: 4px !important;
  font-size: 25px !important;
  color: #777;
}
div.custom-class div.fancybox-skin > .fancybox-close:before {
  content: '\f057';
  font-size: 25px;
  line-height: 1em;
  font-family: FontAwesome;
}
div.custom-class div.fancybox-skin > .fancybox-close:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
div.custom-class div.fancybox-skin div.fancybox-outer {
  padding: 0;
  overflow: auto;
  position: relative;
  -webkit-overflow-scrolling: touch;
}
div.custom-class div.fancybox-skin div.fancybox-outer .fancybox-iframe {
  display: block;
  height: 100%;
  overflow: hidden !important;
  width: 100%;
}
div.custom-class div.fancybox-skin .fancybox-inner {
  padding: 0px;
  display: block;
  max-height: 600px !important;
  overflow: auto !important;
  -webkit-overflow-scrolling: touch;
}
@media (min-width: 320px) and (max-width: 479px) {
  div.custom-class div.fancybox-skin .fancybox-inner {
    max-height: 500px !important;
  }
}
body.contentpane.modal .ask-a-question-view {
  padding: 0;
  width: 100%;
  background-color: whitesmoke;
}
body.option-com_virtuemart #facebox_overlay,
body.option-com_tmbox #facebox_overlay {
  z-index: 1111;
}
body.option-com_virtuemart #facebox,
body.option-com_tmbox #facebox {
  width: 100%;
  height: 100%;
  top: 0 !important;
  left: 0 !important;
  position: fixed !important;
  font-size: 0;
  text-align: center;
  white-space: nowrap;
  z-index: 11111;
}
body.option-com_virtuemart #facebox:before,
body.option-com_tmbox #facebox:before {
  content: '';
  display: inline-block;
  height: 100%;
  overflow: hidden;
  width: 0;
  vertical-align: middle;
}
body.option-com_virtuemart #facebox .close,
body.option-com_tmbox #facebox .close {
  z-index: 11;
}
body.option-com_virtuemart #facebox .close img,
body.option-com_tmbox #facebox .close img {
  display: none;
}
body.option-com_virtuemart #facebox .popup,
body.option-com_tmbox #facebox .popup {
  white-space: normal;
  border: none;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  display: inline-block;
  max-width: 100%;
  vertical-align: middle;
  font-size: 14px;
  position: relative;
  z-index: 65559;
  text-align: left;
  max-height: 90%;
  width: auto;
  font-weight: 300;
  overflow: hidden;
}
body.option-com_virtuemart #facebox .popup .content,
body.option-com_tmbox #facebox .popup .content {
  overflow: hidden;
  padding: 0px !important;
}
body.option-com_virtuemart #facebox .popup .content.my-groovy-style,
body.option-com_tmbox #facebox .popup .content.my-groovy-style {
  padding: 20px !important;
}
body.option-com_virtuemart #facebox .popup .content.my-groovy-style h2,
body.option-com_tmbox #facebox .popup .content.my-groovy-style h2 {
  margin-top: 0px;
}
body.option-com_virtuemart #facebox .popup #com_virtuemart,
body.option-com_tmbox #facebox .popup #com_virtuemart {
  overflow: auto;
  max-height: 750px;
  padding: 20px;
}
body.option-com_virtuemart #facebox .popup .container-fluid,
body.option-com_tmbox #facebox .popup .container-fluid {
  margin: 0;
  padding: 0;
}
body.option-com_virtuemart #facebox .popup > .close,
body.option-com_tmbox #facebox .popup > .close {
  background: none;
  padding: 0;
  width: auto;
  height: auto;
  right: 7px;
}
body.option-com_virtuemart #facebox .popup > .close:before,
body.option-com_tmbox #facebox .popup > .close:before {
  content: '\f057';
  font-size: 25px;
  line-height: 1em;
  font-family: FontAwesome;
}
body.option-com_virtuemart #facebox .popup .content,
body.option-com_tmbox #facebox .popup .content {
  padding: 20px;
  display: block;
  width: 605px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
@media (min-width: 480px) and (max-width: 767px) {
  body.option-com_virtuemart #facebox .popup .content,
  body.option-com_tmbox #facebox .popup .content {
    width: 460px;
  }
}
@media (min-width: 320px) and (max-width: 479px) {
  body.option-com_virtuemart #facebox .popup .content,
  body.option-com_tmbox #facebox .popup .content {
    width: 270px;
  }
}
body.option-com_virtuemart #facebox .popup .content .product_img,
body.option-com_tmbox #facebox .popup .content .product_img {
  float: left;
  width: 148px;
  margin-right: 20px;
  margin-bottom: 20px;
  border: 1px solid #d0d0d0;
  padding: 15px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
@media (min-width: 320px) and (max-width: 479px) {
  body.option-com_virtuemart #facebox .popup .content .product_img,
  body.option-com_tmbox #facebox .popup .content .product_img {
    float: none;
  }
}
body.option-com_virtuemart #facebox .popup .content h5,
body.option-com_tmbox #facebox .popup .content h5 {
  padding-top: 0px;
  font-size: 14px;
  line-height: 20px;
  font-family: "Lato", sans-serif;
  font-weight: bold;
  text-transform: capitalize;
}
body.option-com_virtuemart #facebox .popup .content h5 a,
body.option-com_tmbox #facebox .popup .content h5 a {
  color: #2b2c2f;
}
body.option-com_virtuemart #facebox .popup .content h5 a:hover,
body.option-com_tmbox #facebox .popup .content h5 a:hover {
  color: #f38a00;
}
body.option-com_virtuemart #facebox .popup .content .btn,
body.option-com_tmbox #facebox .popup .content .btn {
  width: auto;
  opacity: 100;
  filter: alpha(opacity=10000);
  float: none;
  font-weight: normal;
  margin-right: 15px;
  margin-bottom: 5px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  height: auto;
}
body.option-com_virtuemart #facebox .popup .content .btn.fright,
body.option-com_tmbox #facebox .popup .content .btn.fright {
  float: right;
  margin-right: 0;
}
@media (min-width: 320px) and (max-width: 479px) {
  body.option-com_virtuemart #facebox .popup .content .btn.fright,
  body.option-com_tmbox #facebox .popup .content .btn.fright {
    float: none;
  }
}
body.option-com_virtuemart #facebox .popup .content .btn:after,
body.option-com_tmbox #facebox .popup .content .btn:after {
  display: none;
}
body.option-com_virtuemart #facebox .popup .content .product-related-products,
body.option-com_tmbox #facebox .popup .content .product-related-products {
  padding-top: 30px !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
  border-top: none !important;
  overflow: hidden !important;
}
body.option-com_virtuemart #facebox .popup .content .product-related-products .cols-12,
body.option-com_tmbox #facebox .popup .content .product-related-products .cols-12 {
  width: 100%;
  overflow: hidden;
}
body.option-com_virtuemart #facebox .popup .content .product-related-products .vm-product-details-container,
body.option-com_tmbox #facebox .popup .content .product-related-products .vm-product-details-container {
  display: none;
}
body.option-com_virtuemart #facebox .popup .content .product-related-products .owl-theme.productdetails .owl-controls,
body.option-com_tmbox #facebox .popup .content .product-related-products .owl-theme.productdetails .owl-controls {
  right: 20px;
  top: -9px;
}
body.option-com_virtuemart #facebox .popup .content .product-related-products .owl-theme.productdetails,
body.option-com_tmbox #facebox .popup .content .product-related-products .owl-theme.productdetails {
  margin: 0 12px;
  font-size: 0;
}
body.option-com_virtuemart #facebox .popup .content .product-related-products .owl-theme.productdetails .itemslide,
body.option-com_tmbox #facebox .popup .content .product-related-products .owl-theme.productdetails .itemslide {
  padding: 15px 15px;
  display: inline-block;
  width: 25%;
  vertical-align: top;
  font-size: 14px;
}
body.option-com_virtuemart #facebox .popup .content .product-related-products .product-field-type-R,
body.option-com_tmbox #facebox .popup .content .product-related-products .product-field-type-R {
  float: left;
  padding-left: 20px;
}
body.option-com_virtuemart #facebox .popup .content .product-related-products .product-field-type-R img,
body.option-com_tmbox #facebox .popup .content .product-related-products .product-field-type-R img {
  display: block;
  width: 150px;
}
body.option-com_virtuemart #facebox .popup .content .product-related-products .product-price > div,
body.option-com_tmbox #facebox .popup .content .product-related-products .product-price > div {
  display: none;
}
body.option-com_virtuemart #facebox .popup .content .product-related-products .product-price > div.PricesalesPrice,
body.option-com_tmbox #facebox .popup .content .product-related-products .product-price > div.PricesalesPrice {
  display: inline-block;
}
body.option-com_virtuemart #facebox .popup .content .product-related-products .product-price.with_discount .PricebasePrice,
body.option-com_tmbox #facebox .popup .content .product-related-products .product-price.with_discount .PricebasePrice {
  display: inline-block;
  text-decoration: line-through;
  padding-right: 5px;
}
body.option-com_virtuemart #facebox .popup .content .product-related-products .product-price.with_discount .PricesalesPrice,
body.option-com_tmbox #facebox .popup .content .product-related-products .product-price.with_discount .PricesalesPrice {
  color: #f83e3e;
}
body.option-com_virtuemart #facebox .popup .content iframe,
body.option-com_tmbox #facebox .popup .content iframe {
  max-width: 100%;
  display: inline-block;
}
body.option-com_virtuemart #facebox #facebox_overlay_inner,
body.option-com_tmbox #facebox #facebox_overlay_inner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 65558;
}
body.option-com_virtuemart #facebox .content.my-groovy-style,
body.option-com_tmbox .content.my-groovy-style {
  width: 900px !important;
}
@media (min-width: 768px) and (max-width: 991px) {
  body.option-com_virtuemart #facebox .content.my-groovy-style,
  body.option-com_tmbox .content.my-groovy-style {
    width: 690px !important;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  body.option-com_virtuemart #facebox .content.my-groovy-style,
  body.option-com_tmbox .content.my-groovy-style {
    width: 460px !important;
  }
  body.option-com_virtuemart #facebox .content.my-groovy-style .product-related-products,
  body.option-com_tmbox .content.my-groovy-style .product-related-products {
    display: none;
  }
}
@media (min-width: 320px) and (max-width: 479px) {
  body.option-com_virtuemart #facebox .content.my-groovy-style,
  body.option-com_tmbox .content.my-groovy-style {
    width: 270px !important;
    max-height: 480px;
    overflow: scroll;
  }
  body.option-com_virtuemart #facebox .content.my-groovy-style .product-related-products,
  body.option-com_tmbox .content.my-groovy-style .product-related-products,
  body.option-com_virtuemart #facebox .content.my-groovy-style .product_s_desc,
  body.option-com_tmbox .content.my-groovy-style .product_s_desc {
    display: none;
  }
}
body.option-com_virtuemart #facebox .content.my-groovy-style .title-out,
body.option-com_tmbox .content.my-groovy-style .title-out {
  text-transform: uppercase;
  color: #f38a00;
  font-weight: 400;
  font-size: 24px;
  line-height: 28px;
  margin-left: 30px;
  margin-bottom: 0;
  position: relative;
  top: 18px;
}
body.option-com_virtuemart #facebox .content.my-groovy-style .row-box-cart,
body.option-com_tmbox .content.my-groovy-style .row-box-cart {
  overflow: hidden;
  position: relative;
  margin: -20px;
}
body.option-com_virtuemart #facebox .content.my-groovy-style .row-box-cart:before,
body.option-com_tmbox .content.my-groovy-style .row-box-cart:before {
  content: " ";
  background: #fafafa;
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
}
@media (min-width: 320px) and (max-width: 767px) {
  body.option-com_virtuemart #facebox .content.my-groovy-style .row-box-cart:before,
  body.option-com_tmbox .content.my-groovy-style .row-box-cart:before {
    display: none;
  }
}
body.option-com_virtuemart #facebox .content.my-groovy-style .row-box-cart .row-box-width50,
body.option-com_tmbox .content.my-groovy-style .row-box-cart .row-box-width50 {
  width: 50%;
  float: left;
  box-sizing: border-box;
  padding: 20px;
  display: block;
  position: relative;
  z-index: 1;
  padding-bottom: 25px;
  padding-top: 25px;
}
@media (min-width: 320px) and (max-width: 767px) {
  body.option-com_virtuemart #facebox .content.my-groovy-style .row-box-cart .row-box-width50,
  body.option-com_tmbox .content.my-groovy-style .row-box-cart .row-box-width50 {
    width: 100%;
    float: none;
    overflow: hidden;
    padding-bottom: 0;
    padding: 10px 0;
  }
}
@media (min-width: 320px) and (max-width: 479px) {
  body.option-com_virtuemart #facebox .content.my-groovy-style .row-box-cart .row-box-width50,
  body.option-com_tmbox .content.my-groovy-style .row-box-cart .row-box-width50 {
    padding-bottom: 10px;
  }
}
body.option-com_virtuemart #facebox .content.my-groovy-style .row-box-cart .row-box-width50 .title-left,
body.option-com_tmbox .content.my-groovy-style .row-box-cart .row-box-width50 .title-left {
  text-transform: uppercase;
  color: #f38a00;
  font-weight: 400;
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 20px;
  position: relative;
  top: -10px;
}
@media (min-width: 320px) and (max-width: 767px) {
  body.option-com_virtuemart #facebox .content.my-groovy-style .row-box-cart .row-box-width50 .title-left,
  body.option-com_tmbox .content.my-groovy-style .row-box-cart .row-box-width50 .title-left {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
body.option-com_virtuemart #facebox .content.my-groovy-style .row-box-cart .row-box-width50 .title-left i,
body.option-com_tmbox .content.my-groovy-style .row-box-cart .row-box-width50 .title-left i {
  color: #5f656d;
  margin-right: 10px;
}
body.option-com_virtuemart #facebox .content.my-groovy-style .row-box-cart .row-box-width50 .title-right,
body.option-com_tmbox .content.my-groovy-style .row-box-cart .row-box-width50 .title-right {
  text-transform: uppercase;
  color: #5f656d;
  font-weight: 400;
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #d0d0d0;
  padding-bottom: 20px;
  position: relative;
  top: -10px;
}
@media (min-width: 320px) and (max-width: 767px) {
  body.option-com_virtuemart #facebox .content.my-groovy-style .row-box-cart .row-box-width50 .title-right,
  body.option-com_tmbox .content.my-groovy-style .row-box-cart .row-box-width50 .title-right {
    font-size: 16px;
    margin-bottom: 10px;
    top: 0px;
  }
}
@media (min-width: 320px) and (max-width: 479px) {
  body.option-com_virtuemart #facebox .content.my-groovy-style .row-box-cart .row-box-width50 .title-right,
  body.option-com_tmbox .content.my-groovy-style .row-box-cart .row-box-width50 .title-right {
    display: none;
  }
}
body.option-com_virtuemart #facebox .content.my-groovy-style .row-box-cart .row-box-width50 h5,
body.option-com_tmbox .content.my-groovy-style .row-box-cart .row-box-width50 h5 {
  font-family: 'Hind', sans-serif;
  font-weight: bold;
  text-transform: capitalize;
}
body.option-com_virtuemart #facebox .content.my-groovy-style .row-box-cart .row-box-width50 h5 a,
body.option-com_tmbox .content.my-groovy-style .row-box-cart .row-box-width50 h5 a {
  color: #191919;
}
body.option-com_virtuemart #facebox .content.my-groovy-style .row-box-cart .row-box-width50 h5 a:hover,
body.option-com_tmbox .content.my-groovy-style .row-box-cart .row-box-width50 h5 a:hover {
  color: #f38a00;
}
body.option-com_virtuemart #facebox .content.my-groovy-style .row-box-cart .row-box-width50 .product_s_desc,
body.option-com_tmbox .content.my-groovy-style .row-box-cart .row-box-width50 .product_s_desc {
  padding-bottom: 0px;
  margin-bottom: 10px;
}
body.option-com_virtuemart #facebox .content.my-groovy-style .row-box-cart .row-box-width50 .prices,
body.option-com_tmbox .content.my-groovy-style .row-box-cart .row-box-width50 .prices {
  font-weight: bold;
}
@media (min-width: 320px) and (max-width: 767px) {
  body.option-com_virtuemart #facebox .content.my-groovy-style .row-box-cart .row-box-width50.color,
  body.option-com_tmbox .content.my-groovy-style .row-box-cart .row-box-width50.color {
    padding-top: 0px;
    padding-bottom: 15px;
  }
}
body.option-com_virtuemart #facebox .content.my-groovy-style .row-box-cart .row-box-width50.color .totalTexts,
body.option-com_tmbox .content.my-groovy-style .row-box-cart .row-box-width50.color .totalTexts,
body.option-com_virtuemart #facebox .content.my-groovy-style .row-box-cart .row-box-width50.color .total,
body.option-com_tmbox .content.my-groovy-style .row-box-cart .row-box-width50.color .total,
body.option-com_virtuemart #facebox .content.my-groovy-style .row-box-cart .row-box-width50.color .totalTextProduct,
body.option-com_tmbox .content.my-groovy-style .row-box-cart .row-box-width50.color .totalTextProduct,
body.option-com_virtuemart #facebox .content.my-groovy-style .row-box-cart .row-box-width50.color .totalProduct,
body.option-com_tmbox .content.my-groovy-style .row-box-cart .row-box-width50.color .totalProduct {
  display: inline-block;
}
body.option-com_virtuemart #facebox .content.my-groovy-style .row-box-cart .row-box-width50.color .totalTexts,
body.option-com_tmbox .content.my-groovy-style .row-box-cart .row-box-width50.color .totalTexts,
body.option-com_virtuemart #facebox .content.my-groovy-style .row-box-cart .row-box-width50.color .totalTextProduct,
body.option-com_tmbox .content.my-groovy-style .row-box-cart .row-box-width50.color .totalTextProduct {
  font-size: 16px;
  line-height: 30px;
}
@media (min-width: 320px) and (max-width: 479px) {
  body.option-com_virtuemart #facebox .content.my-groovy-style .row-box-cart .row-box-width50.color .totalTexts,
  body.option-com_tmbox .content.my-groovy-style .row-box-cart .row-box-width50.color .totalTexts,
  body.option-com_virtuemart #facebox .content.my-groovy-style .row-box-cart .row-box-width50.color .totalTextProduct,
  body.option-com_tmbox .content.my-groovy-style .row-box-cart .row-box-width50.color .totalTextProduct {
    display: none;
  }
}
body.option-com_virtuemart #facebox .content.my-groovy-style .row-box-cart .row-box-width50.color .total,
body.option-com_tmbox .content.my-groovy-style .row-box-cart .row-box-width50.color .total,
body.option-com_virtuemart #facebox .content.my-groovy-style .row-box-cart .row-box-width50.color .totalProduct,
body.option-com_tmbox .content.my-groovy-style .row-box-cart .row-box-width50.color .totalProduct {
  font-weight: bold;
  font-size: 18px;
  line-height: 30px;
}
@media (min-width: 320px) and (max-width: 479px) {
  body.option-com_virtuemart #facebox .content.my-groovy-style .row-box-cart .row-box-width50.color .total,
  body.option-com_tmbox .content.my-groovy-style .row-box-cart .row-box-width50.color .total,
  body.option-com_virtuemart #facebox .content.my-groovy-style .row-box-cart .row-box-width50.color .totalProduct,
  body.option-com_tmbox .content.my-groovy-style .row-box-cart .row-box-width50.color .totalProduct {
    display: none;
  }
}
body.option-com_virtuemart #facebox .content.my-groovy-style .row-box-cart .row-box-width50.color .totalTexts,
body.option-com_tmbox .content.my-groovy-style .row-box-cart .row-box-width50.color .totalTexts,
body.option-com_virtuemart #facebox .content.my-groovy-style .row-box-cart .row-box-width50.color .total,
body.option-com_tmbox .content.my-groovy-style .row-box-cart .row-box-width50.color .total {
  margin-bottom: 90px;
}
body.option-com_virtuemart #facebox .content.my-groovy-style .row-box-cart .row-box-width50.color .totalTexts .totalText,
body.option-com_tmbox .content.my-groovy-style .row-box-cart .row-box-width50.color .totalTexts .totalText,
body.option-com_virtuemart #facebox .content.my-groovy-style .row-box-cart .row-box-width50.color .total .totalText,
body.option-com_tmbox .content.my-groovy-style .row-box-cart .row-box-width50.color .total .totalText {
  display: none;
}
@media (min-width: 768px) and (max-width: 991px) {
  body.option-com_virtuemart #facebox .content.my-groovy-style .row-box-cart .row-box-width50.color .totalTexts,
  body.option-com_tmbox .content.my-groovy-style .row-box-cart .row-box-width50.color .totalTexts,
  body.option-com_virtuemart #facebox .content.my-groovy-style .row-box-cart .row-box-width50.color .total,
  body.option-com_tmbox .content.my-groovy-style .row-box-cart .row-box-width50.color .total {
    margin-bottom: 20px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  body.option-com_virtuemart #facebox .content.my-groovy-style .row-box-cart .row-box-width50.color .totalTexts,
  body.option-com_tmbox .content.my-groovy-style .row-box-cart .row-box-width50.color .totalTexts,
  body.option-com_virtuemart #facebox .content.my-groovy-style .row-box-cart .row-box-width50.color .total,
  body.option-com_tmbox .content.my-groovy-style .row-box-cart .row-box-width50.color .total {
    margin-bottom: 20px;
  }
}
body.option-com_virtuemart #facebox .content.my-groovy-style .row-box-cart .row-box-width100,
body.option-com_tmbox .content.my-groovy-style .row-box-cart .row-box-width100 {
  width: 100%;
  float: none;
  box-sizing: border-box;
  padding: 30px;
  display: block;
  position: relative;
  z-index: 1;
}
@media (min-width: 320px) and (max-width: 767px) {
  body.option-com_virtuemart #facebox .content.my-groovy-style .row-box-cart .row-box-width100,
  body.option-com_tmbox .content.my-groovy-style .row-box-cart .row-box-width100 {
    padding: 0px;
  }
}
body.option-com_virtuemart #facebox .content.my-groovy-style .row-box-cart .row-box-width100 .title-out,
body.option-com_tmbox .content.my-groovy-style .row-box-cart .row-box-width100 .title-out {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0px;
}
@media (min-width: 320px) and (max-width: 767px) {
  body.option-com_virtuemart #facebox .content.my-groovy-style .row-box-cart .row-box-width100 .title-out,
  body.option-com_tmbox .content.my-groovy-style .row-box-cart .row-box-width100 .title-out {
    font-size: 12px;
  }
}
body.option-com_virtuemart #facebox .content.my-groovy-style .product-related-products,
body.option-com_tmbox .content.my-groovy-style .product-related-products {
  border-top: 1px solid #d0d0d0;
  padding-top: 20px;
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
  overflow: hidden;
}
body.option-com_virtuemart #facebox .content.my-groovy-style .product-related-products .cols-12 .vm-product-media-container,
body.option-com_tmbox .content.my-groovy-style .product-related-products .cols-12 .vm-product-media-container {
  margin-bottom: 10px;
}
body.option-com_virtuemart #facebox .content.my-groovy-style .product-related-products .cols-12 .PricebasePrice,
body.option-com_tmbox .content.my-groovy-style .product-related-products .cols-12 .PricebasePrice {
  display: block;
}
#virtuemart_currency_id {
  width: 90px;
}
.ask-a-question-view {
  padding-right: 10px;
}
.ask-a-question-view .form-field {
  padding-top: 24px;
}
.jssora11l,
.jssora11r {
  display: block;
  position: absolute;
  width: 100%;
  padding-top: 50%;
  cursor: pointer;
  overflow: hidden;
  left: 0;
  -webkit-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.jssora11l:before,
.jssora11r:before {
  position: absolute;
  left: 0;
  width: 100%;
  font-family: FontAwesome;
  line-height: 0;
  text-align: center;
}
.jssora11l {
  top: 0;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#00000000', GradientType=0);
  background-image: -webkit-linear-gradient(top, #ffffff 0%, transparent 100%);
  background-image: -o-linear-gradient(top, #ffffff 0%, transparent 100%);
  background-image: linear-gradient(to bottom, #ffffff 0%, transparent 100%);
  background-repeat: repeat-x;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.jssora11l:before {
  content: '\f077';
  top: 47%;
}
.jssora11l:hover {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff38a00', endColorstr='#00000000', GradientType=0);
  background-image: -webkit-linear-gradient(#f38a00, #f38a00 50%, transparent);
  background-image: -o-linear-gradient(#f38a00, #f38a00 50%, transparent);
  background-image: linear-gradient(#f38a00, #f38a00 50%, transparent);
  background-repeat: no-repeat;
}
.jssora11r {
  bottom: 0;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#ffffffff', GradientType=0);
  background-image: -webkit-linear-gradient(top, transparent 0%, #ffffff 100%);
  background-image: -o-linear-gradient(top, transparent 0%, #ffffff 100%);
  background-image: linear-gradient(to bottom, transparent 0%, #ffffff 100%);
  background-repeat: repeat-x;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.jssora11r:before {
  content: '\f078';
  bottom: 47%;
}
.jssora11r:hover {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#fff38a00', GradientType=0);
  background-image: -webkit-linear-gradient(transparent, #f38a00 50%, #f38a00);
  background-image: -o-linear-gradient(transparent, #f38a00 50%, #f38a00);
  background-image: linear-gradient(transparent, #f38a00 50%, #f38a00);
  background-repeat: no-repeat;
}
.photo-class .fancybox-close {
  background: none;
  color: #fff;
  font-size: 22px;
  height: 36px !important;
  line-height: 36px;
  margin: 0 !important;
  padding: 0 !important;
  position: fixed;
  right: 0;
  text-align: center !important;
  top: 0;
  -webkit-transition: font-size 0.2s ease;
  -o-transition: font-size 0.2s ease;
  transition: font-size 0.2s ease;
}
.photo-class .fancybox-close:before {
  content: '\f057';
  font-family: FontAwesome;
}
.photo-class .fancybox-close:hover {
  color: #fff;
  font-size: 30px;
}
.fancybox-lock .fancybox-overlay {
  min-height: 320px;
  overflow: hidden;
}
.fancybox-prev,
.fancybox-next {
  overflow: hidden;
}
.fancybox-prev span,
.fancybox-next span {
  background: none;
  color: #fff;
  height: 100px;
  margin-top: -50px;
  overflow: hidden;
  -webkit-transition: font-size 0.2s ease;
  -o-transition: font-size 0.2s ease;
  transition: font-size 0.2s ease;
  width: 50px;
}
.fancybox-prev span:before,
.fancybox-next span:before {
  border-left: 2px solid #fff;
  border-top: 2px solid #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  content: '';
  height: 100px;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transition: border-color 0.3s ease;
  -o-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
  width: 100px;
}
.fancybox-prev:hover span,
.fancybox-next:hover span {
  color: #fff;
}
.fancybox-prev:hover span:before,
.fancybox-next:hover span:before {
  border-left-color: #666;
  border-top-color: #666;
}
.fancybox-prev span:before {
  left: 20px;
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.fancybox-next span:before {
  left: -70px;
  -moz-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
.fancybox-skin {
  background: #191919;
}
.fancybox-image {
  opacity: 99;
  filter: alpha(opacity=9900);
}
#fancybox-thumbs {
  font-size: 0;
  line-height: 0;
  text-align: center;
  -webkit-transition: bottom 0.5s ease;
  -o-transition: bottom 0.5s ease;
  transition: bottom 0.5s ease;
}
#fancybox-thumbs ul {
  background: #191919;
  display: inline-block;
  font-size: 0;
  line-height: 0;
  top: 0 !important;
  white-space: nowrap;
}
#fancybox-thumbs ul li {
  border: none !important;
  display: inline-block;
  float: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  height: auto !important;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
#fancybox-thumbs ul li img {
  top: 0 !important;
}
#fancybox-thumbs ul li .holder {
  bottom: 0;
  cursor: pointer;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
}
#fancybox-thumbs ul li.active {
  opacity: 100;
  filter: alpha(opacity=10000);
}
.fancybox-lock body {
  overflow: visible !important;
}
body.mobile #fancybox-thumbs {
  display: none;
}
.fancybox-wrap.photo-class {
  height: 100% !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
}
.fancybox-wrap.photo-class .fancybox-skin,
.fancybox-wrap.photo-class .fancybox-outer {
  height: 100% !important;
  position: relative;
  width: 100% !important;
}
.fancybox-image {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
}
.fancybox-image {
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-transform: scale(1.02);
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  -o-transform: scale(1.02);
  transform: scale(1.02);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.fancybox-type-image.fancybox-opened .fancybox-image {
  opacity: 100;
  filter: alpha(opacity=10000);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.fancybox-nav {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  width: 56px;
  z-index: 100;
}
.fancybox-nav span {
  visibility: visible;
}
.fancybox-close {
  -webkit-transition: right 0.5s ease;
  -o-transition: right 0.5s ease;
  transition: right 0.5s ease;
}
.fancybox-full #fancybox-thumbs {
  bottom: -100px;
}
.fancybox-full .fancybox-prev {
  left: -100px;
}
.fancybox-full .fancybox-next,
.fancybox-full .fancybox-close {
  right: -100px;
}
.vm-product-media-container {
  margin: 0 0 30px 0;
  border: 1px solid #d0d0d0;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.vm-product-media-container a {
  background: #fff;
  display: block;
  max-width: 100%;
}
.vm-product-media-container a img {
  width: 100%;
  height: auto;
}
.virtuemart-category__container .vm-product-media-container,
.comvirtuemartmod .tab-content .vm-product-media-container {
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.virtuemart-category__container .vm-product-media-container a,
.comvirtuemartmod .tab-content .vm-product-media-container a {
  padding: 20px;
  display: block;
  width: auto;
}
.virtuemart-category__container .vm-product-media-container:hover,
.comvirtuemartmod .tab-content .vm-product-media-container:hover {
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
#adminForm .buttonBar-right .btn {
  float: right;
  margin-bottom: 5px;
}
#adminForm .buttonBar-right .btn.cancel {
  float: left;
}
.blockquote {
  overflow: hidden;
  clear: both;
  padding-top: 10px;
}
.flex-wrapper .rating label {
  cursor: default;
}
.flex-wrapper .ratingbox,
.flex-wrapper .vote {
  font-size: 0;
  white-space: nowrap;
  color: #f38a00;
  position: relative;
  overflow: hidden;
  width: 88px !important;
  left: 1px;
  cursor: default;
}
.flex-wrapper .ratingbox i,
.flex-wrapper .vote i {
  font-size: 13px;
  width: 15px;
}
.flex-wrapper .ratingbox .stars-orange,
.flex-wrapper .vote .stars-orange {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  overflow: hidden;
  background: #fff;
}
.flex-wrapper .product-reviews-form {
  text-align: left;
}
.flex-wrapper .product-reviews-form .button {
  margin-top: 30px;
}
.flex-wrapper .product-reviews-form .chars-count {
  padding-top: 20px;
}
.flex-wrapper .product-reviews-form .chars-count label {
  line-height: 50px;
  margin-right: 6px;
}
.flex-wrapper .product-reviews-form .chars-count .vm-default {
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
  margin-top: 0px;
}
.flex-wrapper .product-reviews_list .review .review_author {
  font-size: 16px;
  font-weight: bold;
  width: 100%;
  overflow: hidden;
  display: block;
  padding-bottom: 10px;
}
.flex-wrapper .product-reviews_list .review .vote {
  float: right;
}
.flex-wrapper .product-reviews_list .review .review_date {
  float: left;
  margin-bottom: 15px;
}
.flex-wrapper .product-reviews_list .review .blockquote {
  overflow: hidden;
  clear: both;
  padding-top: 10px;
}
.flex-wrapper .product-reviews_list .review blockquote {
  color: #5f656d;
  font-size: 15px;
  line-height: 24px;
  padding-left: 80px;
}
.flex-wrapper .product-price {
  font-size: 24px;
  line-height: 26px;
  overflow: hidden;
  min-height: 26px;
  font-weight: 300;
}
.flex-wrapper .product-price > div {
  padding-right: 5px;
  display: inline-block;
  float: left;
}
.flex-wrapper .product-price span.PricebasePrice {
  display: inline-block;
}
.flex-wrapper .with_discount span.PricebasePrice {
  text-decoration: line-through;
  display: inline-block;
}
.flex-wrapper .with_discount span.PricesalesPrice {
  color: #f83e3e;
  font-weight: 300;
  display: inline-block;
}
.flex-wrapper .with_discount .PricediscountedPriceWithoutTax,
.flex-wrapper .with_discount .PricediscountAmount {
  display: none;
}
.vmgroupbrandimages {
  width: 100%;
  padding: 30px 0;
  clear: both;
}
.vmgroupbrandimages ul {
  list-style: none;
  margin: 0 -10px;
  padding: 0;
}
.vmgroupbrandimages ul li {
  float: left;
  padding: 0 10px;
  width: 15.67%;
  box-sizing: border-box;
}
.vmgroupbrandimages ul li a {
  display: block;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.vmgroupbrandimages ul li a img {
  width: 100%;
  height: auto;
}
.vmgroupbrandimages ul li a:hover {
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
.vmproduct.sidebarlist .rows {
  width: 100%;
  margin-bottom: 30px;
  background: #fff;
}
.vmproduct.sidebarlist .rows .spacer {
  padding: 0;
  overflow: hidden;
}
.vmproduct.sidebarlist .rows .spacer:hover img {
  transform: scale(1);
  -o-transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.vmproduct.sidebarlist .vm-product-media-container {
  float: left;
  width: 100px;
  margin-right: 20px;
  margin-bottom: 0px;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media (min-width: 768px) and (max-width: 991px) {
  .vmproduct.sidebarlist .vm-product-media-container {
    margin-right: 0px;
    float: none;
  }
}
.vmproduct.sidebarlist .vm-product-media-container a {
  padding: 10px;
  display: block;
  width: auto;
}
.vmproduct.sidebarlist .vm-product-media-container:hover {
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.vmproduct.sidebarlist .fleft {
  overflow: hidden;
  width: auto;
}
.vmproduct.sidebarlist h5 {
  font-size: 14px;
  line-height: 24px;
  margin-top: 10px;
}
.vmproduct.sidebarlist .vm-rating {
  display: none;
}
.vmproduct.sidebarlist p.product_s_desc {
  padding-bottom: 0;
  display: none;
}
.vmproduct.sidebarlist .product-price > div {
  display: inline-block;
  padding-right: 5px;
}
.vmproduct.sidebarlist .product-price .PricediscountedPriceWithoutTax,
.vmproduct.sidebarlist .product-price .PricediscountAmount {
  display: none;
}
.bs-example-tabs .nav-tab {
  width: 100%;
  margin: 0;
  position: relative;
  height: 50px;
}
@media (min-width: 320px) and (max-width: 479px) {
  .bs-example-tabs .nav-tab {
    height: auto;
  }
  .bs-example-tabs .nav-tab .clearfix.both {
    width: 100%;
    overflow: hidden;
  }
}
.bs-example-tabs .nav-tab:before {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 50px;
  background: #eeeeee url(/templates/theme3563/images/title-bg.gif) left top repeat-x;
  border-bottom: 3px solid #af6e16;
  -webkit-box-shadow: 0 7px 7px rgba(0, 0, 0, 0.2);
  box-shadow: 0 7px 7px rgba(0, 0, 0, 0.2);
}
@media (min-width: 320px) and (max-width: 479px) {
  .bs-example-tabs .nav-tab:before {
    display: none;
  }
}
.bs-example-tabs .nav-tab:after {
  content: " ";
  width: 100%;
  overflow: hidden;
  clear: both;
}
.bs-example-tabs .nav-tab li {
  float: left;
  margin-right: 10px;
  position: relative;
  margin-bottom: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
@media (min-width: 768px) and (max-width: 991px) {
  .bs-example-tabs .nav-tab li {
    padding: 13px;
    font-size: 16px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .bs-example-tabs .nav-tab li {
    padding: 13px;
    font-size: 14px;
    margin-right: 0px;
  }
}
@media (min-width: 320px) and (max-width: 479px) {
  .bs-example-tabs .nav-tab li {
    float: none;
    display: block;
    margin-bottom: 5px;
    margin-right: 0;
    -webkit-box-shadow: 0 7px 7px rgba(0, 0, 0, 0.2);
    box-shadow: 0 7px 7px rgba(0, 0, 0, 0.2);
  }
}
.bs-example-tabs .nav-tab li a:hover {
  color: #f38a00;
}
.bs-example-tabs .nav-tab li.active a {
  color: #f38a00;
}
.bs-example-tabs .tab-content {
  margin-top: 30px;
  overflow: inherit;
  width: 100%;
}
@media (min-width: 768px) and (max-width: 991px) {
  .bs-example-tabs .tab-content {
    margin-top: 10px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .bs-example-tabs .tab-content {
    margin-top: 10px;
  }
}
.row-slide {
  margin: 0 -15px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .row-slide {
    margin: 0 -10px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .row-slide {
    margin: 0 -5px;
  }
}
.owl-theme.productdetails .owl-dots {
  display: none !important;
}
.owl-theme.productdetails .owl-item {
  margin: 0;
}
.owl-theme.productdetails .owl-item .itemslide {
  padding: 0 0;
}
.owl-theme.productdetails .owl-item .itemslide div.product {
  margin-bottom: 0px;
  width: 100% !important;
}
.owl-theme.productdetails .owl-item .itemslide div.product .prod-box {
  margin: 0;
  border: none;
  width: 100% !important;
}
.product-related-products {
  overflow: inherit !important;
}
.product-related-products .product-price {
  color: #f38a00;
  font-size: 24px;
  line-height: 30px;
}
.product-related-products .product-price.with_discount div.PricebasePrice {
  color: #777;
  display: inline-block;
  font-size: 24px;
  font-weight: 300;
  line-height: 30px;
  padding-left: 10px;
  text-decoration: line-through;
}
.product-related-products .product-price.with_discount div.PricesalesPrice {
  display: inline-block;
}
.product-related-products .row-slide {
  margin: 0 -25px;
  position: relative;
  z-index: 1;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .product-related-products .row-slide {
    margin: 0 -15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .product-related-products .row-slide {
    margin: 0 -10px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .product-related-products .row-slide {
    margin: 0 -5px;
  }
}
.product-related-products .owl-theme.productdetails .itemslide {
  padding: 0px;
}
.product-related-products .owl-theme.productdetails .owl-stage-outer {
  padding: 0px;
  margin: 0px;
}
.product-related-products .owl-theme.productdetails .owl-controls {
  top: -60px;
  right: 25px;
}
@media (min-width: 1200px) {
  .product-related-products .owl-theme.productdetails.lengs .owl-controls {
    display: none;
  }
}
.product-related-products h4 {
  margin-bottom: 30px;
  position: relative;
  z-index: 0;
  display: inline-block;
}
.product-related-products .product-field-desc {
  display: none;
}
#com_virtuemart .product-related-categories .product-field-display img {
  border: 1px solid #e5e7e9;
  border-radius: 4px;
  margin: 0 0 30px;
  padding: 20px;
}
#com_virtuemart .product-related-categories .product-field-display a {
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  text-transform: capitalize;
  font-family: 'Hind', sans-serif;
  display: block;
}
#com_virtuemart .product-related-categories h4 {
  margin-bottom: 30px;
}
#com_virtuemart .product-related-categories .product-field-desc {
  display: none;
}
#com_virtuemart .product-related-categories .row-slide {
  margin: 0 -25px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #com_virtuemart .product-related-categories .row-slide {
    margin: 0 -15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #com_virtuemart .product-related-categories .row-slide {
    margin: 0 -10px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  #com_virtuemart .product-related-categories .row-slide {
    margin: 0 -5px;
  }
}
#com_virtuemart .product-related-categories .owl-theme.productdetails .itemslide {
  padding: 0px;
}
#com_virtuemart .product-related-categories .owl-theme.productdetails .itemslide .product {
  width: 100% !important;
}
#com_virtuemart .product-related-categories .owl-theme.productdetails .owl-stage-outer {
  padding: 0px;
  margin: 0px;
}
#com_virtuemart .product-related-categories .owl-theme.productdetails .owl-controls {
  top: -60px;
  right: 25px;
}
@media (min-width: 1200px) {
  #com_virtuemart .product-related-categories .owl-theme.productdetails.lengs .owl-controls {
    display: none;
  }
}
.addtocart-area .displayblock {
  display: block;
  visibility: visible;
}
.addtocart-area .displaynone {
  display: none;
  visibility: hidden;
}
.vm-img-desc {
  display: none;
}
.cart-view .output-billto p,
.cart-view .output-shipto p {
  padding-bottom: 10px;
}
.cart-view .vm-fieldset-customer-note .customer-note {
  padding-bottom: 20px;
}
div.hero-unit {
  background: none;
  padding: 0;
}
div.hero-unit .post_payment_payment_name {
  margin-bottom: -30px;
}
.order-pad {
  padding-bottom: 6px;
}
.order-pad + .order-pad {
  padding-bottom: 31px;
}
@media (min-width: 320px) and (max-width: 479px) {
  .ask-a-question-view .product-image,
  .ask-a-question-view .short-description {
    display: none;
  }
}
.browse-view {
  padding-top: 20px;
}
.browse-view .virtuemart_search .button {
  margin-top: 30px;
  margin-bottom: 30px;
}
.product-neighbours {
  overflow: hidden;
  margin-bottom: 30px;
}
.product-neighbours .previous-page {
  float: left;
  width: auto;
  display: inline-block;
  font-size: 16px;
  color: #5f656d;
}
.product-neighbours .previous-page i {
  font-size: 11px;
  margin-right: 10px;
}
.product-neighbours .previous-page:hover {
  color: #f38a00;
}
.product-neighbours .next-page {
  float: right;
  width: auto;
  text-align: right;
  font-size: 16px;
  display: inline-block;
  color: #5f656d;
}
.product-neighbours .next-page i {
  font-size: 11px;
  margin-left: 10px;
}
.product-neighbours .next-page:hover {
  color: #f38a00;
}
.owl-carousel-related .vm3pr {
  padding-bottom: 10px;
}
.owl-carousel-related h5 {
  padding-bottom: 10px;
}
.back-to-category {
  margin-bottom: 30px;
}
.modalTmbox {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  z-index: 99999999;
  background: #fff;
}
.modalTmbox .success {
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  font-weight: bold;
  padding: 20px;
  padding-left: 70px;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.modalTmbox .success.successfully {
  background: #4caf50;
  position: relative;
}
.modalTmbox .success.successfully:before {
  content: '\e5ca';
  text-align: center;
  color: #fff;
  line-height: 100%;
  font-size: 25px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -12px;
  width: 60px;
  height: 100%;
  font-family: 'Material Icons';
  z-index: 2;
}
.modalTmbox .success.successfully:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background: #388e3c;
  width: 60px;
  z-index: 1;
}
.modalTmbox .success.notification {
  background: #03a9f4;
  position: relative;
}
.modalTmbox .success.notification:before {
  content: '\e001';
  text-align: center;
  color: #fff;
  line-height: 100%;
  font-size: 25px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -12px;
  width: 60px;
  height: 100%;
  font-family: 'Material Icons';
  z-index: 2;
}
.modalTmbox .success.notification:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background: #0288d1;
  width: 60px;
  z-index: 1;
}
.modalTmbox .success.warning {
  background: #ff5722;
  position: relative;
}
.modalTmbox .success.warning:before {
  content: '\e002';
  text-align: center;
  color: #fff;
  line-height: 100%;
  font-size: 25px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -12px;
  width: 60px;
  height: 100%;
  font-family: 'Material Icons';
  z-index: 2;
}
.modalTmbox .success.warning:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background: #e64a19;
  width: 60px;
  z-index: 1;
}
.modalTmbox .success .success_wishlist,
.modalTmbox .success .wishlist_product_name {
  display: inline-block;
  padding-right: 4px;
}
.modalTmbox .success a {
  display: inline-block;
  margin-left: 4px;
  color: rgba(255, 255, 255, 0.6);
}
.modalTmbox .success .close {
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  position: absolute;
  right: 0;
  top: 50%;
  opacity: 100;
  filter: alpha(opacity=10000);
  -moz-transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.modalTmbox .success .close:hover {
  opacity: 50;
  filter: alpha(opacity=5000);
}
.wishlist a,
.compare a {
  cursor: pointer;
  display: inline-block;
}
.wishlist.module-title,
.compare.module-title {
  cursor: default;
  font-size: 14px;
}
#notifyform .btn {
  margin-top: 20px;
}
.mywishlist .module-title.no-products i,
.compare_box .module-title.no-products i {
  margin-right: 6px;
}
.mywishlist .quantity-box,
.compare_box .quantity-box {
  display: none !important;
}
.mywishlist .btn,
.compare_box .btn {
  text-transform: capitalize;
  padding: 10px;
}
.mywishlist .add_wishlist,
.compare_box .add_wishlist {
  font-size: 12px;
}
.mywishlist .product-price > div,
.compare_box .product-price > div {
  display: none;
}
.mywishlist .product-price > div.PricesalesPrice,
.compare_box .product-price > div.PricesalesPrice {
  display: inline-block;
}
.mywishlist .product-price.with_discount .PricebasePrice,
.compare_box .product-price.with_discount .PricebasePrice {
  display: inline-block;
  text-decoration: line-through;
  padding-left: 5px;
  color: #777;
}
.mywishlist .product-price.with_discount .PricesalesPrice,
.compare_box .product-price.with_discount .PricesalesPrice {
  color: #f83e3e;
}
.mywishlist .addtocart-area .btn i,
.compare_box .addtocart-area .btn i {
  display: none;
}
.table-responsive {
  overflow: hidden;
}
@media (min-width: 320px) and (max-width: 767px) {
  .table-responsive {
    overflow: scroll;
  }
}
.table-responsive .table-bordered {
  border: 1px solid #d0d0d0 !important;
  overflow: hidden;
  border-spacing: 0;
  border-collapse: separate;
}
.table-responsive th.table-title {
  background: #fbfbfb;
  border: none !important;
  border-bottom: 0px solid #d0d0d0 !important;
  position: relative;
  padding: 15px 10px!important;
}
.table-responsive th.table-title strong {
  display: block;
  color: #5f656d;
  font-size: 22px;
  font-weight: 400;
  text-transform: uppercase;
}
.table-responsive tr td:first-child {
  width: 160px;
  background: #fbfbfb;
  font-size: 18px;
  line-height: 20px;
  color: rgba(95, 101, 109, 0.7);
  border-left: none !important;
  text-align: left;
}
@media (min-width: 768px) and (max-width: 991px) {
  .table-responsive tr td:first-child {
    font-size: 16px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .table-responsive tr td:first-child {
    font-size: 16px;
  }
}
.table-responsive tr td {
  border: none !important;
  border-left: 1px solid #d0d0d0 !important;
  border-top: 1px solid #d0d0d0 !important;
  font-size: 18px;
  line-height: 20px;
  color: rgba(95, 101, 109, 0.95);
  padding: 15px 15px!important;
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px) {
  .table-responsive tr td {
    font-size: 16px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .table-responsive tr td {
    font-size: 16px;
  }
}
.table-responsive tr td.none {
  border-left: none;
  background: #fbfbfb;
}
.table-responsive .table-bordered.column4 tr td:first-child {
  width: 160px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .table-responsive .table-bordered.column4 tr td:first-child {
    width: 140px;
  }
}
.table-responsive .table-bordered.column4 tr td {
  width: 20%;
}
.table-responsive .table-bordered.column3 tr td:first-child {
  width: 160px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .table-responsive .table-bordered.column3 tr td:first-child {
    width: 140px;
  }
}
.table-responsive .table-bordered.column3 tr td {
  width: 28%;
}
.table-responsive .table-bordered.column2 tr td:first-child {
  width: 160px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .table-responsive .table-bordered.column2 tr td:first-child {
    width: 140px;
  }
}
.table-responsive .table-bordered.column2 tr td {
  width: 41%;
}
.table-responsive .table-bordered.column1 tr td:first-child {
  width: 160px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .table-responsive .table-bordered.column1 tr td:first-child {
    width: 140px;
  }
}
.table-responsive .table-bordered.column1 tr td {
  width: 80%;
}
.table-responsive .text-center {
  text-align: center;
}
.table-responsive .text-center .wishlist {
  margin-top: 14px;
}
.table-responsive .product-thumb {
  text-align: center;
  max-width: 100%;
  width: 100%;
}
.table-responsive .product-thumb .compare_del {
  padding-bottom: 10px;
  display: inline-block;
  cursor: pointer;
}
.table-responsive .product-thumb .compare_del:after {
  content: " ";
  height: 1px;
  width: 100%;
  display: block;
}
.table-responsive .product-thumb .image {
  display: block;
  width: 180px;
  margin: 0 auto;
  clear: left;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .table-responsive .product-thumb .image {
    width: 130px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .table-responsive .product-thumb .image {
    width: 100px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .table-responsive .product-thumb .image {
    width: 120px;
  }
}
.table-responsive .product-thumb .image img {
  width: 100%;
  height: auto;
}
.table-responsive .product-thumb .product-price {
  padding: 10px 0;
}
.table-responsive .product-thumb .product-price > div {
  float: none;
  display: inline-block;
}
.table-responsive .product-thumb .vm-rating {
  padding-top: 10px;
}
.table-responsive .product-thumb .vm-rating .ratingbox {
  display: inline-block;
}
.table-responsive .product-thumb .name h5 {
  font-size: 16px;
  line-height: 20px;
}
.table-responsive .product-thumb .name h5 a {
  color: #434345;
}
.table-responsive .product-thumb .name h5 a:hover {
  color: #f38a00;
}
.table-responsive .product-thumb .product_title a:hover {
  color: #f38a00;
}
.table-responsive .castomfields span.radio {
  margin-right: 4px;
}
.table-responsive .castomfields div.chzn-container-single .chzn-single > span {
  padding-right: 0px;
}
.table-responsive .btn i {
  position: relative;
  top: 2px;
  margin-right: 4px;
}
div#fancybox-overlay {
  z-index: 11000;
}
div#fancybox-wrap {
  z-index: 11010;
}
@media (min-width: 320px) and (max-width: 767px) {
  .pagination.vm-pagination-bottom {
    font-size: 14px;
  }
}
.option-class .fancybox-inner,
.option-class .fancybox-skin,
.option-class .fancybox-outer {
  width: auto !important;
}
.option-class .fancybox-inner {
  padding-left: 10px !important;
  padding-bottom: 10px !important;
}
.option-class .fancybox-skin {
  background: #fff;
}
.option-class .fancybox-skin .fancybox-title {
  display: none;
}
.option-class .fancybox-skin .fancybox-close {
  background: none;
  padding: 0;
  width: auto;
  height: auto;
  right: 6px;
  top: 4px;
  color: #000;
  opacity: 20;
  filter: alpha(opacity=2000);
}
.option-class .fancybox-skin .fancybox-close:before {
  content: '\f057';
  font-size: 25px;
  line-height: 1em;
  font-family: FontAwesome;
}
.option-class .fancybox-skin .fancybox-close:hover {
  opacity: 100;
  filter: alpha(opacity=10000);
}
.option-class .fancybox-skin ul.variants {
  padding: 0 0 7px;
  list-style: none;
  margin: 0;
}
.option-class .fancybox-skin ul.variants li {
  display: inline-block;
  margin: 0 10px 10px 0;
}
.option-class .fancybox-skin ul.variants li a {
  display: inline-block;
  cursor: pointer;
  position: relative;
  background-clip: padding-box;
  text-decoration: none !important;
}
.option-class .fancybox-skin ul.variants.variants_color li a {
  height: 27px;
  width: 27px;
  border: 4px solid transparent;
}
.option-class .fancybox-skin ul.variants.variants_color li a:after {
  position: absolute;
  top: -4px;
  left: -4px;
  right: -4px;
  bottom: -4px;
  border: 1px solid #d0d0d0;
  content: '';
  -webkit-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}
.option-class .fancybox-skin ul.variants.variants_size {
  margin-bottom: 21px;
}
.option-class .fancybox-skin ul.variants.variants_size li a {
  height: 33px;
  width: 33px;
  border: 1px solid #ddd;
  text-align: center;
  line-height: 33px;
  font-weight: bold;
  color: #333;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.option-class .fancybox-skin ul.variants.variants_size li a:hover,
.option-class .fancybox-skin ul.variants.variants_size li a.selected {
  background: #333;
  border-color: #333;
  color: #fff;
}
.option-class .fancybox-skin .variant_title {
  margin-bottom: 9px;
}
.option-class .fancybox-skin .variant_title .required {
  color: #f83e3e;
}
.option-class .fancybox-skin .product-field {
  margin-bottom: 30px;
}
.option-class .fancybox-skin .product-field .product-fields-title {
  padding-bottom: 10px;
  display: inline-block;
}
.option-class .fancybox-skin .product-field .controls > .radio,
.option-class .fancybox-skin .product-field .controls > .checkbox {
  padding-bottom: 5px;
}
.option-class .fancybox-skin .product-field .controls > .radio > span,
.option-class .fancybox-skin .product-field .controls > .checkbox > span {
  margin-right: 5px;
}
.option-class .fancybox-skin .chzn-container {
  min-width: 200px;
  width: 200px !important;
}
.option-class .fancybox-skin .fancybox-inner {
  text-align: left;
  padding-left: 20px;
  padding-bottom: 20px;
  padding-top: 10px;
}
.vm-product-stockhandle-container .vmicon {
  background: #f8f8f8;
  display: inline-block;
  width: 80px;
  height: 3px;
  position: relative;
}
.vm-product-stockhandle-container .vmicon.vm2-normalstock:before {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  width: 80%;
  height: 3px;
  background: #60f258;
}
.vm-product-stockhandle-container .vmicon.vm2-lowstock:before {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  width: 60%;
  height: 3px;
  background: #f2ed58;
}
.vm-product-stockhandle-container .vmicon.vm2-nostock:before {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  width: 30%;
  height: 3px;
  background: #f2586e;
}
.photo-class .fancybox-inner {
  position: absolute;
  left: 50%;
  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%);
}
h4.reg {
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
}
#jform_captcha {
  width: 100%;
  overflow: hidden;
}
@media (min-width: 320px) and (max-width: 479px) {
  #jform_captcha {
    width: 100%;
    max-width: 280px;
  }
}
#jform_captcha > div {
  width: auto;
  float: right;
  overflow: hidden;
}
#recaptcha_wrapper {
  overflow: hidden;
  display: inline-block;
}
@media (min-width: 320px) and (max-width: 479px) {
  #recaptcha_wrapper {
    width: 100%;
    max-width: 280px;
  }
}
#recaptcha_wrapper .userfields_info {
  text-align: right;
}
.moduletable.hometabprod {
  padding-bottom: 0px;
}
.moduletable.hometabprod .page_header {
  margin-bottom: 0px;
}
.moduletable.hometabprod .page_header .moduleTitle {
  margin-bottom: -24px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .moduletable.hometabprod .page_header .moduleTitle {
    margin-bottom: 0px;
  }
}
@media (min-width: 320px) and (max-width: 991px) {
  .moduletable.hometabprod .page_header .moduleTitle {
    margin-bottom: 20px;
  }
}
.responsive-tabs ul {
  padding-left: 0px;
  padding-top: 0px;
  padding-bottom: 33px;
  margin: 0 auto;
  width: auto;
  display: block;
  text-align: right;
}
.responsive-tabs ul li {
  border: none;
  color: #f38a00;
  font-family: 'Hind', sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  padding: 0;
  text-transform: uppercase;
  margin-left: 20px;
  outline: none !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.responsive-tabs ul li.responsive-tabs__list__item--active {
  color: #333;
  cursor: default;
}
@media (max-width: 991px) {
  .responsive-tabs ul {
    display: none;
  }
  .responsive-tabs-wrapper {
    margin-bottom: 30px;
  }
  h2.responsive-tabs__heading {
    padding: 4px 20px 4px 40px;
    background: none;
    position: relative;
    margin-bottom: 4px;
    margin-top: 0px;
    font-size: 20px;
    display: block;
    color: #f38a00;
    border: 1px solid #f38a00;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    cursor: pointer;
  }
  .responsive-tabs__heading:after {
    content: "";
    display: block;
    position: absolute;
    left: 10px;
    top: 40%;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #f38a00;
  }
  h2.responsive-tabs__heading:hover {
    background-color: none;
    border-color: #feb72a;
    color: #feb72a;
  }
  h2.responsive-tabs__heading--active {
    background: none;
    border-color: #feb72a;
    color: #feb72a;
    cursor: default;
  }
  h2.responsive-tabs__heading--active:after,
  h2.responsive-tabs__heading:hover:after {
    border-top: 10px solid #feb72a;
  }
}
.responsive-tabs .responsive-tabs__panel {
  padding: 0 1px;
  display: block !important;
  min-height: 0px !important;
  height: 0px;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  overflow: hidden;
  width: 100%;
}
.responsive-tabs .responsive-tabs__panel.responsive-tabs__panel--active {
  height: auto;
  opacity: 100;
  filter: alpha(opacity=10000);
  visibility: visible;
  overflow: visible;
}
.responsive-tabs .responsive-tabs__panel.responsive-tabs__panel--active .vmproduct {
  padding: 30px 0;
  position: relative;
}
.responsive-tabs .responsive-tabs__panel .row-slide .owl-controls {
  top: -30px;
  right: 15px;
}
.responsive-tabs .responsive-tabs__panel .row-slide .itemslide {
  padding: 0px;
}
.responsive-tabs .responsive-tabs__panel .row-slide .owl-item:first-child #producthorizont:before {
  display: none;
}
.responsive-tabs .responsive-tabs__panel .vmproduct.productdetails.tabs {
  margin: 0 0;
  padding: 0px;
}
@media (min-width: 320px) and (max-width: 991px) {
  .responsive-tabs .responsive-tabs__panel .vmproduct.productdetails.tabs {
    padding-top: 20px;
  }
}
.responsive-tabs .responsive-tabs__panel .vmproduct.productdetails.tabs .row.prod {
  padding: 0;
  margin: 0 -15px;
  font-size: 0px;
}
@media (min-width: 1200px) and (max-width: 1540px) {
  .responsive-tabs .responsive-tabs__panel .vmproduct.productdetails.tabs .row.prod {
    margin: 0 -15px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .responsive-tabs .responsive-tabs__panel .vmproduct.productdetails.tabs .row.prod {
    margin: 0 -10px;
  }
}
@media (min-width: 320px) and (max-width: 991px) {
  .responsive-tabs .responsive-tabs__panel .vmproduct.productdetails.tabs .row.prod {
    margin: 0 -5px;
  }
}
.responsive-tabs .responsive-tabs__panel .vmproduct.productdetails.tabs .row.prod .product {
  padding: 0 15px;
  font-size: 15px;
}
@media (min-width: 1200px) and (max-width: 1540px) {
  .responsive-tabs .responsive-tabs__panel .vmproduct.productdetails.tabs .row.prod .product {
    padding: 0 15px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .responsive-tabs .responsive-tabs__panel .vmproduct.productdetails.tabs .row.prod .product {
    padding: 0 10px;
  }
}
@media (min-width: 320px) and (max-width: 991px) {
  .responsive-tabs .responsive-tabs__panel .vmproduct.productdetails.tabs .row.prod .product {
    padding: 0 5px;
  }
}
.responsive-tabs .responsive-tabs__panel div.product .prod-box {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  padding: 0px;
  background: none;
}
@media (min-width: 1200px) and (max-width: 1540px) {
  .responsive-tabs .responsive-tabs__panel div.product .prod-box {
    padding: 0px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .responsive-tabs .responsive-tabs__panel div.product .prod-box {
    padding: 0px;
  }
}
@media (min-width: 320px) and (max-width: 991px) {
  .responsive-tabs .responsive-tabs__panel div.product .prod-box {
    padding: 0px;
  }
}
.responsive-tabs .responsive-tabs__panel div.product .prod-box .vm-product-media-container {
  border: none;
}
@media (min-width: 1200px) and (max-width: 1540px) {
  .responsive-tabs .responsive-tabs__panel div.product .prod-box .vm-product-media-container {
    margin-bottom: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .responsive-tabs .responsive-tabs__panel div.product .prod-box .vm-product-media-container {
    margin-bottom: 20px;
  }
}
@media (min-width: 320px) and (max-width: 991px) {
  .responsive-tabs .responsive-tabs__panel div.product .prod-box .vm-product-media-container {
    float: none;
    margin-bottom: 20px;
    width: 100%;
  }
}
.responsive-tabs .responsive-tabs__panel div.product .prod-box .vm-product-media-container a.img {
  padding: 20px;
}
@media (min-width: 1200px) and (max-width: 1540px) {
  .responsive-tabs .responsive-tabs__panel div.product .prod-box .vm-product-media-container a.img {
    padding: 10px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .responsive-tabs .responsive-tabs__panel div.product .prod-box .vm-product-media-container a.img {
    padding: 10px;
  }
}
@media (min-width: 320px) and (max-width: 991px) {
  .responsive-tabs .responsive-tabs__panel div.product .prod-box .vm-product-media-container a.img {
    padding: 10px;
  }
}
.responsive-tabs .responsive-tabs__panel div.product .prod-box .fleft-box {
  text-align: center;
  box-sizing: border-box;
  padding: 0;
}
.responsive-tabs .responsive-tabs__panel .viewall {
  text-align: right;
  padding-bottom: 30px;
  padding-right: 0px;
  text-transform: uppercase;
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  display: none;
}
@media (min-width: 320px) and (max-width: 1199px) {
  .responsive-tabs .responsive-tabs__panel .viewall {
    padding-bottom: 10px;
  }
}
.responsive-tabs .responsive-tabs__panel .viewall a {
  color: #fff;
  font-size: 14px;
}
.responsive-tabs .responsive-tabs__panel .viewall a:hover,
.responsive-tabs .responsive-tabs__panel .viewall a:focus {
  color: #f38a00;
}
.responsive-tabs .responsive-tabs__panel .viewall i {
  position: relative;
  top: 4px;
  margin-left: 15px;
}
.moduletable.modulefirst,
.moduletable.modulesecond {
  position: relative;
}
.moduletable.modulefirst .module_container,
.moduletable.modulesecond .module_container {
  position: relative;
  padding-left: 49px;
}
.moduletable.modulefirst .module_container:before,
.moduletable.modulesecond .module_container:before {
  width: 50px;
  background: #191919;
  content: " ";
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.moduletable.modulefirst header,
.moduletable.modulesecond header {
  left: 25px;
  top: 0;
  position: absolute;
  transform: rotate(90deg);
  transform-origin: 0 50% 0;
  width: 50%;
  z-index: 2;
}
@media (min-width: 320px) and (max-width: 767px) {
  .moduletable.modulefirst header,
  .moduletable.modulesecond header {
    width: 100%;
  }
}
.moduletable.modulefirst header h3,
.moduletable.modulesecond header h3 {
  margin-bottom: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  padding: 10px 20px 10px 0px;
}
.moduletable.modulefirst .module_container_box,
.moduletable.modulesecond .module_container_box {
  border: 2px solid #eee;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.moduletable.modulefirst .module_container_box .row-slide,
.moduletable.modulesecond .module_container_box .row-slide {
  margin: 0px;
}
.moduletable.modulefirst .module_container_box .itemslide,
.moduletable.modulesecond .module_container_box .itemslide {
  padding: 0px;
}
.moduletable.modulefirst .module_container_box .itemslide .prod-box,
.moduletable.modulesecond .module_container_box .itemslide .prod-box {
  background: #fff;
  padding: 0px 20px;
  position: relative;
}
@media (min-width: 768px) and (max-width: 991px) {
  .moduletable.modulefirst .module_container_box .itemslide .prod-box,
  .moduletable.modulesecond .module_container_box .itemslide .prod-box {
    padding: 0px 10px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .moduletable.modulefirst .module_container_box .itemslide .prod-box,
  .moduletable.modulesecond .module_container_box .itemslide .prod-box {
    padding: 0px 10px;
  }
}
.slider-box .owl-stage-outer {
  margin-right: 0px;
}
.slider-box .owl-stage-outer .owl-item {
  margin-left: 0px;
}
#mod_tmboxwishlist .modcompareprod,
#mod_tmboxcompare .modcompareprod,
#mod_tmboxwishlist .modwishlistsprod,
#mod_tmboxcompare .modwishlistsprod {
  overflow: hidden;
  padding-bottom: 20px;
}
#mod_tmboxwishlist .modcompareprod .image.fleft,
#mod_tmboxcompare .modcompareprod .image.fleft,
#mod_tmboxwishlist .modwishlistsprod .image.fleft,
#mod_tmboxcompare .modwishlistsprod .image.fleft {
  float: left;
  width: 70px;
  box-sizing: border-box;
  padding-right: 20px;
}
#mod_tmboxwishlist .modcompareprod .extra-wrap,
#mod_tmboxcompare .modcompareprod .extra-wrap,
#mod_tmboxwishlist .modwishlistsprod .extra-wrap,
#mod_tmboxcompare .modwishlistsprod .extra-wrap {
  overflow: hidden;
}
#mod_tmboxwishlist .modcompareprod .extra-wrap .name a,
#mod_tmboxcompare .modcompareprod .extra-wrap .name a,
#mod_tmboxwishlist .modwishlistsprod .extra-wrap .name a,
#mod_tmboxcompare .modwishlistsprod .extra-wrap .name a {
  color: #434345;
}
#mod_tmboxwishlist .modcompareprod .extra-wrap .name a:hover,
#mod_tmboxcompare .modcompareprod .extra-wrap .name a:hover,
#mod_tmboxwishlist .modwishlistsprod .extra-wrap .name a:hover,
#mod_tmboxcompare .modwishlistsprod .extra-wrap .name a:hover {
  color: #f38a00;
}
#mod_tmboxwishlist .modcompareprod .extra-wrap .remcompare a,
#mod_tmboxcompare .modcompareprod .extra-wrap .remcompare a,
#mod_tmboxwishlist .modwishlistsprod .extra-wrap .remcompare a,
#mod_tmboxcompare .modwishlistsprod .extra-wrap .remcompare a,
#mod_tmboxwishlist .modcompareprod .extra-wrap .remwishlists a,
#mod_tmboxcompare .modcompareprod .extra-wrap .remwishlists a,
#mod_tmboxwishlist .modwishlistsprod .extra-wrap .remwishlists a,
#mod_tmboxcompare .modwishlistsprod .extra-wrap .remwishlists a {
  margin-top: 10px;
  display: inline-block;
  cursor: pointer;
}
#mod_tmboxwishlist .modcompareprod .extra-wrap .remcompare a:hover,
#mod_tmboxcompare .modcompareprod .extra-wrap .remcompare a:hover,
#mod_tmboxwishlist .modwishlistsprod .extra-wrap .remcompare a:hover,
#mod_tmboxcompare .modwishlistsprod .extra-wrap .remcompare a:hover,
#mod_tmboxwishlist .modcompareprod .extra-wrap .remwishlists a:hover,
#mod_tmboxcompare .modcompareprod .extra-wrap .remwishlists a:hover,
#mod_tmboxwishlist .modwishlistsprod .extra-wrap .remwishlists a:hover,
#mod_tmboxcompare .modwishlistsprod .extra-wrap .remwishlists a:hover,
#mod_tmboxwishlist .modcompareprod .extra-wrap .remcompare a:focus,
#mod_tmboxcompare .modcompareprod .extra-wrap .remcompare a:focus,
#mod_tmboxwishlist .modwishlistsprod .extra-wrap .remcompare a:focus,
#mod_tmboxcompare .modwishlistsprod .extra-wrap .remcompare a:focus,
#mod_tmboxwishlist .modcompareprod .extra-wrap .remwishlists a:focus,
#mod_tmboxcompare .modcompareprod .extra-wrap .remwishlists a:focus,
#mod_tmboxwishlist .modwishlistsprod .extra-wrap .remwishlists a:focus,
#mod_tmboxcompare .modwishlistsprod .extra-wrap .remwishlists a:focus {
  color: #434345;
}
#mod_tmboxwishlist #btnwishlist,
#mod_tmboxcompare #btnwishlist,
#mod_tmboxwishlist #btncompare,
#mod_tmboxcompare #btncompare {
  padding-top: 0px;
}
.fancybox-margin,
html.fancybox-lock body {
  margin-right: 0px !important;
  overflow: visible !important;
}
#checkoutForm th {
  color: #5f656d;
}
div.chzn-container-single .chzn-single div::before {
  left: auto !important;
}
.opg-text-primary {
  color: #5f656d !important;
}
.opg-text-primary + .quantity + .opg-text-primary {
  color: #f38a00 !important;
}
#allproducts .product {
  margin-bottom: 30px;
  margin-top: 0px;
  border: none;
}
#allproducts .product .opg-margin-right {
  margin-right: 0px !important;
}
@media (min-width: 992px) and (max-width: 1450px) {
  #allproducts .product .opg-grid {
    margin-left: -10px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  #allproducts .product .opg-grid > .opg-hidden-small {
    display: block !important;
    width: 50%;
  }
}
@media (min-width: 992px) and (max-width: 1450px) {
  #allproducts .product .opg-grid > div {
    padding-left: 10px;
  }
}
#allproducts .product .opg-grid > div img {
  text-decoration: none;
  display: block;
  border: 1px solid #d0d0d0;
  -webkit-border-radius: 4px !important;
  -moz-border-radius: 4px !important;
  border-radius: 4px !important;
  padding: 10px;
  box-sizing: border-box;
}
#allproducts .product .opg-grid hr {
  display: none;
}
@media (min-width: 992px) and (max-width: 1450px) {
  #allproducts .product .top-row .opg-width-large-2-5 {
    width: 50%;
    margin-bottom: 20px;
  }
  #allproducts .product .top-row .opg-width-large-1-6 {
    width: 50%;
    text-align: right;
  }
  #allproducts .product .top-row .opg-width-large-1-4 {
    width: 50%;
  }
  #allproducts .product .top-row .opg-width-large-1-6 {
    width: 50%;
  }
}
@media (min-width: 992px) and (max-width: 1450px) and (min-width: 320px) and (max-width: 767px) {
  #allproducts .product .top-row .opg-width-large-1-6 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  #allproducts .product .top-row .opg-width-large-1-6 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
}
#allproducts .product .top-row .quantity {
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  border-radius: 0px !important;
}
@media (min-width: 320px) and (max-width: 991px) {
  #allproducts .product .top-row .quantity {
    width: 100%;
  }
  #allproducts .product .top-row .quantity .quantity-input {
    margin-right: 4px;
  }
}
@media (min-width: 320px) and (max-width: 991px) {
  #allproducts .product .top-row .quantity + .opg-text-primary {
    width: 100%;
  }
}
#allproducts .product .top-row .opg-link {
  color: #5f656d;
  text-decoration: none;
  font-size: 18px;
  line-height: 20px;
  font-weight: 500;
}
@media (min-width: 320px) and (max-width: 991px) {
  #allproducts .product .top-row .opg-link {
    margin-top: 10px;
    display: inline-block;
  }
}
#allproducts .product .top-row .opg-link:hover {
  color: #f38a00;
}
#allproducts .product .bottom-row {
  position: relative;
}
#allproducts .product .bottom-row div + div {
  font-size: 14px;
}
#allproducts .product .bottom-row div + div + div {
  font-size: 14px;
}
#allproducts .product .bottom-row #removeproduct {
  color: #5f656d;
  font-size: 0px;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
}
#allproducts .product .bottom-row #removeproduct:hover {
  color: #f38a00;
}
#allproducts .product .bottom-row #removeproduct:hover:after {
  color: #f38a00;
}
#allproducts .product .bottom-row #removeproduct:after {
  content: '\f1f8';
  font-family: FontAwesome;
  pointer-events: none;
  color: #5f656d;
  position: relative;
  top: 3px;
  font-size: 24px;
  line-height: 24px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#allproducts hr.opg-margin-remove {
  border-color: #d0d0d0 !important;
  margin-top: 10px !important;
  margin-bottom: 10px !important;
  display: block !important;
}
#allproducts .quantity .quantity-input {
  float: left;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  border: 1px solid #d0d0d0 !important;
  margin-bottom: 4px !important;
  width: 64px !important;
  padding-left: 4px !important;
}
#allproducts .quantity .btn {
  padding: 3px !important;
  font-size: 12px;
  margin: 0 4px 4px 0;
  min-width: 30px;
  height: 30px;
  line-height: 26px;
  box-sizing: border-box;
}
#allproducts .quantity #refreshbutton {
  margin: 0 4px 4px 0!important;
  border: none;
  background: none;
  color: #feb72a;
}
#allproducts .quantity #refreshbutton:hover {
  color: #f38a00;
}
#payments {
  display: none;
}
.opg-grid {
  margin-top: 0px;
  margin-left: -30px;
}
.opg-grid > * {
  padding-left: 30px;
}
.opg-panel-box {
  padding: 20px;
  text-align: left !important;
  margin-bottom: 30px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  background: #f5f6f5;
}
.opg-panel-box br {
  display: none;
}
.opg-panel-box #coupon_code {
  float: left;
  width: 320px;
  margin-bottom: 5px;
  margin-top: 5px;
  margin-right: 10px;
}
.opg-panel-box .details-button {
  margin: 0px;
}
.opg-panel-box .details-button .opg-button.btn {
  margin-bottom: 5px;
  margin-top: 5px;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  color: #fff;
}
.opg-panel-box .opg-button.btn {
  -webkit-border-radius: 50px !important;
  -moz-border-radius: 50px !important;
  border-radius: 50px !important;
  color: #fff;
}
.opg-panel-box .chzn-container {
  width: 100% !important;
}
#cart-contents #bill_totalfulldiv .totalText {
  width: 75%;
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
}
#cart-contents #bill_totalfulldiv .totalprice {
  width: 25%;
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
}
@media (min-width: 768px) and (max-width: 991px) {
  #cart-contents #leftdiv {
    width: 100%;
  }
  #cart-contents #right_div {
    width: 100%;
  }
}
#shipment_select hr,
#payment_select hr {
  margin: 0px !important;
  border-color: #d0d0d0 !important;
}
#shipment_select label > input,
#payment_select label > input {
  float: left;
  margin-right: 10px;
  margin-top: 12px;
}
#shipment_select .liselcted .radio_inner,
#payment_select .liselcted .radio_inner {
  cursor: default;
}
#shipment_select .radio_inner,
#payment_select .radio_inner {
  cursor: pointer;
}
#shipment_select .radio,
#payment_select .radio {
  float: left;
  margin-right: 10px;
  margin-top: 12px;
  cursor: pointer;
}
#shipment_select .radio + label,
#payment_select .radio + label {
  display: inline-block;
  float: left;
  width: 90%;
  vertical-align: top;
  line-height: 20px;
}
#shipment_select .vmshipment,
#payment_select .vmshipment,
#shipment_select .vmpayment,
#payment_select .vmpayment {
  display: inline-block;
  float: left;
  width: 80%;
  vertical-align: top;
  line-height: 20px;
  padding-bottom: 10px;
  padding-top: 10px;
}
#shipment_select .vmshipment br,
#payment_select .vmshipment br,
#shipment_select .vmpayment br,
#payment_select .vmpayment br {
  display: none;
}
#shipment_select .vmshipment .vmpayment_description,
#payment_select .vmshipment .vmpayment_description,
#shipment_select .vmpayment .vmpayment_description,
#payment_select .vmpayment .vmpayment_description,
#shipment_select .vmshipment .vmshipment_description,
#payment_select .vmshipment .vmshipment_description,
#shipment_select .vmpayment .vmshipment_description,
#payment_select .vmpayment .vmshipment_description,
#shipment_select .vmshipment .vmpayment_cost,
#payment_select .vmshipment .vmpayment_cost,
#shipment_select .vmpayment .vmpayment_cost,
#payment_select .vmpayment .vmpayment_cost,
#shipment_select .vmshipment .vmshipment_cost,
#payment_select .vmshipment .vmshipment_cost,
#shipment_select .vmpayment .vmshipment_cost,
#payment_select .vmpayment .vmshipment_cost {
  display: block;
  padding-top: 10px;
  font-size: 14px;
}
.opg-text.margin-top {
  margin-top: 30px;
}
#otherpay_buttons #loginbtns a {
  padding: 0px;
  background: none;
  border: none;
  display: inline-block;
  width: auto;
  min-height: inherit;
  color: #9b9b9b;
  font-family: 'Hind', sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-transform: uppercase;
  margin-right: 30px;
  cursor: pointer;
  letter-spacing: 0px;
  background: none !important;
}
#otherpay_buttons #loginbtns a.opg-active {
  cursor: default;
  color: #434345;
  background: none;
}
#otherpay_buttons hr {
  margin: 20px 0!important;
  border-color: #d0d0d0 !important;
}
#logindiv > strong {
  display: block;
  margin-bottom: 10px;
}
#logindiv #com-form-login-username .opg-button,
#logindiv #com-form-login-password .opg-button {
  height: 52px;
  width: 50px;
  line-height: 54px;
  border: 1px solid #d0d0d0;
  position: relative;
  left: -22px;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
#old_payments h4 {
  font-size: 17px;
  margin: 10px;
}
#old_payments #guestchekcout.opg-button,
#old_payments #regcheckout.opg-button {
  display: inline-block;
  width: auto;
  padding: 4px 20px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  color: #9b9b9b;
  font-family: 'Hind', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0px;
  cursor: pointer;
  margin-right: 10px;
  border: none !important;
}
#old_payments #guestchekcout.opg-button.opg-active,
#old_payments #regcheckout.opg-button.opg-active {
  cursor: default !important;
  color: #434345;
  padding: 4px 20px;
  background: #fff;
}
#old_payments #guestchekcout.opg-button:hover,
#old_payments #regcheckout.opg-button:hover {
  cursor: pointer;
  color: #434345;
  padding: 4px 20px;
  background: #fff;
}
#old_payments .fa-check:before {
  content: "";
}
#old_payments .opg-icon-check:before {
  content: "\f00c";
}
#div_shipto .shipto_fields_div {
  margin: 20px 0!important;
}
#commentbutton,
#shiptobutton,
#billtobutton {
  display: inline-block;
  width: auto;
  padding: 4px 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #9b9b9b;
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0px;
  cursor: pointer;
  margin-right: 10px;
  background: #fff;
  border: #d0d0d0;
}
#commentbutton:hover,
#shiptobutton:hover,
#billtobutton:hover {
  cursor: pointer;
  padding: 4px 20px;
  background: #fff;
  color: #434345;
  border: #f38a00;
}
#shiptobutton.btn,
#billtobutton.btn {
  color: #fff;
  border: #f38a00;
  background: #f38a00;
}
#regtitle {
  margin-bottom: 20px;
  display: block;
}
.checkout-button-top {
  text-align: left !important;
}
.checkout-button-top > section {
  float: left;
  margin-right: 10px;
}
.checkout-button-top > section .squaredTwo {
  background: none;
  margin-top: 17px !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.checkout-button-top > section .squaredTwo span.checkbox {
  background: none;
  border: none;
  margin: 0px;
  width: 18px;
}
.checkout-button-top > section .squaredTwo .checkbox + label {
  display: none;
}
.checkout-button-top > section .squaredTwo label {
  top: -3px;
  left: 3px;
}
.checkout-button-top > section .squaredTwo label:after {
  left: 5px;
  top: 6px;
}
.checkout-button-top > section .squaredTwo label:before {
  display: none;
}
.checkout-button-top .opg-link {
  margin-top: 18px;
  font-size: 14px;
  text-align: left !important;
  display: inline-block;
  overflow: hidden;
  width: 80%;
  float: left;
}
.checkout-button-top #bottom_total {
  width: 100%;
  overflow: hidden;
  float: left;
  text-align: left !important;
}
@media (min-width: 320px) and (max-width: 767px) {
  .opg-modal-dialog {
    width: 300px !important;
  }
}
#shiptopopup br,
#billtopopup br,
#commentpopup br {
  display: none;
}
#shiptopopup .opg-modal-dialog,
#billtopopup .opg-modal-dialog,
#commentpopup .opg-modal-dialog {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) !important;
  -o-transform: translate(-50%, -50%) !important;
  -moz-transform: translate(-50%, -50%) !important;
  -webkit-transform: translate(-50%, -50%) !important;
  -ms-transform: translate(-50%, -50%) !important;
  width: 300px !important;
}
#lodingdiv {
  overflow: visible !important;
}
#billto_inputdiv > .checkbox {
  display: none;
}
#billto_inputdiv input {
  margin: 10px 0;
}
#full-tos {
  overflow: visible !important;
}
.opg-modal-dialog {
  margin: 0px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) !important;
  -o-transform: translate(-50%, -50%) !important;
  -moz-transform: translate(-50%, -50%) !important;
  -webkit-transform: translate(-50%, -50%) !important;
  -ms-transform: translate(-50%, -50%) !important;
  position: absolute;
}
#shiptopopup .opg-modal-dialog {
  background: #fff;
  max-width: 570px;
  width: 100%;
  box-sizing: border-box;
  height: 500px;
  max-height: inherit;
  margin: 0px;
  overflow: hidden;
}
#shiptopopup .opg-close {
  position: absolute;
  right: 10px;
  top: 10px;
  overflow: auto;
}
#shiptopopup .modal-dialog-box {
  overflow: auto;
  height: 100%;
  padding-right: 2px;
  background: #fff;
}
#shiptopopup .opg-modal-footer {
  overflow: hidden;
}
.opg-modal-footer {
  overflow: hidden;
}
.opg-modal-footer .btn {
  padding-top: 8px;
  padding-bottom: 8px;
  margin-bottom: 4px;
  padding-left: 18px;
  padding-right: 18px;
  text-transform: capitalize;
  margin-right: 4px;
}
.view-cart.modal-open {
  overflow: visible !important;
  margin-right: 0px !important;
  padding-right: 0px !important;
}
body.view-cart {
  overflow: visible !important;
  margin-right: 0px !important;
  padding-right: 0px !important;
}
html.opg-modal-page {
  overflow: inherit !important;
  margin-right: 0px !important;
  padding-right: 0px !important;
}
html.opg-modal-page .t3-wrapper {
  z-index: 99999;
}
.opg-modal.opg-open {
  overflow: visible !important;
}
@media (min-width: 320px) and (max-width: 767px) {
  .header_content {
    position: relative;
    z-index: 1;
  }
}
body.option-com_virtuemart #wrapper {
  padding-bottom: 0px !important;
}
body.option-com_virtuemart #footer-wrapper {
  margin-top: 0px !important;
}
body.option-com_virtuemart #aside-left img,
body.option-com_virtuemart .prod-box img,
body.option-com_virtuemart .category img {
  width: 100%;
  height: auto;
  max-width: inherit;
}
div.chzn-container-single .chzn-single > span {
  padding-right: 20px !important;
}
.controls.row .inputbox {
  margin-bottom: 20px;
}
#window-mainbody {
  padding: 4px;
}
.submit .btn {
  margin-top: 10px;
}
#fixed-sidebar-left .moduletable,
#fixed-sidebar-right .moduletable {
  padding-bottom: 0px;
}
.compare-page .table-responsive th.table-title {
  border-bottom: 2px solid #979797;
  border-right: 2px solid #979797;
}
.no-edit .jmodedit {
  display: none !important;
}
table th {
  color: #777;
}
.visible-phone {
  display: none;
}
@media (min-width: 320px) and (max-width: 520px) {
  .hidden-phone {
    display: none;
  }
  .visible-phone {
    display: table-cell;
  }
}
.comvirtuemartmod .vmheader {
  text-align: left;
  font-size: 18px;
  line-height: 27px;
  color: #aaa;
  font-family: 'Hind', sans-serif;
  font-weight: 700;
  font-style: italic;
  padding-bottom: 30px;
}
@media (max-width: 991px) {
  #com_virtuemart ul.steps {
    display: block;
  }
  #com_virtuemart ul.steps li {
    display: block;
  }
  #com_virtuemart ul.steps li:before {
    top: 17px;
  }
  #com_virtuemart ul.steps li > span {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  #com_virtuemart ul.steps li + li {
    border-top: none;
    border-left-width: 1px;
  }
  #com_virtuemart ul.steps li + li > span:before {
    left: 50%;
    border-bottom: none;
    margin-left: -10px;
    border-top: 10px solid #c7c7c7;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
  }
  #com_virtuemart ul.steps li + li > span:after {
    left: 50%;
    top: -1px;
    margin-left: -10px;
    border-bottom: none;
    border-top: 10px solid #ededed;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
  }
  #com_virtuemart ul.steps li.current + li > span:after {
    left: 50%;
    top: -1px;
    margin-left: -10px;
    border-bottom: none;
    border-top: 10px solid;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
  }
}
@media (max-width: 767px) {
  table.cart-summary input.quantity-input,
  table.cart-summary .vm2-add_quantity_cart,
  table.cart-summary .vm2-remove_from_cart {
    display: block;
    margin: 0 auto 5px;
  }
  table.cart-summary .item_name {
    display: none;
  }
  table.cart-summary .cart_product_image span.cart-images {
    margin: 0 auto 20px!important;
  }
  table.cart-summary .cart_product_image div.item_title {
    display: block !important;
  }
  table.cart-summary .cart_product_image img {
    width: 100px;
  }
  table.cart-summary .cart_product_title {
    display: none;
  }
  form#userForm button.btn {
    margin-bottom: 10px;
  }
  form#userForm label,
  form#paymentForm label {
    white-space: normal;
  }
  .productdetails-view .product_tabs .nav-tabs-vertical {
    width: 170px;
  }
  .productdetails-view .product_tabs::before {
    left: 169px;
  }
  .productdetails-view .product-related-products .product-field-type-R {
    width: 50%;
    margin-bottom: 24px;
  }
  .category-view,
  .featured-view,
  .latest-view,
  .topten-view {
    font-size: 0;
  }
  .category-view .product.vm-col,
  .featured-view .product.vm-col,
  .latest-view .product.vm-col,
  .topten-view .product.vm-col,
  .category-view div.category,
  .featured-view div.category,
  .latest-view div.category,
  .topten-view div.category {
    display: inline-block;
    font-size: 15px;
    vertical-align: top;
  }
  #com_virtuemart table.cart-summary th {
    font-size: 12px !important;
  }
  #com_virtuemart table.cart-summary td .quantity-input {
    width: 40px !important;
    margin: 0px auto!important;
  }
  #com_virtuemart table.cart-summary td button.vmicon {
    display: block !important;
    margin: 4px auto!important;
  }
  #com_virtuemart table.cart-summary .product_thead__desktop,
  #com_virtuemart table.cart-summary .product_tbody__desktop,
  #com_virtuemart table.cart-summary .sectiontableentry__desktop {
    display: none;
  }
  #com_virtuemart table.cart-summary .product_thead__desktop,
  #com_virtuemart table.cart-summary .product_tbody__desktop,
  #com_virtuemart table.cart-summary .sectiontableentry__desktop {
    display: none;
  }
  #com_virtuemart table.cart-summary .product_thead__mobile,
  #com_virtuemart table.cart-summary .product_tbody__mobile,
  #com_virtuemart table.cart-summary td.sectiontableentry__mobile {
    display: table-row;
  }
  #com_virtuemart table.cart-summary div.sectiontableentry__mobile {
    display: block;
  }
  #com_virtuemart table.cart-summary .setcols .btn {
    padding-left: 5px;
    padding-right: 5px;
    text-transform: capitalize;
    font-size: 11px;
    line-height: 16px;
    font-weight: 400;
    max-width: 100px;
    white-space: inherit;
  }
}
.fancybox-wrap {
  position: fixed !important;
}
.moduletable.sidebarprod .comvirtuemartmod .vm-product-horizon {
  width: 100% !important;
}
.moduletable.sidebarprod .comvirtuemartmod .prod-box {
  width: 100%;
  overflow: hidden;
}
.moduletable.sidebarprod .comvirtuemartmod .prod-box .vm-product-media-container {
  float: left;
  width: 130px;
  background: #f5f5f5;
  margin-bottom: 0px;
}
.moduletable.sidebarprod .comvirtuemartmod .prod-box .vm-product-media-container .box-btn,
.moduletable.sidebarprod .comvirtuemartmod .prod-box .vm-product-media-container .btn-gr {
  display: none;
}
.moduletable.sidebarprod .comvirtuemartmod .prod-box .fleft-box {
  width: auto;
  overflow: hidden;
  padding-left: 17px;
  text-align: left;
}
.moduletable.sidebarprod .comvirtuemartmod .prod-box .fleft-box .item_name {
  text-align: left;
}
.moduletable.sidebarprod .comvirtuemartmod .prod-box .fleft-box .product_s_desc {
  display: none;
}
.moduletable.sidebarprod .comvirtuemartmod .prod-box .fleft-box .price-category {
  padding-bottom: 0px;
}
.moduletable.sidebarprod .comvirtuemartmod .prod-box.with_discount_col .fleft-box .price-category {
  padding-bottom: 0px;
}
.moduletable.sidebarprod .comvirtuemartmod .prod-box.with_discount_col .fleft-box .price-category .PricebasePrice {
  display: block;
}
.vmCartModule #vm_cart_products .quantity:after {
  content: 'x';
  display: inline-block;
  padding: 0 4px;
}
.cance-shop .btn.continue_link i {
  font-size: 10px;
}
.cance-shop .btn.continue_link:after {
  display: none;
}
@media (min-width: 320px) and (max-width: 1199px) {
  .vm-fieldset-tos .controls {
    overflow: hidden;
  }
  .vm-fieldset-tos .controls span.checkbox {
    float: left;
  }
  .vm-fieldset-tos .controls label {
    overflow: hidden;
    float: left;
    max-width: 90%;
    box-sizing: border-box;
    padding-left: 10px;
  }
}
/**
 * @copyright	(C) 2007 Open Source Matters, Inc. <https://www.joomla.org>
 * @license		GNU General Public License version 2 or later; see LICENSE.txt
 */

/* Import project-level system CSS */


/* Unpublished */
.system-unpublished, tr.system-unpublished {
	background: #e8edf1;
	border-top: 4px solid #c4d3df;
	border-bottom: 4px solid #c4d3df;
}

span.highlight {
	background-color:#FFFFCC;
	font-weight:bold;
	padding:1px 0;
}

.img-fulltext-float-right {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

.img-fulltext-float-left {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.img-fulltext-float-none {
}

.img-intro-float-right {
	float: right;
	margin-left: 5px;
	margin-bottom: 5px;
}

.img-intro-float-left {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}

.img-intro-float-none {
}
.t3-megamenu .mega-inner:before,
.t3-megamenu .mega-inner:after {
  content: " ";
  display: table;
}
.t3-megamenu .mega-inner:after {
  clear: both;
}
.t3-megamenu .mega-inner:before,
.t3-megamenu .mega-inner:after {
  content: " ";
  display: table;
}
.t3-megamenu .mega-inner:after {
  clear: both;
}
.t3-megamenu .mega > .mega-dropdown-menu {
  min-width: 200px;
  display: none;
}
.t3-megamenu .mega.open > .mega-dropdown-menu,
.t3-megamenu .mega.dropdown-submenu.open > .mega-dropdown-menu {
  display: block;
}
.t3-megamenu .mega-group:before,
.t3-megamenu .mega-group:after {
  content: " ";
  display: table;
}
.t3-megamenu .mega-group:after {
  clear: both;
}
.t3-megamenu .mega-group:before,
.t3-megamenu .mega-group:after {
  content: " ";
  display: table;
}
.t3-megamenu .mega-group:after {
  clear: both;
}
.t3-megamenu .dropdown-header,
.t3-megamenu .mega-nav .mega-group > .dropdown-header,
.t3-megamenu .dropdown-menu .mega-nav .mega-group > .dropdown-header,
.t3-megamenu .dropdown-menu .active .mega-nav .mega-group > .dropdown-header {
  margin: 0;
  padding: 0;
  background: transparent;
  color: inherit;
  font-size: 19px;
  line-height: normal;
}
.t3-megamenu .dropdown-header:hover,
.t3-megamenu .mega-nav .mega-group > .dropdown-header:hover,
.t3-megamenu .dropdown-menu .mega-nav .mega-group > .dropdown-header:hover,
.t3-megamenu .dropdown-menu .active .mega-nav .mega-group > .dropdown-header:hover,
.t3-megamenu .dropdown-header:active,
.t3-megamenu .mega-nav .mega-group > .dropdown-header:active,
.t3-megamenu .dropdown-menu .mega-nav .mega-group > .dropdown-header:active,
.t3-megamenu .dropdown-menu .active .mega-nav .mega-group > .dropdown-header:active,
.t3-megamenu .dropdown-header:focus,
.t3-megamenu .mega-nav .mega-group > .dropdown-header:focus,
.t3-megamenu .dropdown-menu .mega-nav .mega-group > .dropdown-header:focus,
.t3-megamenu .dropdown-menu .active .mega-nav .mega-group > .dropdown-header:focus {
  background: inherit;
  color: inherit;
}
.t3-megamenu .mega-group-ct {
  margin: 0;
  padding: 0;
}
.t3-megamenu .mega-group-ct:before,
.t3-megamenu .mega-group-ct:after {
  content: " ";
  display: table;
}
.t3-megamenu .mega-group-ct:after {
  clear: both;
}
.t3-megamenu .mega-group-ct:before,
.t3-megamenu .mega-group-ct:after {
  content: " ";
  display: table;
}
.t3-megamenu .mega-group-ct:after {
  clear: both;
}
.t3-megamenu .mega-nav,
.t3-megamenu .dropdown-menu .mega-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.t3-megamenu .mega-nav > li,
.t3-megamenu .dropdown-menu .mega-nav > li {
  list-style: none;
  margin-left: 0;
}
.t3-megamenu .mega-nav > li a,
.t3-megamenu .dropdown-menu .mega-nav > li a {
  white-space: normal;
  display: block;
  padding: 5px;
}
.t3-megamenu .mega-nav > li a:hover,
.t3-megamenu .dropdown-menu .mega-nav > li a:hover,
.t3-megamenu .mega-nav > li a:focus,
.t3-megamenu .dropdown-menu .mega-nav > li a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.t3-megamenu .mega-nav > li .separator {
  display: block;
  padding: 5px;
}
.t3-megamenu .mega-group > .mega-nav,
.t3-megamenu .dropdown-menu .mega-group > .mega-nav {
  margin-left: -5px;
  margin-right: -5px;
}
.t3-megamenu .mega-nav .dropdown-submenu > a::after {
  margin-right: 5px;
}
.t3-megamenu .t3-module {
  margin-bottom: 12px;
}
.t3-megamenu .t3-module .module-title {
  margin: 0;
  padding: 0;
  background: transparent;
  color: inherit;
  font-size: 19px;
  line-height: normal;
  margin-bottom: 5px;
}
.t3-megamenu .t3-module .module-title:hover,
.t3-megamenu .t3-module .module-title:active,
.t3-megamenu .t3-module .module-title:focus {
  background: inherit;
  color: inherit;
}
.t3-megamenu .t3-module .module-ct {
  margin: 0;
  padding: 0;
}
.t3-megamenu .mega-caption {
  display: block;
  white-space: nowrap;
}
.t3-megamenu .nav .caret,
.t3-megamenu .dropdown-submenu .caret,
.t3-megamenu .mega-menu .caret {
  display: none;
}
.t3-megamenu .nav > .dropdown > .dropdown-toggle .caret {
  display: inline-block;
}
.t3-megamenu .nav [class^="icon-"],
.t3-megamenu .nav [class*=" icon-"],
.t3-megamenu .nav .fa {
  margin-right: 5px;
}
.t3-megamenu .nav .input-group-addon [class^="icon-"],
.t3-megamenu .nav .input-group-addon [class*=" icon-"],
.t3-megamenu .nav .input-group-addon .fa {
  margin-right: 0;
}
.t3-megamenu .mega-align-left > .dropdown-menu {
  left: 0;
}
.t3-megamenu .mega-align-right > .dropdown-menu {
  left: auto;
  right: 0;
}
.t3-megamenu .mega-align-center > .dropdown-menu {
  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);
}
.t3-megamenu .dropdown-submenu.mega-align-left > .dropdown-menu {
  left: 100%;
}
.t3-megamenu .dropdown-submenu.mega-align-right > .dropdown-menu {
  left: auto;
  right: 100%;
}
.t3-megamenu .mega-align-justify {
  position: static;
}
.t3-megamenu .mega-align-justify > .dropdown-menu {
  left: 0;
  margin-left: 0;
  top: auto;
}
.t3-megamenu .mega-tab > div {
  position: relative;
}
.t3-megamenu .mega-tab > div > ul {
  width: 200px;
}
.t3-megamenu .mega-tab > div > ul > li {
  position: static;
}
.t3-megamenu .mega-tab > div > ul > li > .dropdown-menu {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 200px;
}
.t3-megamenu .mega-tab > div > ul > li > .mega-dropdown-menu {
  border: none;
  box-shadow: none;
}
.t3-megamenu .mega-tab > div > ul > li > .mega-dropdown-menu > div {
  opacity: 1 !important;
  margin-left: 0 !important;
  transition: none !important;
}
@media (min-width: 768px) {
  .t3-megamenu.animate .mega > .mega-dropdown-menu {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    opacity: 0;
  }
  .t3-megamenu.animate .mega.animating > .mega-dropdown-menu {
    -webkit-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms;
    display: block;
  }
  .t3-megamenu.animate .mega.open > .mega-dropdown-menu,
  .t3-megamenu.animate .mega.animating.open > .mega-dropdown-menu {
    opacity: 1;
  }
  .t3-megamenu.animate.zoom .mega > .mega-dropdown-menu {
    -webkit-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0);
    -o-transform-origin: 20% 20%;
    -webkit-transform-origin: 20% 20%;
    -moz-transform-origin: 20% 20%;
    -ms-transform-origin: 20% 20%;
    transform-origin: 20% 20%;
  }
  .t3-megamenu.animate.zoom .mega.open > .mega-dropdown-menu {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  .t3-megamenu.animate.zoom .level0 > .mega-align-center > .mega-dropdown-menu {
    -webkit-transform: scale(0, 0) translate(-50%, 0);
    -ms-transform: scale(0, 0) translate(-50%, 0);
    transform: scale(0, 0) translate(-50%, 0);
    -o-transform-origin: 0% 20%;
    -webkit-transform-origin: 0% 20%;
    -moz-transform-origin: 0% 20%;
    -ms-transform-origin: 0% 20%;
    transform-origin: 0% 20%;
  }
  .t3-megamenu.animate.zoom .level0 > .mega-align-center.open > .mega-dropdown-menu {
    -webkit-transform: scale(1, 1) translate(-50%, 0);
    -ms-transform: scale(1, 1) translate(-50%, 0);
    transform: scale(1, 1) translate(-50%, 0);
  }
  .t3-megamenu.animate.elastic .mega > .mega-dropdown-menu {
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    -o-transform: scale(0, 1);
    transform: scale(0, 1);
    -o-transform-origin: 10% 0;
    -webkit-transform-origin: 10% 0;
    -moz-transform-origin: 10% 0;
    -ms-transform-origin: 10% 0;
    transform-origin: 10% 0;
  }
  .t3-megamenu.animate.elastic .mega.open > .mega-dropdown-menu {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  .t3-megamenu.animate.elastic .level0 > .mega > .mega-dropdown-menu {
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0);
  }
  .t3-megamenu.animate.elastic .level0 .open > .mega-dropdown-menu {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  .t3-megamenu.animate.elastic .level0 > .mega-align-center > .mega-dropdown-menu {
    transform: scale(1, 0) translate(-50%, 0);
    -webkit-transform: scale(1, 0) translate(-50%, 0);
    -ms-transform: scale(1, 0) translate(-50%, 0);
  }
  .t3-megamenu.animate.elastic .level0 > .mega-align-center.open > .mega-dropdown-menu {
    transform: scale(1, 1) translate(-50%, 0);
    -webkit-transform: scale(1, 1) translate(-50%, 0);
    -ms-transform: scale(1, 1) translate(-50%, 0);
  }
  .t3-megamenu.animate.slide .mega {
    
    
  }
  .t3-megamenu.animate.slide .mega.animating > .mega-dropdown-menu {
    overflow: hidden;
  }
  .t3-megamenu.animate.slide .mega > .mega-dropdown-menu > div {
    -webkit-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    margin-top: -30%;
  }
  .t3-megamenu.animate.slide .mega.open > .mega-dropdown-menu > div {
    margin-top: 0%;
  }
  .t3-megamenu.animate.slide .mega .mega > .mega-dropdown-menu {
    min-width: 0;
  }
  .t3-megamenu.animate.slide .mega .mega > .mega-dropdown-menu > div {
    min-width: 200px;
    margin-top: 0;
    margin-left: -500px;
    width: 100%;
  }
  .t3-megamenu.animate.slide .mega .mega.open > .mega-dropdown-menu > div {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .t3-megamenu .mega-inner:before,
  .t3-megamenu .mega-inner:after {
    content: " ";
    display: table;
  }
  .t3-megamenu .mega-inner:after {
    clear: both;
  }
  .t3-megamenu .mega-inner:before,
  .t3-megamenu .mega-inner:after {
    content: " ";
    display: table;
  }
  .t3-megamenu .mega-inner:after {
    clear: both;
  }
  .t3-megamenu .row,
  .t3-megamenu .mega-dropdown-menu,
  .t3-megamenu .row [class*="col-lg-"],
  .t3-megamenu .row [class*="col-md-"],
  .t3-megamenu .row [class*="col-sm-"],
  .t3-megamenu .row [class*="col-xs-"] {
    width: 100% !important;
    min-width: 100% !important;
    left: 0 !important;
    margin-left: 0 !important;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
  }
  .t3-megamenu .hidden-collapse,
  .t3-megamenu .always-show .caret,
  .t3-megamenu .always-show .dropdown-submenu > a:after .sub-hidden-collapse > .nav-child,
  .t3-megamenu .sub-hidden-collapse .caret,
  .t3-megamenu .sub-hidden-collapse > a:after {
    display: none !important;
  }
  .mega-caption {
    display: none !important;
  }
  html[dir="rtl"] .t3-megamenu .row,
  html[dir="rtl"] .t3-megamenu .mega-dropdown-menu,
  html[dir="rtl"] .t3-megamenu .row [class*="col-lg-"],
  html[dir="rtl"] .t3-megamenu .row [class*="col-md-"],
  html[dir="rtl"] .t3-megamenu .row [class*="col-sm-"],
  html[dir="rtl"] .t3-megamenu .row [class*="col-xs-"] {
    left: auto;
    right: 0 !important;
    margin-right: 0 !important;
  }
}
.t3-megamenu .dropdown-toggle > * {
  vertical-align: baseline;
}
.t3-megamenu .dropdown .nav-child.mega-dropdown-menu a,
.t3-megamenu .dropdown .nav-child.mega-dropdown-menu span {
  cursor: pointer;
}
.t3-megamenu .dropdown .nav-child.mega-dropdown-menu .mega-nav li {
  display: block;
}
.t3-megamenu .dropdown-menu li.active a {
  color: #feb72a;
}
@media (max-width: 1199px) {
  .t3-megamenu .dropdown-menu.megamenu {
    width: 100vw !important;
  }
}
.t3-megamenu .mega-inner {
  padding: 10px 0;
}
.t3-megamenu .row {
  margin-left: auto;
  margin-right: auto;
}
.t3-megamenu .mega-dropdown-menu {
  margin-top: 5px;
  border: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.t3-megamenu .dropdown-submenu .nav-child {
  margin-left: 15px;
  margin-top: -18px;
}
.t3-megamenu .dropdown-header,
.t3-megamenu .mega-nav .mega-group > .dropdown-header,
.t3-megamenu .dropdown-menu .mega-nav .mega-group > .dropdown-header,
.t3-megamenu .dropdown-menu .active .mega-nav .mega-group > .dropdown-header {
  margin: 0;
  padding: 0;
  font-size: 19px;
  line-height: normal;
}
.t3-megamenu .mega-group-ct .row {
  margin-left: -15px;
  margin-right: -15px;
}
.t3-megamenu .mega-nav .open a:hover,
.t3-megamenu .dropdown-menu .mega-nav .open a:hover {
  background: transparent;
}
.t3-megamenu .mega-nav > li.active a,
.t3-megamenu .dropdown-menu .mega-nav > li.active a {
  background: transparent;
  color: #f38a00;
}
.t3-megamenu .mega-nav > li a,
.t3-megamenu .dropdown-menu .mega-nav > li a {
  padding: 0;
  font-size: 12px;
  line-height: 26px;
  text-transform: uppercase;
  color: #000;
}
.t3-megamenu .mega-nav > li a:hover,
.t3-megamenu .dropdown-menu .mega-nav > li a:hover,
.t3-megamenu .mega-nav > li a:focus,
.t3-megamenu .dropdown-menu .mega-nav > li a:focus,
.t3-megamenu .mega-nav > li a:active,
.t3-megamenu .dropdown-menu .mega-nav > li a:active {
  background: transparent;
  color: #f38a00;
}
.t3-megamenu .dropdown-menu .mega-group .mega-nav > li.active a {
  color: #f38a00;
}
.t3-megamenu .mega-nav .dropdown-submenu > a::after {
  margin-right: 0;
}
.t3-megamenu .t3-module .module-title {
  margin: 0;
  padding: 0;
  font-size: 19px;
  line-height: normal;
  margin-bottom: 10px;
}
.t3-megamenu .t3-module ul li,
.t3-megamenu .t3-module .nav li {
  list-style: disc;
  display: list-item;
  float: none;
  margin: 0;
  padding: 0;
  border: 0;
}
.t3-megamenu .t3-module ul li a,
.t3-megamenu .t3-module .nav li a {
  display: inline;
  padding: 0;
  margin: 0;
  border: 0;
  font-size: 100%;
  background: none;
  font: inherit;
  white-space: normal;
}
.t3-megamenu .t3-module ul li a:hover,
.t3-megamenu .t3-module .nav li a:hover,
.t3-megamenu .t3-module ul li a:focus,
.t3-megamenu .t3-module .nav li a:focus,
.t3-megamenu .t3-module ul li a:active,
.t3-megamenu .t3-module .nav li a:active {
  background: none;
  color: inherit;
  font: inherit;
}
.t3-megamenu .mega-caption {
  color: #999999;
  font-size: 13px;
  margin-top: 3px;
  font-weight: normal;
}
.t3-megamenu .nav .input-group-addon [class^="icon-"],
.t3-megamenu .nav .input-group-addon [class*=" icon-"],
.t3-megamenu .nav .input-group-addon .fa {
  margin-right: 0;
}
.rd-mobilemenu_ul a.active,
.rd-mobilemenu_ul li.level_1.active > a {
  color: white !important;
}
@media (max-width: 767px) {
  body {
    padding: 0;
  }
  .nav.menu.pull-right.nav-pills {
    float: none;
    text-align: center;
  }
  .nav.menu.pull-right.nav-pills li {
    display: inline-block;
    float: none;
  }
  
  .nav-tabs li {
    display: block;
  }
  
  .item_introtext dl.table {
    display: block;
  }
  .item_introtext table {
    display: none;
  }
}

@media (max-width: 639px) {
  ul#order {
    float: none;
  }
}

@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%;
  }
  
  .item_img {
    float: none;
    margin: 0 0 24px 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 #feb72a;
    border-top: none;
  }
  
  .mod-search__aside .mod-search_searchword {
    width: 100%;
  }
  
  .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%;
  }
  
  .item_introtext table tr td:before,
  .item_fulltext table tr td:before {
    font-size: 19px;
    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;
  }
}
.icon {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.t3-mainnav .t3-navbar-collapse .navbar-nav .dropdown-menu h1,
.t3-mainnav .t3-navbar-collapse .navbar-nav .dropdown-menu h2,
.t3-mainnav .t3-navbar-collapse .navbar-nav .dropdown-menu h3,
.t3-mainnav .t3-navbar-collapse .navbar-nav .dropdown-menu h4,
.t3-mainnav .t3-navbar-collapse .navbar-nav .dropdown-menu h5,
.t3-mainnav .t3-navbar-collapse .navbar-nav .dropdown-menu h6 {
  margin: 0;
  padding: 0;
}
.t3-mainnav .t3-navbar-collapse .navbar-nav .dropdown-menu .mega-group-title {
  padding: 0 15px;
  font-size: 26px;
  line-height: 36px;
  text-transform: none;
  margin-bottom: 30px;
}
.t3-mainnav .t3-navbar-collapse .navbar-nav .dropdown-menu .moduletable {
  padding-bottom: 0;
}
.t3-mainnav .t3-navbar-collapse .navbar-nav .dropdown-menu .mega-inner .mega-inner {
  padding: 0;
}
.t3-mainnav .t3-navbar-collapse .navbar-nav .dropdown-menu .notitle a.mega-group-title {
  display: none;
}
@media (max-width: 767px) {
  .t3-mainnav .t3-navbar-collapse .navbar-nav .dropdown-menu {
    padding-bottom: 0;
    max-width: 268px;
  }
  .t3-mainnav .t3-navbar-collapse .navbar-nav .dropdown-menu .mega-dropdown-inner {
    padding: 0 15px;
  }
  .t3-mainnav .t3-navbar-collapse .navbar-nav .dropdown-menu .mega-dropdown-inner .mega-dropdown-inner {
    padding: 0;
  }
  .t3-mainnav .t3-navbar-collapse .navbar-nav .dropdown-menu .moduletable,
  .t3-mainnav .t3-navbar-collapse .navbar-nav .dropdown-menu .mega-col-module,
  .t3-mainnav .t3-navbar-collapse .navbar-nav .dropdown-menu .mega-col-nav,
  .t3-mainnav .t3-navbar-collapse .navbar-nav .dropdown-menu [class*='col-sm-'] {
    padding: 0;
  }
  .t3-mainnav .t3-navbar-collapse .navbar-nav .dropdown-menu .moduletable .row,
  .t3-mainnav .t3-navbar-collapse .navbar-nav .dropdown-menu .mega-col-module .row,
  .t3-mainnav .t3-navbar-collapse .navbar-nav .dropdown-menu .mega-col-nav .row,
  .t3-mainnav .t3-navbar-collapse .navbar-nav .dropdown-menu [class*='col-sm-'] .row {
    margin: 0;
  }
  .t3-mainnav .t3-navbar-collapse .navbar-nav .dropdown-menu .nav-child {
    margin: 0;
  }
  .t3-mainnav .t3-navbar-collapse .navbar-nav .dropdown-menu .level2 {
    padding-left: 15px;
  }
}
.t3-mainnav .t3-navbar-collapse .navbar-nav .dropdown-menu .categories-module.blog_categories_megamenu li {
  display: block;
  border: none;
  position: relative;
  padding: 0;
  padding-left: 20px;
}
.t3-mainnav .t3-navbar-collapse .navbar-nav .dropdown-menu .categories-module.blog_categories_megamenu li:before {
  position: absolute;
  left: -2px;
  top: 50%;
  margin-top: 2px;
  -moz-transform: translate(0px, -50%);
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  -o-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  content: '\f058';
  font-family: 'FontAwesome';
  font-size: 14px;
  color: #f38a00;
}
.t3-mainnav .t3-navbar-collapse .navbar-nav .dropdown-menu .categories-module.blog_categories_megamenu li + li {
  margin-top: 5px;
}
.t3-mainnav .t3-navbar-collapse .navbar-nav .dropdown-menu .categories-module.blog_categories_megamenu li a {
  font-size: 14px;
  line-height: 20px;
  color: #5f656d;
}
.t3-mainnav .t3-navbar-collapse .navbar-nav .dropdown-menu .categories-module.blog_categories_megamenu li a:hover {
  color: #f38a00;
}
.t3-mainnav .t3-navbar-collapse .navbar-nav .dropdown-menu .latest_posts .item {
  margin-bottom: 10px;
}
.t3-mainnav .t3-navbar-collapse .navbar-nav .dropdown-menu .latest_posts .item .item_img {
  max-width: 40%;
  float: left;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .t3-mainnav .t3-navbar-collapse .navbar-nav .dropdown-menu .latest_posts .item .item_img {
    float: none;
    max-width: none;
    margin: 0 0 10px 0;
  }
  .t3-mainnav .t3-navbar-collapse .navbar-nav .dropdown-menu .latest_posts .item .item_img img {
    width: 100%;
    max-width: none;
  }
}
.t3-mainnav .t3-navbar-collapse .navbar-nav .dropdown-menu .latest_posts .item .item_title {
  font-size: 14px;
  line-height: 20px;
}
.t3-mainnav .t3-navbar-collapse .navbar-nav .dropdown-menu .latest_posts .item .item_title a {
  font-size: inherit;
  line-height: inherit;
  text-transform: none;
  font-weight: 400;
}
.t3-mainnav .t3-navbar-collapse .navbar-nav .dropdown-menu .latest_posts .item .item_createdby,
.t3-mainnav .t3-navbar-collapse .navbar-nav .dropdown-menu .latest_posts .item .item_published {
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  font-family: 'Hind', sans-serif;
  font-weight: 400;
  color: #f38a00;
  position: relative;
  padding-left: 0;
  display: inline;
  letter-spacing: 1.4px;
}
.t3-mainnav .t3-navbar-collapse .navbar-nav .dropdown-menu .latest_posts .item .item_createdby:before,
.t3-mainnav .t3-navbar-collapse .navbar-nav .dropdown-menu .latest_posts .item .item_published:before {
  font-family: 'FontAwesome';
  font-size: 14px;
  line-height: 14px;
  color: #f38a00;
  position: relative;
}
.t3-mainnav .t3-navbar-collapse .navbar-nav .dropdown-menu .latest_posts .item .item_createdby:after,
.t3-mainnav .t3-navbar-collapse .navbar-nav .dropdown-menu .latest_posts .item .item_published:after {
  display: none;
  font-family: 'FontAwesome';
  font-size: 14px;
  line-height: 14px;
  color: #f38a00;
  position: relative;
}
.t3-mainnav .t3-navbar-collapse .navbar-nav .dropdown-menu .latest_posts .item .item_createdby {
  margin-right: 10px;
}
.t3-mainnav .t3-navbar-collapse .navbar-nav .dropdown-menu .latest_posts .item .item_createdby:before,
.t3-mainnav .t3-navbar-collapse .navbar-nav .dropdown-menu .latest_posts .item .item_createdby:after {
  content: '\f007';
}
.t3-mainnav .t3-navbar-collapse .navbar-nav .dropdown-menu .latest_posts .item .item_published {
  padding-left: 0;
}
.t3-mainnav .t3-navbar-collapse .navbar-nav .dropdown-menu .latest_posts .item .item_published:before,
.t3-mainnav .t3-navbar-collapse .navbar-nav .dropdown-menu .latest_posts .item .item_published:after {
  content: '\f133';
}
@media (max-width: 767px) {
  .t3-mainnav .t3-navbar-collapse .navbar-nav .dropdown-menu .latest_posts .item {
    margin-bottom: 30px;
  }
}
.t3-mainnav .t3-navbar-collapse .navbar-nav .dropdown-menu .tags {
  clear: both;
  margin-bottom: 0;
}
.t3-mainnav .t3-navbar-collapse .navbar-nav .dropdown-menu .tags span,
.t3-mainnav .t3-navbar-collapse .navbar-nav .dropdown-menu .tags li {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
}
.t3-mainnav .t3-navbar-collapse .navbar-nav .dropdown-menu .tags span a,
.t3-mainnav .t3-navbar-collapse .navbar-nav .dropdown-menu .tags li a {
  display: block;
  padding: 5px 10px;
}
.t3-mainnav .t3-navbar-collapse .navbar-nav .dropdown-menu .tags span a.label,
.t3-mainnav .t3-navbar-collapse .navbar-nav .dropdown-menu .tags li a.label {
  font-size: 14px;
  line-height: 20px;
  border-radius: 0;
  font-weight: normal;
  color: white;
  background: #f38a00;
}
.t3-mainnav .t3-navbar-collapse .navbar-nav .dropdown-menu .tags span a.label:hover,
.t3-mainnav .t3-navbar-collapse .navbar-nav .dropdown-menu .tags li a.label:hover {
  background: #feb72a;
}
.t3-mainnav .t3-navbar-collapse .navbar-nav .dropdown-menu .mega-col-module span {
  color: inherit !important;
  background: inherit !important;
}
.t3-mainnav .t3-navbar-collapse .navbar-nav .dropdown-menu .mega-col-module span:hover {
  color: inherit !important;
  background: inherit !important;
}
.t3-megamenu .fa {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.t3-megamenu .dropdown.menu-search,
.t3-megamenu .dropdown.menu-login {
  line-height: 0;
}
.t3-megamenu .dropdown.menu-search span.menu-search,
.t3-megamenu .dropdown.menu-login span.menu-search,
.t3-megamenu .dropdown.menu-search span.menu-login-form,
.t3-megamenu .dropdown.menu-login span.menu-login-form {
  display: block;
  font-size: 0;
  margin: 0;
  padding: 0;
}
@media (max-width: 767px) {
  .t3-megamenu .dropdown.menu-search span.menu-search,
  .t3-megamenu .dropdown.menu-login span.menu-search,
  .t3-megamenu .dropdown.menu-search span.menu-login-form,
  .t3-megamenu .dropdown.menu-login span.menu-login-form {
    font-size: 16px;
    line-height: 24px;
  }
}
.t3-megamenu .dropdown.menu-search span.menu-search .icon,
.t3-megamenu .dropdown.menu-login span.menu-search .icon,
.t3-megamenu .dropdown.menu-search span.menu-login-form .icon,
.t3-megamenu .dropdown.menu-login span.menu-login-form .icon {
  font-size: 16px;
  line-height: 24px;
  cursor: pointer;
}
.t3-megamenu .dropdown.menu-search span.menu-search .caret,
.t3-megamenu .dropdown.menu-login span.menu-search .caret,
.t3-megamenu .dropdown.menu-search span.menu-login-form .caret,
.t3-megamenu .dropdown.menu-login span.menu-login-form .caret {
  display: none !important;
}
.t3-megamenu .dropdown.menu-search.open .mega-dropdown-menu,
.t3-megamenu .dropdown.menu-login.open .mega-dropdown-menu {
  display: none !important;
}
.t3-megamenu .dropdown.menu-search.visible .mega-dropdown-menu,
.t3-megamenu .dropdown.menu-login.visible .mega-dropdown-menu {
  display: block !important;
  opacity: 1;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.t3-megamenu .dropdown.menu-search.visible .icon,
.t3-megamenu .dropdown.menu-login.visible .icon {
  color: #f38a00;
}
.t3-megamenu .dropdown.menu-login.open .mega-dropdown-menu {
  display: block !important;
}
.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 4px 0 4px 4px;
  border-color: transparent transparent transparent #000;
  margin-top: 9px;
  margin-right: -5px;
}
.dropdown-submenu.open > a:after {
  border-style: solid;
  border-width: 4px 4px 0 4px;
  border-color: #000 transparent transparent transparent;
  margin-top: 9px;
}
/*!
 *  Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('/templates/theme3563/fonts/font-awesome/fonts/fontawesome-webfont.eot?v=4.5.0');src:url('/templates/theme3563/fonts/font-awesome/fonts/fontawesome-webfont.eot#iefix&v=4.5.0') format('embedded-opentype'),url('/templates/theme3563/fonts/font-awesome/fonts/fontawesome-webfont.woff2?v=4.5.0') format('woff2'),url('/templates/theme3563/fonts/font-awesome/fonts/fontawesome-webfont.woff?v=4.5.0') format('woff'),url('/templates/theme3563/fonts/font-awesome/fonts/fontawesome-webfont.ttf?v=4.5.0') format('truetype'),url('/templates/theme3563/fonts/font-awesome/fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal;font-display:swap;}.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}.fa-lg{font-size:1.33333333em;line-height:.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:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;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}.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{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .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:#fff}.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: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-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-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"}
/**
 * Title: Material Design Flaticon Pack
 * Author: Google
 * Source: http://www.flaticon.com/packs/material-design
 * License:  CC BY 3.0 (http://creativecommons.org/licenses/by/3.0/)
 */
@font-face {
	font-family: "material-design";
	src: url("/templates/theme3563/fonts/material-design/fonts/material-design.eot");
	src: url("/templates/theme3563/fonts/material-design/fonts/material-design.eot#iefix") format("embedded-opentype"),
	url("/templates/theme3563/fonts/material-design/fonts/material-design.woff") format("woff"),
	url("/templates/theme3563/fonts/material-design/fonts/material-design.ttf") format("truetype"),
	url("/templates/theme3563/fonts/material-design/fonts/material-design.svg") format("svg");
	font-weight: normal;
	font-style: normal;font-display:swap;}

.material-design-ico,
[class^="material-design-"]:before, [class*=" material-design-"]:before,
[class^="material-design-"]:after, [class*=" material-design-"]:after {   
	font-family: "material-design";
    font-size: inherit;
	font-weight: 400;
	font-style: normal;
}

.material-design-account4:before {
	content: "\e000";
}
.material-design-add179:before {
	content: "\e001";
}
.material-design-add180:before {
	content: "\e002";
}
.material-design-add181:before {
	content: "\e003";
}
.material-design-add182:before {
	content: "\e004";
}
.material-design-add183:before {
	content: "\e005";
}
.material-design-add184:before {
	content: "\e006";
}
.material-design-add186:before {
	content: "\e007";
}
.material-design-adjust6:before {
	content: "\e008";
}
.material-design-airplane106:before {
	content: "\e009";
}
.material-design-android11:before {
	content: "\e00a";
}
.material-design-android12:before {
	content: "\e00b";
}
.material-design-apple70:before {
	content: "\e00c";
}
.material-design-attachment19:before {
	content: "\e00d";
}
.material-design-auto1:before {
	content: "\e00e";
}
.material-design-automatic2:before {
	content: "\e00f";
}
.material-design-automatic3:before {
	content: "\e010";
}
.material-design-back57:before {
	content: "\e011";
}
.material-design-backspace1:before {
	content: "\e012";
}
.material-design-bed24:before {
	content: "\e013";
}
.material-design-been:before {
	content: "\e014";
}
.material-design-birthday20:before {
	content: "\e015";
}
.material-design-black394:before {
	content: "\e016";
}
.material-design-black395:before {
	content: "\e017";
}
.material-design-black396:before {
	content: "\e018";
}
.material-design-black397:before {
	content: "\e019";
}
.material-design-black398:before {
	content: "\e01a";
}
.material-design-black399:before {
	content: "\e01b";
}
.material-design-black400:before {
	content: "\e01c";
}
.material-design-black401:before {
	content: "\e01d";
}
.material-design-black402:before {
	content: "\e01e";
}
.material-design-blank30:before {
	content: "\e01f";
}
.material-design-blank31:before {
	content: "\e020";
}
.material-design-blank32:before {
	content: "\e021";
}
.material-design-blank33:before {
	content: "\e022";
}
.material-design-blogger12:before {
	content: "\e023";
}
.material-design-blueetooth:before {
	content: "\e024";
}
.material-design-bluetooth21:before {
	content: "\e025";
}
.material-design-bluetooth22:before {
	content: "\e026";
}
.material-design-bluetooth23:before {
	content: "\e027";
}
.material-design-bluetooth24:before {
	content: "\e028";
}
.material-design-bluetooth25:before {
	content: "\e029";
}
.material-design-bookmark45:before {
	content: "\e02a";
}
.material-design-bookmark46:before {
	content: "\e02b";
}
.material-design-bookmark47:before {
	content: "\e02c";
}
.material-design-bookmark48:before {
	content: "\e02d";
}
.material-design-briefcase49:before {
	content: "\e02e";
}
.material-design-briefcase50:before {
	content: "\e02f";
}
.material-design-brightness10:before {
	content: "\e030";
}
.material-design-brochure6:before {
	content: "\e031";
}
.material-design-bubble8:before {
	content: "\e032";
}
.material-design-bug18:before {
	content: "\e033";
}
.material-design-burn9:before {
	content: "\e034";
}
.material-design-button11:before {
	content: "\e035";
}
.material-design-call47:before {
	content: "\e036";
}
.material-design-call48:before {
	content: "\e037";
}
.material-design-call49:before {
	content: "\e038";
}
.material-design-camera59:before {
	content: "\e039";
}
.material-design-camera60:before {
	content: "\e03a";
}
.material-design-cancel19:before {
	content: "\e03b";
}
.material-design-caps1:before {
	content: "\e03c";
}
.material-design-caps:before {
	content: "\e03d";
}
.material-design-car145:before {
	content: "\e03e";
}
.material-design-car146:before {
	content: "\e03f";
}
.material-design-car147:before {
	content: "\e040";
}
.material-design-cell10:before {
	content: "\e041";
}
.material-design-cell11:before {
	content: "\e042";
}
.material-design-cell12:before {
	content: "\e043";
}
.material-design-change3:before {
	content: "\e044";
}
.material-design-chat75:before {
	content: "\e045";
}
.material-design-chat76:before {
	content: "\e046";
}
.material-design-check51:before {
	content: "\e047";
}
.material-design-check52:before {
	content: "\e048";
}
.material-design-chemistry17:before {
	content: "\e049";
}
.material-design-circle107:before {
	content: "\e04a";
}
.material-design-circle108:before {
	content: "\e04b";
}
.material-design-circles23:before {
	content: "\e04c";
}
.material-design-circumference:before {
	content: "\e04d";
}
.material-design-city24:before {
	content: "\e04e";
}
.material-design-clapperboard4:before {
	content: "\e04f";
}
.material-design-clapperboard5:before {
	content: "\e050";
}
.material-design-clear5:before {
	content: "\e051";
}
.material-design-clipboard99:before {
	content: "\e052";
}
.material-design-clock100:before {
	content: "\e053";
}
.material-design-close47:before {
	content: "\e054";
}
.material-design-closed64:before {
	content: "\e055";
}
.material-design-cloud302:before {
	content: "\e056";
}
.material-design-cloud303:before {
	content: "\e057";
}
.material-design-cloud304:before {
	content: "\e058";
}
.material-design-cloud305:before {
	content: "\e059";
}
.material-design-cloud306:before {
	content: "\e05a";
}
.material-design-cloud307:before {
	content: "\e05b";
}
.material-design-compass106:before {
	content: "\e05c";
}
.material-design-connection21:before {
	content: "\e05d";
}
.material-design-copy31:before {
	content: "\e05e";
}
.material-design-create2:before {
	content: "\e05f";
}
.material-design-create3:before {
	content: "\e060";
}
.material-design-credit98:before {
	content: "\e061";
}
.material-design-crop13:before {
	content: "\e062";
}
.material-design-crop14:before {
	content: "\e063";
}
.material-design-cut23:before {
	content: "\e064";
}
.material-design-dark55:before {
	content: "\e065";
}
.material-design-developer2:before {
	content: "\e066";
}
.material-design-device4:before {
	content: "\e067";
}
.material-design-device5:before {
	content: "\e068";
}
.material-design-disc30:before {
	content: "\e069";
}
.material-design-do10:before {
	content: "\e06a";
}
.material-design-double126:before {
	content: "\e06b";
}
.material-design-download162:before {
	content: "\e06c";
}
.material-design-download164:before {
	content: "\e06d";
}
.material-design-download166:before {
	content: "\e06e";
}
.material-design-downwards:before {
	content: "\e06f";
}
.material-design-drafts:before {
	content: "\e070";
}
.material-design-drop25:before {
	content: "\e071";
}
.material-design-drop26:before {
	content: "\e072";
}
.material-design-drop27:before {
	content: "\e073";
}
.material-design-earth205:before {
	content: "\e074";
}
.material-design-ellipsis1:before {
	content: "\e075";
}
.material-design-email107:before {
	content: "\e076";
}
.material-design-emoticon117:before {
	content: "\e077";
}
.material-design-end3:before {
	content: "\e078";
}
.material-design-enter5:before {
	content: "\e079";
}
.material-design-exit13:before {
	content: "\e07a";
}
.material-design-expand38:before {
	content: "\e07b";
}
.material-design-expand39:before {
	content: "\e07c";
}
.material-design-facebook56:before {
	content: "\e07d";
}
.material-design-fast46:before {
	content: "\e07e";
}
.material-design-favorite21:before {
	content: "\e07f";
}
.material-design-favorite22:before {
	content: "\e080";
}
.material-design-filled13:before {
	content: "\e081";
}
.material-design-film61:before {
	content: "\e082";
}
.material-design-filter20:before {
	content: "\e083";
}
.material-design-flash25:before {
	content: "\e084";
}
.material-design-flash26:before {
	content: "\e085";
}
.material-design-folder215:before {
	content: "\e086";
}
.material-design-forward18:before {
	content: "\e087";
}
.material-design-forward19:before {
	content: "\e088";
}
.material-design-framed1:before {
	content: "\e089";
}
.material-design-front15:before {
	content: "\e08a";
}
.material-design-front16:before {
	content: "\e08b";
}
.material-design-front17:before {
	content: "\e08c";
}
.material-design-full46:before {
	content: "\e08d";
}
.material-design-gamepad3:before {
	content: "\e08e";
}
.material-design-gamepad4:before {
	content: "\e08f";
}
.material-design-get:before {
	content: "\e090";
}
.material-design-gmail3:before {
	content: "\e091";
}
.material-design-go10:before {
	content: "\e092";
}
.material-design-good4:before {
	content: "\e093";
}
.material-design-good5:before {
	content: "\e094";
}
.material-design-google117:before {
	content: "\e095";
}
.material-design-google118:before {
	content: "\e096";
}
.material-design-google119:before {
	content: "\e097";
}
.material-design-google120:before {
	content: "\e098";
}
.material-design-google121:before {
	content: "\e099";
}
.material-design-google122:before {
	content: "\e09a";
}
.material-design-google123:before {
	content: "\e09b";
}
.material-design-google124:before {
	content: "\e09c";
}
.material-design-google125:before {
	content: "\e09d";
}
.material-design-google126:before {
	content: "\e09e";
}
.material-design-google127:before {
	content: "\e09f";
}
.material-design-google128:before {
	content: "\e0a0";
}
.material-design-google129:before {
	content: "\e0a1";
}
.material-design-google130:before {
	content: "\e0a2";
}
.material-design-google131:before {
	content: "\e0a3";
}
.material-design-google132:before {
	content: "\e0a4";
}
.material-design-google133:before {
	content: "\e0a5";
}
.material-design-google134:before {
	content: "\e0a6";
}
.material-design-google135:before {
	content: "\e0a7";
}
.material-design-google136:before {
	content: "\e0a8";
}
.material-design-google137:before {
	content: "\e0a9";
}
.material-design-gps25:before {
	content: "\e0aa";
}
.material-design-gps26:before {
	content: "\e0ab";
}
.material-design-gps27:before {
	content: "\e0ac";
}
.material-design-gps28:before {
	content: "\e0ad";
}
.material-design-graduate32:before {
	content: "\e0ae";
}
.material-design-halffilled1:before {
	content: "\e0af";
}
.material-design-hangouts:before {
	content: "\e0b0";
}
.material-design-headset11:before {
	content: "\e0b1";
}
.material-design-headset12:before {
	content: "\e0b2";
}
.material-design-help18:before {
	content: "\e0b3";
}
.material-design-help19:before {
	content: "\e0b4";
}
.material-design-hide3:before {
	content: "\e0b5";
}
.material-design-high20:before {
	content: "\e0b6";
}
.material-design-high21:before {
	content: "\e0b7";
}
.material-design-high22:before {
	content: "\e0b8";
}
.material-design-history6:before {
	content: "\e0b9";
}
.material-design-home149:before {
	content: "\e0ba";
}
.material-design-horizontal39:before {
	content: "\e0bb";
}
.material-design-hotel68:before {
	content: "\e0bc";
}
.material-design-https:before {
	content: "\e0bd";
}
.material-design-import:before {
	content: "\e0be";
}
.material-design-insert4:before {
	content: "\e0bf";
}
.material-design-instagram16:before {
	content: "\e0c0";
}
.material-design-invert1:before {
	content: "\e0c1";
}
.material-design-keyboard53:before {
	content: "\e0c2";
}
.material-design-keyboard54:before {
	content: "\e0c3";
}
.material-design-label31:before {
	content: "\e0c4";
}
.material-design-landscape10:before {
	content: "\e0c5";
}
.material-design-laptop117:before {
	content: "\e0c6";
}
.material-design-left216:before {
	content: "\e0c7";
}
.material-design-left217:before {
	content: "\e0c8";
}
.material-design-left218:before {
	content: "\e0c9";
}
.material-design-light88:before {
	content: "\e0ca";
}
.material-design-link60:before {
	content: "\e0cb";
}
.material-design-linkedin24:before {
	content: "\e0cc";
}
.material-design-list88:before {
	content: "\e0cd";
}
.material-design-list89:before {
	content: "\e0ce";
}
.material-design-location41:before {
	content: "\e0cf";
}
.material-design-locked57:before {
	content: "\e0d0";
}
.material-design-locked58:before {
	content: "\e0d1";
}
.material-design-low34:before {
	content: "\e0d2";
}
.material-design-magic20:before {
	content: "\e0d3";
}
.material-design-man459:before {
	content: "\e0d4";
}
.material-design-man460:before {
	content: "\e0d5";
}
.material-design-map102:before {
	content: "\e0d6";
}
.material-design-map103:before {
	content: "\e0d7";
}
.material-design-mark1:before {
	content: "\e0d8";
}
.material-design-mark2:before {
	content: "\e0d9";
}
.material-design-medium5:before {
	content: "\e0da";
}
.material-design-medium6:before {
	content: "\e0db";
}
.material-design-medium7:before {
	content: "\e0dc";
}
.material-design-memory1:before {
	content: "\e0dd";
}
.material-design-menu55:before {
	content: "\e0de";
}
.material-design-merge:before {
	content: "\e0df";
}
.material-design-microphone84:before {
	content: "\e0e0";
}
.material-design-microphone85:before {
	content: "\e0e1";
}
.material-design-microsoft7:before {
	content: "\e0e2";
}
.material-design-microsoft8:before {
	content: "\e0e3";
}
.material-design-missed:before {
	content: "\e0e4";
}
.material-design-mountain31:before {
	content: "\e0e5";
}
.material-design-mountain32:before {
	content: "\e0e6";
}
.material-design-mountains14:before {
	content: "\e0e7";
}
.material-design-move26:before {
	content: "\e0e8";
}
.material-design-new102:before {
	content: "\e0e9";
}
.material-design-new103:before {
	content: "\e0ea";
}
.material-design-nfc1:before {
	content: "\e0eb";
}
.material-design-notifications1:before {
	content: "\e0ec";
}
.material-design-notifications2:before {
	content: "\e0ed";
}
.material-design-notifications:before {
	content: "\e0ee";
}
.material-design-painter14:before {
	content: "\e0ef";
}
.material-design-panoramic1:before {
	content: "\e0f0";
}
.material-design-parking14:before {
	content: "\e0f1";
}
.material-design-pause44:before {
	content: "\e0f2";
}
.material-design-person325:before {
	content: "\e0f3";
}
.material-design-phone370:before {
	content: "\e0f4";
}
.material-design-phone371:before {
	content: "\e0f5";
}
.material-design-phone372:before {
	content: "\e0f6";
}
.material-design-phone373:before {
	content: "\e0f7";
}
.material-design-phone374:before {
	content: "\e0f8";
}
.material-design-phone375:before {
	content: "\e0f9";
}
.material-design-photo210:before {
	content: "\e0fa";
}
.material-design-photo211:before {
	content: "\e0fb";
}
.material-design-photo212:before {
	content: "\e0fc";
}
.material-design-photographic1:before {
	content: "\e0fd";
}
.material-design-pinterest33:before {
	content: "\e0fe";
}
.material-design-planet29:before {
	content: "\e0ff";
}
.material-design-play105:before {
	content: "\e100";
}
.material-design-play106:before {
	content: "\e101";
}
.material-design-play107:before {
	content: "\e102";
}
.material-design-play108:before {
	content: "\e103";
}
.material-design-play109:before {
	content: "\e104";
}
.material-design-plus80:before {
	content: "\e105";
}
.material-design-poll:before {
	content: "\e106";
}
.material-design-power106:before {
	content: "\e107";
}
.material-design-previous14:before {
	content: "\e108";
}
.material-design-printer88:before {
	content: "\e109";
}
.material-design-problems:before {
	content: "\e10a";
}
.material-design-progress10:before {
	content: "\e10b";
}
.material-design-public10:before {
	content: "\e10c";
}
.material-design-public11:before {
	content: "\e10d";
}
.material-design-public9:before {
	content: "\e10e";
}
.material-design-puzzle37:before {
	content: "\e10f";
}
.material-design-radio51:before {
	content: "\e110";
}
.material-design-random5:before {
	content: "\e111";
}
.material-design-rate:before {
	content: "\e112";
}
.material-design-read5:before {
	content: "\e113";
}
.material-design-receipt9:before {
	content: "\e114";
}
.material-design-record9:before {
	content: "\e115";
}
.material-design-refresh55:before {
	content: "\e116";
}
.material-design-refresh56:before {
	content: "\e117";
}
.material-design-reminder6:before {
	content: "\e118";
}
.material-design-replay4:before {
	content: "\e119";
}
.material-design-reply18:before {
	content: "\e11a";
}
.material-design-report:before {
	content: "\e11b";
}
.material-design-rewind45:before {
	content: "\e11c";
}
.material-design-right237:before {
	content: "\e11d";
}
.material-design-right244:before {
	content: "\e11e";
}
.material-design-ring24:before {
	content: "\e11f";
}
.material-design-rotate11:before {
	content: "\e120";
}
.material-design-rotate12:before {
	content: "\e121";
}
.material-design-round50:before {
	content: "\e122";
}
.material-design-round51:before {
	content: "\e123";
}
.material-design-round52:before {
	content: "\e124";
}
.material-design-round53:before {
	content: "\e125";
}
.material-design-round54:before {
	content: "\e126";
}
.material-design-round55:before {
	content: "\e127";
}
.material-design-round56:before {
	content: "\e128";
}
.material-design-round57:before {
	content: "\e129";
}
.material-design-round58:before {
	content: "\e12a";
}
.material-design-rounded54:before {
	content: "\e12b";
}
.material-design-rounded55:before {
	content: "\e12c";
}
.material-design-rounded56:before {
	content: "\e12d";
}
.material-design-rounded57:before {
	content: "\e12e";
}
.material-design-rounded58:before {
	content: "\e12f";
}
.material-design-rounded59:before {
	content: "\e130";
}
.material-design-rounded60:before {
	content: "\e131";
}
.material-design-rubbish:before {
	content: "\e132";
}
.material-design-save20:before {
	content: "\e133";
}
.material-design-schedule2:before {
	content: "\e134";
}
.material-design-screen44:before {
	content: "\e135";
}
.material-design-screen45:before {
	content: "\e136";
}
.material-design-screen46:before {
	content: "\e137";
}
.material-design-screen47:before {
	content: "\e138";
}
.material-design-screen48:before {
	content: "\e139";
}
.material-design-screen49:before {
	content: "\e13a";
}
.material-design-sd7:before {
	content: "\e13b";
}
.material-design-sd8:before {
	content: "\e13c";
}
.material-design-search100:before {
	content: "\e13d";
}
.material-design-searching41:before {
	content: "\e13e";
}
.material-design-select3:before {
	content: "\e13f";
}
.material-design-select4:before {
	content: "\e140";
}
.material-design-send12:before {
	content: "\e141";
}
.material-design-send13:before {
	content: "\e142";
}
.material-design-send14:before {
	content: "\e143";
}
.material-design-server40:before {
	content: "\e144";
}
.material-design-set5:before {
	content: "\e145";
}
.material-design-set6:before {
	content: "\e146";
}
.material-design-settings49:before {
	content: "\e147";
}
.material-design-settings50:before {
	content: "\e148";
}
.material-design-share39:before {
	content: "\e149";
}
.material-design-shared1:before {
	content: "\e14a";
}
.material-design-shining2:before {
	content: "\e14b";
}
.material-design-shining3:before {
	content: "\e14c";
}
.material-design-shopping231:before {
	content: "\e14d";
}
.material-design-shopping232:before {
	content: "\e14e";
}
.material-design-show4:before {
	content: "\e14f";
}
.material-design-show5:before {
	content: "\e150";
}
.material-design-show6:before {
	content: "\e151";
}
.material-design-show7:before {
	content: "\e152";
}
.material-design-show8:before {
	content: "\e153";
}
.material-design-shuffle24:before {
	content: "\e154";
}
.material-design-sim2:before {
	content: "\e155";
}
.material-design-smartphone19:before {
	content: "\e156";
}
.material-design-smartphone20:before {
	content: "\e157";
}
.material-design-sms5:before {
	content: "\e158";
}
.material-design-sms6:before {
	content: "\e159";
}
.material-design-sms7:before {
	content: "\e15a";
}
.material-design-snake4:before {
	content: "\e15b";
}
.material-design-sort52:before {
	content: "\e15c";
}
.material-design-speech108:before {
	content: "\e15d";
}
.material-design-split4:before {
	content: "\e15e";
}
.material-design-square181:before {
	content: "\e15f";
}
.material-design-stop46:before {
	content: "\e160";
}
.material-design-swap2:before {
	content: "\e161";
}
.material-design-swap3:before {
	content: "\e162";
}
.material-design-switch27:before {
	content: "\e163";
}
.material-design-switch28:before {
	content: "\e164";
}
.material-design-switch29:before {
	content: "\e165";
}
.material-design-switch30:before {
	content: "\e166";
}
.material-design-synchronization3:before {
	content: "\e167";
}
.material-design-synchronization4:before {
	content: "\e168";
}
.material-design-synchronization5:before {
	content: "\e169";
}
.material-design-tab3:before {
	content: "\e16a";
}
.material-design-tablet95:before {
	content: "\e16b";
}
.material-design-tack:before {
	content: "\e16c";
}
.material-design-tag71:before {
	content: "\e16d";
}
.material-design-telephone105:before {
	content: "\e16e";
}
.material-design-thermostat1:before {
	content: "\e16f";
}
.material-design-three168:before {
	content: "\e170";
}
.material-design-three170:before {
	content: "\e171";
}
.material-design-thumb53:before {
	content: "\e172";
}
.material-design-thumb54:before {
	content: "\e173";
}
.material-design-tick7:before {
	content: "\e174";
}
.material-design-timelapse:before {
	content: "\e175";
}
.material-design-traffic21:before {
	content: "\e176";
}
.material-design-tumblr22:before {
	content: "\e177";
}
.material-design-turn17:before {
	content: "\e178";
}
.material-design-turn18:before {
	content: "\e179";
}
.material-design-turn19:before {
	content: "\e17a";
}
.material-design-turn20:before {
	content: "\e17b";
}
.material-design-turn21:before {
	content: "\e17c";
}
.material-design-turn22:before {
	content: "\e17d";
}
.material-design-turn23:before {
	content: "\e17e";
}
.material-design-twitter47:before {
	content: "\e17f";
}
.material-design-two375:before {
	content: "\e180";
}
.material-design-two385:before {
	content: "\e181";
}
.material-design-two393:before {
	content: "\e182";
}
.material-design-underline6:before {
	content: "\e183";
}
.material-design-underline7:before {
	content: "\e184";
}
.material-design-undo19:before {
	content: "\e185";
}
.material-design-unlocked43:before {
	content: "\e186";
}
.material-design-up176:before {
	content: "\e187";
}
.material-design-upload119:before {
	content: "\e188";
}
.material-design-upload120:before {
	content: "\e189";
}
.material-design-usb33:before {
	content: "\e18a";
}
.material-design-user157:before {
	content: "\e18b";
}
.material-design-user158:before {
	content: "\e18c";
}
.material-design-users25:before {
	content: "\e18d";
}
.material-design-verification24:before {
	content: "\e18e";
}
.material-design-videocall:before {
	content: "\e18f";
}
.material-design-view12:before {
	content: "\e190";
}
.material-design-virtual2:before {
	content: "\e191";
}
.material-design-visibility1:before {
	content: "\e192";
}
.material-design-voice32:before {
	content: "\e193";
}
.material-design-voicemail1:before {
	content: "\e194";
}
.material-design-volume47:before {
	content: "\e195";
}
.material-design-volume49:before {
	content: "\e196";
}
.material-design-volume50:before {
	content: "\e197";
}
.material-design-volume51:before {
	content: "\e198";
}
.material-design-warning37:before {
	content: "\e199";
}
.material-design-watch16:before {
	content: "\e19a";
}
.material-design-waving:before {
	content: "\e19b";
}
.material-design-web37:before {
	content: "\e19c";
}
.material-design-website12:before {
	content: "\e19d";
}
.material-design-wifi81:before {
	content: "\e19e";
}
.material-design-wifi82:before {
	content: "\e19f";
}
.material-design-wifi83:before {
	content: "\e1a0";
}
.material-design-window57:before {
	content: "\e1a1";
}
.material-design-work3:before {
	content: "\e1a2";
}
.material-design-workspace:before {
	content: "\e1a3";
}
.material-design-world96:before {
	content: "\e1a4";
}
.material-design-write20:before {
	content: "\e1a5";
}
.material-design-youtube35:before {
	content: "\e1a6";
}
@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url(/templates/theme3563/fonts/material-icons/fonts/MaterialIcons-Regular.eot); /* For IE6-8 */
    src: local('Material Icons'),
    local('MaterialIcons-Regular'),
    url(/templates/theme3563/fonts/material-icons/fonts/MaterialIcons-Regular.woff2) format('woff2'),
    url(/templates/theme3563/fonts/material-icons/fonts/MaterialIcons-Regular.woff) format('woff'),
    url(/templates/theme3563/fonts/material-icons/fonts/MaterialIcons-Regular.ttf) format('truetype');font-display:swap;}

.material-icons-ico,
[class*="material-icons-"]:before {
    font-family: 'Material Icons';
    font-weight: 400;
    font-style: normal;
    font-size: inherit;
}

.material-icons-3d_rotation:before {
    content: "\e84d"
}

.material-icons-access_alarm:before {
    content: "\e190"
}

.material-icons-access_alarms:before {
    content: "\e191"
}

.material-icons-access_time:before {
    content: "\e192"
}

.material-icons-accessibility:before {
    content: "\e84e"
}

.material-icons-account_balance:before {
    content: "\e84f"
}

.material-icons-account_balance_wallet:before {
    content: "\e850"
}

.material-icons-account_box:before {
    content: "\e851"
}

.material-icons-account_circle:before {
    content: "\e853"
}

.material-icons-adb:before {
    content: "\e60e"
}

.material-icons-add:before {
    content: "\e145"
}

.material-icons-add_alarm:before {
    content: "\e193"
}

.material-icons-add_alert:before {
    content: "\e003"
}

.material-icons-add_box:before {
    content: "\e146"
}

.material-icons-add_circle:before {
    content: "\e147"
}

.material-icons-add_circle_outline:before {
    content: "\e148"
}

.material-icons-add_shopping_cart:before {
    content: "\e854"
}

.material-icons-add_to_photos:before {
    content: "\e39d"
}

.material-icons-adjust:before {
    content: "\e39e"
}

.material-icons-airline_seat_flat:before {
    content: "\e630"
}

.material-icons-airline_seat_flat_angled:before {
    content: "\e631"
}

.material-icons-airline_seat_individual_suite:before {
    content: "\e632"
}

.material-icons-airline_seat_legroom_extra:before {
    content: "\e633"
}

.material-icons-airline_seat_legroom_normal:before {
    content: "\e634"
}

.material-icons-airline_seat_legroom_reduced:before {
    content: "\e635"
}

.material-icons-airline_seat_recline_extra:before {
    content: "\e636"
}

.material-icons-airline_seat_recline_normal:before {
    content: "\e637"
}

.material-icons-airplanemode_active:before {
    content: "\e195"
}

.material-icons-airplanemode_inactive:before {
    content: "\e194"
}

.material-icons-airplay:before {
    content: "\e055"
}

.material-icons-alarm:before {
    content: "\e855"
}

.material-icons-alarm_add:before {
    content: "\e856"
}

.material-icons-alarm_off:before {
    content: "\e857"
}

.material-icons-alarm_on:before {
    content: "\e858"
}

.material-icons-album:before {
    content: "\e019"
}

.material-icons-android:before {
    content: "\e859"
}

.material-icons-announcement:before {
    content: "\e85a"
}

.material-icons-apps:before {
    content: "\e5c3"
}

.material-icons-archive:before {
    content: "\e149"
}

.material-icons-arrow_back:before {
    content: "\e5c4"
}

.material-icons-arrow_drop_down:before {
    content: "\e5c5"
}

.material-icons-arrow_drop_down_circle:before {
    content: "\e5c6"
}

.material-icons-arrow_drop_up:before {
    content: "\e5c7"
}

.material-icons-arrow_forward:before {
    content: "\e5c8"
}

.material-icons-aspect_ratio:before {
    content: "\e85b"
}

.material-icons-assessment:before {
    content: "\e85c"
}

.material-icons-assignment:before {
    content: "\e85d"
}

.material-icons-assignment_ind:before {
    content: "\e85e"
}

.material-icons-assignment_late:before {
    content: "\e85f"
}

.material-icons-assignment_return:before {
    content: "\e860"
}

.material-icons-assignment_returned:before {
    content: "\e861"
}

.material-icons-assignment_turned_in:before {
    content: "\e862"
}

.material-icons-assistant:before {
    content: "\e39f"
}

.material-icons-assistant_photo:before {
    content: "\e3a0"
}

.material-icons-attach_file:before {
    content: "\e226"
}

.material-icons-attach_money:before {
    content: "\e227"
}

.material-icons-attachment:before {
    content: "\e2bc"
}

.material-icons-audiotrack:before {
    content: "\e3a1"
}

.material-icons-autorenew:before {
    content: "\e863"
}

.material-icons-av_timer:before {
    content: "\e01b"
}

.material-icons-backspace:before {
    content: "\e14a"
}

.material-icons-backup:before {
    content: "\e864"
}

.material-icons-battery_alert:before {
    content: "\e19c"
}

.material-icons-battery_charging_full:before {
    content: "\e1a3"
}

.material-icons-battery_full:before {
    content: "\e1a4"
}

.material-icons-battery_std:before {
    content: "\e1a5"
}

.material-icons-battery_unknown:before {
    content: "\e1a6"
}

.material-icons-beenhere:before {
    content: "\e52d"
}

.material-icons-block:before {
    content: "\e14b"
}

.material-icons-bluetooth:before {
    content: "\e1a7"
}

.material-icons-bluetooth_audio:before {
    content: "\e60f"
}

.material-icons-bluetooth_connected:before {
    content: "\e1a8"
}

.material-icons-bluetooth_disabled:before {
    content: "\e1a9"
}

.material-icons-bluetooth_searching:before {
    content: "\e1aa"
}

.material-icons-blur_circular:before {
    content: "\e3a2"
}

.material-icons-blur_linear:before {
    content: "\e3a3"
}

.material-icons-blur_off:before {
    content: "\e3a4"
}

.material-icons-blur_on:before {
    content: "\e3a5"
}

.material-icons-book:before {
    content: "\e865"
}

.material-icons-bookmark:before {
    content: "\e866"
}

.material-icons-bookmark_border:before {
    content: "\e867"
}

.material-icons-border_all:before {
    content: "\e228"
}

.material-icons-border_bottom:before {
    content: "\e229"
}

.material-icons-border_clear:before {
    content: "\e22a"
}

.material-icons-border_color:before {
    content: "\e22b"
}

.material-icons-border_horizontal:before {
    content: "\e22c"
}

.material-icons-border_inner:before {
    content: "\e22d"
}

.material-icons-border_left:before {
    content: "\e22e"
}

.material-icons-border_outer:before {
    content: "\e22f"
}

.material-icons-border_right:before {
    content: "\e230"
}

.material-icons-border_style:before {
    content: "\e231"
}

.material-icons-border_top:before {
    content: "\e232"
}

.material-icons-border_vertical:before {
    content: "\e233"
}

.material-icons-brightness_1:before {
    content: "\e3a6"
}

.material-icons-brightness_2:before {
    content: "\e3a7"
}

.material-icons-brightness_3:before {
    content: "\e3a8"
}

.material-icons-brightness_4:before {
    content: "\e3a9"
}

.material-icons-brightness_5:before {
    content: "\e3aa"
}

.material-icons-brightness_6:before {
    content: "\e3ab"
}

.material-icons-brightness_7:before {
    content: "\e3ac"
}

.material-icons-brightness_auto:before {
    content: "\e1ab"
}

.material-icons-brightness_high:before {
    content: "\e1ac"
}

.material-icons-brightness_low:before {
    content: "\e1ad"
}

.material-icons-brightness_medium:before {
    content: "\e1ae"
}

.material-icons-broken_image:before {
    content: "\e3ad"
}

.material-icons-brush:before {
    content: "\e3ae"
}

.material-icons-bug_report:before {
    content: "\e868"
}

.material-icons-build:before {
    content: "\e869"
}

.material-icons-business:before {
    content: "\e0af"
}

.material-icons-cached:before {
    content: "\e86a"
}

.material-icons-cake:before {
    content: "\e7e9"
}

.material-icons-call:before {
    content: "\e0b0"
}

.material-icons-call_end:before {
    content: "\e0b1"
}

.material-icons-call_made:before {
    content: "\e0b2"
}

.material-icons-call_merge:before {
    content: "\e0b3"
}

.material-icons-call_missed:before {
    content: "\e0b4"
}

.material-icons-call_received:before {
    content: "\e0b5"
}

.material-icons-call_split:before {
    content: "\e0b6"
}

.material-icons-camera:before {
    content: "\e3af"
}

.material-icons-camera_alt:before {
    content: "\e3b0"
}

.material-icons-camera_enhance:before {
    content: "\e8fc"
}

.material-icons-camera_front:before {
    content: "\e3b1"
}

.material-icons-camera_rear:before {
    content: "\e3b2"
}

.material-icons-camera_roll:before {
    content: "\e3b3"
}

.material-icons-cancel:before {
    content: "\e5c9"
}

.material-icons-card_giftcard:before {
    content: "\e8f6"
}

.material-icons-card_membership:before {
    content: "\e8f7"
}

.material-icons-card_travel:before {
    content: "\e8f8"
}

.material-icons-cast:before {
    content: "\e307"
}

.material-icons-cast_connected:before {
    content: "\e308"
}

.material-icons-center_focus_strong:before {
    content: "\e3b4"
}

.material-icons-center_focus_weak:before {
    content: "\e3b5"
}

.material-icons-change_history:before {
    content: "\e86b"
}

.material-icons-chat:before {
    content: "\e0b7"
}

.material-icons-chat_bubble:before {
    content: "\e0ca"
}

.material-icons-chat_bubble_outline:before {
    content: "\e0cb"
}

.material-icons-check:before {
    content: "\e5ca"
}

.material-icons-check_box:before {
    content: "\e834"
}

.material-icons-check_box_outline_blank:before {
    content: "\e835"
}

.material-icons-check_circle:before {
    content: "\e86c"
}

.material-icons-chevron_left:before {
    content: "\e5cb"
}

.material-icons-chevron_right:before {
    content: "\e5cc"
}

.material-icons-chrome_reader_mode:before {
    content: "\e86d"
}

.material-icons-class:before {
    content: "\e86e"
}

.material-icons-clear:before {
    content: "\e14c"
}

.material-icons-clear_all:before {
    content: "\e0b8"
}

.material-icons-close:before {
    content: "\e5cd"
}

.material-icons-closed_caption:before {
    content: "\e01c"
}

.material-icons-cloud:before {
    content: "\e2bd"
}

.material-icons-cloud_circle:before {
    content: "\e2be"
}

.material-icons-cloud_done:before {
    content: "\e2bf"
}

.material-icons-cloud_download:before {
    content: "\e2c0"
}

.material-icons-cloud_off:before {
    content: "\e2c1"
}

.material-icons-cloud_queue:before {
    content: "\e2c2"
}

.material-icons-cloud_upload:before {
    content: "\e2c3"
}

.material-icons-code:before {
    content: "\e86f"
}

.material-icons-collections:before {
    content: "\e3b6"
}

.material-icons-collections_bookmark:before {
    content: "\e431"
}

.material-icons-color_lens:before {
    content: "\e3b7"
}

.material-icons-colorize:before {
    content: "\e3b8"
}

.material-icons-comment:before {
    content: "\e0b9"
}

.material-icons-compare:before {
    content: "\e3b9"
}

.material-icons-computer:before {
    content: "\e30a"
}

.material-icons-confirmation_number:before {
    content: "\e638"
}

.material-icons-contact_phone:before {
    content: "\e0cf"
}

.material-icons-contacts:before {
    content: "\e0ba"
}

.material-icons-content_copy:before {
    content: "\e14d"
}

.material-icons-content_cut:before {
    content: "\e14e"
}

.material-icons-content_paste:before {
    content: "\e14f"
}

.material-icons-control_point:before {
    content: "\e3ba"
}

.material-icons-control_point_duplicate:before {
    content: "\e3bb"
}

.material-icons-create:before {
    content: "\e150"
}

.material-icons-credit_card:before {
    content: "\e870"
}

.material-icons-crop:before {
    content: "\e3be"
}

.material-icons-crop_16_9:before {
    content: "\e3bc"
}

.material-icons-crop_3_2:before {
    content: "\e3bd"
}

.material-icons-crop_5_4:before {
    content: "\e3bf"
}

.material-icons-crop_7_5:before {
    content: "\e3c0"
}

.material-icons-crop_din:before {
    content: "\e3c1"
}

.material-icons-crop_free:before {
    content: "\e3c2"
}

.material-icons-crop_landscape:before {
    content: "\e3c3"
}

.material-icons-crop_original:before {
    content: "\e3c4"
}

.material-icons-crop_portrait:before {
    content: "\e3c5"
}

.material-icons-crop_square:before {
    content: "\e3c6"
}

.material-icons-dashboard:before {
    content: "\e871"
}

.material-icons-data_usage:before {
    content: "\e1af"
}

.material-icons-dehaze:before {
    content: "\e3c7"
}

.material-icons-delete:before {
    content: "\e872"
}

.material-icons-description:before {
    content: "\e873"
}

.material-icons-desktop_mac:before {
    content: "\e30b"
}

.material-icons-desktop_windows:before {
    content: "\e30c"
}

.material-icons-details:before {
    content: "\e3c8"
}

.material-icons-developer_board:before {
    content: "\e30d"
}

.material-icons-developer_mode:before {
    content: "\e1b0"
}

.material-icons-device_hub:before {
    content: "\e335"
}

.material-icons-devices:before {
    content: "\e1b1"
}

.material-icons-dialer_sip:before {
    content: "\e0bb"
}

.material-icons-dialpad:before {
    content: "\e0bc"
}

.material-icons-directions:before {
    content: "\e52e"
}

.material-icons-directions_bike:before {
    content: "\e52f"
}

.material-icons-directions_boat:before {
    content: "\e532"
}

.material-icons-directions_bus:before {
    content: "\e530"
}

.material-icons-directions_car:before {
    content: "\e531"
}

.material-icons-directions_railway:before {
    content: "\e534"
}

.material-icons-directions_run:before {
    content: "\e566"
}

.material-icons-directions_subway:before {
    content: "\e533"
}

.material-icons-directions_transit:before {
    content: "\e535"
}

.material-icons-directions_walk:before {
    content: "\e536"
}

.material-icons-disc_full:before {
    content: "\e610"
}

.material-icons-dns:before {
    content: "\e875"
}

.material-icons-do_not_disturb:before {
    content: "\e612"
}

.material-icons-do_not_disturb_alt:before {
    content: "\e611"
}

.material-icons-dock:before {
    content: "\e30e"
}

.material-icons-domain:before {
    content: "\e7ee"
}

.material-icons-done:before {
    content: "\e876"
}

.material-icons-done_all:before {
    content: "\e877"
}

.material-icons-drafts:before {
    content: "\e151"
}

.material-icons-drive_eta:before {
    content: "\e613"
}

.material-icons-dvr:before {
    content: "\e1b2"
}

.material-icons-edit:before {
    content: "\e3c9"
}

.material-icons-eject:before {
    content: "\e8fb"
}

.material-icons-email:before {
    content: "\e0be"
}

.material-icons-equalizer:before {
    content: "\e01d"
}

.material-icons-error:before {
    content: "\e000"
}

.material-icons-error_outline:before {
    content: "\e001"
}

.material-icons-event:before {
    content: "\e878"
}

.material-icons-event_available:before {
    content: "\e614"
}

.material-icons-event_busy:before {
    content: "\e615"
}

.material-icons-event_note:before {
    content: "\e616"
}

.material-icons-event_seat:before {
    content: "\e903"
}

.material-icons-exit_to_app:before {
    content: "\e879"
}

.material-icons-expand_less:before {
    content: "\e5ce"
}

.material-icons-expand_more:before {
    content: "\e5cf"
}

.material-icons-explicit:before {
    content: "\e01e"
}

.material-icons-explore:before {
    content: "\e87a"
}

.material-icons-exposure:before {
    content: "\e3ca"
}

.material-icons-exposure_neg_1:before {
    content: "\e3cb"
}

.material-icons-exposure_neg_2:before {
    content: "\e3cc"
}

.material-icons-exposure_plus_1:before {
    content: "\e3cd"
}

.material-icons-exposure_plus_2:before {
    content: "\e3ce"
}

.material-icons-exposure_zero:before {
    content: "\e3cf"
}

.material-icons-extension:before {
    content: "\e87b"
}

.material-icons-face:before {
    content: "\e87c"
}

.material-icons-fast_forward:before {
    content: "\e01f"
}

.material-icons-fast_rewind:before {
    content: "\e020"
}

.material-icons-favorite:before {
    content: "\e87d"
}

.material-icons-favorite_border:before {
    content: "\e87e"
}

.material-icons-feedback:before {
    content: "\e87f"
}

.material-icons-file_download:before {
    content: "\e2c4"
}

.material-icons-file_upload:before {
    content: "\e2c6"
}

.material-icons-filter:before {
    content: "\e3d3"
}

.material-icons-filter_1:before {
    content: "\e3d0"
}

.material-icons-filter_2:before {
    content: "\e3d1"
}

.material-icons-filter_3:before {
    content: "\e3d2"
}

.material-icons-filter_4:before {
    content: "\e3d4"
}

.material-icons-filter_5:before {
    content: "\e3d5"
}

.material-icons-filter_6:before {
    content: "\e3d6"
}

.material-icons-filter_7:before {
    content: "\e3d7"
}

.material-icons-filter_8:before {
    content: "\e3d8"
}

.material-icons-filter_9:before {
    content: "\e3d9"
}

.material-icons-filter_9_plus:before {
    content: "\e3da"
}

.material-icons-filter_b_and_w:before {
    content: "\e3db"
}

.material-icons-filter_center_focus:before {
    content: "\e3dc"
}

.material-icons-filter_drama:before {
    content: "\e3dd"
}

.material-icons-filter_frames:before {
    content: "\e3de"
}

.material-icons-filter_hdr:before {
    content: "\e3df"
}

.material-icons-filter_list:before {
    content: "\e152"
}

.material-icons-filter_none:before {
    content: "\e3e0"
}

.material-icons-filter_tilt_shift:before {
    content: "\e3e2"
}

.material-icons-filter_vintage:before {
    content: "\e3e3"
}

.material-icons-find_in_page:before {
    content: "\e880"
}

.material-icons-find_replace:before {
    content: "\e881"
}

.material-icons-flag:before {
    content: "\e153"
}

.material-icons-flare:before {
    content: "\e3e4"
}

.material-icons-flash_auto:before {
    content: "\e3e5"
}

.material-icons-flash_off:before {
    content: "\e3e6"
}

.material-icons-flash_on:before {
    content: "\e3e7"
}

.material-icons-flight:before {
    content: "\e539"
}

.material-icons-flight_land:before {
    content: "\e904"
}

.material-icons-flight_takeoff:before {
    content: "\e905"
}

.material-icons-flip:before {
    content: "\e3e8"
}

.material-icons-flip_to_back:before {
    content: "\e882"
}

.material-icons-flip_to_front:before {
    content: "\e883"
}

.material-icons-folder:before {
    content: "\e2c7"
}

.material-icons-folder_open:before {
    content: "\e2c8"
}

.material-icons-folder_shared:before {
    content: "\e2c9"
}

.material-icons-folder_special:before {
    content: "\e617"
}

.material-icons-font_download:before {
    content: "\e167"
}

.material-icons-format_align_center:before {
    content: "\e234"
}

.material-icons-format_align_justify:before {
    content: "\e235"
}

.material-icons-format_align_left:before {
    content: "\e236"
}

.material-icons-format_align_right:before {
    content: "\e237"
}

.material-icons-format_bold:before {
    content: "\e238"
}

.material-icons-format_clear:before {
    content: "\e239"
}

.material-icons-format_color_fill:before {
    content: "\e23a"
}

.material-icons-format_color_reset:before {
    content: "\e23b"
}

.material-icons-format_color_text:before {
    content: "\e23c"
}

.material-icons-format_indent_decrease:before {
    content: "\e23d"
}

.material-icons-format_indent_increase:before {
    content: "\e23e"
}

.material-icons-format_italic:before {
    content: "\e23f"
}

.material-icons-format_line_spacing:before {
    content: "\e240"
}

.material-icons-format_list_bulleted:before {
    content: "\e241"
}

.material-icons-format_list_numbered:before {
    content: "\e242"
}

.material-icons-format_paint:before {
    content: "\e243"
}

.material-icons-format_quote:before {
    content: "\e244"
}

.material-icons-format_size:before {
    content: "\e245"
}

.material-icons-format_strikethrough:before {
    content: "\e246"
}

.material-icons-format_textdirection_l_to_r:before {
    content: "\e247"
}

.material-icons-format_textdirection_r_to_l:before {
    content: "\e248"
}

.material-icons-format_underlined:before {
    content: "\e249"
}

.material-icons-forum:before {
    content: "\e0bf"
}

.material-icons-forward:before {
    content: "\e154"
}

.material-icons-forward_10:before {
    content: "\e056"
}

.material-icons-forward_30:before {
    content: "\e057"
}

.material-icons-forward_5:before {
    content: "\e058"
}

.material-icons-fullscreen:before {
    content: "\e5d0"
}

.material-icons-fullscreen_exit:before {
    content: "\e5d1"
}

.material-icons-functions:before {
    content: "\e24a"
}

.material-icons-gamepad:before {
    content: "\e30f"
}

.material-icons-games:before {
    content: "\e021"
}

.material-icons-gesture:before {
    content: "\e155"
}

.material-icons-get_app:before {
    content: "\e884"
}

.material-icons-gif:before {
    content: "\e908"
}

.material-icons-gps_fixed:before {
    content: "\e1b3"
}

.material-icons-gps_not_fixed:before {
    content: "\e1b4"
}

.material-icons-gps_off:before {
    content: "\e1b5"
}

.material-icons-grade:before {
    content: "\e885"
}

.material-icons-gradient:before {
    content: "\e3e9"
}

.material-icons-grain:before {
    content: "\e3ea"
}

.material-icons-graphic_eq:before {
    content: "\e1b8"
}

.material-icons-grid_off:before {
    content: "\e3eb"
}

.material-icons-grid_on:before {
    content: "\e3ec"
}

.material-icons-group:before {
    content: "\e7ef"
}

.material-icons-group_add:before {
    content: "\e7f0"
}

.material-icons-group_work:before {
    content: "\e886"
}

.material-icons-hd:before {
    content: "\e052"
}

.material-icons-hdr_off:before {
    content: "\e3ed"
}

.material-icons-hdr_on:before {
    content: "\e3ee"
}

.material-icons-hdr_strong:before {
    content: "\e3f1"
}

.material-icons-hdr_weak:before {
    content: "\e3f2"
}

.material-icons-headset:before {
    content: "\e310"
}

.material-icons-headset_mic:before {
    content: "\e311"
}

.material-icons-healing:before {
    content: "\e3f3"
}

.material-icons-hearing:before {
    content: "\e023"
}

.material-icons-help:before {
    content: "\e887"
}

.material-icons-help_outline:before {
    content: "\e8fd"
}

.material-icons-high_quality:before {
    content: "\e024"
}

.material-icons-highlight_off:before {
    content: "\e888"
}

.material-icons-history:before {
    content: "\e889"
}

.material-icons-home:before {
    content: "\e88a"
}

.material-icons-hotel:before {
    content: "\e53a"
}

.material-icons-hourglass_empty:before {
    content: "\e88b"
}

.material-icons-hourglass_full:before {
    content: "\e88c"
}

.material-icons-http:before {
    content: "\e902"
}

.material-icons-https:before {
    content: "\e88d"
}

.material-icons-image:before {
    content: "\e3f4"
}

.material-icons-image_aspect_ratio:before {
    content: "\e3f5"
}

.material-icons-import_export:before {
    content: "\e0c3"
}

.material-icons-inbox:before {
    content: "\e156"
}

.material-icons-indeterminate_check_box:before {
    content: "\e909"
}

.material-icons-info:before {
    content: "\e88e"
}

.material-icons-info_outline:before {
    content: "\e88f"
}

.material-icons-input:before {
    content: "\e890"
}

.material-icons-insert_chart:before {
    content: "\e24b"
}

.material-icons-insert_comment:before {
    content: "\e24c"
}

.material-icons-insert_drive_file:before {
    content: "\e24d"
}

.material-icons-insert_emoticon:before {
    content: "\e24e"
}

.material-icons-insert_invitation:before {
    content: "\e24f"
}

.material-icons-insert_link:before {
    content: "\e250"
}

.material-icons-insert_photo:before {
    content: "\e251"
}

.material-icons-invert_colors:before {
    content: "\e891"
}

.material-icons-invert_colors_off:before {
    content: "\e0c4"
}

.material-icons-iso:before {
    content: "\e3f6"
}

.material-icons-keyboard:before {
    content: "\e312"
}

.material-icons-keyboard_arrow_down:before {
    content: "\e313"
}

.material-icons-keyboard_arrow_left:before {
    content: "\e314"
}

.material-icons-keyboard_arrow_right:before {
    content: "\e315"
}

.material-icons-keyboard_arrow_up:before {
    content: "\e316"
}

.material-icons-keyboard_backspace:before {
    content: "\e317"
}

.material-icons-keyboard_capslock:before {
    content: "\e318"
}

.material-icons-keyboard_hide:before {
    content: "\e31a"
}

.material-icons-keyboard_return:before {
    content: "\e31b"
}

.material-icons-keyboard_tab:before {
    content: "\e31c"
}

.material-icons-keyboard_voice:before {
    content: "\e31d"
}

.material-icons-label:before {
    content: "\e892"
}

.material-icons-label_outline:before {
    content: "\e893"
}

.material-icons-landscape:before {
    content: "\e3f7"
}

.material-icons-language:before {
    content: "\e894"
}

.material-icons-laptop:before {
    content: "\e31e"
}

.material-icons-laptop_chromebook:before {
    content: "\e31f"
}

.material-icons-laptop_mac:before {
    content: "\e320"
}

.material-icons-laptop_windows:before {
    content: "\e321"
}

.material-icons-launch:before {
    content: "\e895"
}

.material-icons-layers:before {
    content: "\e53b"
}

.material-icons-layers_clear:before {
    content: "\e53c"
}

.material-icons-leak_add:before {
    content: "\e3f8"
}

.material-icons-leak_remove:before {
    content: "\e3f9"
}

.material-icons-lens:before {
    content: "\e3fa"
}

.material-icons-library_add:before {
    content: "\e02e"
}

.material-icons-library_books:before {
    content: "\e02f"
}

.material-icons-library_music:before {
    content: "\e030"
}

.material-icons-link:before {
    content: "\e157"
}

.material-icons-list:before {
    content: "\e896"
}

.material-icons-live_help:before {
    content: "\e0c6"
}

.material-icons-live_tv:before {
    content: "\e639"
}

.material-icons-local_activity:before {
    content: "\e53f"
}

.material-icons-local_airport:before {
    content: "\e53d"
}

.material-icons-local_atm:before {
    content: "\e53e"
}

.material-icons-local_bar:before {
    content: "\e540"
}

.material-icons-local_cafe:before {
    content: "\e541"
}

.material-icons-local_car_wash:before {
    content: "\e542"
}

.material-icons-local_convenience_store:before {
    content: "\e543"
}

.material-icons-local_dining:before {
    content: "\e556"
}

.material-icons-local_drink:before {
    content: "\e544"
}

.material-icons-local_florist:before {
    content: "\e545"
}

.material-icons-local_gas_station:before {
    content: "\e546"
}

.material-icons-local_grocery_store:before {
    content: "\e547"
}

.material-icons-local_hospital:before {
    content: "\e548"
}

.material-icons-local_hotel:before {
    content: "\e549"
}

.material-icons-local_laundry_service:before {
    content: "\e54a"
}

.material-icons-local_library:before {
    content: "\e54b"
}

.material-icons-local_mall:before {
    content: "\e54c"
}

.material-icons-local_movies:before {
    content: "\e54d"
}

.material-icons-local_offer:before {
    content: "\e54e"
}

.material-icons-local_parking:before {
    content: "\e54f"
}

.material-icons-local_pharmacy:before {
    content: "\e550"
}

.material-icons-local_phone:before {
    content: "\e551"
}

.material-icons-local_pizza:before {
    content: "\e552"
}

.material-icons-local_play:before {
    content: "\e553"
}

.material-icons-local_post_office:before {
    content: "\e554"
}

.material-icons-local_printshop:before {
    content: "\e555"
}

.material-icons-local_see:before {
    content: "\e557"
}

.material-icons-local_shipping:before {
    content: "\e558"
}

.material-icons-local_taxi:before {
    content: "\e559"
}

.material-icons-location_city:before {
    content: "\e7f1"
}

.material-icons-location_disabled:before {
    content: "\e1b6"
}

.material-icons-location_off:before {
    content: "\e0c7"
}

.material-icons-location_on:before {
    content: "\e0c8"
}

.material-icons-location_searching:before {
    content: "\e1b7"
}

.material-icons-lock:before {
    content: "\e897"
}

.material-icons-lock_open:before {
    content: "\e898"
}

.material-icons-lock_outline:before {
    content: "\e899"
}

.material-icons-looks:before {
    content: "\e3fc"
}

.material-icons-looks_3:before {
    content: "\e3fb"
}

.material-icons-looks_4:before {
    content: "\e3fd"
}

.material-icons-looks_5:before {
    content: "\e3fe"
}

.material-icons-looks_6:before {
    content: "\e3ff"
}

.material-icons-looks_one:before {
    content: "\e400"
}

.material-icons-looks_two:before {
    content: "\e401"
}

.material-icons-loop:before {
    content: "\e028"
}

.material-icons-loupe:before {
    content: "\e402"
}

.material-icons-loyalty:before {
    content: "\e89a"
}

.material-icons-mail:before {
    content: "\e158"
}

.material-icons-map:before {
    content: "\e55b"
}

.material-icons-markunread:before {
    content: "\e159"
}

.material-icons-markunread_mailbox:before {
    content: "\e89b"
}

.material-icons-memory:before {
    content: "\e322"
}

.material-icons-menu:before {
    content: "\e5d2"
}

.material-icons-merge_type:before {
    content: "\e252"
}

.material-icons-message:before {
    content: "\e0c9"
}

.material-icons-mic:before {
    content: "\e029"
}

.material-icons-mic_none:before {
    content: "\e02a"
}

.material-icons-mic_off:before {
    content: "\e02b"
}

.material-icons-mms:before {
    content: "\e618"
}

.material-icons-mode_comment:before {
    content: "\e253"
}

.material-icons-mode_edit:before {
    content: "\e254"
}

.material-icons-money_off:before {
    content: "\e25c"
}

.material-icons-monochrome_photos:before {
    content: "\e403"
}

.material-icons-mood:before {
    content: "\e7f2"
}

.material-icons-mood_bad:before {
    content: "\e7f3"
}

.material-icons-more:before {
    content: "\e619"
}

.material-icons-more_horiz:before {
    content: "\e5d3"
}

.material-icons-more_vert:before {
    content: "\e5d4"
}

.material-icons-mouse:before {
    content: "\e323"
}

.material-icons-movie:before {
    content: "\e02c"
}

.material-icons-movie_creation:before {
    content: "\e404"
}

.material-icons-music_note:before {
    content: "\e405"
}

.material-icons-my_location:before {
    content: "\e55c"
}

.material-icons-nature:before {
    content: "\e406"
}

.material-icons-nature_people:before {
    content: "\e407"
}

.material-icons-navigate_before:before {
    content: "\e408"
}

.material-icons-navigate_next:before {
    content: "\e409"
}

.material-icons-navigation:before {
    content: "\e55d"
}

.material-icons-network_cell:before {
    content: "\e1b9"
}

.material-icons-network_locked:before {
    content: "\e61a"
}

.material-icons-network_wifi:before {
    content: "\e1ba"
}

.material-icons-new_releases:before {
    content: "\e031"
}

.material-icons-nfc:before {
    content: "\e1bb"
}

.material-icons-no_sim:before {
    content: "\e0cc"
}

.material-icons-not_interested:before {
    content: "\e033"
}

.material-icons-note_add:before {
    content: "\e89c"
}

.material-icons-notifications:before {
    content: "\e7f4"
}

.material-icons-notifications_active:before {
    content: "\e7f7"
}

.material-icons-notifications_none:before {
    content: "\e7f5"
}

.material-icons-notifications_off:before {
    content: "\e7f6"
}

.material-icons-notifications_paused:before {
    content: "\e7f8"
}

.material-icons-offline_pin:before {
    content: "\e90a"
}

.material-icons-ondemand_video:before {
    content: "\e63a"
}

.material-icons-open_in_browser:before {
    content: "\e89d"
}

.material-icons-open_in_new:before {
    content: "\e89e"
}

.material-icons-open_with:before {
    content: "\e89f"
}

.material-icons-pages:before {
    content: "\e7f9"
}

.material-icons-pageview:before {
    content: "\e8a0"
}

.material-icons-palette:before {
    content: "\e40a"
}

.material-icons-panorama:before {
    content: "\e40b"
}

.material-icons-panorama_fish_eye:before {
    content: "\e40c"
}

.material-icons-panorama_horizontal:before {
    content: "\e40d"
}

.material-icons-panorama_vertical:before {
    content: "\e40e"
}

.material-icons-panorama_wide_angle:before {
    content: "\e40f"
}

.material-icons-party_mode:before {
    content: "\e7fa"
}

.material-icons-pause:before {
    content: "\e034"
}

.material-icons-pause_circle_filled:before {
    content: "\e035"
}

.material-icons-pause_circle_outline:before {
    content: "\e036"
}

.material-icons-payment:before {
    content: "\e8a1"
}

.material-icons-people:before {
    content: "\e7fb"
}

.material-icons-people_outline:before {
    content: "\e7fc"
}

.material-icons-perm_camera_mic:before {
    content: "\e8a2"
}

.material-icons-perm_contact_calendar:before {
    content: "\e8a3"
}

.material-icons-perm_data_setting:before {
    content: "\e8a4"
}

.material-icons-perm_device_information:before {
    content: "\e8a5"
}

.material-icons-perm_identity:before {
    content: "\e8a6"
}

.material-icons-perm_media:before {
    content: "\e8a7"
}

.material-icons-perm_phone_msg:before {
    content: "\e8a8"
}

.material-icons-perm_scan_wifi:before {
    content: "\e8a9"
}

.material-icons-person:before {
    content: "\e7fd"
}

.material-icons-person_add:before {
    content: "\e7fe"
}

.material-icons-person_outline:before {
    content: "\e7ff"
}

.material-icons-person_pin:before {
    content: "\e55a"
}

.material-icons-personal_video:before {
    content: "\e63b"
}

.material-icons-phone:before {
    content: "\e0cd"
}

.material-icons-phone_android:before {
    content: "\e324"
}

.material-icons-phone_bluetooth_speaker:before {
    content: "\e61b"
}

.material-icons-phone_forwarded:before {
    content: "\e61c"
}

.material-icons-phone_in_talk:before {
    content: "\e61d"
}

.material-icons-phone_iphone:before {
    content: "\e325"
}

.material-icons-phone_locked:before {
    content: "\e61e"
}

.material-icons-phone_missed:before {
    content: "\e61f"
}

.material-icons-phone_paused:before {
    content: "\e620"
}

.material-icons-phonelink:before {
    content: "\e326"
}

.material-icons-phonelink_erase:before {
    content: "\e0db"
}

.material-icons-phonelink_lock:before {
    content: "\e0dc"
}

.material-icons-phonelink_off:before {
    content: "\e327"
}

.material-icons-phonelink_ring:before {
    content: "\e0dd"
}

.material-icons-phonelink_setup:before {
    content: "\e0de"
}

.material-icons-photo:before {
    content: "\e410"
}

.material-icons-photo_album:before {
    content: "\e411"
}

.material-icons-photo_camera:before {
    content: "\e412"
}

.material-icons-photo_library:before {
    content: "\e413"
}

.material-icons-photo_size_select_actual:before {
    content: "\e432"
}

.material-icons-photo_size_select_large:before {
    content: "\e433"
}

.material-icons-photo_size_select_small:before {
    content: "\e434"
}

.material-icons-picture_as_pdf:before {
    content: "\e415"
}

.material-icons-picture_in_picture:before {
    content: "\e8aa"
}

.material-icons-pin_drop:before {
    content: "\e55e"
}

.material-icons-place:before {
    content: "\e55f"
}

.material-icons-play_arrow:before {
    content: "\e037"
}

.material-icons-play_circle_filled:before {
    content: "\e038"
}

.material-icons-play_circle_outline:before {
    content: "\e039"
}

.material-icons-play_for_work:before {
    content: "\e906"
}

.material-icons-playlist_add:before {
    content: "\e03b"
}

.material-icons-plus_one:before {
    content: "\e800"
}

.material-icons-poll:before {
    content: "\e801"
}

.material-icons-polymer:before {
    content: "\e8ab"
}

.material-icons-portable_wifi_off:before {
    content: "\e0ce"
}

.material-icons-portrait:before {
    content: "\e416"
}

.material-icons-power:before {
    content: "\e63c"
}

.material-icons-power_input:before {
    content: "\e336"
}

.material-icons-power_settings_new:before {
    content: "\e8ac"
}

.material-icons-present_to_all:before {
    content: "\e0df"
}

.material-icons-print:before {
    content: "\e8ad"
}

.material-icons-public:before {
    content: "\e80b"
}

.material-icons-publish:before {
    content: "\e255"
}

.material-icons-query_builder:before {
    content: "\e8ae"
}

.material-icons-question_answer:before {
    content: "\e8af"
}

.material-icons-queue:before {
    content: "\e03c"
}

.material-icons-queue_music:before {
    content: "\e03d"
}

.material-icons-radio:before {
    content: "\e03e"
}

.material-icons-radio_button_checked:before {
    content: "\e837"
}

.material-icons-radio_button_unchecked:before {
    content: "\e836"
}

.material-icons-rate_review:before {
    content: "\e560"
}

.material-icons-receipt:before {
    content: "\e8b0"
}

.material-icons-recent_actors:before {
    content: "\e03f"
}

.material-icons-redeem:before {
    content: "\e8b1"
}

.material-icons-redo:before {
    content: "\e15a"
}

.material-icons-refresh:before {
    content: "\e5d5"
}

.material-icons-remove:before {
    content: "\e15b"
}

.material-icons-remove_circle:before {
    content: "\e15c"
}

.material-icons-remove_circle_outline:before {
    content: "\e15d"
}

.material-icons-remove_red_eye:before {
    content: "\e417"
}

.material-icons-reorder:before {
    content: "\e8fe"
}

.material-icons-repeat:before {
    content: "\e040"
}

.material-icons-repeat_one:before {
    content: "\e041"
}

.material-icons-replay:before {
    content: "\e042"
}

.material-icons-replay_10:before {
    content: "\e059"
}

.material-icons-replay_30:before {
    content: "\e05a"
}

.material-icons-replay_5:before {
    content: "\e05b"
}

.material-icons-reply:before {
    content: "\e15e"
}

.material-icons-reply_all:before {
    content: "\e15f"
}

.material-icons-report:before {
    content: "\e160"
}

.material-icons-report_problem:before {
    content: "\e8b2"
}

.material-icons-restaurant_menu:before {
    content: "\e561"
}

.material-icons-restore:before {
    content: "\e8b3"
}

.material-icons-ring_volume:before {
    content: "\e0d1"
}

.material-icons-room:before {
    content: "\e8b4"
}

.material-icons-rotate_90_degrees_ccw:before {
    content: "\e418"
}

.material-icons-rotate_left:before {
    content: "\e419"
}

.material-icons-rotate_right:before {
    content: "\e41a"
}

.material-icons-router:before {
    content: "\e328"
}

.material-icons-satellite:before {
    content: "\e562"
}

.material-icons-save:before {
    content: "\e161"
}

.material-icons-scanner:before {
    content: "\e329"
}

.material-icons-schedule:before {
    content: "\e8b5"
}

.material-icons-school:before {
    content: "\e80c"
}

.material-icons-screen_lock_landscape:before {
    content: "\e1be"
}

.material-icons-screen_lock_portrait:before {
    content: "\e1bf"
}

.material-icons-screen_lock_rotation:before {
    content: "\e1c0"
}

.material-icons-screen_rotation:before {
    content: "\e1c1"
}

.material-icons-sd_card:before {
    content: "\e623"
}

.material-icons-sd_storage:before {
    content: "\e1c2"
}

.material-icons-search:before {
    content: "\e8b6"
}

.material-icons-security:before {
    content: "\e32a"
}

.material-icons-select_all:before {
    content: "\e162"
}

.material-icons-send:before {
    content: "\e163"
}

.material-icons-settings:before {
    content: "\e8b8"
}

.material-icons-settings_applications:before {
    content: "\e8b9"
}

.material-icons-settings_backup_restore:before {
    content: "\e8ba"
}

.material-icons-settings_bluetooth:before {
    content: "\e8bb"
}

.material-icons-settings_brightness:before {
    content: "\e8bd"
}

.material-icons-settings_cell:before {
    content: "\e8bc"
}

.material-icons-settings_ethernet:before {
    content: "\e8be"
}

.material-icons-settings_input_antenna:before {
    content: "\e8bf"
}

.material-icons-settings_input_component:before {
    content: "\e8c0"
}

.material-icons-settings_input_composite:before {
    content: "\e8c1"
}

.material-icons-settings_input_hdmi:before {
    content: "\e8c2"
}

.material-icons-settings_input_svideo:before {
    content: "\e8c3"
}

.material-icons-settings_overscan:before {
    content: "\e8c4"
}

.material-icons-settings_phone:before {
    content: "\e8c5"
}

.material-icons-settings_power:before {
    content: "\e8c6"
}

.material-icons-settings_remote:before {
    content: "\e8c7"
}

.material-icons-settings_system_daydream:before {
    content: "\e1c3"
}

.material-icons-settings_voice:before {
    content: "\e8c8"
}

.material-icons-share:before {
    content: "\e80d"
}

.material-icons-shop:before {
    content: "\e8c9"
}

.material-icons-shop_two:before {
    content: "\e8ca"
}

.material-icons-shopping_basket:before {
    content: "\e8cb"
}

.material-icons-shopping_cart:before {
    content: "\e8cc"
}

.material-icons-shuffle:before {
    content: "\e043"
}

.material-icons-signal_cellular_4_bar:before {
    content: "\e1c8"
}

.material-icons-signal_cellular_connected_no_internet_4_bar:before {
    content: "\e1cd"
}

.material-icons-signal_cellular_no_sim:before {
    content: "\e1ce"
}

.material-icons-signal_cellular_null:before {
    content: "\e1cf"
}

.material-icons-signal_cellular_off:before {
    content: "\e1d0"
}

.material-icons-signal_wifi_4_bar:before {
    content: "\e1d8"
}

.material-icons-signal_wifi_4_bar_lock:before {
    content: "\e1d9"
}

.material-icons-signal_wifi_off:before {
    content: "\e1da"
}

.material-icons-sim_card:before {
    content: "\e32b"
}

.material-icons-sim_card_alert:before {
    content: "\e624"
}

.material-icons-skip_next:before {
    content: "\e044"
}

.material-icons-skip_previous:before {
    content: "\e045"
}

.material-icons-slideshow:before {
    content: "\e41b"
}

.material-icons-smartphone:before {
    content: "\e32c"
}

.material-icons-sms:before {
    content: "\e625"
}

.material-icons-sms_failed:before {
    content: "\e626"
}

.material-icons-snooze:before {
    content: "\e046"
}

.material-icons-sort:before {
    content: "\e164"
}

.material-icons-sort_by_alpha:before {
    content: "\e053"
}

.material-icons-space_bar:before {
    content: "\e256"
}

.material-icons-speaker:before {
    content: "\e32d"
}

.material-icons-speaker_group:before {
    content: "\e32e"
}

.material-icons-speaker_notes:before {
    content: "\e8cd"
}

.material-icons-speaker_phone:before {
    content: "\e0d2"
}

.material-icons-spellcheck:before {
    content: "\e8ce"
}

.material-icons-star:before {
    content: "\e838"
}

.material-icons-star_border:before {
    content: "\e83a"
}

.material-icons-star_half:before {
    content: "\e839"
}

.material-icons-stars:before {
    content: "\e8d0"
}

.material-icons-stay_current_landscape:before {
    content: "\e0d3"
}

.material-icons-stay_current_portrait:before {
    content: "\e0d4"
}

.material-icons-stay_primary_landscape:before {
    content: "\e0d5"
}

.material-icons-stay_primary_portrait:before {
    content: "\e0d6"
}

.material-icons-stop:before {
    content: "\e047"
}

.material-icons-storage:before {
    content: "\e1db"
}

.material-icons-store:before {
    content: "\e8d1"
}

.material-icons-store_mall_directory:before {
    content: "\e563"
}

.material-icons-straighten:before {
    content: "\e41c"
}

.material-icons-strikethrough_s:before {
    content: "\e257"
}

.material-icons-style:before {
    content: "\e41d"
}

.material-icons-subject:before {
    content: "\e8d2"
}

.material-icons-subtitles:before {
    content: "\e048"
}

.material-icons-supervisor_account:before {
    content: "\e8d3"
}

.material-icons-surround_sound:before {
    content: "\e049"
}

.material-icons-swap_calls:before {
    content: "\e0d7"
}

.material-icons-swap_horiz:before {
    content: "\e8d4"
}

.material-icons-swap_vert:before {
    content: "\e8d5"
}

.material-icons-swap_vertical_circle:before {
    content: "\e8d6"
}

.material-icons-switch_camera:before {
    content: "\e41e"
}

.material-icons-switch_video:before {
    content: "\e41f"
}

.material-icons-sync:before {
    content: "\e627"
}

.material-icons-sync_disabled:before {
    content: "\e628"
}

.material-icons-sync_problem:before {
    content: "\e629"
}

.material-icons-system_update:before {
    content: "\e62a"
}

.material-icons-system_update_alt:before {
    content: "\e8d7"
}

.material-icons-tab:before {
    content: "\e8d8"
}

.material-icons-tab_unselected:before {
    content: "\e8d9"
}

.material-icons-tablet:before {
    content: "\e32f"
}

.material-icons-tablet_android:before {
    content: "\e330"
}

.material-icons-tablet_mac:before {
    content: "\e331"
}

.material-icons-tag_faces:before {
    content: "\e420"
}

.material-icons-tap_and_play:before {
    content: "\e62b"
}

.material-icons-terrain:before {
    content: "\e564"
}

.material-icons-text_format:before {
    content: "\e165"
}

.material-icons-textsms:before {
    content: "\e0d8"
}

.material-icons-texture:before {
    content: "\e421"
}

.material-icons-theaters:before {
    content: "\e8da"
}

.material-icons-thumb_down:before {
    content: "\e8db"
}

.material-icons-thumb_up:before {
    content: "\e8dc"
}

.material-icons-thumbs_up_down:before {
    content: "\e8dd"
}

.material-icons-time_to_leave:before {
    content: "\e62c"
}

.material-icons-timelapse:before {
    content: "\e422"
}

.material-icons-timer:before {
    content: "\e425"
}

.material-icons-timer_10:before {
    content: "\e423"
}

.material-icons-timer_3:before {
    content: "\e424"
}

.material-icons-timer_off:before {
    content: "\e426"
}

.material-icons-toc:before {
    content: "\e8de"
}

.material-icons-today:before {
    content: "\e8df"
}

.material-icons-toll:before {
    content: "\e8e0"
}

.material-icons-tonality:before {
    content: "\e427"
}

.material-icons-toys:before {
    content: "\e332"
}

.material-icons-track_changes:before {
    content: "\e8e1"
}

.material-icons-traffic:before {
    content: "\e565"
}

.material-icons-transform:before {
    content: "\e428"
}

.material-icons-translate:before {
    content: "\e8e2"
}

.material-icons-trending_down:before {
    content: "\e8e3"
}

.material-icons-trending_flat:before {
    content: "\e8e4"
}

.material-icons-trending_up:before {
    content: "\e8e5"
}

.material-icons-tune:before {
    content: "\e429"
}

.material-icons-turned_in:before {
    content: "\e8e6"
}

.material-icons-turned_in_not:before {
    content: "\e8e7"
}

.material-icons-tv:before {
    content: "\e333"
}

.material-icons-undo:before {
    content: "\e166"
}

.material-icons-unfold_less:before {
    content: "\e5d6"
}

.material-icons-unfold_more:before {
    content: "\e5d7"
}

.material-icons-usb:before {
    content: "\e1e0"
}

.material-icons-verified_user:before {
    content: "\e8e8"
}

.material-icons-vertical_align_bottom:before {
    content: "\e258"
}

.material-icons-vertical_align_center:before {
    content: "\e259"
}

.material-icons-vertical_align_top:before {
    content: "\e25a"
}

.material-icons-vibration:before {
    content: "\e62d"
}

.material-icons-video_library:before {
    content: "\e04a"
}

.material-icons-videocam:before {
    content: "\e04b"
}

.material-icons-videocam_off:before {
    content: "\e04c"
}

.material-icons-view_agenda:before {
    content: "\e8e9"
}

.material-icons-view_array:before {
    content: "\e8ea"
}

.material-icons-view_carousel:before {
    content: "\e8eb"
}

.material-icons-view_column:before {
    content: "\e8ec"
}

.material-icons-view_comfy:before {
    content: "\e42a"
}

.material-icons-view_compact:before {
    content: "\e42b"
}

.material-icons-view_day:before {
    content: "\e8ed"
}

.material-icons-view_headline:before {
    content: "\e8ee"
}

.material-icons-view_list:before {
    content: "\e8ef"
}

.material-icons-view_module:before {
    content: "\e8f0"
}

.material-icons-view_quilt:before {
    content: "\e8f1"
}

.material-icons-view_stream:before {
    content: "\e8f2"
}

.material-icons-view_week:before {
    content: "\e8f3"
}

.material-icons-vignette:before {
    content: "\e435"
}

.material-icons-visibility:before {
    content: "\e8f4"
}

.material-icons-visibility_off:before {
    content: "\e8f5"
}

.material-icons-voice_chat:before {
    content: "\e62e"
}

.material-icons-voicemail:before {
    content: "\e0d9"
}

.material-icons-volume_down:before {
    content: "\e04d"
}

.material-icons-volume_mute:before {
    content: "\e04e"
}

.material-icons-volume_off:before {
    content: "\e04f"
}

.material-icons-volume_up:before {
    content: "\e050"
}

.material-icons-vpn_key:before {
    content: "\e0da"
}

.material-icons-vpn_lock:before {
    content: "\e62f"
}

.material-icons-wallpaper:before {
    content: "\e1bc"
}

.material-icons-warning:before {
    content: "\e002"
}

.material-icons-watch:before {
    content: "\e334"
}

.material-icons-wb_auto:before {
    content: "\e42c"
}

.material-icons-wb_cloudy:before {
    content: "\e42d"
}

.material-icons-wb_incandescent:before {
    content: "\e42e"
}

.material-icons-wb_iridescent:before {
    content: "\e436"
}

.material-icons-wb_sunny:before {
    content: "\e430"
}

.material-icons-wc:before {
    content: "\e63d"
}

.material-icons-web:before {
    content: "\e051"
}

.material-icons-whatshot:before {
    content: "\e80e"
}

.material-icons-widgets:before {
    content: "\e1bd"
}

.material-icons-wifi:before {
    content: "\e63e"
}

.material-icons-wifi_lock:before {
    content: "\e1e1"
}

.material-icons-wifi_tethering:before {
    content: "\e1e2"
}

.material-icons-work:before {
    content: "\e8f9"
}

.material-icons-wrap_text:before {
    content: "\e25b"
}

.material-icons-youtube_searched_for:before {
    content: "\e8fa"
}

.material-icons-zoom_in:before {
    content: "\e8ff"
}

.material-icons-zoom_out:before {
    content: "\e900"
}
@font-face {
  font-family: 'Thin Regular';
  src: url('/templates/theme3563/fonts/thin/fonts/Thin-Regular.eot?66413286');
  src: url('/templates/theme3563/fonts/thin/fonts/Thin-Regular.eot?66413286#iefix') format('embedded-opentype'),
       url('/templates/theme3563/fonts/thin/fonts/Thin-Regular.woff?66413286') format('woff'),
       url('/templates/theme3563/fonts/thin/fonts/Thin-Regular.ttf?66413286') format('truetype'),
       url('/templates/theme3563/fonts/thin/fonts/Thin-Regular.svg?66413286#thin') format('svg');
  font-weight: normal;
  font-style: normal;font-display:swap;}

[class^="thin-icon-"]:before,
[class*=" thin-icon-"]:before,
.thin-ico{
    font-family: "Thin Regular";
    font-weight: 400;
    font-style: normal;
    font-size: inherit;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
 
.thin-icon-volume-on:before {
    content: '\e800';
}

.thin-icon-gift:before {
    content: '\e801';
}

.thin-icon-cup:before {
    content: '\e802';
}

.thin-icon-folder:before {
    content: '\e803';
}

.thin-icon-dublicate:before {
    content: '\e804';
}

.thin-icon-tag:before {
    content: '\e805';
}

.thin-icon-chat:before {
    content: '\e806';
}

.thin-icon-clock:before {
    content: '\e807';
}

.thin-icon-microphone:before {
    content: '\e808';
}

.thin-icon-map-marker:before {
    content: '\e809';
}

.thin-icon-mobile:before {
    content: '\e80a';
}

.thin-icon-cloud-charge:before {
    content: '\e80b';
}

.thin-icon-resize:before {
    content: '\e80c';
}

.thin-icon-cake:before {
    content: '\e80d';
}

.thin-icon-case:before {
    content: '\e80e';
}

.thin-icon-address:before {
    content: '\e80f';
}

.thin-icon-phone-support:before {
    content: '\e810';
}

.thin-icon-fullscreen:before {
    content: '\e811';
}

.thin-icon-db:before {
    content: '\e812';
}

.thin-icon-music:before {
    content: '\e813';
}

.thin-icon-network:before {
    content: '\e814';
}

.thin-icon-db-network:before {
    content: '\e815';
}

.thin-icon-dropbox-upload:before {
    content: '\e816';
}

.thin-icon-phone-call:before {
    content: '\e817';
}

.thin-icon-briefcase-2:before {
    content: '\e818';
}

.thin-icon-card:before {
    content: '\e819';
}

.thin-icon-support:before {
    content: '\e81a';
}

.thin-icon-pull:before {
    content: '\e81b';
}

.thin-icon-desktop:before {
    content: '\e81c';
}

.thin-icon-pass:before {
    content: '\e81d';
}

.thin-icon-picture:before {
    content: '\e81e';
}

.thin-icon-email:before {
    content: '\e81f';
}

.thin-icon-push:before {
    content: '\e820';
}

.thin-icon-house:before {
    content: '\e821';
}

.thin-icon-download:before {
    content: '\e822';
}

.thin-icon-storage:before {
    content: '\e823';
}

.thin-icon-milk:before {
    content: '\e824';
}

.thin-icon-external-right:before {
    content: '\e825';
}

.thin-icon-email-open:before {
    content: '\e826';
}

.thin-icon-planet:before {
    content: '\e827';
}

.thin-icon-pointer:before {
    content: '\e828';
}

.thin-icon-email-search:before {
    content: '\e829';
}

.thin-icon-external-left:before {
    content: '\e82a';
}

.thin-icon-shirt:before {
    content: '\e82b';
}

.thin-icon-document-edit:before {
    content: '\e82c';
}

.thin-icon-document-delete:before {
    content: '\e82d';
}

.thin-icon-money:before {
    content: '\e82e';
}

.thin-icon-eye:before {
    content: '\e82f';
}

.thin-icon-settings:before {
    content: '\e830';
}

.thin-icon-arrow-bottom-right:before {
    content: '\e831';
}

.thin-icon-arrow-right:before {
    content: '\e832';
}

.thin-icon-flag:before {
    content: '\e833';
}

.thin-icon-star:before {
    content: '\e834';
}

.thin-icon-calculator:before {
    content: '\e835';
}

.thin-icon-safe:before {
    content: '\e836';
}

.thin-icon-cart:before {
    content: '\e837';
}

.thin-icon-bullhorn:before {
    content: '\e838';
}

.thin-icon-anchor:before {
    content: '\e839';
}

.thin-icon-globe:before {
    content: '\e83a';
}

.thin-icon-statistics:before {
    content: '\e83b';
}

.thin-icon-thumb-up:before {
    content: '\e83c';
}

.thin-icon-headphones:before {
    content: '\e83d';
}

.thin-icon-bell:before {
    content: '\e83e';
}

.thin-icon-study:before {
    content: '\e83f';
}

.thin-icon-cart-add:before {
    content: '\e840';
}

.thin-icon-cart-delete:before {
    content: '\e841';
}

.thin-icon-satelite:before {
    content: '\e842';
}

.thin-icon-home:before {
    content: '\e843';
}

.thin-icon-time:before {
    content: '\e844';
}

.thin-icon-book:before {
    content: '\e845';
}

.thin-icon-bookmark:before {
    content: '\e846';
}

.thin-icon-key:before {
    content: '\e847';
}

.thin-icon-timer:before {
    content: '\e848';
}

.thin-icon-saturn:before {
    content: '\e849';
}

.thin-icon-notes:before {
    content: '\e84a';
}

.thin-icon-ambulance:before {
    content: '\e84b';
}

.thin-icon-briefcase:before {
    content: '\e84c';
}

.thin-icon-layers:before {
    content: '\e84d';
}

.thin-icon-delivery:before {
    content: '\e84e';
}

.thin-icon-tint:before {
    content: '\e84f';
}

.thin-icon-trash:before {
    content: '\e850';
}

.thin-icon-lightbulb:before {
    content: '\e851';
}

.thin-icon-calendar:before {
    content: '\e852';
}

.thin-icon-chart:before {
    content: '\e853';
}

.thin-icon-documents:before {
    content: '\e854';
}

.thin-icon-checklist:before {
    content: '\e855';
}

.thin-icon-camera-web:before {
    content: '\e856';
}

.thin-icon-camera:before {
    content: '\e857';
}

.thin-icon-lock:before {
    content: '\e858';
}

.thin-icon-umbrella:before {
    content: '\e859';
}

.thin-icon-user:before {
    content: '\e85a';
}

.thin-icon-love:before {
    content: '\e85b';
}

.thin-icon-hanger:before {
    content: '\e85c';
}

.thin-icon-car:before {
    content: '\e85d';
}

.thin-icon-cloth:before {
    content: '\e85e';
}

.thin-icon-box:before {
    content: '\e85f';
}

.thin-icon-attachment:before {
    content: '\e860';
}

.thin-icon-cd:before {
    content: '\e861';
}

.thin-icon-love-broken:before {
    content: '\e862';
}

.thin-icon-volume-off:before {
    content: '\e863';
}
@font-face{font-family:'Glyphicons Halflings';src:url('/templates/theme3563/fonts/glyphicons-halflings/fonts/glyphicons-halflings-regular.eot');src:url('/templates/theme3563/fonts/glyphicons-halflings/fonts/glyphicons-halflings-regular.eot#iefix') format('embedded-opentype'),url('/templates/theme3563/fonts/glyphicons-halflings/fonts/glyphicons-halflings-regular.woff') format('woff'),url('/templates/theme3563/fonts/glyphicons-halflings/fonts/glyphicons-halflings-regular.ttf') format('truetype'),url('/templates/theme3563/fonts/glyphicons-halflings/fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg');font-display:swap;}.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;}
.glyphicon-asterisk:before{content:"\2a";}
.glyphicon-plus:before{content:"\2b";}
.glyphicon-euro: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-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-print:before{content:"\e045";}
.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-eye-open:before{content:"\e105";}
.glyphicon-eye-close:before{content:"\e106";}
.glyphicon-warning-sign:before{content:"\e107";}
.glyphicon-plane:before{content:"\e108";}
.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-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-tasks:before{content:"\e137";}
.glyphicon-filter:before{content:"\e138";}
.glyphicon-fullscreen:before{content:"\e140";}
.glyphicon-dashboard:before{content:"\e141";}
.glyphicon-heart-empty:before{content:"\e143";}
.glyphicon-link:before{content:"\e144";}
.glyphicon-phone:before{content:"\e145";}
.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-briefcase:before{content:"\1f4bc";}
.glyphicon-calendar:before{content:"\1f4c5";}
.glyphicon-pushpin:before{content:"\1f4cc";}
.glyphicon-paperclip:before{content:"\1f4ce";}
.glyphicon-camera:before{content:"\1f4f7";}
.glyphicon-lock:before{content:"\1f512";}
.glyphicon-bell:before{content:"\1f514";}
.glyphicon-bookmark:before{content:"\1f516";}
.glyphicon-fire:before{content:"\1f525";}
.glyphicon-wrench:before{content:"\1f527";}
@font-face {
  font-family: 'Linearicons';
  // src:  url('/templates/theme3563/fonts/linearicons/css/fonts/Linearicons.eot?4t1dgh');
  // src:  url('/templates/theme3563/fonts/linearicons/css/fonts/Linearicons.eot?4t1dgh#iefix') format('embedded-opentype'),
  // url('/templates/theme3563/fonts/linearicons/css/fonts/Linearicons.ttf?4t1dgh') format('truetype'),
  // url('/templates/theme3563/fonts/linearicons/css/fonts/Linearicons.woff?4t1dgh') format('woff'),
  // url('/templates/theme3563/fonts/linearicons/css/fonts/Linearicons.svg?4t1dgh#Linearicons') format('svg');
  font-weight: normal;
  font-style: normal;

  src: url(/templates/theme3563/fonts/linearicons/fonts/Linearicons.eot); /* For IE6-8 */
  src: local('Linearicons'),
  local('Linearicons'),
  url(/templates/theme3563/fonts/linearicons/fonts/Linearicons.woff) format('woff'),
  url(/templates/theme3563/fonts/linearicons/fonts/Linearicons.ttf) format('truetype');font-display:swap;}

.linearicons,

[class^="linearicons-"], [class*=" linearicons-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'Linearicons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.linearicons-home:before {
  content: "\e900";
}
.linearicons-home2:before {
  content: "\e901";
}
.linearicons-home3:before {
  content: "\e902";
}
.linearicons-home4:before {
  content: "\e903";
}
.linearicons-home5:before {
  content: "\e904";
}
.linearicons-home6:before {
  content: "\e905";
}
.linearicons-bathtub:before {
  content: "\e906";
}
.linearicons-toothbrush:before {
  content: "\e907";
}
.linearicons-bed:before {
  content: "\e908";
}
.linearicons-couch:before {
  content: "\e909";
}
.linearicons-chair:before {
  content: "\e90a";
}
.linearicons-city:before {
  content: "\e90b";
}
.linearicons-apartment:before {
  content: "\e90c";
}
.linearicons-pencil:before {
  content: "\e90d";
}
.linearicons-pencil2:before {
  content: "\e90e";
}
.linearicons-pen:before {
  content: "\e90f";
}
.linearicons-pencil3:before {
  content: "\e910";
}
.linearicons-eraser:before {
  content: "\e911";
}
.linearicons-pencil4:before {
  content: "\e912";
}
.linearicons-pencil5:before {
  content: "\e913";
}
.linearicons-feather:before {
  content: "\e914";
}
.linearicons-feather2:before {
  content: "\e915";
}
.linearicons-feather3:before {
  content: "\e916";
}
.linearicons-pen2:before {
  content: "\e917";
}
.linearicons-pen-add:before {
  content: "\e918";
}
.linearicons-pen-remove:before {
  content: "\e919";
}
.linearicons-vector:before {
  content: "\e91a";
}
.linearicons-pen3:before {
  content: "\e91b";
}
.linearicons-blog:before {
  content: "\e91c";
}
.linearicons-brush:before {
  content: "\e91d";
}
.linearicons-brush2:before {
  content: "\e91e";
}
.linearicons-spray:before {
  content: "\e91f";
}
.linearicons-paint-roller:before {
  content: "\e920";
}
.linearicons-stamp:before {
  content: "\e921";
}
.linearicons-tape:before {
  content: "\e922";
}
.linearicons-desk-tape:before {
  content: "\e923";
}
.linearicons-texture:before {
  content: "\e924";
}
.linearicons-eye-dropper:before {
  content: "\e925";
}
.linearicons-palette:before {
  content: "\e926";
}
.linearicons-color-sampler:before {
  content: "\e927";
}
.linearicons-bucket:before {
  content: "\e928";
}
.linearicons-gradient:before {
  content: "\e929";
}
.linearicons-gradient2:before {
  content: "\e92a";
}
.linearicons-magic-wand:before {
  content: "\e92b";
}
.linearicons-magnet:before {
  content: "\e92c";
}
.linearicons-pencil-ruler:before {
  content: "\e92d";
}
.linearicons-pencil-ruler2:before {
  content: "\e92e";
}
.linearicons-compass:before {
  content: "\e92f";
}
.linearicons-aim:before {
  content: "\e930";
}
.linearicons-gun:before {
  content: "\e931";
}
.linearicons-bottle:before {
  content: "\e932";
}
.linearicons-drop:before {
  content: "\e933";
}
.linearicons-drop-crossed:before {
  content: "\e934";
}
.linearicons-drop2:before {
  content: "\e935";
}
.linearicons-snow:before {
  content: "\e936";
}
.linearicons-snow2:before {
  content: "\e937";
}
.linearicons-fire:before {
  content: "\e938";
}
.linearicons-lighter:before {
  content: "\e939";
}
.linearicons-knife:before {
  content: "\e93a";
}
.linearicons-dagger:before {
  content: "\e93b";
}
.linearicons-tissue:before {
  content: "\e93c";
}
.linearicons-toilet-paper:before {
  content: "\e93d";
}
.linearicons-poop:before {
  content: "\e93e";
}
.linearicons-umbrella:before {
  content: "\e93f";
}
.linearicons-umbrella2:before {
  content: "\e940";
}
.linearicons-rain:before {
  content: "\e941";
}
.linearicons-tornado:before {
  content: "\e942";
}
.linearicons-wind:before {
  content: "\e943";
}
.linearicons-fan:before {
  content: "\e944";
}
.linearicons-contrast:before {
  content: "\e945";
}
.linearicons-sun-small:before {
  content: "\e946";
}
.linearicons-sun:before {
  content: "\e947";
}
.linearicons-sun2:before {
  content: "\e948";
}
.linearicons-moon:before {
  content: "\e949";
}
.linearicons-cloud:before {
  content: "\e94a";
}
.linearicons-cloud-upload:before {
  content: "\e94b";
}
.linearicons-cloud-download:before {
  content: "\e94c";
}
.linearicons-cloud-rain:before {
  content: "\e94d";
}
.linearicons-cloud-hailstones:before {
  content: "\e94e";
}
.linearicons-cloud-snow:before {
  content: "\e94f";
}
.linearicons-cloud-windy:before {
  content: "\e950";
}
.linearicons-sun-wind:before {
  content: "\e951";
}
.linearicons-cloud-fog:before {
  content: "\e952";
}
.linearicons-cloud-sun:before {
  content: "\e953";
}
.linearicons-cloud-lightning:before {
  content: "\e954";
}
.linearicons-cloud-sync:before {
  content: "\e955";
}
.linearicons-cloud-lock:before {
  content: "\e956";
}
.linearicons-cloud-gear:before {
  content: "\e957";
}
.linearicons-cloud-alert:before {
  content: "\e958";
}
.linearicons-cloud-check:before {
  content: "\e959";
}
.linearicons-cloud-cross:before {
  content: "\e95a";
}
.linearicons-cloud-crossed:before {
  content: "\e95b";
}
.linearicons-cloud-database:before {
  content: "\e95c";
}
.linearicons-database:before {
  content: "\e95d";
}
.linearicons-database-add:before {
  content: "\e95e";
}
.linearicons-database-remove:before {
  content: "\e95f";
}
.linearicons-database-lock:before {
  content: "\e960";
}
.linearicons-database-refresh:before {
  content: "\e961";
}
.linearicons-database-check:before {
  content: "\e962";
}
.linearicons-database-history:before {
  content: "\e963";
}
.linearicons-database-upload:before {
  content: "\e964";
}
.linearicons-database-download:before {
  content: "\e965";
}
.linearicons-server:before {
  content: "\e966";
}
.linearicons-shield:before {
  content: "\e967";
}
.linearicons-shield-check:before {
  content: "\e968";
}
.linearicons-shield-alert:before {
  content: "\e969";
}
.linearicons-shield-cross:before {
  content: "\e96a";
}
.linearicons-lock:before {
  content: "\e96b";
}
.linearicons-rotation-lock:before {
  content: "\e96c";
}
.linearicons-unlock:before {
  content: "\e96d";
}
.linearicons-key:before {
  content: "\e96e";
}
.linearicons-key-hole:before {
  content: "\e96f";
}
.linearicons-toggle-off:before {
  content: "\e970";
}
.linearicons-toggle-on:before {
  content: "\e971";
}
.linearicons-cog:before {
  content: "\e972";
}
.linearicons-cog2:before {
  content: "\e973";
}
.linearicons-wrench:before {
  content: "\e974";
}
.linearicons-screwdriver:before {
  content: "\e975";
}
.linearicons-hammer-wrench:before {
  content: "\e976";
}
.linearicons-hammer:before {
  content: "\e977";
}
.linearicons-saw:before {
  content: "\e978";
}
.linearicons-axe:before {
  content: "\e979";
}
.linearicons-axe2:before {
  content: "\e97a";
}
.linearicons-shovel:before {
  content: "\e97b";
}
.linearicons-pickaxe:before {
  content: "\e97c";
}
.linearicons-factory:before {
  content: "\e97d";
}
.linearicons-factory2:before {
  content: "\e97e";
}
.linearicons-recycle:before {
  content: "\e97f";
}
.linearicons-trash:before {
  content: "\e980";
}
.linearicons-trash2:before {
  content: "\e981";
}
.linearicons-trash3:before {
  content: "\e982";
}
.linearicons-broom:before {
  content: "\e983";
}
.linearicons-game:before {
  content: "\e984";
}
.linearicons-gamepad:before {
  content: "\e985";
}
.linearicons-joystick:before {
  content: "\e986";
}
.linearicons-dice:before {
  content: "\e987";
}
.linearicons-spades:before {
  content: "\e988";
}
.linearicons-diamonds:before {
  content: "\e989";
}
.linearicons-clubs:before {
  content: "\e98a";
}
.linearicons-hearts:before {
  content: "\e98b";
}
.linearicons-heart:before {
  content: "\e98c";
}
.linearicons-star:before {
  content: "\e98d";
}
.linearicons-star-half:before {
  content: "\e98e";
}
.linearicons-star-empty:before {
  content: "\e98f";
}
.linearicons-flag:before {
  content: "\e990";
}
.linearicons-flag2:before {
  content: "\e991";
}
.linearicons-flag3:before {
  content: "\e992";
}
.linearicons-mailbox-full:before {
  content: "\e993";
}
.linearicons-mailbox-empty:before {
  content: "\e994";
}
.linearicons-at-sign:before {
  content: "\e995";
}
.linearicons-envelope:before {
  content: "\e996";
}
.linearicons-envelope-open:before {
  content: "\e997";
}
.linearicons-paperclip:before {
  content: "\e998";
}
.linearicons-paper-plane:before {
  content: "\e999";
}
.linearicons-reply:before {
  content: "\e99a";
}
.linearicons-reply-all:before {
  content: "\e99b";
}
.linearicons-inbox:before {
  content: "\e99c";
}
.linearicons-inbox2:before {
  content: "\e99d";
}
.linearicons-outbox:before {
  content: "\e99e";
}
.linearicons-box:before {
  content: "\e99f";
}
.linearicons-archive:before {
  content: "\e9a0";
}
.linearicons-archive2:before {
  content: "\e9a1";
}
.linearicons-drawers:before {
  content: "\e9a2";
}
.linearicons-drawers2:before {
  content: "\e9a3";
}
.linearicons-drawers3:before {
  content: "\e9a4";
}
.linearicons-eye:before {
  content: "\e9a5";
}
.linearicons-eye-crossed:before {
  content: "\e9a6";
}
.linearicons-eye-plus:before {
  content: "\e9a7";
}
.linearicons-eye-minus:before {
  content: "\e9a8";
}
.linearicons-binoculars:before {
  content: "\e9a9";
}
.linearicons-binoculars2:before {
  content: "\e9aa";
}
.linearicons-hdd:before {
  content: "\e9ab";
}
.linearicons-hdd-down:before {
  content: "\e9ac";
}
.linearicons-hdd-up:before {
  content: "\e9ad";
}
.linearicons-floppy-disk:before {
  content: "\e9ae";
}
.linearicons-disc:before {
  content: "\e9af";
}
.linearicons-tape2:before {
  content: "\e9b0";
}
.linearicons-printer:before {
  content: "\e9b1";
}
.linearicons-shredder:before {
  content: "\e9b2";
}
.linearicons-file-empty:before {
  content: "\e9b3";
}
.linearicons-file-add:before {
  content: "\e9b4";
}
.linearicons-file-check:before {
  content: "\e9b5";
}
.linearicons-file-lock:before {
  content: "\e9b6";
}
.linearicons-files:before {
  content: "\e9b7";
}
.linearicons-copy:before {
  content: "\e9b8";
}
.linearicons-compare:before {
  content: "\e9b9";
}
.linearicons-folder:before {
  content: "\e9ba";
}
.linearicons-folder-search:before {
  content: "\e9bb";
}
.linearicons-folder-plus:before {
  content: "\e9bc";
}
.linearicons-folder-minus:before {
  content: "\e9bd";
}
.linearicons-folder-download:before {
  content: "\e9be";
}
.linearicons-folder-upload:before {
  content: "\e9bf";
}
.linearicons-folder-star:before {
  content: "\e9c0";
}
.linearicons-folder-heart:before {
  content: "\e9c1";
}
.linearicons-folder-user:before {
  content: "\e9c2";
}
.linearicons-folder-shared:before {
  content: "\e9c3";
}
.linearicons-folder-music:before {
  content: "\e9c4";
}
.linearicons-folder-picture:before {
  content: "\e9c5";
}
.linearicons-folder-film:before {
  content: "\e9c6";
}
.linearicons-scissors:before {
  content: "\e9c7";
}
.linearicons-paste:before {
  content: "\e9c8";
}
.linearicons-clipboard-empty:before {
  content: "\e9c9";
}
.linearicons-clipboard-pencil:before {
  content: "\e9ca";
}
.linearicons-clipboard-text:before {
  content: "\e9cb";
}
.linearicons-clipboard-check:before {
  content: "\e9cc";
}
.linearicons-clipboard-down:before {
  content: "\e9cd";
}
.linearicons-clipboard-left:before {
  content: "\e9ce";
}
.linearicons-clipboard-alert:before {
  content: "\e9cf";
}
.linearicons-clipboard-user:before {
  content: "\e9d0";
}
.linearicons-register:before {
  content: "\e9d1";
}
.linearicons-enter:before {
  content: "\e9d2";
}
.linearicons-exit:before {
  content: "\e9d3";
}
.linearicons-papers:before {
  content: "\e9d4";
}
.linearicons-news:before {
  content: "\e9d5";
}
.linearicons-reading:before {
  content: "\e9d6";
}
.linearicons-typewriter:before {
  content: "\e9d7";
}
.linearicons-document:before {
  content: "\e9d8";
}
.linearicons-document2:before {
  content: "\e9d9";
}
.linearicons-graduation-hat:before {
  content: "\e9da";
}
.linearicons-license:before {
  content: "\e9db";
}
.linearicons-license2:before {
  content: "\e9dc";
}
.linearicons-medal-empty:before {
  content: "\e9dd";
}
.linearicons-medal-first:before {
  content: "\e9de";
}
.linearicons-medal-second:before {
  content: "\e9df";
}
.linearicons-medal-third:before {
  content: "\e9e0";
}
.linearicons-podium:before {
  content: "\e9e1";
}
.linearicons-trophy:before {
  content: "\e9e2";
}
.linearicons-trophy2:before {
  content: "\e9e3";
}
.linearicons-music-note:before {
  content: "\e9e4";
}
.linearicons-music-note2:before {
  content: "\e9e5";
}
.linearicons-music-note3:before {
  content: "\e9e6";
}
.linearicons-playlist:before {
  content: "\e9e7";
}
.linearicons-playlist-add:before {
  content: "\e9e8";
}
.linearicons-guitar:before {
  content: "\e9e9";
}
.linearicons-trumpet:before {
  content: "\e9ea";
}
.linearicons-album:before {
  content: "\e9eb";
}
.linearicons-shuffle:before {
  content: "\e9ec";
}
.linearicons-repeat-one:before {
  content: "\e9ed";
}
.linearicons-repeat:before {
  content: "\e9ee";
}
.linearicons-headphones:before {
  content: "\e9ef";
}
.linearicons-headset:before {
  content: "\e9f0";
}
.linearicons-loudspeaker:before {
  content: "\e9f1";
}
.linearicons-equalizer:before {
  content: "\e9f2";
}
.linearicons-theater:before {
  content: "\e9f3";
}
.linearicons-3d-glasses:before {
  content: "\e9f4";
}
.linearicons-ticket:before {
  content: "\e9f5";
}
.linearicons-presentation:before {
  content: "\e9f6";
}
.linearicons-play:before {
  content: "\e9f7";
}
.linearicons-film-play:before {
  content: "\e9f8";
}
.linearicons-clapboard-play:before {
  content: "\e9f9";
}
.linearicons-media:before {
  content: "\e9fa";
}
.linearicons-film:before {
  content: "\e9fb";
}
.linearicons-film2:before {
  content: "\e9fc";
}
.linearicons-surveillance:before {
  content: "\e9fd";
}
.linearicons-surveillance2:before {
  content: "\e9fe";
}
.linearicons-camera:before {
  content: "\e9ff";
}
.linearicons-camera-crossed:before {
  content: "\ea00";
}
.linearicons-camera-play:before {
  content: "\ea01";
}
.linearicons-time-lapse:before {
  content: "\ea02";
}
.linearicons-record:before {
  content: "\ea03";
}
.linearicons-camera2:before {
  content: "\ea04";
}
.linearicons-camera-flip:before {
  content: "\ea05";
}
.linearicons-panorama:before {
  content: "\ea06";
}
.linearicons-time-lapse2:before {
  content: "\ea07";
}
.linearicons-shutter:before {
  content: "\ea08";
}
.linearicons-shutter2:before {
  content: "\ea09";
}
.linearicons-face-detection:before {
  content: "\ea0a";
}
.linearicons-flare:before {
  content: "\ea0b";
}
.linearicons-convex:before {
  content: "\ea0c";
}
.linearicons-concave:before {
  content: "\ea0d";
}
.linearicons-picture:before {
  content: "\ea0e";
}
.linearicons-picture2:before {
  content: "\ea0f";
}
.linearicons-picture3:before {
  content: "\ea10";
}
.linearicons-pictures:before {
  content: "\ea11";
}
.linearicons-book:before {
  content: "\ea12";
}
.linearicons-audio-book:before {
  content: "\ea13";
}
.linearicons-book2:before {
  content: "\ea14";
}
.linearicons-bookmark:before {
  content: "\ea15";
}
.linearicons-bookmark2:before {
  content: "\ea16";
}
.linearicons-label:before {
  content: "\ea17";
}
.linearicons-library:before {
  content: "\ea18";
}
.linearicons-library2:before {
  content: "\ea19";
}
.linearicons-contacts:before {
  content: "\ea1a";
}
.linearicons-profile:before {
  content: "\ea1b";
}
.linearicons-portrait:before {
  content: "\ea1c";
}
.linearicons-portrait2:before {
  content: "\ea1d";
}
.linearicons-user:before {
  content: "\ea1e";
}
.linearicons-user-plus:before {
  content: "\ea1f";
}
.linearicons-user-minus:before {
  content: "\ea20";
}
.linearicons-user-lock:before {
  content: "\ea21";
}
.linearicons-users:before {
  content: "\ea22";
}
.linearicons-users2:before {
  content: "\ea23";
}
.linearicons-users-plus:before {
  content: "\ea24";
}
.linearicons-users-minus:before {
  content: "\ea25";
}
.linearicons-group-work:before {
  content: "\ea26";
}
.linearicons-woman:before {
  content: "\ea27";
}
.linearicons-man:before {
  content: "\ea28";
}
.linearicons-baby:before {
  content: "\ea29";
}
.linearicons-baby2:before {
  content: "\ea2a";
}
.linearicons-baby3:before {
  content: "\ea2b";
}
.linearicons-baby-bottle:before {
  content: "\ea2c";
}
.linearicons-walk:before {
  content: "\ea2d";
}
.linearicons-hand-waving:before {
  content: "\ea2e";
}
.linearicons-jump:before {
  content: "\ea2f";
}
.linearicons-run:before {
  content: "\ea30";
}
.linearicons-woman2:before {
  content: "\ea31";
}
.linearicons-man2:before {
  content: "\ea32";
}
.linearicons-man-woman:before {
  content: "\ea33";
}
.linearicons-height:before {
  content: "\ea34";
}
.linearicons-weight:before {
  content: "\ea35";
}
.linearicons-scale:before {
  content: "\ea36";
}
.linearicons-button:before {
  content: "\ea37";
}
.linearicons-bow-tie:before {
  content: "\ea38";
}
.linearicons-tie:before {
  content: "\ea39";
}
.linearicons-socks:before {
  content: "\ea3a";
}
.linearicons-shoe:before {
  content: "\ea3b";
}
.linearicons-shoes:before {
  content: "\ea3c";
}
.linearicons-hat:before {
  content: "\ea3d";
}
.linearicons-pants:before {
  content: "\ea3e";
}
.linearicons-shorts:before {
  content: "\ea3f";
}
.linearicons-flip-flops:before {
  content: "\ea40";
}
.linearicons-shirt:before {
  content: "\ea41";
}
.linearicons-hanger:before {
  content: "\ea42";
}
.linearicons-laundry:before {
  content: "\ea43";
}
.linearicons-store:before {
  content: "\ea44";
}
.linearicons-haircut:before {
  content: "\ea45";
}
.linearicons-store-24:before {
  content: "\ea46";
}
.linearicons-barcode:before {
  content: "\ea47";
}
.linearicons-barcode2:before {
  content: "\ea48";
}
.linearicons-barcode3:before {
  content: "\ea49";
}
.linearicons-cashier:before {
  content: "\ea4a";
}
.linearicons-bag:before {
  content: "\ea4b";
}
.linearicons-bag2:before {
  content: "\ea4c";
}
.linearicons-cart:before {
  content: "\ea4d";
}
.linearicons-cart-empty:before {
  content: "\ea4e";
}
.linearicons-cart-full:before {
  content: "\ea4f";
}
.linearicons-cart-plus:before {
  content: "\ea50";
}
.linearicons-cart-plus2:before {
  content: "\ea51";
}
.linearicons-cart-add:before {
  content: "\ea52";
}
.linearicons-cart-remove:before {
  content: "\ea53";
}
.linearicons-cart-exchange:before {
  content: "\ea54";
}
.linearicons-tag:before {
  content: "\ea55";
}
.linearicons-tags:before {
  content: "\ea56";
}
.linearicons-receipt:before {
  content: "\ea57";
}
.linearicons-wallet:before {
  content: "\ea58";
}
.linearicons-credit-card:before {
  content: "\ea59";
}
.linearicons-cash-dollar:before {
  content: "\ea5a";
}
.linearicons-cash-euro:before {
  content: "\ea5b";
}
.linearicons-cash-pound:before {
  content: "\ea5c";
}
.linearicons-cash-yen:before {
  content: "\ea5d";
}
.linearicons-bag-dollar:before {
  content: "\ea5e";
}
.linearicons-bag-euro:before {
  content: "\ea5f";
}
.linearicons-bag-pound:before {
  content: "\ea60";
}
.linearicons-bag-yen:before {
  content: "\ea61";
}
.linearicons-coin-dollar:before {
  content: "\ea62";
}
.linearicons-coin-euro:before {
  content: "\ea63";
}
.linearicons-coin-pound:before {
  content: "\ea64";
}
.linearicons-coin-yen:before {
  content: "\ea65";
}
.linearicons-calculator:before {
  content: "\ea66";
}
.linearicons-calculator2:before {
  content: "\ea67";
}
.linearicons-abacus:before {
  content: "\ea68";
}
.linearicons-vault:before {
  content: "\ea69";
}
.linearicons-telephone:before {
  content: "\ea6a";
}
.linearicons-phone-lock:before {
  content: "\ea6b";
}
.linearicons-phone-wave:before {
  content: "\ea6c";
}
.linearicons-phone-pause:before {
  content: "\ea6d";
}
.linearicons-phone-outgoing:before {
  content: "\ea6e";
}
.linearicons-phone-incoming:before {
  content: "\ea6f";
}
.linearicons-phone-in-out:before {
  content: "\ea70";
}
.linearicons-phone-error:before {
  content: "\ea71";
}
.linearicons-phone-sip:before {
  content: "\ea72";
}
.linearicons-phone-plus:before {
  content: "\ea73";
}
.linearicons-phone-minus:before {
  content: "\ea74";
}
.linearicons-voicemail:before {
  content: "\ea75";
}
.linearicons-dial:before {
  content: "\ea76";
}
.linearicons-telephone2:before {
  content: "\ea77";
}
.linearicons-pushpin:before {
  content: "\ea78";
}
.linearicons-pushpin2:before {
  content: "\ea79";
}
.linearicons-map-marker:before {
  content: "\ea7a";
}
.linearicons-map-marker-user:before {
  content: "\ea7b";
}
.linearicons-map-marker-down:before {
  content: "\ea7c";
}
.linearicons-map-marker-check:before {
  content: "\ea7d";
}
.linearicons-map-marker-crossed:before {
  content: "\ea7e";
}
.linearicons-radar:before {
  content: "\ea7f";
}
.linearicons-compass2:before {
  content: "\ea80";
}
.linearicons-map:before {
  content: "\ea81";
}
.linearicons-map2:before {
  content: "\ea82";
}
.linearicons-location:before {
  content: "\ea83";
}
.linearicons-road-sign:before {
  content: "\ea84";
}
.linearicons-calendar-empty:before {
  content: "\ea85";
}
.linearicons-calendar-check:before {
  content: "\ea86";
}
.linearicons-calendar-cross:before {
  content: "\ea87";
}
.linearicons-calendar-31:before {
  content: "\ea88";
}
.linearicons-calendar-full:before {
  content: "\ea89";
}
.linearicons-calendar-insert:before {
  content: "\ea8a";
}
.linearicons-calendar-text:before {
  content: "\ea8b";
}
.linearicons-calendar-user:before {
  content: "\ea8c";
}
.linearicons-mouse:before {
  content: "\ea8d";
}
.linearicons-mouse-left:before {
  content: "\ea8e";
}
.linearicons-mouse-right:before {
  content: "\ea8f";
}
.linearicons-mouse-both:before {
  content: "\ea90";
}
.linearicons-keyboard:before {
  content: "\ea91";
}
.linearicons-keyboard-up:before {
  content: "\ea92";
}
.linearicons-keyboard-down:before {
  content: "\ea93";
}
.linearicons-delete:before {
  content: "\ea94";
}
.linearicons-spell-check:before {
  content: "\ea95";
}
.linearicons-escape:before {
  content: "\ea96";
}
.linearicons-enter2:before {
  content: "\ea97";
}
.linearicons-screen:before {
  content: "\ea98";
}
.linearicons-aspect-ratio:before {
  content: "\ea99";
}
.linearicons-signal:before {
  content: "\ea9a";
}
.linearicons-signal-lock:before {
  content: "\ea9b";
}
.linearicons-signal-80:before {
  content: "\ea9c";
}
.linearicons-signal-60:before {
  content: "\ea9d";
}
.linearicons-signal-40:before {
  content: "\ea9e";
}
.linearicons-signal-20:before {
  content: "\ea9f";
}
.linearicons-signal-0:before {
  content: "\eaa0";
}
.linearicons-signal-blocked:before {
  content: "\eaa1";
}
.linearicons-sim:before {
  content: "\eaa2";
}
.linearicons-flash-memory:before {
  content: "\eaa3";
}
.linearicons-usb-drive:before {
  content: "\eaa4";
}
.linearicons-phone:before {
  content: "\eaa5";
}
.linearicons-smartphone:before {
  content: "\eaa6";
}
.linearicons-smartphone-notification:before {
  content: "\eaa7";
}
.linearicons-smartphone-vibration:before {
  content: "\eaa8";
}
.linearicons-smartphone-embed:before {
  content: "\eaa9";
}
.linearicons-smartphone-waves:before {
  content: "\eaaa";
}
.linearicons-tablet:before {
  content: "\eaab";
}
.linearicons-tablet2:before {
  content: "\eaac";
}
.linearicons-laptop:before {
  content: "\eaad";
}
.linearicons-laptop-phone:before {
  content: "\eaae";
}
.linearicons-desktop:before {
  content: "\eaaf";
}
.linearicons-launch:before {
  content: "\eab0";
}
.linearicons-new-tab:before {
  content: "\eab1";
}
.linearicons-window:before {
  content: "\eab2";
}
.linearicons-cable:before {
  content: "\eab3";
}
.linearicons-cable2:before {
  content: "\eab4";
}
.linearicons-tv:before {
  content: "\eab5";
}
.linearicons-radio:before {
  content: "\eab6";
}
.linearicons-remote-control:before {
  content: "\eab7";
}
.linearicons-power-switch:before {
  content: "\eab8";
}
.linearicons-power:before {
  content: "\eab9";
}
.linearicons-power-crossed:before {
  content: "\eaba";
}
.linearicons-flash-auto:before {
  content: "\eabb";
}
.linearicons-lamp:before {
  content: "\eabc";
}
.linearicons-flashlight:before {
  content: "\eabd";
}
.linearicons-lampshade:before {
  content: "\eabe";
}
.linearicons-cord:before {
  content: "\eabf";
}
.linearicons-outlet:before {
  content: "\eac0";
}
.linearicons-battery-power:before {
  content: "\eac1";
}
.linearicons-battery-empty:before {
  content: "\eac2";
}
.linearicons-battery-alert:before {
  content: "\eac3";
}
.linearicons-battery-error:before {
  content: "\eac4";
}
.linearicons-battery-low1:before {
  content: "\eac5";
}
.linearicons-battery-low2:before {
  content: "\eac6";
}
.linearicons-battery-low3:before {
  content: "\eac7";
}
.linearicons-battery-mid1:before {
  content: "\eac8";
}
.linearicons-battery-mid2:before {
  content: "\eac9";
}
.linearicons-battery-mid3:before {
  content: "\eaca";
}
.linearicons-battery-full:before {
  content: "\eacb";
}
.linearicons-battery-charging:before {
  content: "\eacc";
}
.linearicons-battery-charging2:before {
  content: "\eacd";
}
.linearicons-battery-charging3:before {
  content: "\eace";
}
.linearicons-battery-charging4:before {
  content: "\eacf";
}
.linearicons-battery-charging5:before {
  content: "\ead0";
}
.linearicons-battery-charging6:before {
  content: "\ead1";
}
.linearicons-battery-charging7:before {
  content: "\ead2";
}
.linearicons-chip:before {
  content: "\ead3";
}
.linearicons-chip-x64:before {
  content: "\ead4";
}
.linearicons-chip-x86:before {
  content: "\ead5";
}
.linearicons-bubble:before {
  content: "\ead6";
}
.linearicons-bubbles:before {
  content: "\ead7";
}
.linearicons-bubble-dots:before {
  content: "\ead8";
}
.linearicons-bubble-alert:before {
  content: "\ead9";
}
.linearicons-bubble-question:before {
  content: "\eada";
}
.linearicons-bubble-text:before {
  content: "\eadb";
}
.linearicons-bubble-pencil:before {
  content: "\eadc";
}
.linearicons-bubble-picture:before {
  content: "\eadd";
}
.linearicons-bubble-video:before {
  content: "\eade";
}
.linearicons-bubble-user:before {
  content: "\eadf";
}
.linearicons-bubble-quote:before {
  content: "\eae0";
}
.linearicons-bubble-heart:before {
  content: "\eae1";
}
.linearicons-bubble-emoticon:before {
  content: "\eae2";
}
.linearicons-bubble-attachment:before {
  content: "\eae3";
}
.linearicons-phone-bubble:before {
  content: "\eae4";
}
.linearicons-quote-open:before {
  content: "\eae5";
}
.linearicons-quote-close:before {
  content: "\eae6";
}
.linearicons-dna:before {
  content: "\eae7";
}
.linearicons-heart-pulse:before {
  content: "\eae8";
}
.linearicons-pulse:before {
  content: "\eae9";
}
.linearicons-syringe:before {
  content: "\eaea";
}
.linearicons-pills:before {
  content: "\eaeb";
}
.linearicons-first-aid:before {
  content: "\eaec";
}
.linearicons-lifebuoy:before {
  content: "\eaed";
}
.linearicons-bandage:before {
  content: "\eaee";
}
.linearicons-bandages:before {
  content: "\eaef";
}
.linearicons-thermometer:before {
  content: "\eaf0";
}
.linearicons-microscope:before {
  content: "\eaf1";
}
.linearicons-brain:before {
  content: "\eaf2";
}
.linearicons-beaker:before {
  content: "\eaf3";
}
.linearicons-skull:before {
  content: "\eaf4";
}
.linearicons-bone:before {
  content: "\eaf5";
}
.linearicons-construction:before {
  content: "\eaf6";
}
.linearicons-construction-cone:before {
  content: "\eaf7";
}
.linearicons-pie-chart:before {
  content: "\eaf8";
}
.linearicons-pie-chart2:before {
  content: "\eaf9";
}
.linearicons-graph:before {
  content: "\eafa";
}
.linearicons-chart-growth:before {
  content: "\eafb";
}
.linearicons-chart-bars:before {
  content: "\eafc";
}
.linearicons-chart-settings:before {
  content: "\eafd";
}
.linearicons-cake:before {
  content: "\eafe";
}
.linearicons-gift:before {
  content: "\eaff";
}
.linearicons-balloon:before {
  content: "\eb00";
}
.linearicons-rank:before {
  content: "\eb01";
}
.linearicons-rank2:before {
  content: "\eb02";
}
.linearicons-rank3:before {
  content: "\eb03";
}
.linearicons-crown:before {
  content: "\eb04";
}
.linearicons-lotus:before {
  content: "\eb05";
}
.linearicons-diamond:before {
  content: "\eb06";
}
.linearicons-diamond2:before {
  content: "\eb07";
}
.linearicons-diamond3:before {
  content: "\eb08";
}
.linearicons-diamond4:before {
  content: "\eb09";
}
.linearicons-linearicons:before {
  content: "\eb0a";
}
.linearicons-teacup:before {
  content: "\eb0b";
}
.linearicons-teapot:before {
  content: "\eb0c";
}
.linearicons-glass:before {
  content: "\eb0d";
}
.linearicons-bottle2:before {
  content: "\eb0e";
}
.linearicons-glass-cocktail:before {
  content: "\eb0f";
}
.linearicons-glass2:before {
  content: "\eb10";
}
.linearicons-dinner:before {
  content: "\eb11";
}
.linearicons-dinner2:before {
  content: "\eb12";
}
.linearicons-chef:before {
  content: "\eb13";
}
.linearicons-scale2:before {
  content: "\eb14";
}
.linearicons-egg:before {
  content: "\eb15";
}
.linearicons-egg2:before {
  content: "\eb16";
}
.linearicons-eggs:before {
  content: "\eb17";
}
.linearicons-platter:before {
  content: "\eb18";
}
.linearicons-steak:before {
  content: "\eb19";
}
.linearicons-hamburger:before {
  content: "\eb1a";
}
.linearicons-hotdog:before {
  content: "\eb1b";
}
.linearicons-pizza:before {
  content: "\eb1c";
}
.linearicons-sausage:before {
  content: "\eb1d";
}
.linearicons-chicken:before {
  content: "\eb1e";
}
.linearicons-fish:before {
  content: "\eb1f";
}
.linearicons-carrot:before {
  content: "\eb20";
}
.linearicons-cheese:before {
  content: "\eb21";
}
.linearicons-bread:before {
  content: "\eb22";
}
.linearicons-ice-cream:before {
  content: "\eb23";
}
.linearicons-ice-cream2:before {
  content: "\eb24";
}
.linearicons-candy:before {
  content: "\eb25";
}
.linearicons-lollipop:before {
  content: "\eb26";
}
.linearicons-coffee-bean:before {
  content: "\eb27";
}
.linearicons-coffee-cup:before {
  content: "\eb28";
}
.linearicons-cherry:before {
  content: "\eb29";
}
.linearicons-grapes:before {
  content: "\eb2a";
}
.linearicons-citrus:before {
  content: "\eb2b";
}
.linearicons-apple:before {
  content: "\eb2c";
}
.linearicons-leaf:before {
  content: "\eb2d";
}
.linearicons-landscape:before {
  content: "\eb2e";
}
.linearicons-pine-tree:before {
  content: "\eb2f";
}
.linearicons-tree:before {
  content: "\eb30";
}
.linearicons-cactus:before {
  content: "\eb31";
}
.linearicons-paw:before {
  content: "\eb32";
}
.linearicons-footprint:before {
  content: "\eb33";
}
.linearicons-speed-slow:before {
  content: "\eb34";
}
.linearicons-speed-medium:before {
  content: "\eb35";
}
.linearicons-speed-fast:before {
  content: "\eb36";
}
.linearicons-rocket:before {
  content: "\eb37";
}
.linearicons-hammer2:before {
  content: "\eb38";
}
.linearicons-balance:before {
  content: "\eb39";
}
.linearicons-briefcase:before {
  content: "\eb3a";
}
.linearicons-luggage-weight:before {
  content: "\eb3b";
}
.linearicons-dolly:before {
  content: "\eb3c";
}
.linearicons-plane:before {
  content: "\eb3d";
}
.linearicons-plane-crossed:before {
  content: "\eb3e";
}
.linearicons-helicopter:before {
  content: "\eb3f";
}
.linearicons-traffic-lights:before {
  content: "\eb40";
}
.linearicons-siren:before {
  content: "\eb41";
}
.linearicons-road:before {
  content: "\eb42";
}
.linearicons-engine:before {
  content: "\eb43";
}
.linearicons-oil-pressure:before {
  content: "\eb44";
}
.linearicons-coolant-temperature:before {
  content: "\eb45";
}
.linearicons-car-battery:before {
  content: "\eb46";
}
.linearicons-gas:before {
  content: "\eb47";
}
.linearicons-gallon:before {
  content: "\eb48";
}
.linearicons-transmission:before {
  content: "\eb49";
}
.linearicons-car:before {
  content: "\eb4a";
}
.linearicons-car-wash:before {
  content: "\eb4b";
}
.linearicons-car-wash2:before {
  content: "\eb4c";
}
.linearicons-bus:before {
  content: "\eb4d";
}
.linearicons-bus2:before {
  content: "\eb4e";
}
.linearicons-car2:before {
  content: "\eb4f";
}
.linearicons-parking:before {
  content: "\eb50";
}
.linearicons-car-lock:before {
  content: "\eb51";
}
.linearicons-taxi:before {
  content: "\eb52";
}
.linearicons-car-siren:before {
  content: "\eb53";
}
.linearicons-car-wash3:before {
  content: "\eb54";
}
.linearicons-car-wash4:before {
  content: "\eb55";
}
.linearicons-ambulance:before {
  content: "\eb56";
}
.linearicons-truck:before {
  content: "\eb57";
}
.linearicons-trailer:before {
  content: "\eb58";
}
.linearicons-scale-truck:before {
  content: "\eb59";
}
.linearicons-train:before {
  content: "\eb5a";
}
.linearicons-ship:before {
  content: "\eb5b";
}
.linearicons-ship2:before {
  content: "\eb5c";
}
.linearicons-anchor:before {
  content: "\eb5d";
}
.linearicons-boat:before {
  content: "\eb5e";
}
.linearicons-bicycle:before {
  content: "\eb5f";
}
.linearicons-bicycle2:before {
  content: "\eb60";
}
.linearicons-dumbbell:before {
  content: "\eb61";
}
.linearicons-bench-press:before {
  content: "\eb62";
}
.linearicons-swim:before {
  content: "\eb63";
}
.linearicons-football:before {
  content: "\eb64";
}
.linearicons-baseball-bat:before {
  content: "\eb65";
}
.linearicons-baseball:before {
  content: "\eb66";
}
.linearicons-tennis:before {
  content: "\eb67";
}
.linearicons-tennis2:before {
  content: "\eb68";
}
.linearicons-ping-pong:before {
  content: "\eb69";
}
.linearicons-hockey:before {
  content: "\eb6a";
}
.linearicons-8ball:before {
  content: "\eb6b";
}
.linearicons-bowling:before {
  content: "\eb6c";
}
.linearicons-bowling-pins:before {
  content: "\eb6d";
}
.linearicons-golf:before {
  content: "\eb6e";
}
.linearicons-golf2:before {
  content: "\eb6f";
}
.linearicons-archery:before {
  content: "\eb70";
}
.linearicons-slingshot:before {
  content: "\eb71";
}
.linearicons-soccer:before {
  content: "\eb72";
}
.linearicons-basketball:before {
  content: "\eb73";
}
.linearicons-cube:before {
  content: "\eb74";
}
.linearicons-3d-rotate:before {
  content: "\eb75";
}
.linearicons-puzzle:before {
  content: "\eb76";
}
.linearicons-glasses:before {
  content: "\eb77";
}
.linearicons-glasses2:before {
  content: "\eb78";
}
.linearicons-accessibility:before {
  content: "\eb79";
}
.linearicons-wheelchair:before {
  content: "\eb7a";
}
.linearicons-wall:before {
  content: "\eb7b";
}
.linearicons-fence:before {
  content: "\eb7c";
}
.linearicons-wall2:before {
  content: "\eb7d";
}
.linearicons-icons:before {
  content: "\eb7e";
}
.linearicons-resize-handle:before {
  content: "\eb7f";
}
.linearicons-icons2:before {
  content: "\eb80";
}
.linearicons-select:before {
  content: "\eb81";
}
.linearicons-select2:before {
  content: "\eb82";
}
.linearicons-site-map:before {
  content: "\eb83";
}
.linearicons-earth:before {
  content: "\eb84";
}
.linearicons-earth-lock:before {
  content: "\eb85";
}
.linearicons-network:before {
  content: "\eb86";
}
.linearicons-network-lock:before {
  content: "\eb87";
}
.linearicons-planet:before {
  content: "\eb88";
}
.linearicons-happy:before {
  content: "\eb89";
}
.linearicons-smile:before {
  content: "\eb8a";
}
.linearicons-grin:before {
  content: "\eb8b";
}
.linearicons-tongue:before {
  content: "\eb8c";
}
.linearicons-sad:before {
  content: "\eb8d";
}
.linearicons-wink:before {
  content: "\eb8e";
}
.linearicons-dream:before {
  content: "\eb8f";
}
.linearicons-shocked:before {
  content: "\eb90";
}
.linearicons-shocked2:before {
  content: "\eb91";
}
.linearicons-tongue2:before {
  content: "\eb92";
}
.linearicons-neutral:before {
  content: "\eb93";
}
.linearicons-happy-grin:before {
  content: "\eb94";
}
.linearicons-cool:before {
  content: "\eb95";
}
.linearicons-mad:before {
  content: "\eb96";
}
.linearicons-grin-evil:before {
  content: "\eb97";
}
.linearicons-evil:before {
  content: "\eb98";
}
.linearicons-wow:before {
  content: "\eb99";
}
.linearicons-annoyed:before {
  content: "\eb9a";
}
.linearicons-wondering:before {
  content: "\eb9b";
}
.linearicons-confused:before {
  content: "\eb9c";
}
.linearicons-zipped:before {
  content: "\eb9d";
}
.linearicons-grumpy:before {
  content: "\eb9e";
}
.linearicons-mustache:before {
  content: "\eb9f";
}
.linearicons-tombstone-hipster:before {
  content: "\eba0";
}
.linearicons-tombstone:before {
  content: "\eba1";
}
.linearicons-ghost:before {
  content: "\eba2";
}
.linearicons-ghost-hipster:before {
  content: "\eba3";
}
.linearicons-halloween:before {
  content: "\eba4";
}
.linearicons-christmas:before {
  content: "\eba5";
}
.linearicons-easter-egg:before {
  content: "\eba6";
}
.linearicons-mustache2:before {
  content: "\eba7";
}
.linearicons-mustache-glasses:before {
  content: "\eba8";
}
.linearicons-pipe:before {
  content: "\eba9";
}
.linearicons-alarm:before {
  content: "\ebaa";
}
.linearicons-alarm-add:before {
  content: "\ebab";
}
.linearicons-alarm-snooze:before {
  content: "\ebac";
}
.linearicons-alarm-ringing:before {
  content: "\ebad";
}
.linearicons-bullhorn:before {
  content: "\ebae";
}
.linearicons-hearing:before {
  content: "\ebaf";
}
.linearicons-volume-high:before {
  content: "\ebb0";
}
.linearicons-volume-medium:before {
  content: "\ebb1";
}
.linearicons-volume-low:before {
  content: "\ebb2";
}
.linearicons-volume:before {
  content: "\ebb3";
}
.linearicons-mute:before {
  content: "\ebb4";
}
.linearicons-lan:before {
  content: "\ebb5";
}
.linearicons-lan2:before {
  content: "\ebb6";
}
.linearicons-wifi:before {
  content: "\ebb7";
}
.linearicons-wifi-lock:before {
  content: "\ebb8";
}
.linearicons-wifi-blocked:before {
  content: "\ebb9";
}
.linearicons-wifi-mid:before {
  content: "\ebba";
}
.linearicons-wifi-low:before {
  content: "\ebbb";
}
.linearicons-wifi-low2:before {
  content: "\ebbc";
}
.linearicons-wifi-alert:before {
  content: "\ebbd";
}
.linearicons-wifi-alert-mid:before {
  content: "\ebbe";
}
.linearicons-wifi-alert-low:before {
  content: "\ebbf";
}
.linearicons-wifi-alert-low2:before {
  content: "\ebc0";
}
.linearicons-stream:before {
  content: "\ebc1";
}
.linearicons-stream-check:before {
  content: "\ebc2";
}
.linearicons-stream-error:before {
  content: "\ebc3";
}
.linearicons-stream-alert:before {
  content: "\ebc4";
}
.linearicons-communication:before {
  content: "\ebc5";
}
.linearicons-communication-crossed:before {
  content: "\ebc6";
}
.linearicons-broadcast:before {
  content: "\ebc7";
}
.linearicons-antenna:before {
  content: "\ebc8";
}
.linearicons-satellite:before {
  content: "\ebc9";
}
.linearicons-satellite2:before {
  content: "\ebca";
}
.linearicons-mic:before {
  content: "\ebcb";
}
.linearicons-mic-mute:before {
  content: "\ebcc";
}
.linearicons-mic2:before {
  content: "\ebcd";
}
.linearicons-spotlights:before {
  content: "\ebce";
}
.linearicons-hourglass:before {
  content: "\ebcf";
}
.linearicons-loading:before {
  content: "\ebd0";
}
.linearicons-loading2:before {
  content: "\ebd1";
}
.linearicons-loading3:before {
  content: "\ebd2";
}
.linearicons-refresh:before {
  content: "\ebd3";
}
.linearicons-refresh2:before {
  content: "\ebd4";
}
.linearicons-undo:before {
  content: "\ebd5";
}
.linearicons-redo:before {
  content: "\ebd6";
}
.linearicons-jump2:before {
  content: "\ebd7";
}
.linearicons-undo2:before {
  content: "\ebd8";
}
.linearicons-redo2:before {
  content: "\ebd9";
}
.linearicons-sync:before {
  content: "\ebda";
}
.linearicons-repeat-one2:before {
  content: "\ebdb";
}
.linearicons-sync-crossed:before {
  content: "\ebdc";
}
.linearicons-sync2:before {
  content: "\ebdd";
}
.linearicons-repeat-one3:before {
  content: "\ebde";
}
.linearicons-sync-crossed2:before {
  content: "\ebdf";
}
.linearicons-return:before {
  content: "\ebe0";
}
.linearicons-return2:before {
  content: "\ebe1";
}
.linearicons-refund:before {
  content: "\ebe2";
}
.linearicons-history:before {
  content: "\ebe3";
}
.linearicons-history2:before {
  content: "\ebe4";
}
.linearicons-self-timer:before {
  content: "\ebe5";
}
.linearicons-clock:before {
  content: "\ebe6";
}
.linearicons-clock2:before {
  content: "\ebe7";
}
.linearicons-clock3:before {
  content: "\ebe8";
}
.linearicons-watch:before {
  content: "\ebe9";
}
.linearicons-alarm2:before {
  content: "\ebea";
}
.linearicons-alarm-add2:before {
  content: "\ebeb";
}
.linearicons-alarm-remove:before {
  content: "\ebec";
}
.linearicons-alarm-check:before {
  content: "\ebed";
}
.linearicons-alarm-error:before {
  content: "\ebee";
}
.linearicons-timer:before {
  content: "\ebef";
}
.linearicons-timer-crossed:before {
  content: "\ebf0";
}
.linearicons-timer2:before {
  content: "\ebf1";
}
.linearicons-timer-crossed2:before {
  content: "\ebf2";
}
.linearicons-download:before {
  content: "\ebf3";
}
.linearicons-upload:before {
  content: "\ebf4";
}
.linearicons-download2:before {
  content: "\ebf5";
}
.linearicons-upload2:before {
  content: "\ebf6";
}
.linearicons-enter-up:before {
  content: "\ebf7";
}
.linearicons-enter-down:before {
  content: "\ebf8";
}
.linearicons-enter-left:before {
  content: "\ebf9";
}
.linearicons-enter-right:before {
  content: "\ebfa";
}
.linearicons-exit-up:before {
  content: "\ebfb";
}
.linearicons-exit-down:before {
  content: "\ebfc";
}
.linearicons-exit-left:before {
  content: "\ebfd";
}
.linearicons-exit-right:before {
  content: "\ebfe";
}
.linearicons-enter-up2:before {
  content: "\ebff";
}
.linearicons-enter-down2:before {
  content: "\ec00";
}
.linearicons-enter-vertical:before {
  content: "\ec01";
}
.linearicons-enter-left2:before {
  content: "\ec02";
}
.linearicons-enter-right2:before {
  content: "\ec03";
}
.linearicons-enter-horizontal:before {
  content: "\ec04";
}
.linearicons-exit-up2:before {
  content: "\ec05";
}
.linearicons-exit-down2:before {
  content: "\ec06";
}
.linearicons-exit-left2:before {
  content: "\ec07";
}
.linearicons-exit-right2:before {
  content: "\ec08";
}
.linearicons-cli:before {
  content: "\ec09";
}
.linearicons-bug:before {
  content: "\ec0a";
}
.linearicons-code:before {
  content: "\ec0b";
}
.linearicons-file-code:before {
  content: "\ec0c";
}
.linearicons-file-image:before {
  content: "\ec0d";
}
.linearicons-file-zip:before {
  content: "\ec0e";
}
.linearicons-file-audio:before {
  content: "\ec0f";
}
.linearicons-file-video:before {
  content: "\ec10";
}
.linearicons-file-preview:before {
  content: "\ec11";
}
.linearicons-file-charts:before {
  content: "\ec12";
}
.linearicons-file-stats:before {
  content: "\ec13";
}
.linearicons-file-spreadsheet:before {
  content: "\ec14";
}
.linearicons-link:before {
  content: "\ec15";
}
.linearicons-unlink:before {
  content: "\ec16";
}
.linearicons-link2:before {
  content: "\ec17";
}
.linearicons-unlink2:before {
  content: "\ec18";
}
.linearicons-thumbs-up:before {
  content: "\ec19";
}
.linearicons-thumbs-down:before {
  content: "\ec1a";
}
.linearicons-thumbs-up2:before {
  content: "\ec1b";
}
.linearicons-thumbs-down2:before {
  content: "\ec1c";
}
.linearicons-thumbs-up3:before {
  content: "\ec1d";
}
.linearicons-thumbs-down3:before {
  content: "\ec1e";
}
.linearicons-share:before {
  content: "\ec1f";
}
.linearicons-share2:before {
  content: "\ec20";
}
.linearicons-share3:before {
  content: "\ec21";
}
.linearicons-magnifier:before {
  content: "\ec22";
}
.linearicons-file-search:before {
  content: "\ec23";
}
.linearicons-find-replace:before {
  content: "\ec24";
}
.linearicons-zoom-in:before {
  content: "\ec25";
}
.linearicons-zoom-out:before {
  content: "\ec26";
}
.linearicons-loupe:before {
  content: "\ec27";
}
.linearicons-loupe-zoom-in:before {
  content: "\ec28";
}
.linearicons-loupe-zoom-out:before {
  content: "\ec29";
}
.linearicons-cross:before {
  content: "\ec2a";
}
.linearicons-menu:before {
  content: "\ec2b";
}
.linearicons-list:before {
  content: "\ec2c";
}
.linearicons-list2:before {
  content: "\ec2d";
}
.linearicons-list3:before {
  content: "\ec2e";
}
.linearicons-menu2:before {
  content: "\ec2f";
}
.linearicons-list4:before {
  content: "\ec30";
}
.linearicons-menu3:before {
  content: "\ec31";
}
.linearicons-exclamation:before {
  content: "\ec32";
}
.linearicons-question:before {
  content: "\ec33";
}
.linearicons-check:before {
  content: "\ec34";
}
.linearicons-cross2:before {
  content: "\ec35";
}
.linearicons-plus:before {
  content: "\ec36";
}
.linearicons-minus:before {
  content: "\ec37";
}
.linearicons-percent:before {
  content: "\ec38";
}
.linearicons-chevron-up:before {
  content: "\ec39";
}
.linearicons-chevron-down:before {
  content: "\ec3a";
}
.linearicons-chevron-left:before {
  content: "\ec3b";
}
.linearicons-chevron-right:before {
  content: "\ec3c";
}
.linearicons-chevrons-expand-vertical:before {
  content: "\ec3d";
}
.linearicons-chevrons-expand-horizontal:before {
  content: "\ec3e";
}
.linearicons-chevrons-contract-vertical:before {
  content: "\ec3f";
}
.linearicons-chevrons-contract-horizontal:before {
  content: "\ec40";
}
.linearicons-arrow-up:before {
  content: "\ec41";
}
.linearicons-arrow-down:before {
  content: "\ec42";
}
.linearicons-arrow-left:before {
  content: "\ec43";
}
.linearicons-arrow-right:before {
  content: "\ec44";
}
.linearicons-arrow-up-right:before {
  content: "\ec45";
}
.linearicons-arrows-merge:before {
  content: "\ec46";
}
.linearicons-arrows-split:before {
  content: "\ec47";
}
.linearicons-arrow-divert:before {
  content: "\ec48";
}
.linearicons-arrow-return:before {
  content: "\ec49";
}
.linearicons-expand:before {
  content: "\ec4a";
}
.linearicons-contract:before {
  content: "\ec4b";
}
.linearicons-expand2:before {
  content: "\ec4c";
}
.linearicons-contract2:before {
  content: "\ec4d";
}
.linearicons-move:before {
  content: "\ec4e";
}
.linearicons-tab:before {
  content: "\ec4f";
}
.linearicons-arrow-wave:before {
  content: "\ec50";
}
.linearicons-expand3:before {
  content: "\ec51";
}
.linearicons-expand4:before {
  content: "\ec52";
}
.linearicons-contract3:before {
  content: "\ec53";
}
.linearicons-notification:before {
  content: "\ec54";
}
.linearicons-warning:before {
  content: "\ec55";
}
.linearicons-notification-circle:before {
  content: "\ec56";
}
.linearicons-question-circle:before {
  content: "\ec57";
}
.linearicons-menu-circle:before {
  content: "\ec58";
}
.linearicons-checkmark-circle:before {
  content: "\ec59";
}
.linearicons-cross-circle:before {
  content: "\ec5a";
}
.linearicons-plus-circle:before {
  content: "\ec5b";
}
.linearicons-circle-minus:before {
  content: "\ec5c";
}
.linearicons-percent-circle:before {
  content: "\ec5d";
}
.linearicons-arrow-up-circle:before {
  content: "\ec5e";
}
.linearicons-arrow-down-circle:before {
  content: "\ec5f";
}
.linearicons-arrow-left-circle:before {
  content: "\ec60";
}
.linearicons-arrow-right-circle:before {
  content: "\ec61";
}
.linearicons-chevron-up-circle:before {
  content: "\ec62";
}
.linearicons-chevron-down-circle:before {
  content: "\ec63";
}
.linearicons-chevron-left-circle:before {
  content: "\ec64";
}
.linearicons-chevron-right-circle:before {
  content: "\ec65";
}
.linearicons-backward-circle:before {
  content: "\ec66";
}
.linearicons-first-circle:before {
  content: "\ec67";
}
.linearicons-previous-circle:before {
  content: "\ec68";
}
.linearicons-stop-circle:before {
  content: "\ec69";
}
.linearicons-play-circle:before {
  content: "\ec6a";
}
.linearicons-pause-circle:before {
  content: "\ec6b";
}
.linearicons-next-circle:before {
  content: "\ec6c";
}
.linearicons-last-circle:before {
  content: "\ec6d";
}
.linearicons-forward-circle:before {
  content: "\ec6e";
}
.linearicons-eject-circle:before {
  content: "\ec6f";
}
.linearicons-crop:before {
  content: "\ec70";
}
.linearicons-frame-expand:before {
  content: "\ec71";
}
.linearicons-frame-contract:before {
  content: "\ec72";
}
.linearicons-focus:before {
  content: "\ec73";
}
.linearicons-transform:before {
  content: "\ec74";
}
.linearicons-grid:before {
  content: "\ec75";
}
.linearicons-grid-crossed:before {
  content: "\ec76";
}
.linearicons-layers:before {
  content: "\ec77";
}
.linearicons-layers-crossed:before {
  content: "\ec78";
}
.linearicons-toggle:before {
  content: "\ec79";
}
.linearicons-rulers:before {
  content: "\ec7a";
}
.linearicons-ruler:before {
  content: "\ec7b";
}
.linearicons-funnel:before {
  content: "\ec7c";
}
.linearicons-flip-horizontal:before {
  content: "\ec7d";
}
.linearicons-flip-vertical:before {
  content: "\ec7e";
}
.linearicons-flip-horizontal2:before {
  content: "\ec7f";
}
.linearicons-flip-vertical2:before {
  content: "\ec80";
}
.linearicons-angle:before {
  content: "\ec81";
}
.linearicons-angle2:before {
  content: "\ec82";
}
.linearicons-subtract:before {
  content: "\ec83";
}
.linearicons-combine:before {
  content: "\ec84";
}
.linearicons-intersect:before {
  content: "\ec85";
}
.linearicons-exclude:before {
  content: "\ec86";
}
.linearicons-align-center-vertical:before {
  content: "\ec87";
}
.linearicons-align-right:before {
  content: "\ec88";
}
.linearicons-align-bottom:before {
  content: "\ec89";
}
.linearicons-align-left:before {
  content: "\ec8a";
}
.linearicons-align-center-horizontal:before {
  content: "\ec8b";
}
.linearicons-align-top:before {
  content: "\ec8c";
}
.linearicons-square:before {
  content: "\ec8d";
}
.linearicons-plus-square:before {
  content: "\ec8e";
}
.linearicons-minus-square:before {
  content: "\ec8f";
}
.linearicons-percent-square:before {
  content: "\ec90";
}
.linearicons-arrow-up-square:before {
  content: "\ec91";
}
.linearicons-arrow-down-square:before {
  content: "\ec92";
}
.linearicons-arrow-left-square:before {
  content: "\ec93";
}
.linearicons-arrow-right-square:before {
  content: "\ec94";
}
.linearicons-chevron-up-square:before {
  content: "\ec95";
}
.linearicons-chevron-down-square:before {
  content: "\ec96";
}
.linearicons-chevron-left-square:before {
  content: "\ec97";
}
.linearicons-chevron-right-square:before {
  content: "\ec98";
}
.linearicons-check-square:before {
  content: "\ec99";
}
.linearicons-cross-square:before {
  content: "\ec9a";
}
.linearicons-menu-square:before {
  content: "\ec9b";
}
.linearicons-prohibited:before {
  content: "\ec9c";
}
.linearicons-circle:before {
  content: "\ec9d";
}
.linearicons-radio-button:before {
  content: "\ec9e";
}
.linearicons-ligature:before {
  content: "\ec9f";
}
.linearicons-text-format:before {
  content: "\eca0";
}
.linearicons-text-format-remove:before {
  content: "\eca1";
}
.linearicons-text-size:before {
  content: "\eca2";
}
.linearicons-bold:before {
  content: "\eca3";
}
.linearicons-italic:before {
  content: "\eca4";
}
.linearicons-underline:before {
  content: "\eca5";
}
.linearicons-strikethrough:before {
  content: "\eca6";
}
.linearicons-highlight:before {
  content: "\eca7";
}
.linearicons-text-align-left:before {
  content: "\eca8";
}
.linearicons-text-align-center:before {
  content: "\eca9";
}
.linearicons-text-align-right:before {
  content: "\ecaa";
}
.linearicons-text-align-justify:before {
  content: "\ecab";
}
.linearicons-line-spacing:before {
  content: "\ecac";
}
.linearicons-indent-increase:before {
  content: "\ecad";
}
.linearicons-indent-decrease:before {
  content: "\ecae";
}
.linearicons-text-wrap:before {
  content: "\ecaf";
}
.linearicons-pilcrow:before {
  content: "\ecb0";
}
.linearicons-direction-ltr:before {
  content: "\ecb1";
}
.linearicons-direction-rtl:before {
  content: "\ecb2";
}
.linearicons-page-break:before {
  content: "\ecb3";
}
.linearicons-page-break2:before {
  content: "\ecb4";
}
.linearicons-sort-alpha-asc:before {
  content: "\ecb5";
}
.linearicons-sort-alpha-desc:before {
  content: "\ecb6";
}
.linearicons-sort-numeric-asc:before {
  content: "\ecb7";
}
.linearicons-sort-numeric-desc:before {
  content: "\ecb8";
}
.linearicons-sort-amount-asc:before {
  content: "\ecb9";
}
.linearicons-sort-amount-desc:before {
  content: "\ecba";
}
.linearicons-sort-time-asc:before {
  content: "\ecbb";
}
.linearicons-sort-time-desc:before {
  content: "\ecbc";
}
.linearicons-sigma:before {
  content: "\ecbd";
}
.linearicons-pencil-line:before {
  content: "\ecbe";
}
.linearicons-hand:before {
  content: "\ecbf";
}
.linearicons-pointer-up:before {
  content: "\ecc0";
}
.linearicons-pointer-right:before {
  content: "\ecc1";
}
.linearicons-pointer-down:before {
  content: "\ecc2";
}
.linearicons-pointer-left:before {
  content: "\ecc3";
}
.linearicons-finger-tap:before {
  content: "\ecc4";
}
.linearicons-fingers-tap:before {
  content: "\ecc5";
}
.linearicons-reminder:before {
  content: "\ecc6";
}
.linearicons-fingers-crossed:before {
  content: "\ecc7";
}
.linearicons-fingers-victory:before {
  content: "\ecc8";
}
.linearicons-gesture-zoom:before {
  content: "\ecc9";
}
.linearicons-gesture-pinch:before {
  content: "\ecca";
}
.linearicons-fingers-scroll-horizontal:before {
  content: "\eccb";
}
.linearicons-fingers-scroll-vertical:before {
  content: "\eccc";
}
.linearicons-fingers-scroll-left:before {
  content: "\eccd";
}
.linearicons-fingers-scroll-right:before {
  content: "\ecce";
}
.linearicons-hand2:before {
  content: "\eccf";
}
.linearicons-pointer-up2:before {
  content: "\ecd0";
}
.linearicons-pointer-right2:before {
  content: "\ecd1";
}
.linearicons-pointer-down2:before {
  content: "\ecd2";
}
.linearicons-pointer-left2:before {
  content: "\ecd3";
}
.linearicons-finger-tap2:before {
  content: "\ecd4";
}
.linearicons-fingers-tap2:before {
  content: "\ecd5";
}
.linearicons-reminder2:before {
  content: "\ecd6";
}
.linearicons-gesture-zoom2:before {
  content: "\ecd7";
}
.linearicons-gesture-pinch2:before {
  content: "\ecd8";
}
.linearicons-fingers-scroll-horizontal2:before {
  content: "\ecd9";
}
.linearicons-fingers-scroll-vertical2:before {
  content: "\ecda";
}
.linearicons-fingers-scroll-left2:before {
  content: "\ecdb";
}
.linearicons-fingers-scroll-right2:before {
  content: "\ecdc";
}
.linearicons-fingers-scroll-vertical3:before {
  content: "\ecdd";
}
.linearicons-border-style:before {
  content: "\ecde";
}
.linearicons-border-all:before {
  content: "\ecdf";
}
.linearicons-border-outer:before {
  content: "\ece0";
}
.linearicons-border-inner:before {
  content: "\ece1";
}
.linearicons-border-top:before {
  content: "\ece2";
}
.linearicons-border-horizontal:before {
  content: "\ece3";
}
.linearicons-border-bottom:before {
  content: "\ece4";
}
.linearicons-border-left:before {
  content: "\ece5";
}
.linearicons-border-vertical:before {
  content: "\ece6";
}
.linearicons-border-right:before {
  content: "\ece7";
}
.linearicons-border-none:before {
  content: "\ece8";
}
.linearicons-ellipsis:before {
  content: "\ece9";
}
#logoleft{
  width:30%;
}

#logoright{
  width:70%;
}

#contact-details{
 /*visibility:hidden;*/
  display:none;
}

.fraseslnk :hover{
    color: #f38a00;
    text-decoration: underline #f38a00;
}

/*#item_174{
  width:250px;
}

#item_79{
  width:250px;
}

#item_80{
  width:250px;
}

#item_81{
  width:250px;
}

#module_318{
  margin-left:35px;
}*/
