
.eventgallery-subcategories .item-container {
  width: 25%;
  float: left;
  padding: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.eventgallery-subcategories .content {
  position: relative;
}
.eventgallery-subcategories .content .data {
  box-sizing: border-box;
  padding: 10px;
  position: absolute;
  text-align: center;
  width: 100%;
  max-height: 100%;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
  color: #DDD;
  transition: all 0.5s;
}
.eventgallery-subcategories .content:hover .data {
  background-color: rgba(0, 0, 0, 0.7);
  color: white;
}
/* Events Tiles View */
.eventgallery-module div#events .item-container {
  width: 50%;
}
/**
 Image List for Events
 */
.eventgallery-events-imagelist .event-content {
  font-size: 1rem;
  line-height: 1.2rem;
  position: absolute;
  font-weight: bold;
  color: white;
  bottom: 5px;
  width: calc(100% - 8px);
  background-color: rgba(0, 0, 0, 0.3);
  margin-bottom: 10px;
  padding: 10px;
  box-sizing: border-box;
}
/* Events */
#events .error {
  border: 5px solid red;
}
#events .thumbnail > img {
  display: inline;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}
#events .item-container {
  float: left;
  width: 33.3333333%;
  padding: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#events .item {
  float: left;
  padding: 0;
  margin: 0;
  cursor: hand;
  width: 100%;
  -webkit-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.5);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#events .item a {
  text-decoration: none;
}
#events .item .eg-content {
  padding: 0;
  margin: 0;
  position: relative;
  overflow: hidden;
}
#events .item .eg-content .data {
  background-color: rgba(0, 0, 0, 0.1);
  bottom: 0;
  color: #DDD;
  opacity: 0.8;
  position: absolute;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  width: 100%;
  z-index: 222;
}
#events .item .eg-content:hover .data {
  background-color: rgba(0, 0, 0, 0.9);
  opacity: 1;
  color: #EEE;
}
#events .item .eg-content .images {
  font-size: 0;
  margin: 0;
  padding: 0;
  z-index: 1;
}
#events .item .eg-content .images img {
  opacity: 1;
  width: 100%;
  height: auto;
}
#events .item .eg-content:hover .images img {
  opacity: 1;
}
#events .item .eg-content .thumbnails img {
  padding: 0;
  margin: 0;
}
#events .item h2 {
  font-size: 1em;
}
#events .item h3 {
  font-size: 0.9em;
}
#events .item .date {
  height: 18px;
  font-size: 0.7em;
  font-weight: bold;
  margin: 0 10px;
}
#events .item .title {
  min-height: 60px;
  font-size: 1.2em;
  overflow: auto;
  margin: 0 10px;
  word-break: break-word;
  word-wrap: break-word;
  -epub-hyphens: auto;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -o-hyphens: auto;
  hyphens: auto;
}
#events .item .imagecount,
#events .item .eventhits,
#events .item .text,
#events .item .overallCount {
  font-weight: bold;
  font-size: 0.8em;
  margin: 0 10px;
}
#events .item .imagecount,
#events .item .eventhits {
  float: left;
}
#events .item .thumbnail {
  margin-top: 0;
}
.eventgallery-module .eventgallery-tiles-list .eventgallery-tile {
  width: 50%;
}
.eventgallery-tiles-list .eventgallery-tiles {
  position: relative;
  margin-left: -3px;
  margin-right: -3px;
}
.eventgallery-tiles-list .eventgallery-tile {
  width: 33.33%;
  padding: 6px;
  margin: 0;
  visibility: hidden;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.eventgallery-tiles-list .eventgallery-tile .wrapper {
  padding: 0;
  margin: 0;
  border: 0 solid silver;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.33);
  -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.33);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.33);
}
.eventgallery-tiles-list .eventgallery-tile .event-thumbnails {
  position: relative;
  line-height: 0;
}
.eventgallery-tiles-list .eventgallery-tile a {
  text-decoration: none;
}
.eventgallery-tiles-list .wrapper .data {
  padding: 10px;
  word-break: break-word;
  word-wrap: break-word;
  -epub-hyphens: auto;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -o-hyphens: auto;
  hyphens: auto;
}
.eventgallery-tiles-list .eventgallery-tile .data .imagecount,
.eventgallery-tiles-list .eventgallery-tile .data .eventhits {
  float: left;
  padding-right: 10px;
}
.eventgallery-tiles-list .eventgallery-tile img {
  border-radius: 3px 3px 0 0;
}
/* Event List - Square Layout */
.eventgallery-module .eventgallery-square-list .eventgallery-square {
  width: 50%;
}
/* Event List - Tiles Layout */
/* Event Sqaure View */
.eventgallery-square-list .eventgallery-square {
  width: 33.33%;
  padding: 0.5px;
  margin: 0;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.eventgallery-square-list .eventgallery-square .event-thumbnails {
  line-height: 0;
}
/* Simple List Tiles */
.eventgallery-module .eventgallery-simplelist-tile {
  width: 50%;
}
.eventgallery-simplelist {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: left;
  align-items: center;
}
.eventgallery-simplelist .event-thumbnails .event-thumbnail {
  display: inline-block;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.eventgallery-simplelist .eventgallery-simplelist-tile {
  width: 25%;
  padding: 6px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* Event - Imagelist */
.eventgallery-imagelist .thumbnail-container .content {
  font-size: 12px;
  line-height: 14px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  padding: 8px;
  color: #FFF;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
.eventgallery-imagelist .thumbnail-container:hover .content,
.eventgallery-imagelist .thumbnail-container:active .content {
  opacity: 1;
}
.eventgallery-imagelist .thumbnail-container .content .data {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  text-align: center;
}
.eventgallery-imagelist .thumbnail-container:hover .content .data {
  background-color: rgba(0, 0, 0, 0.9);
}
.eventgallery-imagelist .thumbnail-container .content .data h2 {
  background-color: rgba(255, 255, 255, 0);
  padding: 10px 0;
  margin: 5px 0;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  position: relative;
  top: -100%;
  left: 0;
}
.eventgallery-imagelist .thumbnail-container:hover .content .data h2 {
  background-color: rgba(255, 255, 255, 0.5);
  top: 0;
}
.eventgallery-imagelist .thumbnail-container:hover .content .eventgallery-caption {
  margin-top: 10px;
}
/* Event - Ajaxpaging */
.ajaxpaging .navigation {
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  border-width: 0;
  opacity: 0;
}
.ajaxpaging #pageContainer {
  width: 60000px;
  -webkit-transition: margin 1s ease-in-out;
  -moz-transition: margin 1s ease-in-out;
  -o-transition: margin 1s ease-in-out;
  -ms-transition: margin 1s ease-in-out;
  transition: margin 1s ease-in-out;
}
.ajaxpaging #pagerContainer {
  width: 100%;
  margin-right: 0;
}
.ajaxpaging .page {
  float: left;
  width: 500px;
  margin-bottom: 10px;
  min-height: 130px;
}
.ajaxpaging .ajax-thumbnails {
  display: flex;
  flex-flow: wrap;
  justify-content: space-evenly;
}
.ajaxpaging .thumbnail a {
  outline: none;
  line-height: 0;
  font-size: 0;
}
.ajaxpaging .thumbnail {
  margin-right: 5px;
  margin-bottom: 5px;
  padding: 2px;
  display: inline-block;
}
.ajaxpaging .thumbnail:hover {
  border-color: gray;
}
.ajaxpaging .thumbnail img {
  border: 2px solid white;
  -webkit-transition: border-color 0.5s;
  -moz-transition: border-color 0.5s;
  -o-transition: border-color 0.5s;
  -ms-transition: border-color 0.5s;
  transition: border-color 0.5s;
}
.ajaxpaging .thumbnail-active img {
  border: 2px solid gray;
  padding: 0;
}
.ajaxpaging .thumbnail-loading img {
  opacity: 0.25;
}
.ajaxpaging pre {
  border: 1px solid #fff;
  background-color: #333;
  padding: 5px;
}
.ajaxpaging .thumbnail div img {
  margin: 22px;
}
.ajaxpaging .image {
  width: auto;
  max-height: 800px;
  opacity: 0;
}
.ajaxpaging #bigimageContainer {
  float: left;
  position: relative;
  text-align: center;
  width: 100%;
}
.ajaxpaging #bigimageContainer .link:hover {
  background-color: transparent;
}
.ajaxpaging #bigImage {
  width: auto;
  max-height: 800px;
}
.ajaxpaging #prev {
  float: left;
}
.ajaxpaging #next {
  float: right;
}
.ajaxpaging .img_overlay {
  background: #000;
  filter: alpha(opacity=74);
  opacity: 0.74;
  position: absolute;
  color: white;
  left: 10px;
  bottom: 15px;
  text-align: center;
  font-variant: small-caps;
  line-height: 1.1em;
  width: 100%;
}
.ajaxpaging .img_overlay_fotos {
  filter: alpha(opacity=64);
  opacity: 0.64;
  left: 0;
  bottom: 10px;
  padding-top: 5px;
  text-align: center;
  font-variant: small-caps;
  line-height: 1.1em;
}
.ajaxpaging .jsgallery-prev {
  background: url(//fhw.artsfond.com//media/com_eventgallery/dist/8676186dc9de003d30c3.png) no-repeat left 50%;
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 63px;
}
.ajaxpaging .jsgallery-zoom {
  background: url(//fhw.artsfond.com//media/com_eventgallery/dist/32a9dd5b285723bd10d2.png) no-repeat 50% 50%;
  display: block;
  height: 100%;
  left: 70px;
  position: absolute;
  top: 0;
  width: 80%;
}
.ajaxpaging .jsgallery-next {
  background: url(//fhw.artsfond.com//media/com_eventgallery/dist/38e42950475fb41f652f.png) no-repeat right 50%;
  display: block;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 63px;
}
.ajaxpaging .jsgallery-add2cart {
  display: block;
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 999;
}
.ajaxpaging .jsgallery-cartconnector {
  display: block;
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 999;
}
.ajaxpaging .jsgallery-socialmedia {
  display: block;
  left: 10px;
  position: absolute;
  right: 0;
  top: 10px;
  width: 40px;
  z-index: 999;
}
/* Single Image */
#singleimage .singleimage {
  width: 100%;
  min-height: 400px;
  background-image: url(//fhw.artsfond.com//media/com_eventgallery/dist/f6c7a37349cc278875f8.gif);
  background-repeat: no-repeat;
  background-position: 30% 10px;
}
#singleimage .singleimage #bigimagelink {
  margin: 10px 0;
  display: block;
}
#singleimage .thumbnail > img {
  display: inline;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  background-size: 100% auto;
}
#singleimage .hits {
  display: inline;
  top: -4px;
  position: relative;
}
#singleimage .from {
  font-size: 0.8em;
  margin-bottom: 10px;
}
#singleimage .details .content {
  padding: 10px;
}
#singleimage .details {
  padding-top: 10px;
}
#singleimage .filename {
  width: 100%;
  text-align: right;
}
.latestpics a {
  display: block;
}
.latestpic {
  padding-top: 3px;
  padding-bottom: 3px;
}
.eventgallery-lazyme {
  /*
    * We need to be careful with using all since this would make
    * all the images visible from the beginning so lazyload will not work.
    */
}
.eventgallery-lazyload-loaded {
  opacity: 1;
  -webkit-transition: opacity 0.2s 0.5s ease-out;
  -moz-transition: opacity 0.2s 0.5s ease-out;
  -o-transition: opacity 0.2s 0.5s ease-out;
  -ms-transition: opacity 0.2s 0.5s ease-out;
  transition: opacity 0.2s 0.5s ease-out;
}
.eventgallery-lazyload-loading {
  opacity: 0;
}
/* cart */
.eventgallery-minicart {
  display: none;
}
.eventgallery-minicart-internal {
  margin-bottom: 20px;
  padding: 10px;
}
.eventgallery-minicart .cart-items {
  transition: height 0.25s ease-in-out;
  height: 90px;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
}
.eventgallery-minicart .toggle-down,
.eventgallery-minicart .toggle-up {
  display: none;
  text-align: right;
}
.eventgallery-minicart .cart-items img {
  height: 48px;
  width: 48px;
}
.eventgallery-minicart .cart-items .thumbnail {
  display: inline-block;
}
.eventgallery-minicart .cart-items .cart-item {
  position: relative;
  margin-right: 25px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.eventgallery-minicart .cart-items .cart-item .badge {
  position: absolute;
  top: -5px;
  right: -5px;
  padding-left: 9px;
  padding-right: 9px;
  border-radius: 9px;
  background-color: #3a87ad;
}
.eventgallery-minicart .cart-items .cart-item .button-removeFromCart {
  position: absolute;
  right: -2px;
  bottom: 5px;
  text-decoration: none;
}
.eventgallery-minicart .cart-items .cart-summary {
  float: left;
  width: 100%;
}
.eventgallery-minicart .cart-items .thumbnail {
  margin-bottom: 9px;
  padding: 4px;
}
.cart-item .lineitem-comment-hidden {
  display: none;
}
.cart-item .lineitem-comment textarea {
  width: 100%;
}
.eg-form-actions {
  padding: 0;
  margin-top: 10px;
  display: flex;
  justify-content: flex-end;
  flex-grow: 1;
  flex-wrap: wrap;
}
.eg-form-actions > div {
  margin-top: 10px;
}
.eg-form-actions > div.left {
  margin-right: auto;
}
.information .image-details {
  margin-bottom: 10px;
}
.information .image-details .eg-file-title {
  font-weight: bold;
  display: block;
}
.information .image-details .eg-file-caption {
  display: block;
}
.imagetypeselection-container .imageset {
  display: grid;
  grid-template-columns: 150px auto;
  grid-template-rows: 150px auto;
}
.imagetypeselection-container .imageset .preview-image {
  grid-column-start: 1;
  grid-row-start: 1;
}
.imagetypeselection-container .imageset .imageset-details {
  grid-column-start: 2;
  grid-row-start: 1;
  padding: 0 20px;
}
.imagetypeselection-container .imageset .imageset-details .imageset-description {
  margin-bottom: 20px;
}
.imagetypeselection-container .imageset .pricelist {
  grid-column-start: 1;
  grid-column-end: 3;
  grid-row-start: 2;
}
.imagetypeselection-container .imageset .price {
  font-weight: bold;
}
.imagetypeselection-container .input-append .qty {
  width: 30px;
  text-align: center;
}
.imagetypeselection-container .qtyplus,
.imagetypeselection-container .qtyminus {
  width: 25px;
  height: 25px;
}
.imagetypeselection-container .pricedisplay .scaleprices {
  margin-bottom: 0;
}
.imagetypeselection-container .pricedisplay .scaleprices th,
.imagetypeselection-container .pricedisplay .scaleprices td {
  border-width: 0;
  padding-top: 0;
  padding-left: 0;
}
.imagetypeselection-container .pricedisplay .scaleprices th {
  display: none;
}
.imagetypeselection-container .pricedisplay .scaleprices td {
  padding: 0 0 10px 0;
}
.imagetypeselection-container .pricedisplay .scaleprices td.price {
  text-align: right;
}
table.scaleprices {
  max-width: 350px;
}
table.scaleprices td,
table.scaleprices th {
  text-align: right;
}
table.scaleprices td.explaination {
  text-align: left;
}
.imagetypeselection .imagetypegroups > a {
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.05);
  padding: 3px 5px;
  border-radius: 2px;
  margin-right: 5px;
}
.imagetypeselection .pricelist {
  overflow: auto;
  max-height: 350px;
  margin: 20px 0;
  position: relative;
}
.imagetypeselection .pricelist-line:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.imagetypeselection .imagetypegroup-name {
  font-weight: bold;
  font-size: 150%;
  background-color: rgba(0, 0, 0, 0.05);
  padding: 5px;
  display: inline-block;
  border-radius: 2px;
  margin-top: 5px;
  margin-bottom: 20px;
}
.imagetypeselection .imagetypegroup-description {
  margin-left: 5px;
}
.imagetypeselection tr.group:nth-child(1) {
  border-top: none;
}
.imagetypeselection tr.group:nth-child(1) td {
  padding: 0 0 15px 0;
}
.imagetypeselection tr.group {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}
.imagetypeselection tr.group td {
  padding: 15px 0;
}
.imagetypeselection .description {
  display: none;
}
.imagetypeselection .quantityselection {
  width: 150px;
}
.imagetypeselection td {
  padding: 5px;
  vertical-align: top;
}
.imagetypeselection .pricedisplay {
  text-align: right;
}
.imagetypeselection .pull-right {
  float: right;
}
.imagetypeselection .input-append {
  display: inline-block;
  margin-bottom: 10px;
  margin-left: 10px;
  vertical-align: middle;
  font-size: 0;
  white-space: nowrap;
}
.imagetypeselection .input-append input,
.imagetypeselection .input-append button {
  font-size: 14px;
  height: 30px;
  line-height: 18px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.imagetypeselection .input-append button {
  padding: 6px 12px;
}
.imagetypeselection .input-append input {
  position: relative;
  display: inline-block;
  vertical-align: top;
  min-width: 50px;
}
.imagetypeselection .btn {
  display: inline-block;
  padding: 4px 12px;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
}
.imagetypeselection div::-webkit-scrollbar,
.imagetypeselection form::-webkit-scrollbar {
  width: 4px;
}
.imagetypeselection div::-webkit-scrollbar-thumb,
.imagetypeselection form::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.05);
}
.imagetypeselection div::-webkit-scrollbar-thumb:hover,
.imagetypeselection form::-webkit-scrollbar-thumb:hover {
  background: black;
}
.imagetypeselection div:hover::-webkit-scrollbar-thumb,
.imagetypeselection form:hover::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.2);
}
.imagetypeselection div::-webkit-scrollbar-track-piece,
.imagetypeselection form::-webkit-scrollbar-track-piece {
  background-color: transparent;
}
/**
* Cart & checkout page
*/
.eventgallery-cart .cart-items .thumbnail,
.eventgallery-checkout .cart-items .thumbnail {
  display: inline-block;
}
.eventgallery-cart .cart-items table {
  width: 100%;
}
.eventgallery-cart .cart-items .price {
  padding-left: 10px;
  flex-grow: 1;
}
.eventgallery-cart .cart-items .price input {
  text-align: right;
  width: 100%;
}
.lineitem-comment-hidden {
  display: none;
}
.eventgallery-cart .cart-items,
.eventgallery-checkout .cart-items {
  width: 100%;
}
.eventgallery-cart .cart-items .lineitem-container,
.eventgallery-checkout .cart-items .lineitem-container {
  margin-bottom: 20px;
}
.eventgallery-cart .cart-items .lineitem-container:last-child,
.eventgallery-checkout .cart-items .lineitem-container:last-child {
  margin-bottom: 0;
}
.eventgallery-checkout .checkout-form,
.eventgallery-cart .cart-form {
  margin-top: 20px;
}
.eventgallery-cart .cart-items .image,
.eventgallery-checkout .cart-items .image {
  margin-right: 20px;
  margin-bottom: 10px;
}
.eventgallery-cart .lineitem-container,
.eventgallery-checkout .lineitem-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
.eventgallery-cart .lineitem-container div:last-child,
.eventgallery-checkout .lineitem-container div:last-child {
  text-align: right;
}
.eventgallery-cart .card,
.eventgallery-checkout .card {
  margin-bottom: 20px;
}
.eventgallery-checkout .basic-information {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.eventgallery-checkout .method-information {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.eventgallery-checkout .address-and-payment-information {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.eventgallery-checkout .basic-information > p,
.eventgallery-checkout .method-information > div,
.eventgallery-checkout .address-and-payment-information > div {
  padding-right: 20px;
  margin-bottom: 20px;
  min-width: 33%;
}
.eventgallery-checkout .basic-information > p:last-child,
.eventgallery-checkout .method-information > div:last-child,
.eventgallery-checkout .address-and-payment-information > div:last-child {
  padding-right: 0;
}
.eventgallery-cart .cart-items .information,
.eventgallery-checkout .cart-items .information {
  word-break: break-word;
  flex-grow: 2;
  flex-basis: 200px;
}
.eventgallery-cart .cart-items .information input,
.eventgallery-checkout .cart-items .information .quantity {
  margin-right: 10px;
  margin-bottom: 10px;
  display: inline-block;
}
.eventgallery-cart .cart-items .information select,
.eventgallery-checkout .cart-items .information .imagetype-details .displayname {
  margin-bottom: 10px;
}
.eventgallery-cart .cart-items .imagetype-details span,
.eventgallery-checkout .cart-items .imagetype-details span {
  display: block;
}
.eventgallery-cart .cart-summary,
.eventgallery-checkout .cart-summary {
  width: 100%;
  line-height: 1.5;
}
.eventgallery-cart .cart-summary-table,
.eventgallery-checkout .cart-summary-table {
  width: 100%;
}
.eventgallery-cart .cart-summary-table td,
.eventgallery-checkout .cart-summary-table td {
  vertical-align: top;
}
.eventgallery-cart .cart-summary .eg-total-headline,
.eventgallery-checkout .cart-summary .eg-total-headline {
  padding-right: 40px;
}
.eventgallery-cart .cart-summary .eg-total-amount,
.eventgallery-checkout .cart-summary .eg-total-amount {
  text-align: right;
}
.eventgallery-cart .cart-summary .subtotal .eg-total-headline,
.eventgallery-checkout .cart-summary .subtotal .eg-total-headline,
.eventgallery-cart .cart-summary .subtotal .eg-total-amount,
.eventgallery-checkout .cart-summary .subtotal .eg-total-amount {
  font-size: 1.4em;
}
.eventgallery-cart .cart-summary .total,
.eventgallery-checkout .cart-summary .total {
  font-weight: bold;
  border-top: 1px solid black;
}
.eventgallery-cart .cart-summary .total .eg-total-headline,
.eventgallery-checkout .cart-summary .total .eg-total-headline,
.eventgallery-cart .cart-summary .total .eg-total-amount,
.eventgallery-checkout .cart-summary .total .eg-total-amount {
  font-size: 1.6em;
}
.eventgallery-cart .cart-summary .vat,
.eventgallery-checkout .cart-summary .vat {
  font-size: 0.7em;
}
.eventgallery-checkout-disclaimer-content {
  max-width: 600px;
}
/* Joomla 3 fallback */
.eventgallery-cart input.form-control-plaintext {
  display: block;
  width: 100%;
  color: #22262a;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  cursor: text;
  padding: 0;
}
/* Order Status Panel*/
.eventgallery-checkout .card-body.order-status {
  padding-bottom: 0;
}
.eventgallery-checkout .order-status {
  display: flex;
  width: 100%;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.eventgallery-checkout .order-status > div {
  margin-bottom: 20px;
  padding: 10px;
}
.eventgallery-checkout .order-status .order-status-headline {
  font-weight: bold;
  margin-bottom: 10px;
}
/* Change page */
.eventgallery-change-page .card fieldset {
  padding: 0;
  margin: 0;
}
.eventgallery-change-page .payment-container,
.eventgallery-change-page .shipping-container {
  margin-bottom: 20px;
}
.eventgallery-change-page .payment-container:last-child,
.eventgallery-change-page .shipping-container:last-child {
  margin-bottom: 0;
}
.eventgallery-change-page .payment-container .payment-body,
.eventgallery-change-page .shipping-container .payment-body,
.eventgallery-change-page .payment-container .shipping-body,
.eventgallery-change-page .shipping-container .shipping-body {
  padding: 5px 10px 5px 27px;
  display: none;
}
.eventgallery-change-page .payment-container .payment-head input,
.eventgallery-change-page .shipping-container .payment-head input,
.eventgallery-change-page .payment-container .shipping-head input,
.eventgallery-change-page .shipping-container .shipping-head input {
  margin-right: 10px;
}
.eventgallery-track-my-order .form,
.eventgallery-track-my-order .signin {
  float: left;
  width: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
  min-width: 350px;
}
.eventgallery-track-my-order .signin {
  min-width: 250px;
}
.eventgallery-track-my-order .desc {
  margin-bottom: 20px;
}
@media (max-width: 1000px) {
  .eventgallery-track-my-order .form,
  .eventgallery-track-my-order .signin {
    width: 100%;
  }
}
#eventgallery-overlay {
  background-color: white;
  border: 1px solid #EEEEEE;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.5);
  color: black;
  padding: 10px;
  z-index: 10002;
}
#eventgallery-overlay .btn-close-overlay {
  float: right;
  background: none;
  padding: 5px;
  border: none;
}
#eventgallery-overlay .btn-close-overlay:hover {
  color: darkred;
}
#eventgallery-overlay-background {
  background: #000;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  opacity: 0.5;
  position: fixed;
  width: 100%;
  z-index: 10001;
}
.pswp .social-share-button-close {
  display: none;
}
.pswp .pswp__share-tooltip a:hover {
  color: grey;
}
.pswp button.pswp__button--add2cart,
.pswp button.pswp__button--download,
.pswp button.pswp__button--playpause {
  color: white !important;
  display: block;
  background: none;
  width: 44px;
  height: 44px;
}
.pswp button.pswp__button--add2cart:before {
  font: normal normal normal 21px/1 EGFontAwesome;
  content: "\F217";
}
.pswp button.pswp__button--download:before {
  font: normal normal normal 21px/1 EGFontAwesome;
  content: "\f0ed";
}
.pswp .pswp__button--playpause.play:before {
  font: normal normal normal 16px/1 EGFontAwesome;
  content: "\f04b";
}
.pswp .pswp__button--playpause.pause:before {
  font: normal normal normal 16px/1 EGFontAwesome;
  content: "\f04c";
}
.pswp .pswp_hide {
  display: none !important;
}
.pswp .pswp__button--share {
  background-image: none !important;
  font: normal normal normal 16px EGFontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}
.pswp .pswp__button--share:before {
  content: "\f1e0";
  color: white;
  font-size: 21px;
}
.pswp .img-caption,
.pswp .img-exif,
.pswp .img-id {
  display: block;
}
@media (max-height: 450px) {
  .pswp--touch div.pswp__share-tooltip a {
    padding: 8px 8px;
  }
}
/**
* fixes the broken layout in the Joomla4 blog layout.
 */
.blog-item {
  min-width: 0;
}
ul.glide__slides {
  margin: 0;
}
.card div,
.card.body,
.card-title {
  box-sizing: border-box;
}
.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid #dfe3e7;
  border-radius: 0.25rem;
}
.card-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid #dfe3e7;
}
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.card-body {
  flex: 1 1 auto;
  padding: 1rem;
}
/* General Styles */
.pagination-limitbox .clear {
  clear: both;
}
img.eg-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
/* Captions General */
.img-caption,
.img-exif,
.img-id {
  font-variant: normal;
  font-weight: normal;
  padding: 0 10px;
}
.img-caption {
  display: block;
}
#cboxLoadedContent .img-exif,
#cboxLoadedContent .img-id {
  display: block;
  font-size: 0.9em;
}
#cboxLoadedContent .img-caption,
#cboxLoadedContent .img-exif,
#cboxLoadedContent .img-id {
  padding: 5px 0 0 0;
}
.img-caption-part1 {
  font-weight: bold;
  display: block;
  padding-bottom: 10px;
}
.thumbnail-container a {
  width: auto;
}
.thumbnails .thumbnail-container {
  float: left;
  position: relative;
}
.thumbnails .thumbnail {
  margin: 3px;
  display: block;
  font-size: 0;
  line-height: 0;
}
/* Cart buttons */
div.thumbnail-container .social-share-button .egfa,
div.thumbnail-container .eventgallery-add2cart .egfa,
div.thumbnail-container .eg-download .egfa,
.button-removeFromCart .egfa {
  color: white;
  text-shadow: -0.5px -0.5px #666, -0.5px -0.5px #666, -0.5px -0.5px #666, -0.5px -0.5px #666;
}
.button-removeFromCart .egfa {
  color: orangered;
}
.social-sharing-toolbox {
  padding: 10px;
  background-color: white;
  border: 1px solid #EEEEEE;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.5);
  z-index: 10000;
}
.eventgallery-footer-disclaimer {
  margin-top: 20px;
}
/** Bootstrap fixes */
.eventgallery-thumbnails,
.event div.thumbnails,
.mod-eventgallery-event div.thumbnails {
  margin-left: 0;
}
.eventgallery-module .eventgallery-simplelist .eventgallery-simplelist-tile {
  padding: 0;
}
.eventgallery-icon-container .eventgallery-add2cart,
.eventgallery-icon-container .button-cart-connector,
.eventgallery-icon-container .social-share-button,
.eventgallery-icon-container .eg-download {
  opacity: 0.6;
  display: inline-block;
  padding: 3px;
  margin: 2px;
  background-color: rgba(0, 0, 0, 0.5);
}
.eventgallery-icon-container {
  position: absolute;
  bottom: 5px;
  right: 5px;
  font-size: 12px;
  color: white;
  text-align: right;
  z-index: 223;
  -webkit-transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -ms-transition: opacity 0.25s ease-in-out;
  -o-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
}
.thumbnail-container:hover .eventgallery-icon-container span {
  opacity: 1;
}
.thumbnail-container .eventgallery-icon-container span:hover {
  background-color: rgba(0, 0, 0, 0.9);
}
a.event-thumbnail {
  display: inline-block;
  position: relative;
}

/*!
 *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'EGFontAwesome';
  src: url(//fhw.artsfond.com//media/com_eventgallery/dist/03605b2467d43a9f4c63.eot?v=4.3.0);
  src: url(//fhw.artsfond.com//media/com_eventgallery/dist/03605b2467d43a9f4c63.eot?#iefix&v=4.3.0) format('embedded-opentype'), url(//fhw.artsfond.com//media/com_eventgallery/dist/fb685a7c7e4aae2d4d71.woff2?v=4.3.0) format('woff2'), url(//fhw.artsfond.com//media/com_eventgallery/dist/c589f72df384e3ef078b.woff?v=4.3.0) format('woff'), url(//fhw.artsfond.com//media/com_eventgallery/dist/45f9f92a5bfbad4be12f.ttf?v=4.3.0) format('truetype'), url(//fhw.artsfond.com//media/com_eventgallery/dist/fd7873675ac92feb54ea.svg?v=4.3.0#fontawesomeregular) format('svg');
  font-weight: normal;
  font-style: normal;
}
.egfa {
  display: inline-block;
  font: normal normal normal 14px/1 EGFontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}
/* makes the font 33% larger relative to the icon container */
.egfa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.egfa-2x {
  font-size: 2em;
}
.egfa-3x {
  font-size: 3em;
}
.egfa-4x {
  font-size: 4em;
}
.egfa-5x {
  font-size: 5em;
}
.egfa-fw {
  width: 1.28571429em;
  text-align: center;
}
.egfa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.egfa-ul > li {
  position: relative;
}
.egfa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.egfa-li.egfa-lg {
  left: -1.85714286em;
}
.egfa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.egfa.pull-left {
  margin-right: 0.3em;
}
.egfa.pull-right {
  margin-left: 0.3em;
}
.egfa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.egfa-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);
  }
}
.egfa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.egfa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.egfa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.egfa-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);
}
.egfa-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 .egfa-rotate-90,
:root .egfa-rotate-180,
:root .egfa-rotate-270,
:root .egfa-flip-horizontal,
:root .egfa-flip-vertical {
  filter: none;
}
.egfa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.egfa-stack-1x,
.egfa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.egfa-stack-1x {
  line-height: inherit;
}
.egfa-stack-2x {
  font-size: 2em;
}
.egfa-inverse {
  color: #fff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.egfa-glass:before {
  content: "\f000";
}
.egfa-music:before {
  content: "\f001";
}
.egfa-search:before {
  content: "\f002";
}
.egfa-envelope-o:before {
  content: "\f003";
}
.egfa-heart:before {
  content: "\f004";
}
.egfa-star:before {
  content: "\f005";
}
.egfa-star-o:before {
  content: "\f006";
}
.egfa-user:before {
  content: "\f007";
}
.egfa-film:before {
  content: "\f008";
}
.egfa-th-large:before {
  content: "\f009";
}
.egfa-th:before {
  content: "\f00a";
}
.egfa-th-list:before {
  content: "\f00b";
}
.egfa-check:before {
  content: "\f00c";
}
.egfa-remove:before,
.egfa-close:before,
.egfa-times:before {
  content: "\f00d";
}
.egfa-search-plus:before {
  content: "\f00e";
}
.egfa-search-minus:before {
  content: "\f010";
}
.egfa-power-off:before {
  content: "\f011";
}
.egfa-signal:before {
  content: "\f012";
}
.egfa-gear:before,
.egfa-cog:before {
  content: "\f013";
}
.egfa-trash-o:before {
  content: "\f014";
}
.egfa-home:before {
  content: "\f015";
}
.egfa-file-o:before {
  content: "\f016";
}
.egfa-clock-o:before {
  content: "\f017";
}
.egfa-road:before {
  content: "\f018";
}
.egfa-download:before {
  content: "\f019";
}
.egfa-arrow-circle-o-down:before {
  content: "\f01a";
}
.egfa-arrow-circle-o-up:before {
  content: "\f01b";
}
.egfa-inbox:before {
  content: "\f01c";
}
.egfa-play-circle-o:before {
  content: "\f01d";
}
.egfa-rotate-right:before,
.egfa-repeat:before {
  content: "\f01e";
}
.egfa-refresh:before {
  content: "\f021";
}
.egfa-list-alt:before {
  content: "\f022";
}
.egfa-lock:before {
  content: "\f023";
}
.egfa-flag:before {
  content: "\f024";
}
.egfa-headphones:before {
  content: "\f025";
}
.egfa-volume-off:before {
  content: "\f026";
}
.egfa-volume-down:before {
  content: "\f027";
}
.egfa-volume-up:before {
  content: "\f028";
}
.egfa-qrcode:before {
  content: "\f029";
}
.egfa-barcode:before {
  content: "\f02a";
}
.egfa-tag:before {
  content: "\f02b";
}
.egfa-tags:before {
  content: "\f02c";
}
.egfa-book:before {
  content: "\f02d";
}
.egfa-bookmark:before {
  content: "\f02e";
}
.egfa-print:before {
  content: "\f02f";
}
.egfa-camera:before {
  content: "\f030";
}
.egfa-font:before {
  content: "\f031";
}
.egfa-bold:before {
  content: "\f032";
}
.egfa-italic:before {
  content: "\f033";
}
.egfa-text-height:before {
  content: "\f034";
}
.egfa-text-width:before {
  content: "\f035";
}
.egfa-align-left:before {
  content: "\f036";
}
.egfa-align-center:before {
  content: "\f037";
}
.egfa-align-right:before {
  content: "\f038";
}
.egfa-align-justify:before {
  content: "\f039";
}
.egfa-list:before {
  content: "\f03a";
}
.egfa-dedent:before,
.egfa-outdent:before {
  content: "\f03b";
}
.egfa-indent:before {
  content: "\f03c";
}
.egfa-video-camera:before {
  content: "\f03d";
}
.egfa-photo:before,
.egfa-image:before,
.egfa-picture-o:before {
  content: "\f03e";
}
.egfa-pencil:before {
  content: "\f040";
}
.egfa-map-marker:before {
  content: "\f041";
}
.egfa-adjust:before {
  content: "\f042";
}
.egfa-tint:before {
  content: "\f043";
}
.egfa-edit:before,
.egfa-pencil-square-o:before {
  content: "\f044";
}
.egfa-share-square-o:before {
  content: "\f045";
}
.egfa-check-square-o:before {
  content: "\f046";
}
.egfa-arrows:before {
  content: "\f047";
}
.egfa-step-backward:before {
  content: "\f048";
}
.egfa-fast-backward:before {
  content: "\f049";
}
.egfa-backward:before {
  content: "\f04a";
}
.egfa-play:before {
  content: "\f04b";
}
.egfa-pause:before {
  content: "\f04c";
}
.egfa-stop:before {
  content: "\f04d";
}
.egfa-forward:before {
  content: "\f04e";
}
.egfa-fast-forward:before {
  content: "\f050";
}
.egfa-step-forward:before {
  content: "\f051";
}
.egfa-eject:before {
  content: "\f052";
}
.egfa-chevron-left:before {
  content: "\f053";
}
.egfa-chevron-right:before {
  content: "\f054";
}
.egfa-plus-circle:before {
  content: "\f055";
}
.egfa-minus-circle:before {
  content: "\f056";
}
.egfa-times-circle:before {
  content: "\f057";
}
.egfa-check-circle:before {
  content: "\f058";
}
.egfa-question-circle:before {
  content: "\f059";
}
.egfa-info-circle:before {
  content: "\f05a";
}
.egfa-crosshairs:before {
  content: "\f05b";
}
.egfa-times-circle-o:before {
  content: "\f05c";
}
.egfa-check-circle-o:before {
  content: "\f05d";
}
.egfa-ban:before {
  content: "\f05e";
}
.egfa-arrow-left:before {
  content: "\f060";
}
.egfa-arrow-right:before {
  content: "\f061";
}
.egfa-arrow-up:before {
  content: "\f062";
}
.egfa-arrow-down:before {
  content: "\f063";
}
.egfa-mail-forward:before,
.egfa-share:before {
  content: "\f064";
}
.egfa-expand:before {
  content: "\f065";
}
.egfa-compress:before {
  content: "\f066";
}
.egfa-plus:before {
  content: "\f067";
}
.egfa-minus:before {
  content: "\f068";
}
.egfa-asterisk:before {
  content: "\f069";
}
.egfa-exclamation-circle:before {
  content: "\f06a";
}
.egfa-gift:before {
  content: "\f06b";
}
.egfa-leaf:before {
  content: "\f06c";
}
.egfa-fire:before {
  content: "\f06d";
}
.egfa-eye:before {
  content: "\f06e";
}
.egfa-eye-slash:before {
  content: "\f070";
}
.egfa-warning:before,
.egfa-exclamation-triangle:before {
  content: "\f071";
}
.egfa-plane:before {
  content: "\f072";
}
.egfa-calendar:before {
  content: "\f073";
}
.egfa-random:before {
  content: "\f074";
}
.egfa-comment:before {
  content: "\f075";
}
.egfa-magnet:before {
  content: "\f076";
}
.egfa-chevron-up:before {
  content: "\f077";
}
.egfa-chevron-down:before {
  content: "\f078";
}
.egfa-retweet:before {
  content: "\f079";
}
.egfa-shopping-cart:before {
  content: "\f07a";
}
.egfa-folder:before {
  content: "\f07b";
}
.egfa-folder-open:before {
  content: "\f07c";
}
.egfa-arrows-v:before {
  content: "\f07d";
}
.egfa-arrows-h:before {
  content: "\f07e";
}
.egfa-bar-chart-o:before,
.egfa-bar-chart:before {
  content: "\f080";
}
.egfa-twitter-square:before {
  content: "\f081";
}
.egfa-facebook-square:before {
  content: "\f082";
}
.egfa-camera-retro:before {
  content: "\f083";
}
.egfa-key:before {
  content: "\f084";
}
.egfa-gears:before,
.egfa-cogs:before {
  content: "\f085";
}
.egfa-comments:before {
  content: "\f086";
}
.egfa-thumbs-o-up:before {
  content: "\f087";
}
.egfa-thumbs-o-down:before {
  content: "\f088";
}
.egfa-star-half:before {
  content: "\f089";
}
.egfa-heart-o:before {
  content: "\f08a";
}
.egfa-sign-out:before {
  content: "\f08b";
}
.egfa-linkedin-square:before {
  content: "\f08c";
}
.egfa-thumb-tack:before {
  content: "\f08d";
}
.egfa-external-link:before {
  content: "\f08e";
}
.egfa-sign-in:before {
  content: "\f090";
}
.egfa-trophy:before {
  content: "\f091";
}
.egfa-github-square:before {
  content: "\f092";
}
.egfa-upload:before {
  content: "\f093";
}
.egfa-lemon-o:before {
  content: "\f094";
}
.egfa-phone:before {
  content: "\f095";
}
.egfa-square-o:before {
  content: "\f096";
}
.egfa-bookmark-o:before {
  content: "\f097";
}
.egfa-phone-square:before {
  content: "\f098";
}
.egfa-twitter:before {
  content: "\f099";
}
.egfa-facebook-f:before,
.egfa-facebook:before {
  content: "\f09a";
}
.egfa-github:before {
  content: "\f09b";
}
.egfa-unlock:before {
  content: "\f09c";
}
.egfa-credit-card:before {
  content: "\f09d";
}
.egfa-rss:before {
  content: "\f09e";
}
.egfa-hdd-o:before {
  content: "\f0a0";
}
.egfa-bullhorn:before {
  content: "\f0a1";
}
.egfa-bell:before {
  content: "\f0f3";
}
.egfa-certificate:before {
  content: "\f0a3";
}
.egfa-hand-o-right:before {
  content: "\f0a4";
}
.egfa-hand-o-left:before {
  content: "\f0a5";
}
.egfa-hand-o-up:before {
  content: "\f0a6";
}
.egfa-hand-o-down:before {
  content: "\f0a7";
}
.egfa-arrow-circle-left:before {
  content: "\f0a8";
}
.egfa-arrow-circle-right:before {
  content: "\f0a9";
}
.egfa-arrow-circle-up:before {
  content: "\f0aa";
}
.egfa-arrow-circle-down:before {
  content: "\f0ab";
}
.egfa-globe:before {
  content: "\f0ac";
}
.egfa-wrench:before {
  content: "\f0ad";
}
.egfa-tasks:before {
  content: "\f0ae";
}
.egfa-filter:before {
  content: "\f0b0";
}
.egfa-briefcase:before {
  content: "\f0b1";
}
.egfa-arrows-alt:before {
  content: "\f0b2";
}
.egfa-group:before,
.egfa-users:before {
  content: "\f0c0";
}
.egfa-chain:before,
.egfa-link:before {
  content: "\f0c1";
}
.egfa-cloud:before {
  content: "\f0c2";
}
.egfa-flask:before {
  content: "\f0c3";
}
.egfa-cut:before,
.egfa-scissors:before {
  content: "\f0c4";
}
.egfa-copy:before,
.egfa-files-o:before {
  content: "\f0c5";
}
.egfa-paperclip:before {
  content: "\f0c6";
}
.egfa-save:before,
.egfa-floppy-o:before {
  content: "\f0c7";
}
.egfa-square:before {
  content: "\f0c8";
}
.egfa-navicon:before,
.egfa-reorder:before,
.egfa-bars:before {
  content: "\f0c9";
}
.egfa-list-ul:before {
  content: "\f0ca";
}
.egfa-list-ol:before {
  content: "\f0cb";
}
.egfa-strikethrough:before {
  content: "\f0cc";
}
.egfa-underline:before {
  content: "\f0cd";
}
.egfa-table:before {
  content: "\f0ce";
}
.egfa-magic:before {
  content: "\f0d0";
}
.egfa-truck:before {
  content: "\f0d1";
}
.egfa-pinterest:before {
  content: "\f0d2";
}
.egfa-pinterest-square:before {
  content: "\f0d3";
}
.egfa-google-plus-square:before {
  content: "\f0d4";
}
.egfa-google-plus:before {
  content: "\f0d5";
}
.egfa-money:before {
  content: "\f0d6";
}
.egfa-caret-down:before {
  content: "\f0d7";
}
.egfa-caret-up:before {
  content: "\f0d8";
}
.egfa-caret-left:before {
  content: "\f0d9";
}
.egfa-caret-right:before {
  content: "\f0da";
}
.egfa-columns:before {
  content: "\f0db";
}
.egfa-unsorted:before,
.egfa-sort:before {
  content: "\f0dc";
}
.egfa-sort-down:before,
.egfa-sort-desc:before {
  content: "\f0dd";
}
.egfa-sort-up:before,
.egfa-sort-asc:before {
  content: "\f0de";
}
.egfa-envelope:before {
  content: "\f0e0";
}
.egfa-linkedin:before {
  content: "\f0e1";
}
.egfa-rotate-left:before,
.egfa-undo:before {
  content: "\f0e2";
}
.egfa-legal:before,
.egfa-gavel:before {
  content: "\f0e3";
}
.egfa-dashboard:before,
.egfa-tachometer:before {
  content: "\f0e4";
}
.egfa-comment-o:before {
  content: "\f0e5";
}
.egfa-comments-o:before {
  content: "\f0e6";
}
.egfa-flash:before,
.egfa-bolt:before {
  content: "\f0e7";
}
.egfa-sitemap:before {
  content: "\f0e8";
}
.egfa-umbrella:before {
  content: "\f0e9";
}
.egfa-paste:before,
.egfa-clipboard:before {
  content: "\f0ea";
}
.egfa-lightbulb-o:before {
  content: "\f0eb";
}
.egfa-exchange:before {
  content: "\f0ec";
}
.egfa-cloud-download:before {
  content: "\f0ed";
}
.egfa-cloud-upload:before {
  content: "\f0ee";
}
.egfa-user-md:before {
  content: "\f0f0";
}
.egfa-stethoscope:before {
  content: "\f0f1";
}
.egfa-suitcase:before {
  content: "\f0f2";
}
.egfa-bell-o:before {
  content: "\f0a2";
}
.egfa-coffee:before {
  content: "\f0f4";
}
.egfa-cutlery:before {
  content: "\f0f5";
}
.egfa-file-text-o:before {
  content: "\f0f6";
}
.egfa-building-o:before {
  content: "\f0f7";
}
.egfa-hospital-o:before {
  content: "\f0f8";
}
.egfa-ambulance:before {
  content: "\f0f9";
}
.egfa-medkit:before {
  content: "\f0fa";
}
.egfa-fighter-jet:before {
  content: "\f0fb";
}
.egfa-beer:before {
  content: "\f0fc";
}
.egfa-h-square:before {
  content: "\f0fd";
}
.egfa-plus-square:before {
  content: "\f0fe";
}
.egfa-angle-double-left:before {
  content: "\f100";
}
.egfa-angle-double-right:before {
  content: "\f101";
}
.egfa-angle-double-up:before {
  content: "\f102";
}
.egfa-angle-double-down:before {
  content: "\f103";
}
.egfa-angle-left:before {
  content: "\f104";
}
.egfa-angle-right:before {
  content: "\f105";
}
.egfa-angle-up:before {
  content: "\f106";
}
.egfa-angle-down:before {
  content: "\f107";
}
.egfa-desktop:before {
  content: "\f108";
}
.egfa-laptop:before {
  content: "\f109";
}
.egfa-tablet:before {
  content: "\f10a";
}
.egfa-mobile-phone:before,
.egfa-mobile:before {
  content: "\f10b";
}
.egfa-circle-o:before {
  content: "\f10c";
}
.egfa-quote-left:before {
  content: "\f10d";
}
.egfa-quote-right:before {
  content: "\f10e";
}
.egfa-spinner:before {
  content: "\f110";
}
.egfa-circle:before {
  content: "\f111";
}
.egfa-mail-reply:before,
.egfa-reply:before {
  content: "\f112";
}
.egfa-github-alt:before {
  content: "\f113";
}
.egfa-folder-o:before {
  content: "\f114";
}
.egfa-folder-open-o:before {
  content: "\f115";
}
.egfa-smile-o:before {
  content: "\f118";
}
.egfa-frown-o:before {
  content: "\f119";
}
.egfa-meh-o:before {
  content: "\f11a";
}
.egfa-gamepad:before {
  content: "\f11b";
}
.egfa-keyboard-o:before {
  content: "\f11c";
}
.egfa-flag-o:before {
  content: "\f11d";
}
.egfa-flag-checkered:before {
  content: "\f11e";
}
.egfa-terminal:before {
  content: "\f120";
}
.egfa-code:before {
  content: "\f121";
}
.egfa-mail-reply-all:before,
.egfa-reply-all:before {
  content: "\f122";
}
.egfa-star-half-empty:before,
.egfa-star-half-full:before,
.egfa-star-half-o:before {
  content: "\f123";
}
.egfa-location-arrow:before {
  content: "\f124";
}
.egfa-crop:before {
  content: "\f125";
}
.egfa-code-fork:before {
  content: "\f126";
}
.egfa-unlink:before,
.egfa-chain-broken:before {
  content: "\f127";
}
.egfa-question:before {
  content: "\f128";
}
.egfa-info:before {
  content: "\f129";
}
.egfa-exclamation:before {
  content: "\f12a";
}
.egfa-superscript:before {
  content: "\f12b";
}
.egfa-subscript:before {
  content: "\f12c";
}
.egfa-eraser:before {
  content: "\f12d";
}
.egfa-puzzle-piece:before {
  content: "\f12e";
}
.egfa-microphone:before {
  content: "\f130";
}
.egfa-microphone-slash:before {
  content: "\f131";
}
.egfa-shield:before {
  content: "\f132";
}
.egfa-calendar-o:before {
  content: "\f133";
}
.egfa-fire-extinguisher:before {
  content: "\f134";
}
.egfa-rocket:before {
  content: "\f135";
}
.egfa-maxcdn:before {
  content: "\f136";
}
.egfa-chevron-circle-left:before {
  content: "\f137";
}
.egfa-chevron-circle-right:before {
  content: "\f138";
}
.egfa-chevron-circle-up:before {
  content: "\f139";
}
.egfa-chevron-circle-down:before {
  content: "\f13a";
}
.egfa-html5:before {
  content: "\f13b";
}
.egfa-css3:before {
  content: "\f13c";
}
.egfa-anchor:before {
  content: "\f13d";
}
.egfa-unlock-alt:before {
  content: "\f13e";
}
.egfa-bullseye:before {
  content: "\f140";
}
.egfa-ellipsis-h:before {
  content: "\f141";
}
.egfa-ellipsis-v:before {
  content: "\f142";
}
.egfa-rss-square:before {
  content: "\f143";
}
.egfa-play-circle:before {
  content: "\f144";
}
.egfa-ticket:before {
  content: "\f145";
}
.egfa-minus-square:before {
  content: "\f146";
}
.egfa-minus-square-o:before {
  content: "\f147";
}
.egfa-level-up:before {
  content: "\f148";
}
.egfa-level-down:before {
  content: "\f149";
}
.egfa-check-square:before {
  content: "\f14a";
}
.egfa-pencil-square:before {
  content: "\f14b";
}
.egfa-external-link-square:before {
  content: "\f14c";
}
.egfa-share-square:before {
  content: "\f14d";
}
.egfa-compass:before {
  content: "\f14e";
}
.egfa-toggle-down:before,
.egfa-caret-square-o-down:before {
  content: "\f150";
}
.egfa-toggle-up:before,
.egfa-caret-square-o-up:before {
  content: "\f151";
}
.egfa-toggle-right:before,
.egfa-caret-square-o-right:before {
  content: "\f152";
}
.egfa-euro:before,
.egfa-eur:before {
  content: "\f153";
}
.egfa-gbp:before {
  content: "\f154";
}
.egfa-dollar:before,
.egfa-usd:before {
  content: "\f155";
}
.egfa-rupee:before,
.egfa-inr:before {
  content: "\f156";
}
.egfa-cny:before,
.egfa-rmb:before,
.egfa-yen:before,
.egfa-jpy:before {
  content: "\f157";
}
.egfa-ruble:before,
.egfa-rouble:before,
.egfa-rub:before {
  content: "\f158";
}
.egfa-won:before,
.egfa-krw:before {
  content: "\f159";
}
.egfa-bitcoin:before,
.egfa-btc:before {
  content: "\f15a";
}
.egfa-file:before {
  content: "\f15b";
}
.egfa-file-text:before {
  content: "\f15c";
}
.egfa-sort-alpha-asc:before {
  content: "\f15d";
}
.egfa-sort-alpha-desc:before {
  content: "\f15e";
}
.egfa-sort-amount-asc:before {
  content: "\f160";
}
.egfa-sort-amount-desc:before {
  content: "\f161";
}
.egfa-sort-numeric-asc:before {
  content: "\f162";
}
.egfa-sort-numeric-desc:before {
  content: "\f163";
}
.egfa-thumbs-up:before {
  content: "\f164";
}
.egfa-thumbs-down:before {
  content: "\f165";
}
.egfa-youtube-square:before {
  content: "\f166";
}
.egfa-youtube:before {
  content: "\f167";
}
.egfa-xing:before {
  content: "\f168";
}
.egfa-xing-square:before {
  content: "\f169";
}
.egfa-youtube-play:before {
  content: "\f16a";
}
.egfa-dropbox:before {
  content: "\f16b";
}
.egfa-stack-overflow:before {
  content: "\f16c";
}
.egfa-instagram:before {
  content: "\f16d";
}
.egfa-flickr:before {
  content: "\f16e";
}
.egfa-adn:before {
  content: "\f170";
}
.egfa-bitbucket:before {
  content: "\f171";
}
.egfa-bitbucket-square:before {
  content: "\f172";
}
.egfa-tumblr:before {
  content: "\f173";
}
.egfa-tumblr-square:before {
  content: "\f174";
}
.egfa-long-arrow-down:before {
  content: "\f175";
}
.egfa-long-arrow-up:before {
  content: "\f176";
}
.egfa-long-arrow-left:before {
  content: "\f177";
}
.egfa-long-arrow-right:before {
  content: "\f178";
}
.egfa-apple:before {
  content: "\f179";
}
.egfa-windows:before {
  content: "\f17a";
}
.egfa-android:before {
  content: "\f17b";
}
.egfa-linux:before {
  content: "\f17c";
}
.egfa-dribbble:before {
  content: "\f17d";
}
.egfa-skype:before {
  content: "\f17e";
}
.egfa-foursquare:before {
  content: "\f180";
}
.egfa-trello:before {
  content: "\f181";
}
.egfa-female:before {
  content: "\f182";
}
.egfa-male:before {
  content: "\f183";
}
.egfa-gittip:before,
.egfa-gratipay:before {
  content: "\f184";
}
.egfa-sun-o:before {
  content: "\f185";
}
.egfa-moon-o:before {
  content: "\f186";
}
.egfa-archive:before {
  content: "\f187";
}
.egfa-bug:before {
  content: "\f188";
}
.egfa-vk:before {
  content: "\f189";
}
.egfa-weibo:before {
  content: "\f18a";
}
.egfa-renren:before {
  content: "\f18b";
}
.egfa-pagelines:before {
  content: "\f18c";
}
.egfa-stack-exchange:before {
  content: "\f18d";
}
.egfa-arrow-circle-o-right:before {
  content: "\f18e";
}
.egfa-arrow-circle-o-left:before {
  content: "\f190";
}
.egfa-toggle-left:before,
.egfa-caret-square-o-left:before {
  content: "\f191";
}
.egfa-dot-circle-o:before {
  content: "\f192";
}
.egfa-wheelchair:before {
  content: "\f193";
}
.egfa-vimeo-square:before {
  content: "\f194";
}
.egfa-turkish-lira:before,
.egfa-try:before {
  content: "\f195";
}
.egfa-plus-square-o:before {
  content: "\f196";
}
.egfa-space-shuttle:before {
  content: "\f197";
}
.egfa-slack:before {
  content: "\f198";
}
.egfa-envelope-square:before {
  content: "\f199";
}
.egfa-wordpress:before {
  content: "\f19a";
}
.egfa-openid:before {
  content: "\f19b";
}
.egfa-institution:before,
.egfa-bank:before,
.egfa-university:before {
  content: "\f19c";
}
.egfa-mortar-board:before,
.egfa-graduation-cap:before {
  content: "\f19d";
}
.egfa-yahoo:before {
  content: "\f19e";
}
.egfa-google:before {
  content: "\f1a0";
}
.egfa-reddit:before {
  content: "\f1a1";
}
.egfa-reddit-square:before {
  content: "\f1a2";
}
.egfa-stumbleupon-circle:before {
  content: "\f1a3";
}
.egfa-stumbleupon:before {
  content: "\f1a4";
}
.egfa-delicious:before {
  content: "\f1a5";
}
.egfa-digg:before {
  content: "\f1a6";
}
.egfa-pied-piper:before {
  content: "\f1a7";
}
.egfa-pied-piper-alt:before {
  content: "\f1a8";
}
.egfa-drupal:before {
  content: "\f1a9";
}
.egfa-joomla:before {
  content: "\f1aa";
}
.egfa-language:before {
  content: "\f1ab";
}
.egfa-fax:before {
  content: "\f1ac";
}
.egfa-building:before {
  content: "\f1ad";
}
.egfa-child:before {
  content: "\f1ae";
}
.egfa-paw:before {
  content: "\f1b0";
}
.egfa-spoon:before {
  content: "\f1b1";
}
.egfa-cube:before {
  content: "\f1b2";
}
.egfa-cubes:before {
  content: "\f1b3";
}
.egfa-behance:before {
  content: "\f1b4";
}
.egfa-behance-square:before {
  content: "\f1b5";
}
.egfa-steam:before {
  content: "\f1b6";
}
.egfa-steam-square:before {
  content: "\f1b7";
}
.egfa-recycle:before {
  content: "\f1b8";
}
.egfa-automobile:before,
.egfa-car:before {
  content: "\f1b9";
}
.egfa-cab:before,
.egfa-taxi:before {
  content: "\f1ba";
}
.egfa-tree:before {
  content: "\f1bb";
}
.egfa-spotify:before {
  content: "\f1bc";
}
.egfa-deviantart:before {
  content: "\f1bd";
}
.egfa-soundcloud:before {
  content: "\f1be";
}
.egfa-database:before {
  content: "\f1c0";
}
.egfa-file-pdf-o:before {
  content: "\f1c1";
}
.egfa-file-word-o:before {
  content: "\f1c2";
}
.egfa-file-excel-o:before {
  content: "\f1c3";
}
.egfa-file-powerpoint-o:before {
  content: "\f1c4";
}
.egfa-file-photo-o:before,
.egfa-file-picture-o:before,
.egfa-file-image-o:before {
  content: "\f1c5";
}
.egfa-file-zip-o:before,
.egfa-file-archive-o:before {
  content: "\f1c6";
}
.egfa-file-sound-o:before,
.egfa-file-audio-o:before {
  content: "\f1c7";
}
.egfa-file-movie-o:before,
.egfa-file-video-o:before {
  content: "\f1c8";
}
.egfa-file-code-o:before {
  content: "\f1c9";
}
.egfa-vine:before {
  content: "\f1ca";
}
.egfa-codepen:before {
  content: "\f1cb";
}
.egfa-jsfiddle:before {
  content: "\f1cc";
}
.egfa-life-bouy:before,
.egfa-life-buoy:before,
.egfa-life-saver:before,
.egfa-support:before,
.egfa-life-ring:before {
  content: "\f1cd";
}
.egfa-circle-o-notch:before {
  content: "\f1ce";
}
.egfa-ra:before,
.egfa-rebel:before {
  content: "\f1d0";
}
.egfa-ge:before,
.egfa-empire:before {
  content: "\f1d1";
}
.egfa-git-square:before {
  content: "\f1d2";
}
.egfa-git:before {
  content: "\f1d3";
}
.egfa-hacker-news:before {
  content: "\f1d4";
}
.egfa-tencent-weibo:before {
  content: "\f1d5";
}
.egfa-qq:before {
  content: "\f1d6";
}
.egfa-wechat:before,
.egfa-weixin:before {
  content: "\f1d7";
}
.egfa-send:before,
.egfa-paper-plane:before {
  content: "\f1d8";
}
.egfa-send-o:before,
.egfa-paper-plane-o:before {
  content: "\f1d9";
}
.egfa-history:before {
  content: "\f1da";
}
.egfa-genderless:before,
.egfa-circle-thin:before {
  content: "\f1db";
}
.egfa-header:before {
  content: "\f1dc";
}
.egfa-paragraph:before {
  content: "\f1dd";
}
.egfa-sliders:before {
  content: "\f1de";
}
.egfa-share-alt:before {
  content: "\f1e0";
}
.egfa-share-alt-square:before {
  content: "\f1e1";
}
.egfa-bomb:before {
  content: "\f1e2";
}
.egfa-soccer-ball-o:before,
.egfa-futbol-o:before {
  content: "\f1e3";
}
.egfa-tty:before {
  content: "\f1e4";
}
.egfa-binoculars:before {
  content: "\f1e5";
}
.egfa-plug:before {
  content: "\f1e6";
}
.egfa-slideshare:before {
  content: "\f1e7";
}
.egfa-twitch:before {
  content: "\f1e8";
}
.egfa-yelp:before {
  content: "\f1e9";
}
.egfa-newspaper-o:before {
  content: "\f1ea";
}
.egfa-wifi:before {
  content: "\f1eb";
}
.egfa-calculator:before {
  content: "\f1ec";
}
.egfa-paypal:before {
  content: "\f1ed";
}
.egfa-google-wallet:before {
  content: "\f1ee";
}
.egfa-cc-visa:before {
  content: "\f1f0";
}
.egfa-cc-mastercard:before {
  content: "\f1f1";
}
.egfa-cc-discover:before {
  content: "\f1f2";
}
.egfa-cc-amex:before {
  content: "\f1f3";
}
.egfa-cc-paypal:before {
  content: "\f1f4";
}
.egfa-cc-stripe:before {
  content: "\f1f5";
}
.egfa-bell-slash:before {
  content: "\f1f6";
}
.egfa-bell-slash-o:before {
  content: "\f1f7";
}
.egfa-trash:before {
  content: "\f1f8";
}
.egfa-copyright:before {
  content: "\f1f9";
}
.egfa-at:before {
  content: "\f1fa";
}
.egfa-eyedropper:before {
  content: "\f1fb";
}
.egfa-paint-brush:before {
  content: "\f1fc";
}
.egfa-birthday-cake:before {
  content: "\f1fd";
}
.egfa-area-chart:before {
  content: "\f1fe";
}
.egfa-pie-chart:before {
  content: "\f200";
}
.egfa-line-chart:before {
  content: "\f201";
}
.egfa-lastfm:before {
  content: "\f202";
}
.egfa-lastfm-square:before {
  content: "\f203";
}
.egfa-toggle-off:before {
  content: "\f204";
}
.egfa-toggle-on:before {
  content: "\f205";
}
.egfa-bicycle:before {
  content: "\f206";
}
.egfa-bus:before {
  content: "\f207";
}
.egfa-ioxhost:before {
  content: "\f208";
}
.egfa-angellist:before {
  content: "\f209";
}
.egfa-cc:before {
  content: "\f20a";
}
.egfa-shekel:before,
.egfa-sheqel:before,
.egfa-ils:before {
  content: "\f20b";
}
.egfa-meanpath:before {
  content: "\f20c";
}
.egfa-buysellads:before {
  content: "\f20d";
}
.egfa-connectdevelop:before {
  content: "\f20e";
}
.egfa-dashcube:before {
  content: "\f210";
}
.egfa-forumbee:before {
  content: "\f211";
}
.egfa-leanpub:before {
  content: "\f212";
}
.egfa-sellsy:before {
  content: "\f213";
}
.egfa-shirtsinbulk:before {
  content: "\f214";
}
.egfa-simplybuilt:before {
  content: "\f215";
}
.egfa-skyatlas:before {
  content: "\f216";
}
.egfa-cart-plus:before {
  content: "\f217";
}
.egfa-cart-arrow-down:before {
  content: "\f218";
}
.egfa-diamond:before {
  content: "\f219";
}
.egfa-ship:before {
  content: "\f21a";
}
.egfa-user-secret:before {
  content: "\f21b";
}
.egfa-motorcycle:before {
  content: "\f21c";
}
.egfa-street-view:before {
  content: "\f21d";
}
.egfa-heartbeat:before {
  content: "\f21e";
}
.egfa-venus:before {
  content: "\f221";
}
.egfa-mars:before {
  content: "\f222";
}
.egfa-mercury:before {
  content: "\f223";
}
.egfa-transgender:before {
  content: "\f224";
}
.egfa-transgender-alt:before {
  content: "\f225";
}
.egfa-venus-double:before {
  content: "\f226";
}
.egfa-mars-double:before {
  content: "\f227";
}
.egfa-venus-mars:before {
  content: "\f228";
}
.egfa-mars-stroke:before {
  content: "\f229";
}
.egfa-mars-stroke-v:before {
  content: "\f22a";
}
.egfa-mars-stroke-h:before {
  content: "\f22b";
}
.egfa-neuter:before {
  content: "\f22c";
}
.egfa-facebook-official:before {
  content: "\f230";
}
.egfa-pinterest-p:before {
  content: "\f231";
}
.egfa-whatsapp:before {
  content: "\f232";
}
.egfa-server:before {
  content: "\f233";
}
.egfa-user-plus:before {
  content: "\f234";
}
.egfa-user-times:before {
  content: "\f235";
}
.egfa-hotel:before,
.egfa-bed:before {
  content: "\f236";
}
.egfa-viacoin:before {
  content: "\f237";
}
.egfa-train:before {
  content: "\f238";
}
.egfa-subway:before {
  content: "\f239";
}
.egfa-medium:before {
  content: "\f23a";
}

/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none; }
  .pswp * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .pswp img {
    max-width: none; }

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
          transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--open {
  display: block; }

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab; }

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing; }

/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.pswp__container,
.pswp__zoom-wrap {
  -ms-touch-action: none;
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none; }

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  /* for open/close transition */
  -webkit-transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
          transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
          transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  -webkit-transition: none;
  transition: none; }

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden; }

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden; }

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0; }

/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden; }

/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #222; }

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0; }

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC; }

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline; }

/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*

	Contents:

	1. Buttons
	2. Share modal and links
	3. Index indicator ("1 of X" counter)
	4. Caption
	5. Loading indicator
	6. Additional styles (root element, top bar, idle state, hidden state, etc.)

*/
/*
	
	1. Buttons

 */
/* <button> css reset */
.pswp__button {
  width: 44px;
  height: 44px;
  position: relative;
  background: none;
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
  float: right;
  opacity: 0.75;
  -webkit-transition: opacity 0.2s;
          transition: opacity 0.2s;
  -webkit-box-shadow: none;
          box-shadow: none; }
  .pswp__button:focus, .pswp__button:hover {
    opacity: 1; }
  .pswp__button:active {
    outline: none;
    opacity: 0.9; }
  .pswp__button::-moz-focus-inner {
    padding: 0;
    border: 0; }

/* pswp__ui--over-close class it added when mouse is over element that should close gallery */
.pswp__ui--over-close .pswp__button--close {
  opacity: 1; }

.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  background: url(//fhw.artsfond.com//media/com_eventgallery/dist/0ff4d62150facee6b7de.png) 0 0 no-repeat;
  background-size: 264px 88px;
  width: 44px;
  height: 44px; }

@media (-webkit-min-device-pixel-ratio: 1.1), (-webkit-min-device-pixel-ratio: 1.09375), (min-resolution: 105dpi), (min-resolution: 1.1dppx) {
  /* Serve SVG sprite if browser supports SVG and resolution is more than 105dpi */
  .pswp--svg .pswp__button,
  .pswp--svg .pswp__button--arrow--left:before,
  .pswp--svg .pswp__button--arrow--right:before {
    background-image: url(//fhw.artsfond.com//media/com_eventgallery/dist/f64c3af3d0d25b9e4e00.svg); }
  .pswp--svg .pswp__button--arrow--left,
  .pswp--svg .pswp__button--arrow--right {
    background: none; } }

.pswp__button--close {
  background-position: 0 -44px; }

.pswp__button--share {
  background-position: -44px -44px; }

.pswp__button--fs {
  display: none; }

.pswp--supports-fs .pswp__button--fs {
  display: block; }

.pswp--fs .pswp__button--fs {
  background-position: -44px 0; }

.pswp__button--zoom {
  display: none;
  background-position: -88px 0; }

.pswp--zoom-allowed .pswp__button--zoom {
  display: block; }

.pswp--zoomed-in .pswp__button--zoom {
  background-position: -132px 0; }

/* no arrows on touch screens */
.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
  visibility: hidden; }

/*
	Arrow buttons hit area
	(icon is added to :before pseudo-element)
*/
.pswp__button--arrow--left,
.pswp__button--arrow--right {
  background: none;
  top: 50%;
  margin-top: -50px;
  width: 70px;
  height: 100px;
  position: absolute; }

.pswp__button--arrow--left {
  left: 0; }

.pswp__button--arrow--right {
  right: 0; }

.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  content: '';
  top: 35px;
  background-color: rgba(0, 0, 0, 0.3);
  height: 30px;
  width: 32px;
  position: absolute; }

.pswp__button--arrow--left:before {
  left: 6px;
  background-position: -138px -44px; }

.pswp__button--arrow--right:before {
  right: 6px;
  background-position: -94px -44px; }

/*

	2. Share modal/popup and links

 */
.pswp__counter,
.pswp__share-modal {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none; }

.pswp__share-modal {
  display: block;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 10px;
  position: absolute;
  z-index: 1600;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
          transition: opacity 0.25s ease-out;
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__share-modal--hidden {
  display: none; }

.pswp__share-tooltip {
  z-index: 1620;
  position: absolute;
  background: #FFF;
  top: 56px;
  border-radius: 2px;
  display: block;
  width: auto;
  right: 44px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  -webkit-transform: translateY(6px);
      -ms-transform: translateY(6px);
          transform: translateY(6px);
  -webkit-transition: -webkit-transform 0.25s;
          transition: transform 0.25s;
  -webkit-backface-visibility: hidden;
  will-change: transform; }
  .pswp__share-tooltip a {
    display: block;
    padding: 8px 12px;
    color: #000;
    text-decoration: none;
    font-size: 14px;
    line-height: 18px; }
    .pswp__share-tooltip a:hover {
      text-decoration: none;
      color: #000; }
    .pswp__share-tooltip a:first-child {
      /* round corners on the first/last list item */
      border-radius: 2px 2px 0 0; }
    .pswp__share-tooltip a:last-child {
      border-radius: 0 0 2px 2px; }

.pswp__share-modal--fade-in {
  opacity: 1; }
  .pswp__share-modal--fade-in .pswp__share-tooltip {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0); }

/* increase size of share links on touch devices */
.pswp--touch .pswp__share-tooltip a {
  padding: 16px 12px; }

a.pswp__share--facebook:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: -12px;
  right: 15px;
  border: 6px solid transparent;
  border-bottom-color: #FFF;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none; }

a.pswp__share--facebook:hover {
  background: #3E5C9A;
  color: #FFF; }
  a.pswp__share--facebook:hover:before {
    border-bottom-color: #3E5C9A; }

a.pswp__share--twitter:hover {
  background: #55ACEE;
  color: #FFF; }

a.pswp__share--pinterest:hover {
  background: #CCC;
  color: #CE272D; }

a.pswp__share--download:hover {
  background: #DDD; }

/*

	3. Index indicator ("1 of X" counter)

 */
.pswp__counter {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  font-size: 13px;
  line-height: 44px;
  color: #FFF;
  opacity: 0.75;
  padding: 0 10px; }

/*
	
	4. Caption

 */
.pswp__caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 44px; }
  .pswp__caption small {
    font-size: 11px;
    color: #BBB; }

.pswp__caption__center {
  text-align: left;
  max-width: 420px;
  margin: 0 auto;
  font-size: 13px;
  padding: 10px;
  line-height: 20px;
  color: #CCC; }

.pswp__caption--empty {
  display: none; }

/* Fake caption element, used to calculate height of next/prev image */
.pswp__caption--fake {
  visibility: hidden; }

/*

	5. Loading indicator (preloader)

	You can play with it here - http://codepen.io/dimsemenov/pen/yyBWoR

 */
.pswp__preloader {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -22px;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
          transition: opacity 0.25s ease-out;
  will-change: opacity;
  direction: ltr; }

.pswp__preloader__icn {
  width: 20px;
  height: 20px;
  margin: 12px; }

.pswp__preloader--active {
  opacity: 1; }
  .pswp__preloader--active .pswp__preloader__icn {
    /* We use .gif in browsers that don't support CSS animation */
    background: url(//fhw.artsfond.com//media/com_eventgallery/dist/14d740b6ee64510747b0.gif) 0 0 no-repeat; }

.pswp--css_animation .pswp__preloader--active {
  opacity: 1; }
  .pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
    -webkit-animation: clockwise 500ms linear infinite;
            animation: clockwise 500ms linear infinite; }
  .pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
    -webkit-animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
            animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite; }

.pswp--css_animation .pswp__preloader__icn {
  background: none;
  opacity: 0.75;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 15px;
  top: 15px;
  margin: 0; }

.pswp--css_animation .pswp__preloader__cut {
  /* 
			The idea of animating inner circle is based on Polymer ("material") loading indicator 
			 by Keanu Lee https://blog.keanulee.com/2014/10/20/the-tale-of-three-spinners.html
		*/
  position: relative;
  width: 7px;
  height: 14px;
  overflow: hidden; }

.pswp--css_animation .pswp__preloader__donut {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 14px;
  height: 14px;
  border: 2px solid #FFF;
  border-radius: 50%;
  border-left-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  margin: 0; }

@media screen and (max-width: 1024px) {
  .pswp__preloader {
    position: relative;
    left: auto;
    top: auto;
    margin: 0;
    float: right; } }

@-webkit-keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@-webkit-keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  50% {
    -webkit-transform: rotate(-140deg);
            transform: rotate(-140deg); }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0); } }

@keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  50% {
    -webkit-transform: rotate(-140deg);
            transform: rotate(-140deg); }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0); } }

/*
	
	6. Additional styles

 */
/* root element of UI */
.pswp__ui {
  -webkit-font-smoothing: auto;
  visibility: visible;
  opacity: 1;
  z-index: 1550; }

/* top black bar with buttons and "1 of X" indicator */
.pswp__top-bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  width: 100%; }

.pswp__caption,
.pswp__top-bar,
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  -webkit-backface-visibility: hidden;
  will-change: opacity;
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
          transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

/* pswp--has_mouse class is added only when two subsequent mousemove events occur */
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  visibility: visible; }

.pswp__top-bar,
.pswp__caption {
  background-color: rgba(0, 0, 0, 0.5); }

/* pswp__ui--fit class is added when main image "fits" between top bar and bottom bar (caption) */
.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
  background-color: rgba(0, 0, 0, 0.3); }

/* pswp__ui--idle class is added when mouse isn't moving for several seconds (JS option timeToIdle) */
.pswp__ui--idle .pswp__top-bar {
  opacity: 0; }

.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
  opacity: 0; }

/*
	pswp__ui--hidden class is added when controls are hidden
	e.g. when user taps to toggle visibility of controls
*/
.pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right {
  /* Force paint & create composition layer for controls. */
  opacity: 0.001; }

/* pswp__ui--one-slide class is added when there is just one item in gallery */
.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
  display: none; }

.pswp__element--disabled {
  display: none !important; }

.pswp--minimal--dark .pswp__top-bar {
  background: none; }

.glide{position:relative;width:100%;box-sizing:border-box}.glide *{box-sizing:inherit}.glide__track{overflow:hidden}.glide__slides{position:relative;width:100%;list-style:none;backface-visibility:hidden;transform-style:preserve-3d;touch-action:pan-Y;overflow:hidden;margin:0;padding:0;white-space:nowrap;display:flex;flex-wrap:nowrap;will-change:transform}.glide__slides--dragging{user-select:none}.glide__slide{width:100%;height:100%;flex-shrink:0;white-space:normal;user-select:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:rgba(0,0,0,0)}.glide__slide a{user-select:none;-webkit-user-drag:none;-moz-user-select:none;-ms-user-select:none}.glide__arrows{-webkit-touch-callout:none;user-select:none}.glide__bullets{-webkit-touch-callout:none;user-select:none}.glide--rtl{direction:rtl}
.glide__arrows{display:flex;flex-wrap:wrap;flex-direction:row;justify-content:center}.glide__arrow{display:block;color:#000;text-transform:uppercase;padding:9px 12px;background-color:rgba(0,0,0,0);border:2px solid rgba(255,255,255,.5);border-radius:4px;box-shadow:0 .25em .5em 0 rgba(0,0,0,.1);text-shadow:0 .25em .5em rgba(0,0,0,.1);opacity:1;cursor:pointer;transition:opacity 150ms ease,border 300ms ease-in-out;line-height:1;margin-top:10px}.glide__arrow:focus{outline:none}.glide__arrow:hover{border-color:#fff}.glide__arrow--left{margin-right:10px}.glide__arrow--disabled{opacity:.33}.glide__bullets{position:absolute;z-index:2;bottom:2em;left:50%;display:inline-flex;list-style:none;transform:translateX(-50%)}.glide__bullet{background-color:rgba(255,255,255,.5);width:9px;height:9px;padding:0;border-radius:50%;border:2px solid rgba(0,0,0,0);transition:all 300ms ease-in-out;cursor:pointer;line-height:0;box-shadow:0 .25em .5em 0 rgba(0,0,0,.1);margin:0 .25em}.glide__bullet:focus{outline:none}.glide__bullet:hover,.glide__bullet:focus{border:2px solid #fff;background-color:rgba(255,255,255,.5)}.glide__bullet--active{background-color:#fff}.glide--swipeable{cursor:grab;cursor:-moz-grab;cursor:-webkit-grab}.glide--dragging{cursor:grabbing;cursor:-moz-grabbing;cursor:-webkit-grabbing}

/* Events List - Grid Layout => div#events .item-container,*/
/* Events List - Tiles Layout => eventgallery-tiles-list .eventgallery-tiles .eventgallery-tile */
div#events .item-container,
.eventgallery-tiles-list .eventgallery-tiles .eventgallery-tile {
  width: 16.6666%;
}
.eventgallery-module div#events .item-container,
.eventgallery-module .eventgallery-tiles-list .eventgallery-tiles .eventgallery-tile {
  width: 50%;
}
@media (max-width: 2400px) {
  div#events .item-container,
  .eventgallery-tiles-list .eventgallery-tiles .eventgallery-tile {
    width: 20%;
  }
}
@media (max-width: 1800px) {
  div#events .item-container,
  .eventgallery-tiles-list .eventgallery-tiles .eventgallery-tile {
    width: 25%;
  }
}
@media (max-width: 1400px) {
  div#events .item-container,
  .eventgallery-tiles-list .eventgallery-tiles .eventgallery-tile {
    width: 33.3333%;
  }
}
@media (max-width: 900px) {
  div#events .item-container,
  .eventgallery-tiles-list .eventgallery-tiles .eventgallery-tile {
    width: 50%;
  }
}
@media (max-width: 450px) {
  div#events .item-container,
  .eventgallery-tiles-list .eventgallery-tiles .eventgallery-tile {
    width: 100%;
  }
}
/* Event List - Grid Layout */
.eventgallery-module .eventgallery-simplelist-tile {
  width: 50%;
}
#event .eventgallery-simplelist-tile {
  width: 16.6666%;
}
@media (max-width: 2400px) {
  #event .eventgallery-simplelist-tile {
    width: 20%;
  }
}
@media (max-width: 1800px) {
  #event .eventgallery-simplelist-tile {
    width: 25%;
  }
}
@media (max-width: 1400px) {
  #event .eventgallery-simplelist-tile {
    width: 33.333%;
  }
}
@media (max-width: 900px) {
  #event .eventgallery-simplelist-tile {
    width: 50%;
  }
}
@media (max-width: 450px) {
  #event .eventgallery-simplelist-tile {
    width: 100%;
  }
}
/* Event List - Square Layout */
.eventgallery-module .eventgallery-square {
  width: 50%;
}
#event .eventgallery-square {
  width: 16.666%;
}
@media (max-width: 2400px) {
  #event .eventgallery-square {
    width: 20%;
  }
}
@media (max-width: 1800px) {
  #event .eventgallery-square {
    width: 25%;
  }
}
@media (max-width: 1400px) {
  #event .eventgallery-square {
    width: 33.3333%;
  }
}
@media (max-width: 900px) {
  #event .eventgallery-square {
    width: 50%;
  }
}
@media (max-width: 450px) {
  #event .eventgallery-square {
    width: 100%;
  }
}
/* Event List - Tiles Layout */
.eventgallery-module .eventgallery-tile {
  width: 50%;
}
#event .eventgallery-tile {
  width: 16.666%;
}
@media (max-width: 2400px) {
  #event .eventgallery-tile {
    width: 20%;
  }
}
@media (max-width: 1800px) {
  #event .eventgallery-tile {
    width: 25%;
  }
}
@media (max-width: 1400px) {
  #event .eventgallery-tile {
    width: 33.3333%;
  }
}
@media (max-width: 900px) {
  #event .eventgallery-tile {
    width: 50%;
  }
}
@media (max-width: 450px) {
  #event .eventgallery-tile {
    width: 100%;
  }
}
/* Category List - Tiles Layout */
.eventgallery-subcategories .item-container {
  width: 12.5%;
}
@media (max-width: 2400px) {
  .eventgallery-subcategories .item-container {
    width: 14.2857%;
  }
}
@media (max-width: 1800px) {
  .eventgallery-subcategories .item-container {
    width: 16.6666%;
  }
}
@media (max-width: 1400px) {
  .eventgallery-subcategories .item-container {
    width: 20%;
  }
}
@media (max-width: 900px) {
  .eventgallery-subcategories .item-container {
    width: 33.333333%;
  }
}
@media (max-width: 450px) {
  .eventgallery-subcategories .item-container {
    width: 50%;
  }
}


@font-face {
	font-family: 'Drop-icomoon';
	src:url(//fhw.artsfond.com//plugins/editors/dropeditor/fonts/icomoon.eot?-8kfg6s);
	src:url(//fhw.artsfond.com//plugins/editors/dropeditor/fonts/icomoon.eot?#iefix-8kfg6s) format('embedded-opentype'),
		url(//fhw.artsfond.com//plugins/editors/dropeditor/fonts/icomoon.woff?-8kfg6s) format('woff'),
		url(//fhw.artsfond.com//plugins/editors/dropeditor/fonts/icomoon.ttf?-8kfg6s) format('truetype'),
		url(//fhw.artsfond.com//plugins/editors/dropeditor/fonts/icomoon.svg?-8kfg6s#icomoon) format('svg');
	font-weight: normal;
	font-style: normal;
}
[class^="drop-"] > li:before, [class*=" drop-"] > li:before{
	font-family: 'Drop-icomoon';
	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;
}

ul.drop-bullet, ol.drop-bullet{
  list-style:none;
  display:inline-block;
  
}
ul.drop-bullet > li, ol.drop-bullet >li {
  clear:left;
}
ol.drop-bullet {
  counter-reset: liNum;
}
ol.drop-bullet > li {
  counter-increment:liNum 1;
}

ul.drop-bullet > li:before, ol.drop-bullet > li:before {
  content:"";
  height: 1em;
  width: 1em;
  font-size: 80%; 
  line-height: 1.5em;
  display:block;
  float:left;
  margin-left:-1.5em;
  background-position:center;
  background-repeat:no-repeat;
  background-size:100%;
}
ol.drop-bullet > li:before{
  content:counter(liNum);
  text-align:center;
}

ul.drop-pushpin li:before {
 content: "\e600";  
}
ul.drop-radio-unchecked li:before {
 content: "\e601"; 
}
ul.drop-cog li:before { 
 content: "\e602"; 
}
ul.drop-flag li:before { 
 content: "\e603";  
}
ul.drop-star li:before {
 content: "\e604";  
}
ul.drop-minus li:before {
 content: "\e605"; 
}
ul.drop-plus li:before { 
 content: "\e606"; 
}
ul.drop-play li:before { 
 content: "\e607";  
}
ul.drop-arrow-right li:before { 
 content: "\e608";  
}
ul.drop-checkbox-checked li:before { 
 content: "\e609";  
}
ul.drop-radio-checked li:before { 
 content: "\e60a";  
}
ul.drop-checkmark li:before { 
 content: "\e60b";  
}

ol.ol-circles {
    list-style-type: none;

    margin: 0;
    margin-left: 4em;
    padding: 0;
     
    counter-reset: li-counter;
}

ol.ol-circles > li {
    position: relative;
    padding-left: 0.5em;
    min-height: 2em;
}
ol.ol-circles > li:before {
    position: absolute;
    top: 0;
    left: -1.33em;
    width: 1.2em;
    height: 1.2em;
     
    font-size: 1em;
    line-height: 1.2;
    text-align: center;
    color: #f5f5f5;
 
    border: 3px solid #c5c5c5;
    border-radius: 50%;
    background-color: #464646;
    content: counter(li-counter);
    counter-increment: li-counter;
}

ol.ol-boxes {
      counter-reset: li-counter;
    list-style-type: none;

    margin: 0;
    margin-left: 2em;
    padding: 0;
     
  
}
ol.ol-boxes > li{
    position: relative;
    padding-left: 0.5em;
 
}
ol.ol-boxes > li:before {
    position: absolute;
    top: 0;
    left: -1em;
    width: 1.2em;
    height: 1.2em;
     
    font-size: 1em;
    line-height: 1;
    text-align: center;
    color: #f5f5f5;
 
    background-color: #464646;
    content: counter(li-counter);
    counter-increment: li-counter;
}

/* Drop Buttons */

/* General button style (reset) */
.dropbtn {
	border: none;
	font-family: inherit;
	font-size: inherit;
	color: inherit;
	background: none;
	cursor: pointer;
	padding: 6px 16px;
	display: inline-block;
	margin: 3px 6px;
    text-decoration: none;
	outline: none;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
a.dropbtn:hover, a.dropbtn:focus , a.dropbtn:active {
      text-decoration: none;
}
.dropbtn:after {
	content: '';
	position: absolute;
	z-index: -1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

@-webkit-keyframes fillToRight {
	to { 
		width: 100%;
	}
}

@-moz-keyframes fillToRight {
	to { 
		width: 100%;
	}
}

@keyframes fillToRight {
	to { 
		width: 100%;
	}
}
.cke_editable .csRow { 
    margin-top: 5px;
}
.cke_editable  .csColumn {        
    box-sizing: border-box;
    border: 4px dashed #f1f1f1;
}

@media(max-width:480px) {
    div.csRow div.csColumn{
      width:100% !important;
  }
}
/* Summary */
div ul.tableOfContent {
    background-color: #f7f7f7;
    padding: 10px;
    max-width: 50%;
}

ul.tableOfContent li.toc-level1 ul.tableOfContent {
    padding-top: 0;
    padding-bottom: 0;
}

ul.tableOfContent li {
    list-style-type: none;
    padding: 3px;
}

ul.tableOfContent a {
    text-decoration: none;
}

ul.tableOfContent li.toc-level1 a { 
    font-size: 18px;
    font-weight: bold;    
}

ul.tableOfContent li.toc-level2 a { 
    font-size: 16px;
    font-weight: bold;    
}

ul.tableOfContent li.toc-level3 a { 
    font-size: 14px;
    font-weight: normal;
}

ul.tableOfContent li.toc-level4 a { 
    font-size: 12px;
    font-weight: normal;
}

.droplist  {
    list-style-type: none;
}
.droplist li:before {
    font-size: 13px;
}
label.dd-option-text,
label.dd-selected-text {
    line-height: 16px !important;
    margin-bottom: 0px;
}

.dd-option {
    padding: 4px 10px !important;
}
.dd-selected {
     padding: 4px 10px !important;
}
#bulleted_icon {
    top:10px
}
.dd-option-image, .dd-selected-image {
    width: 16px;
    height: 16px;
}


blockquote
{
        
  background: none;
  border-left: 5px solid #f1f1f1;
  color: #8B8E97;
  font-size: 14px;
  font-style: italic;
  line-height: 22px;
  padding-left: 15px;
  padding: 10px;
  float: left;
}
.cke_contents_ltr img.cke_anchor {
    border-color: #333 !important;
}
.blue-message {
  background: none repeat scroll 0 0 #3399ff;
  color: #ffffff;
  text-shadow: none;
  font-size: 14px;
  line-height: 24px;
  padding: 10px;

}.green-message {
  background: none repeat scroll 0 0 #8cc14c;
  color: #ffffff;
  text-shadow: none;
  font-size: 14px;
  line-height: 24px;
  padding: 10px;

}.orange-message {
  background: none repeat scroll 0 0 #faa732;
  color: #ffffff;
  text-shadow: none;
  font-size: 14px;
  line-height: 24px;
  padding: 10px;

}.red-message {
  background: none repeat scroll 0 0 #da4d31;
  color: #ffffff;
  text-shadow: none;
  font-size: 14px;
  line-height: 24px;
  padding: 10px;

}.grey-message {
  background: none repeat scroll 0 0 #53555c;
  color: #ffffff;
  text-shadow: none;
  font-size: 14px;
  line-height: 24px;
  padding: 10px;

}.left-block {
  background: none repeat scroll 0 0px, radial-gradient(ellipse at center center, #ffffff 0%, #f2f2f2 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
  color: #8b8e97;
  padding: 10px;
  margin: 10px;
  float: left;

}.right-block {
  background: none repeat scroll 0 0px, radial-gradient(ellipse at center center, #ffffff 0%, #f2f2f2 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
  color: #8b8e97;
  padding: 10px;
  margin: 10px;
  float: right;

}.blockquotes {
  background: none;
  border-left: 5px solid #f1f1f1;
  color: #8B8E97;
  font-size: 14px;
  font-style: italic;
  line-height: 22px;
  padding-left: 15px;
  padding: 10px;
  width: 60%;
  float: left;

}
.drop_h1 {color:;}
.drop_h2 {}
.drop_h3 {}
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url(//fhw.artsfond.com//plugins/system/ef4_jmframework/includes/assets/template/fontawesome/css/../fonts/fontawesome-webfont.eot?v=4.7.0);src:url(//fhw.artsfond.com//plugins/system/ef4_jmframework/includes/assets/template/fontawesome/css/../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format('embedded-opentype'),url(//fhw.artsfond.com//plugins/system/ef4_jmframework/includes/assets/template/fontawesome/css/../fonts/fontawesome-webfont.woff2?v=4.7.0) format('woff2'),url(//fhw.artsfond.com//plugins/system/ef4_jmframework/includes/assets/template/fontawesome/css/../fonts/fontawesome-webfont.woff?v=4.7.0) format('woff'),url(//fhw.artsfond.com//plugins/system/ef4_jmframework/includes/assets/template/fontawesome/css/../fonts/fontawesome-webfont.ttf?v=4.7.0) format('truetype'),url(//fhw.artsfond.com//plugins/system/ef4_jmframework/includes/assets/template/fontawesome/css/../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.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{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#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-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}

/*!
 * Bootstrap v2.3.2
 *
 * Copyright 2013 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world by @mdo and @fat.
 */.clearfix:before,.clearfix:after{display: table;content: "";line-height: 0}.clearfix:after{clear: both}.hide-text{font: 0/0 a;color: transparent;text-shadow: none;background-color: transparent;border: 0}.input-block-level{display: block;width: 100%;min-height: 36px;box-sizing: border-box}article,aside,details,figcaption,figure,footer,header,hgroup,nav,section{display: block}audio,canvas,video{display: inline-block}audio:not([controls]){display: none}html{font-size: 100%;-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%}a:focus{outline: thin dotted #333;outline: 5px auto -webkit-focus-ring-color;outline-offset: -2px}a:hover,a:active{outline: 0}sub,sup{position: relative;font-size: 75%;line-height: 0;vertical-align: baseline}sup{top: -0.5em}sub{bottom: -0.25em}img{max-width: 100%;height: auto;vertical-align: middle;border: 0;-ms-interpolation-mode: bicubic}#map_canvas img,.google-maps img{max-width: none}button,input,select,textarea{margin: 0;font-size: 100%;vertical-align: middle}button,input{line-height: normal}button::-moz-focus-inner,input::-moz-focus-inner{padding: 0;border: 0}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance: button;cursor: pointer}label,select,button,input[type="button"],input[type="reset"],input[type="submit"],input[type="radio"],input[type="checkbox"]{cursor: pointer}input[type="search"]{box-sizing: content-box;-webkit-appearance: textfield}input[type="search"]::-webkit-search-decoration,input[type="search"]::-webkit-search-cancel-button{-webkit-appearance: none}textarea{overflow: auto;vertical-align: top}@media print{*{text-shadow: none !important;color: #000 !important;background: transparent !important;box-shadow: none !important}a,a:visited{text-decoration: underline}a[href]:after{content: " (" attr(href) ")"}abbr[title]:after{content: " (" attr(title) ")"}.ir a:after,a[href^="javascript:"]:after,a[href^="#"]:after{content: ""}pre,blockquote{border: 1px solid #999;page-break-inside: avoid}thead{display: table-header-group}tr,img{page-break-inside: avoid}img{max-width: 100% !important}@page{margin: 0.5cm}p,h2,h3{orphans: 3;widows: 3}h2,h3{page-break-after: avoid}}body{margin: 0;font-family: 'Roboto', sans-serif;font-size: 14px;font-weight: 400;line-height: 1.42857143;color: #303030;background-color: #5f5f5f}a{color: #38048a;text-decoration: none;-webkit-transition: all .2s ease-in;transition: all .2s ease-in}a:hover,a:focus{text-decoration: underline}a:focus{outline: 0}.img-rounded{border-radius: 6px}.img-polaroid{padding: 4px;background-color: #fff;border: 1px solid #ccc;border: 1px solid rgba(0,0,0,0.2);box-shadow: 0 1px 3px rgba(0,0,0,0.1)}.img-circle{border-radius: 500px}.row{margin-left: -20px}.row:before,.row:after{display: table;content: "";line-height: 0}.row:after{clear: both}[class*="span"]{float: left;min-height: 1px;margin-left: 20px}.container,.navbar-static-top .container,.navbar-fixed-top .container,.navbar-fixed-bottom .container{width: 940px}.span12{width: 940px}.span11{width: 860px}.span10{width: 780px}.span9{width: 700px}.span8{width: 620px}.span7{width: 540px}.span6{width: 460px}.span5{width: 380px}.span4{width: 300px}.span3{width: 220px}.span2{width: 140px}.span1{width: 60px}.offset12{margin-left: 980px}.offset11{margin-left: 900px}.offset10{margin-left: 820px}.offset9{margin-left: 740px}.offset8{margin-left: 660px}.offset7{margin-left: 580px}.offset6{margin-left: 500px}.offset5{margin-left: 420px}.offset4{margin-left: 340px}.offset3{margin-left: 260px}.offset2{margin-left: 180px}.offset1{margin-left: 100px}.offset-12{margin-left: -940px}.offset-11{margin-left: -860px}.offset-10{margin-left: -780px}.offset-9{margin-left: -700px}.offset-8{margin-left: -620px}.offset-7{margin-left: -540px}.offset-6{margin-left: -460px}.offset-5{margin-left: -380px}.offset-4{margin-left: -300px}.offset-3{margin-left: -220px}.offset-2{margin-left: -140px}.offset-1{margin-left: -60px}.row-fluid{margin: 0 -16px;width: auto !important}.row-fluid:before,.row-fluid:after{display: table;content: "";line-height: 0}.row-fluid:after{clear: both}.row-fluid [class*="span"]{display: block;width: 100%;box-sizing: border-box;float: left;margin-left: 0;padding: 0 16px}.row-fluid .span12{width: 100%}.row-fluid .span11{width: 91.66666667%}.row-fluid .span10{width: 83.33333333%}.row-fluid .span9{width: 75%}.row-fluid .span8{width: 66.66666667%}.row-fluid .span7{width: 58.33333333%}.row-fluid .span6{width: 50%}.row-fluid .span5{width: 41.66666667%}.row-fluid .span4{width: 33.33333333%}.row-fluid .span3{width: 25%}.row-fluid .span2{width: 16.66666667%}.row-fluid .span1{width: 8.33333333%}.row-fluid .offset12{margin-left: 100%}.row-fluid .offset11{margin-left: 91.66666667%}.row-fluid .offset10{margin-left: 83.33333333%}.row-fluid .offset9{margin-left: 75%}.row-fluid .offset8{margin-left: 66.66666667%}.row-fluid .offset7{margin-left: 58.33333333%}.row-fluid .offset6{margin-left: 50%}.row-fluid .offset5{margin-left: 41.66666667%}.row-fluid .offset4{margin-left: 33.33333333%}.row-fluid .offset3{margin-left: 25%}.row-fluid .offset2{margin-left: 16.66666667%}.row-fluid .offset1{margin-left: 8.33333333%}.row-fluid .offset-12{margin-left: -100%}.row-fluid .offset-11{margin-left: -91.66666667%}.row-fluid .offset-10{margin-left: -83.33333333%}.row-fluid .offset-9{margin-left: -75%}.row-fluid .offset-8{margin-left: -66.66666667%}.row-fluid .offset-7{margin-left: -58.33333333%}.row-fluid .offset-6{margin-left: -50%}.row-fluid .offset-5{margin-left: -41.66666667%}.row-fluid .offset-4{margin-left: -33.33333333%}.row-fluid .offset-3{margin-left: -25%}.row-fluid .offset-2{margin-left: -16.66666667%}.row-fluid .offset-1{margin-left: -8.33333333%}.row-fluid .controls-row [class*="span"] + [class*="span"]{margin-left: 2.12765957%}.row-fluid .controls .span12{width: 100%}.row-fluid .controls .span11{width: 91.4893617%}.row-fluid .controls .span10{width: 82.97872340000001%}.row-fluid .controls .span9{width: 74.46808511%}.row-fluid .controls .span8{width: 65.95744680999999%}.row-fluid .controls .span7{width: 57.44680851%}.row-fluid .controls .span6{width: 48.93617021%}.row-fluid .controls .span5{width: 40.42553191%}.row-fluid .controls .span4{width: 31.91489362%}.row-fluid .controls .span3{width: 23.40425532%}.row-fluid .controls .span2{width: 14.89361702%}.row-fluid .controls .span1{width: 6.38297872%}.row-fluid .controls .offset12{margin-left: 104.25531915%}.row-fluid .controls .offset12:first-child{margin-left: 102.12765957%}.row-fluid .controls .offset11{margin-left: 95.74468084999999%}.row-fluid .controls .offset11:first-child{margin-left: 93.61702128%}.row-fluid .controls .offset10{margin-left: 87.23404255%}.row-fluid .controls .offset10:first-child{margin-left: 85.10638298000001%}.row-fluid .controls .offset9{margin-left: 78.72340426%}.row-fluid .controls .offset9:first-child{margin-left: 76.59574468%}.row-fluid .controls .offset8{margin-left: 70.21276596%}.row-fluid .controls .offset8:first-child{margin-left: 68.08510638%}.row-fluid .controls .offset7{margin-left: 61.70212766%}.row-fluid .controls .offset7:first-child{margin-left: 59.57446809%}.row-fluid .controls .offset6{margin-left: 53.19148936%}.row-fluid .controls .offset6:first-child{margin-left: 51.06382979%}.row-fluid .controls .offset5{margin-left: 44.68085106%}.row-fluid .controls .offset5:first-child{margin-left: 42.55319149%}.row-fluid .controls .offset4{margin-left: 36.17021277%}.row-fluid .controls .offset4:first-child{margin-left: 34.04255319%}.row-fluid .controls .offset3{margin-left: 27.65957447%}.row-fluid .controls .offset3:first-child{margin-left: 25.53191489%}.row-fluid .controls .offset2{margin-left: 19.14893617%}.row-fluid .controls .offset2:first-child{margin-left: 17.0212766%}.row-fluid .controls .offset1{margin-left: 10.63829787%}.row-fluid .controls .offset1:first-child{margin-left: 8.5106383%}[class*="span"].hide,.row-fluid [class*="span"].hide{display: none}[class*="span"].pull-right,.row-fluid [class*="span"].pull-right{float: right}.container{margin-right: auto;margin-left: auto}.container:before,.container:after{display: table;content: "";line-height: 0}.container:after{clear: both}.container-fluid{padding-right: 16px;padding-left: 16px;margin-left: auto;margin-right: auto;max-width: 1524px}.container-fluid:before,.container-fluid:after{display: table;content: "";line-height: 0}.container-fluid:after{clear: both}.full-width > .container-fluid{max-width: 100%;width: auto}p{margin: 0}* + p{margin: 5px 0}.lead{margin-bottom: 20px;font-size: 21px;font-weight: 200;line-height: 2.14285715}small{font-size: 85%}strong{font-weight: 500}em{font-style: italic}cite{font-style: normal}.muted{color: #999}a.muted:hover,a.muted:focus{color: #808080}.text-warning{color: #c09853}a.text-warning:hover,a.text-warning:focus{color: #a47e3c}.text-error{color: #b94a48}a.text-error:hover,a.text-error:focus{color: #953b39}.text-info{color: #3a87ad}a.text-info:hover,a.text-info:focus{color: #2d6987}.text-success{color: #468847}a.text-success:hover,a.text-success:focus{color: #356635}.text-left{text-align: left}.text-right{text-align: right}.text-center{text-align: center}h1,h2,h3,h4,h5,h6{margin: 0 0 10px;font-family: inherit;font-weight: 500;line-height: 1.2;color: inherit;text-rendering: optimizelegibility}h1 small,h2 small,h3 small,h4 small,h5 small,h6 small{font-weight: normal;line-height: 1}h1 a,h2 a,h3 a,h4 a,h5 a,h6 a{text-decoration: none}h1{font-size: 30px}h2{font-size: 24px}h3{font-size: 20px}h4{font-size: 16px}h5{font-size: 14px}h6{font-size: 12px}h1 small{font-size: 19.88px}h2 small{font-size: 16.1px}h3 small{font-size: 14px}h4 small{font-size: 14px}ol{padding: 0;margin: 0 0 10px 25px}ul ul,ul ol,ol ol,ol ul{margin-bottom: 0}ul{padding: 0;margin: 0;list-style: none}ul:not([class]) li,ul.jm-color1 li,ul.jm-color2 li{position: relative;padding-left: 16px}ul:not([class]) li:before,ul.jm-color1 li:before,ul.jm-color2 li:before{content: "\f111";display: inline-block;font: normal normal normal 4px/1 FontAwesome;text-rendering: auto;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;position: absolute;left: 0;top: 0;height: 20px;line-height: 20px}ul.jm-color1 li:before{color: #38048a}ul.jm-color2 li:before{color: #009688}ul.unstyled,ol.unstyled{margin-right: 0;list-style: none}ul.unstyled li:before,ol.unstyled li:before{display: none}ul.unstyled{margin: 0 0 10px}ul.unstyled li{padding: 0;background: none}ul.unstyled ul{list-style: disc;margin: 0 0 0 25px}ul.inline,ol.inline{margin-left: 0;list-style: none}ul.inline > li,ol.inline > li{display: inline-block;padding-left: 5px;padding-right: 5px;background: none}dl{margin-bottom: 20px}dt,dd{line-height: 20px}dt{font-weight: bold}dd{margin-left: 10px}.dl-horizontal:before,.dl-horizontal:after{display: table;content: "";line-height: 0}.dl-horizontal:after{clear: both}.dl-horizontal dt{float: left;width: 160px;clear: left;text-align: right;overflow: hidden;text-overflow: ellipsis;white-space: nowrap}.dl-horizontal dd{margin-left: 180px}hr{margin: 32px 0;border: 0;border-top: 1px solid #ebebeb}abbr[title],abbr[data-original-title]{cursor: help;border-bottom: 1px dotted #999}abbr.initialism{font-size: 90%;text-transform: uppercase}blockquote{padding: 0 0 0 15px;margin: 0 0 20px;border-left: 5px solid #eee}blockquote p{margin-bottom: 0;font-size: 17.5px;font-weight: 300;line-height: 1.25}blockquote small{display: block;line-height: 20px;color: #999}blockquote small:before{content: '\2014 \00A0'}blockquote.pull-right{float: right;padding-right: 15px;padding-left: 0;border-right: 5px solid #eee;border-left: 0}blockquote.pull-right p,blockquote.pull-right small{text-align: right}blockquote.pull-right small:before{content: ''}blockquote.pull-right small:after{content: '\00A0 \2014'}q:before,q:after,blockquote:before,blockquote:after{content: ""}address{display: block;margin-bottom: 20px;font-style: normal;line-height: 20px}code,pre{padding: 0 3px 2px;font-family: Monaco, Menlo, Consolas, "Courier New", monospace;font-size: 12px;color: #333;border-radius: 0}code{padding: 2px 4px;color: #d14;background-color: #f7f7f9;border: 1px solid #e1e1e8;white-space: nowrap}pre{display: block;padding: 9.5px;margin: 0 0 10px;font-size: 13px;line-height: 20px;word-break: break-all;word-wrap: break-word;white-space: pre;white-space: pre-wrap;background-color: #f5f5f5;border: 1px solid rgba(0,0,0,0.15);border-radius: 2px}pre.prettyprint{margin-bottom: 20px}pre code{padding: 0;color: inherit;white-space: pre;white-space: pre-wrap;background-color: transparent;border: 0}.pre-scrollable{max-height: 340px;overflow-y: scroll}form{margin: 0 0 20px}fieldset{padding: 0;margin: 0;border: 0}legend{display: block;width: 100%;padding: 0;margin-bottom: 20px;font-size: 14px;line-height: 40px;color: #232323;font-weight: 500;text-transform: uppercase;border: 0}legend small{font-size: 15px}label,input,button,select,textarea{font-size: 14px;font-weight: normal;line-height: 20px}input,button,select,textarea{font-family: 'Roboto', sans-serif}label{display: block;margin-bottom: 5px;color: #212121;font-size: 13px;font-weight: 400;text-transform: none}select,textarea,input[type="text"],input[type="password"],input[type="datetime"],input[type="datetime-local"],input[type="date"],input[type="month"],input[type="time"],input[type="week"],input[type="number"],input[type="email"],input[type="url"],input[type="search"],input[type="tel"],input[type="color"],.uneditable-input{display: inline-block;line-height: normal;height: 36px;border-radius: 0;box-sizing: border-box;font-family: inherit;font-size: 13px;padding: 10px 0;vertical-align: middle;border: 0;border-bottom: 1px solid rgba(0,0,0,0.07000000000000001);color: rgba(0,0,0,0.38);background: transparent;-webkit-transition: border linear .2s, box-shadow linear .2s;transition: border linear .2s, box-shadow linear .2s}select:focus,textarea:focus,input[type="text"]:focus,input[type="password"]:focus,input[type="datetime"]:focus,input[type="datetime-local"]:focus,input[type="date"]:focus,input[type="month"]:focus,input[type="time"]:focus,input[type="week"]:focus,input[type="number"]:focus,input[type="email"]:focus,input[type="url"]:focus,input[type="search"]:focus,input[type="tel"]:focus,input[type="color"]:focus,.uneditable-input:focus{border-color: #38048a;outline: 0;box-shadow: 0 1px 0 0 #38048a;color: #303030}textarea{height: auto;line-height: 1.2}input[type="radio"],input[type="checkbox"]{margin: 4px 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{width: 180px;padding: 0}select option{background: #fff}select:not([name*="themecustomiser"]){appearance: none;-moz-appearance: none;-webkit-appearance: none;background-image: url(//fhw.artsfond.com//templates/jm-classifiedads/css/../images/dropdown.png);background-repeat: no-repeat;background-position: right center}select[multiple]{height: auto}input[type="file"]:focus,input[type="radio"]:focus,input[type="checkbox"]:focus{outline: thin dotted #333;outline: 5px auto -webkit-focus-ring-color;outline-offset: -2px}.uneditable-input,.uneditable-textarea{color: #999;border-color: rgba(0,0,0,0.07000000000000001);box-shadow: inset 0 1px 2px rgba(0,0,0,0.025);cursor: not-allowed}.uneditable-input{overflow: hidden;white-space: nowrap}.uneditable-textarea{width: auto;height: auto}input:-moz-placeholder,textarea:-moz-placeholder{color: rgba(0,0,0,0.38)}input:-ms-input-placeholder,textarea:-ms-input-placeholder{color: rgba(0,0,0,0.38)}input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{color: rgba(0,0,0,0.38)}input::-moz-placeholder,textarea::-moz-placeholder{opacity: 1}input:-ms-input-placeholder,textarea:-ms-input-placeholder{opacity: 1}input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{opacity: 1}.radio,.checkbox{min-height: 20px;padding-left: 20px}.radio input[type="radio"],.checkbox input[type="checkbox"]{float: left;margin-left: -20px}.controls > .radio:first-child,.controls > .checkbox:first-child{padding-top: 5px}.radio.inline,.checkbox.inline{display: inline-block;padding-top: 5px;margin-bottom: 0;vertical-align: middle}.radio.inline + .radio.inline,.checkbox.inline + .checkbox.inline{margin-left: 10px}.input-mini{width: 60px}.input-small{width: 90px}.input-medium{width: 150px}.input-large{width: 210px}.input-xlarge{width: 270px}.input-xxlarge{width: 530px}input[class*="span"],select[class*="span"],textarea[class*="span"],.uneditable-input[class*="span"],.row-fluid input[class*="span"],.row-fluid select[class*="span"],.row-fluid textarea[class*="span"],.row-fluid .uneditable-input[class*="span"]{float: none;margin-left: 0}.input-append input[class*="span"],.input-append .uneditable-input[class*="span"],.input-prepend input[class*="span"],.input-prepend .uneditable-input[class*="span"],.row-fluid input[class*="span"],.row-fluid select[class*="span"],.row-fluid textarea[class*="span"],.row-fluid .uneditable-input[class*="span"],.row-fluid .input-prepend [class*="span"],.row-fluid .input-append [class*="span"]{display: inline-block}input,textarea,.uneditable-input{margin-left: 0}.controls-row [class*="span"] + [class*="span"]{margin-left: 20px}input.span12,textarea.span12,.uneditable-input.span12{width: 926px}input.span11,textarea.span11,.uneditable-input.span11{width: 846px}input.span10,textarea.span10,.uneditable-input.span10{width: 766px}input.span9,textarea.span9,.uneditable-input.span9{width: 686px}input.span8,textarea.span8,.uneditable-input.span8{width: 606px}input.span7,textarea.span7,.uneditable-input.span7{width: 526px}input.span6,textarea.span6,.uneditable-input.span6{width: 446px}input.span5,textarea.span5,.uneditable-input.span5{width: 366px}input.span4,textarea.span4,.uneditable-input.span4{width: 286px}input.span3,textarea.span3,.uneditable-input.span3{width: 206px}input.span2,textarea.span2,.uneditable-input.span2{width: 126px}input.span1,textarea.span1,.uneditable-input.span1{width: 46px}.controls-row:before,.controls-row:after{display: table;content: "";line-height: 0}.controls-row:after{clear: both}.controls-row [class*="span"],.row-fluid .controls-row [class*="span"]{float: left}.controls-row .checkbox[class*="span"],.controls-row .radio[class*="span"]{padding-top: 5px}input[disabled],select[disabled],textarea[disabled],input[readonly],select[readonly],textarea[readonly]{cursor: not-allowed;background-color: #eee}input[type="radio"][disabled],input[type="checkbox"][disabled],input[type="radio"][readonly],input[type="checkbox"][readonly]{background-color: transparent}.control-group.warning .control-label,.control-group.warning .help-block,.control-group.warning .help-inline{color: #c09853}.control-group.warning .checkbox,.control-group.warning .radio,.control-group.warning input,.control-group.warning select,.control-group.warning textarea{color: #c09853}.control-group.warning input,.control-group.warning select,.control-group.warning textarea{border-color: #c09853;box-shadow: inset 0 1px 1px rgba(0,0,0,0.075)}.control-group.warning input:focus,.control-group.warning select:focus,.control-group.warning textarea:focus{border-color: #a47e3c;box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #dbc59e}.control-group.warning .input-prepend .add-on,.control-group.warning .input-append .add-on{color: #c09853;background-color: #fcf8e3;border-color: #c09853}.control-group.error .control-label,.control-group.error .help-block,.control-group.error .help-inline{color: #b94a48}.control-group.error .checkbox,.control-group.error .radio,.control-group.error input,.control-group.error select,.control-group.error textarea{color: #b94a48}.control-group.error input,.control-group.error select,.control-group.error textarea{border-color: #b94a48;box-shadow: inset 0 1px 1px rgba(0,0,0,0.075)}.control-group.error input:focus,.control-group.error select:focus,.control-group.error textarea:focus{border-color: #953b39;box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #d59392}.control-group.error .input-prepend .add-on,.control-group.error .input-append .add-on{color: #b94a48;background-color: #f2dede;border-color: #b94a48}.control-group.success .control-label,.control-group.success .help-block,.control-group.success .help-inline{color: #468847}.control-group.success .checkbox,.control-group.success .radio,.control-group.success input,.control-group.success select,.control-group.success textarea{color: #468847}.control-group.success input,.control-group.success select,.control-group.success textarea{border-color: #468847;box-shadow: inset 0 1px 1px rgba(0,0,0,0.075)}.control-group.success input:focus,.control-group.success select:focus,.control-group.success textarea:focus{border-color: #356635;box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #7aba7b}.control-group.success .input-prepend .add-on,.control-group.success .input-append .add-on{color: #468847;background-color: #dff0d8;border-color: #468847}.control-group.info .control-label,.control-group.info .help-block,.control-group.info .help-inline{color: #3a87ad}.control-group.info .checkbox,.control-group.info .radio,.control-group.info input,.control-group.info select,.control-group.info textarea{color: #3a87ad}.control-group.info input,.control-group.info select,.control-group.info textarea{border-color: #3a87ad;box-shadow: inset 0 1px 1px rgba(0,0,0,0.075)}.control-group.info input:focus,.control-group.info select:focus,.control-group.info textarea:focus{border-color: #2d6987;box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #7ab5d3}.control-group.info .input-prepend .add-on,.control-group.info .input-append .add-on{color: #3a87ad;background-color: #d9edf7;border-color: #3a87ad}input:focus:invalid,textarea:focus:invalid,select:focus:invalid{color: #ff0000;border-color: #ff0000;box-shadow: 0 1px 0 0 #f00}.form-actions{padding: 19px 20px 0;margin-top: 20px;margin-bottom: 20px;border-top: 1px solid #e7e7e7}.form-actions:before,.form-actions:after{display: table;content: "";line-height: 0}.form-actions:after{clear: both}.help-block,.help-inline{color: #565656}.help-block{display: block;margin-bottom: 10px}.help-inline{display: inline-block;vertical-align: middle;padding-left: 5px}.input-append,.input-prepend{display: inline-block;margin-bottom: 10px;vertical-align: middle;font-size: 0;white-space: nowrap}.input-append .btn,.input-prepend .btn{padding-left: 20px;padding-right: 20px}.input-append input,.input-prepend input,.input-append select,.input-prepend select,.input-append .uneditable-input,.input-prepend .uneditable-input,.input-append .dropdown-menu,.input-prepend .dropdown-menu,.input-append .popover,.input-prepend .popover{font-size: 14px}.input-append input,.input-prepend input,.input-append select,.input-prepend select,.input-append .uneditable-input,.input-prepend .uneditable-input{position: relative;margin-bottom: 0;vertical-align: top;border-radius: 0 2px 2px 0}.input-append input:focus,.input-prepend input:focus,.input-append select:focus,.input-prepend select:focus,.input-append .uneditable-input:focus,.input-prepend .uneditable-input:focus{z-index: 2}.input-append .add-on,.input-prepend .add-on{display: inline-block;width: auto;height: 34px;min-width: 16px;padding: 0 5px;font-size: 13px;font-weight: normal;line-height: 34px;text-align: center;color: rgba(0,0,0,0.38);border: 1px solid rgba(0,0,0,0.07000000000000001)}.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;border-radius: 0}.input-append .active,.input-prepend .active{background-color: #a9dba9;border-color: #46a546}.input-prepend .add-on,.input-prepend .btn{margin-right: -1px}.input-prepend .add-on:first-child,.input-prepend .btn:first-child{border-radius: 2px 0 0 2px}.input-append input,.input-append select,.input-append .uneditable-input{border-radius: 2px 0 0 2px}.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{border-radius: 0 2px 2px 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{border-radius: 0 2px 2px 0}.input-prepend.input-append input,.input-prepend.input-append select,.input-prepend.input-append .uneditable-input{border-radius: 0}.input-prepend.input-append input + .btn-group .btn,.input-prepend.input-append select + .btn-group .btn,.input-prepend.input-append .uneditable-input + .btn-group .btn{border-radius: 0 2px 2px 0}.input-prepend.input-append .add-on:first-child,.input-prepend.input-append .btn:first-child{margin-right: -1px;border-radius: 2px 0 0 2px}.input-prepend.input-append .add-on:last-child,.input-prepend.input-append .btn:last-child{margin-left: -1px;border-radius: 0 2px 2px 0}.input-prepend.input-append .btn-group:first-child{margin-left: 0}input.search-query{padding-right: 14px;padding-left: 14px;margin-bottom: 0}.form-search .input-append .search-query,.form-search .input-prepend .search-query{border-radius: 0}.form-search input,.form-inline input,.form-horizontal input,.form-search textarea,.form-inline textarea,.form-horizontal textarea,.form-search select,.form-inline select,.form-horizontal select,.form-search .help-inline,.form-inline .help-inline,.form-horizontal .help-inline,.form-search .uneditable-input,.form-inline .uneditable-input,.form-horizontal .uneditable-input,.form-search .input-prepend,.form-inline .input-prepend,.form-horizontal .input-prepend,.form-search .input-append,.form-inline .input-append,.form-horizontal .input-append{display: inline-block;margin-bottom: 0;vertical-align: middle}.form-search .hide,.form-inline .hide,.form-horizontal .hide{display: none}.form-search label,.form-inline label,.form-search .btn-group,.form-inline .btn-group{display: inline-block}.form-search .input-append,.form-inline .input-append,.form-search .input-prepend,.form-inline .input-prepend{margin-bottom: 0}.form-search .radio,.form-search .checkbox,.form-inline .radio,.form-inline .checkbox{padding-left: 0;margin-bottom: 0;vertical-align: middle}.form-search .radio input[type="radio"],.form-search .checkbox input[type="checkbox"],.form-inline .radio input[type="radio"],.form-inline .checkbox input[type="checkbox"]{float: left;margin-right: 3px;margin-left: 0}.control-group{margin-bottom: 10px}legend + .control-group{margin-top: 20px;-webkit-margin-top-collapse: separate}.form-horizontal .control-group{margin-bottom: 20px}.form-horizontal .control-group:before,.form-horizontal .control-group:after{display: table;content: "";line-height: 0}.form-horizontal .control-group:after{clear: both}.form-horizontal .control-label{float: left;width: 160px;padding-top: 6px;text-align: right}.form-horizontal .control-label .optional{color: #212121;font-size: 0.8em}.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: 10px}.form-horizontal .form-actions{padding-left: 180px}table{max-width: 100%;background-color: transparent;border-collapse: collapse;border-spacing: 0}.table,table.category{width: 100%;margin-bottom: 20px}.table th,table.category th,.table td,table.category td{padding: 8px;line-height: 1.42857143;text-align: left;vertical-align: top;border-top: 1px solid #ebebeb}.table th,table.category th{background: transparent;color: #303030;font-weight: 400;padding: 15px 8px;text-align: center}.table th a,table.category th a{color: #303030;text-decoration: none}.table th a:hover,table.category th a:hover{text-decoration: underline}.table tr:first-child td,table.category tr:first-child td{border-top: none}.table thead th,table.category thead th{vertical-align: bottom}.table caption + thead tr:first-child th,table.category caption + thead tr:first-child th,.table caption + thead tr:first-child td,table.category caption + thead tr:first-child td,.table colgroup + thead tr:first-child th,table.category colgroup + thead tr:first-child th,.table colgroup + thead tr:first-child td,table.category colgroup + thead tr:first-child td,.table thead:first-child tr:first-child th,table.category thead:first-child tr:first-child th,.table thead:first-child tr:first-child td,table.category thead:first-child tr:first-child td{border-top: 0}.table tbody + tbody,table.category tbody + tbody{border-top: 2px solid #ebebeb}.table .table,table.category .table{background-color: #fff}.table-condensed th,.table-condensed td{padding: 4px 5px}.table-bordered{border-collapse: separate;border-radius: 2px}.table-bordered caption + thead tr:first-child th,.table-bordered caption + tbody tr:first-child th,.table-bordered caption + tbody tr:first-child td,.table-bordered colgroup + thead tr:first-child th,.table-bordered colgroup + tbody tr:first-child th,.table-bordered colgroup + tbody tr:first-child td,.table-bordered thead:first-child tr:first-child th,.table-bordered tbody:first-child tr:first-child th,.table-bordered tbody:first-child tr:first-child td{border-top: 0}.table-bordered thead:first-child tr:first-child > th:first-child,.table-bordered tbody:first-child tr:first-child > td:first-child,.table-bordered tbody:first-child tr:first-child > th:first-child{border-top-left-radius: 2px}.table-bordered thead:first-child tr:first-child > th:last-child,.table-bordered tbody:first-child tr:first-child > td:last-child,.table-bordered tbody:first-child tr:first-child > th:last-child{border-top-right-radius: 2px}.table-bordered thead:last-child tr:last-child > th:first-child,.table-bordered tbody:last-child tr:last-child > td:first-child,.table-bordered tbody:last-child tr:last-child > th:first-child,.table-bordered tfoot:last-child tr:last-child > td:first-child,.table-bordered tfoot:last-child tr:last-child > th:first-child{border-bottom-left-radius: 2px}.table-bordered thead:last-child tr:last-child > th:last-child,.table-bordered tbody:last-child tr:last-child > td:last-child,.table-bordered tbody:last-child tr:last-child > th:last-child,.table-bordered tfoot:last-child tr:last-child > td:last-child,.table-bordered tfoot:last-child tr:last-child > th:last-child{border-bottom-right-radius: 2px}.table-bordered tfoot + tbody:last-child tr:last-child td:first-child{border-bottom-left-radius: 0}.table-bordered tfoot + tbody:last-child tr:last-child td:last-child{border-bottom-right-radius: 0}.table-bordered caption + thead tr:first-child th:first-child,.table-bordered caption + tbody tr:first-child td:first-child,.table-bordered colgroup + thead tr:first-child th:first-child,.table-bordered colgroup + tbody tr:first-child td:first-child{border-top-left-radius: 2px}.table-bordered caption + thead tr:first-child th:last-child,.table-bordered caption + tbody tr:first-child td:last-child,.table-bordered colgroup + thead tr:first-child th:last-child,.table-bordered colgroup + tbody tr:first-child td:last-child{border-top-right-radius: 2px}.table-striped tbody > tr:nth-child(odd) > td,.table-striped tbody > tr:nth-child(odd) > th{background-color: transparent}.table-hover tbody tr:hover > td,.table-hover tbody tr:hover > th{background-color: #f5f5f5}table td[class*="span"],table th[class*="span"],.row-fluid table td[class*="span"],.row-fluid table th[class*="span"]{display: table-cell;float: none;margin-left: 0}.table td.span1,.table th.span1{float: none;width: 44px;margin-left: 0}.table td.span2,.table th.span2{float: none;width: 124px;margin-left: 0}.table td.span3,.table th.span3{float: none;width: 204px;margin-left: 0}.table td.span4,.table th.span4{float: none;width: 284px;margin-left: 0}.table td.span5,.table th.span5{float: none;width: 364px;margin-left: 0}.table td.span6,.table th.span6{float: none;width: 444px;margin-left: 0}.table td.span7,.table th.span7{float: none;width: 524px;margin-left: 0}.table td.span8,.table th.span8{float: none;width: 604px;margin-left: 0}.table td.span9,.table th.span9{float: none;width: 684px;margin-left: 0}.table td.span10,.table th.span10{float: none;width: 764px;margin-left: 0}.table td.span11,.table th.span11{float: none;width: 844px;margin-left: 0}.table td.span12,.table th.span12{float: none;width: 924px;margin-left: 0}.table tbody tr.success > td{background-color: #dff0d8}.table tbody tr.error > td{background-color: #f2dede}.table tbody tr.warning > td{background-color: #fcf8e3}.table tbody tr.info > td{background-color: #d9edf7}.table-hover tbody tr.success:hover > td{background-color: #d0e9c6}.table-hover tbody tr.error:hover > td{background-color: #ebcccc}.table-hover tbody tr.warning:hover > td{background-color: #faf2cc}.table-hover tbody tr.info:hover > td{background-color: #c4e3f3}@font-face{font-family: 'Glyphicons Halflings';src: url(//fhw.artsfond.com//templates/jm-classifiedads/css/../../../plugins/system/ef4_jmframework/includes/assets/template/bootstrap/fonts/glyphicons-halflings-regular.eot);src: url(//fhw.artsfond.com//templates/jm-classifiedads/css/../../../plugins/system/ef4_jmframework/includes/assets/template/bootstrap/fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'), url(//fhw.artsfond.com//templates/jm-classifiedads/css/../../../plugins/system/ef4_jmframework/includes/assets/template/bootstrap/fonts/glyphicons-halflings-regular.woff) format('woff'), url(//fhw.artsfond.com//templates/jm-classifiedads/css/../../../plugins/system/ef4_jmframework/includes/assets/template/bootstrap/fonts/glyphicons-halflings-regular.ttf) format('truetype'), url(//fhw.artsfond.com//templates/jm-classifiedads/css/../../../plugins/system/ef4_jmframework/includes/assets/template/bootstrap/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg')}[class^="icon-"],[class*=" icon-"]{position: relative;top: 1px;display: inline-block;font-family: 'Glyphicons Halflings';font-style: normal;font-weight: normal;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale}[class^="icon-"].disabled,[class*=" icon-"].disabled{font-weight: normal}.icon-asterisk:before{content: "\2a"}.icon-plus:before{content: "\2b"}.icon-euro:before,.icon-eur:before{content: "\20ac"}.icon-minus:before{content: "\2212"}.icon-cloud:before{content: "\2601"}.icon-envelope:before{content: "\2709"}.icon-pencil:before{content: "\270f"}.icon-glass:before{content: "\e001"}.icon-music:before{content: "\e002"}.icon-search:before{content: "\e003"}.icon-heart:before{content: "\e005"}.icon-star:before{content: "\e006"}.icon-star-empty:before{content: "\e007"}.icon-user:before{content: "\e008"}.icon-film:before{content: "\e009"}.icon-th-large:before{content: "\e010"}.icon-th:before{content: "\e011"}.icon-th-list:before{content: "\e012"}.icon-ok:before{content: "\e013"}.icon-cancel:before,.icon-remove:before{content: "\e014"}.icon-zoom-in:before{content: "\e015"}.icon-zoom-out:before{content: "\e016"}.icon-off:before{content: "\e017"}.icon-signal:before{content: "\e018"}.icon-cog:before{content: "\e019"}.icon-trash:before{content: "\e020"}.icon-home:before{content: "\e021"}.icon-copy:before,.icon-file-add:before,.icon-file:before{content: "\e022"}.icon-time:before{content: "\e023"}.icon-road:before{content: "\e024"}.icon-download-alt:before{content: "\e025"}.icon-download:before{content: "\e026"}.icon-upload:before{content: "\e027"}.icon-archive:before,.icon-inbox:before{content: "\e028"}.icon-play-circle:before{content: "\e029"}.icon-repeat:before{content: "\e030"}.icon-refresh:before{content: "\e031"}.icon-list-alt:before{content: "\e032"}.icon-lock:before{content: "\e033"}.icon-flag:before{content: "\e034"}.icon-headphones:before{content: "\e035"}.icon-volume-off:before{content: "\e036"}.icon-volume-down:before{content: "\e037"}.icon-volume-up:before{content: "\e038"}.icon-qrcode:before{content: "\e039"}.icon-barcode:before{content: "\e040"}.icon-tag:before{content: "\e041"}.icon-tags:before{content: "\e042"}.icon-book:before{content: "\e043"}.icon-bookmark:before{content: "\e044"}.icon-print:before{content: "\e045"}.icon-camera:before{content: "\e046"}.icon-font:before{content: "\e047"}.icon-bold:before{content: "\e048"}.icon-italic:before{content: "\e049"}.icon-text-height:before{content: "\e050"}.icon-text-width:before{content: "\e051"}.icon-align-left:before{content: "\e052"}.icon-align-center:before{content: "\e053"}.icon-align-right:before{content: "\e054"}.icon-align-justify:before{content: "\e055"}.icon-list:before{content: "\e056"}.icon-indent-left:before{content: "\e057"}.icon-indent-right:before{content: "\e058"}.icon-facetime-video:before{content: "\e059"}.icon-picture:before{content: "\e060"}.icon-map-marker:before{content: "\e062"}.icon-adjust:before{content: "\e063"}.icon-tint:before{content: "\e064"}.icon-edit:before{content: "\e065"}.icon-share:before{content: "\e066"}.icon-check:before{content: "\e067"}.icon-move:before{content: "\e068"}.icon-step-backward:before{content: "\e069"}.icon-fast-backward:before{content: "\e070"}.icon-backward:before{content: "\e071"}.icon-play:before{content: "\e072"}.icon-pause:before{content: "\e073"}.icon-stop:before{content: "\e074"}.icon-forward:before{content: "\e075"}.icon-fast-forward:before{content: "\e076"}.icon-step-forward:before{content: "\e077"}.icon-eject:before{content: "\e078"}.icon-chevron-left:before{content: "\e079"}.icon-chevron-right:before{content: "\e080"}.icon-plus-sign:before{content: "\e081"}.icon-minus-sign:before{content: "\e082"}.icon-remove-sign:before{content: "\e083"}.icon-ok-sign:before{content: "\e084"}.icon-question-sign:before{content: "\e085"}.icon-info-sign:before{content: "\e086"}.icon-screenshot:before{content: "\e087"}.icon-remove-circle:before{content: "\e088"}.icon-ok-circle:before{content: "\e089"}.icon-ban-circle:before{content: "\e090"}.icon-arrow-left:before{content: "\e091"}.icon-arrow-right:before{content: "\e092"}.icon-arrow-up:before{content: "\e093"}.icon-arrow-down:before{content: "\e094"}.icon-share-alt:before{content: "\e095"}.icon-resize-full:before{content: "\e096"}.icon-resize-small:before{content: "\e097"}.icon-exclamation-sign:before{content: "\e101"}.icon-gift:before{content: "\e102"}.icon-leaf:before{content: "\e103"}.icon-fire:before{content: "\e104"}.icon-eye:before,.icon-eye-open:before{content: "\e105"}.icon-eye-close:before{content: "\e106"}.icon-warning-sign:before{content: "\e107"}.icon-plane:before{content: "\e108"}.icon-calendar:before{content: "\e109"}.icon-random:before{content: "\e110"}.icon-comment:before{content: "\e111"}.icon-magnet:before{content: "\e112"}.icon-chevron-up:before{content: "\e113"}.icon-chevron-down:before{content: "\e114"}.icon-retweet:before{content: "\e115"}.icon-shopping-cart:before{content: "\e116"}.icon-folder-close:before{content: "\e117"}.icon-folder-open:before{content: "\e118"}.icon-resize-vertical:before{content: "\e119"}.icon-resize-horizontal:before{content: "\e120"}.icon-hdd:before{content: "\e121"}.icon-bullhorn:before{content: "\e122"}.icon-bell:before{content: "\e123"}.icon-certificate:before{content: "\e124"}.icon-thumbs-up:before{content: "\e125"}.icon-thumbs-down:before{content: "\e126"}.icon-hand-right:before{content: "\e127"}.icon-hand-left:before{content: "\e128"}.icon-hand-up:before{content: "\e129"}.icon-hand-down:before{content: "\e130"}.icon-circle-arrow-right:before{content: "\e131"}.icon-circle-arrow-left:before{content: "\e132"}.icon-circle-arrow-up:before{content: "\e133"}.icon-circle-arrow-down:before{content: "\e134"}.icon-globe:before{content: "\e135"}.icon-wrench:before{content: "\e136"}.icon-tasks:before{content: "\e137"}.icon-filter:before{content: "\e138"}.icon-briefcase:before{content: "\e139"}.icon-fullscreen:before{content: "\e140"}.icon-dashboard:before{content: "\e141"}.icon-paperclip:before{content: "\e142"}.icon-heart-empty:before{content: "\e143"}.icon-link:before{content: "\e144"}.icon-phone:before{content: "\e145"}.icon-pushpin:before{content: "\e146"}.icon-usd:before{content: "\e148"}.icon-gbp:before{content: "\e149"}.icon-sort:before{content: "\e150"}.icon-sort-by-alphabet:before{content: "\e151"}.icon-sort-by-alphabet-alt:before{content: "\e152"}.icon-sort-by-order:before{content: "\e153"}.icon-sort-by-order-alt:before{content: "\e154"}.icon-sort-by-attributes:before{content: "\e155"}.icon-sort-by-attributes-alt:before{content: "\e156"}.icon-unchecked:before{content: "\e157"}.icon-expand:before{content: "\e158"}.icon-collapse-down:before{content: "\e159"}.icon-collapse-up:before{content: "\e160"}.icon-log-in:before{content: "\e161"}.icon-flash:before{content: "\e162"}.icon-log-out:before{content: "\e163"}.icon-new-window:before{content: "\e164"}.icon-record:before{content: "\e165"}.icon-save:before{content: "\e166"}.icon-open:before{content: "\e167"}.icon-saved:before{content: "\e168"}.icon-import:before{content: "\e169"}.icon-export:before{content: "\e170"}.icon-send:before{content: "\e171"}.icon-floppy-disk:before{content: "\e172"}.icon-floppy-saved:before{content: "\e173"}.icon-floppy-remove:before{content: "\e174"}.icon-floppy-save:before{content: "\e175"}.icon-floppy-open:before{content: "\e176"}.icon-credit-card:before{content: "\e177"}.icon-transfer:before{content: "\e178"}.icon-cutlery:before{content: "\e179"}.icon-header:before{content: "\e180"}.icon-compressed:before{content: "\e181"}.icon-earphone:before{content: "\e182"}.icon-phone-alt:before{content: "\e183"}.icon-tower:before{content: "\e184"}.icon-stats:before{content: "\e185"}.icon-sd-video:before{content: "\e186"}.icon-hd-video:before{content: "\e187"}.icon-subtitles:before{content: "\e188"}.icon-sound-stereo:before{content: "\e189"}.icon-sound-dolby:before{content: "\e190"}.icon-sound-5-1:before{content: "\e191"}.icon-sound-6-1:before{content: "\e192"}.icon-sound-7-1:before{content: "\e193"}.icon-copyright-mark:before{content: "\e194"}.icon-registration-mark:before{content: "\e195"}.icon-cloud-download:before{content: "\e197"}.icon-cloud-upload:before{content: "\e198"}.icon-tree-conifer:before{content: "\e199"}.icon-tree-deciduous:before{content: "\e200"}.icon-white,.nav-pills > .active > a > [class^="icon-"],.nav-pills > .active > a > [class*=" icon-"],.nav-list > .active > a > [class^="icon-"],.nav-list > .active > a > [class*=" icon-"],.navbar-inverse .nav > .active > a > [class^="icon-"],.navbar-inverse .nav > .active > a > [class*=" icon-"],.dropdown-menu > li > a:hover > [class^="icon-"],.dropdown-menu > li > a:focus > [class^="icon-"],.dropdown-menu > li > a:hover > [class*=" icon-"],.dropdown-menu > li > a:focus > [class*=" icon-"],.dropdown-menu > .active > a > [class^="icon-"],.dropdown-menu > .active > a > [class*=" icon-"],.dropdown-submenu:hover > a > [class^="icon-"],.dropdown-submenu:focus > a > [class^="icon-"],.dropdown-submenu:hover > a > [class*=" icon-"],.dropdown-submenu:focus > a > [class*=" icon-"]{color: #fff}.dropup,.dropdown{position: relative}.dropdown-toggle:active,.open .dropdown-toggle{outline: 0}.btn.dropdown-toggle + .dropdown-menu{margin: 0}.btn.dropdown-toggle + .dropdown-menu [class^="icon-"],.btn.dropdown-toggle + .dropdown-menu [class*=" icon-"]{margin: 0 5px}.caret{display: inline-block;width: 0;height: 0;vertical-align: top;border-top: 4px solid #000;border-right: 4px solid transparent;border-left: 4px solid transparent;content: ""}.btn .caret{border-top: 4px solid #fff}.dropdown .caret{margin-top: 8px;margin-left: 2px}.dropdown-menu{position: absolute;top: 100%;left: 0;z-index: 1000;display: none;float: left;min-width: 160px;padding: 5px 0;margin: 2px 0 0;list-style: none;background-color: #fff;border: 1px solid #e7e7e7;border-radius: 0;-webkit-background-clip: padding-box;-moz-background-clip: padding;background-clip: padding-box}.dropdown-menu.pull-right{right: 0;left: auto}.dropdown-menu .divider{height: 1px;margin: 9px 1px;overflow: hidden;background-color: #e7e7e7;border-bottom: 1px solid #fff}.dropdown-menu > li{background: none;padding: 0}.dropdown-menu > li > a{display: block;padding: 3px 20px;clear: both;font-weight: normal;line-height: 20px;color: #303030;white-space: nowrap;text-decoration: none}.dropdown-menu > li > a:hover,.dropdown-menu > li > a:focus,.dropdown-submenu:hover > a,.dropdown-submenu:focus > a{text-decoration: none;color: #fff;background: #38048a}.dropdown-menu > .active > a,.dropdown-menu > .active > a:hover,.dropdown-menu > .active > a:focus{color: #fff;text-decoration: none;outline: 0;background: #38048a}.dropdown-menu > .disabled > a:hover,.dropdown-menu > .disabled > a:focus{text-decoration: none;background-color: transparent;background-image: none;cursor: default}.open > .dropdown-menu{display: block}.dropdown-backdrop{position: fixed;left: 0;right: 0;bottom: 0;top: 0;z-index: 990}.pull-right > .dropdown-menu{right: 0;left: auto}.dropup .caret,.navbar-fixed-bottom .dropdown .caret{border-top: 0 !important;border-bottom: 4px solid #fff;content: ""}.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{top: auto;bottom: 100%;margin-bottom: 1px}.dropdown-submenu{position: relative}.dropdown-submenu > .dropdown-menu{top: 0;left: 100%;margin-top: -6px;margin-left: -1px;border-radius: 0}.dropdown-submenu:hover > .dropdown-menu{display: block}.dropup .dropdown-submenu > .dropdown-menu{top: auto;bottom: 0;margin-top: 0;margin-bottom: -2px;border-radius: 0}.dropdown-submenu > a:after{display: block;content: " ";float: right;width: 0;height: 0;border-color: transparent;border-style: solid;border-width: 5px 0 5px 5px;border-left-color: #ccc;margin-top: 5px;margin-right: -10px}.dropdown-submenu:hover > a:after{border-left-color: #fff}.dropdown-submenu.pull-left{float: none}.dropdown-submenu.pull-left > .dropdown-menu{left: -100%;margin-left: 10px;border-radius: 0}.dropdown .dropdown-menu .nav-header{padding-left: 20px;padding-right: 20px}.typeahead{z-index: 1051;margin-top: 2px;border-radius: 2px}.well{min-height: 20px;padding: 19px;margin-bottom: 20px;background-color: #fff;color: #757575;box-shadow: 2px 3px 4.7px .3px rgba(0,0,0,0.24);border-radius: 2px}.well blockquote{border-color: #ddd;border-color: rgba(0,0,0,0.15)}.well label,.well legend{color: #212121}.well-large{padding: 24px;border-radius: 0}.well-small{padding: 9px;border-radius: 0}.fade{opacity: 0;-webkit-transition: opacity .15s linear;transition: opacity .15s linear}.fade.in{opacity: 1}.collapse{position: relative;height: 0;overflow: hidden;-webkit-transition: height .35s ease;transition: height .35s ease}.collapse.in{height: auto}.close{float: right;font-size: 20px;font-weight: bold;line-height: 20px;color: #000;text-shadow: 0 1px 0 #fff;opacity: .2}.close:hover,.close:focus{color: #000;text-decoration: none;cursor: pointer;opacity: .4}button.close{padding: 0;cursor: pointer;background: transparent;border: 0;-webkit-appearance: none}.btn{display: inline-block;margin-bottom: 0;text-align: center;vertical-align: middle;cursor: pointer;line-height: 20px;text-decoration: none;border-radius: 2px;font-size: 14px;font-family: inherit;font-weight: 500;color: #fff;padding: 8px 20px;border: none;background: #38048a;-webkit-transition: all ease-in-out .2s;transition: all ease-in-out .2s;box-shadow: 2px 3px 4.7px .3px rgba(0,0,0,0.24);text-transform: uppercase;position: relative;overflow: hidden}.btn:after{content: '';display: block;position: absolute;left: 50%;top: 50%;width: 200px;height: 200px;margin-left: -100px;margin-top: -100px;background: #fff;border-radius: 100%;opacity: .6;-webkit-transform: scale(0);transform: scale(0)}.btn:not(:active):after{animation: ripple 1s ease-out}.btn:after{visibility: hidden}.btn:focus:after{visibility: visible}.btn:hover,.btn:focus{background: #4205a3;text-decoration: none}.btn:focus{outline: thin dotted #333;outline: 5px auto -webkit-focus-ring-color;outline-offset: -2px}.btn.active,.btn:active{outline: 0}.btn.disabled,.btn[disabled]{cursor: default;opacity: .65}@keyframes ripple{0%{-webkit-transform: scale(0);transform: scale(0)}20%{-webkit-transform: scale(1);transform: scale(1)}100%{opacity: 0;-webkit-transform: scale(1);transform: scale(1)}}a.button,input.button,button.button{display: inline-block;margin-bottom: 0;text-align: center;vertical-align: middle;cursor: pointer;line-height: 20px;text-decoration: none;border-radius: 2px;font-size: 14px;font-family: inherit;font-weight: 500;color: #fff;padding: 8px 20px;border: none;background: #38048a;-webkit-transition: all ease-in-out .2s;transition: all ease-in-out .2s;box-shadow: 2px 3px 4.7px .3px rgba(0,0,0,0.24);text-transform: uppercase;position: relative;overflow: hidden}a.button:after,input.button:after,button.button:after{content: '';display: block;position: absolute;left: 50%;top: 50%;width: 200px;height: 200px;margin-left: -100px;margin-top: -100px;background: #fff;border-radius: 100%;opacity: .6;-webkit-transform: scale(0);transform: scale(0)}a.button:not(:active):after,input.button:not(:active):after,button.button:not(:active):after{animation: ripple 1s ease-out}a.button:after,input.button:after,button.button:after{visibility: hidden}a.button:focus:after,input.button:focus:after,button.button:focus:after{visibility: visible}a.button:hover,input.button:hover,button.button:hover,a.button:focus,input.button:focus,button.button:focus{background: #4205a3;text-decoration: none}a.button:focus,input.button:focus,button.button:focus{outline: thin dotted #333;outline: 5px auto -webkit-focus-ring-color;outline-offset: -2px}a.button.active,input.button.active,button.button.active,a.button:active,input.button:active,button.button:active{outline: 0}a.button.disabled,input.button.disabled,button.button.disabled,a.button[disabled],input.button[disabled],button.button[disabled]{cursor: default;opacity: .65}a.button .label,input.button .label,button.button .label,a.button .badge,input.button .badge,button.button .badge{position: relative;top: -1px}.btn-large,.button.btn-large{padding: 11px 19px;font-size: 17.5px;border-radius: 0}.btn-large [class^="icon-"],.btn-large [class*=" icon-"],.button.btn-large [class^="icon-"],.button.btn-large [class*=" icon-"]{margin-top: 6px}.btn-small,.button.btn-small{padding: 2px 10px;font-size: 11.9px;border-radius: 0}.btn-small [class^="icon-"],.btn-small [class*=" icon-"],.button.btn-small [class^="icon-"],.button.btn-small [class*=" icon-"]{margin-top: 2px}.btn-mini [class^="icon-"],.btn-mini [class*=" icon-"],.button.btn-mini [class^="icon-"],.button.btn-mini [class*=" icon-"]{margin-top: 1px}.btn-mini,.button.btn-mini{padding: 0 6px;font-size: 10.5px;border-radius: 0}.btn-block,.button.btn-block{display: block;width: 100%;padding-left: 0;padding-right: 0;box-sizing: border-box}.btn-block + .btn-block,.btn-block + .button.btn-block{margin-top: 5px}input[type="submit"].btn-block,input[type="reset"].btn-block,input[type="button"].btn-block{width: 100%}.btn-primary.active,.btn-warning.active,.btn-danger.active,.btn-success.active,.btn-info.active,.btn-inverse.active,.button.btn-primary.active,.button.btn-warning.active,.button.btn-danger.active,.button.btn-success.active,.button.btn-info.active,.button.btn-inverse.active{color: rgba(255,255,255,0.75)}.btn-warning,.button.btn-warning{color: #fff;text-shadow: 0 -1px 0 rgba(0,0,0,0.25);background-color: #faa732;background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));background-image: -webkit-linear-gradient(top, #fbb450, #f89406);background-image: linear-gradient(to bottom, #fbb450, #f89406);background-repeat: repeat-x;border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25)}.btn-warning:hover,.button.btn-warning:hover,.btn-warning:focus,.button.btn-warning:focus,.btn-warning:active,.button.btn-warning:active,.btn-warning.active,.button.btn-warning.active,.btn-warning.disabled,.button.btn-warning.disabled,.btn-warning[disabled],.button.btn-warning[disabled]{color: #fff;background-color: #f89406}.btn-danger,.button.btn-danger{color: #fff;text-shadow: 0 -1px 0 rgba(0,0,0,0.25);background-color: #da4f49;background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);background-repeat: repeat-x;border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25)}.btn-danger:hover,.button.btn-danger:hover,.btn-danger:focus,.button.btn-danger:focus,.btn-danger:active,.button.btn-danger:active,.btn-danger.active,.button.btn-danger.active,.btn-danger.disabled,.button.btn-danger.disabled,.btn-danger[disabled],.button.btn-danger[disabled]{color: #fff;background-color: #bd362f}.btn-success,.button.btn-success{color: #fff;text-shadow: 0 -1px 0 rgba(0,0,0,0.25);background-color: #5bb75b;background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));background-image: -webkit-linear-gradient(top, #62c462, #51a351);background-image: linear-gradient(to bottom, #62c462, #51a351);background-repeat: repeat-x;border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25)}.btn-success:hover,.button.btn-success:hover,.btn-success:focus,.button.btn-success:focus,.btn-success:active,.button.btn-success:active,.btn-success.active,.button.btn-success.active,.btn-success.disabled,.button.btn-success.disabled,.btn-success[disabled],.button.btn-success[disabled]{color: #fff;background-color: #51a351}.btn-info,.button.btn-info{color: #fff;text-shadow: 0 -1px 0 rgba(0,0,0,0.25);background-color: #49afcd;background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);background-repeat: repeat-x;border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25)}.btn-info:hover,.button.btn-info:hover,.btn-info:focus,.button.btn-info:focus,.btn-info:active,.button.btn-info:active,.btn-info.active,.button.btn-info.active,.btn-info.disabled,.button.btn-info.disabled,.btn-info[disabled],.button.btn-info[disabled]{color: #fff;background-color: #2f96b4}.btn-inverse,.button.btn-inverse{color: #fff;text-shadow: 0 -1px 0 rgba(0,0,0,0.25);background-color: #363636;background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444), to(#222));background-image: -webkit-linear-gradient(top, #444, #222);background-image: linear-gradient(to bottom, #444, #222);background-repeat: repeat-x;border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25)}.btn-inverse:hover,.button.btn-inverse:hover,.btn-inverse:focus,.button.btn-inverse:focus,.btn-inverse:active,.button.btn-inverse:active,.btn-inverse.active,.button.btn-inverse.active,.btn-inverse.disabled,.button.btn-inverse.disabled,.btn-inverse[disabled],.button.btn-inverse[disabled]{color: #fff;background-color: #222}.btn-link,.btn-link:active,.btn-link[disabled],.button.btn-link,.button.btn-link:active,.button.btn-link[disabled]{background-color: transparent;background-image: none;box-shadow: none}.btn-link,.button.btn-link{border-color: transparent;cursor: pointer;color: #38048a;border-radius: 0}.btn-link:hover,.btn-link:focus,.button.btn-link:hover,.button.btn-link:focus{color: #1a0240;text-decoration: underline;background-color: transparent}.btn-link[disabled]:hover,.btn-link[disabled]:focus,.button.btn-link[disabled]:hover,.button.btn-link[disabled]:focus{color: #333;text-decoration: none}.btn-group{position: relative;display: inline-block;font-size: 0;vertical-align: middle;white-space: nowrap}.btn-group + .btn-group{margin-left: 5px}.btn-toolbar{font-size: 0;margin-top: 10px;margin-bottom: 10px}.btn-toolbar > .btn + .btn,.btn-toolbar > .btn-group + .btn,.btn-toolbar > .btn + .btn-group{margin-left: 5px}.btn-group > .btn{position: relative;border-radius: 0}.btn-group > .btn + .btn{margin-left: -1px}.btn-group > .dropdown-menu,.btn-group > .popover{font-size: 14px}.btn-group > .btn{font-size: 14px}.btn-group > .btn-mini{font-size: 10.5px}.btn-group > .btn-small{font-size: 11.9px}.btn-group > .btn-large{font-size: 17.5px}.btn-group > .btn:first-child{margin-left: 0;border-top-left-radius: 2px;border-bottom-left-radius: 2px}.btn-group > .btn:last-child,.btn-group > .dropdown-toggle{border-top-right-radius: 2px;border-bottom-right-radius: 2px}.btn-group > .btn.large:first-child{margin-left: 0;border-top-left-radius: 0;border-bottom-left-radius: 0}.btn-group > .btn.large:last-child,.btn-group > .large.dropdown-toggle{border-top-right-radius: 0;border-bottom-right-radius: 0}.btn-group > .btn:hover,.btn-group > .btn:focus,.btn-group > .btn:active,.btn-group > .btn.active{z-index: 2}.btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle{outline: 0}.btn-group > .btn + .dropdown-toggle{padding-left: 8px;padding-right: 8px}.btn-group > .btn-mini + .dropdown-toggle{padding-left: 5px;padding-right: 5px}.btn-group > .btn-large + .dropdown-toggle{padding-left: 12px;padding-right: 12px}.btn-group.open .dropdown-toggle{background-image: none;box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05)}.btn-group.open .btn-warning.dropdown-toggle{background-color: #f89406}.btn-group.open .btn-danger.dropdown-toggle{background-color: #bd362f}.btn-group.open .btn-success.dropdown-toggle{background-color: #51a351}.btn-group.open .btn-info.dropdown-toggle{background-color: #2f96b4}.btn-group.open .btn-inverse.dropdown-toggle{background-color: #222}.btn .caret{margin-top: 8px;margin-left: 0}.btn-large .caret{margin-top: 6px}.btn-large .caret{border-left-width: 5px;border-right-width: 5px;border-top-width: 5px}.btn-mini .caret,.btn-small .caret{margin-top: 8px}.dropup .btn-large .caret{border-bottom-width: 5px}.btn-primary .caret,.btn-warning .caret,.btn-danger .caret,.btn-info .caret,.btn-success .caret,.btn-inverse .caret{border-top-color: #fff;border-bottom-color: #fff}.btn-group-vertical{display: inline-block}.btn-group-vertical > .btn{display: block;float: none;max-width: 100%;border-radius: 0}.btn-group-vertical > .btn + .btn{margin-left: 0;margin-top: -1px}.btn-group-vertical > .btn:first-child{border-radius: 2px 2px 0 0}.btn-group-vertical > .btn:last-child{border-radius: 0 0 2px 2px}.btn-group-vertical > .btn-large:first-child{border-radius: 0 0 0 0}.btn-group-vertical > .btn-large:last-child{border-radius: 0 0 0 0}.alert{padding: 8px 35px 8px 14px;margin: 32px 0 0;text-shadow: 0 1px 0 rgba(255,255,255,0.5);background-color: #fcf8e3;border: 1px solid #fbeed5;border-radius: 2px}.alert,.alert h4{color: #c09853}.alert h4{margin: 0}.alert .close{position: relative;top: -2px;right: -21px;line-height: 20px;text-decoration: none}.alert-success{background-color: #dff0d8;border-color: #d6e9c6;color: #468847}.alert-success h4{color: #468847}.alert-danger,.alert-error{background-color: #f2dede;border-color: #eed3d7;color: #b94a48}.alert-danger h4,.alert-error h4{color: #b94a48}.alert-info{background-color: #d9edf7;border-color: #bce8f1;color: #3a87ad}.alert-info h4{color: #3a87ad}.alert-block{padding-top: 14px;padding-bottom: 14px}.alert-block > p,.alert-block > ul{margin-bottom: 0}.alert-block p + p{margin-top: 5px}.nav{margin-left: 0;margin-bottom: 20px;list-style: none}.nav > li > a{display: block}.nav > li > a:hover,.nav > li > a:focus,dl.tabs > dt a:hover,dl.tabs > dt a:focus{text-decoration: none}.nav > li > a > img{max-width: none}.nav > .pull-right{float: right}.nav-header{display: block;padding: 10px 0;font-weight: 600;line-height: 20px;color: #545454;text-transform: uppercase}.nav li + .nav-header{margin-top: 9px}.nav-list{padding-left: 15px;padding-right: 15px;margin-bottom: 0}.nav-list > li > a,.nav-list .nav-header{margin-left: -15px;margin-right: -15px;text-shadow: 0 1px 0 rgba(255,255,255,0.5)}.nav-list > li > a{padding: 3px 15px}.nav-list > .active > a,.nav-list > .active > a:hover,.nav-list > .active > a:focus{color: #fff;text-shadow: 0 -1px 0 rgba(0,0,0,0.2);background-color: #38048a}.nav-list [class^="icon-"],.nav-list [class*=" icon-"]{margin-right: 2px}.nav-list .divider{height: 1px;margin: 9px 1px;overflow: hidden;background-color: #e5e5e5;border-bottom: 1px solid #fff}.nav-tabs:before,dl.tabs:before,.nav-pills:before,.nav-tabs:after,dl.tabs:after,.nav-pills:after{display: table;content: "";line-height: 0}.nav-tabs:after,dl.tabs:after,.nav-pills:after{clear: both}.nav-tabs > li,dl.tabs > dt,.nav-pills > li{display: inline-block}.nav-pills > li > a{padding-right: 12px;padding-left: 12px;margin-right: 2px;line-height: 14px}.nav-tabs,dl.tabs{margin: 0}.dl.tabs > dt a,.nav-tabs > li{margin-bottom: 17px}dl.tabs,dl.tabs > dt{line-height: 1.42857143;text-align: center;margin: 0}.nav-tabs > li > a,dl.tabs > dt a{padding: 0 24px 17px;color: #303030;font-size: 14px;font-weight: 500;line-height: 1.2;text-decoration: none;text-transform: uppercase;position: relative}.nav-tabs > li > a:hover,dl.tabs > dt a:hover,.nav-tabs > li > a:focus,dl.tabs > dt a:focus,.nav-tabs > li > a.active,dl.tabs > dt a.active{outline: 0}.nav-tabs > li > a:after,dl.tabs > dt a:after{content: '';position: absolute;width: 0;height: 2px;bottom: 0;left: 0;background-color: #38048a;visibility: hidden;-webkit-transition: all .3s ease-in-out 0s;transition: all .3s ease-in-out 0s}.nav-tabs > li > a:hover,dl.tabs > dt a:hover,.nav-tabs > li > a:focus,dl.tabs > dt a:focus{color: #38048a;cursor: pointer}.nav-tabs > li > a:hover:after,dl.tabs > dt a:hover:after,.nav-tabs > li > a:focus:after,dl.tabs > dt a:focus:after{visibility: visible;width: 100%}.nav-tabs > li.active > a,dl.tabs > dt.open a{color: #38048a}.nav-tabs > li.active > a:after,dl.tabs > dt.open a:after{visibility: visible;width: 100%}dl.tabs > dt a{display: block}dl.tabs > dt h3{font-size: 1em;margin: 0}.nav-tabs > .active > a,.nav-tabs > .active > a:hover,.nav-tabs > .active > a:focus,dl.tabs > .open a,dl.tabs > .open a:hover,dl.tabs > .open a:focus{cursor: default}.tab-content{margin: 0;padding: 15px 0 0;overflow: visible !important;line-height: 1.42857143}.tab-content:before,.tab-content:after{display: table;content: "";line-height: 0}.tab-content:after{clear: both}dd.tabs{margin: 0;line-height: 1.42857143;-webkit-transition: opacity .3s linear;transition: opacity .3s linear;display: block !important}dd.tabs:before,dd.tabs:after{display: table;content: "";line-height: 0}dd.tabs:after{clear: both}dd.tabs[style="display: none;"]{opacity: 0;height: 0;overflow: hidden;padding: 0}dd.tabs[style="display: block;"]{opacity: 1;height: auto;overflow: visible;padding: 32px 0 0}.nav-pills > li > a{padding-top: 8px;padding-bottom: 8px;margin-top: 2px;margin-bottom: 2px;border-radius: 5px}.nav-pills > .active > a,.nav-pills > .active > a:hover,.nav-pills > .active > a:focus{color: #fff;background-color: #38048a}.nav-stacked > li{float: none;margin: 0}.nav-stacked > li > a{margin-right: 0;margin-top: 0}.nav-tabs.nav-stacked{border-bottom: 0}.nav-tabs.nav-stacked li + li{margin-left: 0}.nav-tabs.nav-stacked > li > a{padding: 17px 24px;border-radius: 0;color: #303030}.nav-tabs.nav-stacked > li > a:hover,.nav-tabs.nav-stacked > li > a:focus,.nav-tabs.nav-stacked > li > a.active{color: #38048a}.nav-tabs.nav-stacked > li:first-child > a{border-top-right-radius: 2px;border-top-left-radius: 2px}.nav-tabs.nav-stacked > li:last-child > a{border-bottom-right-radius: 2px;border-bottom-left-radius: 2px}.nav-tabs.nav-stacked > li > a:hover,.nav-tabs.nav-stacked > li > a:focus{z-index: 2}.nav-pills.nav-stacked > li > a{margin-bottom: 3px}.nav-pills.nav-stacked > li:last-child > a{margin-bottom: 1px}.nav-tabs .dropdown-menu{border-radius: 0 0 6px 6px}.nav-pills .dropdown-menu{border-radius: 6px}.nav .dropdown-toggle .caret{border-top-color: #38048a;border-bottom-color: #38048a;margin-top: 6px}.nav .dropdown-toggle:hover .caret,.nav .dropdown-toggle:focus .caret{border-top-color: #1a0240;border-bottom-color: #1a0240}.nav-tabs .dropdown-toggle .caret{margin-top: 8px}.nav .active .dropdown-toggle .caret{border-top-color: #fff;border-bottom-color: #fff}.nav-tabs .active .dropdown-toggle .caret{border-top-color: #555;border-bottom-color: #555}.nav > .dropdown.active > a:hover,.nav > .dropdown.active > a:focus{cursor: pointer}.nav-tabs .open .dropdown-toggle,.nav-pills .open .dropdown-toggle,.nav > li.dropdown.open.active > a:hover,.nav > li.dropdown.open.active > a:focus{color: #fff;background-color: #999;border-color: #999}.nav li.dropdown.open .caret,.nav li.dropdown.open.active .caret,.nav li.dropdown.open a:hover .caret,.nav li.dropdown.open a:focus .caret{border-top-color: #fff;border-bottom-color: #fff;opacity: 1}.tabs-stacked .open > a:hover,.tabs-stacked .open > a:focus{border-color: #999}.tabbable:before,.tabbable:after{display: table;content: "";line-height: 0}.tabbable:after{clear: both}.tab-content{overflow: auto}.tabs-below > .nav-tabs,.tabs-right > .nav-tabs,.tabs-left > .nav-tabs{border-bottom: 0}.tab-content > .tab-pane,.pill-content > .pill-pane{display: none}.tab-content > .active,.pill-content > .active{display: block}.tabs-below > .nav-tabs{border-top: 1px solid #ddd}.tabs-below > .nav-tabs > li{margin-top: -1px;margin-bottom: 0}.tabs-below > .nav-tabs > li > a{border-radius: 0 0 4px 4px}.tabs-below > .nav-tabs > li > a:hover,.tabs-below > .nav-tabs > li > a:focus{border-bottom-color: transparent;border-top-color: #ddd}.tabs-below > .nav-tabs > .active > a,.tabs-below > .nav-tabs > .active > a:hover,.tabs-below > .nav-tabs > .active > a:focus{border-color: transparent #ddd #ddd #ddd}.tabs-left > .nav-tabs > li,.tabs-right > .nav-tabs > li{float: none}.tabs-left > .nav-tabs > li > a,.tabs-right > .nav-tabs > li > a{min-width: 74px;margin-right: 0;margin-bottom: 3px}.tabs-left > .nav-tabs{float: left;margin-right: 19px;border-right: 1px solid #ddd}.tabs-left > .nav-tabs > li > a{margin-right: -1px;border-radius: 4px 0 0 4px}.tabs-left > .nav-tabs > li > a:hover,.tabs-left > .nav-tabs > li > a:focus{border-color: #eee #ddd #eee #eee}.tabs-left > .nav-tabs .active > a,.tabs-left > .nav-tabs .active > a:hover,.tabs-left > .nav-tabs .active > a:focus{border-color: #ddd transparent #ddd #ddd}.tabs-right > .nav-tabs{float: right;margin-left: 19px;border-left: 1px solid #ddd}.tabs-right > .nav-tabs > li > a{margin-left: -1px;border-radius: 0 4px 4px 0}.tabs-right > .nav-tabs > li > a:hover,.tabs-right > .nav-tabs > li > a:focus{border-color: #eee #eee #eee #ddd}.tabs-right > .nav-tabs .active > a,.tabs-right > .nav-tabs .active > a:hover,.tabs-right > .nav-tabs .active > a:focus{border-color: #ddd #ddd #ddd transparent}.nav > .disabled > a{color: #999}.nav > .disabled > a:hover,.nav > .disabled > a:focus{text-decoration: none;background-color: transparent;cursor: default}.navbar{overflow: visible;margin-bottom: 20px}.navbar-inner{min-height: 40px;padding-left: 20px;padding-right: 20px;background-color: #fafafa;background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#f2f2f2));background-image: -webkit-linear-gradient(top, #fff, #f2f2f2);background-image: linear-gradient(to bottom, #fff, #f2f2f2);background-repeat: repeat-x;border: 1px solid #d4d4d4;border-radius: 2px;box-shadow: 0 1px 4px rgba(0,0,0,0.065)}.navbar-inner:before,.navbar-inner:after{display: table;content: "";line-height: 0}.navbar-inner:after{clear: both}.navbar .container{width: auto}.nav-collapse.collapse{height: auto;overflow: visible}.navbar .brand{float: left;display: block;padding: 10px 20px 10px;margin-left: -20px;font-size: 20px;line-height: 20px;font-weight: 200;color: #777;text-shadow: 0 1px 0 #fff}.navbar .brand:hover,.navbar .brand:focus{text-decoration: none}.navbar-text{margin-bottom: 0;line-height: 40px;color: #777}.navbar-link{color: #777}.navbar-link:hover,.navbar-link:focus{color: #333}.navbar .divider-vertical{height: 40px;margin: 0 9px;border-left: 1px solid #f2f2f2;border-right: 1px solid #fff}.navbar .btn,.navbar .btn-group{margin-top: 5px}.navbar .btn-group .btn,.navbar .input-prepend .btn,.navbar .input-append .btn,.navbar .input-prepend .btn-group,.navbar .input-append .btn-group{margin-top: 0}.navbar-form{margin-bottom: 0}.navbar-form:before,.navbar-form:after{display: table;content: "";line-height: 0}.navbar-form:after{clear: both}.navbar-form input,.navbar-form select,.navbar-form .radio,.navbar-form .checkbox{margin-top: 5px}.navbar-form input,.navbar-form select,.navbar-form .btn{display: inline-block;margin-bottom: 0}.navbar-form input[type="image"],.navbar-form input[type="checkbox"],.navbar-form input[type="radio"]{margin-top: 3px}.navbar-form .input-append,.navbar-form .input-prepend{margin-top: 5px;white-space: nowrap}.navbar-form .input-append input,.navbar-form .input-prepend input{margin-top: 0}.navbar-search{position: relative;float: left;margin-top: 5px;margin-bottom: 0}.navbar-search .search-query{margin-bottom: 0;padding: 4px 14px;font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;font-size: 13px;font-weight: normal;line-height: 1;border-radius: 15px}.navbar-static-top{position: static;margin-bottom: 0}.navbar-static-top .navbar-inner{border-radius: 0}.navbar-fixed-top,.navbar-fixed-bottom{position: fixed;right: 0;left: 0;z-index: 1030;margin-bottom: 0}.navbar-fixed-top .navbar-inner,.navbar-static-top .navbar-inner{border-width: 0 0 1px}.navbar-fixed-bottom .navbar-inner{border-width: 1px 0 0}.navbar-fixed-top .navbar-inner,.navbar-fixed-bottom .navbar-inner{padding-left: 0;padding-right: 0;border-radius: 0}.navbar-static-top .container,.navbar-fixed-top .container,.navbar-fixed-bottom .container{width: 940px}.navbar-fixed-top{top: 0}.navbar-fixed-top .navbar-inner,.navbar-static-top .navbar-inner{box-shadow: 0 1px 10px rgba(0,0,0,.1)}.navbar-fixed-bottom{bottom: 0}.navbar-fixed-bottom .navbar-inner{box-shadow: 0 -1px 10px rgba(0,0,0,.1)}.navbar .nav{position: relative;left: 0;display: block;float: left;margin: 0 10px 0 0}.navbar .nav.pull-right{float: right;margin-right: 0}.navbar .nav > li{float: left}.navbar .nav > li > a{float: none;padding: 10px 15px 10px;color: #777;text-decoration: none;text-shadow: 0 1px 0 #fff}.navbar .nav .dropdown-toggle .caret{margin-top: 8px}.navbar .nav > li > a:focus,.navbar .nav > li > a:hover{background-color: transparent;color: #333;text-decoration: none}.navbar .nav > .active > a,.navbar .nav > .active > a:hover,.navbar .nav > .active > a:focus{color: #555;text-decoration: none;background-color: #e5e5e5;box-shadow: inset 0 3px 8px rgba(0,0,0,0.125)}.navbar .btn-navbar{display: none;float: right;padding: 7px 10px;margin-left: 5px;margin-right: 5px;color: #fff;text-shadow: 0 -1px 0 rgba(0,0,0,0.25);background-color: #ededed;background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f2f2f2), to(#e5e5e5));background-image: -webkit-linear-gradient(top, #f2f2f2, #e5e5e5);background-image: linear-gradient(to bottom, #f2f2f2, #e5e5e5);background-repeat: repeat-x;border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075)}.navbar .btn-navbar:hover,.navbar .btn-navbar:focus,.navbar .btn-navbar:active,.navbar .btn-navbar.active,.navbar .btn-navbar.disabled,.navbar .btn-navbar[disabled]{color: #fff;background-color: #e5e5e5}.navbar .btn-navbar .icon-bar{display: block;width: 18px;height: 2px;background-color: #f5f5f5;border-radius: 1px;box-shadow: 0 1px 0 rgba(0,0,0,0.25)}.btn-navbar .icon-bar + .icon-bar{margin-top: 3px}.navbar .nav > li > .dropdown-menu:before{content: '';display: inline-block;border-left: 7px solid transparent;border-right: 7px solid transparent;border-bottom: 7px solid #ccc;border-bottom-color: #e7e7e7;position: absolute;top: -7px;left: 9px}.navbar .nav > li > .dropdown-menu:after{content: '';display: inline-block;border-left: 6px solid transparent;border-right: 6px solid transparent;border-bottom: 6px solid #fff;position: absolute;top: -6px;left: 10px}.navbar-fixed-bottom .nav > li > .dropdown-menu:before{border-top: 7px solid #ccc;border-top-color: #e7e7e7;border-bottom: 0;bottom: -7px;top: auto}.navbar-fixed-bottom .nav > li > .dropdown-menu:after{border-top: 6px solid #fff;border-bottom: 0;bottom: -6px;top: auto}.navbar .nav li.dropdown > a:hover .caret,.navbar .nav li.dropdown > a:focus .caret{border-top-color: #333;border-bottom-color: #333}.navbar .nav li.dropdown.open > .dropdown-toggle,.navbar .nav li.dropdown.active > .dropdown-toggle,.navbar .nav li.dropdown.open.active > .dropdown-toggle{background-color: #e5e5e5;color: #555}.navbar .nav li.dropdown > .dropdown-toggle .caret{border-top-color: #777;border-bottom-color: #777}.navbar .nav li.dropdown.open > .dropdown-toggle .caret,.navbar .nav li.dropdown.active > .dropdown-toggle .caret,.navbar .nav li.dropdown.open.active > .dropdown-toggle .caret{border-top-color: #555;border-bottom-color: #555}.navbar .pull-right > li > .dropdown-menu,.navbar .nav > li > .dropdown-menu.pull-right{left: auto;right: 0}.navbar .pull-right > li > .dropdown-menu:before,.navbar .nav > li > .dropdown-menu.pull-right:before{left: auto;right: 12px}.navbar .pull-right > li > .dropdown-menu:after,.navbar .nav > li > .dropdown-menu.pull-right:after{left: auto;right: 13px}.navbar .pull-right > li > .dropdown-menu .dropdown-menu,.navbar .nav > li > .dropdown-menu.pull-right .dropdown-menu{left: auto;right: 100%;margin-left: 0;margin-right: -1px;border-radius: 6px 0 6px 6px}.navbar-inverse .navbar-inner{background-color: #1b1b1b;background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#222), to(#111));background-image: -webkit-linear-gradient(top, #222, #111);background-image: linear-gradient(to bottom, #222, #111);background-repeat: repeat-x;border-color: #252525}.navbar-inverse .brand,.navbar-inverse .nav > li > a{color: #999;text-shadow: 0 -1px 0 rgba(0,0,0,0.25)}.navbar-inverse .brand:hover,.navbar-inverse .nav > li > a:hover,.navbar-inverse .brand:focus,.navbar-inverse .nav > li > a:focus{color: #fff}.navbar-inverse .brand{color: #999}.navbar-inverse .navbar-text{color: #999}.navbar-inverse .nav > li > a:focus,.navbar-inverse .nav > li > a:hover{background-color: transparent;color: #fff}.navbar-inverse .nav .active > a,.navbar-inverse .nav .active > a:hover,.navbar-inverse .nav .active > a:focus{color: #fff;background-color: #111}.navbar-inverse .navbar-link{color: #999}.navbar-inverse .navbar-link:hover,.navbar-inverse .navbar-link:focus{color: #fff}.navbar-inverse .divider-vertical{border-left-color: #111;border-right-color: #222}.navbar-inverse .nav li.dropdown.open > .dropdown-toggle,.navbar-inverse .nav li.dropdown.active > .dropdown-toggle,.navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle{background-color: #111;color: #fff}.navbar-inverse .nav li.dropdown > a:hover .caret,.navbar-inverse .nav li.dropdown > a:focus .caret{border-top-color: #fff;border-bottom-color: #fff}.navbar-inverse .nav li.dropdown > .dropdown-toggle .caret{border-top-color: #999;border-bottom-color: #999}.navbar-inverse .nav li.dropdown.open > .dropdown-toggle .caret,.navbar-inverse .nav li.dropdown.active > .dropdown-toggle .caret,.navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle .caret{border-top-color: #fff;border-bottom-color: #fff}.navbar-inverse .navbar-search .search-query{color: #fff;background-color: #515151;border-color: #111;box-shadow: inset 0 1px 2px rgba(0,0,0,.1), 0 1px 0 rgba(255,255,255,.15);-webkit-transition: none;transition: none}.navbar-inverse .navbar-search .search-query:-moz-placeholder{color: #ccc}.navbar-inverse .navbar-search .search-query:-ms-input-placeholder{color: #ccc}.navbar-inverse .navbar-search .search-query::-webkit-input-placeholder{color: #ccc}.navbar-inverse .navbar-search .search-query:focus,.navbar-inverse .navbar-search .search-query.focused{padding: 5px 15px;color: #333;text-shadow: 0 1px 0 #fff;background-color: #fff;border: 0;box-shadow: 0 0 3px rgba(0,0,0,0.15);outline: 0}.navbar-inverse .btn-navbar{color: #fff;text-shadow: 0 -1px 0 rgba(0,0,0,0.25);background-color: #0e0e0e;background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#151515), to(#040404));background-image: -webkit-linear-gradient(top, #151515, #040404);background-image: linear-gradient(to bottom, #151515, #040404);background-repeat: repeat-x;border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25)}.navbar-inverse .btn-navbar:hover,.navbar-inverse .btn-navbar:focus,.navbar-inverse .btn-navbar:active,.navbar-inverse .btn-navbar.active,.navbar-inverse .btn-navbar.disabled,.navbar-inverse .btn-navbar[disabled]{color: #fff;background-color: #040404}#jm-breadcrumbs .breadcrumb{margin-bottom: 32px;font-size: 14px}.breadcrumb > li{display: inline-block}.breadcrumb > li > .divider{padding: 0 5px}.pagination{clear: both;margin: 32px 0 0;padding: 27px 0 0;text-align: center;border-top: 1px solid #ebebeb}.pagination ul > li{display: inline-block;padding: 0;margin: 5px 3px 0;vertical-align: top}.pagination ul > li:before{display: none}.pagination ul > li > a,.pagination ul > li > span{float: left;line-height: 36px;display: inline-block;padding: 0 13px;min-width: 10px;-webkit-transition: all .2s ease-in;transition: all .2s ease-in;text-decoration: none;text-transform: lowercase;font-size: 18px;font-weight: 400;color: #000;border-radius: 2px;position: relative;overflow: hidden}.pagination ul > li > a:hover,.pagination ul > li > span:hover,.pagination ul > li > a:focus,.pagination ul > li > span:focus{color: #000;background: rgba(0,0,0,0.05)}.pagination ul > li > a:after,.pagination ul > li > span:after{content: '';display: block;position: absolute;left: 50%;top: 50%;width: 200px;height: 200px;margin-left: -100px;margin-top: -100px;background: #000;border-radius: 100%;opacity: .1;-webkit-transform: scale(0);transform: scale(0)}.pagination ul > li > a:not(:active):after,.pagination ul > li > span:not(:active):after{animation: ripple 1s ease-out}.pagination ul > li > a:after,.pagination ul > li > span:after{visibility: hidden}.pagination ul > li > a:focus:after,.pagination ul > li > span:focus:after{visibility: visible}.pagination ul > li.active > a,.pagination ul > li > span.pagenav{color: #fff;background: #38048a}.pagination ul li.pagination-start span.pagenav,.pagination ul li.pagination-prev span.pagenav,.pagination ul li.pagination-next span.pagenav,.pagination ul li.pagination-end span.pagenav{color: #878787;background: none;font-size: 0;line-height: 1;padding: 0 6px}.pagination ul li.pagination-start span.pagenav:before,.pagination ul li.pagination-prev span.pagenav:before,.pagination ul li.pagination-next span.pagenav:before,.pagination ul li.pagination-end span.pagenav:before{font-family: 'Material Icons';text-rendering: optimizeLegibility;font-feature-settings: "liga" 1;font-style: normal;text-transform: none;line-height: 36px;font-size: 24px;width: 24px;height: 36px;display: inline-block;overflow: hidden;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale}.pagination ul li.pagination-start span.pagenav:hover,.pagination ul li.pagination-prev span.pagenav:hover,.pagination ul li.pagination-next span.pagenav:hover,.pagination ul li.pagination-end span.pagenav:hover,.pagination ul li.pagination-start span.pagenav:active,.pagination ul li.pagination-prev span.pagenav:active,.pagination ul li.pagination-next span.pagenav:active,.pagination ul li.pagination-end span.pagenav:active,.pagination ul li.pagination-start span.pagenav:focus,.pagination ul li.pagination-prev span.pagenav:focus,.pagination ul li.pagination-next span.pagenav:focus,.pagination ul li.pagination-end span.pagenav:focus{color: #878787}.pagination ul li.pagination-start a.pagenav,.pagination ul li.pagination-prev a.pagenav,.pagination ul li.pagination-next a.pagenav,.pagination ul li.pagination-end a.pagenav{background: none;font-size: 0;line-height: 1;padding: 0 6px}.pagination ul li.pagination-start a.pagenav:before,.pagination ul li.pagination-prev a.pagenav:before,.pagination ul li.pagination-next a.pagenav:before,.pagination ul li.pagination-end a.pagenav:before{font-family: 'Material Icons';text-rendering: optimizeLegibility;font-feature-settings: "liga" 1;font-style: normal;text-transform: none;line-height: 36px;font-size: 24px;width: 24px;height: 36px;display: inline-block;overflow: hidden;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale}.pagination ul li.pagination-start a.pagenav:hover,.pagination ul li.pagination-prev a.pagenav:hover,.pagination ul li.pagination-next a.pagenav:hover,.pagination ul li.pagination-end a.pagenav:hover,.pagination ul li.pagination-start a.pagenav:focus,.pagination ul li.pagination-prev a.pagenav:focus,.pagination ul li.pagination-next a.pagenav:focus,.pagination ul li.pagination-end a.pagenav:focus{color: #000;background: rgba(0,0,0,0.05)}.pagination ul li.pagination-start .pagenav:before{content: 'first_page'}.pagination ul li.pagination-prev .pagenav:before{content: 'chevron_left'}.pagination ul li.pagination-next .pagenav:before{content: 'chevron_right'}.pagination ul li.pagination-end .pagenav:before{content: 'last_page'}p.counter{margin: 0 0 10px;text-align: center;font-weight: 400}p.counter.pull-right{float: none}.pagination ul > .active > a,.pagination ul > .active > span{color: #fff}.pagination ul > .active > a,.pagination ul > .active > span{cursor: default}.pagination ul > .disabled > span,.pagination ul > .disabled > a,.pagination ul > .disabled > a:hover,.pagination ul > .disabled > a:focus{cursor: default}.pagination-centered{text-align: center}.pagination-right{text-align: right}.pagination-large ul > li > a,.pagination-large ul > li > span{padding: 11px 19px;font-size: 17.5px}.pagination-large ul > li:first-child > a,.pagination-large ul > li:first-child > span{border-top-left-radius: 0;border-bottom-left-radius: 0}.pagination-large ul > li:last-child > a,.pagination-large ul > li:last-child > span{border-top-right-radius: 0;border-bottom-right-radius: 0}.pagination-mini ul > li:first-child > a,.pagination-small ul > li:first-child > a,.pagination-mini ul > li:first-child > span,.pagination-small ul > li:first-child > span{border-top-left-radius: 0;border-bottom-left-radius: 0}.pagination-mini ul > li:last-child > a,.pagination-small ul > li:last-child > a,.pagination-mini ul > li:last-child > span,.pagination-small ul > li:last-child > span{border-top-right-radius: 0;border-bottom-right-radius: 0}.pagination-small ul > li > a,.pagination-small ul > li > span{padding: 2px 10px;font-size: 11.9px}.pagination-mini ul > li > a,.pagination-mini ul > li > span{padding: 0 6px;font-size: 10.5px}.pager{margin: 32px 0;list-style: none;text-align: center}.pager:before,.pager:after{display: table;content: "";line-height: 0}.pager:after{clear: both}.pager li{display: inline;padding: 0}.pager li > a,.pager li > span{display: inline-block;padding: 0 16px;line-height: 36px;-webkit-transition: all .2s ease-in;transition: all .2s ease-in;text-decoration: none;text-transform: uppercase;margin: 0;font-size: 14px;font-weight: 500;color: #38048a;background: transparent;border-radius: 2px;position: relative;overflow: hidden}.pager li > a:after,.pager li > span:after{content: '';display: block;position: absolute;left: 50%;top: 50%;width: 200px;height: 200px;margin-left: -100px;margin-top: -100px;background: #000;border-radius: 100%;opacity: .1;-webkit-transform: scale(0);transform: scale(0)}.pager li > a:not(:active):after,.pager li > span:not(:active):after{animation: ripple 1s ease-out}.pager li > a:after,.pager li > span:after{visibility: hidden}.pager li > a:focus:after,.pager li > span:focus:after{visibility: visible}.pager li > a:hover,.pager li > a:focus{color: #38048a;background: rgba(0,0,0,0.05)}.pager .next > a,.pager .next > span{float: right}.pager .previous > a,.pager .previous > span{float: left}.pager .disabled > a,.pager .disabled > a:hover,.pager .disabled > a:focus,.pager .disabled > span{opacity: .6}.modal-backdrop{position: fixed;top: 0;right: 0;bottom: 0;left: 0;z-index: 1040;background-color: #000}.modal-backdrop.fade{opacity: 0}.modal-backdrop,.modal-backdrop.fade.in{opacity: .8}div.modal{position: fixed;top: 10%;left: 50%;z-index: 1050;width: 560px;margin-left: -280px;background-color: #fff;border: 1px solid rgba(0,0,0,0.3);border-radius: 6px;box-shadow: 0 3px 7px rgba(0,0,0,0.3);background-clip: padding-box;outline: none}div.modal.fade{-webkit-transition: opacity .3s linear, top .3s ease-out;transition: opacity .3s linear, top .3s ease-out;top: -25%}div.modal.fade.in{top: 10%}.modal-header{padding: 9px 15px;border-bottom: 1px solid #eee}.modal-header .close{margin-top: 2px}.modal-header h3{margin: 0;line-height: 30px}.modal-body{position: relative;overflow-y: auto;max-height: 400px;padding: 15px}.modal-body iframe{border: 0 none !important;max-height: none;width: 100%}.modal-form{margin-bottom: 0}.modal-footer{padding: 14px 15px 15px;margin-bottom: 0;text-align: right;background-color: #f5f5f5;border-top: 1px solid #ddd;border-radius: 0 0 6px 6px;box-shadow: inset 0 1px 0 #fff}.modal-footer:before,.modal-footer:after{display: table;content: "";line-height: 0}.modal-footer:after{clear: both}.modal-footer .btn + .btn{margin-left: 5px;margin-bottom: 0}.modal-footer .btn-group .btn + .btn{margin-left: -1px}.modal-footer .btn-block + .btn-block{margin-left: 0}.tooltip{position: absolute;z-index: 1030;display: block;visibility: visible;font-size: 11px;line-height: 1.4;opacity: 0}.tooltip.in{opacity: .8}.tooltip.top{margin-top: -3px;padding: 5px 0}.tooltip.right{margin-left: 3px;padding: 0 5px}.tooltip.bottom{margin-top: 3px;padding: 5px 0}.tooltip.left{margin-left: -3px;padding: 0 5px}.tooltip-inner{max-width: 200px;padding: 8px;color: #fff;text-align: center;text-decoration: none;background-color: #000;border-radius: 2px}.tooltip-arrow{position: absolute;width: 0;height: 0;border-color: transparent;border-style: solid}.tooltip.top .tooltip-arrow{bottom: 0;left: 50%;margin-left: -5px;border-width: 5px 5px 0;border-top-color: #000}.tooltip.right .tooltip-arrow{top: 50%;left: 0;margin-top: -5px;border-width: 5px 5px 5px 0;border-right-color: #000}.tooltip.left .tooltip-arrow{top: 50%;right: 0;margin-top: -5px;border-width: 5px 0 5px 5px;border-left-color: #000}.tooltip.bottom .tooltip-arrow{top: 0;left: 50%;margin-left: -5px;border-width: 0 5px 5px;border-bottom-color: #000}.popover{position: absolute;top: 0;left: 0;z-index: 1010;display: none;max-width: 276px;padding: 1px;text-align: left;background-color: #fff;-webkit-background-clip: padding-box;-moz-background-clip: padding;background-clip: padding-box;border: 1px solid rgba(0,0,0,0.2);border-radius: 6px;box-shadow: 0 5px 10px rgba(0,0,0,0.2);white-space: normal}.popover.top{margin-top: -10px}.popover.right{margin-left: 10px}.popover.bottom{margin-top: 10px}.popover.left{margin-left: -10px}.popover-title{margin: 0;padding: 8px 14px;font-size: 14px;font-weight: normal;line-height: 18px;background-color: #f7f7f7;border-bottom: 1px solid #ebebeb;border-radius: 5px 5px 0 0}.popover-title:empty{display: none}.popover-content{padding: 9px 14px}.popover .arrow,.popover .arrow:after{position: absolute;display: block;width: 0;height: 0;border-color: transparent;border-style: solid}.popover .arrow{border-width: 11px}.popover .arrow:after{border-width: 10px;content: ""}.popover.top .arrow{left: 50%;margin-left: -11px;border-bottom-width: 0;border-top-color: rgba(0,0,0,0.25);bottom: -11px}.popover.top .arrow:after{bottom: 1px;margin-left: -10px;border-bottom-width: 0;border-top-color: #fff}.popover.right .arrow{top: 50%;left: -11px;margin-top: -11px;border-left-width: 0;border-right-color: rgba(0,0,0,0.25)}.popover.right .arrow:after{left: 1px;bottom: -10px;border-left-width: 0;border-right-color: #fff}.popover.bottom .arrow{left: 50%;margin-left: -11px;border-top-width: 0;border-bottom-color: rgba(0,0,0,0.25);top: -11px}.popover.bottom .arrow:after{top: 1px;margin-left: -10px;border-top-width: 0;border-bottom-color: #fff}.popover.left .arrow{top: 50%;right: -11px;margin-top: -11px;border-right-width: 0;border-left-color: rgba(0,0,0,0.25)}.popover.left .arrow:after{right: 1px;border-right-width: 0;border-left-color: #fff;bottom: -10px}.thumbnails{margin-left: -20px;list-style: none}.thumbnails:before,.thumbnails:after{display: table;content: "";line-height: 0}.thumbnails:after{clear: both}.row-fluid .thumbnails{margin-left: 0}.thumbnails > li{float: left;margin-bottom: 20px;margin-left: 20px}.thumbnail{display: block;padding: 4px;line-height: 20px;border: 1px solid #ddd;border-radius: 2px;box-shadow: 0 1px 3px rgba(0,0,0,0.055);-webkit-transition: all .2s ease-in-out;transition: all .2s ease-in-out}a.thumbnail:hover,a.thumbnail:focus{border-color: #38048a;box-shadow: 0 1px 4px rgba(0,105,214,0.25)}.thumbnail > img{display: block;max-width: 100%;margin-left: auto;margin-right: auto}.thumbnail .caption{padding: 9px;color: #555}.media,.media-body{overflow: hidden;zoom: 1}.media,.media .media{margin-top: 15px}.media:first-child{margin-top: 0}.media-object{display: block}.media-heading{margin: 0 0 5px}.media > .pull-left{margin-right: 10px}.media > .pull-right{margin-left: 10px}.media-list{margin-left: 0;list-style: none}.label,.badge{display: inline-block;padding: 2px 4px;font-size: 11px;font-weight: bold;line-height: 14px;color: #fff;vertical-align: baseline;white-space: nowrap;background-color: #38048a}.label{border-radius: 0}.badge{padding-left: 9px;padding-right: 9px;border-radius: 0}.label:empty,.badge:empty{display: none}a.label:hover,a.label:focus,a.badge:hover,a.badge:focus{color: #fff;text-decoration: none;cursor: pointer}.label-important,.badge-important{background-color: #b94a48}.label-important[href],.badge-important[href]{background-color: #953b39}.label-warning,.badge-warning{background-color: #f89406}.label-warning[href],.badge-warning[href]{background-color: #c67605}.label-success,.badge-success{background-color: #468847}.label-success[href],.badge-success[href]{background-color: #356635}.label-info,.badge-info{background-color: #3a87ad}.label-info[href],.badge-info[href]{background-color: #2d6987}.label-inverse,.badge-inverse{background-color: #333}.label-inverse[href],.badge-inverse[href]{background-color: #1a1a1a}.btn .label,.btn .badge{position: relative;top: -1px}.btn-mini .label,.btn-mini .badge{top: 0}.tags{margin: 16px 0}.tags .label{text-decoration: none;border-radius: 2px;padding: 7px 10px;font-size: 14px;font-weight: 400;line-height: 1.2}.label-info[href],.badge-info[href],.label-info,.badge-info{color: #fff;background: #38048a}.label-info[href]:hover,.badge-info[href]:hover,.label-info:hover,.badge-info:hover{background: #4c05bc}@-webkit-keyframes progress-bar-stripes{from{background-position: 40px 0}to{background-position: 0 0}}@-moz-keyframes progress-bar-stripes{from{background-position: 40px 0}to{background-position: 0 0}}@-ms-keyframes progress-bar-stripes{from{background-position: 40px 0}to{background-position: 0 0}}@-o-keyframes progress-bar-stripes{from{background-position: 0 0}to{background-position: 40px 0}}@keyframes progress-bar-stripes{from{background-position: 40px 0}to{background-position: 0 0}}.progress{overflow: hidden;height: 20px;margin-bottom: 20px;background-color: #f7f7f7;background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#f9f9f9));background-image: -webkit-linear-gradient(top, #f5f5f5, #f9f9f9);background-image: linear-gradient(to bottom, #f5f5f5, #f9f9f9);background-repeat: repeat-x;box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);border-radius: 2px}.progress .bar{width: 0%;height: 100%;color: #fff;float: left;font-size: 12px;text-align: center;text-shadow: 0 -1px 0 rgba(0,0,0,0.25);background-color: #0e90d2;background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#149bdf), to(#0480be));background-image: -webkit-linear-gradient(top, #149bdf, #0480be);background-image: linear-gradient(to bottom, #149bdf, #0480be);background-repeat: repeat-x;box-shadow: inset 0 -1px 0 rgba(0,0,0,0.15);box-sizing: border-box;-webkit-transition: width .6s ease;transition: width .6s ease}.progress .bar + .bar{box-shadow: inset 1px 0 0 rgba(0,0,0,.15), inset 0 -1px 0 rgba(0,0,0,.15)}.progress-striped .bar{background-color: #149bdf;background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.25, rgba(255,255,255,0.15)), color-stop(.25, transparent), color-stop(.5, transparent), color-stop(.5, rgba(255,255,255,0.15)), color-stop(.75, rgba(255,255,255,0.15)), color-stop(.75, transparent), to(transparent));background-image: -webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image: linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-size: 40px 40px}.progress.active .bar{-webkit-animation: progress-bar-stripes 2s linear infinite;animation: progress-bar-stripes 2s linear infinite}.progress-danger .bar,.progress .bar-danger{background-color: #dd514c;background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#c43c35));background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);background-image: linear-gradient(to bottom, #ee5f5b, #c43c35);background-repeat: repeat-x}.progress-danger.progress-striped .bar,.progress-striped .bar-danger{background-color: #ee5f5b;background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.25, rgba(255,255,255,0.15)), color-stop(.25, transparent), color-stop(.5, transparent), color-stop(.5, rgba(255,255,255,0.15)), color-stop(.75, rgba(255,255,255,0.15)), color-stop(.75, transparent), to(transparent));background-image: -webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image: linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent)}.progress-success .bar,.progress .bar-success{background-color: #5eb95e;background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#57a957));background-image: -webkit-linear-gradient(top, #62c462, #57a957);background-image: linear-gradient(to bottom, #62c462, #57a957);background-repeat: repeat-x}.progress-success.progress-striped .bar,.progress-striped .bar-success{background-color: #62c462;background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.25, rgba(255,255,255,0.15)), color-stop(.25, transparent), color-stop(.5, transparent), color-stop(.5, rgba(255,255,255,0.15)), color-stop(.75, rgba(255,255,255,0.15)), color-stop(.75, transparent), to(transparent));background-image: -webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image: linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent)}.progress-info .bar,.progress .bar-info{background-color: #4bb1cf;background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#339bb9));background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);background-image: linear-gradient(to bottom, #5bc0de, #339bb9);background-repeat: repeat-x}.progress-info.progress-striped .bar,.progress-striped .bar-info{background-color: #5bc0de;background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.25, rgba(255,255,255,0.15)), color-stop(.25, transparent), color-stop(.5, transparent), color-stop(.5, rgba(255,255,255,0.15)), color-stop(.75, rgba(255,255,255,0.15)), color-stop(.75, transparent), to(transparent));background-image: -webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image: linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent)}.progress-warning .bar,.progress .bar-warning{background-color: #faa732;background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));background-image: -webkit-linear-gradient(top, #fbb450, #f89406);background-image: linear-gradient(to bottom, #fbb450, #f89406);background-repeat: repeat-x}.progress-warning.progress-striped .bar,.progress-striped .bar-warning{background-color: #fbb450;background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.25, rgba(255,255,255,0.15)), color-stop(.25, transparent), color-stop(.5, transparent), color-stop(.5, rgba(255,255,255,0.15)), color-stop(.75, rgba(255,255,255,0.15)), color-stop(.75, transparent), to(transparent));background-image: -webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image: linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent)}.accordion,.pane-sliders{margin-top: 20px;margin-bottom: 20px}.accordion-heading,.pane-sliders h3.title{font-size: 16px;margin: 0}.accordion-group,.pane-sliders .panel{background: #fff;border-radius: 2px;box-shadow: 2px 3px 4.7px .3px rgba(0,0,0,0.24);margin-bottom: 16px}.accordion-heading .accordion-toggle,.pane-sliders h3.title a{display: block;text-decoration: none;color: #212121;-webkit-transition: all .2s ease-in;transition: all .2s ease-in;text-transform: uppercase;font-size: 16px;font-weight: 500;line-height: 1.2;padding: 22px 50px;position: relative}.accordion-heading .accordion-toggle:before,.pane-sliders h3.title a:before{content: 'expand_more';position: absolute;left: 20px;top: 24px;font-family: 'Material Icons';text-rendering: optimizeLegibility;font-feature-settings: "liga" 1;font-style: normal;text-transform: none;line-height: 1;font-size: 17px;width: 17px;height: 17px;display: inline-block;overflow: hidden;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale}.accordion-heading .accordion-toggle.collapsed:before,.pane-sliders h3.title a.collapsed:before{content: 'chevron_right'}.accordion-heading .accordion-toggle:focus,.pane-sliders h3.title a:focus,.accordion-heading .accordion-toggle:hover,.pane-sliders h3.title a:hover{color: #38048a;outline: 0}.accordion-heading a.active,.pane-sliders h3.title.pane-toggler-down a{color: #38048a}.accordion-toggle,.pane-sliders h3.title{cursor: pointer}.accordion-body.in{border-top: 1px solid #eee}.accordion-inner{padding: 24px;color: #757575}.pane-sliders h3.title + .content{padding: 0 30px !important;color: #757575}.pane-sliders h3.title.pane-toggler-down + .content{padding: 10px 30px 30px !important}.carousel{position: relative;margin-bottom: 20px;line-height: 1}.carousel-inner{overflow: hidden;width: 100%;position: relative}.carousel-inner > .item{display: none;position: relative;-webkit-transition: .6s ease-in-out left;transition: .6s ease-in-out left}.carousel-inner > .item > img,.carousel-inner > .item > a > img{display: block;line-height: 1}.carousel-inner > .active,.carousel-inner > .next,.carousel-inner > .prev{display: block}.carousel-inner > .active{left: 0}.carousel-inner > .next,.carousel-inner > .prev{position: absolute;top: 0;width: 100%}.carousel-inner > .next{left: 100%}.carousel-inner > .prev{left: -100%}.carousel-inner > .next.left,.carousel-inner > .prev.right{left: 0}.carousel-inner > .active.left{left: -100%}.carousel-inner > .active.right{left: 100%}.carousel-control{position: absolute;top: 40%;left: 15px;width: 40px;height: 40px;margin-top: -20px;font-size: 60px;font-weight: 100;line-height: 30px;color: #fff;text-align: center;background: #222;border: 3px solid #fff;border-radius: 23px;opacity: .5}.carousel-control.right{left: auto;right: 15px}.carousel-control:hover,.carousel-control:focus{color: #fff;text-decoration: none;opacity: .9}.carousel-indicators{position: absolute;top: 15px;right: 15px;z-index: 5;margin: 0;list-style: none}.carousel-indicators li{display: block;float: left;width: 10px;height: 10px;margin-left: 5px;text-indent: -999px;background-color: rgba(255,255,255,0.25);border-radius: 5px}.carousel-indicators .active{background-color: #fff}.carousel-caption{position: absolute;left: 0;right: 0;bottom: 0;padding: 15px;background: rgba(0,0,0,0.75)}.carousel-caption h4,.carousel-caption p{color: #fff;line-height: 20px}.carousel-caption h4{margin: 0 0 5px}.carousel-caption p{margin-bottom: 0}.hero-unit{padding: 60px;margin-bottom: 30px;font-size: 18px;font-weight: 200;line-height: 30px;color: inherit;background-color: #eee;border-radius: 6px}.hero-unit h1{margin-bottom: 0;font-size: 60px;line-height: 1;color: inherit;letter-spacing: -1px}.hero-unit li{line-height: 30px}.pull-right{float: right}.pull-left{float: left}body .pull-left{float: left}body .pull-right{float: right}.hide{display: none}.show{display: block}.invisible{visibility: hidden}.affix{position: fixed}
/*!
 * Bootstrap Responsive v2.3.2
 *
 * Copyright 2013 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world by @mdo and @fat.
 */.clearfix:before,.clearfix:after{display: table;content: "";line-height: 0}.clearfix:after{clear: both}.hide-text{font: 0/0 a;color: transparent;text-shadow: none;background-color: transparent;border: 0}.input-block-level{display: block;width: 100%;min-height: 36px;box-sizing: border-box}@-ms-viewport{width: device-width}.hidden{display: none;visibility: hidden}.visible-phone{display: none !important}.visible-tablet{display: none !important}.hidden-desktop{display: none !important}.visible-desktop{display: inherit !important}@media (min-width: 768px) and (max-width: 979px){.hidden-desktop{display: inherit !important}.visible-desktop{display: none !important}.visible-tablet{display: inherit !important}.hidden-tablet{display: none !important}}@media (max-width: 767px){.hidden-desktop{display: inherit !important}.visible-desktop{display: none !important}.visible-phone{display: inherit !important}.hidden-phone{display: none !important}}.visible-print{display: none !important}@media print{.visible-print{display: inherit !important}.hidden-print{display: none !important}}@media (min-width: 1200px){.hidden-wide{display: none !important}}@media (min-width: 980px) and (max-width: 1199px){.hidden-normal{display: none !important}}@media (min-width: 768px) and (max-width: 979px){.hidden-xtablet{display: none !important}}@media (min-width: 481px) and (max-width: 767px){.hidden-tablet{display: none !important}}@media (max-width: 480px){.hidden-mobile{display: none !important}}.first-span{clear: both}.row-fluid > .first-span{margin-left: 0 !important}@media (min-width: 1200px){.row{margin-left: -30px}.row:before,.row:after{display: table;content: "";line-height: 0}.row:after{clear: both}[class*="span"]{float: left;min-height: 1px;margin-left: 30px}.container,.navbar-static-top .container,.navbar-fixed-top .container,.navbar-fixed-bottom .container{width: 1170px}.span12{width: 1170px}.span11{width: 1070px}.span10{width: 970px}.span9{width: 870px}.span8{width: 770px}.span7{width: 670px}.span6{width: 570px}.span5{width: 470px}.span4{width: 370px}.span3{width: 270px}.span2{width: 170px}.span1{width: 70px}.offset12{margin-left: 1230px}.offset11{margin-left: 1130px}.offset10{margin-left: 1030px}.offset9{margin-left: 930px}.offset8{margin-left: 830px}.offset7{margin-left: 730px}.offset6{margin-left: 630px}.offset5{margin-left: 530px}.offset4{margin-left: 430px}.offset3{margin-left: 330px}.offset2{margin-left: 230px}.offset1{margin-left: 130px}.offset-12{margin-left: -1170px}.offset-11{margin-left: -1070px}.offset-10{margin-left: -970px}.offset-9{margin-left: -870px}.offset-8{margin-left: -770px}.offset-7{margin-left: -670px}.offset-6{margin-left: -570px}.offset-5{margin-left: -470px}.offset-4{margin-left: -370px}.offset-3{margin-left: -270px}.offset-2{margin-left: -170px}.offset-1{margin-left: -70px}.row-fluid{margin: 0 -16px;width: auto !important}.row-fluid:before,.row-fluid:after{display: table;content: "";line-height: 0}.row-fluid:after{clear: both}.row-fluid [class*="span"]{display: block;width: 100%;box-sizing: border-box;float: left;margin-left: 0;padding: 0 16px}.row-fluid .span12{width: 100%}.row-fluid .span11{width: 91.66666667%}.row-fluid .span10{width: 83.33333333%}.row-fluid .span9{width: 75%}.row-fluid .span8{width: 66.66666667%}.row-fluid .span7{width: 58.33333333%}.row-fluid .span6{width: 50%}.row-fluid .span5{width: 41.66666667%}.row-fluid .span4{width: 33.33333333%}.row-fluid .span3{width: 25%}.row-fluid .span2{width: 16.66666667%}.row-fluid .span1{width: 8.33333333%}.row-fluid .offset12{margin-left: 100%}.row-fluid .offset11{margin-left: 91.66666667%}.row-fluid .offset10{margin-left: 83.33333333%}.row-fluid .offset9{margin-left: 75%}.row-fluid .offset8{margin-left: 66.66666667%}.row-fluid .offset7{margin-left: 58.33333333%}.row-fluid .offset6{margin-left: 50%}.row-fluid .offset5{margin-left: 41.66666667%}.row-fluid .offset4{margin-left: 33.33333333%}.row-fluid .offset3{margin-left: 25%}.row-fluid .offset2{margin-left: 16.66666667%}.row-fluid .offset1{margin-left: 8.33333333%}.row-fluid .offset-12{margin-left: -100%}.row-fluid .offset-11{margin-left: -91.66666667%}.row-fluid .offset-10{margin-left: -83.33333333%}.row-fluid .offset-9{margin-left: -75%}.row-fluid .offset-8{margin-left: -66.66666667%}.row-fluid .offset-7{margin-left: -58.33333333%}.row-fluid .offset-6{margin-left: -50%}.row-fluid .offset-5{margin-left: -41.66666667%}.row-fluid .offset-4{margin-left: -33.33333333%}.row-fluid .offset-3{margin-left: -25%}.row-fluid .offset-2{margin-left: -16.66666667%}.row-fluid .offset-1{margin-left: -8.33333333%}.row-fluid .controls-row [class*="span"] + [class*="span"]{margin-left: 2.56410256%}.row-fluid .controls .span12{width: 100%}.row-fluid .controls .span11{width: 91.45299145%}.row-fluid .controls .span10{width: 82.90598291000001%}.row-fluid .controls .span9{width: 74.35897436%}.row-fluid .controls .span8{width: 65.81196581%}.row-fluid .controls .span7{width: 57.26495726%}.row-fluid .controls .span6{width: 48.71794872%}.row-fluid .controls .span5{width: 40.17094017%}.row-fluid .controls .span4{width: 31.62393162%}.row-fluid .controls .span3{width: 23.07692308%}.row-fluid .controls .span2{width: 14.52991453%}.row-fluid .controls .span1{width: 5.98290598%}.row-fluid .controls .offset12{margin-left: 105.12820513%}.row-fluid .controls .offset12:first-child{margin-left: 102.56410256%}.row-fluid .controls .offset11{margin-left: 96.58119658%}.row-fluid .controls .offset11:first-child{margin-left: 94.01709402%}.row-fluid .controls .offset10{margin-left: 88.03418803%}.row-fluid .controls .offset10:first-child{margin-left: 85.47008547%}.row-fluid .controls .offset9{margin-left: 79.48717949%}.row-fluid .controls .offset9:first-child{margin-left: 76.92307692%}.row-fluid .controls .offset8{margin-left: 70.94017094%}.row-fluid .controls .offset8:first-child{margin-left: 68.37606838000001%}.row-fluid .controls .offset7{margin-left: 62.39316239%}.row-fluid .controls .offset7:first-child{margin-left: 59.82905983%}.row-fluid .controls .offset6{margin-left: 53.84615385%}.row-fluid .controls .offset6:first-child{margin-left: 51.28205128%}.row-fluid .controls .offset5{margin-left: 45.2991453%}.row-fluid .controls .offset5:first-child{margin-left: 42.73504274%}.row-fluid .controls .offset4{margin-left: 36.75213675%}.row-fluid .controls .offset4:first-child{margin-left: 34.18803419%}.row-fluid .controls .offset3{margin-left: 28.20512821%}.row-fluid .controls .offset3:first-child{margin-left: 25.64102564%}.row-fluid .controls .offset2{margin-left: 19.65811966%}.row-fluid .controls .offset2:first-child{margin-left: 17.09401709%}.row-fluid .controls .offset1{margin-left: 11.11111111%}.row-fluid .controls .offset1:first-child{margin-left: 8.547008549999999%}input,textarea,.uneditable-input{margin-left: 0}.controls-row [class*="span"] + [class*="span"]{margin-left: 30px}input.span12,textarea.span12,.uneditable-input.span12{width: 1156px}input.span11,textarea.span11,.uneditable-input.span11{width: 1056px}input.span10,textarea.span10,.uneditable-input.span10{width: 956px}input.span9,textarea.span9,.uneditable-input.span9{width: 856px}input.span8,textarea.span8,.uneditable-input.span8{width: 756px}input.span7,textarea.span7,.uneditable-input.span7{width: 656px}input.span6,textarea.span6,.uneditable-input.span6{width: 556px}input.span5,textarea.span5,.uneditable-input.span5{width: 456px}input.span4,textarea.span4,.uneditable-input.span4{width: 356px}input.span3,textarea.span3,.uneditable-input.span3{width: 256px}input.span2,textarea.span2,.uneditable-input.span2{width: 156px}input.span1,textarea.span1,.uneditable-input.span1{width: 56px}.thumbnails{margin-left: -30px}.thumbnails > li{margin-left: 30px}.row-fluid .thumbnails{margin-left: 0}}@media (min-width: 768px) and (max-width: 979px){.row{margin-left: -20px}.row:before,.row:after{display: table;content: "";line-height: 0}.row:after{clear: both}[class*="span"]{float: left;min-height: 1px;margin-left: 20px}.container,.navbar-static-top .container,.navbar-fixed-top .container,.navbar-fixed-bottom .container{width: 724px}.span12{width: 724px}.span11{width: 662px}.span10{width: 600px}.span9{width: 538px}.span8{width: 476px}.span7{width: 414px}.span6{width: 352px}.span5{width: 290px}.span4{width: 228px}.span3{width: 166px}.span2{width: 104px}.span1{width: 42px}.offset12{margin-left: 764px}.offset11{margin-left: 702px}.offset10{margin-left: 640px}.offset9{margin-left: 578px}.offset8{margin-left: 516px}.offset7{margin-left: 454px}.offset6{margin-left: 392px}.offset5{margin-left: 330px}.offset4{margin-left: 268px}.offset3{margin-left: 206px}.offset2{margin-left: 144px}.offset1{margin-left: 82px}.offset-12{margin-left: -724px}.offset-11{margin-left: -662px}.offset-10{margin-left: -600px}.offset-9{margin-left: -538px}.offset-8{margin-left: -476px}.offset-7{margin-left: -414px}.offset-6{margin-left: -352px}.offset-5{margin-left: -290px}.offset-4{margin-left: -228px}.offset-3{margin-left: -166px}.offset-2{margin-left: -104px}.offset-1{margin-left: -42px}.row-fluid{margin: 0 -16px;width: auto !important}.row-fluid:before,.row-fluid:after{display: table;content: "";line-height: 0}.row-fluid:after{clear: both}.row-fluid [class*="span"]{display: block;width: 100%;box-sizing: border-box;float: left;margin-left: 0;padding: 0 16px}.row-fluid .span12{width: 100%}.row-fluid .span11{width: 91.66666667%}.row-fluid .span10{width: 83.33333333%}.row-fluid .span9{width: 75%}.row-fluid .span8{width: 66.66666667%}.row-fluid .span7{width: 58.33333333%}.row-fluid .span6{width: 50%}.row-fluid .span5{width: 41.66666667%}.row-fluid .span4{width: 33.33333333%}.row-fluid .span3{width: 25%}.row-fluid .span2{width: 16.66666667%}.row-fluid .span1{width: 8.33333333%}.row-fluid .offset12{margin-left: 100%}.row-fluid .offset11{margin-left: 91.66666667%}.row-fluid .offset10{margin-left: 83.33333333%}.row-fluid .offset9{margin-left: 75%}.row-fluid .offset8{margin-left: 66.66666667%}.row-fluid .offset7{margin-left: 58.33333333%}.row-fluid .offset6{margin-left: 50%}.row-fluid .offset5{margin-left: 41.66666667%}.row-fluid .offset4{margin-left: 33.33333333%}.row-fluid .offset3{margin-left: 25%}.row-fluid .offset2{margin-left: 16.66666667%}.row-fluid .offset1{margin-left: 8.33333333%}.row-fluid .offset-12{margin-left: -100%}.row-fluid .offset-11{margin-left: -91.66666667%}.row-fluid .offset-10{margin-left: -83.33333333%}.row-fluid .offset-9{margin-left: -75%}.row-fluid .offset-8{margin-left: -66.66666667%}.row-fluid .offset-7{margin-left: -58.33333333%}.row-fluid .offset-6{margin-left: -50%}.row-fluid .offset-5{margin-left: -41.66666667%}.row-fluid .offset-4{margin-left: -33.33333333%}.row-fluid .offset-3{margin-left: -25%}.row-fluid .offset-2{margin-left: -16.66666667%}.row-fluid .offset-1{margin-left: -8.33333333%}.row-fluid .controls-row [class*="span"] + [class*="span"]{margin-left: 2.76243094%}.row-fluid .controls .span12{width: 100%}.row-fluid .controls .span11{width: 91.43646409%}.row-fluid .controls .span10{width: 82.87292818%}.row-fluid .controls .span9{width: 74.30939227%}.row-fluid .controls .span8{width: 65.74585635%}.row-fluid .controls .span7{width: 57.18232044%}.row-fluid .controls .span6{width: 48.61878453%}.row-fluid .controls .span5{width: 40.05524862%}.row-fluid .controls .span4{width: 31.49171271%}.row-fluid .controls .span3{width: 22.9281768%}.row-fluid .controls .span2{width: 14.36464088%}.row-fluid .controls .span1{width: 5.80110497%}.row-fluid .controls .offset12{margin-left: 105.52486188%}.row-fluid .controls .offset12:first-child{margin-left: 102.76243094%}.row-fluid .controls .offset11{margin-left: 96.96132597%}.row-fluid .controls .offset11:first-child{margin-left: 94.19889503%}.row-fluid .controls .offset10{margin-left: 88.39779006000001%}.row-fluid .controls .offset10:first-child{margin-left: 85.63535912%}.row-fluid .controls .offset9{margin-left: 79.83425414%}.row-fluid .controls .offset9:first-child{margin-left: 77.0718232%}.row-fluid .controls .offset8{margin-left: 71.27071823%}.row-fluid .controls .offset8:first-child{margin-left: 68.50828729%}.row-fluid .controls .offset7{margin-left: 62.70718232%}.row-fluid .controls .offset7:first-child{margin-left: 59.94475138%}.row-fluid .controls .offset6{margin-left: 54.14364641%}.row-fluid .controls .offset6:first-child{margin-left: 51.38121547%}.row-fluid .controls .offset5{margin-left: 45.5801105%}.row-fluid .controls .offset5:first-child{margin-left: 42.81767956%}.row-fluid .controls .offset4{margin-left: 37.01657459%}.row-fluid .controls .offset4:first-child{margin-left: 34.25414365%}.row-fluid .controls .offset3{margin-left: 28.45303867%}.row-fluid .controls .offset3:first-child{margin-left: 25.69060773%}.row-fluid .controls .offset2{margin-left: 19.88950276%}.row-fluid .controls .offset2:first-child{margin-left: 17.12707182%}.row-fluid .controls .offset1{margin-left: 11.32596685%}.row-fluid .controls .offset1:first-child{margin-left: 8.563535910000001%}input,textarea,.uneditable-input{margin-left: 0}.controls-row [class*="span"] + [class*="span"]{margin-left: 20px}input.span12,textarea.span12,.uneditable-input.span12{width: 710px}input.span11,textarea.span11,.uneditable-input.span11{width: 648px}input.span10,textarea.span10,.uneditable-input.span10{width: 586px}input.span9,textarea.span9,.uneditable-input.span9{width: 524px}input.span8,textarea.span8,.uneditable-input.span8{width: 462px}input.span7,textarea.span7,.uneditable-input.span7{width: 400px}input.span6,textarea.span6,.uneditable-input.span6{width: 338px}input.span5,textarea.span5,.uneditable-input.span5{width: 276px}input.span4,textarea.span4,.uneditable-input.span4{width: 214px}input.span3,textarea.span3,.uneditable-input.span3{width: 152px}input.span2,textarea.span2,.uneditable-input.span2{width: 90px}input.span1,textarea.span1,.uneditable-input.span1{width: 28px}}@media (max-width: 767px){.row-fluid{width: auto !important}}@media (max-width: 767px){.navbar-fixed-top,.navbar-fixed-bottom,.navbar-static-top{margin-left: -20px;margin-right: -20px}.dl-horizontal dt{float: none;clear: none;width: auto;text-align: left}.dl-horizontal dd{margin-left: 0}.container{width: auto}.row,.thumbnails{margin-left: 0}.thumbnails > li{float: none;margin-left: 0}[class*="span"],.uneditable-input[class*="span"],.row-fluid [class*="span"]{float: none;display: block;width: 100%;margin-left: 0;box-sizing: border-box}.span12,.row-fluid .span12{width: 100%;box-sizing: border-box}.input-large,.input-xlarge,.input-xxlarge,input[class*="span"],select[class*="span"],textarea[class*="span"],.uneditable-input{display: block;width: 100%;min-height: 36px;box-sizing: border-box}.input-prepend input,.input-append input,.input-prepend input[class*="span"],.input-append input[class*="span"]{display: inline-block;width: auto}.controls-row [class*="span"] + [class*="span"]{margin-left: 0}div.modal{position: fixed;top: 20px;left: 20px;right: 20px;width: auto;margin: 0}div.modal.fade{top: -100px}div.modal.fade.in{top: 20px}}@media (max-width: 480px){.nav-collapse{-webkit-transform: translate3d(0, 0, 0)}.page-header h1 small{display: block;line-height: 20px}input[type="checkbox"],input[type="radio"]{border: 1px solid #ccc}.form-horizontal .control-label{float: none;width: auto;padding-top: 0;text-align: left}.form-horizontal .controls{margin-left: 0}.form-horizontal .control-list{padding-top: 0}.form-horizontal .form-actions{padding-left: 10px;padding-right: 10px}.media .pull-left,.media .pull-right{float: none;display: block;margin-bottom: 10px}.media-object{margin-right: 0;margin-left: 0}div.modal{top: 10px;left: 10px;right: 10px}.modal-header .close{padding: 10px;margin: -10px}.carousel-caption{position: static}}@media (max-width: 979px){body{padding-top: 0}.navbar-fixed-top,.navbar-fixed-bottom{position: static}.navbar-fixed-top{margin-bottom: 20px}.navbar-fixed-bottom{margin-top: 20px}.navbar-fixed-top .navbar-inner,.navbar-fixed-bottom .navbar-inner{padding: 5px}.navbar .container{width: auto;padding: 0}.navbar .brand{padding-left: 10px;padding-right: 10px;margin: 0 0 0 -5px}.nav-collapse{clear: both}.nav-collapse .nav{float: none;margin: 0 0 10px}.nav-collapse .nav > li{float: none}.nav-collapse .nav > li > a{margin-bottom: 2px}.nav-collapse .nav > .divider-vertical{display: none}.nav-collapse .nav .nav-header{color: #777;text-shadow: none}.nav-collapse .nav > li > a,.nav-collapse .dropdown-menu a{padding: 9px 15px;font-weight: bold;color: #777;border-radius: 3px}.nav-collapse .btn{padding: 4px 10px 4px;font-weight: normal;border-radius: 2px}.nav-collapse .dropdown-menu li + li a{margin-bottom: 2px}.nav-collapse .nav > li > a:hover,.nav-collapse .nav > li > a:focus,.nav-collapse .dropdown-menu a:hover,.nav-collapse .dropdown-menu a:focus{background-color: #f2f2f2}.navbar-inverse .nav-collapse .nav > li > a,.navbar-inverse .nav-collapse .dropdown-menu a{color: #999}.navbar-inverse .nav-collapse .nav > li > a:hover,.navbar-inverse .nav-collapse .nav > li > a:focus,.navbar-inverse .nav-collapse .dropdown-menu a:hover,.navbar-inverse .nav-collapse .dropdown-menu a:focus{background-color: #111}.nav-collapse.in .btn-group{margin-top: 5px;padding: 0}.nav-collapse .dropdown-menu{position: static;top: auto;left: auto;float: none;display: none;max-width: none;margin: 0 15px;padding: 0;background-color: transparent;border: none;border-radius: 0;box-shadow: none}.nav-collapse .open > .dropdown-menu{display: block}.nav-collapse .dropdown-menu:before,.nav-collapse .dropdown-menu:after{display: none}.nav-collapse .dropdown-menu .divider{display: none}.nav-collapse .nav > li > .dropdown-menu:before,.nav-collapse .nav > li > .dropdown-menu:after{display: none}.nav-collapse .navbar-form,.nav-collapse .navbar-search{float: none;padding: 10px 15px;margin: 10px 0;border-top: 1px solid #f2f2f2;border-bottom: 1px solid #f2f2f2;box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.1)}.navbar-inverse .nav-collapse .navbar-form,.navbar-inverse .nav-collapse .navbar-search{border-top-color: #111;border-bottom-color: #111}.navbar .nav-collapse .nav.pull-right{float: none;margin-left: 0}.nav-collapse,.nav-collapse.collapse{overflow: hidden;height: 0}.navbar .btn-navbar{display: block}.navbar-static .navbar-inner{padding-left: 10px;padding-right: 10px}}@media (min-width: 980px){.nav-collapse.collapse{height: auto !important;overflow: visible !important}}
#jm-allpage{position: relative;background: #fff}.full-width:not(#jm-main){padding-top: 0 !important;padding-left: 0 !important;padding-right: 0 !important}.full-width:not(#jm-main) .container-fluid{padding-left: 0;padding-right: 0}.full-width:not(#jm-main) .row-fluid{margin-left: 0;margin-right: 0}.full-width:not(#jm-main) .row-fluid [class*="span"]{padding-left: 0;padding-right: 0}#jm-blocks{position: relative}.item_view #jm-blocks:before{content: '';position: absolute;top: 0;left: 0;width: 100%;height: 200px;background: rgba(0,0,0,0.07000000000000001)}.item_view #jm-main > .container-fluid{max-width: 1224px;position: relative;z-index: 1}#jm-header{position: relative;z-index: 999;background: #92ab7d;color: #0a0a0a;padding: 0 16px}.sticky-bar #jm-header{position: fixed;top: 0;right: 0;left: 0;width: 100%;box-sizing: border-box}.sticky-bar .jm-wrapper{padding-top: 65px}#jm-logo-sitedesc{padding-right: 32px;padding-top: 25px;padding-bottom: 19px;min-width: 154px;box-sizing: border-box}#jm-logo-sitedesc #jm-logo a{display: block}#jm-logo-sitedesc #jm-logo a img{vertical-align: top}#jm-logo-sitedesc #jm-logo span{display: block}#jm-search{padding: 11px 0 10px;overflow: hidden}#jm-top-menu-nav{padding: 15px 0 14px}#jm-top-menu-nav .jm-module-raw{float: left}#jm-top-menu-nav .jm-module-raw + .jm-module-raw{margin-left: 15px}#jm-header-mod{background-color: #889970;color: #fff;position: relative}#jm-header-mod:before{content: '';position: absolute;background-repeat: no-repeat;background-position: center;background-size: cover;width: 100%;height: 100%;top: 0;left: 0;right: 0;bottom: 0;opacity: .8;pointer-events: none}#jm-top1,#jm-top3,#jm-bottom1,#jm-bottom3{background: #fcf4fc;color: #757575}#jm-bottom2{background: #030003;color: #9ba1a4}#jm-system-message div.error{margin-bottom: 32px}#jm-main #jm-maincontent{padding-bottom: 32px}#jm-footer-mod{background: #9ba1a4;color: #263238;font-size: 13px;line-height: 2}#jm-footer{background: #5f5f5f;color: #2b2a2a;padding: 32px 16px;font-size: 13px}#jm-header-mod{padding: 96px 16px 64px}#jm-top1,#jm-top2,#jm-top3,#jm-main,#jm-bottom1,#jm-bottom2,#jm-bottom3,#jm-bottom4,#jm-footer-mod{padding: 32px 16px 0}#jm-top1 + #jm-top3,#jm-top1 + #jm-bottom1,#jm-top1 + #jm-bottom3,#jm-top2 + #jm-main,#jm-top2 + #jm-system-message + #jm-main,#jm-top2 + #jm-bottom4,#jm-top3 + #jm-bottom1,#jm-top3 + #jm-bottom3,#jm-main + #jm-bottom4,#jm-bottom1 + #jm-bottom3{padding-top: 0}#jm-back-top{position: fixed;bottom: 20px;right: 20px;left: auto;z-index: 990}#jm-back-top a{text-decoration: none;display: block}#jm-back-top a:hover{cursor: pointer;text-decoration: none}#jm-back-top span{display: block;height: 50px;width: 50px;background: url(//fhw.artsfond.com//templates/jm-classifiedads/css/../images/backtotop.png) no-repeat center center rgba(0,0,0,0.2);-webkit-transition: all 1s ease 0s;transition: all 1s ease 0s}#jm-back-top span:hover{background: url(//fhw.artsfond.com//templates/jm-classifiedads/css/../images/backtotop.png) no-repeat center center rgba(0,0,0,0.3)}.responsive-disabled{min-width: 1524px}.responsive-disabled #jm-allpage{min-width: 1524px}#jm-font-switcher{text-align: right;margin: 0 0 15px}.texttoggler{font-family: Arial, Helvetica, sans-serif;text-decoration: none !important;margin: 0 1px;display: inline-block}.texttoggler.small{font-size: 0.8em}.texttoggler.normal{font-size: 1.1em}.texttoggler.large{font-size: 1.3em}.smallview #jm-maincontent{font-size: 0.9em;line-height: 1.42857143}.largeview #jm-maincontent{font-size: 1.1em;line-height: 1.42857143}.span0{float: none !important}.span50{float: left !important;width: 50% !important}.jm-module{margin-bottom: 32px;position: relative}.jm-module .jm-title{font-weight: 400;font-family: 'Roboto', sans-serif;font-size: 16px;color: #212121;margin: 0 0 20px}.moduletable{margin-bottom: 32px}.moduletable > h3{font-weight: 400;font-family: 'Roboto', sans-serif;font-size: 16px;color: #212121;margin: 0 0 20px}.jm-module iframe{max-width: 100%;box-sizing: border-box}#jm-header-mod .jm-module .jm-title,#jm-header-mod .moduletable > h3{color: #fff}#jm-top1 .jm-module .jm-title,#jm-top3 .jm-module .jm-title,#jm-bottom1 .jm-module .jm-title,#jm-bottom3 .jm-module .jm-title,#jm-top1 .moduletable > h3,#jm-top3 .moduletable > h3,#jm-bottom1 .moduletable > h3,#jm-bottom3 .moduletable > h3{color: #212121}#jm-bottom2 .jm-module .jm-title,#jm-bottom2 .moduletable > h3{color: #fff}#jm-footer-mod .jm-module .jm-title,#jm-footer-mod .moduletable > h3{color: #fff}#jm-allpage .jm-module.color1-ms{background: #fff;color: #757575;border-radius: 2px;box-shadow: 2px 3px 4.7px .3px rgba(0,0,0,0.24);padding-bottom: 52px;box-sizing: border-box}#jm-allpage .jm-module.color1-ms .jm-title-wrap{padding: 16px;background: #e3c6f2;border-radius: 2px 2px 0 0;border-bottom: 1px solid #eee}#jm-allpage .jm-module.color1-ms .jm-title-wrap .jm-title{color: #212121;text-transform: uppercase;margin: 0}#jm-allpage .jm-module.color1-ms .jm-module-content{padding: 16px;border-bottom: 1px solid #eee}#jm-allpage .jm-module.color2-ms{padding: 32px;background: #fff;color: #757575;box-shadow: 2px 3px 4.7px .3px rgba(0,0,0,0.24);border-radius: 2px;box-sizing: border-box}#jm-allpage .jm-module.color2-ms .jm-title{color: #212121}#jm-allpage .jm-module.color3-ms{padding: 32px;background: #263238;color: #9ba1a4;box-shadow: 2px 3px 4.7px .3px rgba(0,0,0,0.24);border-radius: 2px;box-sizing: border-box}#jm-allpage .jm-module.color3-ms .jm-title{color: #fff}#jm-allpage .jm-module.color-menu-ms .nav.menu li a,#jm-allpage .jm-module.color-menu-ms .nav.menu li span.separator{color: #38048a !important}#jm-allpage .jm-module.color-menu-ms .nav.menu li > a:hover,#jm-allpage .jm-module.color-menu-ms .nav.menu li > span.separator:hover,#jm-allpage .jm-module.color-menu-ms .nav.menu li.active > a,#jm-allpage .jm-module.color-menu-ms .nav.menu li.active > span.separator{text-decoration: underline}#jm-allpage .jm-module.small-title-ms .jm-title{font-size: 14px;margin: 0 0 10px}#jm-allpage .jm-module.large-title-ms .jm-title{font-size: 20px;margin-bottom: 32px;font-weight: 500}#jm-allpage .jm-module.border-bottom-ms{border-bottom: 1px solid #ebebeb;padding-bottom: 32px}.jm-iconbox{color: #fff;width: 56px;height: 56px;vertical-align: middle;border-radius: 50%;text-align: center;margin-right: 12px}.jm-iconbox:before{line-height: 56px;font-size: 24px}#jm-allpage [class*="jmico-"] .jm-title{display: table}#jm-allpage [class*="jmico-"] .jm-title i{display: table-cell;vertical-align: middle}#jm-allpage [class*="jmico-"] .jm-title span{display: table-cell;vertical-align: middle;padding-left: 16px}#jm-allpage .jm-module.iconbox1-ms .jm-iconbox{background: #64b5f6}#jm-allpage .jm-module.iconbox2-ms .jm-iconbox{background: #00bfa5}#jm-allpage .jm-module.iconbox3-ms .jm-iconbox{background: #f9a825}#jm-allpage .jm-module.iconbox4-ms .jm-iconbox{background: #ef5350}#jm-allpage .jm-module.iconbox1-ms[class*="_mod"] .jm-module-in,#jm-allpage .jm-module.iconbox2-ms[class*="_mod"] .jm-module-in,#jm-allpage .jm-module.iconbox3-ms[class*="_mod"] .jm-module-in,#jm-allpage .jm-module.iconbox4-ms[class*="_mod"] .jm-module-in{overflow-y: auto}#jm-allpage .jm-module.margin-ms,#jm-allpage .jm-module-raw.margin-ms,#jm-allpage .moduletable.margin-ms,#jm-allpage .jm-module.nomargin-ms,#jm-allpage .jm-module-raw.nomargin-ms,#jm-allpage .moduletable.nomargin-ms,#jm-allpage .jm-module.margin-ms,#jm-allpage .jm-module-raw.margin-ms,#jm-allpage .moduletable.margin-ms{margin: 0}#jm-allpage .jm-module.margin-top-ms,#jm-allpage .jm-module-raw.margin-top-ms,#jm-allpage .moduletable.margin-top-ms{margin-top: 0}#jm-allpage .jm-module.margin-bottom-ms,#jm-allpage .jm-module-raw.margin-bottom-ms,#jm-allpage .moduletable.margin-bottom-ms{margin-bottom: 0}#jm-allpage .jm-module.margin-left-ms,#jm-allpage .jm-module-raw.margin-left-ms,#jm-allpage .moduletable.margin-left-ms{margin-left: 0}#jm-allpage .jm-module.margin-right-ms,#jm-allpage .jm-module-raw.margin-right-ms,#jm-allpage .moduletable.margin-right-ms{margin-right: 0}#jm-allpage .jm-module.see-all-ms{text-align: right;padding: 8px;margin-top: -52px}.jm-jumbo-text{padding: 32px 0}.jm-jumbo-text h2{font-size: 45px;margin-bottom: 24px}.jm-jumbo-text p{font-size: 20px;margin: 0 0 40px}.jm-jumbo-text p:last-child{margin: 0}#jm-bottom2 .jm-jumbo-text h2{color: #fff;font-weight: 400}.jm-large-title h2,.jm-large-title h3{font-size: 20px;color: #212121;margin: 0}#jm-top1 .jm-large-title h2,#jm-top3 .jm-large-title h2,#jm-bottom1 .jm-large-title h2,#jm-bottom3 .jm-large-title h2{color: #212121}#jm-bottom2 .jm-large-title h2{color: #fff}#jm-footer-mod .jm-large-title h2{color: #fff}.jm-pricing h3{margin-bottom: 0;font-size: 16px;font-weight: 500}.jm-pricing .jm-price{color: #009688;font-size: 45px;font-weight: 500}.jm-pricing li + li{margin-top: 7px}.jm-pricing [class*="span"] + [class*="span"]{position: relative}.jm-pricing [class*="span"] + [class*="span"]:before{content: '';position: absolute;top: -32px;left: 0;height: calc(100% + 64px);width: 1px;background: #000;opacity: .07000000000000001}.jm-social{margin: -5px}.jm-social:before,.jm-social:after{display: table;content: "";line-height: 0}.jm-social:after{clear: both}.jm-social .btn{display: block;float: left;padding: 0;width: 50px;height: 50px;margin: 5px;font-size: 20px}.jm-social .btn i{line-height: 50px}.jmm-social{margin: -5px}.jmm-social:before,.jmm-social:after{display: table;content: "";line-height: 0}.jmm-social:after{clear: both}.jmm-social li{display: block;float: left;margin: 5px;font-size: 20px;text-align: center}.jmm-social li .jmm-ico{width: 50px;height: 50px;line-height: 50px;color: #fff;background: #38048a;box-shadow: 2px 3px 4.7px .3px rgba(0,0,0,0.24);border-radius: 2px;-webkit-transition: all ease-in-out .2s;transition: all ease-in-out .2s}.jmm-social li .jmm-ico:hover{background: #4205a3}.jmm-social li .jmm-name{margin: 0 5px}.jm-address-details{margin: 25px 0}.jm-address-details .jm-phone,.jm-address-details .jm-email,.jm-address-details .jm-address{padding: 0 0 0 30px;background-repeat: no-repeat;background-position: left 4px;margin: 5px 0}.jm-address-details .jm-phone{background-image: url(//fhw.artsfond.com//templates/jm-classifiedads/css/../images/scheme1/phone.png)}.jm-address-details .jm-email{background-image: url(//fhw.artsfond.com//templates/jm-classifiedads/css/../images/scheme1/envelope.png)}.jm-address-details .jm-address{background-image: url(//fhw.artsfond.com//templates/jm-classifiedads/css/../images/scheme1/pin.png)}.jm-footer-info img{max-height: 14px;margin-top: 1.4px;margin-bottom: 11.4px;vertical-align: top}.jm-footer-info .jm-social{margin-top: 20px}#jm-allpage .search-ms .dj_cf_search{max-width: 800px;margin: 0 !important;position: relative;border-radius: 2px;box-shadow: 2px 3px 4.7px .3px rgba(0,0,0,0.24)}#jm-allpage .search-ms form{position: relative;width: calc(100% - 44px)}#jm-allpage .search-ms form:before,#jm-allpage .search-ms form:after{display: table;content: "";line-height: 0}#jm-allpage .search-ms form:after{clear: both}#jm-allpage .search-ms form > div{margin: 0}#jm-allpage .search-ms.visible{display: block}#jm-allpage .search-ms .search_word label{display: none}#jm-allpage .search-ms .search_word input[type="text"]{margin: 0;background: #fff;padding-left: 16px;padding-right: 16px;width: 100% !important;height: 44px;line-height: normal;min-height: 44px;border: 0 !important;box-shadow: none !important;max-width: 100%;border-radius: 2px 0 0 2px}#jm-allpage .search-ms form > .search-wrapper{display: none}#jm-allpage .search-ms .search_buttons button.button{position: absolute;top: 0;right: -44px;padding: 0;width: 44px;height: 44px;background-color: #38048a;-webkit-transition: background-color .2s ease-in;transition: background-color .2s ease-in;border-radius: 0 2px 2px 0;box-shadow: none;font-size: 0}#jm-allpage .search-ms .search_buttons button.button:before{content: 'search';font-family: 'Material Icons';text-rendering: optimizeLegibility;font-feature-settings: "liga" 1;font-style: normal;text-transform: none;line-height: 44px;font-size: 24px;width: 44px;height: 44px;display: inline-block;overflow: hidden;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale}#jm-allpage .search-ms .search_buttons button.button:hover{background-color: #2e0371}#jm-allpage .search-ms .search_buttons a.reset_button{position: absolute;top: 0;right: 10px;line-height: 44px;text-align: center;margin: 0}#jm-allpage .search-ms .search_buttons a.button{position: absolute;right: 0;top: 0;color: #c2c2c2 !important;background: none !important;padding: 0;margin: 0;height: 44px;border-radius: 0;box-shadow: none;font-size: 0}#jm-allpage .search-ms .search_buttons a.button:after{display: none}#jm-allpage .search-ms .search_buttons a.button:before{content: 'clear';font-family: 'Material Icons';text-rendering: optimizeLegibility;font-feature-settings: "liga" 1;font-style: normal;text-transform: none;line-height: 44px;font-size: 24px;width: 44px;height: 44px;display: inline-block;overflow: hidden;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale}#jm-allpage #jm-search .search-ms{display: none}#jm-allpage .search-ms.locationcategory-ms form,#jm-allpage .search-ms.category-ms form,#jm-allpage .search-ms.location-ms form{width: calc(100% - 44px)}#jm-allpage .search-ms.locationcategory-ms input[type="text"],#jm-allpage .search-ms.category-ms input[type="text"],#jm-allpage .search-ms.location-ms input[type="text"]{padding-left: 16px;padding-right: 16px}#jm-allpage .search-ms.locationcategory-ms .search_word,#jm-allpage .search-ms.category-ms .search_word,#jm-allpage .search-ms.location-ms .search_word{float: left;width: 25%}#jm-allpage .search-ms.locationcategory-ms .search_buttons a.reset_button,#jm-allpage .search-ms.category-ms .search_buttons a.reset_button,#jm-allpage .search-ms.location-ms .search_buttons a.reset_button{position: absolute;top: 0;right: -94px;width: 50px;line-height: 44px;text-align: center;margin: 0}#jm-allpage .search-ms.locationcategory-ms .search_buttons a.button,#jm-allpage .search-ms.category-ms .search_buttons a.button,#jm-allpage .search-ms.location-ms .search_buttons a.button{position: absolute;left: 25%;width: 44px;margin-left: -44px}#jm-allpage .search-ms.locationcategory-ms .search_regions,#jm-allpage .search-ms.category-ms .search_regions,#jm-allpage .search-ms.location-ms .search_regions,#jm-allpage .search-ms.locationcategory-ms .search_type,#jm-allpage .search-ms.category-ms .search_type,#jm-allpage .search-ms.location-ms .search_type,#jm-allpage .search-ms.locationcategory-ms .search_time,#jm-allpage .search-ms.category-ms .search_time,#jm-allpage .search-ms.location-ms .search_time,#jm-allpage .search-ms.locationcategory-ms .search_price,#jm-allpage .search-ms.category-ms .search_price,#jm-allpage .search-ms.location-ms .search_price,#jm-allpage .search-ms.locationcategory-ms .search_only_auctions,#jm-allpage .search-ms.category-ms .search_only_auctions,#jm-allpage .search-ms.location-ms .search_only_auctions,#jm-allpage .search-ms.locationcategory-ms .search_only_buynow,#jm-allpage .search-ms.category-ms .search_only_buynow,#jm-allpage .search-ms.location-ms .search_only_buynow,#jm-allpage .search-ms.locationcategory-ms .search_only_images,#jm-allpage .search-ms.category-ms .search_only_images,#jm-allpage .search-ms.location-ms .search_only_images,#jm-allpage .search-ms.locationcategory-ms .search_only_video,#jm-allpage .search-ms.category-ms .search_only_video,#jm-allpage .search-ms.location-ms .search_only_video{display: none}#jm-allpage .search-ms.locationcategory-ms .search-wrapper .search_regions,#jm-allpage .search-ms.category-ms .search-wrapper .search_regions,#jm-allpage .search-ms.location-ms .search-wrapper .search_regions,#jm-allpage .search-ms.locationcategory-ms .search-wrapper .search_type,#jm-allpage .search-ms.category-ms .search-wrapper .search_type,#jm-allpage .search-ms.location-ms .search-wrapper .search_type,#jm-allpage .search-ms.locationcategory-ms .search-wrapper .search_time,#jm-allpage .search-ms.category-ms .search-wrapper .search_time,#jm-allpage .search-ms.location-ms .search-wrapper .search_time,#jm-allpage .search-ms.locationcategory-ms .search-wrapper .search_price,#jm-allpage .search-ms.category-ms .search-wrapper .search_price,#jm-allpage .search-ms.location-ms .search-wrapper .search_price,#jm-allpage .search-ms.locationcategory-ms .search-wrapper .search_only_auctions,#jm-allpage .search-ms.category-ms .search-wrapper .search_only_auctions,#jm-allpage .search-ms.location-ms .search-wrapper .search_only_auctions,#jm-allpage .search-ms.locationcategory-ms .search-wrapper .search_only_buynow,#jm-allpage .search-ms.category-ms .search-wrapper .search_only_buynow,#jm-allpage .search-ms.location-ms .search-wrapper .search_only_buynow,#jm-allpage .search-ms.locationcategory-ms .search-wrapper .search_only_images,#jm-allpage .search-ms.category-ms .search-wrapper .search_only_images,#jm-allpage .search-ms.location-ms .search-wrapper .search_only_images,#jm-allpage .search-ms.locationcategory-ms .search-wrapper .search_only_video,#jm-allpage .search-ms.category-ms .search-wrapper .search_only_video,#jm-allpage .search-ms.location-ms .search-wrapper .search_only_video{display: block}#jm-allpage .search-ms.locationcategory-ms .search_radius{float: left;position: relative;width: 50%;box-sizing: border-box;margin: 0}#jm-allpage .search-ms.locationcategory-ms .search_radius label{display: none}#jm-allpage .search-ms.locationcategory-ms .search_radius > input{float: left;margin: 0;width: 50% !important;background: #fff;height: 44px;line-height: normal;min-height: 44px;border: 0 !important;border-left: 1px solid rgba(0,0,0,0.07000000000000001) !important;border-radius: 0;box-shadow: none}#jm-allpage .search-ms.locationcategory-ms .search_radius .search_radius_range{float: left;width: 50%;margin: 0}#jm-allpage .search-ms.locationcategory-ms .search_radius .search_radius_range label{display: none}#jm-allpage .search-ms.locationcategory-ms .search_radius .search_radius_range > select{margin: 0;width: 100% !important;padding-right: 16px;padding-left: 16px;height: 44px;line-height: normal;min-height: 44px;background: #fff;border: 0 !important;border-left: 1px solid rgba(0,0,0,0.07000000000000001) !important;border-radius: 0;appearance: none;-moz-appearance: none;-webkit-appearance: none;box-shadow: none}#jm-allpage .search-ms.locationcategory-ms .search_radius .search_radius_range:before{content: "";position: absolute;right: 16px;top: 22px;height: 0;width: 0;border-top: 5px solid #c2c2c2;border-left: 5px solid transparent;border-right: 5px solid transparent}#jm-allpage .search-ms.locationcategory-ms .search_radius input[type="text"] ~ .se_geoloc_icon{float: left;position: static;top: auto;color: #c2c2c2;margin-left: -50px;width: 50px;height: 44px}#jm-allpage .search-ms.locationcategory-ms .search_radius input[type="text"] ~ .se_geoloc_icon:before{line-height: 44px}#jm-allpage .search-ms.locationcategory-ms .search_radius input[type="text"] ~ .se_geoloc_address{display: none}#jm-allpage .search-ms.locationcategory-ms [class*="geoloc"] input[type="text"]{padding-right: 35px}#jm-allpage .search-ms.locationcategory-ms .search_cats{width: 25%;float: left;position: relative;box-sizing: border-box;margin: 0}#jm-allpage .search-ms.locationcategory-ms .search_cats label{display: none}#jm-allpage .search-ms.locationcategory-ms .search_cats > select{margin: 0;width: 100% !important;padding-right: 16px;padding-left: 16px;height: 44px;line-height: normal;min-height: 44px;background: #fff;border: 0;border-left: 1px solid rgba(0,0,0,0.07000000000000001);border-radius: 0;appearance: none;-moz-appearance: none;-webkit-appearance: none;box-shadow: none}#jm-allpage .search-ms.locationcategory-ms .search_cats > select + div{display: none}#jm-allpage .search-ms.locationcategory-ms .search_cats:before{content: "";position: absolute;right: 16px;top: 22px;height: 0;width: 0;border-top: 5px solid #c2c2c2;border-left: 5px solid transparent;border-right: 5px solid transparent}#jm-allpage .search-ms.locationcategory-ms .search_regions,#jm-allpage .search-ms.locationcategory-ms .search_type,#jm-allpage .search-ms.locationcategory-ms .search_time,#jm-allpage .search-ms.locationcategory-ms .search_price,#jm-allpage .search-ms.locationcategory-ms .search_only_auctions,#jm-allpage .search-ms.locationcategory-ms .search_only_buynow,#jm-allpage .search-ms.locationcategory-ms .search_only_images,#jm-allpage .search-ms.locationcategory-ms .search_only_video{display: none}#jm-allpage .search-ms.locationcategory-ms .search-wrapper .search_regions,#jm-allpage .search-ms.locationcategory-ms .search-wrapper .search_type,#jm-allpage .search-ms.locationcategory-ms .search-wrapper .search_time,#jm-allpage .search-ms.locationcategory-ms .search-wrapper .search_price,#jm-allpage .search-ms.locationcategory-ms .search-wrapper .search_only_auctions,#jm-allpage .search-ms.locationcategory-ms .search-wrapper .search_only_buynow,#jm-allpage .search-ms.locationcategory-ms .search-wrapper .search_only_images,#jm-allpage .search-ms.locationcategory-ms .search-wrapper .search_only_video{display: block}#jm-allpage .search-ms.category-ms .search_word{width: 50%}#jm-allpage .search-ms.category-ms .search_cats{width: 50%;float: left;position: relative;box-sizing: border-box;margin: 0}#jm-allpage .search-ms.category-ms .search_cats label{display: none}#jm-allpage .search-ms.category-ms .search_cats > select{margin: 0;width: 100% !important;padding-right: 16px;padding-left: 16px;height: 44px;line-height: normal;min-height: 44px;background: #fff;border: 0;border-left: 1px solid rgba(0,0,0,0.07000000000000001);border-radius: 0;appearance: none;-moz-appearance: none;-webkit-appearance: none;box-shadow: none}#jm-allpage .search-ms.category-ms .search_cats > select + div{display: none}#jm-allpage .search-ms.category-ms .search_cats:before{content: "";position: absolute;right: 16px;top: 22px;height: 0;width: 0;border-top: 5px solid #c2c2c2;border-left: 5px solid transparent;border-right: 5px solid transparent}#jm-allpage .search-ms.category-ms .search_buttons a.button{left: 50%}#jm-allpage .search-ms.location-ms .search_word{width: 33.33%}#jm-allpage .search-ms.location-ms .search_radius{float: left;position: relative;width: 66.67%;box-sizing: border-box;margin: 0}#jm-allpage .search-ms.location-ms .search_radius label{display: none}#jm-allpage .search-ms.location-ms .search_radius > input{float: left;margin: 0;width: 50% !important;background: #fff;height: 44px;line-height: normal;min-height: 44px;border: 0 !important;border-left: 1px solid rgba(0,0,0,0.07000000000000001) !important;border-radius: 0;box-shadow: none}#jm-allpage .search-ms.location-ms .search_radius .search_radius_range{float: left;width: 50%;margin: 0;position: relative}#jm-allpage .search-ms.location-ms .search_radius .search_radius_range label{display: none}#jm-allpage .search-ms.location-ms .search_radius .search_radius_range > select{margin: 0;width: 100% !important;padding-right: 16px;padding-left: 16px;height: 44px;line-height: normal;min-height: 44px;background: #fff;border: 0 !important;border-left: 1px solid rgba(0,0,0,0.07000000000000001) !important;border-radius: 0;appearance: none;-moz-appearance: none;-webkit-appearance: none;box-shadow: none}#jm-allpage .search-ms.location-ms .search_radius .search_radius_range > select::-ms-expand{display: none}#jm-allpage .search-ms.location-ms .search_radius .search_radius_range:before{content: "";position: absolute;right: 16px;top: 22px;height: 0;width: 0;border-top: 5px solid #c2c2c2;border-left: 5px solid transparent;border-right: 5px solid transparent}#jm-allpage .search-ms.location-ms .search_radius input[type="text"] ~ .se_geoloc_icon{float: left;position: static;top: auto;color: #c2c2c2;margin-left: -50px;width: 50px;height: 44px}#jm-allpage .search-ms.location-ms .search_radius input[type="text"] ~ .se_geoloc_icon:before{line-height: 44px}#jm-allpage .search-ms.location-ms .search_radius input[type="text"] ~ .se_geoloc_address{display: none}#jm-allpage .search-ms.location-ms [class*="geoloc"] input[type="text"]{padding-right: 35px}#jm-allpage .search-ms.location-ms .search_buttons a.button{left: 33.33%}@media screen and (min-width: 0\0){#jm-allpage .search-ms.locationcategory-ms .search_radius_range:before,#jm-allpage .search-ms.locationcategory-ms .search_cats:before{display: none}#jm-allpage .search-ms.category-ms .search_cats:before{display: none}}#jm-allpage .search-ms.is-advanced .dj_cf_search{background: rgba(255,255,255,0.9);margin: 0 auto !important}#jm-allpage .search-ms.is-advanced .dj_cf_search label,#jm-allpage .search-ms.is-advanced .dj_cf_search span.label,#jm-allpage .search-ms.is-advanced .dj_cf_search label.radio_label,#jm-allpage .search-ms.is-advanced .dj_cf_search span.label1,#jm-allpage .search-ms.is-advanced .dj_cf_search span.label2{color: #737373}#jm-allpage .search-ms.is-advanced .dj_cf_search .search_only_buynow .label,#jm-allpage .search-ms.is-advanced .dj_cf_search .search_only_video .label,#jm-allpage .search-ms.is-advanced .dj_cf_search .search_only_images .label,#jm-allpage .search-ms.is-advanced .dj_cf_search .search_also_18 .label,#jm-allpage .search-ms.is-advanced .dj_cf_search .search_only_auctions .label{color: #737373 !important}#jm-allpage .search-ms.is-advanced .search_word input[type='text']{border-bottom: 1px solid rgba(0,0,0,0.07000000000000001) !important}#jm-allpage .search-ms.is-advanced .search-wrapper{padding-top: 20px;padding-bottom: 20px;padding-left: 10px}#jm-allpage .search-ms.is-advanced .search-wrapper select,#jm-allpage .search-ms.is-advanced .search-wrapper textarea,#jm-allpage .search-ms.is-advanced .search-wrapper input[type="text"]{padding-left: 16px;padding-right: 16px}#jm-allpage .search-ms.is-advanced .dj_cf_search .search_price input[type="text"]{width: 72px}#jm-allpage .search-ms.category-ms.is-advanced .search_cats input[type='text'],#jm-allpage .search-ms.category-ms.is-advanced .search_cats select{border-bottom: 1px solid rgba(0,0,0,0.07000000000000001) !important}#jm-allpage .search-ms.locationcategory-ms.is-advanced .search_radius input[type='text'],#jm-allpage .search-ms.locationcategory-ms.is-advanced .search_cats input[type='text'],#jm-allpage .search-ms.locationcategory-ms.is-advanced .search_radius select,#jm-allpage .search-ms.locationcategory-ms.is-advanced .search_cats select{border-bottom: 1px solid rgba(0,0,0,0.07000000000000001) !important}#jm-allpage .advanced-ms{text-align: center}#jm-allpage .advanced-ms a{line-height: 32px;text-decoration: none}#jm-allpage .advanced-ms a .toggle{position: relative;font-size: 1.5em;margin: 0 5px}#jm-allpage .advanced-ms a .toggle:after{content: "\f103";display: inline-block;vertical-align: middle;font: normal normal normal 14px/1 FontAwesome;font-size: inherit;text-rendering: auto;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale}#jm-allpage .advanced-ms a.active .toggle:after{content: "\f102"}#jm-allpage #jm-header-mod .advanced-ms a{color: #fff}#jm-allpage #jm-header-mod .advanced-ms a:hover{color: #38048a}#jm-allpage #jm-header-mod .search-ms + .advanced-ms{margin-top: -32px}#jm-top1 .dj_cf_search label,#jm-top3 .dj_cf_search label,#jm-bottom1 .dj_cf_search label,#jm-bottom3 .dj_cf_search label,#jm-top1 .dj_cf_search span.label,#jm-top3 .dj_cf_search span.label,#jm-bottom1 .dj_cf_search span.label,#jm-bottom3 .dj_cf_search span.label{color: #212121}#jm-top1 .dj_cf_search label.radio_label,#jm-top3 .dj_cf_search label.radio_label,#jm-bottom1 .dj_cf_search label.radio_label,#jm-bottom3 .dj_cf_search label.radio_label{color: #757575}#jm-bottom2 .dj_cf_search label,#jm-bottom2 .dj_cf_search span.label{color: #fff}#jm-bottom2 .dj_cf_search label.radio_label{color: #9ba1a4}#jm-footer-mod .dj_cf_search label,#jm-footer-mod .dj_cf_search span.label{color: #fff}#jm-footer-mod .dj_cf_search label.radio_label{color: #263238}#jm-allpage .jm-module.color1-ms .dj_cf_search label,#jm-allpage .jm-module.color1-ms .dj_cf_search span.label{color: #212121}#jm-allpage .jm-module.color1-ms .dj_cf_search label.radio_label{color: #757575}#jm-allpage .jm-module.color2-ms .dj_cf_search label,#jm-allpage .jm-module.color2-ms .dj_cf_search span.label{color: #212121}#jm-allpage .jm-module.color2-ms .dj_cf_search label.radio_label{color: #757575}#jm-allpage .jm-module.color3-ms .dj_cf_search label,#jm-allpage .jm-module.color3-ms .dj_cf_search span.label{color: #fff}#jm-allpage .jm-module.color3-ms .dj_cf_search label.radio_label{color: #9ba1a4}.slogan-ms h1,.slogan-ms h2,.slogan-ms h3{margin: 0;text-align: center}#jm-allpage .djrv_rating_full,#jm-allpage .djrv_reviews_list{margin: 0 0 32px;font-size: 14px}#jm-allpage .djrv_rating_full > h3,#jm-allpage .djrv_reviews_list > h3{font-family: 'Roboto', sans-serif;font-size: 16px;color: #212121;font-weight: 500;margin-bottom: 32px}#jm-allpage .djrv_rating_full{padding: 32px 0;border-top: 1px solid #ebebeb;border-bottom: 1px solid #ebebeb}#jm-allpage .djrv_listing{margin: 0}#jm-allpage .djrv_rating.small{font-size: 14px;color: #777}#jm-allpage .djrv_rating{color: #000;line-height: 1.42857143 !important}#jm-allpage .djrv_rating:not(.row-fluid){margin: 0}#jm-allpage .djrv_rating.row-fluid{margin-top: 6px}#jm-allpage .djrv_rating .djrv_avg{vertical-align: middle;padding: 0 !important;color: #777}#jm-allpage .djrv_rating .djrv_stars{margin-left: -2px;display: inline-block;vertical-align: middle;min-width: 0}#jm-allpage .djrv_rating .djrv_star{width: 16px;height: 16px;background: url(//fhw.artsfond.com//templates/jm-classifiedads/css/../images/stars.png) repeat-x 0 0}#jm-allpage .djrv_rating .djrv_star.active{background: url(//fhw.artsfond.com//templates/jm-classifiedads/css/../images/stars.png) repeat-x 0 -16px}#jm-allpage .djrv_rating .djrv_stars_sprite{background: url(//fhw.artsfond.com//templates/jm-classifiedads/css/../images/stars.png) repeat-x 0 0;width: 80px;height: 16px;line-height: 1;background-size: 16px auto}#jm-allpage .djrv_rating .djrv_stars_sprite .djrv_stars_sprite_rating{background: url(//fhw.artsfond.com//templates/jm-classifiedads/css/../images/stars.png) repeat-x 0 -16px;background-size: 16px auto}#jm-allpage .djrv_single_review{padding-bottom: 32px;margin-bottom: 32px;border-bottom: 1px solid #ebebeb;margin-left: 0;margin-right: 0}#jm-allpage .djrv_single_review > div{padding-left: 0;padding-right: 0}#jm-allpage .djrv_single_review > div > h4{font-family: 'Roboto', sans-serif;font-size: 14px;color: #212121;font-weight: 500;margin-bottom: 5px}#jm-allpage .djrv_single_review > div .djrv_post_info{font-size: 12px;margin-bottom: 5px}#jm-allpage .djrv_single_review > div .djrv_post_info em{font-style: normal}#jm-allpage .djrv_single_review > div .djrv_post_info > div{margin: 0}#jm-allpage .djrv_single_review > div .djrv_message_quote{margin: 10px 0 0}#jm-allpage .djrv_single_review > div .djrv_review_toolbar .btn-toolbar{margin: 10px 0 0}#jm-allpage .djrv_single_review .djrv_comments{border-color: #ebebeb;display: inline-block;width: 100%;box-sizing: border-box;padding-top: 32px;margin-top: 32px}#jm-allpage .djrv_single_review .djrv_comments .djrv_comment > h4{font-family: 'Roboto', sans-serif;font-size: 14px;color: #212121;font-weight: 500;margin-bottom: 5px}#jm-allpage .djrv_add_button,#jm-allpage .djrv_addreview_btn{margin-top: -24px;text-align: center;font-size: 14px;font-weight: 500;color: #38048a;background: none;text-transform: uppercase;display: inline-block;padding: 8px 16px;line-height: 20px;text-decoration: none;box-sizing: border-box;box-shadow: none;max-width: 100%;position: relative;overflow: hidden;border-radius: 2px}#jm-allpage .djrv_add_button:hover,#jm-allpage .djrv_addreview_btn:hover,#jm-allpage .djrv_add_button:focus,#jm-allpage .djrv_addreview_btn:focus{background: rgba(0,0,0,0.05);text-decoration: none}#jm-allpage .djrv_add_button:after,#jm-allpage .djrv_addreview_btn:after{content: '';display: block;position: absolute;left: 50%;top: 50%;width: 200px;height: 200px;margin-left: -100px;margin-top: -100px;background: #000;border-radius: 100%;opacity: .1;-webkit-transform: scale(0);transform: scale(0)}#jm-allpage .djrv_add_button:not(:active):after,#jm-allpage .djrv_addreview_btn:not(:active):after{animation: ripple 1s ease-out}#jm-allpage .djrv_add_button:after,#jm-allpage .djrv_addreview_btn:after{visibility: hidden}#jm-allpage .djrv_add_button:focus:after,#jm-allpage .djrv_addreview_btn:focus:after{visibility: visible}#jm-allpage .djrv_review_form .djrv_close_form_button.close{background: none !important;padding: 0;color: #000 !important;font-size: 20px;line-height: 20px;margin: 0 !important;box-shadow: none}#jm-allpage .djrv_review_form form{margin: 0}#jm-allpage .djrv_review_form .djrv_rating_fields fieldset{margin: 0;padding: 0}#jm-allpage .djrv_review_form .djrv_rating_fields .control-label{padding-top: 0}#jm-allpage .djrv_review_form .djrv_rating_fields .control-label .djrv_field_name{line-height: 24px;margin: 0}#jm-allpage .djrv_review_form button.button.btn-success{color: #fff;background: #38048a}#jm-allpage .djrv_review_form button.button.btn-success:hover,#jm-allpage .djrv_review_form button.button.btn-success:focus{color: #fff;background: #4205a3}#jm-allpage .mod_djreviews .djrv_review_title{font-family: 'Roboto', sans-serif;font-size: 14px;color: #212121;font-weight: 500;margin-bottom: 5px}#jm-allpage .mod_djreviews .djrv_review_title strong{font-weight: 500}#jm-allpage .mod_djreviews .djrv_review_title a{color: #212121;text-decoration: none}#jm-allpage .mod_djreviews .djrv_review_title a:hover,#jm-allpage .mod_djreviews .djrv_review_title a:focus{color: #38048a}#jm-allpage .mod_djreviews .djrv_review_message{margin-top: 10px}#jm-allpage .mod_djreviews .djrv_object_title{margin-top: 10px}#jm-allpage .mod_djreviews .djrv_object_title strong{font-weight: 400}#jm-allpage .mod_djreviews .djrv_single_review.row-fluid{margin-left: 0;margin-right: 0;margin-bottom: 10px}#jm-allpage .mod_djreviews .djrv_single_review.row-fluid .djrv_object_title{margin: 0}#jm-allpage .mod_djreviews .djrv_single_review.row-fluid .span12{padding: 0}#jm-allpage .djrv_rating .djrv_stars{vertical-align: top}#dj-classifieds .dj-items-blog .djcf_items_blog .djreviews{margin-top: -4px}#dj-classifieds .dj-items-blog .djcf_items_blog .djreviews .djrv_rating .djrv_avg{color: #99352a}#dj-classifieds .dj-items-table-smart .djreviews{margin-top: -3px}#dj-classifieds .dj-items-table-smart .djreviews .djrv_rating .djrv_avg{color: #99352a}#dj-classifieds .dj-item .djrv_rating_full > h3,#dj-classifieds .dj-item .djrv_reviews_list > h3{color: #212121}#dj-classifieds .dj-item .djrv_rating_full{border-top: 1px solid #b0aeae;border-bottom: 1px solid #b0aeae}#dj-classifieds .dj-item .djrv_rating.small{color: #cb4f41}#dj-classifieds .dj-item .djrv_rating{color: #170806}#dj-classifieds .dj-item .djrv_rating .djrv_avg{color: #cb4f41}#dj-classifieds .dj-item .djrv_single_review{border-bottom: 1px solid #b0aeae}#dj-classifieds .dj-item .djrv_single_review > div > h4{color: #212121}#dj-classifieds .dj-item .general_det_in .djreviews .djrv_avg{display: block}#jm-top1 .mod_djreviews .djrv_review_title,#jm-top3 .mod_djreviews .djrv_review_title,#jm-bottom1 .mod_djreviews .djrv_review_title,#jm-bottom3 .mod_djreviews .djrv_review_title{color: #212121}#jm-top1 .mod_djreviews .djrv_review_title a,#jm-top3 .mod_djreviews .djrv_review_title a,#jm-bottom1 .mod_djreviews .djrv_review_title a,#jm-bottom3 .mod_djreviews .djrv_review_title a{color: #212121}#jm-top1 .mod_djreviews .djrv_review_title a:hover,#jm-top3 .mod_djreviews .djrv_review_title a:hover,#jm-bottom1 .mod_djreviews .djrv_review_title a:hover,#jm-bottom3 .mod_djreviews .djrv_review_title a:hover,#jm-top1 .mod_djreviews .djrv_review_title a:focus,#jm-top3 .mod_djreviews .djrv_review_title a:focus,#jm-bottom1 .mod_djreviews .djrv_review_title a:focus,#jm-bottom3 .mod_djreviews .djrv_review_title a:focus{color: #38048a}#jm-top1 .mod_djreviews .djrv_rating.small,#jm-top3 .mod_djreviews .djrv_rating.small,#jm-bottom1 .mod_djreviews .djrv_rating.small,#jm-bottom3 .mod_djreviews .djrv_rating.small{color: #dbdbdb}#jm-top1 .mod_djreviews .djrv_rating,#jm-top3 .mod_djreviews .djrv_rating,#jm-bottom1 .mod_djreviews .djrv_rating,#jm-bottom3 .mod_djreviews .djrv_rating{color: #dbdbdb}#jm-top1 .mod_djreviews .djrv_single_review > div > h4,#jm-top3 .mod_djreviews .djrv_single_review > div > h4,#jm-bottom1 .mod_djreviews .djrv_single_review > div > h4,#jm-bottom3 .mod_djreviews .djrv_single_review > div > h4{color: #212121}#jm-top1 .mod_djreviews .djrv_single_review > div .djrv_post_info,#jm-top3 .mod_djreviews .djrv_single_review > div .djrv_post_info,#jm-bottom1 .mod_djreviews .djrv_single_review > div .djrv_post_info,#jm-bottom3 .mod_djreviews .djrv_single_review > div .djrv_post_info{color: #a8a8a8}#jm-bottom2 .mod_djreviews .djrv_review_title{color: #fff}#jm-bottom2 .mod_djreviews .djrv_review_title a{color: #fff}#jm-bottom2 .mod_djreviews .djrv_review_title a:hover,#jm-bottom2 .mod_djreviews .djrv_review_title a:focus{color: #38048a}#jm-bottom2 .mod_djreviews .djrv_rating.small{color: #fff}#jm-bottom2 .mod_djreviews .djrv_rating{color: #fff}#jm-bottom2 .mod_djreviews .djrv_single_review > div > h4{color: #fff}#jm-bottom2 .mod_djreviews .djrv_single_review > div .djrv_post_info{color: #d0d3d5}#jm-footer-mod .mod_djreviews .djrv_review_title{color: #fff}#jm-footer-mod .mod_djreviews .djrv_review_title a{color: #fff}#jm-footer-mod .mod_djreviews .djrv_review_title a:hover,#jm-footer-mod .mod_djreviews .djrv_review_title a:focus{color: #38048a}#jm-footer-mod .mod_djreviews .djrv_rating.small{color: #819ca9}#jm-footer-mod .mod_djreviews .djrv_rating{color: #819ca9}#jm-footer-mod .mod_djreviews .djrv_single_review > div > h4{color: #fff}#jm-footer-mod .mod_djreviews .djrv_single_review > div .djrv_post_info{color: #4f6875}#jm-allpage .jm-module.color1-ms .mod_djreviews .djrv_review_title{color: #212121}#jm-allpage .jm-module.color1-ms .mod_djreviews .djrv_review_title a{color: #212121}#jm-allpage .jm-module.color1-ms .mod_djreviews .djrv_review_title a:hover,#jm-allpage .jm-module.color1-ms .mod_djreviews .djrv_review_title a:focus{color: #38048a}#jm-allpage .jm-module.color1-ms .mod_djreviews .djrv_rating.small{color: #dbdbdb}#jm-allpage .jm-module.color1-ms .mod_djreviews .djrv_rating{color: #dbdbdb}#jm-allpage .jm-module.color1-ms .mod_djreviews .djrv_single_review > div > h4{color: #212121}#jm-allpage .jm-module.color1-ms .mod_djreviews .djrv_single_review > div .djrv_post_info{color: #a8a8a8}#jm-allpage .jm-module.color2-ms .mod_djreviews .djrv_review_title{color: #212121}#jm-allpage .jm-module.color2-ms .mod_djreviews .djrv_review_title a{color: #212121}#jm-allpage .jm-module.color2-ms .mod_djreviews .djrv_review_title a:hover,#jm-allpage .jm-module.color2-ms .mod_djreviews .djrv_review_title a:focus{color: #38048a}#jm-allpage .jm-module.color2-ms .mod_djreviews .djrv_rating.small{color: #dbdbdb}#jm-allpage .jm-module.color2-ms .mod_djreviews .djrv_rating{color: #dbdbdb}#jm-allpage .jm-module.color2-ms .mod_djreviews .djrv_single_review > div > h4{color: #212121}#jm-allpage .jm-module.color2-ms .mod_djreviews .djrv_single_review > div .djrv_post_info{color: #a8a8a8}#jm-allpage .jm-module.color3-ms .djrv_review_title{color: #fff}#jm-allpage .jm-module.color3-ms .djrv_review_title a{color: #fff}#jm-allpage .jm-module.color3-ms .djrv_review_title a:hover,#jm-allpage .jm-module.color3-ms .djrv_review_title a:focus{color: #38048a}#jm-allpage .jm-module.color3-ms .mod_djreviews .djrv_rating.small{color: #fff}#jm-allpage .jm-module.color3-ms .mod_djreviews .djrv_rating{color: #fff}#jm-allpage .jm-module.color3-ms .mod_djreviews .djrv_single_review > div > h4{color: #fff}#jm-allpage .jm-module.color3-ms .mod_djreviews .djrv_single_review > div .djrv_post_info{color: #d0d3d5}.dj-simple-contact-form form{margin: 0}.dj-simple-contact-form .inputbox{height: 36px;line-height: 36px}.dj-simple-contact-form textarea{line-height: 1.2;height: 200px}.dj-simple-contact-form .dj-simple-contact-form-row{margin-bottom: 32px}.dj-simple-contact-form .dj-simple-contact-form-row:before,.dj-simple-contact-form .dj-simple-contact-form-row:after{display: table;content: "";line-height: 0}.dj-simple-contact-form .dj-simple-contact-form-row:after{clear: both}.dj-simple-contact-form .dj-simple-contact-form-row.name{float: left;width: 50%;padding-right: 15px;box-sizing: border-box}.dj-simple-contact-form .dj-simple-contact-form-row.email{float: left;width: 50%;padding-left: 15px;box-sizing: border-box}.dj-simple-contact-form .button-box{text-align: right}.item-page .dj-simple-contact-form form{margin-top: 32px}.jmm-pricing.override .jmm-mod-row:before,.jmm-pricing.override .jmm-mod-row:after{display: table;content: "";line-height: 0}.jmm-pricing.override .jmm-mod-row:after{clear: both}.jmm-pricing.override .jmm-mod-row{margin-left: -16px;margin-right: -16px}.jmm-pricing.override .jmm-mod-row > div{float: left;box-sizing: border-box;margin-left: 16px;margin-right: 16px}html[dir='rtl'] .jmm-pricing.override .jmm-mod-row > div{float: right}.jmm-pricing.override .jmm-mod-row.row-1 > div{width: calc(100% - 32px)}.jmm-pricing.override .jmm-mod-row.row-2 > div{width: calc(50% - 32px)}.jmm-pricing.override .jmm-mod-row.row-3 > div{width: calc(33.33% - 32px)}.jmm-pricing.override .jmm-mod-row.row-4 > div{width: calc(25% - 32px)}.jmm-pricing.override .jmm-mod-row.row-5 > div{width: calc(20% - 32px)}.jmm-pricing.override .jmm-mod-row.row-6 > div{width: calc(16.66% - 32px)}.jmm-pricing.override .jmm-mod-row.row-7 > div{width: calc(14.28% - 32px)}.jmm-pricing.override .jmm-mod-row.row-8 > div{width: calc(12.5% - 32px)}.jmm-pricing.override .jmm-mod-row.row-9 > div{width: calc(11.11% - 32px)}.jmm-pricing.override .jmm-mod-row.row-10 > div{width: calc(10% - 32px)}.jmm-pricing.override .jmm-mod-row.row-11 > div{width: calc(9.09% - 32px)}.jmm-pricing.override .jmm-mod-row.row-12 > div{width: calc(8.33% - 32px)}.jmm-pricing.override{text-align: center}.jmm-pricing.override .jmm-item{padding: 32px 16px;background: #fff;color: #757575;box-shadow: 2px 3px 4.7px .3px rgba(0,0,0,0.24);border-radius: 2px;box-sizing: border-box;position: relative}.jmm-pricing.override .jmm-item:after{content: '';position: absolute;top: 0;right: 50%;height: 100%;width: 1px;background: #000;opacity: .07000000000000001}.jmm-pricing.override .jmm-item.highlight{padding: 64px 16px}.jmm-pricing.override .jmm-title{margin-bottom: 0;font-size: 16px;font-weight: 500;text-transform: uppercase;box-sizing: border-box;width: 50%;float: left;padding: 0 16px}.jmm-pricing.override .jmm-price{color: #009688;font-size: 45px;font-weight: 500;line-height: 1.1;box-sizing: border-box;width: 50%;float: left;clear: left;padding: 0 16px}html[dir="rtl"] .jmm-pricing.override .jmm-title{float: right}html[dir="rtl"] .jmm-pricing.override .jmm-price{float: right;clear: right}.jmm-pricing.override .jmm-price .jmm-currency{vertical-align: top}.jmm-pricing.override .jmm-price .jmm-period{font-size: 14px;text-transform: uppercase;position: relative}.jmm-pricing.override .jmm-price .jmm-period:before{content: '/'}.jmm-pricing.override .jmm-description{padding: 0 16px;overflow: hidden}.jmm-pricing.override .jmm-description ul{text-align: left}.jmm-pricing.override .jmm-description ul li + li{margin-top: 7px}.jmm-pricing.override .jmm-button{margin-top: 20px;float: right}html[dir='rtl'] .jmm-pricing.override .jmm-button{float: left}html[dir='rtl'] .jmm-pricing.override .jmm-description ul{text-align: right}@media (max-width: 767px){.jmm-pricing.override .jmm-mod-row.row-3 > div,.jmm-pricing.override .jmm-mod-row.row-4 > div,.jmm-pricing.override .jmm-mod-row.row-5 > div,.jmm-pricing.override .jmm-mod-row.row-6 > div,.jmm-pricing.override .jmm-mod-row.row-7 > div,.jmm-pricing.override .jmm-mod-row.row-8 > div,.jmm-pricing.override .jmm-mod-row.row-9 > div,.jmm-pricing.override .jmm-mod-row.row-10 > div,.jmm-pricing.override .jmm-mod-row.row-11 > div,.jmm-pricing.override .jmm-mod-row.row-12 > div{width: calc(100% - 32px)}.jmm-pricing.override .jmm-mod-row.row-3 > div + div,.jmm-pricing.override .jmm-mod-row.row-4 > div + div,.jmm-pricing.override .jmm-mod-row.row-5 > div + div,.jmm-pricing.override .jmm-mod-row.row-6 > div + div,.jmm-pricing.override .jmm-mod-row.row-7 > div + div,.jmm-pricing.override .jmm-mod-row.row-8 > div + div,.jmm-pricing.override .jmm-mod-row.row-9 > div + div,.jmm-pricing.override .jmm-mod-row.row-10 > div + div,.jmm-pricing.override .jmm-mod-row.row-11 > div + div,.jmm-pricing.override .jmm-mod-row.row-12 > div + div{margin-top: 32px}.jmm-pricing.override .jmm-item:after{display: none}.jmm-pricing.override .jmm-item .jmm-price{position: relative;padding-bottom: 16px;margin-bottom: 16px}.jmm-pricing.override .jmm-item .jmm-price:after{content: '';position: absolute;bottom: 0;right: 0;left: 0;height: 1px;width: 100%;background: #000;opacity: .07000000000000001}.jmm-pricing.override .jmm-item .jmm-title,.jmm-pricing.override .jmm-item .jmm-price{float: none !important;clear: none !important;width: auto !important}}@media (max-width: 480px){.jmm-pricing.override .jmm-mod-row.row-2 > div{width: calc(100% - 32px)}.jmm-pricing.override .jmm-mod-row.row-2 > div + div{margin-top: 32px}}.djrv_clearfix:after{content: ""}.nav.menu{margin: -4px 0}.nav.menu li a,.nav.menu li span.separator{color: #000;font-size: 13px;padding: 4px 0;display: block;text-decoration: none}.nav.menu li a img,.nav.menu li span.separator img{max-height: 18.57142859px}.nav.menu li span.separator{cursor: default}.nav.menu li > a:hover,.nav.menu li > span.separator:hover,.nav.menu li.active > a,.nav.menu li.active > span.separator{color: #38048a}.nav.menu li a span.image-title{margin: 0 0 0 8px;display: inline-block;vertical-align: top}.nav.menu ul{padding: 0 0 0 16px;margin: 0;list-style: none}.nav.menu.material-menu-ms{margin-top: 0;margin-bottom: 0}.nav.menu.material-menu-ms li a,.nav.menu.material-menu-ms li span.separator{padding: 12px 16px;font-weight: 500;position: relative;overflow: hidden}.nav.menu.material-menu-ms li a:after,.nav.menu.material-menu-ms li span.separator:after{content: '';display: block;position: absolute;left: 50%;top: 50%;width: 400px;height: 400px;margin-left: -200px;margin-top: -200px;background: #000;-webkit-transition: .5s ease;transition: .5s ease;border-radius: 100%;opacity: .1;-webkit-transform: scale(0);transform: scale(0)}.nav.menu.material-menu-ms li a:not(:active):after,.nav.menu.material-menu-ms li span.separator:not(:active):after{animation: ripple 1s ease-out}.nav.menu.material-menu-ms li a:after,.nav.menu.material-menu-ms li span.separator:after{visibility: hidden}.nav.menu.material-menu-ms li a:focus:after,.nav.menu.material-menu-ms li span.separator:focus:after{visibility: visible}.nav.menu.material-menu-ms > li > a:hover,.nav.menu.material-menu-ms > li > span.separator:hover,.nav.menu.material-menu-ms > li.active > a,.nav.menu.material-menu-ms > li.active > span.separator{background: rgba(0,0,0,0.05);color: #000;text-decoration: none}.nav.menu.material-menu-ms ul li a,.nav.menu.material-menu-ms ul li span.separator{font-weight: 400}.nav.menu.horizontal-ms,.horizontal-ms .nav.menu{margin-top: 0;margin-bottom: 0}.nav.menu.horizontal-ms > li,.horizontal-ms .nav.menu > li{display: inline-block;vertical-align: top;margin-right: 32px}.nav.menu.horizontal-ms > li:last-child,.horizontal-ms .nav.menu > li:last-child{margin: 0}.nav.menu.horizontal-ms li > a,.horizontal-ms .nav.menu li > a,.nav.menu.horizontal-ms li > span.separator,.horizontal-ms .nav.menu li > span.separator{padding: 0}.nav.menu.horizontal-ms ul,.horizontal-ms .nav.menu ul,.nav.menu.horizontal-ms .nav-header,.horizontal-ms .nav.menu .nav-header{display: none}.nav.menu.col2,.col2 .nav.menu,.nav.menu.col3,.col3 .nav.menu,.nav.menu.col4,.col4 .nav.menu,.nav.menu.col5,.col5 .nav.menu{margin-left: -16px;margin-right: -16px}.nav.menu.col2:before,.col2 .nav.menu:before,.nav.menu.col3:before,.col3 .nav.menu:before,.nav.menu.col4:before,.col4 .nav.menu:before,.nav.menu.col5:before,.col5 .nav.menu:before,.nav.menu.col2:after,.col2 .nav.menu:after,.nav.menu.col3:after,.col3 .nav.menu:after,.nav.menu.col4:after,.col4 .nav.menu:after,.nav.menu.col5:after,.col5 .nav.menu:after{display: table;content: "";line-height: 0}.nav.menu.col2:after,.col2 .nav.menu:after,.nav.menu.col3:after,.col3 .nav.menu:after,.nav.menu.col4:after,.col4 .nav.menu:after,.nav.menu.col5:after,.col5 .nav.menu:after{clear: both}.nav.menu.col2 li,.col2 .nav.menu li,.nav.menu.col3 li,.col3 .nav.menu li,.nav.menu.col4 li,.col4 .nav.menu li,.nav.menu.col5 li,.col5 .nav.menu li{float: left;padding: 0 16px;box-sizing: border-box}.nav.menu.col2 li ul li,.col2 .nav.menu li ul li,.nav.menu.col3 li ul li,.col3 .nav.menu li ul li,.nav.menu.col4 li ul li,.col4 .nav.menu li ul li,.nav.menu.col5 li ul li,.col5 .nav.menu li ul li{width: 100%;padding: 0}.nav.menu.col2 li,.col2 .nav.menu li{width: 50%}.nav.menu.col2 li:nth-child(2n+1),.col2 .nav.menu li:nth-child(2n+1){clear: both}.nav.menu.col3 li,.col3 .nav.menu li{width: 33.33%}.nav.menu.col3 li:nth-child(3n+1),.col3 .nav.menu li:nth-child(3n+1){clear: both}.nav.menu.col4 li,.col4 .nav.menu li{width: 25%}.nav.menu.col4 li:nth-child(4n+1),.col4 .nav.menu li:nth-child(4n+1){clear: both}.nav.menu.col5 li,.col5 .nav.menu li{width: 20%}.nav.menu.col5 li:nth-child(5n+1),.col5 .nav.menu li:nth-child(5n+1){clear: both}#jm-top1 .nav.menu li a,#jm-top3 .nav.menu li a,#jm-bottom1 .nav.menu li a,#jm-bottom3 .nav.menu li a,#jm-top1 .nav.menu li span.separator,#jm-top3 .nav.menu li span.separator,#jm-bottom1 .nav.menu li span.separator,#jm-bottom3 .nav.menu li span.separator{color: #454545}#jm-top1 .nav.menu .nav-header,#jm-top3 .nav.menu .nav-header,#jm-bottom1 .nav.menu .nav-header,#jm-bottom3 .nav.menu .nav-header{color: #454545}#jm-top1 .nav.menu li > a:hover,#jm-top3 .nav.menu li > a:hover,#jm-bottom1 .nav.menu li > a:hover,#jm-bottom3 .nav.menu li > a:hover,#jm-top1 .nav.menu li > span.separator:hover,#jm-top3 .nav.menu li > span.separator:hover,#jm-bottom1 .nav.menu li > span.separator:hover,#jm-bottom3 .nav.menu li > span.separator:hover,#jm-top1 .nav.menu li.active > a,#jm-top3 .nav.menu li.active > a,#jm-bottom1 .nav.menu li.active > a,#jm-bottom3 .nav.menu li.active > a,#jm-top1 .nav.menu li.active > span.separator,#jm-top3 .nav.menu li.active > span.separator,#jm-bottom1 .nav.menu li.active > span.separator,#jm-bottom3 .nav.menu li.active > span.separator{color: #38048a}#jm-top1 .nav.menu.material-menu-ms > li > a:hover,#jm-top3 .nav.menu.material-menu-ms > li > a:hover,#jm-bottom1 .nav.menu.material-menu-ms > li > a:hover,#jm-bottom3 .nav.menu.material-menu-ms > li > a:hover,#jm-top1 .nav.menu.material-menu-ms > li > span.separator:hover,#jm-top3 .nav.menu.material-menu-ms > li > span.separator:hover,#jm-bottom1 .nav.menu.material-menu-ms > li > span.separator:hover,#jm-bottom3 .nav.menu.material-menu-ms > li > span.separator:hover,#jm-top1 .nav.menu.material-menu-ms > li.active > a,#jm-top3 .nav.menu.material-menu-ms > li.active > a,#jm-bottom1 .nav.menu.material-menu-ms > li.active > a,#jm-bottom3 .nav.menu.material-menu-ms > li.active > a,#jm-top1 .nav.menu.material-menu-ms > li.active > span.separator,#jm-top3 .nav.menu.material-menu-ms > li.active > span.separator,#jm-bottom1 .nav.menu.material-menu-ms > li.active > span.separator,#jm-bottom3 .nav.menu.material-menu-ms > li.active > span.separator{color: #454545}#jm-bottom2 .nav.menu li a,#jm-bottom2 .nav.menu li span.separator{color: #9ba1a4}#jm-bottom2 .nav.menu .nav-header{color: #9ba1a4}#jm-bottom2 .nav.menu li > a:hover,#jm-bottom2 .nav.menu li > span.separator:hover,#jm-bottom2 .nav.menu li.active > a,#jm-bottom2 .nav.menu li.active > span.separator{color: #009688}#jm-bottom2 .nav.menu .nav.menu.material-menu-ms > li > a:hover,#jm-bottom2 .nav.menu .nav.menu.material-menu-ms > li > span.separator:hover,#jm-bottom2 .nav.menu .nav.menu.material-menu-ms > li.active > a,#jm-bottom2 .nav.menu .nav.menu.material-menu-ms > li.active > span.separator{color: #6a7174}#jm-footer-mod .nav.menu{margin-top: 0;margin-bottom: 0}#jm-footer-mod .nav.menu li a,#jm-footer-mod .nav.menu li span.separator{padding: 0;color: #263238}#jm-footer-mod .nav.menu .nav-header{color: #263238}#jm-footer-mod .nav.menu li > a:hover,#jm-footer-mod .nav.menu li > span.separator:hover,#jm-footer-mod .nav.menu li.active > a,#jm-footer-mod .nav.menu li.active > span.separator{color: #38048a}#jm-footer-mod .nav.menu .nav.menu.material-menu-ms > li > a:hover,#jm-footer-mod .nav.menu .nav.menu.material-menu-ms > li > span.separator:hover,#jm-footer-mod .nav.menu .nav.menu.material-menu-ms > li.active > a,#jm-footer-mod .nav.menu .nav.menu.material-menu-ms > li.active > span.separator{color: #000}#jm-offcanvas-content .nav.menu li a,#jm-offcanvas-content .nav.menu li span.separator{color: #454545}#jm-offcanvas-content .nav.menu .nav-header{color: #454545}#jm-offcanvas-content .nav.menu li > a:hover,#jm-offcanvas-content .nav.menu li > span.separator:hover,#jm-offcanvas-content .nav.menu li.active > a,#jm-offcanvas-content .nav.menu li.active > span.separator{color: #38048a}#jm-offcanvas-content .nav.menu.material-menu-ms{margin: 0 -32px}#jm-offcanvas-content .nav.menu.material-menu-ms li a,#jm-offcanvas-content .nav.menu.material-menu-ms li span.separator{padding: 12px 32px}#jm-offcanvas-content .nav.menu.material-menu-ms > li > a:hover,#jm-offcanvas-content .nav.menu.material-menu-ms > li > span.separator:hover,#jm-offcanvas-content .nav.menu.material-menu-ms > li.active > a,#jm-offcanvas-content .nav.menu.material-menu-ms > li.active > span.separator{color: #454545}.dj-megamenu .nav.menu{margin: 0 -16px}.dj-megamenu .nav.menu li a,.dj-megamenu .nav.menu li span.separator{color: #444;font-size: 13px;font-weight: 500;padding: 12px 16px;line-height: 20px;position: relative;overflow: hidden}.dj-megamenu .nav.menu li a img,.dj-megamenu .nav.menu li span.separator img{max-height: 20px}.dj-megamenu .nav.menu li a:hover,.dj-megamenu .nav.menu li span.separator:hover{color: #38048a}.dj-megamenu .nav.menu .nav-header{color: #444}.dj-megamenu .nav.menu > li > a:after,.dj-megamenu .nav.menu > li > span.separator:after{content: '';display: block;position: absolute;left: 50%;top: 50%;width: 400px;height: 400px;margin-left: -200px;margin-top: -200px;background: #000;-webkit-transition: .5s ease;transition: .5s ease;border-radius: 100%;opacity: .1;-webkit-transform: scale(0);transform: scale(0)}.dj-megamenu .nav.menu > li > a:not(:active):after,.dj-megamenu .nav.menu > li > span.separator:not(:active):after{animation: ripple 1s ease-out}.dj-megamenu .nav.menu > li > a:after,.dj-megamenu .nav.menu > li > span.separator:after{visibility: hidden}.dj-megamenu .nav.menu > li > a:focus:after,.dj-megamenu .nav.menu > li > span.separator:focus:after{visibility: visible}.dj-megamenu .nav.menu > li > a:hover,.dj-megamenu .nav.menu > li > span.separator:hover,.dj-megamenu .nav.menu > li.active > a,.dj-megamenu .nav.menu > li.active > span.separator{color: inherit;background: rgba(0,0,0,0.05)}#jm-allpage .jm-module.color1-ms .nav.menu li a,#jm-allpage .jm-module.color1-ms .nav.menu li span.separator{color: #454545}#jm-allpage .jm-module.color1-ms .nav.menu .nav-header{color: #454545}#jm-allpage .jm-module.color1-ms .nav.menu li > a:hover,#jm-allpage .jm-module.color1-ms .nav.menu li > span.separator:hover,#jm-allpage .jm-module.color1-ms .nav.menu li.active > a,#jm-allpage .jm-module.color1-ms .nav.menu li.active > span.separator{color: #38048a}#jm-allpage .jm-module.color1-ms .nav.menu.material-menu-ms > li > a:hover,#jm-allpage .jm-module.color1-ms .nav.menu.material-menu-ms > li > span.separator:hover,#jm-allpage .jm-module.color1-ms .nav.menu.material-menu-ms > li.active > a,#jm-allpage .jm-module.color1-ms .nav.menu.material-menu-ms > li.active > span.separator{color: #454545}#jm-allpage .jm-module.color2-ms .nav.menu li a,#jm-allpage .jm-module.color2-ms .nav.menu li span.separator{color: #454545}#jm-allpage .jm-module.color2-ms .nav.menu .nav-header{color: #454545}#jm-allpage .jm-module.color2-ms .nav.menu li > a:hover,#jm-allpage .jm-module.color2-ms .nav.menu li > span.separator:hover,#jm-allpage .jm-module.color2-ms .nav.menu li.active > a,#jm-allpage .jm-module.color2-ms .nav.menu li.active > span.separator{color: #38048a}#jm-allpage .jm-module.color2-ms .nav.menu.material-menu-ms > li > a:hover,#jm-allpage .jm-module.color2-ms .nav.menu.material-menu-ms > li > span.separator:hover,#jm-allpage .jm-module.color2-ms .nav.menu.material-menu-ms > li.active > a,#jm-allpage .jm-module.color2-ms .nav.menu.material-menu-ms > li.active > span.separator{color: #454545}#jm-allpage .jm-module.color3-ms .nav.menu li a,#jm-allpage .jm-module.color3-ms .nav.menu li span.separator{color: #9ba1a4}#jm-allpage .jm-module.color3-ms .nav.menu .nav-header{color: #9ba1a4}#jm-allpage .jm-module.color3-ms .nav.menu li > a:hover,#jm-allpage .jm-module.color3-ms .nav.menu li > span.separator:hover,#jm-allpage .jm-module.color3-ms .nav.menu li.active > a,#jm-allpage .jm-module.color3-ms .nav.menu li.active > span.separator{color: #38048a}#jm-allpage .jm-module.color3-ms .nav.menu.material-menu-ms > li > a:hover,#jm-allpage .jm-module.color3-ms .nav.menu.material-menu-ms > li > span.separator:hover,#jm-allpage .jm-module.color3-ms .nav.menu.material-menu-ms > li.active > a,#jm-allpage .jm-module.color3-ms .nav.menu.material-menu-ms > li.active > span.separator{color: #6a7174}.media-list > li{background: none;padding: 0}.btn [class^="icon-"],.btn [class*=" icon-"]{top: 0;height: 20px;line-height: 20px;vertical-align: top;padding: 0 2px}.thumbnails > li{background: none;padding: 0}h1.componentheading,.tag-category > h1,.page-header > h1,.content-category > h1,.categories-list > h1,.blog-featured > h1,.contact-category > h1,.contact > h1,.newsfeed-category > h1,h1.page-title,.finder > h1,.weblink-category > h1,.edit > h1{color: #212121;font-size: 25px;font-family: 'Roboto', sans-serif;font-weight: 500;margin: 0 0 30px}.blog > h2,h2.item-title,.page-header > h2,.content-category > h2,.cat-children > h3,.contact-category > h2,.weblink-category > h2,.newsfeed > h2,.newsfeed-category > h2,.weblink-category > h2,.contact > h3{font-family: 'Roboto', sans-serif;font-size: 16px;font-weight: 500;color: #212121;display: block;margin: 0 0 20px}.blog > h2 a,h2.item-title a,.page-header > h2 a,.content-category > h2 a,.cat-children > h3 a,.contact-category > h2 a,.weblink-category > h2 a,.newsfeed > h2 a,.newsfeed-category > h2 a,.weblink-category > h2 a,.contact > h3 a{color: #212121;text-decoration: none}.blog > h2 a:hover,h2.item-title a:hover,.page-header > h2 a:hover,.content-category > h2 a:hover,.cat-children > h3 a:hover,.contact-category > h2 a:hover,.weblink-category > h2 a:hover,.newsfeed > h2 a:hover,.newsfeed-category > h2 a:hover,.weblink-category > h2 a:hover,.contact > h3 a:hover{color: #38048a;-webkit-transition: all .2s ease-in;transition: all .2s ease-in}.item-page .page-header > h2{font-family: 'Roboto', sans-serif;font-size: 20px;font-weight: 500;color: #212121;margin: 0 0 10px}.item-page .page-header > h2 a{color: #212121}.item-page .page-header > h2 a:hover{color: #38048a}.blog .page-header > h2,.blog-featured h2.item-title,.item-page .page-header > h2{margin-bottom: 10px}h3.page-header{font-size: 1em;line-height: 1.42857143;display: inline-block;width: 100%;padding-bottom: 10px;margin-bottom: 10px}h3.page-header > .btn-mini{padding: 3px 6px}h3.page-header > .btn-mini [class^="icon-"],h3.page-header > .btn-mini [class*=" icon-"]{margin-top: 0}h3.page-header > .badge{margin: 0 5px;vertical-align: middle}.element-invisible{display: none !important}.item_view .item-page{background: #fff;color: #63221b;box-shadow: 2px 3px 4.7px .3px rgba(0,0,0,0.24);border-radius: 2px;box-sizing: border-box}.item_view .item-page .item-image{margin: 0}.item_view .item-page .item-image img{width: 100%;border-radius: 2px 2px 0 0}.item_view .item-page .jm-desc-wrapper{padding: 32px}.item_view .item-page .page-header > h2{color: #212121}.item_view .item-page dl.article-info{color: #4f1b16}.item_view .item-page ul.tags li a.label-info{color: #63221b}.item-page .page-header > h2{font-size: 25px}.page-header + .icons .btn.dropdown-toggle{padding-left: 10px;padding-right: 10px;padding-top: 5px;padding-bottom: 5px}dl.article-info{font-size: .9em;color: #232323;margin: 0 0 15px;text-transform: none}dl.article-info:before,dl.article-info:after{display: table;content: "";line-height: 0}dl.article-info:after{clear: both}dl.article-info dd{float: left;margin: 0 10px 0 0;position: relative}dl.article-info dd [class*='icon']{line-height: 1}dl.article-info ~ dl.article-info{margin: 0}.icons:before,.icons:after{display: table;content: "";line-height: 0}.icons:after{clear: both}.article-info-term{display: none}.content_rating{margin-bottom: 10px}.content_vote label{margin-right: 5px}.categories-list .collapse{padding: 0 0 0 32px}.categories-list div > .category-desc{margin-bottom: 32px}.blog .category-desc,.blog-featured .category-desc{margin-bottom: 32px}.blog .items-leading div[class*="leading-"],.blog-featured .items-leading div[class*="leading-"],.blog .items-row,.blog-featured .items-row{margin-bottom: 32px}.blog .items-leading div[class*="leading-"],.blog-featured .items-leading div[class*="leading-"],.blog .items-row .item,.blog-featured .items-row .item{background: #fff;color: #63221b;box-shadow: 2px 3px 4.7px .3px rgba(0,0,0,0.24);border-radius: 2px;box-sizing: border-box}.blog .page-header > h2 a,.blog-featured .page-header > h2 a{color: #212121}.blog dl.article-info,.blog-featured dl.article-info{color: #4f1b16}.blog ul.tags li a.label-info,.blog-featured ul.tags li a.label-info{color: #63221b}.blog .items-more,.blog-featured .items-more{margin-bottom: 32px}.blog .jm-desc-wrapper,.blog-featured .jm-desc-wrapper{padding: 16px}.content-links{margin: 0 0 32px}.item-image{margin-bottom: 32px;max-width: 100%}.blog .item-image,.blog-featured .item-image{margin-bottom: 0}.blog .item-image img,.blog-featured .item-image img{width: 100%;border-radius: 2px 2px 0 0}figure.pull-left,figure.pull-right,figure.pull-center{max-width: 100%;margin: 0 0 32px}.pull-none.item-image{text-align: center}.pull-left.item-image,figure.pull-left{margin-right: 32px}.pull-right.item-image,figure.pull-right{margin-left: 32px}.pull-center{text-align: center}div.img_caption{margin: 0 auto;max-width: 100%}figcaption,p.img_caption{text-align: center;background: #ebebeb;padding: 5px;margin: 0;max-width: 100%}.readmore{text-align: center;font-size: 14px;font-weight: 500;color: #38048a;background: none;text-transform: uppercase;display: inline-block;padding: 8px 16px;line-height: 20px;text-decoration: none;box-sizing: border-box;box-shadow: none;max-width: 100%;position: relative;overflow: hidden;border-radius: 2px}.readmore:hover,.readmore:focus{background: rgba(0,0,0,0.05);text-decoration: none}.readmore:after{content: '';display: block;position: absolute;left: 50%;top: 50%;width: 200px;height: 200px;margin-left: -100px;margin-top: -100px;background: #000;border-radius: 100%;opacity: .1;-webkit-transform: scale(0);transform: scale(0)}.readmore:not(:active):after{animation: ripple 1s ease-out}.readmore:after{visibility: hidden}.readmore:focus:after{visibility: visible}@keyframes ripple{0%{-webkit-transform: scale(0);transform: scale(0)}20%{-webkit-transform: scale(1);transform: scale(1)}100%{opacity: 0;-webkit-transform: scale(1);transform: scale(1)}}p.readmore,p.readmore:hover{display: block;text-align: right;padding: 0;background: none;border: none}#jm-allpage .blog p.readmore,#jm-allpage .blog-featured p.readmore{margin: 30px 0 0}#jm-allpage .blog p.readmore .btn,#jm-allpage .blog-featured p.readmore .btn{text-align: center;font-size: 14px;font-weight: 500;color: #38048a;background: none;text-transform: uppercase;display: inline-block;padding: 8px 16px;line-height: 20px;text-decoration: none;box-sizing: border-box;box-shadow: none;max-width: 100%;position: relative;overflow: hidden;border-radius: 2px}#jm-allpage .blog p.readmore .btn:hover,#jm-allpage .blog-featured p.readmore .btn:hover,#jm-allpage .blog p.readmore .btn:focus,#jm-allpage .blog-featured p.readmore .btn:focus{background: rgba(0,0,0,0.05);text-decoration: none}#jm-allpage .blog p.readmore .btn:after,#jm-allpage .blog-featured p.readmore .btn:after{content: '';display: block;position: absolute;left: 50%;top: 50%;width: 200px;height: 200px;margin-left: -100px;margin-top: -100px;background: #000;border-radius: 100%;opacity: .1;-webkit-transform: scale(0);transform: scale(0)}#jm-allpage .blog p.readmore .btn:not(:active):after,#jm-allpage .blog-featured p.readmore .btn:not(:active):after{animation: ripple 1s ease-out}#jm-allpage .blog p.readmore .btn:after,#jm-allpage .blog-featured p.readmore .btn:after{visibility: hidden}#jm-allpage .blog p.readmore .btn:focus:after,#jm-allpage .blog-featured p.readmore .btn:focus:after{visibility: visible}.mod-articles-category-readmore a{text-align: center;font-size: 14px;font-weight: 500;color: #38048a;background: none;text-transform: uppercase;display: inline-block;padding: 8px 16px;line-height: 20px;text-decoration: none;box-sizing: border-box;box-shadow: none;max-width: 100%;position: relative;overflow: hidden;border-radius: 2px}.mod-articles-category-readmore a:hover,.mod-articles-category-readmore a:focus{background: rgba(0,0,0,0.05);text-decoration: none}.mod-articles-category-readmore a:after{content: '';display: block;position: absolute;left: 50%;top: 50%;width: 200px;height: 200px;margin-left: -100px;margin-top: -100px;background: #000;border-radius: 100%;opacity: .1;-webkit-transform: scale(0);transform: scale(0)}.mod-articles-category-readmore a:not(:active):after{animation: ripple 1s ease-out}.mod-articles-category-readmore a:after{visibility: hidden}.mod-articles-category-readmore a:focus:after{visibility: visible}p.readmore a.btn .icon-chevron-right{display: none}.archive form .filters{margin-bottom: 32px}.archive form #archive-items > div{margin-bottom: 32px}.categories-list ul li h4{font-size: 1em;line-height: 1.42857143;font-weight: bold}.categories-list ul li small.category-desc{font-size: 1em;line-height: 1.42857143}ul.list-striped li{background: none;padding: 10px}.weblink-count{display: inline-block;width: 100%}.weblink-count dt,.weblink-count dd{float: left}.newsfeed > ol > li > h3{font-size: 1em}strong.red,span.star{color: #ff0000}.form-horizontal .control-label strong.red,.form-horizontal .control-label span.star{padding: 0 5px}.profile ul.btn-toolbar li{background: none;padding: 0}.profile .btn-toolbar + fieldset{clear: both}.contact .contact-form input[type="text"],.contact .contact-form input[type="email"],.contact .contact-form textarea{width: 100%;max-width: 400px}.contact .contact-form .well{background: none;box-shadow: none;padding: 0}.contact .contact-form .well label,.contact .contact-form .well legend{color: #212121}.contact dl.contact-address{margin: 32px 0}.contact .thumbnail{border: none;box-shadow: none;float: none}.contact .thumbnail img{margin-left: 0}.contact .dl-horizontal dt,.contact .dl-horizontal dd{line-height: 1.7}.contact h3 ~ h3{margin-top: 32px}.search #searchForm{display: inline-block;width: 100%}.search #searchForm .form-limit{float: left}.search #searchForm .counter{float: right}.search .phrases-box,.search fieldset.only{padding: 0 0 20px}.search .phrases-box label,.search fieldset.only label{display: inline-block;margin-right: 10px}.search fieldset.phrases{padding-bottom: 20px}.search span.icon-search{float: right;padding-left: 10px;padding-right: 0}fieldset.phrases{padding-bottom: 20px}.tag-category .category > li > h3{font-size: 1em;margin: 0}.tag-category .form-inline label{vertical-align: middle;margin-right: 10px}.tag-category > h2{margin-bottom: 32px}.tag-category form > ul > li > h3{margin-bottom: 32px}.tag-category form > ul > li{padding: 0;background: none !important}.tag-category .tag-body{margin: 32px 0;display: block}.tag-category .thumbnails > li,.tag-category .category > li{background: none;padding: 0}.tag-category .thumbnails > li h3{font-size: 1em}.tip-wrap .tip{max-width: 300px;padding: 3px 8px;color: #fff;text-align: center;text-decoration: none;background-color: #000;border-radius: 2px;font-weight: normal;z-index: 9999;opacity: 1}.tip-wrap .tip-top{position: absolute;width: 0;height: 0;border-color: transparent;border-style: solid;top: -5px;left: 50%;margin-left: -5px;border-width: 0 5px 5px;border-bottom-color: #000;opacity: .8}.tip-wrap .tip-title{font-weight: bold}label.hasTooltip,label.hasPopover{display: inline-block !important}.jmodedit{line-height: 1 !important;padding: 0 !important;background: none !important;border: none !important;color: #38048a !important;box-shadow: none}.article-index{margin-left: 32px}.article-index + .pagenavcounter{margin-bottom: 10px}.article-index .nav{min-width: 150px}#jm-maincontent form #page-site{padding: 0 32px}.jm-alert{display: block}#templates-form .form-horizontal .control-label{float: none;width: auto;text-align: inherit}#templates-form .form-horizontal .controls{margin-left: 0;margin-right: 0}#jm-allpage .minicolors-theme-bootstrap .minicolors-input{line-height: 1.5;height: auto;width: auto}#jform_captcha .recaptcha_theme_white #recaptcha_response_field,#jform_captcha .recaptcha_theme_blackglass #recaptcha_response_field,#jform_captcha .recaptcha_theme_red #recaptcha_response_field{height: auto;line-height: 1;padding: 1px !important}#jform_captcha .recaptcha_theme_clean #recaptcha_response_field{border-color: rgba(0,0,0,0.07000000000000001) !important}#jform_captcha .recaptchatable a,#jform_captcha .recaptchatable a:hover{color: #38048a}#jform_captcha .recaptcha_theme_blackglass.recaptchatable a,#jform_captcha .recaptcha_theme_blackglass.recaptchatable a:hover{color: #fff}.mostread li,.latestnews li,.archive-module li,.relateditems li{padding: 10px 0;border-top: 1px solid #ebebeb}.mostread li a,.latestnews li a,.archive-module li a,.relateditems li a{font-size: 16px;color: #212121;font-weight: 500;line-height: 1.2}.mostread li a:hover,.latestnews li a:hover,.archive-module li a:hover,.relateditems li a:hover,.mostread li a:focus,.latestnews li a:focus,.archive-module li a:focus,.relateditems li a:focus{color: #38048a;text-decoration: none}.mostread li:first-child,.latestnews li:first-child,.archive-module li:first-child,.relateditems li:first-child{padding-top: 0;border-top: none}.mostread li:last-child,.latestnews li:last-child,.archive-module li:last-child,.relateditems li:last-child{padding-bottom: 0}#jm-allpage .jm-module.color1-ms .mostread li a,#jm-allpage .jm-module.color1-ms .latestnews li a,#jm-allpage .jm-module.color1-ms .archive-module li a,#jm-allpage .jm-module.color1-ms .relateditems li a{color: #757575}#jm-allpage .jm-module.color1-ms .mostread li a:hover,#jm-allpage .jm-module.color1-ms .latestnews li a:hover,#jm-allpage .jm-module.color1-ms .archive-module li a:hover,#jm-allpage .jm-module.color1-ms .relateditems li a:hover{color: #38048a}#jm-allpage .jm-module.color2-ms .mostread li a,#jm-allpage .jm-module.color2-ms .latestnews li a,#jm-allpage .jm-module.color2-ms .archive-module li a,#jm-allpage .jm-module.color2-ms .relateditems li a{color: #757575}#jm-allpage .jm-module.color2-ms .mostread li a:hover,#jm-allpage .jm-module.color2-ms .latestnews li a:hover,#jm-allpage .jm-module.color2-ms .archive-module li a:hover,#jm-allpage .jm-module.color2-ms .relateditems li a:hover{color: #38048a}#jm-allpage .jm-module.color3-ms .mostread li a,#jm-allpage .jm-module.color3-ms .latestnews li a,#jm-allpage .jm-module.color3-ms .archive-module li a,#jm-allpage .jm-module.color3-ms .relateditems li a{color: #9ba1a4}#jm-allpage .jm-module.color3-ms .mostread li a:hover,#jm-allpage .jm-module.color3-ms .latestnews li a:hover,#jm-allpage .jm-module.color3-ms .archive-module li a:hover,#jm-allpage .jm-module.color3-ms .relateditems li a:hover{color: #38048a}.newsflash .newsflash-title{font-size: 1em;margin: 10px 0 5px;clear: both}.newsflash .newsflash-title:first-child{margin: 0 0 5px}.newsflash-horiz li + li{margin: 15px 0 0}.categories-module li h1,.categories-module li h2,.categories-module li h3,.categories-module li h4,.categories-module li h5,.categories-module li h6{font-size: 1em;line-height: 1.42857143;font-weight: normal;margin: 0}.category-module li h1,.category-module li h2,.category-module li h3,.category-module li h4,.category-module li h5,.category-module li h6{font-size: 1em;line-height: 1.42857143;font-weight: normal;margin: 0}.category-module li span{display: block}.jm-category-module li{margin: 20px 0 0}.jm-category-module li .mod-article-image{float: left;padding-right: 20px;vertical-align: top}.jm-category-module li .mod-article-image img{max-width: 100px;border-radius: 2px}.jm-category-module li:first-child{margin: 0}.jm-category-module li .description{display: block}.jm-category-module li .description .mod-articles-category-title{font-size: 16px;color: #212121;font-weight: 500;line-height: 1.2}.jm-category-module li .description .mod-articles-category-title:hover{color: #38048a;text-decoration: none}.jm-category-module li .description span{display: block;text-transform: none;color: #232323}.jm-category-module li .description p.mod-articles-category-introtext a.readmore{margin-top: 15px;display: block}#jm-allpage .jm-category-module.color1-ms .description .mod-articles-category-title{color: #212121}#jm-allpage .jm-category-module.color1-ms .description .mod-articles-category-title:hover{color: #38048a}#jm-allpage .jm-category-module.color2-ms .description .mod-articles-category-title{color: #212121}#jm-allpage .jm-category-module.color2-ms .description .mod-articles-category-title:hover{color: #38048a}#jm-allpage .jm-category-module.color3-ms .description .mod-articles-category-title{color: #fff}#jm-allpage .jm-category-module.color3-ms .description .mod-articles-category-title:hover{color: #38048a}#login-form{margin: 0}#login-form ul li .icon-arrow-right{display: none}#login-form .control-group.checkbox input[type="checkbox"]{margin-right: 10px;margin-top: 6px}#mod-finder-searchform{margin: 0}#mod-finder-searchform a{display: block;margin-top: 5px}#mod-finder-searchform .icon-search{margin-left: 10px;float: right}.form-search label.finder{padding: 0 10px 0 0}.feed h2 ~ ul.newsfeed{margin-top: 10px}.weblinks li{margin-top: 5px}.weblinks li:first-child{margin: 0}.weblinks li p{margin: 0}.search input#mod-search-searchword{width: auto}.mod-languages ul{list-style: none}.mod-languages ul li{background: none;padding: 0;margin: 0;list-style: none}#jm-allpage .tagspopular ul li,#jm-allpage .tagssimilar ul li{display: inline-block;margin: 0 6px 10px 0;padding: 0}#jm-allpage .tagspopular ul li:before,#jm-allpage .tagssimilar ul li:before{display: none}#jm-allpage .tagspopular ul li a,#jm-allpage .tagssimilar ul li a{display: inline-block;color: #303030;padding: 6px 20px !important;background: rgba(0,0,0,0.11);font-size: 13px;line-height: 20px;text-decoration: none;border-radius: 16px}#jm-allpage .tagspopular ul li a:after,#jm-allpage .tagssimilar ul li a:after{display: none}#jm-allpage .tagspopular ul li a:hover,#jm-allpage .tagssimilar ul li a:hover,#jm-allpage .tagspopular ul li a:focus,#jm-allpage .tagssimilar ul li a:focus{background: rgba(0,0,0,0.21)}ul.tags{margin: 15px 0 5px}ul.tags li{padding: 0;margin: 0 6px 10px 0}ul.tags li a.label-info{color: #303030;padding: 6px 20px;background: rgba(0,0,0,0.11);font-size: 13px;line-height: 20px;text-decoration: none;text-shadow: none;border-radius: 16px}ul.tags li a.label-info:after{display: none}ul.tags li a.label-info:hover,ul.tags li a.label-info:focus{background: rgba(0,0,0,0.21)}.chzn-container li{background: none}.chzn-container-multi .chzn-choices li.search-field input[type="text"]{height: 25px !important}#jm-allpage .chzn-container-single .chzn-single,#jm-allpage .chzn-container-multi .chzn-choices{line-height: 36px;height: 36px;font-size: 13px;padding: 0 8px;vertical-align: middle;border: 1px solid rgba(0,0,0,0.07000000000000001);color: rgba(0,0,0,0.38);background: transparent;border-radius: 2px;box-sizing: border-box;box-shadow: none}#jm-allpage .chzn-container-single .chzn-single div{left: auto;right: 8px;width: 15px}#jm-allpage .chzn-container .chzn-drop{border: 1px solid rgba(0,0,0,0.07000000000000001);background: #fff;border-radius: 0;box-shadow: none}#jm-allpage .chzn-container-multi .chzn-choices .search-field input.default{font-family: inherit;color: rgba(0,0,0,0.38);padding: 0;margin: 0;height: 36px}#jm-allpage .chzn-container-single .chzn-single div b{margin-top: 9px}#jm-allpage .chzn-container-multi .chzn-choices .search-choice{line-height: 24px;border: 1px solid rgba(0,0,0,0.07000000000000001);background: transparent}#jm-allpage .chzn-container-multi .chzn-choices .search-choice span{font-size: 14px}#jm-allpage .chzn-container-multi .chzn-choices .search-choice .search-choice-close{top: 10px}#jm-allpage .chzn-choices li,#jm-allpage .chzn-results li{background-image: none !important}#jm-allpage .chzn-container .chzn-results{padding-top: 4px}#jm-allpage .chzn-container .chzn-results li.highlighted{background: #38048a}.jm-error-page{text-align: center}.jm-error-page > h1{color: #212121;font-size: 64px;line-height: 1;text-transform: uppercase}.jm-error-page > h2{color: #212121;font-size: 24px;line-height: 1;text-transform: uppercase;margin: 0 0 64px}.jm-error-page > p{margin: 0 0 64px}.jm-error-page input.inputbox{max-width: 260px}.jm-error-page .moduletable{margin: 0 0 64px}h3.jm-typo-title{padding-bottom: 10px;margin: 32px 0}h3.jm-typo-title ~ pre,h3.jm-typo-title ~ div pre{margin-bottom: 32px;font-size: 13px}.jm-code{padding: 10px;background: #e7e6e6;white-space: pre-wrap;word-wrap: break-word}.jm-block{margin: 10px 0;padding: 0 0 0 60px;position: relative;min-height: 40px}.jm-block span{background: #999;display: block;position: absolute;top: 3px;left: 0;height: 40px;width: 40px;line-height: 40px;text-align: center;border-radius: 20px;font-size: 18px;color: #fff}.jm-block.second span{background-color: #555}.quote-left{display: block;font-style: italic;padding: 5px 5px 5px 45px;background: url(//fhw.artsfond.com//templates/jm-classifiedads/css/../images/quote-left.png) no-repeat left top;text-align: left}.quote-right{display: block;font-style: italic;padding: 5px 45px 5px 5px;background: url(//fhw.artsfond.com//templates/jm-classifiedads/css/../images/quote-right.png) no-repeat right bottom;text-align: right}.border_img1{padding: 4px;background: #fff}.border_img2{background: #F2F2F2;border: 1px solid #e5e5e5;padding: 5px}.border_img3{border: 1px solid #dfdfdf;padding: 1px;background: #fff}p.blue{border-left: 3px solid #bce8f1;padding: 0 0 0 10px}p.green{border-left: 3px solid #d6e9c6;padding: 0 0 0 10px}p.red{border-left: 3px solid #eed3d7;padding: 0 0 0 10px;color: inherit}p.bluefill{background: #D9EDF7;border: 1px solid #bce8f1;display: block;padding: 10px;text-align: justify;color: #3A87AD;border-radius: 5px}p.greenfill{background: #DFF0D8;border: 1px solid #d6e9c6;display: block;padding: 10px;text-align: justify;color: #468847;border-radius: 5px}p.redfill{background: #F2DEDE;border: 1px solid #eed3d7;display: block;padding: 10px;text-align: justify;color: #B94A48;border-radius: 5px}p.jmbadge,span.jmbadge,p.jmcalendar,span.jmcalendar,p.jmchat,span.jmchat,p.jmcheck,span.jmcheck,p.jmcloud,span.jmcloud,p.jmdirection,span.jmdirection,p.jmdivide,span.jmdivide,p.jmerror,span.jmerror,p.jmfire,span.jmfire,p.jmflag,span.jmflag,p.jmheart,span.jmheart,p.jmhome,span.jmhome,p.jminfo,span.jminfo,p.jmlist,span.jmlist,p.jmmail,span.jmmail,p.jmpeople,span.jmpeople,p.jmstar,span.jmstar,p.jmstat,span.jmstat{display: block;padding-left: 60px;background-repeat: no-repeat;background-position: left top;min-height: 40px;margin: 5px 0 15px}p.jmbadge,span.jmbadge{background-image: url(//fhw.artsfond.com//templates/jm-classifiedads/css/../images/icons/badge.png)}p.jmcalendar,span.jmcalendar{background-image: url(//fhw.artsfond.com//templates/jm-classifiedads/css/../images/icons/calendar.png)}p.jmchat,span.jmchat{background-image: url(//fhw.artsfond.com//templates/jm-classifiedads/css/../images/icons/chat.png)}p.jmcheck,span.jmcheck{background-image: url(//fhw.artsfond.com//templates/jm-classifiedads/css/../images/icons/check.png)}p.jmcloud,span.jmcloud{background-image: url(//fhw.artsfond.com//templates/jm-classifiedads/css/../images/icons/cloud.png)}p.jmdirection,span.jmdirection{background-image: url(//fhw.artsfond.com//templates/jm-classifiedads/css/../images/icons/direction.png)}p.jmdivide,span.jmdivide{background-image: url(//fhw.artsfond.com//templates/jm-classifiedads/css/../images/icons/divide.png)}p.jmerror,span.jmerror{background-image: url(//fhw.artsfond.com//templates/jm-classifiedads/css/../images/icons/error.png)}p.jmfire,span.jmfire{background-image: url(//fhw.artsfond.com//templates/jm-classifiedads/css/../images/icons/fire.png)}p.jmflag,span.jmflag{background-image: url(//fhw.artsfond.com//templates/jm-classifiedads/css/../images/icons/flag.png)}p.jmheart,span.jmheart{background-image: url(//fhw.artsfond.com//templates/jm-classifiedads/css/../images/icons/heart.png)}p.jmhome,span.jmhome{background-image: url(//fhw.artsfond.com//templates/jm-classifiedads/css/../images/icons/home.png)}p.jminfo,span.jminfo{background-image: url(//fhw.artsfond.com//templates/jm-classifiedads/css/../images/icons/info.png)}p.jmlist,span.jmlist{background-image: url(//fhw.artsfond.com//templates/jm-classifiedads/css/../images/icons/list.png)}p.jmmail,span.jmmail{background-image: url(//fhw.artsfond.com//templates/jm-classifiedads/css/../images/icons/mail.png)}p.jmpeople,span.jmpeople{background-image: url(//fhw.artsfond.com//templates/jm-classifiedads/css/../images/icons/people.png)}p.jmstar,span.jmstar{background-image: url(//fhw.artsfond.com//templates/jm-classifiedads/css/../images/icons/star.png)}p.jmstat,span.jmstat{background-image: url(//fhw.artsfond.com//templates/jm-classifiedads/css/../images/icons/stat.png)}ol.jm-roman,ol.jm-roman ol{list-style-type: upper-roman}ol.jm-alpha,ol.jm-alpha ol{list-style-type: lower-alpha}.jm-social .btn{color: #fff !important}.jm-social .btn-deviantart.btn{background: #04cc47}.jm-social .btn-deviantart.btn:hover{background: #039a36}.jm-social .btn-dropbox.btn{background: #007ee5}.jm-social .btn-dropbox.btn:hover{background: #0062b2}.jm-social .btn-facebook.btn{background: #3c599f}.jm-social .btn-facebook.btn:hover{background: #2e447a}.jm-social .btn-flickr.btn{background: #ff0084}.jm-social .btn-flickr.btn:hover{background: #cc006a}.jm-social .btn-github.btn{background: #7a3497}.jm-social .btn-github.btn:hover{background: #5b2771}.jm-social .btn-google.btn{background: #ea4335}.jm-social .btn-google.btn:hover{background: #d62516}.jm-social .btn-instagram.btn{background: #97604b}.jm-social .btn-instagram.btn:hover{background: #754a3a}.jm-social .btn-lastfm.btn{background: #d21309}.jm-social .btn-lastfm.btn:hover{background: #a10f07}.jm-social .btn-linkedin.btn{background: #007bb6}.jm-social .btn-linkedin.btn:hover{background: #005983}.jm-social .btn-paypal.btn{background: #002c8a}.jm-social .btn-paypal.btn:hover{background: #001c57}.jm-social .btn-pinterest.btn{background: #cb2027}.jm-social .btn-pinterest.btn:hover{background: #9f191f}.jm-social .btn-reddit.btn{background: #ff4500}.jm-social .btn-reddit.btn:hover{background: #cc3700}.jm-social .btn-skype.btn{background: #00aff0}.jm-social .btn-skype.btn:hover{background: #008abd}.jm-social .btn-tumblr.btn{background: #3b7090}.jm-social .btn-tumblr.btn:hover{background: #2c546c}.jm-social .btn-twitch.btn{background: #61369f}.jm-social .btn-twitch.btn:hover{background: #4a2979}.jm-social .btn-twitter.btn{background: #28a9e0}.jm-social .btn-twitter.btn:hover{background: #1b8bba}.jm-social .btn-vimeo.btn{background: #61eafd}.jm-social .btn-vimeo.btn:hover{background: #2fe3fc}.jm-social .btn-youtube.btn{background: #c12025}.jm-social .btn-youtube.btn:hover{background: #95191d}.dj-galleryGrid,.dj-mslider,.djslider-loader,.dj-slideshow,.dj-slideshowThumbs,.dj-tabber{margin-top: 0 !important;margin-bottom: 0 !important;outline: none}.dj-slideshow-in,.dj-slideshowThumbs-in,.dj-tabber,.nivoSlider,.box_skitter,.dj-tab{box-shadow: none !important}.djslider-loader .load-button,.dj-slideshow .dj-load-button,.dj-mslider .dj-load-button{border: none !important;background: none !important;opacity: 1 !important;-webkit-transition: background .2s ease-in;transition: background .2s ease-in;box-shadow: none !important}.dj-load-button .dj-key{font-weight: normal !important;line-height: 36px !important}.dj-cat-title{font-family: 'Roboto', sans-serif;font-size: 25px;font-weight: 500;color: #212121;margin: 0 0 20px}.dj-slide-desc-bg{background: #b8b4b4 !important;opacity: .6 !important}.dj-slide-desc-text{font-size: 14px !important;padding: 32px !important;line-height: 1.42857143 !important;color: rgba(0,0,0,0.54) !important}.dj-slide-desc-text a{color: rgba(0,0,0,0.54) !important}.dj-slide-desc-text a:hover{text-decoration: underline}.dj-slide-desc-text div[style="clear: both"]{display: none}.dj-galleryGrid .dj-slide-desc-text,.dj-mslider .dj-slide-desc-text,.djslider-loader .dj-slide-desc-text{padding: 24px !important}.dj-ctitle-in,.dj-slide-title{font-size: 16px !important;text-transform: none;font-weight: 500 !important;line-height: 1.2 !important;margin: 0 !important}.dj-slide-title{color: #000 !important}.dj-slide-title a{color: #000 !important}.dj-slide-title + .dj-slide-description{margin-top: 10px}.dj-extra{float: none !important;display: table-footer-group}.dj-extra > div{float: left;margin-right: 10px}.dj-extra > div.date{color: #000}.dj-extra > div.category{color: #000 !important}.dj-extra > div.category a{color: #000 !important}.dj-extra > div.price{clear: both;font-weight: 500;color: #009688}.dj-extra + .dj-slide-title{display: table-header-group}.dj-extra:before{content: '-';opacity: 0;line-height: 10px;display: block}.dj-readmore-wrapper{padding: 0 !important;margin: 10px 0 0 !important;text-align: left !important}.dj-readmore-wrapper a{font-size: 14px !important;font-weight: 500;color: #38048a !important;text-transform: uppercase}#djmediatools .dj-categories{margin: 0 -16px}#djmediatools .dj-categories:before,#djmediatools .dj-categories:after{display: table;content: "";line-height: 0}#djmediatools .dj-categories:after{clear: both}#djmediatools .dj-categories .dj-ctitle-bg{background: #b8b4b4;opacity: .6 !important}#djmediatools .dj-categories .dj-category-in{background: none;border: none}#djmediatools .dj-categories a.dj-category,#djmediatools .dj-categories a.dj-category:hover{background: none;border: none;box-shadow: none;border-radius: 0;padding: 0 16px;margin: 0}#djmediatools .dj-categories .dj-ctitle-in{color: #000 !important;padding: 24px !important;text-align: center}#djmediatools .dj-categories .dj-ctitle-in:hover{color: #000 !important}.dj-galleryGrid .dj-slide{max-width: 100%}.dj-mslider .dj-indicators-in{padding: 0 !important;height: 12px;line-height: 12px}.dj-mslider .dj-load-button{height: 12px !important;width: 12px !important;margin: 0 2px !important;border-radius: 6px !important;box-sizing: border-box;border: 2px solid #38048a !important;background: transparent !important}.dj-mslider .dj-load-button:focus{outline: none}.dj-mslider .dj-load-button.dj-load-button-active{background: #38048a !important}#jm-allpage .dj-galleryGrid .dj-slide-desc{pointer-events: none}#jm-allpage .dj-galleryGrid .dj-slide-desc a{pointer-events: auto}.djslider-loader{padding-top: 0 !important;padding-bottom: 0 !important}.djslider-loader .navigation-container-custom{height: 12px;line-height: 12px}.djslider-loader .djslider + .navigation-container-custom{margin-top: 20px !important}.djslider-loader .load-button{height: 12px !important;width: 12px !important;margin: 0 4px !important;border-radius: 6px !important;box-sizing: border-box;border: 2px solid #38048a !important;background: transparent !important}.djslider-loader .load-button:focus{outline: none}.djslider-loader .load-button.load-button-active{background: #38048a !important}.dj-slideshow .dj-load-button{display: inline-block;background: transparent !important;height: 36px !important;width: 36px !important;border-radius: 2px !important;-webkit-transition: all .2s ease-in;transition: all .2s ease-in;margin: 3px !important}.dj-slideshow .dj-load-button .dj-key{font-size: 16px !important;color: #000 !important}.dj-slideshow .dj-load-button:hover{background: rgba(0,0,0,0.05) !important}.dj-slideshow .dj-load-button.dj-load-button-active{background: #38048a !important}.dj-slideshow .dj-load-button.dj-load-button-active .dj-key{color: #fff !important}.dj-slideshowThumbs .dj-indicators{padding: 8px 0 !important;background: none !important;box-shadow: none !important}.dj-slideshowThumbs .dj-indicators img{max-width: none !important}.dj-slideshowThumbs .dj-indicators-in{padding: 0 !important}.dj-slideshowThumbs .dj-load-button{border: none !important;margin: 0 !important;padding-left: 8px}.dj-slideshowThumbs .dj-load-button:first-child{padding: 0}.dj-tabber{padding: 0 !important;border: 0 !important;background: transparent !important}.dj-tabber .dj-tabs{margin-top: 0 !important}.dj-tabber .dj-tab{background: #000 !important;box-shadow: none !important;margin: 0 !important;padding: 0 16px !important;box-sizing: border-box;position: relative}.dj-tabber .dj-tab img{border: 0 !important;margin-right: 16px !important}.dj-tabber .dj-tab.dj-tab-active{padding: 0 16px !important;background: #fff !important}.dj-tabber .dj-tab.dj-tab-active:after{display: none}.dj-tabber .dj-tab.dj-tab-active span{color: #000 !important}.dj-tabber .dj-tab-in{text-transform: none;color: rgba(184,180,180,0.87) !important;font-size: 14px !important;font-weight: 500 !important;line-height: 1.2 !important;text-shadow: none !important}.dj-tabber .dj-tab-indicator{width: 0 !important}.dj-tabber .dj-tab-indicator.dj-tab-indicator-right{background: none !important}.dj-tabber .dj-tab-indicator.dj-tab-indicator-left{background: none !important}.skitter.skitter-square{background: none !important;border: 0 !important;margin-left: auto;margin-right: auto}.skitter.skitter-square .label_skitter{background: none !important;opacity: 1 !important}.skitter.skitter-square .label_skitter p{font-size: 14px !important;letter-spacing: none !important;font-family: inherit !important;letter-spacing: normal !important}.skitter.skitter-square .info_slide_dots .image_number{box-shadow: none !important;border-radius: 50% !important;padding: 0 !important;width: 12px !important;height: 12px !important;line-height: 12px;border: 2px solid #38048a !important;background: transparent !important;margin: 0 2px !important;box-sizing: border-box}.skitter.skitter-square .info_slide_dots .image_number.image_number_select{background: #38048a !important}.skitter.skitter-square .info_slide_dots .image_number:hover{background: #38048a !important}#jm-allpage .slider-wrapper{margin-left: auto;margin-right: auto}#jm-allpage .slider-wrapper .nivoSlider{margin: 0 !important}#jm-allpage .slider-wrapper .nivo-controlNav{padding: 32px 0 10px !important}#jm-allpage .slider-wrapper .nivo-controlNav a{margin: 0 3px !important;opacity: 1 !important;text-indent: 0 !important;width: 36px !important;height: 36px !important;font-size: 16px !important;font-weight: normal !important;line-height: 36px !important;-webkit-transition: all .2s ease-in;transition: all .2s ease-in;text-decoration: none !important;border-radius: 2px !important;background-image: none !important;color: #000 !important}#jm-allpage .slider-wrapper .nivo-controlNav a:hover{background: rgba(0,0,0,0.05) !important}#jm-allpage .slider-wrapper .nivo-controlNav a.active{color: #fff !important;background: #38048a !important}#jm-allpage .kwicks li{max-width: 100%}#jm-allpage .kwicks .dj-slide-desc{max-width: 100%;background: rgba(184,180,180,0.6) !important;opacity: 0 !important}#jm-allpage .kwicks .kwicks-expanded .dj-slide-desc{opacity: 1 !important}#jm-allpage .dj-masonry{margin: 0 auto}#jm-allpage .dj-masonry .dj-slide .dj-slide-desc-in{opacity: 1;background: none;color: inherit}#jm-allpage .dj-masonry .dj-slide:hover .dj-slide-desc-in,#jm-allpage .dj-masonry .dj-slide:focus .dj-slide-desc-in{opacity: 1;background: none}#jm-allpage .dj-masonry .dj-slide .dj-slide-desc-bg{display: block;position: absolute;top: 0;left: 0;width: 100%;height: 100%;pointer-events: none}.arrows-nav-ms .dj-navigation,.arrows-nav-ms .navigation-container{top: -48px !important}.arrows-nav-ms .dj-navigation .dj-prev,.arrows-nav-ms .navigation-container .dj-prev,.arrows-nav-ms .dj-navigation .prev-button,.arrows-nav-ms .navigation-container .prev-button{right: 32px !important;left: auto !important}.arrows-nav-ms .dj-navigation .dj-next,.arrows-nav-ms .navigation-container .dj-next,.arrows-nav-ms .dj-navigation .next-button,.arrows-nav-ms .navigation-container .next-button{right: 0 !important;left: auto !important}.top-left-nav-ms .dj-navigation img,.top-right-nav-ms .dj-navigation img,.bot-left-nav-ms .dj-navigation img,.bot-right-nav-ms .dj-navigation img,.top-left-nav-ms .navigation-container img,.top-right-nav-ms .navigation-container img,.bot-left-nav-ms .navigation-container img,.bot-right-nav-ms .navigation-container img{background: #b8b4b4;opacity: .6 !important;max-width: 40px}.top-left-nav-ms .dj-navigation img:hover,.top-right-nav-ms .dj-navigation img:hover,.bot-left-nav-ms .dj-navigation img:hover,.bot-right-nav-ms .dj-navigation img:hover,.top-left-nav-ms .navigation-container img:hover,.top-right-nav-ms .navigation-container img:hover,.bot-left-nav-ms .navigation-container img:hover,.bot-right-nav-ms .navigation-container img:hover{background: #38048a;opacity: 1 !important}.top-left-nav-ms .dj-navigation,.top-left-nav-ms .navigation-container{top: 32px !important}.top-left-nav-ms .dj-navigation img,.top-left-nav-ms .navigation-container img{max-width: 40px}.top-left-nav-ms .dj-navigation img.dj-prev,.top-left-nav-ms .navigation-container img.dj-prev,.top-left-nav-ms .dj-navigation img.prev-button,.top-left-nav-ms .navigation-container img.prev-button{left: 32px !important;right: auto !important}.top-left-nav-ms .dj-navigation img.dj-next,.top-left-nav-ms .navigation-container img.dj-next,.top-left-nav-ms .dj-navigation img.next-button,.top-left-nav-ms .navigation-container img.next-button{right: auto !important;left: 73px !important}.top-right-nav-ms .dj-navigation,.top-right-nav-ms .navigation-container{top: 32px !important}.top-right-nav-ms .dj-navigation img,.top-right-nav-ms .navigation-container img{max-width: 40px}.top-right-nav-ms .dj-navigation img.dj-prev,.top-right-nav-ms .navigation-container img.dj-prev,.top-right-nav-ms .dj-navigation img.prev-button,.top-right-nav-ms .navigation-container img.prev-button{left: auto !important;right: 73px !important}.top-right-nav-ms .dj-navigation img.dj-next,.top-right-nav-ms .navigation-container img.dj-next,.top-right-nav-ms .dj-navigation img.next-button,.top-right-nav-ms .navigation-container img.next-button{right: 32px !important}.bot-left-nav-ms .dj-navigation,.bot-left-nav-ms .navigation-container{top: auto !important;bottom: 32px !important}.bot-left-nav-ms .dj-navigation img,.bot-left-nav-ms .navigation-container img{max-width: 40px}.bot-left-nav-ms .dj-navigation img.dj-prev,.bot-left-nav-ms .navigation-container img.dj-prev,.bot-left-nav-ms .dj-navigation img.prev-button,.bot-left-nav-ms .navigation-container img.prev-button{left: 32px !important;right: auto !important}.bot-left-nav-ms .dj-navigation img.dj-next,.bot-left-nav-ms .navigation-container img.dj-next,.bot-left-nav-ms .dj-navigation img.next-button,.bot-left-nav-ms .navigation-container img.next-button{right: auto !important;left: 73px !important}.bot-right-nav-ms .dj-navigation,.bot-right-nav-ms .navigation-container{top: auto !important;bottom: 32px !important}.bot-right-nav-ms .dj-navigation img,.bot-right-nav-ms .navigation-container img{max-width: 40px}.bot-right-nav-ms .dj-navigation img.dj-prev,.bot-right-nav-ms .navigation-container img.dj-prev,.bot-right-nav-ms .dj-navigation img.prev-button,.bot-right-nav-ms .navigation-container img.prev-button{left: auto !important;right: 73px !important}.bot-right-nav-ms .dj-navigation img.dj-next,.bot-right-nav-ms .navigation-container img.dj-next,.bot-right-nav-ms .dj-navigation img.next-button,.bot-right-nav-ms .navigation-container img.next-button{right: 32px !important}#plgParams_component{margin: 0 0 32px}
.visible-large-desktop{display: none}@media (min-width: 1500px){html.no-scroll{width: auto;overflow-y: visible;position: static}.off-canvas-right .jm-wrapper{padding-right: 154px}.off-canvas-left .jm-wrapper{padding-left: 154px}.off-canvas-left #jm-offcanvas-content{left: 0;overflow-y: auto}.off-canvas-right #jm-offcanvas-content{right: 0;overflow-y: auto}.hide-large-desktop{display: none}.visible-large-desktop{display: block}}@media (max-width: 1199px){.dj-megamenu-override li.dj-up a.dj-up_a{padding: 13px}#jm-logo-sitedesc{min-width: 0}}@media (max-width: 979px){.jm-module-in{height: auto !important}img{box-sizing: border-box}.btn{-webkit-appearance: none}#jm-back-top span{width: 40px;height: 40px}#jm-footer-left,#jm-footer-right{width: 100%;text-align: center}#jm-footer-left .text-right,#jm-footer-right .text-right{text-align: center}#jm-footer-left + #jm-footer-right{margin-top: 20px}.nav.menu.col2 li,.col2 .nav.menu li,.nav.menu.col3 li,.col3 .nav.menu li,.nav.menu.col4 li,.col4 .nav.menu li,.nav.menu.col5 li,.col5 .nav.menu li{width: 33.3%}.nav.menu.col2 li:nth-child(3n + 1),.col2 .nav.menu li:nth-child(3n + 1),.nav.menu.col3 li:nth-child(3n + 1),.col3 .nav.menu li:nth-child(3n + 1),.nav.menu.col4 li:nth-child(3n + 1),.col4 .nav.menu li:nth-child(3n + 1),.nav.menu.col5 li:nth-child(3n + 1),.col5 .nav.menu li:nth-child(3n + 1){clear: both}.nav.menu.col2 li:nth-child(2n + 1),.col2 .nav.menu li:nth-child(2n + 1),.nav.menu.col3 li:nth-child(2n + 1),.col3 .nav.menu li:nth-child(2n + 1),.nav.menu.col4 li:nth-child(2n + 1),.col4 .nav.menu li:nth-child(2n + 1),.nav.menu.col5 li:nth-child(2n + 1),.col5 .nav.menu li:nth-child(2n + 1),.nav.menu.col2 li:nth-child(4n + 1),.col2 .nav.menu li:nth-child(4n + 1),.nav.menu.col3 li:nth-child(4n + 1),.col3 .nav.menu li:nth-child(4n + 1),.nav.menu.col4 li:nth-child(4n + 1),.col4 .nav.menu li:nth-child(4n + 1),.nav.menu.col5 li:nth-child(4n + 1),.col5 .nav.menu li:nth-child(4n + 1),.nav.menu.col2 li:nth-child(5n + 1),.col2 .nav.menu li:nth-child(5n + 1),.nav.menu.col3 li:nth-child(5n + 1),.col3 .nav.menu li:nth-child(5n + 1),.nav.menu.col4 li:nth-child(5n + 1),.col4 .nav.menu li:nth-child(5n + 1),.nav.menu.col5 li:nth-child(5n + 1),.col5 .nav.menu li:nth-child(5n + 1){clear: none}}@media (max-width: 767px){input,select,textarea{max-width: 100%}.items-row{margin-bottom: 32px}.items-row .item{margin-bottom: 32px}#jm-search{clear: both;padding: 0 0 20px}#jm-footer-left{padding-bottom: 10px}.jm-pricing [class*="span"] + [class*="span"]{position: relative;margin: 16px 0 0;padding: 16px 0 0}.jm-pricing [class*="span"] + [class*="span"]:before{content: '';position: absolute;top: 0;left: 0;height: calc(100% + 64px);width: 100%;height: 1px;background: #000;opacity: .07000000000000001}.nav.menu.col2 li,.col2 .nav.menu li,.nav.menu.col3 li,.col3 .nav.menu li,.nav.menu.col4 li,.col4 .nav.menu li,.nav.menu.col5 li,.col5 .nav.menu li{width: 50%}.nav.menu.col2 li:nth-child(2n + 1),.col2 .nav.menu li:nth-child(2n + 1),.nav.menu.col3 li:nth-child(2n + 1),.col3 .nav.menu li:nth-child(2n + 1),.nav.menu.col4 li:nth-child(2n + 1),.col4 .nav.menu li:nth-child(2n + 1),.nav.menu.col5 li:nth-child(2n + 1),.col5 .nav.menu li:nth-child(2n + 1){clear: both}.nav.menu.col2 li:nth-child(3n + 1),.col2 .nav.menu li:nth-child(3n + 1),.nav.menu.col3 li:nth-child(3n + 1),.col3 .nav.menu li:nth-child(3n + 1),.nav.menu.col4 li:nth-child(3n + 1),.col4 .nav.menu li:nth-child(3n + 1),.nav.menu.col5 li:nth-child(3n + 1),.col5 .nav.menu li:nth-child(3n + 1),.nav.menu.col2 li:nth-child(4n + 1),.col2 .nav.menu li:nth-child(4n + 1),.nav.menu.col3 li:nth-child(4n + 1),.col3 .nav.menu li:nth-child(4n + 1),.nav.menu.col4 li:nth-child(4n + 1),.col4 .nav.menu li:nth-child(4n + 1),.nav.menu.col5 li:nth-child(4n + 1),.col5 .nav.menu li:nth-child(4n + 1),.nav.menu.col2 li:nth-child(5n + 1),.col2 .nav.menu li:nth-child(5n + 1),.nav.menu.col3 li:nth-child(5n + 1),.col3 .nav.menu li:nth-child(5n + 1),.nav.menu.col4 li:nth-child(5n + 1),.col4 .nav.menu li:nth-child(5n + 1),.nav.menu.col5 li:nth-child(5n + 1),.col5 .nav.menu li:nth-child(5n + 1){clear: none}}@media (max-width: 480px){.nav-tabs > li,dl.tabs > dt,.nav-pills > li{float: left;width: 100%;box-sizing: border-box}.nav-tabs > li + li,dl.tabs > dt + li,.nav-tabs > li + dt,dl.tabs > dt + dt{margin-left: 0;margin-right: 0;margin-top: 17px}.nav-tabs.nav-tabs-responsive > li{display: none;width: 23%;margin: 0}.nav-tabs.nav-tabs-responsive > li > a{max-width: 100%;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;word-wrap: normal;width: 100%;text-align: center;vertical-align: top;box-sizing: border-box;border-radius: 0}.nav-tabs.nav-tabs-responsive > li.active{width: 54%}.nav-tabs.nav-tabs-responsive > li.active:first-child{margin-left: 23%}.nav-tabs.nav-tabs-responsive > li.active,.nav-tabs.nav-tabs-responsive > li.prev,.nav-tabs.nav-tabs-responsive > li.next{display: block}.nav-tabs.nav-tabs-responsive > li.next > a,.nav-tabs.nav-tabs-responsive > li.prev > a{-webkit-transition: none;transition: none}.nav-tabs.nav-tabs-responsive > li.next > a .text,.nav-tabs.nav-tabs-responsive > li.prev > a .text{display: none}.nav-tabs.nav-tabs-responsive > li.next > a:before,.nav-tabs.nav-tabs-responsive > li.prev > a:before{position: relative;display: inline-block;vertical-align: top;font-family: 'Glyphicons Halflings';font-style: normal;font-weight: 400;line-height: 1;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale}.nav-tabs.nav-tabs-responsive > li.prev > a:before{content: "\e079"}.nav-tabs.nav-tabs-responsive > li.next > a:before{content: "\e080"}html[dir='rtl'] .nav-tabs.nav-tabs-responsive > li.active:first-child{margin-left: 0;margin-right: 23%}html[dir='rtl'] .nav-tabs.nav-tabs-responsive > li.prev > a:before{content: "\e080"}html[dir='rtl'] .nav-tabs.nav-tabs-responsive > li.next > a:before{content: "\e079"}#jm-allpage .search-ms.advanced form > .search-wrapper{top: 128px}.nav.menu.col2 li,.col2 .nav.menu li,.nav.menu.col3 li,.col3 .nav.menu li,.nav.menu.col4 li,.col4 .nav.menu li,.nav.menu.col5 li,.col5 .nav.menu li{width: 100%;clear: both}}@media (max-width: 979px){.dj-slide-title,.dj-slide-title a{display: block;width: 100%;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;text-rendering: optimizeLegibility;box-sizing: border-box}.dj-slide-description,.dj-slide-description p,.dj-slide-description a{display: block;width: 100%;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;text-rendering: optimizeLegibility;box-sizing: border-box}}@media (max-width: 767px){.arrows-nav-ms .navigation-container,.arrows-nav-ms .dj-navigation{display: none}.dj-slide-desc-text{padding: 8px !important}.dj-galleryGrid .dj-slide-desc-text,.dj-mslider .dj-slide-desc-text,.djslider-loader .dj-slide-desc-text{padding: 8px !important}.dj-readmore-wrapper,.dj-slide-title + .dj-slide-description{margin-top: 0}}@media (max-width: 480px){.dj-slide-title{font-size: 14px !important}.dj-slide-desc-text{font-size: 14px !important}.dj-navigation,.navigation-container{display: none}.dj-readmore-wrapper{display: none !important}.skitter-square .play_pause_button,.skitter-square .next_button,.skitter-square .focus_button,.skitter-square .prev_button{display: none !important}}@media (max-width: 320px){.nivo-controlNav,.nivo-directionNav,.navigation-container-custom,.dj-slide-description{display: none !important}}

#jm-header-mod:before {
	background-image: url('https://fhw.artsfond.com/images/milkywayheader.jpg');
		background-position: center;
			background-size: cover;
	}

/**
 * Simple Style Example mod_vvisit_counter by Michael Majunke
 *
 * $Date: 2014-10-27 17:37:47 +0100 (Mo, 27. Okt 2014) $
 * $Revision: 405 $
 * $Author: mmicha $
 * @copyright Copyright (C) 2014 Majunke Michael http://www.mmajunke.de/
**/

/** Main Div */
/** border: 1px solid #000000; */
div.mvc_main {
	width: 100%;
	text-align: center;
}
/** PRE */
div.mvc_pre {
	clear: both;
  text-align: center;
	background: #aaaaaa;
	font-size: 100%;
	font-weight: bold;
	margin:  2px;
	padding: 2px;
}
/** POST */
div.mvc_post {
  clear: both;
  text-align: center;
	background: #aaaaaa;
	font-size: 100%;
	font-weight: bold;
	margin:  2px;
	padding: 2px;
}
/** IP */
div.mvc_ip {
  clear: both;
  text-align: center;
	font-size: 100%;
}
span.vcounter_TypeTextIP {
	clear: both;
	text-align: center;
}
img.mvc_digitIPImg {
	clear: both;
}
/** IP Country Code */
div.mvc_ipcountrycode {
  clear: both;
  text-align: center;
}
/** IP Country  */
div.mvc_ipcountry {
	clear: both;
  text-align: center;
}
/** IP Flag */
div.mvc_ipflag {
  clear: both;
  text-align: center;
}
img.mvc_ipflagimg {
	clear: both;
}
/** Counter */
div.mvc_digitCounter {
	clear: both;
	margin:  2px;
	padding: 2px;
	text-align: center;
}
img.mvc_digitCounterImg {
	clear: both;
}
span.vcounter_TypeText {
	clear: both;
	text-align: center;
}
/** 'People' Table */
div.mvc_people {
  clear: both;
  text-align: center;
	font-size: 100%;
	margin:  2px;
	padding: 2px;
}
table.mvc_peopleTable {
	clear: both;
	text-align: center;
	margin-left:auto;
  margin-right:auto;
  border: none;
}
table.mvc_peopleTable tr  {
  text-align: center;
  border: none;
}
table.mvc_peopleTable td  {
  text-align: left;
  border: none;
  border-bottom: 1px rgb(215,215,215) dashed;
}
table.mvc_peopleTable td + td {
  text-align: left;
  border: none;
  border-bottom: 1px rgb(215,215,215) dashed;
}
table.mvc_peopleTable td + td + td {
  text-align: right;
  border: none;
  border-bottom: 1px rgb(215,215,215) dashed;
}

img.mvc_peopleImg {
	clear: both;
}
/** Statistik Image */
div.mvc_stat {
	clear: both;
	text-align: center;
	font-size: 100%;
	margin:  2px;
	padding: 2px;
}
img.mvc_statImg {
	clear: both;
}
/** a 'Spacer', the '-' in the order Param */
div.mvc_spacer {
  clear: both;
  text-align: center;
	margin-left: 5%;
	margin-right: 5%;
}
/**  Guests */
div.mvc_guests {
  clear: both;
  text-align: center;
	font-size: 100%;
	margin:  2px;
	padding: 2px;
  white-space:nowrap;
}
div.mvc_guests span.title {
	width: 35%;
	text-align: left;
	float: left;
	margin-left: 5%;
	white-space:nowrap;
}
div.mvc_guests span.trenner {
	width: 5%;
	text-align: left;
	float: left;
	margin-left: 5px;
}
div.mvc_guests span.value {
	text-align: left;
	margin-right: 5%;
	white-space:nowrap;
	float: right;
}
/**  Logged In */
div.mvc_loggedInUsers {
  clear: both;
  text-align: center;
	font-size: 100%;
	margin:  2px;
	padding: 2px;
  white-space:nowrap;
}
div.mvc_loggedInUsers span.title {
	width: 35%;
	text-align: left;
	float: left;
	margin-left: 5%;
	white-space:nowrap;
}
div.mvc_loggedInUsers span.trenner {
	width: 5%;
	text-align: left;
	float: left;
	margin-left: 5px;
}
div.mvc_loggedInUsers span.value {
	text-align: left;
	margin-right: 5%;
	white-space:nowrap;
	float: right;
}
/** Reg Today */
div.mvc_reg_users_today {
  clear: both;
  text-align: center;
	font-size: 100%;
	margin:  2px;
	padding: 2px;
  white-space:nowrap;
}
div.mvc_reg_users_today span.title {
	width: 35%;
	text-align: left;
	float: left;
	margin-left: 5%;
	white-space:nowrap;
}
div.mvc_reg_users_today span.trenner {
	width: 5%;
	text-align: left;
	float: left;
	margin-left: 5px;
}
div.mvc_reg_users_today span.value {
	text-align: left;
	margin-right: 5%;
	white-space:nowrap;
	float: right;
}
/** Reg All */
div.mvc_reg_users_all {
  clear: both;
  text-align: center;
	font-size: 100%;
	margin:  2px;
	padding: 2px;
  white-space:nowrap;
}
div.mvc_reg_users_all span.title {
	width: 35%;
	text-align: left;
	float: left;
	margin-left: 5%;
	white-space:nowrap;
}
div.mvc_reg_users_all span.trenner {
	width: 5%;
	text-align: left;
	float: left;
	margin-left: 5px;
}
div.mvc_reg_users_all span.value {
	text-align: left;
	margin-right: 5%;
	white-space:nowrap;
	float: right;
}
/** Logged In */
div.mvc_loggedInUserNamens {
  clear: both;
  text-align: center;
	font-size: 100%;
	margin:  2px;
	padding: 2px;
  white-space:nowrap;
}
div.mvc_loggedInUserNamens div.title {
  margin-left: 5%;
  text-align:left;
  white-space:nowrap;
}
div.mvc_loggedInUserNamens div.user {
  margin-left: 25%;
  text-align:left;
  white-space:nowrap;
}
div.mvc_loggedInUserNamens a.userlink {
}
/** Registered Today */
div.mvc_regTodayUserNamens {
  clear: both;
  text-align: center;
	font-size: 100%;
	margin:  2px;
	padding: 2px;
  white-space:nowrap;
}
div.mvc_regTodayUserNamens div.title {
  margin-left: 5%;
  text-align:left;
  white-space:nowrap;
}
div.mvc_regTodayUserNamens div.user {
  margin-left: 25%;
  text-align:left;
  white-space:nowrap;
}
div.mvc_regTodayUserNamens a.userlink {
}
/** highest user */
div.mvc_max_user_day {
  clear: both;
  text-align: center;
	font-size: 100%;
	margin:  2px;
	padding: 2px;
  white-space:nowrap;
}
div.mvc_max_user_day span.title {
	width: 35%;
	text-align: left;
	float: left;
	margin-left: 5%;
	white-space:nowrap;
}
div.mvc_max_user_day span.trenner {
	width: 5%;
	text-align: left;
	float: left;
	margin-left: 5px;
}
/** float: right; */
div.mvc_max_user_day span.value {
	text-align: left;
	margin-right: 5%;
	white-space:nowrap;
	float: right;
}

.bw-social-share .panel.panel-warning {
    margin-top: 20px;
    background-color: #fcf8e3;
    border: 1px solid transparent;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    margin-bottom: 20px;
    font-family: Helvetica, Arial, sans-serif;
    border-color: #faebcc;
    font-size: 11px;
    line-height: 15px;
}

.bw-social-share .panel-warning > .panel-heading {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b;
}
.bw-social-share .panel-heading {
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    padding: 10px 15px;
}
.bw-social-share .panel-body {
    padding: 20px;
}
.bw-social-share .panel-body p b {
    font-weight: bold;
}

.bw-social-share .rrssb-buttons.bw-social-share-buttons.bw-social-share-buttons-large li {
    margin-bottom: 5px;
}
@media (max-width: 460px) {
    .bw-social-share {

    }
    .bw-social-share .rrssb-buttons {
         min-height: 45px;
     }
    .bw-social-share .rrssb-buttons li {
        height: 45px;
        padding-bottom: 3px;
        margin-bottom: 3px;
    }
    .bw-social-share .rrssb-buttons li .rrssb-icon a {
        padding-bottom: 3px;
    }
    .bw-social-share .rrssb-buttons .rrssb-icon svg {
         margin-top: 3px;
    }
}
.rrssb-buttons li.rrssb-telegram a{background-color:#38AAE6}
.rrssb-buttons li.rrssb-telegram a:hover{background-color:#2982AE}
.rrssb-buttons.tiny-format li.rrssb-telegram a .rrssb-icon svg path{fill:#38AAE6}
.rrssb-buttons.tiny-format li.rrssb-telegram a .rrssb-icon:hover .rrssb-icon svg path{fill:#2982AE}
.rrssb-buttons{box-sizing:border-box;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:12px;height:36px;margin:0;padding:0;width:100%}.rrssb-buttons:after{clear:both}.rrssb-buttons:after,.rrssb-buttons:before{content:' ';display:table}.rrssb-buttons li{box-sizing:border-box;float:left;height:100%;line-height:13px;list-style:none;margin:0;padding:0 2px}.rrssb-buttons li.rrssb-email a{background-color:#0a88ff}.rrssb-buttons li.rrssb-email a:hover{background-color:#006ed6}.rrssb-buttons li.rrssb-facebook a{background-color:#306199}.rrssb-buttons li.rrssb-facebook a:hover{background-color:#244872}.rrssb-buttons li.rrssb-tumblr a{background-color:#32506d}.rrssb-buttons li.rrssb-tumblr a:hover{background-color:#22364a}.rrssb-buttons li.rrssb-linkedin a{background-color:#007bb6}.rrssb-buttons li.rrssb-linkedin a:hover{background-color:#005983}.rrssb-buttons li.rrssb-twitter a{background-color:#26c4f1}.rrssb-buttons li.rrssb-twitter a:hover{background-color:#0eaad6}.rrssb-buttons li.rrssb-googleplus a{background-color:#e93f2e}.rrssb-buttons li.rrssb-googleplus a:hover{background-color:#ce2616}.rrssb-buttons li.rrssb-youtube a{background-color:#df1c31}.rrssb-buttons li.rrssb-youtube a:hover{background-color:#b21627}.rrssb-buttons li.rrssb-reddit a{background-color:#8bbbe3}.rrssb-buttons li.rrssb-reddit a:hover{background-color:#62a3d9}.rrssb-buttons li.rrssb-pinterest a{background-color:#b81621}.rrssb-buttons li.rrssb-pinterest a:hover{background-color:#8a1119}.rrssb-buttons li.rrssb-pocket a{background-color:#ed4054}.rrssb-buttons li.rrssb-pocket a:hover{background-color:#e4162d}.rrssb-buttons li.rrssb-github a{background-color:#444}.rrssb-buttons li.rrssb-github a:hover{background-color:#2b2b2b}.rrssb-buttons li.rrssb-instagram a{background-color:#125688}.rrssb-buttons li.rrssb-instagram a:hover{background-color:#0c3a5b}.rrssb-buttons li.rrssb-delicious a{background-color:#0b79e5}.rrssb-buttons li.rrssb-delicious a:hover{background-color:#095fb4}.rrssb-buttons li.rrssb-vk a{background-color:#4d71a9}.rrssb-buttons li.rrssb-vk a:hover{background-color:#3d5a86}.rrssb-buttons li.rrssb-hackernews a{background-color:#f60}.rrssb-buttons li.rrssb-hackernews a:hover{background-color:#cc5200}.rrssb-buttons li.rrssb-whatsapp a{background-color:#43d854}.rrssb-buttons li.rrssb-whatsapp a:hover{background-color:#28c039}.rrssb-buttons li.rrssb-print a{background-color:#8d98a2}.rrssb-buttons li.rrssb-print a:hover{background-color:#717f8b}.rrssb-buttons li.rrssb-xing a{background-color:#005A5F}.rrssb-buttons li.rrssb-xing a:hover{background-color:#002a2c}.rrssb-buttons li a{background-color:#ccc;border-radius:2px;box-sizing:border-box;display:block;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-weight:700;height:100%;padding:11px 7px 12px 27px;position:relative;text-align:center;text-decoration:none;text-transform:uppercase;-webkit-transition:background-color .2s ease-in-out;transition:background-color .2s ease-in-out;width:100%}.rrssb-buttons li a .rrssb-icon{display:block;left:10px;padding-top:9px;position:absolute;top:0;width:10%}.rrssb-buttons li a .rrssb-icon svg{height:17px;width:17px}.rrssb-buttons li a .rrssb-icon svg circle,.rrssb-buttons li a .rrssb-icon svg path{fill:#fff}.rrssb-buttons li a .rrssb-text{color:#fff}.rrssb-buttons li a:active{box-shadow:inset 1px 3px 15px 0 rgba(22,0,0,.25)}.rrssb-buttons li.small a{padding:0}.rrssb-buttons li.small a .rrssb-icon{left:auto;margin:0 auto;overflow:hidden;position:relative;top:auto;width:100%}.rrssb-buttons li.small a .rrssb-text{visibility:hidden}.rrssb-buttons.large-format,.rrssb-buttons.large-format li{height:auto}.rrssb-buttons.large-format li a{-webkit-backface-visibility:hidden;backface-visibility:hidden;border-radius:.2em;padding:8.5% 0 8.5% 12%}.rrssb-buttons.large-format li a .rrssb-icon{height:100%;left:7%;padding-top:0;width:12%}.rrssb-buttons.large-format li a .rrssb-icon svg{height:100%;position:absolute;top:0;width:100%}.rrssb-buttons.large-format li a .rrssb-text{-webkit-backface-visibility:hidden;backface-visibility:hidden}.rrssb-buttons.small-format{padding-top:5px}.rrssb-buttons.small-format li{height:80%;padding:0 1px}.rrssb-buttons.small-format li a .rrssb-icon{height:100%;padding-top:0}.rrssb-buttons.small-format li a .rrssb-icon svg{height:48%;position:relative;top:6px;width:80%}.rrssb-buttons.tiny-format{height:22px;position:relative}.rrssb-buttons.tiny-format li{padding-right:7px}.rrssb-buttons.tiny-format li a{background-color:transparent;padding:0}.rrssb-buttons.tiny-format li a .rrssb-icon{height:100%}.rrssb-buttons.tiny-format li a .rrssb-icon svg{height:70%;width:100%}.rrssb-buttons.tiny-format li a:active,.rrssb-buttons.tiny-format li a:hover{background-color:transparent}.rrssb-buttons.tiny-format li.rrssb-email a .rrssb-icon svg path{fill:#0a88ff}.rrssb-buttons.tiny-format li.rrssb-email a .rrssb-icon:hover .rrssb-icon svg path{fill:#0054a3}.rrssb-buttons.tiny-format li.rrssb-facebook a .rrssb-icon svg path{fill:#306199}.rrssb-buttons.tiny-format li.rrssb-facebook a .rrssb-icon:hover .rrssb-icon svg path{fill:#18304b}.rrssb-buttons.tiny-format li.rrssb-tumblr a .rrssb-icon svg path{fill:#32506d}.rrssb-buttons.tiny-format li.rrssb-tumblr a .rrssb-icon:hover .rrssb-icon svg path{fill:#121d27}.rrssb-buttons.tiny-format li.rrssb-linkedin a .rrssb-icon svg path{fill:#007bb6}.rrssb-buttons.tiny-format li.rrssb-linkedin a .rrssb-icon:hover .rrssb-icon svg path{fill:#003650}.rrssb-buttons.tiny-format li.rrssb-twitter a .rrssb-icon svg path{fill:#26c4f1}.rrssb-buttons.tiny-format li.rrssb-twitter a .rrssb-icon:hover .rrssb-icon svg path{fill:#0b84a6}.rrssb-buttons.tiny-format li.rrssb-googleplus a .rrssb-icon svg path{fill:#e93f2e}.rrssb-buttons.tiny-format li.rrssb-googleplus a .rrssb-icon:hover .rrssb-icon svg path{fill:#a01e11}.rrssb-buttons.tiny-format li.rrssb-youtube a .rrssb-icon svg path{fill:#df1c31}.rrssb-buttons.tiny-format li.rrssb-youtube a .rrssb-icon:hover .rrssb-icon svg path{fill:#84111d}.rrssb-buttons.tiny-format li.rrssb-reddit a .rrssb-icon svg path{fill:#8bbbe3}.rrssb-buttons.tiny-format li.rrssb-reddit a .rrssb-icon:hover .rrssb-icon svg path{fill:#398bcf}.rrssb-buttons.tiny-format li.rrssb-pinterest a .rrssb-icon svg path{fill:#b81621}.rrssb-buttons.tiny-format li.rrssb-pinterest a .rrssb-icon:hover .rrssb-icon svg path{fill:#5d0b11}.rrssb-buttons.tiny-format li.rrssb-pocket a .rrssb-icon svg path{fill:#ed4054}.rrssb-buttons.tiny-format li.rrssb-pocket a .rrssb-icon:hover .rrssb-icon svg path{fill:#b61124}.rrssb-buttons.tiny-format li.rrssb-github a .rrssb-icon svg path{fill:#444}.rrssb-buttons.tiny-format li.rrssb-github a .rrssb-icon:hover .rrssb-icon svg path{fill:#111}.rrssb-buttons.tiny-format li.rrssb-instagram a .rrssb-icon svg path{fill:#125688}.rrssb-buttons.tiny-format li.rrssb-instagram a .rrssb-icon:hover .rrssb-icon svg path{fill:#061d2e}.rrssb-buttons.tiny-format li.rrssb-delicious a .rrssb-icon svg path{fill:#0b79e5}.rrssb-buttons.tiny-format li.rrssb-delicious a .rrssb-icon:hover .rrssb-icon svg path{fill:#064684}.rrssb-buttons.tiny-format li.rrssb-vk a .rrssb-icon svg path{fill:#4d71a9}.rrssb-buttons.tiny-format li.rrssb-vk a .rrssb-icon:hover .rrssb-icon svg path{fill:#2d4263}.rrssb-buttons.tiny-format li.rrssb-hackernews a .rrssb-icon svg path{fill:#f60}.rrssb-buttons.tiny-format li.rrssb-hackernews a .rrssb-icon:hover .rrssb-icon svg path{fill:#993d00}.rrssb-buttons.tiny-format li.rrssb-whatsapp a .rrssb-icon svg path{fill:#43d854}.rrssb-buttons.tiny-format li.rrssb-whatsapp a .rrssb-icon:hover .rrssb-icon svg path{fill:#1f962d}.rrssb-buttons.tiny-format li.rrssb-print a .rrssb-icon svg path{fill:#8d98a2}.rrssb-buttons.tiny-format li.rrssb-print a .rrssb-icon:hover .rrssb-icon svg path{fill:#5a656f}.rrssb-buttons.tiny-format li.rrssb-xing a .rrssb-icon svg path{fill:#005A5F}.rrssb-buttons.tiny-format li.rrssb-xing a .rrssb-icon:hover .rrssb-icon svg path{fill:#000}
@CHARSET "UTF-8";

.dj-megamenu .dj-subwrap {
	-webkit-animation-duration: 400ms;
	animation-duration: 400ms;
	-webkit-animation-delay: 50ms;
	animation-delay: 50ms;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.dj-megamenu.fast .dj-subwrap {
	-webkit-animation-duration: 200ms;
	animation-duration: 200ms;
}
.dj-megamenu.slow .dj-subwrap {
	-webkit-animation-duration: 600ms;
	animation-duration: 600ms;
}

/* hide submenu */
.dj-megamenu li div.dj-subwrap, 
.dj-megamenu li:hover div.dj-subwrap li div.dj-subwrap,
.dj-megamenu li.hover div.dj-subwrap li div.dj-subwrap {
	display: none;
}
/* show submenu */
.dj-megamenu li.hover div.dj-subwrap,
.dj-megamenu li.hover div.dj-subwrap li.hover > div.dj-subwrap,
.dj-megamenu li.hover div.dj-subwrap li:hover > div.dj-subwrap {
	display: block;
}

@CHARSET "UTF-8";

/* mobile menu open buttons */
.dj-megamenu-select-light .dj-mobile-open-btn,
.dj-megamenu-offcanvas-light .dj-mobile-open-btn,
.dj-megamenu-accordion-light .dj-mobile-open-btn {
	display: inline-block;
	cursor: pointer;
    margin: 0 auto;
    width: auto;
	height: auto;
	font-size: 42px;
	line-height: 1;
	padding: 3px 8px;
	background: #e4e4e4;
	color: #434343;
	text-align: center;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: background-color 0.2s ease-out, color 0.2s ease-out;
	transition: background-color 0.2s ease-out, color 0.2s ease-out;
}
.dj-megamenu-select-light .dj-mobile-open-btn span + span,
.dj-megamenu-offcanvas-light .dj-mobile-open-btn span + span,
.dj-megamenu-accordion-light .dj-mobile-open-btn span + span {
	margin-left: 12px;
}
.dj-megamenu-select-light .dj-mobile-open-btn:focus,
.dj-megamenu-select-light:hover .dj-mobile-open-btn,
.dj-megamenu-offcanvas-light .dj-mobile-open-btn:hover,
.dj-megamenu-offcanvas-light .dj-mobile-open-btn:focus,
.dj-megamenu-accordion-light .dj-mobile-open-btn:hover,
.dj-megamenu-accordion-light .dj-mobile-open-btn:focus {
	background: #434343;
	color: #e4e4e4;
	text-decoration: none;
}

/* select menu general styles */
.dj-megamenu-select-light.select-input select {
	margin:10px;
	padding:5px;
	max-width:95%;
	height:auto;
	font-size:1.5em;
	color: #434343;
}
.dj-megamenu-select-light.select-input .dj-mobile-open-btn {
	display: none !important;
}
.dj-megamenu-select-light.select-button {
	display: inline-block;
	position: relative;
	margin: 0 auto;
    width: auto;
	overflow: hidden;
}
.dj-megamenu-select-light.select-button select {
	position: absolute;
	top: 0;
	left: 0;
	background: transparent;
    border: 0;
    margin: 0;
    cursor: pointer;
    height: 48px;
    width: auto;
    max-width: 9999px;
    outline: none;
    text-indent: 9999px;
    font-size:1.5em;
    color: #434343;
    box-shadow: none;
}

/* offcanvas menu general styles */
.dj-offcanvas-light {
	background: #f2f2f2;
	color: #444444;
}
.dj-offcanvas-light .dj-offcanvas-top {
	background: #ebebeb;
	text-align: right;
}
.dj-offcanvas-light .dj-offcanvas-close-btn {
	display: inline-block;
	font-size: 20px;
	line-height: 1;
	color: #b8b8b8;
	cursor: pointer;
	padding: 10px 12px;
}
.dj-offcanvas-light .dj-offcanvas-logo {
	padding: 15px;
	text-align: center;
}
.dj-offcanvas-light .dj-offcanvas-logo img {
	max-width: 100%;
}
.dj-offcanvas-light .dj-offcanvas-content {
	padding: 0 15px 15px;
}
.dj-offcanvas-modules {
	padding: 15px;
}

/* accordion menu general styles */
.dj-megamenu-accordion-light {
	position: relative;
	text-align: center;
}
.dj-megamenu-accordion-light.dj-align-left {
	text-align: left;
}
.dj-megamenu-accordion-light.dj-align-right {
	text-align: right;
}
.dj-pos-absolute .dj-accordion-light {
	position: absolute;
	top: 42px;	
	z-index: 999;
}
.dj-pos-absolute.dj-align-left .dj-accordion-light {
	left: 0;
}
.dj-pos-absolute.dj-align-right .dj-accordion-light {
	right: 0;
}
.dj-pos-absolute.dj-align-center .dj-accordion-light {
	left: 50%;
	margin-left: -150px;
}
.dj-pos-absolute .dj-accordion-light .dj-accordion-in {
	width: 300px;
}
.dj-accordion-light .dj-accordion-in {
	display: none;
	margin: 10px 0;
	padding: 0 15px;
	background: #f2f2f2;
	color: #444444;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/* offcanvas and accordion menu */
ul.dj-mobile-light {
	margin: 0 -15px;
	padding: 0;
	text-align: left;
}
ul.dj-mobile-light li.dj-mobileitem {
	list-style: none outside;
	position: relative;
	margin: 0;
	padding: 0;
	background: none;
}
ul.dj-mobile-light li.dj-mobileitem > a {
	display: block;
	font-size: 14px;
	line-height: 1;
	background: #f2f2f2;
    color: #444444;
    text-decoration: none;
    padding: 20px 15px;
    cursor: pointer;
    border-top: 1px solid #e4e4e4;
    -webkit-transition: background-color 0.2s ease-out;
	transition: background-color 0.2s ease-out;
}
ul.dj-mobile-light li.dj-mobileitem:hover > a,
ul.dj-mobile-light li.dj-mobileitem.active > a {
	background: #ebebeb;
}

ul.dj-mobile-light li.dj-mobileitem > a .subtitle {
	font-size: 0.85em;
	color: #aaa;
}
ul.dj-mobile-light li.dj-mobileitem > a img,
ul.dj-mobile-light li.dj-mobileitem > a i {
	vertical-align: middle;
	margin: 0 10px 0 0;
}
ul.dj-mobile-light li.dj-mobileitem > a.withsubtitle img,
ul.dj-mobile-light li.dj-mobileitem > a.withsubtitle i {
	float: left;
}
ul.dj-mobile-light li.dj-mobileitem > a span.image-title {
}

ul.dj-mobile-light li.dj-mobileitem.parent > a {
	padding-right: 35px;
}
ul.dj-mobile-light li.dj-mobileitem.parent > a span.toggler {
	display: inline-block;
    font-family: FontAwesome;
	position: absolute;
	right: 0;
	top: 5px;
	padding: 16px 20px; /* make a button a little bigger */
	font-size: 12px;
	line-height: 14px;
	font-style: normal;
	font-weight: normal;
	color: #b8b8b8;
}
ul.dj-mobile-light li.dj-mobileitem.parent > a span.toggler::before {
	content: "";
}
ul.dj-mobile-light li.dj-mobileitem.parent.active > a span.toggler::before {
	content: "";
}

ul.dj-mobile-light li.dj-mobileitem > ul {
	display: block;
	max-height: 0px;
	overflow: auto;
	margin: 0;
	padding: 0;
}
ul.dj-mobile-light li.dj-mobileitem.active > ul {
	max-height: 1000px;
	-webkit-transition: max-height 0.3s ease-in;
	transition: max-height 0.3s ease-in;
}

/* 2nd level */
ul.dj-mobile-light ul li.dj-mobileitem > a {
	color: #898989;
    background: #ebebeb;
    border-top: 1px solid #f2f2f2;
    padding-left: 30px;
}
ul.dj-mobile-light ul li.dj-mobileitem:hover > a,
ul.dj-mobile-light ul li.dj-mobileitem.active > a {
	color: #444444;
	background: #e6e6e6;
}
ul.dj-mobile-light ul li.dj-mobileitem.parent > a span.toggler {
	font-size: 11px;
}

/* 3rd level */
ul.dj-mobile-light ul ul li.dj-mobileitem > a {
    background: #e6e6e6;
    border-top: 1px solid #eeeeee;
    padding-left: 45px;
}
ul.dj-mobile-light ul ul li.dj-mobileitem:hover > a,
ul.dj-mobile-light ul ul li.dj-mobileitem.active > a {
	background: #e1e1e1;
}

/* 4th level */
ul.dj-mobile-light ul ul ul li.dj-mobileitem > a {
    background: #e1e1e1;
    border-top: 1px solid #e6e6e6;
    padding-left: 60px;
}
ul.dj-mobile-light ul ul ul li.dj-mobileitem:hover > a,
ul.dj-mobile-light ul ul ul li.dj-mobileitem.active > a {
	background: #dbdbdb;
}

/* 5th level */
ul.dj-mobile-light ul ul ul ul li.dj-mobileitem > a {
	background: #dbdbdb;
}

/* mobile modules */
ul.dj-mobile-light .modules-wrap {
	padding: 5px 15px;
}

ul.dj-megamenu-override{position: relative;z-index: 500}ul.dj-megamenu-override:before,ul.dj-megamenu-override:after{display: table;content: "";line-height: 0}ul.dj-megamenu-override:after{clear: both}#jm-top-menu-nav ul.dj-megamenu-override{margin: -15px 0 -14px;float: left}.dj-megamenu-override li.dj-up{position: relative;display: block;float: left}.dj-megamenu-override li.dj-up a.dj-up_a{position: relative;font-size: 13px;font-family: 'Roboto', sans-serif;font-weight: 500;display: block;line-height: 1;cursor: pointer;color: #0d0c0c;text-decoration: none;-webkit-transition: none;transition: none;padding: 26px 10px;margin: 0 5px}.dj-megamenu-override li.dj-up a.dj-up_a.withsubtitle{padding: 26px 10px 12px}.dj-megamenu-override li.dj-up a.dj-up_a span{display: block}.dj-megamenu-override li.dj-up a.dj-up_a span.dj-drop{position: relative;z-index: 201}.dj-megamenu-override li.dj-up a.dj-up_a small.subtitle{display: block;margin-top: 5px;font-size: 9px;font-weight: 400}.dj-megamenu-override li.dj-up a.dj-up_a img{max-height: 13px}.dj-megamenu-override li.dj-up a.dj-up_a:after{content: '';position: absolute;width: 0;height: 3px;bottom: 0;left: 0;background-color: #38048a;visibility: hidden;-webkit-transition: all .3s ease-in-out 0s;transition: all .3s ease-in-out 0s}.dj-megamenu-override li.dj-up a.dj-up_a.button-ms{line-height: 20px;border-radius: 2px;font-size: 14px;font-family: inherit;font-weight: 500;color: #fff;padding: 8px 20px;background: #38048a;-webkit-transition: all ease-in-out .2s;transition: all ease-in-out .2s;box-shadow: 2px 3px 4.7px .3px rgba(0,0,0,0.24);text-transform: uppercase;position: relative;overflow: hidden;margin-top: 15px}.dj-megamenu-override li.dj-up a.dj-up_a.button-ms:after{display: none}.dj-megamenu-override li.dj-up a.dj-up_a.button-ms:before{content: '';display: block;position: absolute;left: 50%;top: 50%;width: 200px;height: 200px;margin-left: -100px;margin-top: -100px;background: #fff;border-radius: 100%;opacity: .6;-webkit-transform: scale(0);transform: scale(0)}.dj-megamenu-override li.dj-up a.dj-up_a.button-ms:not(:active):before{animation: ripple 1s ease-out}.dj-megamenu-override li.dj-up a.dj-up_a.button-ms:before{visibility: hidden}.dj-megamenu-override li.dj-up a.dj-up_a.button-ms:focus:before{visibility: visible}.dj-megamenu-override li.dj-up a.dj-up_a.button-ms:hover,.dj-megamenu-override li.dj-up a.dj-up_a.button-ms:focus{color: #fff;background: #4205a3;text-decoration: none}.dj-megamenu-override li.dj-up.separator > a.dj-up_a{cursor: default}.dj-megamenu-override li.dj-up:hover a.dj-up_a,.dj-megamenu-override li.dj-up.hover a.dj-up_a,.dj-megamenu-override li.dj-up.active a.dj-up_a{color: #fff}.dj-megamenu-override li.dj-up:hover a.dj-up_a:after,.dj-megamenu-override li.dj-up.hover a.dj-up_a:after,.dj-megamenu-override li.dj-up.active a.dj-up_a:after{visibility: visible;width: 100%}.dj-megamenu-override li.dj-up a span.image-title{margin: 0 0 0 5px;display: inline;vertical-align: middle}.dj-megamenu-override li.dj-up:last-child a.dj-up_a{margin-right: 0}.dj-megamenu-override li.dj-up.fullsub{position: static !important}.dj-megamenu-override li.dj-up.fullsub a.dj-up_a{position: relative}.dj-megamenu-override li.dj-up:hover,.dj-megamenu-override li.dj-up.hover,.dj-megamenu-override .dj-submenu > li:hover,.dj-megamenu-override .dj-subtree > li:hover{position: relative;z-index: 200}.dj-megamenu-override li div.dj-subwrap{position: absolute;left: auto;right: auto;top: -9999px;visibility: hidden}.dj-megamenu-override li:hover div.dj-subwrap,.dj-megamenu-override li.hover div.dj-subwrap{left: 0;right: auto;top: 100%;visibility: visible;z-index: 300;box-sizing: border-box;background: #fae8f9;color: #444;padding: 8px 0;border-radius: 2px;box-shadow: 2px 3px 4.7px .3px rgba(0,0,0,0.24)}.dj-megamenu-override li:hover div.dj-subwrap div.dj-subwrap,.dj-megamenu-override li.hover div.dj-subwrap div.dj-subwrap{left: 100%;right: auto;top: 0;z-index: 400;margin: -8px 16px 0}.dj-megamenu-override .dj-subcol{display: inline-block;vertical-align: top;box-sizing: border-box;padding: 0 16px}.dj-megamenu-override .dj-submenu > li{display: block;position: relative}.dj-megamenu-override .dj-submenu > li > a{color: #444;display: block;font-size: 13px;font-weight: 500;line-height: 20px;text-decoration: none;padding: 12px 16px;margin: 0 -16px;position: relative;overflow: hidden}.dj-megamenu-override .dj-submenu > li > a small.subtitle{display: block;font-size: 10px;line-height: 1}.dj-megamenu-override .dj-submenu > li > a img{max-height: 20px;vertical-align: top}.dj-megamenu-override .dj-submenu > li > a:after{content: '';display: block;position: absolute;left: 50%;top: 50%;width: 200px;height: 200px;margin-left: -100px;margin-top: -100px;background: #000;border-radius: 100%;opacity: .1;-webkit-transform: scale(0);transform: scale(0)}.dj-megamenu-override .dj-submenu > li > a:not(:active):after{animation: ripple 1s ease-out}.dj-megamenu-override .dj-submenu > li > a:after{visibility: hidden}.dj-megamenu-override .dj-submenu > li > a:focus:after{visibility: visible}.dj-megamenu-override .dj-submenu > li:hover > a,.dj-megamenu-override .dj-submenu > li.hover > a,.dj-megamenu-override .dj-submenu > li.active > a{background: rgba(0,0,0,0.05);color: inherit !important}.dj-megamenu-override .dj-subtree{margin-left: 16px}.dj-megamenu-override .dj-subtree > li{display: block;position: relative}.dj-megamenu-override .dj-subtree > li > a{color: #444;display: block;font-size: 13px;font-weight: 500;line-height: 20px;padding: 8px 0}.dj-megamenu-override .dj-subtree > li > a small.subtitle{display: block;font-size: 10px;line-height: 1}.dj-megamenu-override .dj-subtree > li > a img{max-height: 20px;vertical-align: top}.dj-megamenu-override .dj-subtree > li > a span.image-title{display: inline}.dj-megamenu-override .dj-subtree > li:hover > a,.dj-megamenu-override .dj-subtree > li.hover > a,.dj-megamenu-override .dj-subtree > li.active > a{color: #38048a;text-decoration: none}.dj-megamenu-override .modules-wrap{padding: 8px 0}.dj-megamenu-override .modules-wrap .moduletable{clear: both;margin: 32px 0 0;position: relative;font-size: 13px;line-height: 20px;color: #444}.dj-megamenu-override .modules-wrap .moduletable > h3{font-size: 20px;color: #232323;font-weight: 500;margin: 0 0 16px}.dj-megamenu-override .modules-wrap .moduletable:first-child{margin: 0}div.dj-megamenu-override.dj-megamenu-sticky{background: #92ab7d}div.dj-megamenu-override.dj-megamenu-sticky > .dj-megamenu-override{margin: 0}div.dj-megamenu-override.dj-megamenu-sticky[style*="position: fixed"] > .dj-megamenu-override{padding: 15px 0 14px}.dj-megamenu-override .dj-stickylogo.dj-align-center{text-align: center;padding: 0 0 20px}.dj-megamenu-override .dj-stickylogo.dj-align-left{float: left;padding: 0 20px}.dj-megamenu-override .dj-stickylogo.dj-align-right{float: right;padding: 0 20px}#jm-allpage .dj-mobile-open-btn{background: none;border-radius: 0;color: #0d0c0c;padding: 0;width: 40px;height: 40px;line-height: 40px}#jm-allpage .dj-mobile-open-btn:hover{color: #38048a}#jm-allpage .select-input .dj-select{vertical-align: top;max-width: none;margin: 0;font-family: 'Roboto', sans-serif;font-size: 13px;font-weight: 400;padding: 0 10px;vertical-align: middle;border: 1px solid rgba(0,0,0,0.07000000000000001);border-radius: 2px;color: rgba(0,0,0,0.38);background: transparent;height: 36px;line-height: 36px}#jm-allpage .select-input .dj-select option{color: rgba(0,0,0,0.38);background: transparent;font-family: 'Roboto', sans-serif;font-size: 13px;font-weight: 400;padding: 5px 10px}#jm-allpage .select-button select option{color: rgba(0,0,0,0.38);background: transparent;font-family: 'Roboto', sans-serif;font-size: 13px;font-weight: 400;padding: 5px 10px}.dj-mobile-nav.dj-mobile-dark .moduletable > h3{color: #fff;margin: 10px 0}.dj-mobile-nav.dj-mobile-dark .nav.menu li a,.dj-mobile-nav.dj-mobile-dark .nav.menu li span.separator{color: inherit}.dj-mobile-nav.dj-mobile-dark .nav.menu li a:hover,.dj-mobile-nav.dj-mobile-dark .nav.menu li span.separator:hover{color: #38048a}#jm-allpage .dj-mobile-open-btn{width: auto}div.dj-megamenu-select .dj-mobile-open-btn,div.dj-megamenu-offcanvas .dj-mobile-open-btn,div.dj-megamenu-accordion .dj-mobile-open-btn{display: inline-block;width: auto;padding: 3px 8px}div.dj-megamenu-select .dj-mobile-open-btn span + span,div.dj-megamenu-offcanvas .dj-mobile-open-btn span + span,div.dj-megamenu-accordion .dj-mobile-open-btn span + span{margin-left: 12px}html[dir="rtl"] div.dj-megamenu-select .dj-mobile-open-btn span + span,html[dir="rtl"] div.dj-megamenu-offcanvas .dj-mobile-open-btn span + span,html[dir="rtl"] div.dj-megamenu-accordion .dj-mobile-open-btn span + span{margin-left: 0;margin-right: 12px}div.dj-megamenu-select .dj-mobile-open-btn:focus,div.dj-megamenu-select:hover .dj-mobile-open-btn,div.dj-megamenu-offcanvas .dj-mobile-open-btn:hover,div.dj-megamenu-offcanvas .dj-mobile-open-btn:focus,div.dj-megamenu-accordion .dj-mobile-open-btn:hover,div.dj-megamenu-accordion .dj-mobile-open-btn:focus{text-decoration: none}div.dj-megamenu-select.select-button{width: auto}div.dj-megamenu-select.select-button select{width: auto;max-width: 9999px;text-indent: 9999px}div.dj-megamenu-accordion{position: relative;text-align: center}div.dj-megamenu-accordion.dj-align-left{text-align: left;margin: 0}div.dj-megamenu-accordion.dj-align-right{text-align: right;margin: 0}

body.top-menu.item_view>div.dj-offcanvas-wrapper>div.dj-offcanvas-pusher>div.dj-offcanvas-pusher-in>div>div.jm-wrapper>div>div:nth-child(2)>div.container-fluid>div.row-fluid:nth-child(2)>div.span12>main>div.clearfix.djcftheme-jm-classifiedads>div.dj-item>div.row-fluid>div.span3>div.djcf_images_generaldet_box>div.general_det.general_det_s.general_det_m>div.general_det_in>div.row_gd.user_name>div.row_value>div.profile_item_box>div.profile_name_data>div.profile_adverts_link{font-weight:bold !important;background-color:#5fe4f5 !important;box-sizing:border-box !important;width:129px !important;max-width:129px !important;height:27px !important;display:block !important;text-align:center !important;border-radius:2px !important;}body.top-menu.item_view>div.dj-offcanvas-wrapper>div.dj-offcanvas-pusher>div.dj-offcanvas-pusher-in>div>div.jm-wrapper>div>div:nth-child(2)>div.container-fluid>div.row-fluid:nth-child(2)>div.span12>main>div.clearfix.djcftheme-jm-classifiedads>div.dj-item>div.row-fluid>div.span3>div.djcf_images_generaldet_box>div.general_det.general_det_s.general_det_m>div.general_det_in>div.row_gd.user_name>div.row_value>div.profile_item_box>div.profile_name_data>div.profile_adverts_link>a{text-align:center !important;}body.top-menu.item_view>div.dj-offcanvas-wrapper>div.dj-offcanvas-pusher>div.dj-offcanvas-pusher-in>div>div.jm-wrapper>div>div:nth-child(2)>div.container-fluid>div.row-fluid:nth-child(2)>div.span12>main>div.clearfix.djcftheme-jm-classifiedads>div.dj-item>div.row-fluid>div.span3>div.djcf_images_generaldet_box>div.general_det.general_det_s.general_det_m>div.general_det_in>div.row_gd.user_name>div.row_value>div.profile_item_box>div.profile_name_data>div.profile_social_link>a{font-weight:bold !important;background-color:#f5c15f !important;background-position-y:6px !important;box-sizing:border-box !important;width:129px !important;max-width:129px !important;height:29px !important;display:block !important;text-align:center !important;border-radius:2px !important;}body.top-menu>div.dj-offcanvas-wrapper>div.dj-offcanvas-pusher>div.dj-offcanvas-pusher-in>div>div.jm-wrapper>div>div.full-width{font-family:Courier New, Courier, mono !important;}body.top-menu>div.dj-offcanvas-wrapper>div.dj-offcanvas-pusher>div.dj-offcanvas-pusher-in>div>div.jm-wrapper>div>div.full-width>div.container-fluid>div.row-fluid.jm-flexiblock.jm-header>div.span12>div.jm-module.slogan-ms>div.jm-module-in>div.jm-module-content.clearfix.notitle>div.custom.slogan-ms>h1:nth-child(1)>span:nth-child(1)>strong{font-size:24px !important;font-family:Georgia, Times New Roman, Times, serif !important;text-align:center !important;font-weight:bold !important;}body.top-menu>div.dj-offcanvas-wrapper>div.dj-offcanvas-pusher>div.dj-offcanvas-pusher-in>div>div.jm-wrapper>div>div.full-width>div.container-fluid>div.row-fluid.jm-flexiblock.jm-header>div.span12>div.jm-module.slogan-ms>div.jm-module-in>div.jm-module-content.clearfix.notitle>div.custom.slogan-ms>h1:nth-child(2)>span:nth-child(2)>span>strong{font-size:48px !important;font-weight:bold !important;font-family:Georgia, Times New Roman, Times, serif !important;text-align:center !important;}body.top-menu>div.dj-offcanvas-wrapper>div.dj-offcanvas-pusher>div.dj-offcanvas-pusher-in>div>div.jm-wrapper>div>div.full-width>div.container-fluid>div.row-fluid.jm-flexiblock.jm-header>div.span12>div.jm-module.slogan-ms>div.jm-module-in>div.jm-module-content.clearfix.notitle>div.custom.slogan-ms>h1:nth-child(3){font-weight:bold !important;font-size:19px !important;}body.top-menu>div.dj-offcanvas-wrapper>div.dj-offcanvas-pusher>div.dj-offcanvas-pusher-in>div>div.jm-wrapper>div>div.full-width>div.container-fluid>div.row-fluid.jm-flexiblock.jm-header>div.span12>div.jm-module.slogan-ms>div.jm-module-in>div.jm-module-content.clearfix.notitle>div.custom.slogan-ms>h1:nth-child(3)>span>strong{font-family:Comic Sans ms, sans-serif !important;font-weight:bold !important;text-align:center !important;font-size:16px !important;}body.top-menu>div.dj-offcanvas-wrapper>div.dj-offcanvas-pusher>div.dj-offcanvas-pusher-in>div>div.jm-wrapper>div>div:nth-child(2)>div.container-fluid>div.row-fluid.jm-flexiblock.jm-top1>div.span12>div.jm-module:nth-child(1)>div.jm-module-in>div.jm-title-wrap>h3.jm-title{font-size:24px !important;font-weight:bold !important;font-family:Georgia, Times New Roman, Times, serif !important;}body.top-menu>div.dj-offcanvas-wrapper>div.dj-offcanvas-pusher>div.dj-offcanvas-pusher-in>div>div.jm-wrapper>div>div:nth-child(2)>div.container-fluid>div.row-fluid.jm-flexiblock.jm-top1>div.span12>div.jm-module:nth-child(2)>div.jm-module-in>div.jm-title-wrap>h3.jm-title{font-size:24px !important;font-family:Georgia, Times New Roman, Times, serif !important;font-weight:bold !important;}body.top-menu>div.dj-offcanvas-wrapper>div.dj-offcanvas-pusher>div.dj-offcanvas-pusher-in>div>div.jm-wrapper>div>div:nth-child(2)>div.container-fluid>div.row-fluid:nth-child(2)>div.span12>main>div.clearfix.djcftheme-jm-classifiedads>div.profile_outer>div.profile_box>div.profile_name_data>div.profile_row.row_social_link>span.profile_row_value{background-color:#f5c15f !important;box-sizing:border-box !important;width:222px !important;max-width:222px !important;height:38px !important;display:block !important;text-align:center !important;font-size:18px !important;}body.top-menu>div.dj-offcanvas-wrapper>div.dj-offcanvas-pusher>div.dj-offcanvas-pusher-in>div>div.jm-wrapper>div>div:nth-child(2)>div.container-fluid>div.row-fluid:nth-child(2)>div.span12>main>div.clearfix.djcftheme-jm-classifiedads>div.profile_outer>div.profile_box>div.profile_name_data>div.profile_row.row_social_link>span.profile_row_value>a{font-weight:bold !important;}body.top-menu>div.dj-offcanvas-wrapper>div.dj-offcanvas-pusher>div.dj-offcanvas-pusher-in>div>div.jm-wrapper>div>div:nth-child(2)>div.container-fluid>div.row-fluid:nth-child(2)>div.span12>main>div.joms-reaction--on.jomsocial-wrapper.on-jm-classifiedads.ltr.cFrontpage>div.jomsocial>div.joms-landing.no-image>div.joms-landing__cover>div.joms-landing__content>div.joms-landing__text>h2{font-size:36px !important;}body.top-menu>div.dj-offcanvas-wrapper>div.dj-offcanvas-pusher>div.dj-offcanvas-pusher-in>div>div.jm-wrapper>div>div:nth-child(2)>div.container-fluid>div.row-fluid:nth-child(2)>div.span12>main>div.joms-reaction--on.jomsocial-wrapper.on-jm-classifiedads.ltr.cFrontpage>div.jomsocial>div.joms-landing.no-image>div.joms-landing__cover>div.joms-landing__content>div.joms-landing__text>p{font-size:24px !important;}body.top-menu>div.dj-offcanvas-wrapper>div.dj-offcanvas-pusher>div.dj-offcanvas-pusher-in>div>div.jm-wrapper>div>div:nth-child(3)>div.container-fluid>div.row-fluid.jm-flexiblock.jm-footer-mod>div.span3:nth-child(1)>div.jm-module>div.jm-module-in{text-align:center !important;}body.top-menu>div.dj-offcanvas-wrapper>div.dj-offcanvas-pusher>div.dj-offcanvas-pusher-in>div>div.jm-wrapper>div>div:nth-child(3)>div.container-fluid>div.row-fluid.jm-flexiblock.jm-footer-mod>div.span3:nth-child(1)>div.jm-module>div.jm-module-in>div.jm-module-content.clearfix>ul.nav.menu.mod-list>li.item-1201>a{font-size:16px !important;}body.top-menu>div.dj-offcanvas-wrapper>div.dj-offcanvas-pusher>div.dj-offcanvas-pusher-in>div>div.jm-wrapper>div>div:nth-child(3)>div.container-fluid>div.row-fluid.jm-flexiblock.jm-footer-mod>div.span3:nth-child(1)>div.jm-module>div.jm-module-in>div.jm-module-content.clearfix>ul.nav.menu.mod-list>li.item-1242.current.active>a{font-size:16px !important;}body.top-menu>div.dj-offcanvas-wrapper>div.dj-offcanvas-pusher>div.dj-offcanvas-pusher-in>div>div.jm-wrapper>div>div:nth-child(3)>div.container-fluid>div.row-fluid.jm-flexiblock.jm-footer-mod>div.span3:nth-child(1)>div.jm-module>div.jm-module-in>div.jm-module-content.clearfix>ul.nav.menu.mod-list>li.item-1251>a{font-size:16px !important;}body.top-menu>div.dj-offcanvas-wrapper>div.dj-offcanvas-pusher>div.dj-offcanvas-pusher-in>div>div.jm-wrapper>div>div:nth-child(3)>div.container-fluid>div.row-fluid.jm-flexiblock.jm-footer-mod>div.span3:nth-child(1)>div.jm-module>div.jm-module-in>div.jm-module-content.clearfix>ul.nav.menu.mod-list>li.item-763>a{font-size:16px !important;}body.top-menu>div.dj-offcanvas-wrapper>div.dj-offcanvas-pusher>div.dj-offcanvas-pusher-in>div>div.jm-wrapper>div>div:nth-child(4)>div.container-fluid>div.row-fluid.jm-flexiblock.jm-bottom1>div.span12>div.jm-module>div.jm-module-in>div.jm-title-wrap>h3.jm-title{font-size:24px !important;font-family:Georgia, Times New Roman, Times, serif !important;font-weight:bold !important;}body.top-menu>div.dj-offcanvas-wrapper>div.dj-offcanvas-pusher>div.dj-offcanvas-pusher-in>div>div.jm-wrapper>div>div:nth-child(4)>div.container-fluid>div.row-fluid.jm-flexiblock.jm-bottom2>div.span12>div.jm-module>div.jm-module-in>div.jm-title-wrap>h1.jm-title{font-size:33px !important;font-weight:bold !important;font-family:Georgia, Times New Roman, Times, serif !important;}body.top-menu>div.dj-offcanvas-wrapper>div.dj-offcanvas-pusher>div.dj-offcanvas-pusher-in>div>div.jm-wrapper>div>div:nth-child(4)>div.container-fluid>div.row-fluid.jm-flexiblock.jm-bottom2>div.span12>div.jm-module>div.jm-module-in>div.jm-title-wrap>h3.jm-title{font-size:36px !important;font-family:Georgia, Times New Roman, Times, serif !important;font-weight:bold !important;}body.top-menu>div.dj-offcanvas-wrapper>div.dj-offcanvas-pusher>div.dj-offcanvas-pusher-in>div>div.jm-wrapper>div>div:nth-child(4)>div.container-fluid>div.row-fluid.jm-flexiblock.jm-footer-mod>div.span3:nth-child(1)>div.jm-module>div.jm-module-in{text-align:center !important;}body.top-menu>div.dj-offcanvas-wrapper>div.dj-offcanvas-pusher>div.dj-offcanvas-pusher-in>div>div.jm-wrapper>div>div:nth-child(4)>div.container-fluid>div.row-fluid.jm-flexiblock.jm-footer-mod>div.span3:nth-child(1)>div.jm-module>div.jm-module-in>div.jm-module-content.clearfix>ul.nav.menu.mod-list>li.item-1201>a{font-size:16px !important;}body.top-menu>div.dj-offcanvas-wrapper>div.dj-offcanvas-pusher>div.dj-offcanvas-pusher-in>div>div.jm-wrapper>div>div:nth-child(4)>div.container-fluid>div.row-fluid.jm-flexiblock.jm-footer-mod>div.span3:nth-child(1)>div.jm-module>div.jm-module-in>div.jm-module-content.clearfix>ul.nav.menu.mod-list>li.item-1242>a{font-size:16px !important;}body.top-menu>div.dj-offcanvas-wrapper>div.dj-offcanvas-pusher>div.dj-offcanvas-pusher-in>div>div.jm-wrapper>div>div:nth-child(4)>div.container-fluid>div.row-fluid.jm-flexiblock.jm-footer-mod>div.span3:nth-child(1)>div.jm-module>div.jm-module-in>div.jm-module-content.clearfix>ul.nav.menu.mod-list>li.item-1251>a{font-size:16px !important;}body.top-menu>div.dj-offcanvas-wrapper>div.dj-offcanvas-pusher>div.dj-offcanvas-pusher-in>div>div.jm-wrapper>div>div:nth-child(4)>div.container-fluid>div.row-fluid.jm-flexiblock.jm-footer-mod>div.span3:nth-child(1)>div.jm-module>div.jm-module-in>div.jm-module-content.clearfix>ul.nav.menu.mod-list>li.item-763>a{font-size:16px !important;}body.top-menu>div.dj-offcanvas-wrapper>div.dj-offcanvas-pusher>div.dj-offcanvas-pusher-in>div>div.jm-wrapper>div>div:nth-child(5)>div.container-fluid>div.row-fluid.jm-flexiblock.jm-footer-mod>div.span3:nth-child(1)>div.jm-module>div.jm-module-in{text-align:center !important;}body.top-menu>div.dj-offcanvas-wrapper>div.dj-offcanvas-pusher>div.dj-offcanvas-pusher-in>div>div.jm-wrapper>div>div:nth-child(5)>div.container-fluid>div.row-fluid.jm-flexiblock.jm-footer-mod>div.span3:nth-child(1)>div.jm-module>div.jm-module-in>div.jm-module-content.clearfix>ul.nav.menu.mod-list>li.item-1201>a{font-size:16px !important;}body.top-menu>div.dj-offcanvas-wrapper>div.dj-offcanvas-pusher>div.dj-offcanvas-pusher-in>div>div.jm-wrapper>div>div:nth-child(5)>div.container-fluid>div.row-fluid.jm-flexiblock.jm-footer-mod>div.span3:nth-child(1)>div.jm-module>div.jm-module-in>div.jm-module-content.clearfix>ul.nav.menu.mod-list>li.item-1242>a{font-size:16px !important;}body.top-menu>div.dj-offcanvas-wrapper>div.dj-offcanvas-pusher>div.dj-offcanvas-pusher-in>div>div.jm-wrapper>div>div:nth-child(5)>div.container-fluid>div.row-fluid.jm-flexiblock.jm-footer-mod>div.span3:nth-child(1)>div.jm-module>div.jm-module-in>div.jm-module-content.clearfix>ul.nav.menu.mod-list>li.item-1251>a{font-size:16px !important;}body.top-menu>div.dj-offcanvas-wrapper>div.dj-offcanvas-pusher>div.dj-offcanvas-pusher-in>div>div.jm-wrapper>div>div:nth-child(5)>div.container-fluid>div.row-fluid.jm-flexiblock.jm-footer-mod>div.span3:nth-child(1)>div.jm-module>div.jm-module-in>div.jm-module-content.clearfix>ul.nav.menu.mod-list>li.item-763>a{font-size:16px !important;}body.top-menu>div.dj-offcanvas-wrapper>div.dj-offcanvas-pusher>div.dj-offcanvas-pusher-in>div>div.jm-wrapper>div>div:nth-child(6)>div.container-fluid>div.row-fluid.jm-flexiblock.jm-footer-mod>div.span2:nth-child(1)>div.jm-module>div.jm-module-in>div.jm-module-content.clearfix.notitle>ul.nav.menu.mod-list>li.item-1093>a{font-size:18px !important;font-family:Georgia, Times New Roman, Times, serif !important;font-weight:bold !important;}body.top-menu>div.dj-offcanvas-wrapper>div.dj-offcanvas-pusher>div.dj-offcanvas-pusher-in>div>div.jm-wrapper>div>div:nth-child(6)>div.container-fluid>div.row-fluid.jm-flexiblock.jm-footer-mod>div.span2:nth-child(1)>div.jm-module>div.jm-module-in>div.jm-module-content.clearfix.notitle>ul.nav.menu.mod-list>li.item-1098>a{font-size:18px !important;font-family:Georgia, Times New Roman, Times, serif !important;font-weight:bold !important;}body.top-menu>div.dj-offcanvas-wrapper>div.dj-offcanvas-pusher>div.dj-offcanvas-pusher-in>div>div.jm-wrapper>div>div:nth-child(6)>div.container-fluid>div.row-fluid.jm-flexiblock.jm-footer-mod>div.span2:nth-child(1)>div.jm-module>div.jm-module-in>div.jm-module-content.clearfix.notitle>ul.nav.menu.mod-list>li.item-1187>a{font-size:18px !important;font-family:Georgia, Times New Roman, Times, serif !important;font-weight:bold !important;}body.top-menu>div.dj-offcanvas-wrapper>div.dj-offcanvas-pusher>div.dj-offcanvas-pusher-in>div>div.jm-wrapper>div>div:nth-child(6)>div.container-fluid>div.row-fluid.jm-flexiblock.jm-footer-mod>div.span2:nth-child(1)>div.jm-module>div.jm-module-in>div.jm-module-content.clearfix.notitle>ul.nav.menu.mod-list>li.item-1210>a{font-size:18px !important;font-family:Georgia, Times New Roman, Times, serif !important;font-weight:bold !important;}body.top-menu>div.dj-offcanvas-wrapper>div.dj-offcanvas-pusher>div.dj-offcanvas-pusher-in>div>div.jm-wrapper>div>div:nth-child(6)>div.container-fluid>div.row-fluid.jm-flexiblock.jm-footer-mod>div.span2:nth-child(2)>div.jm-module.small-title-ms>div.jm-module-in>div.jm-module-content.clearfix.notitle>ul.nav.menu.mod-list>li.item-1251>a{font-size:18px !important;font-weight:bold !important;font-family:Georgia, Times New Roman, Times, serif !important;}body.top-menu>div.dj-offcanvas-wrapper>div.dj-offcanvas-pusher>div.dj-offcanvas-pusher-in>div>div.jm-wrapper>div>div:nth-child(6)>div.container-fluid>div.row-fluid.jm-flexiblock.jm-footer-mod>div.span2:nth-child(2)>div.jm-module.small-title-ms>div.jm-module-in>div.jm-module-content.clearfix>ul.nav.menu.mod-list>li.item-1201>a{font-size:18px !important;font-family:Georgia, Times New Roman, Times, serif !important;font-weight:bold !important;}body.top-menu>div.dj-offcanvas-wrapper>div.dj-offcanvas-pusher>div.dj-offcanvas-pusher-in>div>div.jm-wrapper>div>div:nth-child(6)>div.container-fluid>div.row-fluid.jm-flexiblock.jm-footer-mod>div.span2:nth-child(2)>div.jm-module.small-title-ms>div.jm-module-in>div.jm-module-content.clearfix>ul.nav.menu.mod-list>li.item-1242>a{font-size:18px !important;font-weight:bold !important;font-family:Georgia, Times New Roman, Times, serif !important;}body.top-menu>div.dj-offcanvas-wrapper>div.dj-offcanvas-pusher>div.dj-offcanvas-pusher-in>div>div.jm-wrapper>div>div:nth-child(6)>div.container-fluid>div.row-fluid.jm-flexiblock.jm-footer-mod>div.span2:nth-child(2)>div.jm-module.small-title-ms>div.jm-module-in>div.jm-module-content.clearfix>ul.nav.menu.mod-list>li.item-763>a{font-size:18px !important;font-family:Georgia, Times New Roman, Times, serif !important;font-weight:bold !important;}body.top-menu>div.dj-offcanvas-wrapper>div.dj-offcanvas-pusher>div.dj-offcanvas-pusher-in>div>div.jm-wrapper>div>div:nth-child(6)>div.container-fluid>div.row-fluid.jm-flexiblock.jm-footer-mod>div.span2:nth-child(2)>div.jm-module.small-title-ms>div.jm-module-in>div.jm-title-wrap>h3.jm-title{font-size:18px !important;font-weight:bold !important;text-decoration:underline !important;}body.top-menu>div.dj-offcanvas-wrapper>div.dj-offcanvas-pusher>div.dj-offcanvas-pusher-in>div>div.jm-wrapper>div>div:nth-child(6)>div.container-fluid>div.row-fluid.jm-flexiblock.jm-footer-mod>div.span3:nth-child(1)>div.jm-module>div.jm-module-in{text-align:center !important;}body.top-menu>div.dj-offcanvas-wrapper>div.dj-offcanvas-pusher>div.dj-offcanvas-pusher-in>div>div.jm-wrapper>div>div:nth-child(6)>div.container-fluid>div.row-fluid.jm-flexiblock.jm-footer-mod>div.span3:nth-child(1)>div.jm-module>div.jm-module-in>div.jm-module-content.clearfix>ul.nav.menu.mod-list>li.item-1201>a{font-size:16px !important;}body.top-menu>div.dj-offcanvas-wrapper>div.dj-offcanvas-pusher>div.dj-offcanvas-pusher-in>div>div.jm-wrapper>div>div:nth-child(6)>div.container-fluid>div.row-fluid.jm-flexiblock.jm-footer-mod>div.span3:nth-child(1)>div.jm-module>div.jm-module-in>div.jm-module-content.clearfix>ul.nav.menu.mod-list>li.item-1242>a{font-size:16px !important;}body.top-menu>div.dj-offcanvas-wrapper>div.dj-offcanvas-pusher>div.dj-offcanvas-pusher-in>div>div.jm-wrapper>div>div:nth-child(6)>div.container-fluid>div.row-fluid.jm-flexiblock.jm-footer-mod>div.span3:nth-child(1)>div.jm-module>div.jm-module-in>div.jm-module-content.clearfix>ul.nav.menu.mod-list>li.item-1251>a{font-size:16px !important;}body.top-menu>div.dj-offcanvas-wrapper>div.dj-offcanvas-pusher>div.dj-offcanvas-pusher-in>div>div.jm-wrapper>div>div:nth-child(6)>div.container-fluid>div.row-fluid.jm-flexiblock.jm-footer-mod>div.span3:nth-child(1)>div.jm-module>div.jm-module-in>div.jm-module-content.clearfix>ul.nav.menu.mod-list>li.item-763>a{font-size:16px !important;}body.top-menu>div.dj-offcanvas-wrapper>div.dj-offcanvas-pusher>div.dj-offcanvas-pusher-in>div>div.jm-wrapper>div>div:nth-child(6)>div.container-fluid>div.row-fluid.jm-flexiblock.jm-footer-mod>div.span3:nth-child(4)>div.jm-module>div.jm-module-in>div.jm-module-content.clearfix.notitle>div.mvc_main1>div.mvc_pre1{font-size:18px !important;font-family:Georgia, Times New Roman, Times, serif !important;font-weight:bold !important;}body.top-menu>div.dj-offcanvas-wrapper>div.dj-offcanvas-pusher>div.dj-offcanvas-pusher-in>div>div.jm-wrapper>div>div:nth-child(6)>div.container-fluid>div.row-fluid.jm-flexiblock.jm-footer-mod>div.span3:nth-child(5)>div.jm-module>div.jm-module-in>div.jm-title-wrap>h3.jm-title{font-size:18px !important;font-family:Georgia, Times New Roman, Times, serif !important;font-weight:bold !important;}body.top-menu>div.dj-offcanvas-wrapper>div.dj-offcanvas-pusher>div.dj-offcanvas-pusher-in>div>header>div.container-fluid>nav.pull-right>div.jm-module-raw>div.dj-megamenu-wrapper>ul.dj-megamenu.dj-megamenu-override.horizontalMenu.normal>li.dj-up.itemid1000.first.current.active.parent.hover>a.dj-up_a.active>span.dj-drop{font-size:16px !important;}body.top-menu>div.dj-offcanvas-wrapper>div.dj-offcanvas-pusher>div.dj-offcanvas-pusher-in>div>header>div.container-fluid>nav.pull-right>div.jm-module-raw>div.dj-megamenu-wrapper>ul.dj-megamenu.dj-megamenu-override.horizontalMenu.normal>li.dj-up.itemid1000.first.parent.hover>a.dj-up_a>span.dj-drop{font-size:16px !important;}body.top-menu>div.dj-offcanvas-wrapper>div.dj-offcanvas-pusher>div.dj-offcanvas-pusher-in>div>header>div.container-fluid>nav.pull-right>div.jm-module-raw>div.dj-megamenu-wrapper>ul.dj-megamenu.dj-megamenu-override.horizontalMenu.normal>li.dj-up.itemid1148.parent.hover>a.dj-up_a>span.dj-drop{font-size:16px !important;}body.top-menu>div.dj-offcanvas-wrapper>div.dj-offcanvas-pusher>div.dj-offcanvas-pusher-in>div>header>div.container-fluid>nav.pull-right>div.jm-module-raw>div.dj-megamenu-wrapper>ul.dj-megamenu.dj-megamenu-override.horizontalMenu.normal>li.dj-up.itemid1186.current.active.parent.hover>a.dj-up_a.active>span.dj-drop{font-size:16px !important;}body.top-menu>div.dj-offcanvas-wrapper>div.dj-offcanvas-pusher>div.dj-offcanvas-pusher-in>div>header>div.container-fluid>nav.pull-right>div.jm-module-raw>div.dj-megamenu-wrapper>ul.dj-megamenu.dj-megamenu-override.horizontalMenu.normal>li.dj-up.itemid1186.parent.hover>a.dj-up_a>span.dj-drop{font-size:16px !important;}body.top-menu>div.dj-offcanvas-wrapper>div.dj-offcanvas-pusher>div.dj-offcanvas-pusher-in>div>header>div.container-fluid>nav.pull-right>div.jm-module-raw>div.dj-megamenu-wrapper>ul.dj-megamenu.dj-megamenu-override.horizontalMenu.normal>li.dj-up.itemid1207.hover>a.dj-up_a>span{font-size:16px !important;}body.top-menu>div.dj-offcanvas-wrapper>div.dj-offcanvas-pusher>div.dj-offcanvas-pusher-in>div>header>div.container-fluid>nav.pull-right>div.jm-module-raw>div.dj-megamenu-wrapper>ul.dj-megamenu.dj-megamenu-override.horizontalMenu.normal>li.dj-up.itemid1240.hover>a.dj-up_a>span{font-size:16px !important;}body.top-menu>div.dj-offcanvas-wrapper>div.dj-offcanvas-pusher>div.dj-offcanvas-pusher-in>div>header>div.container-fluid>nav.pull-right>div.jm-module-raw>div.dj-megamenu-wrapper>ul.dj-megamenu.dj-megamenu-override.horizontalMenu.normal>li.dj-up.itemid1241.parent.hover>a.dj-up_a>span.dj-drop{font-size:16px !important;}		.dj-hideitem { display: none !important; }

		@media (min-width: 768px) {	
			#dj-megamenu141mobile { display: none; }
		}
		@media (max-width: 767px) {
			#dj-megamenu141, #dj-megamenu141sticky, #dj-megamenu141placeholder { display: none !important; }
		}
	#wkpwa-loader-overlay {
                display:none;
                position:fixed;
                top:0px;
                left:0px;
                bottom:0px;
                right:0px;
                z-index:999999;
                background:rgba(54, 25, 25, 0.2) none repeat scroll 0 0;
                text-align: center;
            }
            #wkpwa-loader{
                top:50%;
                position:relative;
                color:#fff;
                font-size: 18px;
                z-index: 9999999;
            }
            #webkulpwa_offline_bar {
                display:none;
                background-color: red;
                position: fixed;
                bottom: 0px;
                left: 0;
                right: 0;
                max-height: 30px;
                text-align: center;
                z-index: 9999999;
                font-size: 20px;
                font-weight:bold;
                color:#fff;
                padding: 20px;
                opacity:0.5;
            }
                    .cp-spinner{
                        width:48px;
                        height:48px;
                        display:inline-block;
                        box-sizing:border-box;
                        position:relative
                    }
                    .cp-skeleton{
                        border-radius:50%;
                        border-top:solid 6px #f7b63e;
                        border-right:solid 6px transparent;
                        border-bottom:solid 6px transparent;
                        border-left:solid 6px transparent;
                        animation:cp-skeleton-animate 1s linear infinite
                    }
                    .cp-skeleton:before{
                        border-radius:50%;
                        content:" ";
                        width:48px;
                        height:48px;
                        display:inline-block;
                        box-sizing:border-box;
                        border-top:solid 6px transparent;
                        border-right:solid 6px transparent;
                        border-bottom:solid 6px transparent;
                        border-left:solid 6px #f7b63e;
                        position:absolute;
                        top:-6px;
                        left:-6px;
                        transform:rotateZ(-30deg)
                    }
                    .cp-skeleton:after{
                        border-radius:50%;
                        content:" ";
                        width:48px;
                        height:48px;
                        display:inline-block;
                        box-sizing:border-box;
                        border-top:solid 6px transparent;
                        border-right:solid 6px #f7b63e;
                        border-bottom:solid 6px transparent;
                        border-left:solid 6px transparent;
                        position:absolute;
                        top:-6px;
                        right:-6px;
                        transform:rotateZ(30deg)
                    }
                    @keyframes cp-skeleton-animate{
                        0%{
                            transform:rotate(0);
                            opacity:1
                        }
                        50%{
                            opacity:.7
                        }
                        100%{
                            transform:rotate(360deg);
                            opacity:1
                        }
                    }

                
	

        .orderimages-container {
            margin-top: 20px;
            margin-bottom: 20px;
        }
    