@charset "UTF-8";
/*!
 * Theme Name: TownPress
 * Theme URI: http://demos.volovar.net/townpress.wp/demo
 * Text Domain: townpress
 * Description: Municipality WordPress Theme
 * Version: 1.3.9
 * Author: LSVRthemes
 * Author URI: http://themeforest.net/user/LSVRthemes/portfolio
 * Tags: post-formats, theme-options, threaded-comments, translation-ready, one-column, two-columns, three-columns, four-columns, right-sidebar, responsive-layout
 * License: GNU General Public License v2 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 */
/*! -----------------------------------------------------------------------------

	This theme is coded with SASS (http://sass-lang.com/).
	If you want to add or override CSS definitions, please use either Custom CSS
	feature in Theme Options, or add your CSS to style.css in child theme.
	Using the child theme is HIGHLY recommended for any type of customization.

----------------------------------------------------------------------------- */
/* -----------------------------------------------------------------------------

	TABLE OF CONTENTS

	1.) Import
	2.) General
	3.) Components
	4.) Header
	5.) Core
	6.) Widgets
	7.) Sidebar
	8.) Footer
	9.) Other
	10.) Responsive
	11.) Print

----------------------------------------------------------------------------- */
/* -----------------------------------------------------------------------------

    1.) IMPORT

----------------------------------------------------------------------------- */
/*!
 * Bootstrap v3.0.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 @twitter by @mdo and @fat.
 */
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }

.container:before, .container:after {
  content: " ";
  display: table; }

.container:after {
  clear: both; }

.row {
  margin-left: -15px;
  margin-right: -15px; }

.row:before, .row:after {
  content: " ";
  display: table; }

.row:after {
  clear: both; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11 {
  float: left; }

.col-xs-12 {
  width: 100%; }

.col-xs-11 {
  width: 91.66666666666666%; }

.col-xs-10 {
  width: 83.33333333333334%; }

.col-xs-9 {
  width: 75%; }

.col-xs-8 {
  width: 66.66666666666666%; }

.col-xs-7 {
  width: 58.333333333333336%; }

.col-xs-6 {
  width: 50%; }

.col-xs-5 {
  width: 41.66666666666667%; }

.col-xs-4 {
  width: 33.33333333333333%; }

.col-xs-3 {
  width: 25%; }

.col-xs-2 {
  width: 16.666666666666664%; }

.col-xs-1 {
  width: 8.333333333333332%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-pull-11 {
  right: 91.66666666666666%; }

.col-xs-pull-10 {
  right: 83.33333333333334%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-8 {
  right: 66.66666666666666%; }

.col-xs-pull-7 {
  right: 58.333333333333336%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-5 {
  right: 41.66666666666667%; }

.col-xs-pull-4 {
  right: 33.33333333333333%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-2 {
  right: 16.666666666666664%; }

.col-xs-pull-1 {
  right: 8.333333333333332%; }

.col-xs-pull-0 {
  right: 0%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-push-11 {
  left: 91.66666666666666%; }

.col-xs-push-10 {
  left: 83.33333333333334%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-8 {
  left: 66.66666666666666%; }

.col-xs-push-7 {
  left: 58.333333333333336%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-5 {
  left: 41.66666666666667%; }

.col-xs-push-4 {
  left: 33.33333333333333%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-2 {
  left: 16.666666666666664%; }

.col-xs-push-1 {
  left: 8.333333333333332%; }

.col-xs-push-0 {
  left: 0%; }

.col-xs-offset-12 {
  margin-left: 100%; }

.col-xs-offset-11 {
  margin-left: 91.66666666666666%; }

.col-xs-offset-10 {
  margin-left: 83.33333333333334%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-8 {
  margin-left: 66.66666666666666%; }

.col-xs-offset-7 {
  margin-left: 58.333333333333336%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-5 {
  margin-left: 41.66666666666667%; }

.col-xs-offset-4 {
  margin-left: 33.33333333333333%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-2 {
  margin-left: 16.666666666666664%; }

.col-xs-offset-1 {
  margin-left: 8.333333333333332%; }

.col-xs-offset-0 {
  margin-left: 0%; }

@media (min-width: 768px) {
  .container {
    width: 750px; }

  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11 {
    float: left; }

  .col-sm-12 {
    width: 100%; }

  .col-sm-11 {
    width: 91.66666666666666%; }

  .col-sm-10 {
    width: 83.33333333333334%; }

  .col-sm-9 {
    width: 75%; }

  .col-sm-8 {
    width: 66.66666666666666%; }

  .col-sm-7 {
    width: 58.333333333333336%; }

  .col-sm-6 {
    width: 50%; }

  .col-sm-5 {
    width: 41.66666666666667%; }

  .col-sm-4 {
    width: 33.33333333333333%; }

  .col-sm-3 {
    width: 25%; }

  .col-sm-2 {
    width: 16.666666666666664%; }

  .col-sm-1 {
    width: 8.333333333333332%; }

  .col-sm-pull-12 {
    right: 100%; }

  .col-sm-pull-11 {
    right: 91.66666666666666%; }

  .col-sm-pull-10 {
    right: 83.33333333333334%; }

  .col-sm-pull-9 {
    right: 75%; }

  .col-sm-pull-8 {
    right: 66.66666666666666%; }

  .col-sm-pull-7 {
    right: 58.333333333333336%; }

  .col-sm-pull-6 {
    right: 50%; }

  .col-sm-pull-5 {
    right: 41.66666666666667%; }

  .col-sm-pull-4 {
    right: 33.33333333333333%; }

  .col-sm-pull-3 {
    right: 25%; }

  .col-sm-pull-2 {
    right: 16.666666666666664%; }

  .col-sm-pull-1 {
    right: 8.333333333333332%; }

  .col-sm-pull-0 {
    right: 0%; }

  .col-sm-push-12 {
    left: 100%; }

  .col-sm-push-11 {
    left: 91.66666666666666%; }

  .col-sm-push-10 {
    left: 83.33333333333334%; }

  .col-sm-push-9 {
    left: 75%; }

  .col-sm-push-8 {
    left: 66.66666666666666%; }

  .col-sm-push-7 {
    left: 58.333333333333336%; }

  .col-sm-push-6 {
    left: 50%; }

  .col-sm-push-5 {
    left: 41.66666666666667%; }

  .col-sm-push-4 {
    left: 33.33333333333333%; }

  .col-sm-push-3 {
    left: 25%; }

  .col-sm-push-2 {
    left: 16.666666666666664%; }

  .col-sm-push-1 {
    left: 8.333333333333332%; }

  .col-sm-push-0 {
    left: 0%; }

  .col-sm-offset-12 {
    margin-left: 100%; }

  .col-sm-offset-11 {
    margin-left: 91.66666666666666%; }

  .col-sm-offset-10 {
    margin-left: 83.33333333333334%; }

  .col-sm-offset-9 {
    margin-left: 75%; }

  .col-sm-offset-8 {
    margin-left: 66.66666666666666%; }

  .col-sm-offset-7 {
    margin-left: 58.333333333333336%; }

  .col-sm-offset-6 {
    margin-left: 50%; }

  .col-sm-offset-5 {
    margin-left: 41.66666666666667%; }

  .col-sm-offset-4 {
    margin-left: 33.33333333333333%; }

  .col-sm-offset-3 {
    margin-left: 25%; }

  .col-sm-offset-2 {
    margin-left: 16.666666666666664%; }

  .col-sm-offset-1 {
    margin-left: 8.333333333333332%; }

  .col-sm-offset-0 {
    margin-left: 0%; } }
@media (min-width: 992px) {
  .container {
    width: 970px; }

  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11 {
    float: left; }

  .col-md-12 {
    width: 100%; }

  .col-md-11 {
    width: 91.66666666666666%; }

  .col-md-10 {
    width: 83.33333333333334%; }

  .col-md-9 {
    width: 75%; }

  .col-md-8 {
    width: 66.66666666666666%; }

  .col-md-7 {
    width: 58.333333333333336%; }

  .col-md-6 {
    width: 50%; }

  .col-md-5 {
    width: 41.66666666666667%; }

  .col-md-4 {
    width: 33.33333333333333%; }

  .col-md-3 {
    width: 25%; }

  .col-md-2 {
    width: 16.666666666666664%; }

  .col-md-1 {
    width: 8.333333333333332%; }

  .col-md-pull-12 {
    right: 100%; }

  .col-md-pull-11 {
    right: 91.66666666666666%; }

  .col-md-pull-10 {
    right: 83.33333333333334%; }

  .col-md-pull-9 {
    right: 75%; }

  .col-md-pull-8 {
    right: 66.66666666666666%; }

  .col-md-pull-7 {
    right: 58.333333333333336%; }

  .col-md-pull-6 {
    right: 50%; }

  .col-md-pull-5 {
    right: 41.66666666666667%; }

  .col-md-pull-4 {
    right: 33.33333333333333%; }

  .col-md-pull-3 {
    right: 25%; }

  .col-md-pull-2 {
    right: 16.666666666666664%; }

  .col-md-pull-1 {
    right: 8.333333333333332%; }

  .col-md-pull-0 {
    right: 0%; }

  .col-md-push-12 {
    left: 100%; }

  .col-md-push-11 {
    left: 91.66666666666666%; }

  .col-md-push-10 {
    left: 83.33333333333334%; }

  .col-md-push-9 {
    left: 75%; }

  .col-md-push-8 {
    left: 66.66666666666666%; }

  .col-md-push-7 {
    left: 58.333333333333336%; }

  .col-md-push-6 {
    left: 50%; }

  .col-md-push-5 {
    left: 41.66666666666667%; }

  .col-md-push-4 {
    left: 33.33333333333333%; }

  .col-md-push-3 {
    left: 25%; }

  .col-md-push-2 {
    left: 16.666666666666664%; }

  .col-md-push-1 {
    left: 8.333333333333332%; }

  .col-md-push-0 {
    left: 0%; }

  .col-md-offset-12 {
    margin-left: 100%; }

  .col-md-offset-11 {
    margin-left: 91.66666666666666%; }

  .col-md-offset-10 {
    margin-left: 83.33333333333334%; }

  .col-md-offset-9 {
    margin-left: 75%; }

  .col-md-offset-8 {
    margin-left: 66.66666666666666%; }

  .col-md-offset-7 {
    margin-left: 58.333333333333336%; }

  .col-md-offset-6 {
    margin-left: 50%; }

  .col-md-offset-5 {
    margin-left: 41.66666666666667%; }

  .col-md-offset-4 {
    margin-left: 33.33333333333333%; }

  .col-md-offset-3 {
    margin-left: 25%; }

  .col-md-offset-2 {
    margin-left: 16.666666666666664%; }

  .col-md-offset-1 {
    margin-left: 8.333333333333332%; }

  .col-md-offset-0 {
    margin-left: 0%; } }
@media (min-width: 1200px) {
  .container {
    width: 1170px; }

  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11 {
    float: left; }

  .col-lg-12 {
    width: 100%; }

  .col-lg-11 {
    width: 91.66666666666666%; }

  .col-lg-10 {
    width: 83.33333333333334%; }

  .col-lg-9 {
    width: 75%; }

  .col-lg-8 {
    width: 66.66666666666666%; }

  .col-lg-7 {
    width: 58.333333333333336%; }

  .col-lg-6 {
    width: 50%; }

  .col-lg-5 {
    width: 41.66666666666667%; }

  .col-lg-4 {
    width: 33.33333333333333%; }

  .col-lg-3 {
    width: 25%; }

  .col-lg-2 {
    width: 16.666666666666664%; }

  .col-lg-1 {
    width: 8.333333333333332%; }

  .col-lg-pull-12 {
    right: 100%; }

  .col-lg-pull-11 {
    right: 91.66666666666666%; }

  .col-lg-pull-10 {
    right: 83.33333333333334%; }

  .col-lg-pull-9 {
    right: 75%; }

  .col-lg-pull-8 {
    right: 66.66666666666666%; }

  .col-lg-pull-7 {
    right: 58.333333333333336%; }

  .col-lg-pull-6 {
    right: 50%; }

  .col-lg-pull-5 {
    right: 41.66666666666667%; }

  .col-lg-pull-4 {
    right: 33.33333333333333%; }

  .col-lg-pull-3 {
    right: 25%; }

  .col-lg-pull-2 {
    right: 16.666666666666664%; }

  .col-lg-pull-1 {
    right: 8.333333333333332%; }

  .col-lg-pull-0 {
    right: 0%; }

  .col-lg-push-12 {
    left: 100%; }

  .col-lg-push-11 {
    left: 91.66666666666666%; }

  .col-lg-push-10 {
    left: 83.33333333333334%; }

  .col-lg-push-9 {
    left: 75%; }

  .col-lg-push-8 {
    left: 66.66666666666666%; }

  .col-lg-push-7 {
    left: 58.333333333333336%; }

  .col-lg-push-6 {
    left: 50%; }

  .col-lg-push-5 {
    left: 41.66666666666667%; }

  .col-lg-push-4 {
    left: 33.33333333333333%; }

  .col-lg-push-3 {
    left: 25%; }

  .col-lg-push-2 {
    left: 16.666666666666664%; }

  .col-lg-push-1 {
    left: 8.333333333333332%; }

  .col-lg-push-0 {
    left: 0%; }

  .col-lg-offset-12 {
    margin-left: 100%; }

  .col-lg-offset-11 {
    margin-left: 91.66666666666666%; }

  .col-lg-offset-10 {
    margin-left: 83.33333333333334%; }

  .col-lg-offset-9 {
    margin-left: 75%; }

  .col-lg-offset-8 {
    margin-left: 66.66666666666666%; }

  .col-lg-offset-7 {
    margin-left: 58.333333333333336%; }

  .col-lg-offset-6 {
    margin-left: 50%; }

  .col-lg-offset-5 {
    margin-left: 41.66666666666667%; }

  .col-lg-offset-4 {
    margin-left: 33.33333333333333%; }

  .col-lg-offset-3 {
    margin-left: 25%; }

  .col-lg-offset-2 {
    margin-left: 16.666666666666664%; }

  .col-lg-offset-1 {
    margin-left: 8.333333333333332%; }

  .col-lg-offset-0 {
    margin-left: 0%; } }
@-ms-viewport {
  width: device-width; }
.visible-xs, tr.visible-xs, th.visible-xs, td.visible-xs {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }

  tr.visible-xs {
    display: table-row !important; }

  th.visible-xs, td.visible-xs {
    display: table-cell !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .visible-xs.visible-sm {
    display: block !important; }

  tr.visible-xs.visible-sm {
    display: table-row !important; }

  th.visible-xs.visible-sm, td.visible-xs.visible-sm {
    display: table-cell !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-xs.visible-md {
    display: block !important; }

  tr.visible-xs.visible-md {
    display: table-row !important; }

  th.visible-xs.visible-md, td.visible-xs.visible-md {
    display: table-cell !important; } }
@media (min-width: 1200px) {
  .visible-xs.visible-lg {
    display: block !important; }

  tr.visible-xs.visible-lg {
    display: table-row !important; }

  th.visible-xs.visible-lg, td.visible-xs.visible-lg {
    display: table-cell !important; } }
.visible-sm, tr.visible-sm, th.visible-sm, td.visible-sm {
  display: none !important; }

@media (max-width: 767px) {
  .visible-sm.visible-xs {
    display: block !important; }

  tr.visible-sm.visible-xs {
    display: table-row !important; }

  th.visible-sm.visible-xs, td.visible-sm.visible-xs {
    display: table-cell !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }

  tr.visible-sm {
    display: table-row !important; }

  th.visible-sm, td.visible-sm {
    display: table-cell !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-sm.visible-md {
    display: block !important; }

  tr.visible-sm.visible-md {
    display: table-row !important; }

  th.visible-sm.visible-md, td.visible-sm.visible-md {
    display: table-cell !important; } }
@media (min-width: 1200px) {
  .visible-sm.visible-lg {
    display: block !important; }

  tr.visible-sm.visible-lg {
    display: table-row !important; }

  th.visible-sm.visible-lg, td.visible-sm.visible-lg {
    display: table-cell !important; } }
.visible-md, tr.visible-md, th.visible-md, td.visible-md {
  display: none !important; }

@media (max-width: 767px) {
  .visible-md.visible-xs {
    display: block !important; }

  tr.visible-md.visible-xs {
    display: table-row !important; }

  th.visible-md.visible-xs, td.visible-md.visible-xs {
    display: table-cell !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .visible-md.visible-sm {
    display: block !important; }

  tr.visible-md.visible-sm {
    display: table-row !important; }

  th.visible-md.visible-sm, td.visible-md.visible-sm {
    display: table-cell !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }

  tr.visible-md {
    display: table-row !important; }

  th.visible-md, td.visible-md {
    display: table-cell !important; } }
@media (min-width: 1200px) {
  .visible-md.visible-lg {
    display: block !important; }

  tr.visible-md.visible-lg {
    display: table-row !important; }

  th.visible-md.visible-lg, td.visible-md.visible-lg {
    display: table-cell !important; } }
.visible-lg, tr.visible-lg, th.visible-lg, td.visible-lg {
  display: none !important; }

@media (max-width: 767px) {
  .visible-lg.visible-xs {
    display: block !important; }

  tr.visible-lg.visible-xs {
    display: table-row !important; }

  th.visible-lg.visible-xs, td.visible-lg.visible-xs {
    display: table-cell !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .visible-lg.visible-sm {
    display: block !important; }

  tr.visible-lg.visible-sm {
    display: table-row !important; }

  th.visible-lg.visible-sm, td.visible-lg.visible-sm {
    display: table-cell !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-lg.visible-md {
    display: block !important; }

  tr.visible-lg.visible-md {
    display: table-row !important; }

  th.visible-lg.visible-md, td.visible-lg.visible-md {
    display: table-cell !important; } }
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }

  tr.visible-lg {
    display: table-row !important; }

  th.visible-lg, td.visible-lg {
    display: table-cell !important; } }
tr.hidden-xs {
  display: table-row !important; }

th.hidden-xs, td.hidden-xs {
  display: table-cell !important; }

@media (max-width: 767px) {
  .hidden-xs, tr.hidden-xs, th.hidden-xs, td.hidden-xs {
    display: none !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-xs.hidden-sm, tr.hidden-xs.hidden-sm, th.hidden-xs.hidden-sm, td.hidden-xs.hidden-sm {
    display: none !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-xs.hidden-md, tr.hidden-xs.hidden-md, th.hidden-xs.hidden-md, td.hidden-xs.hidden-md {
    display: none !important; } }
@media (min-width: 1200px) {
  .hidden-xs.hidden-lg, tr.hidden-xs.hidden-lg, th.hidden-xs.hidden-lg, td.hidden-xs.hidden-lg {
    display: none !important; } }
tr.hidden-sm {
  display: table-row !important; }

th.hidden-sm, td.hidden-sm {
  display: table-cell !important; }

@media (max-width: 767px) {
  .hidden-sm.hidden-xs, tr.hidden-sm.hidden-xs, th.hidden-sm.hidden-xs, td.hidden-sm.hidden-xs {
    display: none !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm, tr.hidden-sm, th.hidden-sm, td.hidden-sm {
    display: none !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-sm.hidden-md, tr.hidden-sm.hidden-md, th.hidden-sm.hidden-md, td.hidden-sm.hidden-md {
    display: none !important; } }
@media (min-width: 1200px) {
  .hidden-sm.hidden-lg, tr.hidden-sm.hidden-lg, th.hidden-sm.hidden-lg, td.hidden-sm.hidden-lg {
    display: none !important; } }
tr.hidden-md {
  display: table-row !important; }

th.hidden-md, td.hidden-md {
  display: table-cell !important; }

@media (max-width: 767px) {
  .hidden-md.hidden-xs, tr.hidden-md.hidden-xs, th.hidden-md.hidden-xs, td.hidden-md.hidden-xs {
    display: none !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-md.hidden-sm, tr.hidden-md.hidden-sm, th.hidden-md.hidden-sm, td.hidden-md.hidden-sm {
    display: none !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md, tr.hidden-md, th.hidden-md, td.hidden-md {
    display: none !important; } }
@media (min-width: 1200px) {
  .hidden-md.hidden-lg, tr.hidden-md.hidden-lg, th.hidden-md.hidden-lg, td.hidden-md.hidden-lg {
    display: none !important; } }
tr.hidden-lg {
  display: table-row !important; }

th.hidden-lg, td.hidden-lg {
  display: table-cell !important; }

@media (max-width: 767px) {
  .hidden-lg.hidden-xs, tr.hidden-lg.hidden-xs, th.hidden-lg.hidden-xs, td.hidden-lg.hidden-xs {
    display: none !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-lg.hidden-sm, tr.hidden-lg.hidden-sm, th.hidden-lg.hidden-sm, td.hidden-lg.hidden-sm {
    display: none !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-lg.hidden-md, tr.hidden-lg.hidden-md, th.hidden-lg.hidden-md, td.hidden-lg.hidden-md {
    display: none !important; } }
@media (min-width: 1200px) {
  .hidden-lg, tr.hidden-lg, th.hidden-lg, td.hidden-lg {
    display: none !important; } }
.visible-print, tr.visible-print, th.visible-print, td.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }

  tr.visible-print {
    display: table-row !important; }

  th.visible-print, td.visible-print {
    display: table-cell !important; }

  .hidden-print, tr.hidden-print, th.hidden-print, td.hidden-print {
    display: none !important; } }
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("library/fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("library/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("library/fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("library/fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("library/fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("library/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.85714em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.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; }

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }
.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: ""; }

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

.fa-envelope-o:before {
  content: ""; }

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

.fa-star-o:before {
  content: ""; }

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

.fa-th-large:before {
  content: ""; }

.fa-th:before {
  content: ""; }

.fa-th-list:before {
  content: ""; }

.fa-check:before {
  content: ""; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: ""; }

.fa-search-plus:before {
  content: ""; }

.fa-search-minus:before {
  content: ""; }

.fa-power-off:before {
  content: ""; }

.fa-signal:before {
  content: ""; }

.fa-gear:before,
.fa-cog:before {
  content: ""; }

.fa-trash-o:before {
  content: ""; }

.fa-home:before {
  content: ""; }

.fa-file-o:before {
  content: ""; }

.fa-clock-o:before {
  content: ""; }

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

.fa-arrow-circle-o-down:before {
  content: ""; }

.fa-arrow-circle-o-up:before {
  content: ""; }

.fa-inbox:before {
  content: ""; }

.fa-play-circle-o:before {
  content: ""; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: ""; }

.fa-refresh:before {
  content: ""; }

.fa-list-alt:before {
  content: ""; }

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

.fa-volume-off:before {
  content: ""; }

.fa-volume-down:before {
  content: ""; }

.fa-volume-up:before {
  content: ""; }

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

.fa-text-height:before {
  content: ""; }

.fa-text-width:before {
  content: ""; }

.fa-align-left:before {
  content: ""; }

.fa-align-center:before {
  content: ""; }

.fa-align-right:before {
  content: ""; }

.fa-align-justify:before {
  content: ""; }

.fa-list:before {
  content: ""; }

.fa-dedent:before,
.fa-outdent:before {
  content: ""; }

.fa-indent:before {
  content: ""; }

.fa-video-camera:before {
  content: ""; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: ""; }

.fa-pencil:before {
  content: ""; }

.fa-map-marker:before {
  content: ""; }

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: ""; }

.fa-share-square-o:before {
  content: ""; }

.fa-check-square-o:before {
  content: ""; }

.fa-arrows:before {
  content: ""; }

.fa-step-backward:before {
  content: ""; }

.fa-fast-backward:before {
  content: ""; }

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

.fa-fast-forward:before {
  content: ""; }

.fa-step-forward:before {
  content: ""; }

.fa-eject:before {
  content: ""; }

.fa-chevron-left:before {
  content: ""; }

.fa-chevron-right:before {
  content: ""; }

.fa-plus-circle:before {
  content: ""; }

.fa-minus-circle:before {
  content: ""; }

.fa-times-circle:before {
  content: ""; }

.fa-check-circle:before {
  content: ""; }

.fa-question-circle:before {
  content: ""; }

.fa-info-circle:before {
  content: ""; }

.fa-crosshairs:before {
  content: ""; }

.fa-times-circle-o:before {
  content: ""; }

.fa-check-circle-o:before {
  content: ""; }

.fa-ban:before {
  content: ""; }

.fa-arrow-left:before {
  content: ""; }

.fa-arrow-right:before {
  content: ""; }

.fa-arrow-up:before {
  content: ""; }

.fa-arrow-down:before {
  content: ""; }

.fa-mail-forward:before,
.fa-share:before {
  content: ""; }

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

.fa-exclamation-circle:before {
  content: ""; }

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

.fa-eye-slash:before {
  content: ""; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: ""; }

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

.fa-chevron-up:before {
  content: ""; }

.fa-chevron-down:before {
  content: ""; }

.fa-retweet:before {
  content: ""; }

.fa-shopping-cart:before {
  content: ""; }

.fa-folder:before {
  content: ""; }

.fa-folder-open:before {
  content: ""; }

.fa-arrows-v:before {
  content: ""; }

.fa-arrows-h:before {
  content: ""; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: ""; }

.fa-twitter-square:before {
  content: ""; }

.fa-facebook-square:before {
  content: ""; }

.fa-camera-retro:before {
  content: ""; }

.fa-key:before {
  content: ""; }

.fa-gears:before,
.fa-cogs:before {
  content: ""; }

.fa-comments:before {
  content: ""; }

.fa-thumbs-o-up:before {
  content: ""; }

.fa-thumbs-o-down:before {
  content: ""; }

.fa-star-half:before {
  content: ""; }

.fa-heart-o:before {
  content: ""; }

.fa-sign-out:before {
  content: ""; }

.fa-linkedin-square:before {
  content: ""; }

.fa-thumb-tack:before {
  content: ""; }

.fa-external-link:before {
  content: ""; }

.fa-sign-in:before {
  content: ""; }

.fa-trophy:before {
  content: ""; }

.fa-github-square:before {
  content: ""; }

.fa-upload:before {
  content: ""; }

.fa-lemon-o:before {
  content: ""; }

.fa-phone:before {
  content: ""; }

.fa-square-o:before {
  content: ""; }

.fa-bookmark-o:before {
  content: ""; }

.fa-phone-square:before {
  content: ""; }

.fa-twitter:before {
  content: ""; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: ""; }

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

.fa-credit-card:before {
  content: ""; }

.fa-feed:before,
.fa-rss:before {
  content: ""; }

.fa-hdd-o:before {
  content: ""; }

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

.fa-hand-o-right:before {
  content: ""; }

.fa-hand-o-left:before {
  content: ""; }

.fa-hand-o-up:before {
  content: ""; }

.fa-hand-o-down:before {
  content: ""; }

.fa-arrow-circle-left:before {
  content: ""; }

.fa-arrow-circle-right:before {
  content: ""; }

.fa-arrow-circle-up:before {
  content: ""; }

.fa-arrow-circle-down:before {
  content: ""; }

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

.fa-arrows-alt:before {
  content: ""; }

.fa-group:before,
.fa-users:before {
  content: ""; }

.fa-chain:before,
.fa-link:before {
  content: ""; }

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

.fa-cut:before,
.fa-scissors:before {
  content: ""; }

.fa-copy:before,
.fa-files-o:before {
  content: ""; }

.fa-paperclip:before {
  content: ""; }

.fa-save:before,
.fa-floppy-o:before {
  content: ""; }

.fa-square:before {
  content: ""; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: ""; }

.fa-list-ul:before {
  content: ""; }

.fa-list-ol:before {
  content: ""; }

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

.fa-pinterest-square:before {
  content: ""; }

.fa-google-plus-square:before {
  content: ""; }

.fa-google-plus:before {
  content: ""; }

.fa-money:before {
  content: ""; }

.fa-caret-down:before {
  content: ""; }

.fa-caret-up:before {
  content: ""; }

.fa-caret-left:before {
  content: ""; }

.fa-caret-right:before {
  content: ""; }

.fa-columns:before {
  content: ""; }

.fa-unsorted:before,
.fa-sort:before {
  content: ""; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: ""; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: ""; }

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

.fa-rotate-left:before,
.fa-undo:before {
  content: ""; }

.fa-legal:before,
.fa-gavel:before {
  content: ""; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: ""; }

.fa-comment-o:before {
  content: ""; }

.fa-comments-o:before {
  content: ""; }

.fa-flash:before,
.fa-bolt:before {
  content: ""; }

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

.fa-paste:before,
.fa-clipboard:before {
  content: ""; }

.fa-lightbulb-o:before {
  content: ""; }

.fa-exchange:before {
  content: ""; }

.fa-cloud-download:before {
  content: ""; }

.fa-cloud-upload:before {
  content: ""; }

.fa-user-md:before {
  content: ""; }

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

.fa-bell-o:before {
  content: ""; }

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

.fa-file-text-o:before {
  content: ""; }

.fa-building-o:before {
  content: ""; }

.fa-hospital-o:before {
  content: ""; }

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

.fa-fighter-jet:before {
  content: ""; }

.fa-beer:before {
  content: ""; }

.fa-h-square:before {
  content: ""; }

.fa-plus-square:before {
  content: ""; }

.fa-angle-double-left:before {
  content: ""; }

.fa-angle-double-right:before {
  content: ""; }

.fa-angle-double-up:before {
  content: ""; }

.fa-angle-double-down:before {
  content: ""; }

.fa-angle-left:before {
  content: ""; }

.fa-angle-right:before {
  content: ""; }

.fa-angle-up:before {
  content: ""; }

.fa-angle-down:before {
  content: ""; }

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: ""; }

.fa-circle-o:before {
  content: ""; }

.fa-quote-left:before {
  content: ""; }

.fa-quote-right:before {
  content: ""; }

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

.fa-mail-reply:before,
.fa-reply:before {
  content: ""; }

.fa-github-alt:before {
  content: ""; }

.fa-folder-o:before {
  content: ""; }

.fa-folder-open-o:before {
  content: ""; }

.fa-smile-o:before {
  content: ""; }

.fa-frown-o:before {
  content: ""; }

.fa-meh-o:before {
  content: ""; }

.fa-gamepad:before {
  content: ""; }

.fa-keyboard-o:before {
  content: ""; }

.fa-flag-o:before {
  content: ""; }

.fa-flag-checkered:before {
  content: ""; }

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: ""; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: ""; }

.fa-location-arrow:before {
  content: ""; }

.fa-crop:before {
  content: ""; }

.fa-code-fork:before {
  content: ""; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: ""; }

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

.fa-puzzle-piece:before {
  content: ""; }

.fa-microphone:before {
  content: ""; }

.fa-microphone-slash:before {
  content: ""; }

.fa-shield:before {
  content: ""; }

.fa-calendar-o:before {
  content: ""; }

.fa-fire-extinguisher:before {
  content: ""; }

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

.fa-chevron-circle-left:before {
  content: ""; }

.fa-chevron-circle-right:before {
  content: ""; }

.fa-chevron-circle-up:before {
  content: ""; }

.fa-chevron-circle-down:before {
  content: ""; }

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

.fa-unlock-alt:before {
  content: ""; }

.fa-bullseye:before {
  content: ""; }

.fa-ellipsis-h:before {
  content: ""; }

.fa-ellipsis-v:before {
  content: ""; }

.fa-rss-square:before {
  content: ""; }

.fa-play-circle:before {
  content: ""; }

.fa-ticket:before {
  content: ""; }

.fa-minus-square:before {
  content: ""; }

.fa-minus-square-o:before {
  content: ""; }

.fa-level-up:before {
  content: ""; }

.fa-level-down:before {
  content: ""; }

.fa-check-square:before {
  content: ""; }

.fa-pencil-square:before {
  content: ""; }

.fa-external-link-square:before {
  content: ""; }

.fa-share-square:before {
  content: ""; }

.fa-compass:before {
  content: ""; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: ""; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: ""; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: ""; }

.fa-euro:before,
.fa-eur:before {
  content: ""; }

.fa-gbp:before {
  content: ""; }

.fa-dollar:before,
.fa-usd:before {
  content: ""; }

.fa-rupee:before,
.fa-inr:before {
  content: ""; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: ""; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: ""; }

.fa-won:before,
.fa-krw:before {
  content: ""; }

.fa-bitcoin:before,
.fa-btc:before {
  content: ""; }

.fa-file:before {
  content: ""; }

.fa-file-text:before {
  content: ""; }

.fa-sort-alpha-asc:before {
  content: ""; }

.fa-sort-alpha-desc:before {
  content: ""; }

.fa-sort-amount-asc:before {
  content: ""; }

.fa-sort-amount-desc:before {
  content: ""; }

.fa-sort-numeric-asc:before {
  content: ""; }

.fa-sort-numeric-desc:before {
  content: ""; }

.fa-thumbs-up:before {
  content: ""; }

.fa-thumbs-down:before {
  content: ""; }

.fa-youtube-square:before {
  content: ""; }

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

.fa-xing-square:before {
  content: ""; }

.fa-youtube-play:before {
  content: ""; }

.fa-dropbox:before {
  content: ""; }

.fa-stack-overflow:before {
  content: ""; }

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

.fa-bitbucket-square:before {
  content: ""; }

.fa-tumblr:before {
  content: ""; }

.fa-tumblr-square:before {
  content: ""; }

.fa-long-arrow-down:before {
  content: ""; }

.fa-long-arrow-up:before {
  content: ""; }

.fa-long-arrow-left:before {
  content: ""; }

.fa-long-arrow-right:before {
  content: ""; }

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

.fa-gittip:before,
.fa-gratipay:before {
  content: ""; }

.fa-sun-o:before {
  content: ""; }

.fa-moon-o:before {
  content: ""; }

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

.fa-stack-exchange:before {
  content: ""; }

.fa-arrow-circle-o-right:before {
  content: ""; }

.fa-arrow-circle-o-left:before {
  content: ""; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: ""; }

.fa-dot-circle-o:before {
  content: ""; }

.fa-wheelchair:before {
  content: ""; }

.fa-vimeo-square:before {
  content: ""; }

.fa-turkish-lira:before,
.fa-try:before {
  content: ""; }

.fa-plus-square-o:before {
  content: ""; }

.fa-space-shuttle:before {
  content: ""; }

.fa-slack:before {
  content: ""; }

.fa-envelope-square:before {
  content: ""; }

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: ""; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: ""; }

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

.fa-reddit-square:before {
  content: ""; }

.fa-stumbleupon-circle:before {
  content: ""; }

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

.fa-pied-piper-pp:before {
  content: ""; }

.fa-pied-piper-alt:before {
  content: ""; }

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

.fa-behance-square:before {
  content: ""; }

.fa-steam:before {
  content: ""; }

.fa-steam-square:before {
  content: ""; }

.fa-recycle:before {
  content: ""; }

.fa-automobile:before,
.fa-car:before {
  content: ""; }

.fa-cab:before,
.fa-taxi:before {
  content: ""; }

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

.fa-file-pdf-o:before {
  content: ""; }

.fa-file-word-o:before {
  content: ""; }

.fa-file-excel-o:before {
  content: ""; }

.fa-file-powerpoint-o:before {
  content: ""; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: ""; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: ""; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: ""; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: ""; }

.fa-file-code-o:before {
  content: ""; }

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: ""; }

.fa-circle-o-notch:before {
  content: ""; }

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: ""; }

.fa-ge:before,
.fa-empire:before {
  content: ""; }

.fa-git-square:before {
  content: ""; }

.fa-git:before {
  content: ""; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: ""; }

.fa-tencent-weibo:before {
  content: ""; }

.fa-qq:before {
  content: ""; }

.fa-wechat:before,
.fa-weixin:before {
  content: ""; }

.fa-send:before,
.fa-paper-plane:before {
  content: ""; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: ""; }

.fa-history:before {
  content: ""; }

.fa-circle-thin:before {
  content: ""; }

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

.fa-share-alt:before {
  content: ""; }

.fa-share-alt-square:before {
  content: ""; }

.fa-bomb:before {
  content: ""; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: ""; }

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

.fa-newspaper-o:before {
  content: ""; }

.fa-wifi:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

.fa-google-wallet:before {
  content: ""; }

.fa-cc-visa:before {
  content: ""; }

.fa-cc-mastercard:before {
  content: ""; }

.fa-cc-discover:before {
  content: ""; }

.fa-cc-amex:before {
  content: ""; }

.fa-cc-paypal:before {
  content: ""; }

.fa-cc-stripe:before {
  content: ""; }

.fa-bell-slash:before {
  content: ""; }

.fa-bell-slash-o:before {
  content: ""; }

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

.fa-paint-brush:before {
  content: ""; }

.fa-birthday-cake:before {
  content: ""; }

.fa-area-chart:before {
  content: ""; }

.fa-pie-chart:before {
  content: ""; }

.fa-line-chart:before {
  content: ""; }

.fa-lastfm:before {
  content: ""; }

.fa-lastfm-square:before {
  content: ""; }

.fa-toggle-off:before {
  content: ""; }

.fa-toggle-on:before {
  content: ""; }

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: ""; }

.fa-meanpath:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

.fa-cart-plus:before {
  content: ""; }

.fa-cart-arrow-down:before {
  content: ""; }

.fa-diamond:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

.fa-user-secret:before {
  content: ""; }

.fa-motorcycle:before {
  content: ""; }

.fa-street-view:before {
  content: ""; }

.fa-heartbeat:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

.fa-intersex:before,
.fa-transgender:before {
  content: ""; }

.fa-transgender-alt:before {
  content: ""; }

.fa-venus-double:before {
  content: ""; }

.fa-mars-double:before {
  content: ""; }

.fa-venus-mars:before {
  content: ""; }

.fa-mars-stroke:before {
  content: ""; }

.fa-mars-stroke-v:before {
  content: ""; }

.fa-mars-stroke-h:before {
  content: ""; }

.fa-neuter:before {
  content: ""; }

.fa-genderless:before {
  content: ""; }

.fa-facebook-official:before {
  content: ""; }

.fa-pinterest-p:before {
  content: ""; }

.fa-whatsapp:before {
  content: ""; }

.fa-server:before {
  content: ""; }

.fa-user-plus:before {
  content: ""; }

.fa-user-times:before {
  content: ""; }

.fa-hotel:before,
.fa-bed:before {
  content: ""; }

.fa-viacoin:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

.fa-yc:before,
.fa-y-combinator:before {
  content: ""; }

.fa-optin-monster:before {
  content: ""; }

.fa-opencart:before {
  content: ""; }

.fa-expeditedssl:before {
  content: ""; }

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: ""; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: ""; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: ""; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: ""; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: ""; }

.fa-mouse-pointer:before {
  content: ""; }

.fa-i-cursor:before {
  content: ""; }

.fa-object-group:before {
  content: ""; }

.fa-object-ungroup:before {
  content: ""; }

.fa-sticky-note:before {
  content: ""; }

.fa-sticky-note-o:before {
  content: ""; }

.fa-cc-jcb:before {
  content: ""; }

.fa-cc-diners-club:before {
  content: ""; }

.fa-clone:before {
  content: ""; }

.fa-balance-scale:before {
  content: ""; }

.fa-hourglass-o:before {
  content: ""; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: ""; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: ""; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: ""; }

.fa-hourglass:before {
  content: ""; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: ""; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: ""; }

.fa-hand-scissors-o:before {
  content: ""; }

.fa-hand-lizard-o:before {
  content: ""; }

.fa-hand-spock-o:before {
  content: ""; }

.fa-hand-pointer-o:before {
  content: ""; }

.fa-hand-peace-o:before {
  content: ""; }

.fa-trademark:before {
  content: ""; }

.fa-registered:before {
  content: ""; }

.fa-creative-commons:before {
  content: ""; }

.fa-gg:before {
  content: ""; }

.fa-gg-circle:before {
  content: ""; }

.fa-tripadvisor:before {
  content: ""; }

.fa-odnoklassniki:before {
  content: ""; }

.fa-odnoklassniki-square:before {
  content: ""; }

.fa-get-pocket:before {
  content: ""; }

.fa-wikipedia-w:before {
  content: ""; }

.fa-safari:before {
  content: ""; }

.fa-chrome:before {
  content: ""; }

.fa-firefox:before {
  content: ""; }

.fa-opera:before {
  content: ""; }

.fa-internet-explorer:before {
  content: ""; }

.fa-tv:before,
.fa-television:before {
  content: ""; }

.fa-contao:before {
  content: ""; }

.fa-500px:before {
  content: ""; }

.fa-amazon:before {
  content: ""; }

.fa-calendar-plus-o:before {
  content: ""; }

.fa-calendar-minus-o:before {
  content: ""; }

.fa-calendar-times-o:before {
  content: ""; }

.fa-calendar-check-o:before {
  content: ""; }

.fa-industry:before {
  content: ""; }

.fa-map-pin:before {
  content: ""; }

.fa-map-signs:before {
  content: ""; }

.fa-map-o:before {
  content: ""; }

.fa-map:before {
  content: ""; }

.fa-commenting:before {
  content: ""; }

.fa-commenting-o:before {
  content: ""; }

.fa-houzz:before {
  content: ""; }

.fa-vimeo:before {
  content: ""; }

.fa-black-tie:before {
  content: ""; }

.fa-fonticons:before {
  content: ""; }

.fa-reddit-alien:before {
  content: ""; }

.fa-edge:before {
  content: ""; }

.fa-credit-card-alt:before {
  content: ""; }

.fa-codiepie:before {
  content: ""; }

.fa-modx:before {
  content: ""; }

.fa-fort-awesome:before {
  content: ""; }

.fa-usb:before {
  content: ""; }

.fa-product-hunt:before {
  content: ""; }

.fa-mixcloud:before {
  content: ""; }

.fa-scribd:before {
  content: ""; }

.fa-pause-circle:before {
  content: ""; }

.fa-pause-circle-o:before {
  content: ""; }

.fa-stop-circle:before {
  content: ""; }

.fa-stop-circle-o:before {
  content: ""; }

.fa-shopping-bag:before {
  content: ""; }

.fa-shopping-basket:before {
  content: ""; }

.fa-hashtag:before {
  content: ""; }

.fa-bluetooth:before {
  content: ""; }

.fa-bluetooth-b:before {
  content: ""; }

.fa-percent:before {
  content: ""; }

.fa-gitlab:before {
  content: ""; }

.fa-wpbeginner:before {
  content: ""; }

.fa-wpforms:before {
  content: ""; }

.fa-envira:before {
  content: ""; }

.fa-universal-access:before {
  content: ""; }

.fa-wheelchair-alt:before {
  content: ""; }

.fa-question-circle-o:before {
  content: ""; }

.fa-blind:before {
  content: ""; }

.fa-audio-description:before {
  content: ""; }

.fa-volume-control-phone:before {
  content: ""; }

.fa-braille:before {
  content: ""; }

.fa-assistive-listening-systems:before {
  content: ""; }

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: ""; }

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: ""; }

.fa-glide:before {
  content: ""; }

.fa-glide-g:before {
  content: ""; }

.fa-signing:before,
.fa-sign-language:before {
  content: ""; }

.fa-low-vision:before {
  content: ""; }

.fa-viadeo:before {
  content: ""; }

.fa-viadeo-square:before {
  content: ""; }

.fa-snapchat:before {
  content: ""; }

.fa-snapchat-ghost:before {
  content: ""; }

.fa-snapchat-square:before {
  content: ""; }

.fa-pied-piper:before {
  content: ""; }

.fa-first-order:before {
  content: ""; }

.fa-yoast:before {
  content: ""; }

.fa-themeisle:before {
  content: ""; }

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: ""; }

.fa-fa:before,
.fa-font-awesome:before {
  content: ""; }

.fa-handshake-o:before {
  content: ""; }

.fa-envelope-open:before {
  content: ""; }

.fa-envelope-open-o:before {
  content: ""; }

.fa-linode:before {
  content: ""; }

.fa-address-book:before {
  content: ""; }

.fa-address-book-o:before {
  content: ""; }

.fa-vcard:before,
.fa-address-card:before {
  content: ""; }

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: ""; }

.fa-user-circle:before {
  content: ""; }

.fa-user-circle-o:before {
  content: ""; }

.fa-user-o:before {
  content: ""; }

.fa-id-badge:before {
  content: ""; }

.fa-drivers-license:before,
.fa-id-card:before {
  content: ""; }

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: ""; }

.fa-quora:before {
  content: ""; }

.fa-free-code-camp:before {
  content: ""; }

.fa-telegram:before {
  content: ""; }

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: ""; }

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: ""; }

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: ""; }

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: ""; }

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: ""; }

.fa-shower:before {
  content: ""; }

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: ""; }

.fa-podcast:before {
  content: ""; }

.fa-window-maximize:before {
  content: ""; }

.fa-window-minimize:before {
  content: ""; }

.fa-window-restore:before {
  content: ""; }

.fa-times-rectangle:before,
.fa-window-close:before {
  content: ""; }

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: ""; }

.fa-bandcamp:before {
  content: ""; }

.fa-grav:before {
  content: ""; }

.fa-etsy:before {
  content: ""; }

.fa-imdb:before {
  content: ""; }

.fa-ravelry:before {
  content: ""; }

.fa-eercast:before {
  content: ""; }

.fa-microchip:before {
  content: ""; }

.fa-snowflake-o:before {
  content: ""; }

.fa-superpowers:before {
  content: ""; }

.fa-wpexplorer:before {
  content: ""; }

.fa-meetup:before {
  content: ""; }

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

@font-face {
  font-family: 'townpress';
  src: url("library/fonts/townpress.eot?vipslq");
  src: url("library/fonts/townpress.eot?#iefixvipslq") format("embedded-opentype"), url("library/fonts/townpress.woff?vipslq") format("woff"), url("library/fonts/townpress.ttf?vipslq") format("truetype"), url("library/fonts/townpress.svg?vipslq#townpress") format("svg");
  font-weight: normal;
  font-style: normal; }
.tp {
  font-family: 'townpress';
  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; }

.tp-home:before {
  content: "\e600"; }

.tp-bathtub:before {
  content: "\e601"; }

.tp-toothbrush:before {
  content: "\e602"; }

.tp-bed:before {
  content: "\e603"; }

.tp-couch:before {
  content: "\e604"; }

.tp-chair:before {
  content: "\e605"; }

.tp-city:before {
  content: "\e606"; }

.tp-apartment:before {
  content: "\e607"; }

.tp-pencil:before {
  content: "\e608"; }

.tp-pencil2:before {
  content: "\e609"; }

.tp-eraser:before {
  content: "\e60a"; }

.tp-pencil3:before {
  content: "\e60b"; }

.tp-feather:before {
  content: "\e60c"; }

.tp-feather2:before {
  content: "\e60d"; }

.tp-vector:before {
  content: "\e60e"; }

.tp-pen:before {
  content: "\e60f"; }

.tp-brush:before {
  content: "\e610"; }

.tp-spray:before {
  content: "\e611"; }

.tp-paint-roller:before {
  content: "\e612"; }

.tp-stamp:before {
  content: "\e613"; }

.tp-tape:before {
  content: "\e614"; }

.tp-desk-tape:before {
  content: "\e615"; }

.tp-texture:before {
  content: "\e616"; }

.tp-eye-dropper:before {
  content: "\e617"; }

.tp-palette:before {
  content: "\e618"; }

.tp-color-sampler:before {
  content: "\e619"; }

.tp-bucket:before {
  content: "\e61a"; }

.tp-magic-wand:before {
  content: "\e61b"; }

.tp-magnet:before {
  content: "\e61c"; }

.tp-pencil-ruler:before {
  content: "\e61d"; }

.tp-pencil-ruler2:before {
  content: "\e61e"; }

.tp-compass:before {
  content: "\e61f"; }

.tp-aim:before {
  content: "\e620"; }

.tp-gun:before {
  content: "\e621"; }

.tp-bottle:before {
  content: "\e622"; }

.tp-drop-crossed:before {
  content: "\e623"; }

.tp-drop:before {
  content: "\e624"; }

.tp-snow:before {
  content: "\e625"; }

.tp-fire:before {
  content: "\e626"; }

.tp-lighter:before {
  content: "\e627"; }

.tp-knife:before {
  content: "\e628"; }

.tp-dagger:before {
  content: "\e629"; }

.tp-tissue:before {
  content: "\e62a"; }

.tp-toilet-paper:before {
  content: "\e62b"; }

.tp-poop:before {
  content: "\e62c"; }

.tp-umbrella:before {
  content: "\e62d"; }

.tp-umbrella2:before {
  content: "\e62e"; }

.tp-rain:before {
  content: "\e62f"; }

.tp-tornado:before {
  content: "\e630"; }

.tp-wind:before {
  content: "\e631"; }

.tp-fan:before {
  content: "\e632"; }

.tp-contrast:before {
  content: "\e633"; }

.tp-sun-small:before {
  content: "\e634"; }

.tp-sun:before {
  content: "\e635"; }

.tp-moon:before {
  content: "\e636"; }

.tp-cloud:before {
  content: "\e637"; }

.tp-cloud-upload:before {
  content: "\e638"; }

.tp-cloud-download:before {
  content: "\e639"; }

.tp-cloud-rain:before {
  content: "\e63a"; }

.tp-cloud-hailstones:before {
  content: "\e63b"; }

.tp-cloud-snow:before {
  content: "\e63c"; }

.tp-cloud-windy:before {
  content: "\e63d"; }

.tp-sun-wind:before {
  content: "\e63e"; }

.tp-cloud-fog:before {
  content: "\e63f"; }

.tp-cloud-sun:before {
  content: "\e640"; }

.tp-cloud-lightning:before {
  content: "\e641"; }

.tp-cloud-check:before {
  content: "\e642"; }

.tp-cloud-cross:before {
  content: "\e643"; }

.tp-cloud-crossed:before {
  content: "\e644"; }

.tp-cloud-database:before {
  content: "\e645"; }

.tp-database:before {
  content: "\e646"; }

.tp-database-lock:before {
  content: "\e647"; }

.tp-database-check:before {
  content: "\e648"; }

.tp-database-upload:before {
  content: "\e649"; }

.tp-database-download:before {
  content: "\e64a"; }

.tp-server:before {
  content: "\e64b"; }

.tp-shield:before {
  content: "\e64c"; }

.tp-shield-check:before {
  content: "\e64d"; }

.tp-shield-alert:before {
  content: "\e64e"; }

.tp-shield-cross:before {
  content: "\e64f"; }

.tp-lock:before {
  content: "\e650"; }

.tp-rotation-lock:before {
  content: "\e651"; }

.tp-unlock:before {
  content: "\e652"; }

.tp-key:before {
  content: "\e653"; }

.tp-key-hole:before {
  content: "\e654"; }

.tp-cog:before {
  content: "\e655"; }

.tp-wrench:before {
  content: "\e656"; }

.tp-screwdriver:before {
  content: "\e657"; }

.tp-hammer-wrench:before {
  content: "\e658"; }

.tp-hammer:before {
  content: "\e659"; }

.tp-saw:before {
  content: "\e65a"; }

.tp-axe:before {
  content: "\e65b"; }

.tp-shovel:before {
  content: "\e65c"; }

.tp-pickaxe:before {
  content: "\e65d"; }

.tp-factory:before {
  content: "\e65e"; }

.tp-recycle:before {
  content: "\e65f"; }

.tp-trash:before {
  content: "\e660"; }

.tp-broom:before {
  content: "\e661"; }

.tp-game:before {
  content: "\e662"; }

.tp-gamepad:before {
  content: "\e663"; }

.tp-joystick:before {
  content: "\e664"; }

.tp-dice:before {
  content: "\e665"; }

.tp-spades:before {
  content: "\e666"; }

.tp-diamonds:before {
  content: "\e667"; }

.tp-clubs:before {
  content: "\e668"; }

.tp-hearts:before {
  content: "\e669"; }

.tp-star:before {
  content: "\e66a"; }

.tp-star-half:before {
  content: "\e66b"; }

.tp-star-empty:before {
  content: "\e66c"; }

.tp-flag:before {
  content: "\e66d"; }

.tp-mailbox-full:before {
  content: "\e66e"; }

.tp-mailbox-empty:before {
  content: "\e66f"; }

.tp-at-sign:before {
  content: "\e670"; }

.tp-envelope:before {
  content: "\e671"; }

.tp-envelope-open:before {
  content: "\e672"; }

.tp-paperclip:before {
  content: "\e673"; }

.tp-paper-plane:before {
  content: "\e674"; }

.tp-reply:before {
  content: "\e675"; }

.tp-inbox:before {
  content: "\e676"; }

.tp-inbox2:before {
  content: "\e677"; }

.tp-outbox:before {
  content: "\e678"; }

.tp-box:before {
  content: "\e679"; }

.tp-archive:before {
  content: "\e67a"; }

.tp-drawers:before {
  content: "\e67b"; }

.tp-drawers2:before {
  content: "\e67c"; }

.tp-drawers3:before {
  content: "\e67d"; }

.tp-eye:before {
  content: "\e67e"; }

.tp-eye-crossed:before {
  content: "\e67f"; }

.tp-binoculars:before {
  content: "\e680"; }

.tp-hdd:before {
  content: "\e681"; }

.tp-hdd-down:before {
  content: "\e682"; }

.tp-hdd-up:before {
  content: "\e683"; }

.tp-floppy-disk:before {
  content: "\e684"; }

.tp-disc:before {
  content: "\e685"; }

.tp-tape2:before {
  content: "\e686"; }

.tp-printer:before {
  content: "\e687"; }

.tp-file-empty:before {
  content: "\e688"; }

.tp-file-add:before {
  content: "\e689"; }

.tp-file-check:before {
  content: "\e68a"; }

.tp-file-lock:before {
  content: "\e68b"; }

.tp-files:before {
  content: "\e68c"; }

.tp-copy:before {
  content: "\e68d"; }

.tp-compare:before {
  content: "\e68e"; }

.tp-folder:before {
  content: "\e68f"; }

.tp-folder-search:before {
  content: "\e690"; }

.tp-folder-plus:before {
  content: "\e691"; }

.tp-folder-minus:before {
  content: "\e692"; }

.tp-folder-download:before {
  content: "\e693"; }

.tp-folder-upload:before {
  content: "\e694"; }

.tp-folder-star:before {
  content: "\e695"; }

.tp-folder-heart:before {
  content: "\e696"; }

.tp-folder-user:before {
  content: "\e697"; }

.tp-folder-music:before {
  content: "\e698"; }

.tp-folder-picture:before {
  content: "\e699"; }

.tp-folder-film:before {
  content: "\e69a"; }

.tp-scissors:before {
  content: "\e69b"; }

.tp-paste:before {
  content: "\e69c"; }

.tp-clipboard-empty:before {
  content: "\e69d"; }

.tp-clipboard-pencil:before {
  content: "\e69e"; }

.tp-clipboard-text:before {
  content: "\e69f"; }

.tp-clipboard-check:before {
  content: "\e6a0"; }

.tp-clipboard-down:before {
  content: "\e6a1"; }

.tp-clipboard-left:before {
  content: "\e6a2"; }

.tp-clipboard-alert:before {
  content: "\e6a3"; }

.tp-clipboard-user:before {
  content: "\e6a4"; }

.tp-register:before {
  content: "\e6a5"; }

.tp-enter:before {
  content: "\e6a6"; }

.tp-exit:before {
  content: "\e6a7"; }

.tp-papers:before {
  content: "\e6a8"; }

.tp-news:before {
  content: "\e6a9"; }

.tp-reading:before {
  content: "\e6aa"; }

.tp-typewriter:before {
  content: "\e6ab"; }

.tp-document:before {
  content: "\e6ac"; }

.tp-document2:before {
  content: "\e6ad"; }

.tp-graduation-hat:before {
  content: "\e6ae"; }

.tp-license:before {
  content: "\e6af"; }

.tp-license2:before {
  content: "\e6b0"; }

.tp-medal-empty:before {
  content: "\e6b1"; }

.tp-medal-first:before {
  content: "\e6b2"; }

.tp-medal-second:before {
  content: "\e6b3"; }

.tp-medal-third:before {
  content: "\e6b4"; }

.tp-podium:before {
  content: "\e6b5"; }

.tp-trophy:before {
  content: "\e6b6"; }

.tp-music-note:before {
  content: "\e6b7"; }

.tp-music-note2:before {
  content: "\e6b8"; }

.tp-trumpet:before {
  content: "\e6b9"; }

.tp-album:before {
  content: "\e6ba"; }

.tp-shuffle:before {
  content: "\e6bb"; }

.tp-repeat-one:before {
  content: "\e6bc"; }

.tp-repeat:before {
  content: "\e6bd"; }

.tp-headphones:before {
  content: "\e6be"; }

.tp-headset:before {
  content: "\e6bf"; }

.tp-loudspeaker:before {
  content: "\e6c0"; }

.tp-equalizer:before {
  content: "\e6c1"; }

.tp-theater:before {
  content: "\e6c2"; }

.tp-3d-glasses:before {
  content: "\e6c3"; }

.tp-ticket:before {
  content: "\e6c4"; }

.tp-play:before {
  content: "\e6c5"; }

.tp-film-play:before {
  content: "\e6c6"; }

.tp-clapboard-play:before {
  content: "\e6c7"; }

.tp-media:before {
  content: "\e6c8"; }

.tp-film:before {
  content: "\e6c9"; }

.tp-film2:before {
  content: "\e6ca"; }

.tp-surveillance:before {
  content: "\e6cb"; }

.tp-camera:before {
  content: "\e6cc"; }

.tp-camera-crossed:before {
  content: "\e6cd"; }

.tp-camera-play:before {
  content: "\e6ce"; }

.tp-time-lapse:before {
  content: "\e6cf"; }

.tp-record:before {
  content: "\e6d0"; }

.tp-camera2:before {
  content: "\e6d1"; }

.tp-camera-flip:before {
  content: "\e6d2"; }

.tp-shutter:before {
  content: "\e6d3"; }

.tp-picture:before {
  content: "\e6d4"; }

.tp-pictures:before {
  content: "\e6d5"; }

.tp-book:before {
  content: "\e6d6"; }

.tp-audio-book:before {
  content: "\e6d7"; }

.tp-bookmark:before {
  content: "\e6d8"; }

.tp-bookmark2:before {
  content: "\e6d9"; }

.tp-label:before {
  content: "\e6da"; }

.tp-library:before {
  content: "\e6db"; }

.tp-library2:before {
  content: "\e6dc"; }

.tp-contacts:before {
  content: "\e6dd"; }

.tp-profile:before {
  content: "\e6de"; }

.tp-portrait:before {
  content: "\e6df"; }

.tp-user:before {
  content: "\e6e0"; }

.tp-user-plus:before {
  content: "\e6e1"; }

.tp-user-minus:before {
  content: "\e6e2"; }

.tp-user-lock:before {
  content: "\e6e3"; }

.tp-users:before {
  content: "\e6e4"; }

.tp-users-plus:before {
  content: "\e6e5"; }

.tp-users-minus:before {
  content: "\e6e6"; }

.tp-group-work:before {
  content: "\e6e7"; }

.tp-woman:before {
  content: "\e6e8"; }

.tp-man:before {
  content: "\e6e9"; }

.tp-baby:before {
  content: "\e6ea"; }

.tp-baby2:before {
  content: "\e6eb"; }

.tp-baby3:before {
  content: "\e6ec"; }

.tp-baby-bottle:before {
  content: "\e6ed"; }

.tp-walk:before {
  content: "\e6ee"; }

.tp-hand-waving:before {
  content: "\e6ef"; }

.tp-jump:before {
  content: "\e6f0"; }

.tp-run:before {
  content: "\e6f1"; }

.tp-woman2:before {
  content: "\e6f2"; }

.tp-man2:before {
  content: "\e6f3"; }

.tp-man-woman:before {
  content: "\e6f4"; }

.tp-height:before {
  content: "\e6f5"; }

.tp-button:before {
  content: "\e6f6"; }

.tp-bow-tie:before {
  content: "\e6f7"; }

.tp-tie:before {
  content: "\e6f8"; }

.tp-socks:before {
  content: "\e6f9"; }

.tp-shoe:before {
  content: "\e6fa"; }

.tp-shoes:before {
  content: "\e6fb"; }

.tp-hat:before {
  content: "\e6fc"; }

.tp-pants:before {
  content: "\e6fd"; }

.tp-shorts:before {
  content: "\e6fe"; }

.tp-flip-flops:before {
  content: "\e6ff"; }

.tp-shirt:before {
  content: "\e700"; }

.tp-hanger:before {
  content: "\e701"; }

.tp-laundry:before {
  content: "\e702"; }

.tp-store:before {
  content: "\e703"; }

.tp-haircut:before {
  content: "\e704"; }

.tp-store-24:before {
  content: "\e705"; }

.tp-barcode:before {
  content: "\e706"; }

.tp-cashier:before {
  content: "\e707"; }

.tp-bag:before {
  content: "\e708"; }

.tp-cart:before {
  content: "\e709"; }

.tp-cart-full:before {
  content: "\e70a"; }

.tp-cart-plus:before {
  content: "\e70b"; }

.tp-tag:before {
  content: "\e70c"; }

.tp-tags:before {
  content: "\e70d"; }

.tp-receipt:before {
  content: "\e70e"; }

.tp-credit-card:before {
  content: "\e70f"; }

.tp-cash-dollar:before {
  content: "\e710"; }

.tp-cash-euro:before {
  content: "\e711"; }

.tp-cash-pound:before {
  content: "\e712"; }

.tp-cash-yen:before {
  content: "\e713"; }

.tp-bag-dollar:before {
  content: "\e714"; }

.tp-bag-euro:before {
  content: "\e715"; }

.tp-bag-pound:before {
  content: "\e716"; }

.tp-bag-yen:before {
  content: "\e717"; }

.tp-coin-dollar:before {
  content: "\e718"; }

.tp-coin-euro:before {
  content: "\e719"; }

.tp-coin-pound:before {
  content: "\e71a"; }

.tp-coin-yen:before {
  content: "\e71b"; }

.tp-calculator:before {
  content: "\e71c"; }

.tp-calculator2:before {
  content: "\e71d"; }

.tp-telephone:before {
  content: "\e71e"; }

.tp-phone-wave:before {
  content: "\e71f"; }

.tp-voicemail:before {
  content: "\e720"; }

.tp-dial:before {
  content: "\e721"; }

.tp-telephone2:before {
  content: "\e722"; }

.tp-pushpin:before {
  content: "\e723"; }

.tp-pushpin2:before {
  content: "\e724"; }

.tp-map-marker:before {
  content: "\e725"; }

.tp-map-marker-user:before {
  content: "\e726"; }

.tp-map-marker-crossed:before {
  content: "\e727"; }

.tp-compass2:before {
  content: "\e728"; }

.tp-map:before {
  content: "\e729"; }

.tp-map2:before {
  content: "\e72a"; }

.tp-location:before {
  content: "\e72b"; }

.tp-road-sign:before {
  content: "\e72c"; }

.tp-calendar-empty:before {
  content: "\e72d"; }

.tp-calendar-check:before {
  content: "\e72e"; }

.tp-calendar-cross:before {
  content: "\e72f"; }

.tp-calendar-full:before {
  content: "\e730"; }

.tp-calendar-text:before {
  content: "\e731"; }

.tp-calendar-user:before {
  content: "\e732"; }

.tp-mouse:before {
  content: "\e733"; }

.tp-keyboard:before {
  content: "\e734"; }

.tp-delete:before {
  content: "\e735"; }

.tp-spell-check:before {
  content: "\e736"; }

.tp-screen:before {
  content: "\e737"; }

.tp-signal:before {
  content: "\e738"; }

.tp-sim:before {
  content: "\e739"; }

.tp-usb-drive:before {
  content: "\e73a"; }

.tp-smartphone:before {
  content: "\e73b"; }

.tp-tablet:before {
  content: "\e73c"; }

.tp-laptop:before {
  content: "\e73d"; }

.tp-laptop-phone:before {
  content: "\e73e"; }

.tp-desktop:before {
  content: "\e73f"; }

.tp-window:before {
  content: "\e740"; }

.tp-cable:before {
  content: "\e741"; }

.tp-cable2:before {
  content: "\e742"; }

.tp-tv:before {
  content: "\e743"; }

.tp-radio:before {
  content: "\e744"; }

.tp-remote-control:before {
  content: "\e745"; }

.tp-power-switch:before {
  content: "\e746"; }

.tp-power:before {
  content: "\e747"; }

.tp-lamp:before {
  content: "\e748"; }

.tp-flashlight:before {
  content: "\e749"; }

.tp-lampshade:before {
  content: "\e74a"; }

.tp-cord:before {
  content: "\e74b"; }

.tp-outlet:before {
  content: "\e74c"; }

.tp-battery-power:before {
  content: "\e74d"; }

.tp-battery-empty:before {
  content: "\e74e"; }

.tp-bubble:before {
  content: "\e74f"; }

.tp-bubbles:before {
  content: "\e750"; }

.tp-heart-pulse:before {
  content: "\e751"; }

.tp-pulse:before {
  content: "\e752"; }

.tp-syringe:before {
  content: "\e753"; }

.tp-pills:before {
  content: "\e754"; }

.tp-first-aid:before {
  content: "\e755"; }

.tp-lifebuoy:before {
  content: "\e756"; }

.tp-bandage:before {
  content: "\e757"; }

.tp-thermometer:before {
  content: "\e758"; }

.tp-beaker:before {
  content: "\e759"; }

.tp-skull:before {
  content: "\e75a"; }

.tp-bone:before {
  content: "\e75b"; }

.tp-construction:before {
  content: "\e75c"; }

.tp-construction-cone:before {
  content: "\e75d"; }

.tp-pie-chart:before {
  content: "\e75e"; }

.tp-graph:before {
  content: "\e75f"; }

.tp-chart-growth:before {
  content: "\e760"; }

.tp-cake:before {
  content: "\e761"; }

.tp-gift:before {
  content: "\e762"; }

.tp-balloon:before {
  content: "\e763"; }

.tp-rank:before {
  content: "\e764"; }

.tp-rank2:before {
  content: "\e765"; }

.tp-rank3:before {
  content: "\e766"; }

.tp-crown:before {
  content: "\e767"; }

.tp-lotus:before {
  content: "\e768"; }

.tp-diamond:before {
  content: "\e769"; }

.tp-teacup:before {
  content: "\e76a"; }

.tp-teapot:before {
  content: "\e76b"; }

.tp-bottle2:before {
  content: "\e76c"; }

.tp-glass-cocktail:before {
  content: "\e76d"; }

.tp-glass:before {
  content: "\e76e"; }

.tp-dinner:before {
  content: "\e76f"; }

.tp-chef:before {
  content: "\e770"; }

.tp-egg:before {
  content: "\e771"; }

.tp-platter:before {
  content: "\e772"; }

.tp-hamburger:before {
  content: "\e773"; }

.tp-pizza:before {
  content: "\e774"; }

.tp-sausage:before {
  content: "\e775"; }

.tp-chicken:before {
  content: "\e776"; }

.tp-fish:before {
  content: "\e777"; }

.tp-carrot:before {
  content: "\e778"; }

.tp-cheese:before {
  content: "\e779"; }

.tp-bread:before {
  content: "\e77a"; }

.tp-ice-cream:before {
  content: "\e77b"; }

.tp-ice-cream2:before {
  content: "\e77c"; }

.tp-candy:before {
  content: "\e77d"; }

.tp-lollipop:before {
  content: "\e77e"; }

.tp-coffee-bean:before {
  content: "\e77f"; }

.tp-coffee-cup:before {
  content: "\e780"; }

.tp-cherry:before {
  content: "\e781"; }

.tp-grapes:before {
  content: "\e782"; }

.tp-citrus:before {
  content: "\e783"; }

.tp-apple:before {
  content: "\e784"; }

.tp-leaf:before {
  content: "\e785"; }

.tp-landscape:before {
  content: "\e786"; }

.tp-pine-tree:before {
  content: "\e787"; }

.tp-tree:before {
  content: "\e788"; }

.tp-cactus:before {
  content: "\e789"; }

.tp-paw:before {
  content: "\e78a"; }

.tp-footprint:before {
  content: "\e78b"; }

.tp-speed-slow:before {
  content: "\e78c"; }

.tp-rocket:before {
  content: "\e78d"; }

.tp-hammer2:before {
  content: "\e78e"; }

.tp-balance:before {
  content: "\e78f"; }

.tp-briefcase:before {
  content: "\e790"; }

.tp-luggage-weight:before {
  content: "\e791"; }

.tp-dolly:before {
  content: "\e792"; }

.tp-plane:before {
  content: "\e793"; }

.tp-helicopter:before {
  content: "\e794"; }

.tp-traffic-lights:before {
  content: "\e795"; }

.tp-siren:before {
  content: "\e796"; }

.tp-road:before {
  content: "\e797"; }

.tp-engine:before {
  content: "\e798"; }

.tp-oil-pressure:before {
  content: "\e799"; }

.tp-coolant-temperature:before {
  content: "\e79a"; }

.tp-gas:before {
  content: "\e79b"; }

.tp-gallon:before {
  content: "\e79c"; }

.tp-car:before {
  content: "\e79d"; }

.tp-bus:before {
  content: "\e79e"; }

.tp-bus2:before {
  content: "\e79f"; }

.tp-car2:before {
  content: "\e7a0"; }

.tp-parking:before {
  content: "\e7a1"; }

.tp-car-siren:before {
  content: "\e7a2"; }

.tp-ambulance:before {
  content: "\e7a3"; }

.tp-truck:before {
  content: "\e7a4"; }

.tp-trailer:before {
  content: "\e7a5"; }

.tp-scale-truck:before {
  content: "\e7a6"; }

.tp-train:before {
  content: "\e7a7"; }

.tp-ship:before {
  content: "\e7a8"; }

.tp-anchor:before {
  content: "\e7a9"; }

.tp-boat:before {
  content: "\e7aa"; }

.tp-bicycle:before {
  content: "\e7ab"; }

.tp-dumbbell:before {
  content: "\e7ac"; }

.tp-swim:before {
  content: "\e7ad"; }

.tp-football:before {
  content: "\e7ae"; }

.tp-baseball-bat:before {
  content: "\e7af"; }

.tp-baseball:before {
  content: "\e7b0"; }

.tp-tennis:before {
  content: "\e7b1"; }

.tp-tennis2:before {
  content: "\e7b2"; }

.tp-ping-pong:before {
  content: "\e7b3"; }

.tp-hockey:before {
  content: "\e7b4"; }

.tp-8ball:before {
  content: "\e7b5"; }

.tp-bowling:before {
  content: "\e7b6"; }

.tp-bowling-pins:before {
  content: "\e7b7"; }

.tp-golf:before {
  content: "\e7b8"; }

.tp-archery:before {
  content: "\e7b9"; }

.tp-soccer:before {
  content: "\e7ba"; }

.tp-basketball:before {
  content: "\e7bb"; }

.tp-cube:before {
  content: "\e7bc"; }

.tp-puzzle:before {
  content: "\e7bd"; }

.tp-glasses:before {
  content: "\e7be"; }

.tp-wheelchair:before {
  content: "\e7bf"; }

.tp-wall:before {
  content: "\e7c0"; }

.tp-fence:before {
  content: "\e7c1"; }

.tp-icons:before {
  content: "\e7c2"; }

.tp-site-map:before {
  content: "\e7c3"; }

.tp-earth:before {
  content: "\e7c4"; }

.tp-network:before {
  content: "\e7c5"; }

.tp-planet:before {
  content: "\e7c6"; }

.tp-smile:before {
  content: "\e7c7"; }

.tp-sad:before {
  content: "\e7c8"; }

.tp-neutral:before {
  content: "\e7c9"; }

.tp-tombstone:before {
  content: "\e7ca"; }

.tp-christmas:before {
  content: "\e7cb"; }

.tp-easter-egg:before {
  content: "\e7cc"; }

.tp-mustache:before {
  content: "\e7cd"; }

.tp-pipe:before {
  content: "\e7ce"; }

.tp-alarm:before {
  content: "\e7cf"; }

.tp-bullhorn:before {
  content: "\e7d0"; }

.tp-volume-high:before {
  content: "\e7d1"; }

.tp-lan:before {
  content: "\e7d2"; }

.tp-wifi:before {
  content: "\e7d3"; }

.tp-antenna:before {
  content: "\e7d4"; }

.tp-satellite:before {
  content: "\e7d5"; }

.tp-satellite2:before {
  content: "\e7d6"; }

.tp-mic:before {
  content: "\e7d7"; }

.tp-mic2:before {
  content: "\e7d8"; }

.tp-hourglass:before {
  content: "\e7d9"; }

.tp-loading:before {
  content: "\e7da"; }

.tp-undo:before {
  content: "\e7db"; }

.tp-redo:before {
  content: "\e7dc"; }

.tp-sync:before {
  content: "\e7dd"; }

.tp-history:before {
  content: "\e7de"; }

.tp-clock:before {
  content: "\e7df"; }

.tp-clock2:before {
  content: "\e7e0"; }

.tp-watch:before {
  content: "\e7e1"; }

.tp-timer:before {
  content: "\e7e2"; }

.tp-timer2:before {
  content: "\e7e3"; }

.tp-download:before {
  content: "\e7e4"; }

.tp-upload:before {
  content: "\e7e5"; }

.tp-enter-up:before {
  content: "\e7e6"; }

.tp-enter-down:before {
  content: "\e7e7"; }

.tp-enter-left:before {
  content: "\e7e8"; }

.tp-enter-right:before {
  content: "\e7e9"; }

.tp-exit-up:before {
  content: "\e7ea"; }

.tp-exit-down:before {
  content: "\e7eb"; }

.tp-exit-left:before {
  content: "\e7ec"; }

.tp-exit-right:before {
  content: "\e7ed"; }

.tp-enter-up2:before {
  content: "\e7ee"; }

.tp-enter-down2:before {
  content: "\e7ef"; }

.tp-enter-vertical:before {
  content: "\e7f0"; }

.tp-enter-left2:before {
  content: "\e7f1"; }

.tp-enter-right2:before {
  content: "\e7f2"; }

.tp-enter-horizontal:before {
  content: "\e7f3"; }

.tp-exit-up2:before {
  content: "\e7f4"; }

.tp-exit-down2:before {
  content: "\e7f5"; }

.tp-exit-left2:before {
  content: "\e7f6"; }

.tp-exit-right2:before {
  content: "\e7f7"; }

.tp-bug:before {
  content: "\e7f8"; }

.tp-code:before {
  content: "\e7f9"; }

.tp-file-code:before {
  content: "\e7fa"; }

.tp-file-image:before {
  content: "\e7fb"; }

.tp-file-zip:before {
  content: "\e7fc"; }

.tp-file-audio:before {
  content: "\e7fd"; }

.tp-file-video:before {
  content: "\e7fe"; }

.tp-file-preview:before {
  content: "\e7ff"; }

.tp-file-charts:before {
  content: "\e800"; }

.tp-file-stats:before {
  content: "\e801"; }

.tp-file-spreadsheet:before {
  content: "\e802"; }

.tp-link:before {
  content: "\e803"; }

.tp-unlink:before {
  content: "\e804"; }

.tp-thumbs-up:before {
  content: "\e805"; }

.tp-thumbs-down:before {
  content: "\e806"; }

.tp-share:before {
  content: "\e807"; }

.tp-magnifier:before {
  content: "\e808"; }

.tp-file-search:before {
  content: "\e809"; }

.tp-zoom-in:before {
  content: "\e80a"; }

.tp-zoom-out:before {
  content: "\e80b"; }

.tp-menu:before {
  content: "\e80c"; }

.tp-list:before {
  content: "\e80d"; }

.tp-list2:before {
  content: "\e80e"; }

.tp-list3:before {
  content: "\e80f"; }

.tp-menu2:before {
  content: "\e810"; }

.tp-list4:before {
  content: "\e811"; }

.tp-menu3:before {
  content: "\e812"; }

.tp-exclamation:before {
  content: "\e813"; }

.tp-question:before {
  content: "\e814"; }

.tp-check:before {
  content: "\e815"; }

.tp-cross:before {
  content: "\e816"; }

.tp-plus:before {
  content: "\e817"; }

.tp-minus:before {
  content: "\e818"; }

.tp-percent:before {
  content: "\e819"; }

.tp-chevron-up:before {
  content: "\e81a"; }

.tp-chevron-down:before {
  content: "\e81b"; }

.tp-chevron-left:before {
  content: "\e81c"; }

.tp-chevron-right:before {
  content: "\e81d"; }

.tp-chevrons-expand-vertical:before {
  content: "\e81e"; }

.tp-chevrons-expand-horizontal:before {
  content: "\e81f"; }

.tp-chevrons-contract-vertical:before {
  content: "\e820"; }

.tp-arrow-up:before {
  content: "\e821"; }

.tp-arrow-down:before {
  content: "\e822"; }

.tp-arrow-left:before {
  content: "\e823"; }

.tp-arrow-right:before {
  content: "\e824"; }

.tp-expand:before {
  content: "\e825"; }

.tp-contract:before {
  content: "\e826"; }

.tp-expand2:before {
  content: "\e827"; }

.tp-contract2:before {
  content: "\e828"; }

.tp-move:before {
  content: "\e829"; }

.tp-tab:before {
  content: "\e82a"; }

.tp-notification:before {
  content: "\e82b"; }

.tp-warning:before {
  content: "\e82c"; }

.tp-notification-circle:before {
  content: "\e82d"; }

.tp-question-circle:before {
  content: "\e82e"; }

.tp-menu-circle:before {
  content: "\e82f"; }

.tp-checkmark-circle:before {
  content: "\e830"; }

.tp-transform:before {
  content: "\e831"; }

.tp-grid:before {
  content: "\e832"; }

.tp-layers:before {
  content: "\e833"; }

.tp-rulers:before {
  content: "\e834"; }

.tp-ruler:before {
  content: "\e835"; }

.tp-funnel:before {
  content: "\e836"; }

.tp-text-align-left:before {
  content: "\e837"; }

.tp-text-align-center:before {
  content: "\e838"; }

.tp-text-align-right:before {
  content: "\e839"; }

.tp-text-align-justify:before {
  content: "\e83a"; }

.tp-ellipsis:before {
  content: "\e83b"; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out; }

/*
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y; }

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px); }

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-loaded {
  display: block; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel .owl-refresh .owl-item {
  display: none; }

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d; }

.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto; }

.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item img {
  transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1; }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #cccccc; }

.mfp-preloader a:hover {
  color: white; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100); }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333333; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100); }

.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

.mfp-arrow:after, .mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before, .mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

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

.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
  border-right: 17px solid white;
  margin-left: 31px; }

.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f; }

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

.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
  border-left: 17px solid white;
  margin-left: 39px; }

.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
  border-left: 27px solid #3f3f3f; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: black; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444444; }

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }

  .mfp-img-mobile img.mfp-img {
    padding: 0; }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
.mfp-ie7 .mfp-img {
  padding: 0; }

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }

.mfp-ie7 .mfp-container {
  padding: 0; }

.mfp-ie7 .mfp-content {
  padding-top: 44px; }

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }

/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8; }

/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0; }

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out; }

/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1; }

/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0; }

/* -----------------------------------------------------------------------------

	Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)

----------------------------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, button {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* -----------------------------------------------------------------------------

    2.) GENERAL

----------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------
	MIXINS
-------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------
	TYPOGRAPHY
------------------------------------------------------------------------- */
body {
  position: relative;
  margin: 0;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -ms-word-wrap: break-word;
  word-wrap: break-word; }

a {
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out; }

a, a:hover, a:focus, a:active {
  text-decoration: none;
  outline: none; }

a:hover {
  text-decoration: underline; }

abbr {
  border-bottom: 1px dotted transparent; }

address {
  margin-bottom: 24px; }

blockquote {
  margin-bottom: 24px;
  padding-left: 20px;
  font-size: 1.875em;
  font-style: italic;
  border: 5px solid transparent;
  border-width: 0 0 0 5px; }

blockquote blockquote {
  font-size: 1em; }

blockquote cite {
  display: block;
  margin-top: 12px;
  font-style: normal;
  font-size: 0.875em; }

button {
  background: none;
  cursor: pointer;
  outline: 0;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out; }

code {
  padding: 5px;
  font-family: monospace;
  border: 1px solid transparent; }

em {
  font-style: italic; }

img {
  max-width: 100%;
  height: auto; }

p {
  line-height: 1.5em;
  margin: 0 0 24px 0; }

pre {
  margin-bottom: 24px;
  padding: 10px;
  font-family: monospace;
  border: 1px solid transparent;
  overflow-x: scroll; }

q {
  font-style: italic; }

strong {
  font-weight: bold; }

sub,
sup {
  position: relative;
  top: -0.5em;
  font-size: 0.750em;
  vertical-align: top; }

sub {
  top: auto;
  bottom: -0.5em; }

var {
  font-style: italic; }

h1 {
  margin-bottom: 24px;
  line-height: 1.2em;
  font-size: 1.875em;
  font-weight: bold; }

h2 {
  margin-bottom: 24px;
  line-height: 1.2em;
  font-size: 1.5em;
  font-weight: bold; }

h3 {
  margin-bottom: 24px;
  line-height: 1.2em;
  font-size: 1.125em;
  font-weight: bold; }

h4 {
  margin-bottom: 24px;
  line-height: 1.2em;
  font-size: 1.125em;
  font-weight: bold; }

h5 {
  margin-bottom: 24px;
  line-height: 1.2em;
  font-size: 1em; }

h6 {
  margin-bottom: 24px;
  line-height: 1.2em;
  font-size: 0.875em; }

dl {
  margin: 0 0 24px 0; }

dl > dt {
  margin-top: 10px;
  font-weight: bold; }

dl > dt:first-child {
  margin-top: 0; }

ul {
  margin-bottom: 24px;
  list-style: disc inside; }

ul li {
  position: relative;
  margin-top: 10px;
  line-height: 1.5em; }

ul > li:first-child {
  margin-top: 0; }

ul ol,
ul ul {
  margin: 10px 0 0 20px; }

ol {
  margin-bottom: 24px; }

ol > li {
  position: relative;
  margin-top: 10px;
  list-style-type: decimal;
  list-style-position: inside;
  line-height: 1.5em; }

ol > li:first-child {
  margin-top: 0; }

ol ul,
ol ol {
  margin: 10px 0 0 20px; }

table {
  margin-bottom: 24px;
  width: 100%;
  border-collapse: collapse; }

table th {
  padding: 15px 20px 13px 20px;
  font-weight: bold;
  text-align: left;
  text-transform: uppercase;
  border: 0; }

table td {
  padding: 15px 20px 13px 20px;
  vertical-align: middle;
  border: 0; }

table p {
  margin-bottom: 12px; }

table p:last-child {
  margin: 0; }

/* -------------------------------------------------------------------------
	FORMS
------------------------------------------------------------------------- */
label {
  display: block;
  margin-bottom: 3px;
  font-weight: normal;
  vertical-align: top; }

input, textarea, select {
  position: relative;
  padding: 12px 15px;
  width: 100%;
  font-family: inherit;
  font-size: 16px;
  outline: 0;
  border: 0;
  border-radius: 0;
  -webkit-transition: background-color 300ms ease-in-out;
  -moz-transition: background-color 300ms ease-in-out;
  -ms-transition: background-color 300ms ease-in-out;
  -o-transition: background-color 300ms ease-in-out;
  transition: background-color 300ms ease-in-out; }

textarea {
  max-width: 100%;
  height: 142px; }

input[type="checkbox"], input[type="radio"] {
  margin: 4px 2px 0 0;
  width: auto;
  vertical-align: top; }

input[type="submit"] {
  display: inline-block;
  position: relative;
  top: 0;
  padding: 12px 20px;
  width: auto;
  line-height: 1em;
  font-size: 0.875em;
  font-weight: bold;
  text-transform: uppercase;
  border: 1px solid transparent;
  cursor: pointer;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  -webkit-appearance: none;
  border-radius: 0; }

input[type="submit"]:active {
  top: 2px; }

input[type="file"] {
  padding: 0; }

input[type="image"] {
  padding: 0;
  width: auto; }

/* -------------------------------------------------------------------------
	UTILITY CLASSES
------------------------------------------------------------------------- */
.aligncenter {
  margin-left: auto;
  margin-right: auto; }

.alignleft {
  float: left;
  margin: 0 15px 15px 0; }

.alignright {
  float: right;
  margin: 0 0 15px 15px; }

.bypostauthor {
  font-style: italic; }

.clearfix:before,
.clearfix:after {
  display: table;
  clear: both;
  height: 0;
  content: ''; }

.embed-media {
  margin-bottom: 24px; }

.gallery-caption {
  padding: 4px; }

.hidden {
  display: none; }

.lead {
  line-height: 1.5em;
  font-size: 1.500em;
  font-weight: 400; }

.strikethrough {
  text-decoration: line-through; }

.valign-middle {
  vertical-align: middle; }

.valign-top {
  vertical-align: top; }

.valign-bottom {
  vertical-align: bottom; }

.wp-caption {
  padding: 4px;
  max-width: 100%; }

.wp-caption-text {
  font-size: 0.9em; }

p.wp-caption-text {
  margin-top: 5px; }

.wp-audio-shortcode,
.wp-video {
  margin: 0 0 24px 0; }

/* -----------------------------------------------------------------------------

    3.) COMPONENTS

----------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------
	ACCORDION
------------------------------------------------------------------------- */
.accordion-items {
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin-top: -12px;
  margin-bottom: 12px; }
  .accordion-items > li {
    list-style-type: none;
    margin: 0;
    padding: 0;
    line-height: 1.2em; }
  .accordion-items > li {
    position: relative;
    border-top: 1px solid transparent; }
  .accordion-items > li:first-child {
    margin-top: 0;
    border: 0; }
  .accordion-items .accordion-title {
    position: relative;
    margin: 0;
    padding: 12px 30px 12px 0;
    font-size: 1em;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-transition: background-color 150ms ease-in-out;
    -moz-transition: background-color 150ms ease-in-out;
    -ms-transition: background-color 150ms ease-in-out;
    -o-transition: background-color 150ms ease-in-out;
    transition: background-color 150ms ease-in-out; }
  .accordion-items .m-has-icon .accordion-title {
    padding-left: 30px; }
  .accordion-items .accordion-title .ico {
    position: absolute;
    top: 10px;
    left: 0;
    font-size: 20px; }
  .accordion-items .accordion-title:after {
    content: '\f107';
    display: block;
    position: absolute;
    top: 13px;
    right: 5px;
    font-size: 16px;
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  .accordion-items > li.m-active .accordion-title:after {
    content: '\f106'; }
  .accordion-items .accordion-content {
    display: none;
    padding-bottom: 12px;
    line-height: 1.4em; }
  .accordion-items .accordion-content > * {
    margin: 12px 0 0 0; }
  .accordion-items .accordion-content > *:first-child {
    margin: 0; }

/* -------------------------------------------------------------------------
	ALERT MESSAGES
------------------------------------------------------------------------- */
.c-alert-message {
  position: relative;
  margin: 0 0 24px 0;
  padding: 22px 20px 20px 50px; }
  .c-alert-message .ico {
    position: absolute;
    top: 22px;
    left: 20px;
    font-size: 24px; }
  .c-alert-message .alert-inner {
    line-height: 1.4em; }
  .c-alert-message p {
    margin: 12px 0 0 0; }
  .c-alert-message p:first-child {
    margin: 0; }
  .c-alert-message .alert-close {
    position: absolute;
    top: 10px;
    right: 10px; }

/* -------------------------------------------------------------------------
	ARTICLE LIST
------------------------------------------------------------------------- */
.c-article-list {
  margin-bottom: 24px; }
  .c-article-list .c-content-box {
    padding-left: 0;
    padding-right: 0; }
  .c-article-list .article-list-inner {
    position: relative;
    padding: 0 30px 24px 30px; }
  .c-article-list .ico-shadow {
    position: absolute;
    top: -20px;
    left: -20px;
    font-size: 120px;
    opacity: 0.08;
    filter: alpha(opacity=8);
    z-index: 5; }
  .c-article-list .article-list-title {
    font-weight: normal;
    text-transform: none;
    z-index: 10; }
  .c-article-list.m-has-icon .article-list-title {
    position: relative;
    padding-left: 45px;
    z-index: 10; }
  .c-article-list .article-list-title .ico {
    position: absolute;
    top: -2px;
    left: 0;
    font-size: 36px; }
  .c-article-list .article-list-content {
    position: relative;
    margin: 0 -30px;
    z-index: 20; }
  .c-article-list .article-image {
    margin-bottom: 24px; }
  .c-article-list .article-image a {
    display: block;
    margin: 0 0 12px 0;
    height: 160px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; }
  .c-article-list .article-image a:hover {
    opacity: 0.8;
    filter: alpha(opacity=80); }
  .c-article-list .article-title {
    margin: 0;
    font-size: 1.5em; }
  .c-article-list .article-date {
    margin-top: 3px;
    font-size: 0.875em; }
  .c-article-list .article-date .ico {
    position: relative;
    top: 1px;
    margin-right: 5px; }
  .c-article-list .article-excerpt {
    margin-top: 24px; }
  .c-article-list .article-core {
    position: relative;
    padding: 0 30px; }
  .c-article-list .brief-article {
    position: relative;
    margin: 7px 30px 0 30px;
    padding-top: 7px;
    border-top: 1px solid transparent; }
    .c-article-list .brief-article:before, .c-article-list .brief-article:after {
      display: table;
      clear: both;
      height: 0;
      content: ''; }
  .c-article-list .brief-article:first-child {
    margin-top: 0;
    border-top: 0; }
  .c-article-list.m-has-featured .brief-article:nth-child(2) {
    margin-top: 0;
    border-top: 0; }
  .c-article-list .brief-article .article-title {
    margin: 0;
    padding-right: 100px;
    font-size: 0.875em;
    font-weight: normal;
    text-transform: none; }
  .c-article-list .brief-article .article-date {
    position: absolute;
    top: 4px;
    right: 0;
    margin: 0;
    font-size: 0.750em;
    text-align: right; }
  .c-article-list .more-btn-holder {
    margin: 7px 30px 0 30px;
    padding-top: 8px;
    border-top: 1px solid transparent;
    font-size: 0.875em; }
  .c-article-list .more-btn-holder a {
    position: relative;
    padding-right: 10px;
    font-weight: bold; }

.c-content-box .c-article-list .article-list-inner {
  padding: 0; }

.m-no-boxes .c-article-list .article-list-inner {
  padding: 0; }
.m-no-boxes .c-article-list .article-list-content {
  margin: 0; }
.m-no-boxes .c-article-list .article-core {
  padding: 0; }
.m-no-boxes .c-article-list .brief-article,
.m-no-boxes .c-article-list .more-btn-holder {
  margin-left: 0;
  margin-right: 0; }

/* -------------------------------------------------------------------------
	BUTTON
------------------------------------------------------------------------- */
.c-button {
  display: inline-block;
  position: relative;
  top: 0;
  padding: 12px 20px;
  width: auto;
  line-height: 1em;
  font-size: 0.875em;
  font-weight: bold;
  text-transform: uppercase;
  border: 1px solid transparent;
  cursor: pointer;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out; }
  .c-button.m-has-icon {
    padding-left: 42px; }
  .c-button .ico {
    position: absolute;
    top: 10px;
    left: 20px;
    font-size: 18px; }

.c-button:hover {
  text-decoration: none; }

.c-button:active {
  top: 2px; }

/* -------------------------------------------------------------------------
	CONTAINER
------------------------------------------------------------------------- */
.c-container {
  margin: 0 auto;
  padding: 0 30px;
  max-width: 1400px; }
  .c-container:before, .c-container:after {
    display: table;
    clear: both;
    height: 0;
    content: ''; }

/* -------------------------------------------------------------------------
	CONTENT BOX
------------------------------------------------------------------------- */
.c-content-box {
  margin-bottom: 24px;
  padding: 24px 30px 1px 30px;
  line-height: 1.4em;
  overflow: hidden; }

.c-content-box.m-no-padding {
  padding: 0; }

.c-content-box .c-content-box,
.m-no-boxes .c-content-box {
  margin: 0;
  padding: 0;
  overflow: visible; }

.m-no-boxes .c-content-box.m-forced {
  margin-bottom: 24px;
  padding: 24px 30px 1px 30px; }

/* -------------------------------------------------------------------------
	COUNTER
------------------------------------------------------------------------- */
.c-counter {
  margin-bottom: 24px; }
  .c-counter .counter-data {
    margin-bottom: 12px;
    line-height: 1em;
    font-size: 3em;
    font-weight: normal; }
  .c-counter .counter-symbol {
    font-size: 0.625em; }
  .c-counter .counter-label {
    font-weight: normal; }

/* -------------------------------------------------------------------------
	CTA MESSAGE
------------------------------------------------------------------------- */
.c-cta-message .cta-inner {
  margin-bottom: 24px; }
.c-cta-message .cta-title {
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid transparent; }
.c-cta-message .cta-text {
  margin-bottom: 24px; }
.c-cta-message .cta-text > * {
  margin: 12px 0 0 0; }
.c-cta-message .cta-button {
  margin: 0; }

/* -------------------------------------------------------------------------
	DEFINITION LIST
------------------------------------------------------------------------- */
.c-definition-list dl {
  margin-bottom: 24px; }
  .c-definition-list dl:before, .c-definition-list dl:after {
    display: table;
    clear: both;
    height: 0;
    content: ''; }
.c-definition-list dl > dt {
  float: left;
  clear: both;
  margin: 7px 0 0 0;
  padding: 7px 0 0 0;
  width: 50%;
  border-top: 1px solid transparent; }
.c-definition-list dl > dd {
  float: right;
  margin: 7px 0 0 0;
  padding: 7px 0 0 0;
  width: 50%;
  text-align: right;
  border-top: 1px solid transparent; }
.c-definition-list dl > dt:first-of-type,
.c-definition-list dl > dd:first-of-type {
  margin-top: 0;
  padding-top: 0;
  border: 0; }

/* -------------------------------------------------------------------------
	DIRECTORY
------------------------------------------------------------------------- */
.c-directory ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }
  .c-directory ul > li {
    list-style-type: none;
    margin: 0;
    padding: 0;
    line-height: 1.2em; }
.c-directory .directory-inner {
  position: relative; }
.c-directory .ico-shadow {
  position: absolute;
  top: -20px;
  left: -40px;
  font-size: 120px;
  opacity: 0.08;
  filter: alpha(opacity=8);
  z-index: 5; }
.c-directory .directory-title {
  font-weight: normal;
  text-transform: none;
  z-index: 10; }
.c-directory.m-has-icon .directory-title {
  position: relative;
  padding-left: 45px; }
.c-directory .directory-title .ico {
  position: absolute;
  top: -2px;
  left: 0;
  font-size: 36px; }
.c-directory .directory-content {
  position: relative;
  z-index: 20; }
.c-directory .directory-menu:before, .c-directory .directory-menu:after {
  display: table;
  clear: both;
  height: 0;
  content: ''; }
.c-directory .directory-menu > li {
  margin-bottom: 24px;
  padding-right: 10px; }
.c-directory .directory-menu > li > a {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
  text-transform: uppercase; }
.c-directory .directory-menu > li > ul > li {
  font-size: 0.875em; }
.c-directory .sub-menu > li {
  margin-top: 7px; }
.c-directory .sub-menu .sub-menu {
  margin-left: 20px; }
.c-directory.m-2-columns .directory-menu > li {
  float: left;
  width: 50%; }
.c-directory.m-2-columns .directory-menu > li:nth-child(2n+1) {
  clear: left; }
.c-directory.m-3-columns .directory-menu > li {
  float: left;
  width: 33%; }
.c-directory.m-3-columns .directory-menu > li:nth-child(3n+1) {
  clear: left; }
.c-directory.m-4-columns .directory-menu > li {
  float: left;
  width: 25%; }
.c-directory.m-4-columns .directory-menu > li:nth-child(4n+1) {
  clear: left; }

/* -------------------------------------------------------------------------
	DOCUMENTS
	This component is using LSVR Documents widget
------------------------------------------------------------------------- */
.c-documents {
  margin-bottom: 24px; }
  .c-documents .widget {
    margin: 0 0 24px 0; }
  .c-documents .widget-title {
    position: relative; }
  .c-documents .widget-title.m-has-ico {
    padding-left: 30px; }
  .c-documents .widget-ico {
    position: absolute;
    top: 2px;
    left: 0;
    font-size: 20px; }
  .c-documents .show-all-btn {
    margin: 7px 0 0 0;
    padding-top: 7px;
    border-top: 1px solid transparent; }
  .c-documents .show-all-btn a {
    position: relative;
    padding-right: 10px;
    font-weight: bold; }

/* -------------------------------------------------------------------------
	EVENTS
	This component is using LSVR Events widget
------------------------------------------------------------------------- */
.c-events {
  margin-bottom: 24px; }
  .c-events .widget {
    margin: 0 0 24px 0; }
  .c-events .widget-title {
    position: relative; }
  .c-events .widget-title.m-has-ico {
    padding-left: 30px; }
  .c-events .widget-ico {
    position: absolute;
    top: 2px;
    left: 0;
    font-size: 20px; }
  .c-events .show-all-btn {
    margin: 7px 0 0 0;
    padding-top: 7px;
    border-top: 1px solid transparent; }
  .c-events .show-all-btn a {
    position: relative;
    padding-right: 10px;
    font-weight: bold; }
  .c-events .widget.lsvr-events ul > li {
    margin-top: 12px;
    padding-top: 12px; }
  .c-events .widget.lsvr-events ul > li:first-child {
    margin-top: 0;
    padding-top: 0; }

/* -------------------------------------------------------------------------
	FEATURE
------------------------------------------------------------------------- */
.c-feature .feature-inner {
  position: relative;
  margin-bottom: 24px;
  padding-left: 50px; }
.c-feature .feature-icon {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 36px; }
.c-feature .feature-title {
  margin-bottom: 12px; }
.c-feature .feature-content > * {
  margin: 12px 0 0 0; }
.c-feature .feature-content > *:first-child {
  margin: 0; }

/* -------------------------------------------------------------------------
	GALLERY
------------------------------------------------------------------------- */
.c-gallery {
  margin-bottom: 24px; }
  .c-gallery .gallery-images {
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin: 0 -4px;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
    opacity: 1;
    filter: alpha(opacity=100); }
    .c-gallery .gallery-images > li {
      list-style-type: none;
      margin: 0;
      padding: 0;
      line-height: 1.2em; }
    .c-gallery .gallery-images:before, .c-gallery .gallery-images:after {
      display: table;
      clear: both;
      height: 0;
      content: ''; }
  .c-gallery .gallery-images.m-loading {
    opacity: 0.5;
    filter: alpha(opacity=50); }
  .c-gallery .gallery-images > li {
    float: left;
    padding: 4px;
    width: 100%; }
  .c-gallery .gallery-images > li a img {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out; }
  .c-gallery .gallery-images > li a:hover img {
    opacity: 0.8;
    filter: alpha(opacity=80); }
  .c-gallery .gallery-images.m-2-columns > li {
    width: 50%; }
  .c-gallery .gallery-images.m-2-columns > li:nth-child(2n+1) {
    clear: left; }
  .c-gallery .gallery-images.m-3-columns > li {
    width: 33.3333%; }
  .c-gallery .gallery-images.m-3-columns > li:nth-child(3n+1) {
    clear: left; }
  .c-gallery .gallery-images.m-4-columns > li {
    width: 25%; }
  .c-gallery .gallery-images.m-4-columns > li:nth-child(4n+1) {
    clear: left; }
  .c-gallery .gallery-images.m-5-columns > li {
    width: 20%; }
  .c-gallery .gallery-images.m-5-columns > li:nth-child(5n+1) {
    clear: left; }
  .c-gallery .gallery-images img {
    display: block; }

/* -------------------------------------------------------------------------
	GOOGLE MAP
------------------------------------------------------------------------- */
.c-gmap {
  margin-bottom: 24px;
  width: 100%; }

.gmap-canvas {
  height: 400px; }

.gmap-canvas img {
  max-width: none; }

/* -------------------------------------------------------------------------
	NOTICES
	This component is using LSVR Notices widget
------------------------------------------------------------------------- */
.c-notices {
  margin-bottom: 24px; }
  .c-notices .widget {
    margin: 0 0 24px 0; }
  .c-notices .widget-title {
    position: relative; }
  .c-notices .widget-title.m-has-ico {
    padding-left: 30px; }
  .c-notices .widget-ico {
    position: absolute;
    top: 2px;
    left: 0;
    font-size: 20px; }
  .c-notices .show-all-btn {
    margin: 7px 0 0 0;
    padding-top: 7px;
    border-top: 1px solid transparent; }
  .c-notices .show-all-btn a {
    position: relative;
    padding-right: 10px;
    font-weight: bold; }
  .c-notices .widget.lsvr-notices ul > li {
    margin-top: 12px;
    padding-top: 12px; }
  .c-notices .widget.lsvr-notices ul > li:first-child {
    margin-top: 0;
    padding-top: 0; }

/* -------------------------------------------------------------------------
	PAGINATION
------------------------------------------------------------------------- */
.c-pagination {
  margin-bottom: 24px;
  text-align: right; }
  .c-pagination ul {
    list-style-type: none;
    margin: 0;
    padding: 0; }
    .c-pagination ul > li {
      list-style-type: none;
      margin: 0;
      padding: 0;
      line-height: 1.2em; }
  .c-pagination ul > li {
    display: inline-block; }
  .c-pagination a {
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center; }
  .c-pagination a:hover {
    text-decoration: none; }

.navigation.pagination {
  margin-bottom: 24px;
  text-align: right; }
  .navigation.pagination .screen-reader-text {
    display: none; }
  .navigation.pagination .nav-links span,
  .navigation.pagination .nav-links a {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center; }
  .navigation.pagination .nav-links a:hover {
    text-decoration: none; }

/* -------------------------------------------------------------------------
	PROGRESS BAR
------------------------------------------------------------------------- */
.c-progress-bar {
  position: relative; }
  .c-progress-bar .progress-bar-inner {
    margin-bottom: 24px; }
  .c-progress-bar .progress-bar-title {
    margin: 0 0 12px 0;
    font-size: 1em; }
  .c-progress-bar .bar-indicator-inner {
    display: block;
    width: 0;
    height: 10px;
    -webkit-transition: width 300ms ease-in-out;
    -moz-transition: width 300ms ease-in-out;
    -ms-transition: width 300ms ease-in-out;
    -o-transition: width 300ms ease-in-out;
    transition: width 300ms ease-in-out; }

/* -------------------------------------------------------------------------
	SEARCH FORM
------------------------------------------------------------------------- */
.c-search-form {
  margin: 0 0 24px 0; }
  .c-search-form .form-fields {
    position: relative;
    height: 45px;
    border: 1px solid transparent; }
  .c-search-form input {
    padding: 14px 60px 0 15px;
    width: 100%;
    line-height: 16px;
    font-style: italic;
    vertical-align: top;
    border: 0;
    background: none; }
  .c-search-form .submit-btn {
    position: absolute;
    top: -1px;
    right: -1px;
    padding: 0;
    width: 45px;
    height: 45px;
    line-height: 50px;
    border: 0; }
  .c-search-form .submit-btn:active {
    top: 1px; }
  .c-search-form .submit-btn > i {
    float: none;
    margin: 0;
    font-size: 16px; }

/* -------------------------------------------------------------------------
	SEPARATOR
------------------------------------------------------------------------- */
.c-separator {
  margin: 24px 0;
  border: 0;
  border-top: 1px solid transparent; }
  .c-separator:before, .c-separator:after {
    display: table;
    clear: both;
    height: 0;
    content: ''; }

.c-separator.m-margin-top-none {
  margin-top: 0; }

.c-separator.m-margin-bottom-none {
  margin-bottom: 0; }

.c-separator.m-margin-top-small {
  margin-top: 12px; }

.c-separator.m-margin-bottom-small {
  margin-bottom: 12px; }

.c-separator.m-margin-top-medium {
  margin-top: 24px; }

.c-separator.m-margin-bottom-medium {
  margin-bottom: 24px; }

.c-separator.m-margin-top-large {
  margin-top: 48px; }

.c-separator.m-margin-bottom-large {
  margin-bottom: 48px; }

.c-separator.m-transparent {
  border: 0; }

/* -------------------------------------------------------------------------
	SLIDER
------------------------------------------------------------------------- */
.c-slider {
  position: relative;
  margin-bottom: 24px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }
  .c-slider .slide-list {
    position: relative;
    z-index: 10; }
  .c-slider .slide {
    display: none;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }
  .c-slider .slide:first-child {
    display: block; }
  .c-slider .slide-inner {
    display: table;
    width: 100%;
    background-size: contain;
    background-repeat: no-repeat; }
  .c-slider .slide-content {
    display: table-cell;
    padding: 40px 30px;
    height: 450px; }
  .c-slider h1, .c-slider h2 {
    font-size: 2.25em; }
  .c-slider .owl-stage-outer {
    z-index: 10; }
  .c-slider .owl-nav {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 20; }
  .c-slider.m-has-indicator .owl-nav {
    bottom: 4px; }
  .c-slider .owl-prev,
  .c-slider .owl-next {
    float: left;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 24px;
    text-align: center; }
  .c-slider .owl-prev i,
  .c-slider .owl-next i {
    position: relative;
    left: 0;
    -webkit-transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    -ms-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out; }
  .c-slider .owl-prev:active:not(.m-disabled) i {
    left: -2px; }
  .c-slider .owl-next:active:not(.m-disabled) i {
    left: 2px; }
  .c-slider .owl-carousel .owl-prev.m-disabled,
  .c-slider .owl-carousel .owl-next.m-disabled {
    cursor: auto; }
  .c-slider .slider-indicator {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 4px;
    z-index: 20; }
  .c-slider .slider-indicator > span {
    display: block;
    width: 0;
    height: 4px; }

/* -------------------------------------------------------------------------
	SOCIAL ICONS
------------------------------------------------------------------------- */
.c-social-icons {
  list-style-type: none;
  margin: 0;
  padding: 0; }
  .c-social-icons > li {
    list-style-type: none;
    margin: 0;
    padding: 0;
    line-height: 1.2em; }
  .c-social-icons > li {
    display: inline-block;
    margin: 0 2px; }
  .c-social-icons a {
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    font-size: 18px;
    text-align: center;
    border-radius: 50%; }

/* -------------------------------------------------------------------------
	TABS
------------------------------------------------------------------------- */
.c-tabs .tabs-inner {
  margin-bottom: 24px; }
.c-tabs .tab-list {
  list-style-type: none;
  margin: 0;
  padding: 0; }
  .c-tabs .tab-list > li {
    list-style-type: none;
    margin: 0;
    padding: 0;
    line-height: 1.2em; }
  .c-tabs .tab-list:before, .c-tabs .tab-list:after {
    display: table;
    clear: both;
    height: 0;
    content: ''; }
.c-tabs .tab-list > li {
  display: inline-block;
  margin: 0 20px 12px 0;
  padding-bottom: 5px;
  font-weight: bold;
  border-bottom: 2px solid transparent;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  cursor: pointer; }
.c-tabs .content-list {
  list-style-type: none;
  margin: 0;
  padding: 0; }
  .c-tabs .content-list > li {
    list-style-type: none;
    margin: 0;
    padding: 0;
    line-height: 1.2em; }
.c-tabs .content-list > li > * {
  margin: 12px 0 0 0; }
.c-tabs .content-list > li > *:first-child {
  margin: 0; }

/* -------------------------------------------------------------------------
	TEAM MEMBER
------------------------------------------------------------------------- */
.c-team-member .team-member-inner {
  position: relative;
  margin-bottom: 24px; }
.c-team-member .member-portrait {
  position: absolute;
  top: 0;
  left: 0;
  width: 100px; }
.c-team-member .member-name {
  margin: 0; }
.c-team-member .member-role {
  margin: 2px 0 0 0;
  font-size: 0.875em;
  font-style: italic; }
.c-team-member .member-social {
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin-top: 12px; }
  .c-team-member .member-social > li {
    list-style-type: none;
    margin: 0;
    padding: 0;
    line-height: 1.2em; }
.c-team-member .member-social li {
  display: inline;
  margin-right: 5px;
  font-size: 16px; }
.c-team-member .member-description > * {
  margin: 12px 0 0 0; }

.c-team-member.m-has-portrait .team-member-inner {
  padding-left: 120px;
  min-height: 100px; }

/* -----------------------------------------------------------------------------

    4.) HEADER

----------------------------------------------------------------------------- */
#header {
  position: relative;
  padding: 0;
  min-height: 100px;
  z-index: 30;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out; }

.m-header-map-active #header {
  min-height: 520px; }

.header-content {
  position: relative;
  z-index: 20; }

.header-content-inner {
  position: relative; }
  .header-content-inner:before, .header-content-inner:after {
    display: table;
    clear: both;
    height: 0;
    content: ''; }

/* -------------------------------------------------------------------------
	HEADER BRANDING
------------------------------------------------------------------------- */
.header-branding {
  position: relative;
  float: left;
  padding: 30px 0;
  margin: 0;
  -webkit-transition: margin 300ms ease-in-out;
  -moz-transition: margin 300ms ease-in-out;
  -ms-transition: margin 300ms ease-in-out;
  -o-transition: margin 300ms ease-in-out;
  transition: margin 300ms ease-in-out; }

.header-branding a {
  display: inline-block; }

.header-branding span {
  display: block; }

.m-header-map-active .header-branding {
  margin-top: -400px; }

/* -------------------------------------------------------------------------
	HEADER TOGGLE
------------------------------------------------------------------------- */
.header-toggle-holder {
  display: none;
  position: relative;
  margin-bottom: 12px; }

.m-has-gmap .header-toggle-holder {
  padding-right: 50px; }

.header-toggle {
  padding: 0 10px;
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  vertical-align: top;
  text-transform: uppercase; }

.header-toggle i {
  font-size: 20px;
  line-height: 40px;
  vertical-align: top; }

.header-toggle span {
  vertical-align: top; }

.header-toggle .ico-close {
  display: none;
  font-size: 13px; }

.header-toggle.m-active .ico-open {
  display: none; }

.header-toggle.m-active .ico-close {
  display: inline; }

.header-toggle-holder .header-gmap-switcher {
  position: absolute;
  top: 0;
  right: 0; }

/* -------------------------------------------------------------------------
	HEADER MENU
------------------------------------------------------------------------- */
.header-menu {
  display: none;
  margin-bottom: 24px;
  -webkit-transition: margin 300ms ease-in-out;
  -moz-transition: margin 300ms ease-in-out;
  -ms-transition: margin 300ms ease-in-out;
  -o-transition: margin 300ms ease-in-out;
  transition: margin 300ms ease-in-out; }

.m-has-standard-menu .header-menu {
  display: block;
  float: right;
  margin-top: 30px; }

.m-has-standard-menu.m-has-header-tools .header-menu {
  margin-top: 90px; }

.m-header-map-active .m-has-header-tools .header-menu,
.m-header-map-active .header-menu {
  margin-top: -400px; }

.header-menu nav {
  padding: 0 15px;
  border-top: 3px solid transparent; }
  .header-menu nav a {
    display: block; }
  .header-menu nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0; }
    .header-menu nav ul > li {
      list-style-type: none;
      margin: 0;
      padding: 0;
      line-height: 1.2em; }
  .header-menu nav > ul > li {
    display: inline-block; }
  .header-menu nav > ul > li > a {
    padding: 14px 10px;
    text-transform: uppercase;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none; }
  .header-menu nav > ul > li.m-has-submenu > a {
    padding-right: 22px; }
  .header-menu nav > ul > li.m-has-submenu > a:after {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\f107';
    position: absolute;
    top: 17px;
    right: 10px;
    font-size: 12px;
    font-weight: normal; }
  .header-menu nav > ul > li.m-active > a,
  .header-menu nav .current-menu-ancestor > a,
  .header-menu nav .current_page_ancestor > a,
  .header-menu nav .current_page_parent > a,
  .header-menu nav .current_page_item > a,
  .header-menu nav .current-menu-item > a {
    font-weight: bold; }
  .header-menu nav .submenu-toggle {
    display: none; }
  .header-menu nav ul ul {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    padding: 5px 15px;
    width: 220px;
    z-index: 20; }
  .header-menu nav ul ul li {
    position: relative;
    border-top: 1px solid transparent; }
  .header-menu nav ul ul li:first-child {
    border: 0; }
  .header-menu nav ul ul a {
    padding: 7px 0;
    line-height: 1.3em; }
  .header-menu nav ul ul .m-has-submenu > a {
    padding-right: 20px; }
  .header-menu nav ul ul .m-has-submenu > a:after {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\f105';
    position: absolute;
    top: 10px;
    right: 5px;
    font-size: 14px;
    font-weight: normal; }
  .header-menu nav > ul > li > ul {
    font-size: 0.875em; }
  .header-menu nav > ul > li.m-penultimate > ul,
  .header-menu nav > ul > li.m-last > ul {
    left: auto;
    right: 0; }
  .header-menu nav ul ul ul {
    left: 100%;
    top: 0; }
  .header-menu nav > ul > li.m-penultimate > ul ul,
  .header-menu nav > ul > li.m-last > ul ul {
    left: auto;
    right: 100%; }
  .header-menu nav ul ul ul ul {
    left: auto;
    right: 100%; }

/* -------------------------------------------------------------------------
	HEADER TOOLS
------------------------------------------------------------------------- */
.header-tools {
  position: absolute;
  top: 30px;
  right: 0; }

.header-lang-switcher {
  float: right;
  margin-left: 20px;
  font-size: 0.875em; }
  .header-lang-switcher:before, .header-lang-switcher:after {
    display: table;
    clear: both;
    height: 0;
    content: ''; }
  .header-lang-switcher ul {
    list-style-type: none;
    margin: 0;
    padding: 0; }
    .header-lang-switcher ul > li {
      list-style-type: none;
      margin: 0;
      padding: 0;
      line-height: 1.2em; }
  .header-lang-switcher li {
    float: left;
    border: 1px solid transparent;
    border-width: 0 0 0 1px; }
  .header-lang-switcher li:first-child {
    border-width: 0; }
  .header-lang-switcher a, .header-lang-switcher button {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    text-transform: uppercase; }
  .header-lang-switcher a:hover,
  .header-lang-switcher button:hover {
    text-decoration: none; }
  .header-lang-switcher a.m-active {
    font-weight: bold; }
  .header-lang-switcher i {
    font-size: 20px;
    line-height: 40px; }

.header-search {
  float: right;
  margin-left: 20px; }
  .header-search .c-search-form {
    margin: 0; }
  .header-search .form-fields {
    height: 40px;
    border: 0; }
  .header-search input {
    padding-top: 11px;
    font-size: 14px;
    line-height: 20px;
    font-style: italic; }
  .header-search .submit-btn {
    right: 0;
    top: 0;
    width: 40px;
    height: 40px;
    line-height: 40px; }
  .header-search .submit-btn > i {
    position: relative;
    top: 1px; }
  .header-search .submit-btn:active {
    top: 0; }

.header-login {
  display: block;
  float: right;
  margin-left: 20px; }

.header-login a {
  display: inline-block;
  padding: 0 10px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  text-transform: uppercase; }

.header-login a i {
  font-size: 20px;
  line-height: 40px;
  vertical-align: top; }

.header-login a span {
  display: none;
  margin-left: 5px;
  vertical-align: top; }

.header-login a.profile {
  padding: 0;
  width: 40px;
  vertical-align: top;
  overflow: hidden; }

.header-login a.profile img {
  vertical-align: top; }

.header-gmap-switcher {
  display: block;
  float: right;
  margin-left: 20px;
  padding: 0 10px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  text-transform: uppercase; }

.header-gmap-switcher i {
  font-size: 20px;
  line-height: 40px;
  vertical-align: top; }

.header-gmap-switcher span {
  margin-left: 5px;
  vertical-align: top; }

.header-gmap-switcher .ico-close {
  display: none;
  font-size: 15px; }

.header-gmap-switcher.m-active .ico-open {
  display: none; }

.header-gmap-switcher.m-active .ico-close {
  display: inline; }

.header-gmap {
  position: absolute;
  top: -500px;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out; }

.header-gmap .gmap-canvas {
  width: 100%;
  height: 500px; }

.m-header-map-active .header-gmap {
  top: 0;
  opacity: 1;
  filter: alpha(opacity=100); }

/* -------------------------------------------------------------------------
	HEADER BG
------------------------------------------------------------------------- */
.header-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10; }

.header-image {
  position: relative;
  height: 500px;
  z-index: 10; }

.header-image:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 300px;
  z-index: 20;
  -webkit-transition: height 300ms ease-in-out;
  -moz-transition: height 300ms ease-in-out;
  -ms-transition: height 300ms ease-in-out;
  -o-transition: height 300ms ease-in-out;
  transition: height 300ms ease-in-out; }

.header-image .image-layer {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center 0;
  background-repeat: no-repeat; }

.header-image .image-layer:first-child {
  display: block; }

.header-image .image-layer.m-active {
  display: block;
  z-index: 20; }

.header-image .image-layer.m-next {
  display: block;
  z-index: 10; }

/* -----------------------------------------------------------------------------

    5.) CORE

----------------------------------------------------------------------------- */
#core {
  position: relative;
  padding-bottom: 12px;
  z-index: 20; }

.m-has-header-bg #core {
  min-height: 460px; }

#page-content img {
  height: auto; }

	/* -------------------------------------------------------------------------
        PAGE HEADER
    ------------------------------------------------------------------------- */
#page-header {
  position: relative;
  margin: 0 0 24px 0;
  padding: 0 30px; }

#page-header:after {
  content: '';
  display: block;
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -5px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid transparent; }

.page-title {
  position: relative;
  padding: 24px 0; }

.page-title h1 {
  margin: 0; }

.page-title h1 em {
  font-weight: normal; }

.m-has-breadcrumbs .page-title {
  padding-bottom: 12px;
  border-bottom: 1px solid transparent; }

.m-has-breadcrumbs .page-title:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 30px;
  height: 3px;
  line-height: 0; }

.breadcrumbs {
  padding: 10px 0;
  font-size: 0.875em; }

.breadcrumbs > ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }
  .breadcrumbs > ul > li {
    list-style-type: none;
    margin: 0;
    padding: 0;
    line-height: 1.2em; }
  .breadcrumbs > ul:before, .breadcrumbs > ul:after {
    display: table;
    clear: both;
    height: 0;
    content: ''; }

.breadcrumbs > ul > li {
  display: inline;
  margin-left: 5px;
  padding: 3px 0; }

.breadcrumbs > ul > li:first-child {
  margin: 0; }

.breadcrumbs > ul > li:before {
  content: '/';
  display: inline;
  margin-right: 7px;
  font-size: 12px; }

.breadcrumbs > ul > li:first-child:before {
  display: none; }

	/* -------------------------------------------------------------------------
        ARTICLES
    ------------------------------------------------------------------------- */
.article-page .article-image {
  text-align: center; }
.article-page .article-image-inner {
  display: block;
  width: 100%;
  height: 150px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }
.article-page .article-core {
  padding: 24px 30px 1px 30px; }
.article-page .article-content {
  overflow: hidden; }
.article-page .article-content-inner {
  margin-bottom: 24px; }
.article-page .article-footer {
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin: 0 30px 0 30px;
  padding: 7px 0 24px 0;
  font-size: 0.875em;
  border-top: 1px solid transparent; }
  .article-page .article-footer > li {
    list-style-type: none;
    margin: 0;
    padding: 0;
    line-height: 1.2em; }
.article-page .article-footer .ico {
  position: absolute;
  top: 4px;
  left: 0;
  font-size: 14px; }
.article-page .article-date {
  position: relative;
  padding-left: 20px; }
.article-page .article-date-holder {
  margin-right: 10px; }
.article-page .article-author {
  margin-right: 10px;
  white-space: nowrap; }
.article-page .article-tags {
  position: relative;
  margin-top: 4px;
  padding-left: 20px; }
.article-page .article-comments {
  white-space: nowrap; }

.article-archive-page .article-image a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80); }

.article-navigation {
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin: 0 0 24px 0;
  line-height: 1.2em;
  font-size: 0.875em; }
  .article-navigation > li {
    list-style-type: none;
    margin: 0;
    padding: 0;
    line-height: 1.2em; }
  .article-navigation:before, .article-navigation:after {
    display: table;
    clear: both;
    height: 0;
    content: ''; }
  .article-navigation .prev {
    float: left;
    width: 40%; }
  .article-navigation .next {
    float: right;
    width: 40%;
    text-align: right; }
  .article-navigation .m-has-thumb {
    min-height: 50px; }
  .article-navigation .m-has-thumb .prev-inner {
    position: relative;
    padding-left: 60px; }
  .article-navigation .m-has-thumb .next-inner {
    position: relative;
    padding-right: 60px; }
  .article-navigation .nav-thumb {
    position: absolute;
    top: 0;
    width: 50px; }
  .article-navigation .prev .nav-thumb {
    left: 0; }
  .article-navigation .next .nav-thumb {
    right: 0; }
  .article-navigation h5 {
    margin: 0;
    font-size: 0.875em;
    text-transform: uppercase; }

.article-comments .comment-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin: 0 0 24px 0; }
  .article-comments .comment-list > li {
    list-style-type: none;
    margin: 0;
    padding: 0;
    line-height: 1.2em; }
  .article-comments .comment-list > li {
    margin-top: 24px; }
  .article-comments .comment-list > li:first-child {
    margin: 0; }
  .article-comments .comment-list .comment {
    position: relative; }
  .article-comments .comment-list .comment-inner.has-portrait {
    padding-left: 80px; }
  .article-comments .comment-list .comment-portrait {
    position: absolute;
    top: 0;
    left: 0;
    width: 60px; }
  .article-comments .comment-list .comment-author {
    margin-bottom: 12px;
    font-size: 0.875em;
    text-transform: uppercase; }
  .article-comments .comment-list .comment-content {
    font-size: 0.875em; }
  .article-comments .comment-list .comment-content > * {
    margin: 12px 0 0; }
  .article-comments .comment-list .comment-content > *:first-child {
    margin: 0; }
  .article-comments .comment-list .comment-info {
    margin-top: 12px;
    padding-top: 7px;
    font-size: 0.875em;
    border-top: 1px solid transparent; }
    .article-comments .comment-list .comment-info:before, .article-comments .comment-list .comment-info:after {
      display: table;
      clear: both;
      height: 0;
      content: ''; }
  .article-comments .comment-list .comment-date {
    float: left; }
  .article-comments .comment-list .comment-edit,
  .article-comments .comment-list .comment-reply {
    float: right;
    margin: 0 0 0 10px;
    border: 0; }
  .article-comments .comment-list .comment-date:before,
  .article-comments .comment-list .comment-edit:before,
  .article-comments .comment-list .comment-reply:before {
    position: relative;
    top: 2px;
    margin-right: 7px;
    font-size: 14px;
    display: inline-block;
    font-family: 'townpress';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  .article-comments .comment-list .comment-date:before {
    content: '\e7e0'; }
  .article-comments .comment-list .comment-edit:before {
    content: '\e608';
    -webkit-transition: color 300ms ease-in-out;
    -moz-transition: color 300ms ease-in-out;
    -ms-transition: color 300ms ease-in-out;
    -o-transition: color 300ms ease-in-out;
    transition: color 300ms ease-in-out; }
  .article-comments .comment-list .comment-reply:before {
    content: '\e675';
    -webkit-transition: color 300ms ease-in-out;
    -moz-transition: color 300ms ease-in-out;
    -ms-transition: color 300ms ease-in-out;
    -o-transition: color 300ms ease-in-out;
    transition: color 300ms ease-in-out; }
  .article-comments .comment-list .comment-list {
    margin: 24px 0 0 20px; }

.respond-form {
  margin-top: 48px; }

#respond {
  position: relative;
  margin-top: 24px; }

.form-allowed-tags {
  font-size: 0.75em; }

.form-allowed-tags code {
  padding: 0;
  border: 0; }

#respond #cancel-comment-reply-link {
  position: absolute;
  top: 8px;
  right: 0;
  font-size: 0.875em;
  text-transform: uppercase;
  border: 0; }

#respond #cancel-comment-reply-link:before {
  content: '\f00d';
  position: relative;
  margin-right: 5px;
  font-size: 16px;
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: color 300ms ease-in-out;
  -moz-transition: color 300ms ease-in-out;
  -ms-transition: color 300ms ease-in-out;
  -o-transition: color 300ms ease-in-out;
  transition: color 300ms ease-in-out; }

	/* -------------------------------------------------------------------------
        CPT GENERAL
    ------------------------------------------------------------------------- */
.cpt-archive-page .bottom-tools {
  margin: 24px 0;
  padding-top: 12px;
  font-size: 0.875em;
  border-top: 1px solid transparent; }
.cpt-archive-page .bottom-tools ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }
  .cpt-archive-page .bottom-tools ul > li {
    list-style-type: none;
    margin: 0;
    padding: 0;
    line-height: 1.2em; }

	/* -------------------------------------------------------------------------
        NOTICES
    ------------------------------------------------------------------------- */
.notice-page .notice-image {
  text-align: center; }
.notice-page .notice-image-inner {
  display: block;
  width: 100%;
  height: 150px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }
.notice-page .notice-core {
  padding: 24px 30px 1px 30px; }
.notice-page .notice-footer {
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin: 0 30px 0 30px;
  padding: 7px 0 24px 0;
  font-size: 0.875em;
  border-top: 1px solid transparent; }
  .notice-page .notice-footer > li {
    list-style-type: none;
    margin: 0;
    padding: 0;
    line-height: 1.2em; }
.notice-page .notice-footer .ico {
  position: absolute;
  top: 4px;
  left: 0;
  font-size: 14px; }
.notice-page .notice-date {
  position: relative;
  padding-left: 20px; }
.notice-page .notice-date-holder {
  margin-right: 10px; }
.notice-page .notice-date-inner {
  margin-right: 10px; }
.notice-page .notice-comments {
  white-space: nowrap; }
.notice-page .notice-author {
  margin-right: 10px;
  white-space: nowrap; }

.notice-archive-page .notice-image a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80); }

	/* -------------------------------------------------------------------------
        DOCUMENTS
    ------------------------------------------------------------------------- */
.document-page .document-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin-bottom: 24px; }
  .document-page .document-list > li {
    list-style-type: none;
    margin: 0;
    padding: 0;
    line-height: 1.2em; }
.document-page .document-list > li {
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid transparent; }
.document-page .document-list > li:first-child {
  margin-top: 0;
  padding-top: 0;
  border: 0; }
.document-page .document-title {
  position: relative;
  margin: 0;
  font-size: 1em;
  font-weight: normal; }
.document-page .document-title.m-has-icon {
  padding-left: 22px; }
.document-page .document-icon {
  position: absolute;
  top: 0px;
  left: 0;
  font-size: 16px; }
.document-page .document-title a {
  display: inline-block; }
.document-page .document-description {
  padding: 12px 0;
  font-size: .875em; }
.document-page .document-description p {
  margin: 12px 0 0 0; }
.document-page .document-description p:first-child {
  margin: 0; }
.document-page .document-filesize {
  display: inline;
  font-size: 0.75em;
  white-space: nowrap; }
.document-page .document-info ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-size: 0.75em; }
  .document-page .document-info ul > li {
    list-style-type: none;
    margin: 0;
    padding: 0;
    line-height: 1.2em; }
.document-page .document-info ul > li {
  display: inline-block;
  margin: 5px 10px 0 0; }

	/* -------------------------------------------------------------------------
        EVENTS
    ------------------------------------------------------------------------- */
.event-page .group-title {
  margin: 0 0 24px 0;
  padding: 10px 30px;
  font-size: 1em;
  text-align: center;
  text-transform: uppercase; }
.event-page .event-image {
  text-align: center; }
.event-page .event-image-inner {
  display: block;
  width: 100%;
  height: 150px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }
.event-page .event-core {
  padding: 24px 30px 1px 30px; }
.event-page .event-info {
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin-top: 12px;
  margin-bottom: 24px;
  padding-top: 4px;
  font-size: 0.875em;
  border-top: 1px solid transparent; }
  .event-page .event-info > li {
    list-style-type: none;
    margin: 0;
    padding: 0;
    line-height: 1.2em; }
.event-page .event-info > li {
  display: inline-block;
  position: relative;
  margin: 8px 20px 0 0;
  padding-left: 25px; }
.event-page .event-info .ico {
  position: absolute;
  top: -2px;
  left: 0;
  font-size: 20px; }
.event-page .event-content {
  margin-top: -12px;
  padding-top: 24px;
  border-top: 1px solid transparent; }

.event-archive-page .event-image a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80); }
.event-archive-page .bottom-tools {
  padding: 0;
  border: 0; }

.event-single-page .event-info {
  margin-top: -8px;
  padding-top: 0;
  border: 0; }
.event-single-page .event-location .gmap-canvas {
  width: 100%;
  height: 400px; }
.event-single-page .meta-event-location {
  display: none; }

	/* -------------------------------------------------------------------------
        GALLERIES
    ------------------------------------------------------------------------- */
.gallery-page .gallery-image {
  text-align: center; }
.gallery-page .gallery-image-inner {
  display: block;
  width: 100%;
  height: 150px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }
.gallery-page .gallery-core {
  padding: 24px 30px 1px 30px; }
.gallery-page .gallery-footer {
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin: 0 30px 0 30px;
  padding: 7px 0 24px 0;
  font-size: 0.875em;
  border-top: 1px solid transparent; }
  .gallery-page .gallery-footer > li {
    list-style-type: none;
    margin: 0;
    padding: 0;
    line-height: 1.2em; }
.gallery-page .gallery-footer:first-child {
  padding-top: 24px;
  border: 0; }
.gallery-page .gallery-footer .ico {
  position: absolute;
  top: 4px;
  left: 0;
  font-size: 14px; }
.gallery-page .gallery-date {
  position: relative;
  padding-left: 20px; }

.gallery-archive-page .gallery-title {
  margin: 0;
  padding: 8px 10px;
  font-size: 0.875em; }

	/* -------------------------------------------------------------------------
        SEARCH RESULTS
    ------------------------------------------------------------------------- */
.search-results-page .c-search-form {
  margin: 0; }

/* -----------------------------------------------------------------------------

    6.) WIDGETS

----------------------------------------------------------------------------- */
.widget p {
  margin: 12px 0 0 0; }
.widget p:first-child {
  margin-top: 0; }

	/* -------------------------------------------------------------------------
        LSVR DEFINITION LIST
    ------------------------------------------------------------------------- */
.widget.lsvr-definition-list dl {
  margin: 0; }
  .widget.lsvr-definition-list dl:before, .widget.lsvr-definition-list dl:after {
    display: table;
    clear: both;
    height: 0;
    content: ''; }
.widget.lsvr-definition-list dl > dt {
  clear: both;
  float: left;
  margin: 7px 0 0 0;
  padding-top: 7px;
  width: 50%;
  border-top: 1px solid transparent; }
.widget.lsvr-definition-list dl > dd {
  float: right;
  width: 50%;
  margin-top: 7px;
  padding-top: 7px;
  text-align: right;
  border-top: 1px solid transparent; }
.widget.lsvr-definition-list dl > dt:first-of-type,
.widget.lsvr-definition-list dl > dd:first-of-type {
  margin-top: 0;
  padding-top: 0;
  border: 0; }

	/* -------------------------------------------------------------------------
        LSVR LOCALE WIDGET
    ------------------------------------------------------------------------- */
.widget.lsvr-locale-info .widget-inner {
  background-size: cover;
  background-repeat: no-repeat; }
.widget.lsvr-locale-info ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }
  .widget.lsvr-locale-info ul > li {
    list-style-type: none;
    margin: 0;
    padding: 0;
    line-height: 1.2em; }
.widget.lsvr-locale-info .widget-content > ul > li {
  margin-top: 7px;
  padding-top: 7px;
  border-top: 1px solid transparent; }
  .widget.lsvr-locale-info .widget-content > ul > li:before, .widget.lsvr-locale-info .widget-content > ul > li:after {
    display: table;
    clear: both;
    height: 0;
    content: ''; }
.widget.lsvr-locale-info .widget-content > ul > li:first-child {
  margin-top: 0;
  padding-top: 0;
  border: 0; }
.widget.lsvr-locale-info .row-title {
  float: left;
  width: 45%;
  text-align: left; }
.widget.lsvr-locale-info .row-title h4 {
  margin: 0;
  padding: 3px 0 0 0;
  font-size: 1em;
  font-weight: bold; }
.widget.lsvr-locale-info small {
  display: block;
  font-size: 0.857em; }
.widget.lsvr-locale-info .row-value {
  position: relative;
  float: right;
  width: 45%;
  font-size: 1.286em;
  text-align: right; }
.widget.lsvr-locale-info .row-value small {
  font-size: 0.667em; }
.widget.lsvr-locale-info .local-icon {
  position: absolute;
  font-size: 24px;
  top: 5px;
  right: 60px; }
.widget.lsvr-locale-info .local-temperature {
  font-weight: bold; }
.widget.lsvr-locale-info li.m-loading {
  text-align: center; }
.widget.lsvr-locale-info li.m-loading .row-title,
.widget.lsvr-locale-info li.m-loading .row-value {
  display: none; }
.widget.lsvr-locale-info .m-has-bg .widget-title {
  margin-bottom: 0; }

	/* -------------------------------------------------------------------------
        LSVR NOTICES WIDGET
    ------------------------------------------------------------------------- */
.widget.lsvr-notices ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }
  .widget.lsvr-notices ul > li {
    list-style-type: none;
    margin: 0;
    padding: 0;
    line-height: 1.2em; }
.widget.lsvr-notices ul > li {
  margin-top: 7px;
  padding-top: 7px;
  border-top: 1px solid transparent; }
.widget.lsvr-notices ul > li:first-child {
  margin-top: 0;
  padding-top: 0;
  border: 0; }
.widget.lsvr-notices .notice-title {
  display: inline;
  margin: 0;
  font-size: 1em;
  line-height: 1.3em;
  font-weight: normal; }
.widget.lsvr-notices .notice-date {
  display: inline;
  font-size: 0.857em;
  white-space: nowrap; }
.widget.lsvr-notices .notice-excerpt p {
  margin: 5px 0 0 0; }
.widget.lsvr-notices .m-active a {
  font-weight: bold; }

	/* -------------------------------------------------------------------------
        LSVR DOCUMENTS WIDGET
    ------------------------------------------------------------------------- */
.widget.lsvr-documents ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }
  .widget.lsvr-documents ul > li {
    list-style-type: none;
    margin: 0;
    padding: 0;
    line-height: 1.2em; }
.widget.lsvr-documents ul > li {
  margin-top: 7px;
  padding-top: 7px;
  border-top: 1px solid transparent; }
.widget.lsvr-documents ul > li:first-child {
  margin-top: 0;
  padding-top: 0;
  border: 0; }
.widget.lsvr-documents .document-inner {
  position: relative; }
.widget.lsvr-documents .document-icon {
  position: absolute;
  top: 1px;
  left: 0;
  font-size: 14px; }
.widget.lsvr-documents .document-title {
  margin: 0;
  font-size: 1em;
  line-height: 1.3em;
  font-weight: normal; }
.widget.lsvr-documents .m-has-icons .document-title {
  padding-left: 20px; }
.widget.lsvr-documents .document-filesize {
  font-size: 0.857em;
  white-space: nowrap; }
.widget.lsvr-documents .m-active a {
  font-weight: bold; }

	/* -------------------------------------------------------------------------
        LSVR EVENTS WIDGET
    ------------------------------------------------------------------------- */
.widget.lsvr-events p {
  margin: 12px 0 0 0; }
.widget.lsvr-events p:first-child {
  margin: 0; }
.widget.lsvr-events ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }
  .widget.lsvr-events ul > li {
    list-style-type: none;
    margin: 0;
    padding: 0;
    line-height: 1.2em; }
.widget.lsvr-events ul > li {
  margin-top: 7px;
  padding-top: 7px;
  border-top: 1px solid transparent; }
.widget.lsvr-events ul > li:first-child {
  margin-top: 0;
  padding-top: 0;
  border: 0; }
.widget.lsvr-events .event-inner {
  position: relative; }
.widget.lsvr-events .m-has-date .event-inner {
  padding-left: 50px;
  min-height: 40px; }
.widget.lsvr-events .event-date {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  font-size: 14px;
  text-align: center; }
.widget.lsvr-events .event-month {
  display: block;
  height: 16px;
  line-height: 16px;
  font-size: 0.714em;
  font-weight: bold;
  text-transform: uppercase; }
.widget.lsvr-events .event-day {
  display: block;
  height: 24px;
  line-height: 22px;
  font-size: 1.143em; }
.widget.lsvr-events .event-title {
  margin: 0;
  font-size: 1em;
  line-height: 1.3em;
  font-weight: normal; }
.widget.lsvr-events .event-excerpt p {
  margin: 5px 0 0 0; }
.widget.lsvr-events .m-active a {
  font-weight: bold; }

	/* -------------------------------------------------------------------------
        LSVR GALLERIES WIDGET
    ------------------------------------------------------------------------- */
.widget.lsvr-galleries ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }
  .widget.lsvr-galleries ul > li {
    list-style-type: none;
    margin: 0;
    padding: 0;
    line-height: 1.2em; }
.widget.lsvr-galleries ul > li {
  position: relative;
  margin-top: 7px;
  padding-top: 7px;
  border-top: 1px solid transparent; }
.widget.lsvr-galleries ul > li:first-child {
  margin-top: 0;
  padding-top: 0;
  border: 0; }
.widget.lsvr-galleries .m-has-thumb .gallery-inner {
  padding-left: 60px;
  min-height: 50px; }
.widget.lsvr-galleries .gallery-image {
  position: absolute;
  top: 7px;
  left: 0;
  width: 50px; }
.widget.lsvr-galleries ul > li:first-child .gallery-image {
  top: 0; }
.widget.lsvr-galleries .gallery-image:hover {
  opacity: 0.8;
  filter: alpha(opacity=80); }
.widget.lsvr-galleries .gallery-title {
  display: block;
  margin: 0;
  font-size: 1em;
  line-height: 1.3em;
  font-weight: normal; }
.widget.lsvr-galleries .gallery-date {
  display: block;
  font-size: 0.857em;
  white-space: nowrap; }
.widget.lsvr-galleries .m-active a {
  font-weight: bold; }

	/* -------------------------------------------------------------------------
        LSVR FEATURED GALLERY
    ------------------------------------------------------------------------- */
.widget.lsvr-gallery-featured .widget-inner {
  padding: 20px 0 0 0; }
.widget.lsvr-gallery-featured .widget-title {
  margin-left: 0;
  margin-right: 0; }
.widget.lsvr-gallery-featured .gallery-image a {
  display: block;
  width: 100%;
  opacity: 1;
  filter: alpha(opacity=100); }
.widget.lsvr-gallery-featured .gallery-image a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80); }
.widget.lsvr-gallery-featured .gallery-image img {
  display: block; }
.widget.lsvr-gallery-featured .gallery-info {
  padding: 5px 20px 0 20px; }
.widget.lsvr-gallery-featured .gallery-title {
  display: block;
  margin: 0;
  font-size: 1.143em;
  line-height: 1.3em; }
.widget.lsvr-gallery-featured .gallery-date {
  display: block;
  margin-top: 2px;
  font-size: 0.857em;
  white-space: nowrap; }
.widget.lsvr-gallery-featured .show-all-btn {
  margin: 0 20px;
  padding: 10px 0;
  border: 0; }

/* -------------------------------------------------------------------------
    LSVR NOTICE, DOCUMENT, EVENT, GALLERY CATEGORIES WIDGET
------------------------------------------------------------------------- */
.widget.lsvr-document-categories ul,
.widget.lsvr-event-categories ul,
.widget.lsvr-gallery-categories ul,
.widget.lsvr-notice-categories ul {
  position: relative;
  list-style-type: none;
  margin: 0;
  padding: 0; }
  .widget.lsvr-document-categories ul > li,
  .widget.lsvr-event-categories ul > li,
  .widget.lsvr-gallery-categories ul > li,
  .widget.lsvr-notice-categories ul > li {
    list-style-type: none;
    margin: 0;
    padding: 0;
    line-height: 1.2em; }
.widget.lsvr-document-categories ul > li,
.widget.lsvr-event-categories ul > li,
.widget.lsvr-gallery-categories ul > li,
.widget.lsvr-notice-categories ul > li {
  margin-top: 7px; }
.widget.lsvr-document-categories .widget-content > ul > li,
.widget.lsvr-event-categories .widget-content > ul > li,
.widget.lsvr-gallery-categories .widget-content > ul > li,
.widget.lsvr-notice-categories .widget-content > ul > li {
  margin-top: 7px;
  padding-top: 7px;
  border-top: 1px solid transparent; }
.widget.lsvr-document-categories .widget-content > ul > li:first-child,
.widget.lsvr-event-categories .widget-content > ul > li:first-child,
.widget.lsvr-gallery-categories .widget-content > ul > li:first-child,
.widget.lsvr-notice-categories .widget-content > ul > li:first-child {
  margin-top: 0;
  padding-top: 0;
  border: 0; }
.widget.lsvr-document-categories .children,
.widget.lsvr-event-categories .children,
.widget.lsvr-gallery-categories .children,
.widget.lsvr-notice-categories .children {
  padding: 0 0 2px 20px; }
.widget.lsvr-document-categories .current-cat > a,
.widget.lsvr-event-categories .current-cat > a,
.widget.lsvr-gallery-categories .current-cat > a,
.widget.lsvr-notice-categories .current-cat > a {
  font-weight: bold; }

	/* -------------------------------------------------------------------------
        LSVR IMAGE
    ------------------------------------------------------------------------- */
.widget.lsvr-image a > img {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out; }
.widget.lsvr-image a:hover > img {
  opacity: 0.8;
  filter: alpha(opacity=80); }

	/* -------------------------------------------------------------------------
        LSVR MAILCHIMP SUBSCRIBE
    ------------------------------------------------------------------------- */
.widget.lsvr-mailchimp-subscribe .form-fields {
  position: relative;
  margin-top: 12px; }
.widget.lsvr-mailchimp-subscribe input {
  max-width: 100%; }
.widget.lsvr-mailchimp-subscribe .submit-btn {
  position: absolute;
  top: 7px;
  right: 5px;
  width: 30px;
  height: 30px;
  line-height: 30px; }
.widget.lsvr-mailchimp-subscribe .submit-btn .fa-spinner {
  display: none; }
.widget.lsvr-mailchimp-subscribe .m-loading .fa-spinner {
  display: block; }
.widget.lsvr-mailchimp-subscribe .m-loading .submit-btn i:first-child {
  display: none; }
.widget.lsvr-mailchimp-subscribe .submit-btn:active {
  right: 2px; }

/* -------------------------------------------------------------------------
    ARCHIVE WIDGET
------------------------------------------------------------------------- */
.widget.widget_archive ul {
  position: relative;
  list-style-type: none;
  margin: 0;
  padding: 0; }
  .widget.widget_archive ul > li {
    list-style-type: none;
    margin: 0;
    padding: 0;
    line-height: 1.2em; }
.widget.widget_archive .widget-inner > ul > li {
  margin-top: 7px;
  padding-top: 7px;
  border-top: 1px solid transparent; }
.widget.widget_archive .widget-inner > ul > li:first-child {
  margin-top: 0;
  padding-top: 0;
  border: 0; }

/* -------------------------------------------------------------------------
    CALENDAR WIDGET
------------------------------------------------------------------------- */
.widget.widget_calendar table {
  width: 100%;
  max-width: 400px;
  border-collapse: collapse; }
.widget.widget_calendar caption {
  padding-bottom: 5px;
  font-weight: normal;
  text-align: left;
  font-size: 1em;
  text-transform: uppercase;
  border-bottom: 1px solid transparent; }
.widget.widget_calendar thead th {
  font-weight: bold;
  border-bottom: 1px solid transparent;
  background: transparent; }
.widget.widget_calendar td a {
  display: block; }
.widget.widget_calendar td, .widget.widget_calendar th {
  padding: 8px 0;
  text-align: center; }
.widget.widget_calendar tfoot td {
  padding: 5px 0 0 0;
  border-top: 1px solid transparent;
  text-transform: uppercase; }
.widget.widget_calendar tfoot #prev {
  text-align: left; }
.widget.widget_calendar tfoot #next {
  text-align: right; }

/* -------------------------------------------------------------------------
    CATEGORIES WIDGET
------------------------------------------------------------------------- */
.widget.widget_categories ul {
  position: relative;
  list-style-type: none;
  margin: 0;
  padding: 0; }
  .widget.widget_categories ul > li {
    list-style-type: none;
    margin: 0;
    padding: 0;
    line-height: 1.2em; }
.widget.widget_categories .widget-inner > ul > li {
  margin-top: 7px;
  padding-top: 7px;
  border-top: 1px solid transparent; }
.widget.widget_categories .widget-inner > ul > li:first-child {
  margin: 0;
  padding: 0;
  border: 0; }
.widget.widget_categories .current-cat {
  font-weight: bold; }
.widget.widget_categories ul.children {
  margin-left: 20px; }
.widget.widget_categories ul.children > li {
  margin-top: 5px; }

/* -------------------------------------------------------------------------
    CUSTOM MENU WIDGET
------------------------------------------------------------------------- */
.widget.widget_nav_menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }
  .widget.widget_nav_menu ul > li {
    list-style-type: none;
    margin: 0;
    padding: 0;
    line-height: 1.2em; }
.widget.widget_nav_menu ul > li {
  margin: 5px 0 0 0; }
.widget.widget_nav_menu .widget-inner > * > ul > li {
  margin-top: 7px;
  padding-top: 7px;
  border-top: 1px solid transparent; }
.widget.widget_nav_menu .widget-inner > * > ul > li:first-child {
  margin: 0;
  padding: 0;
  border: 0; }
.widget.widget_nav_menu ul.sub-menu {
  margin-left: 20px; }
.widget.widget_nav_menu .current-menu-ancestor,
.widget.widget_nav_menu .current-menu-parent,
.widget.widget_nav_menu .current-menu-item,
.widget.widget_nav_menu .current_page_parent,
.widget.widget_nav_menu .current_page_item {
  font-weight: bold; }

/* -------------------------------------------------------------------------
    META WIDGET
------------------------------------------------------------------------- */
.widget.widget_meta ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }
  .widget.widget_meta ul > li {
    list-style-type: none;
    margin: 0;
    padding: 0;
    line-height: 1.2em; }
.widget.widget_meta ul > li {
  margin-top: 7px;
  padding-top: 7px;
  border-top: 1px solid transparent; }
.widget.widget_meta ul > li:first-child {
  margin: 0;
  padding: 0;
  border: 0; }

/* -------------------------------------------------------------------------
    PAGES WIDGET
------------------------------------------------------------------------- */
.widget.widget_pages ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }
  .widget.widget_pages ul > li {
    list-style-type: none;
    margin: 0;
    padding: 0;
    line-height: 1.2em; }
.widget.widget_pages .widget-inner > ul > li {
  margin-top: 7px;
  padding-top: 7px;
  border-top: 1px solid transparent; }
.widget.widget_pages .widget-inner > ul > li:first-child {
  margin: 0;
  padding: 0;
  border: 0; }
.widget.widget_pages ul.children {
  margin-left: 20px; }
.widget.widget_pages ul.children > li {
  margin-top: 5px; }

/* -------------------------------------------------------------------------
    RECENT COMMENTS WIDGET
------------------------------------------------------------------------- */
.widget.widget_recent_comments ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }
  .widget.widget_recent_comments ul > li {
    list-style-type: none;
    margin: 0;
    padding: 0;
    line-height: 1.2em; }
.widget.widget_recent_comments .widget-inner > ul > li {
  margin-top: 7px;
  padding-top: 7px;
  border-top: 1px solid transparent; }
.widget.widget_recent_comments .widget-inner > ul > li:first-child {
  margin: 0;
  padding: 0;
  border: 0; }

/* -------------------------------------------------------------------------
    RECENT POSTS WIDGET
------------------------------------------------------------------------- */
.widget.widget_recent_entries ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }
  .widget.widget_recent_entries ul > li {
    list-style-type: none;
    margin: 0;
    padding: 0;
    line-height: 1.2em; }
.widget.widget_recent_entries .widget-inner > ul > li {
  margin-top: 7px;
  padding-top: 7px;
  border-top: 1px solid transparent; }
.widget.widget_recent_entries .widget-inner > ul > li:first-child {
  margin: 0;
  padding: 0;
  border: 0; }
.widget.widget_recent_entries .post-date {
  font-size: 0.857em; }

/* -------------------------------------------------------------------------
    RSS WIDGET
------------------------------------------------------------------------- */
.widget.widget_rss ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }
  .widget.widget_rss ul > li {
    list-style-type: none;
    margin: 0;
    padding: 0;
    line-height: 1.2em; }
.widget.widget_rss ul > li {
  margin-top: 7px;
  padding-top: 7px;
  border-top: 1px solid transparent; }
.widget.widget_rss ul > li:first-child {
  margin: 0;
  padding: 0;
  border: 0; }
.widget.widget_rss .rssSummary {
  margin-top: 12px;
  font-size: 0.857em; }
.widget.widget_rss cite {
  display: block;
  margin-top: 12px;
  font-size: 0.857em; }
.widget.widget_rss .rss-date {
  display: block;
  margin-top: 7px;
  font-size: 0.857em; }

/* -------------------------------------------------------------------------
    SEARCH WIDGET
------------------------------------------------------------------------- */
.widget.widget_search .c-search-form {
  margin: -10px -20px -15px -20px; }
.widget.widget_search .c-search-form button:hover {
  opacity: 0.8;
  filter: alpha(opacity=80); }

/* -------------------------------------------------------------------------
    bbPRESS SEARCH WIDGET
------------------------------------------------------------------------- */
.widget.widget_display_search form:before, .widget.widget_display_search form:after {
  display: table;
  clear: both;
  height: 0;
  content: ''; }
.widget.widget_display_search input.button {
  margin-top: 10px; }

/* -------------------------------------------------------------------------
    bbPRESS FORUM LIST WIDGET
------------------------------------------------------------------------- */
.widget.widget_display_forums ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }
  .widget.widget_display_forums ul > li {
    list-style-type: none;
    margin: 0;
    padding: 0;
    line-height: 1.2em; }
.widget.widget_display_forums ul > li {
  margin-top: 7px;
  padding-top: 7px;
  border-top: 1px solid transparent; }
.widget.widget_display_forums ul > li:first-child {
  margin: 0;
  padding: 0;
  border: 0; }

/* -------------------------------------------------------------------------
    bbPRESS LOGIN WIDGET
------------------------------------------------------------------------- */
.widget.bbp_widget_login .bbp-username label,
.widget.bbp_widget_login .bbp-password label {
  display: block; }
.widget.bbp_widget_login input {
  max-width: 400px; }
.widget.bbp_widget_login .bbp-remember-me {
  margin: 10px 0 15px 0; }
.widget.bbp_widget_login .bbp-submit-wrapper .button {
  position: relative;
  top: 0;
  padding: 12px 20px;
  width: auto;
  line-height: 1em;
  font-size: 0.875em;
  font-weight: bold;
  text-transform: uppercase;
  border: 1px solid transparent;
  cursor: pointer;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out; }
.widget.bbp_widget_login .bbp-submit-wrapper {
  margin: 0; }
.widget.bbp_widget_login .bbp-submit-wrapper .button:active {
  top: 2px; }
.widget.bbp_widget_login .bbp-login-links a {
  display: block;
  margin: 7px 0 0 0; }
.widget.bbp_widget_login .bbp-login-links a:first-child {
  margin: 0; }

/* -------------------------------------------------------------------------
    bbPRESS RECENT REPLIES WIDGET
------------------------------------------------------------------------- */
.widget.widget_display_replies ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }
  .widget.widget_display_replies ul > li {
    list-style-type: none;
    margin: 0;
    padding: 0;
    line-height: 1.2em; }
.widget.widget_display_replies ul > li {
  margin-top: 7px;
  padding-top: 7px;
  border-top: 1px solid transparent; }
.widget.widget_display_replies ul > li:first-child {
  margin: 0;
  padding: 0;
  border: 0; }
.widget.widget_display_replies img.avatar {
  margin-top: 2px;
  vertical-align: top; }

/* -------------------------------------------------------------------------
    bbPRESS RECENT TOPICS WIDGET
------------------------------------------------------------------------- */
.widget.widget_display_topics ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }
  .widget.widget_display_topics ul > li {
    list-style-type: none;
    margin: 0;
    padding: 0;
    line-height: 1.2em; }
.widget.widget_display_topics ul > li {
  margin-top: 7px;
  padding-top: 7px;
  border-top: 1px solid transparent; }
.widget.widget_display_topics ul > li:first-child {
  margin: 0;
  padding: 0;
  border: 0; }

/* -------------------------------------------------------------------------
    bbPRESS STATISTICS WIDGET
------------------------------------------------------------------------- */
.widget.widget_display_stats dl {
  list-style-type: none;
  margin: 0;
  padding: 0; }
  .widget.widget_display_stats dl > li {
    list-style-type: none;
    margin: 0;
    padding: 0;
    line-height: 1.2em; }
.widget.widget_display_stats dl > dt {
  clear: left;
  float: left;
  margin: 7px 0 0 0;
  padding-top: 7px;
  width: 60%;
  border-top: 1px solid transparent; }
.widget.widget_display_stats dl > dd {
  float: right;
  margin: 7px 0 0 0;
  padding-top: 7px;
  width: 40%;
  text-align: right;
  border-top: 1px solid transparent; }
.widget.widget_display_stats dl > dt:first-of-type,
.widget.widget_display_stats dl > dd:first-of-type {
  margin-top: 0;
  padding-top: 0;
  border: 0; }

/* -------------------------------------------------------------------------
    bbPRESS TOPICS LIST WIDGET
------------------------------------------------------------------------- */
.widget.widget_display_views ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }
  .widget.widget_display_views ul > li {
    list-style-type: none;
    margin: 0;
    padding: 0;
    line-height: 1.2em; }
.widget.widget_display_views ul > li {
  margin-top: 7px;
  padding-top: 7px;
  border-top: 1px solid transparent; }
.widget.widget_display_views ul > li:first-child {
  margin: 0;
  padding: 0;
  border: 0; }

/* -----------------------------------------------------------------------------

    7.) SIDEBAR

----------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------
    SIDE MENU
------------------------------------------------------------------------- */
.side-menu nav {
  position: relative;
  margin-bottom: 24px;
  padding: 7px 20px;
  border-top: 5px solid transparent;
  z-index: 30; }
  .side-menu nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0; }
    .side-menu nav ul > li {
      list-style-type: none;
      margin: 0;
      padding: 0;
      line-height: 1.2em; }
  .side-menu nav > ul > li {
    position: relative;
    border-top: 1px solid transparent; }
  .side-menu nav > ul > li:first-child {
    border: 0; }
  .side-menu nav > ul > li > a {
    position: relative;
    display: block;
    position: relative;
    left: 0;
    padding: 7px 0;
    text-transform: uppercase; }
  .side-menu nav .m-active > a,
  .side-menu nav .current-menu-ancestor > a,
  .side-menu nav .current_page_ancestor > a,
  .side-menu nav .current_page_parent > a,
  .side-menu nav .current_page_item > a,
  .side-menu nav .current-menu-item > a {
    font-weight: bold; }
  .side-menu nav .m-has-submenu > a {
    padding-right: 20px; }
  .side-menu nav .m-has-submenu > a:after {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\f105';
    position: absolute;
    top: 10px;
    right: 5px;
    font-size: 14px;
    font-weight: normal; }
  .side-menu nav > ul > li > ul {
    font-size: 0.875em; }
  .side-menu nav ul > li > ul {
    display: none;
    position: absolute;
    left: 100%;
    top: 0;
    padding: 5px 15px;
    width: 220px;
    z-index: 20; }
  .side-menu nav ul > li > ul > li {
    position: relative;
    border-top: 1px solid transparent; }
  .side-menu nav ul > li > ul > li:first-child {
    border: 0; }
  .side-menu nav ul > li > ul > li.m-hover {
    z-index: 20; }
  .side-menu nav ul > li > ul > li > a {
    display: block;
    padding: 7px 0;
    line-height: 1.3em;
    border: 0;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out; }

.side-menu.m-right-side nav ul > li > ul {
  left: auto;
  right: 100%; }

.side-menu.m-show-submenu nav .current-menu-ancestor > ul,
.side-menu.m-show-submenu nav .current_page_ancestor > ul,
.side-menu.m-show-submenu nav .current_page_parent > ul,
.side-menu.m-show-submenu nav .current_page_item > ul,
.side-menu.m-show-submenu nav .current-menu-item > ul {
  display: block;
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  width: auto;
  margin-left: 20px;
  padding: 0 0 10px 0;
  z-index: 10; }
.side-menu.m-show-submenu nav .current-menu-ancestor:last-child > ul,
.side-menu.m-show-submenu nav .current_page_ancestor:last-child > ul,
.side-menu.m-show-submenu nav .current_page_parent:last-child > ul,
.side-menu.m-show-submenu nav .current_page_item:last-child > ul,
.side-menu.m-show-submenu nav .current-menu-item:last-child > ul {
  padding-bottom: 0; }
.side-menu.m-show-submenu nav > ul > .current-menu-ancestor > ul,
.side-menu.m-show-submenu nav > ul > .current_page_ancestor > ul,
.side-menu.m-show-submenu nav > ul > .current_page_parent > ul,
.side-menu.m-show-submenu nav > ul > .current_page_item > ul,
.side-menu.m-show-submenu nav > ul > .current-menu-item > ul {
  margin: 0 -20px;
  padding-left: 30px;
  padding-right: 20px; }
.side-menu.m-show-submenu nav .current-menu-ancestor ul > li > ul,
.side-menu.m-show-submenu nav .current_page_ancestor ul > li > ul,
.side-menu.m-show-submenu nav .current_page_parent ul > li > ul,
.side-menu.m-show-submenu nav .current_page_item ul > li > ul,
.side-menu.m-show-submenu nav .current-menu-item ul > li > ul {
  margin-top: -5px; }
.side-menu.m-show-submenu nav > ul > li > ul .current-menu-ancestor > ul > li,
.side-menu.m-show-submenu nav > ul > li > ul .current_page_ancestor > ul > li,
.side-menu.m-show-submenu nav > ul > li > ul .current_page_parent > ul > li,
.side-menu.m-show-submenu nav > ul > li > ul .current_page_item > ul > li,
.side-menu.m-show-submenu nav > ul > li > ul .current-menu-item > ul > li {
  border: 0; }
.side-menu.m-show-submenu nav > ul > li > ul .current-menu-ancestor ul > li > a,
.side-menu.m-show-submenu nav > ul > li > ul .current_page_ancestor ul > li > a,
.side-menu.m-show-submenu nav > ul > li > ul .current_page_parent ul > li > a,
.side-menu.m-show-submenu nav > ul > li > ul .current_page_item ul > li > a,
.side-menu.m-show-submenu nav > ul > li > ul .current-menu-item ul > li > a {
  padding: 4px 0; }

/* -------------------------------------------------------------------------
    WIDGETS
------------------------------------------------------------------------- */
.sidebar .widget {
  margin-bottom: 24px;
  font-size: 0.875em; }
.sidebar .widget-inner {
  padding: 20px;
  overflow: hidden; }
.sidebar .widget-title {
  position: relative;
  margin: -20px -20px 0 -20px;
  padding: 20px 20px 15px 20px;
  font-size: 1.143em;
  font-weight: bold;
  text-transform: uppercase;
  border-bottom: 1px solid transparent; }
.sidebar .widget-title.m-has-ico {
  padding-left: 50px; }
.sidebar .widget-ico {
  position: absolute;
  top: 19px;
  left: 20px;
  font-size: 20px; }
.sidebar .show-all-btn {
  margin: 7px 0 0 0;
  padding-top: 7px;
  border-top: 1px solid transparent; }
.sidebar .show-all-btn a {
  position: relative;
  padding-right: 10px;
  font-weight: bold; }
.sidebar .widget input[type="checkbox"], .sidebar .widget input[type="radio"] {
  margin-top: 1px; }
.sidebar .c-alert-message {
  font-size: 1em; }
.sidebar .widget.lsvr-image .widget-inner,
.sidebar .widget.lsvr-custom-code .widget-inner {
  padding: 0; }
.sidebar .widget.lsvr-image .widget-title,
.sidebar .widget.lsvr-custom-code .widget-title {
  margin: 0 0 10px 0;
  padding: 0; }
.sidebar .widget.lsvr-image .widget-title.m-has-ico,
.sidebar .widget.lsvr-custom-code .widget-title.m-has-ico {
  padding-left: 30px; }
.sidebar .widget.lsvr-image .widget-ico,
.sidebar .widget.lsvr-custom-code .widget-ico {
  left: 2px;
  top: -1px; }
.sidebar .widget.lsvr-mailchimp-subscribe .submit-btn {
  top: 9px; }

/* -----------------------------------------------------------------------------

    8.) FOOTER

----------------------------------------------------------------------------- */
#footer {
  position: relative;
  z-index: 10; }

#footer.m-has-bg {
  margin-top: -100px; }

.footer-bg {
  position: relative;
  background-position: center 0;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 10; }

.footer-bg:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100px; }

.footer-inner {
  position: relative;
  z-index: 20; }

#footer.m-has-bg .footer-inner {
  padding-top: 100px; }

/* -------------------------------------------------------------------------
	FOOTER TOP
------------------------------------------------------------------------- */
.footer-top {
  font-size: 0.875em; }

/* -------------------------------------------------------------------------
	BOTTOM PANEL
------------------------------------------------------------------------- */
#bottom-panel {
  padding: 48px 0 24px 0; }
  #bottom-panel p {
    line-height: 1.5em; }
  #bottom-panel.m-2-columns .widget-col:nth-child(2n+1) {
    clear: left; }
  #bottom-panel.m-3-columns .widget-col:nth-child(3n+1) {
    clear: left; }
  #bottom-panel.m-4-columns .widget-col:nth-child(4n+1) {
    clear: left; }
  #bottom-panel .widget-col:first-child .c-separator:first-child {
    display: none; }
  #bottom-panel .widget {
    margin-bottom: 24px; }
  #bottom-panel .widget-title {
    margin-bottom: 24px;
    font-size: 1.286em;
    text-transform: uppercase; }
  #bottom-panel .m-has-ico.widget-title {
    position: relative;
    padding-left: 30px; }
  #bottom-panel .widget-ico {
    position: absolute;
    top: 0;
    left: -1px;
    font-size: 20px; }
  #bottom-panel .show-all-btn {
    margin: 7px 0 0 0;
    padding-top: 7px;
    border-top: 1px solid transparent; }
  #bottom-panel .show-all-btn a {
    position: relative;
    padding-right: 10px;
    font-weight: bold; }
  #bottom-panel input {
    font-size: 14px; }
  #bottom-panel .c-alert-message {
    padding: 15px 20px 15px 45px;
    font-size: 1em;
    border: 1px solid transparent; }
  #bottom-panel .c-alert-message .ico {
    top: 13px;
    left: 15px;
    font-size: 20px; }
  #bottom-panel .widget.lsvr-gallery-featured .widget-inner {
    padding: 0; }
  #bottom-panel .widget.lsvr-gallery-featured .gallery-title {
    margin: 0; }
  #bottom-panel .widget.lsvr-gallery-featured .gallery-date {
    margin: 0; }
  #bottom-panel .widget.lsvr-gallery-featured .show-all-btn {
    margin-left: 0;
    margin-right: 0; }
  #bottom-panel .widget.widget_search .c-search-form {
    margin: 0; }

/* -------------------------------------------------------------------------
	FOOTER BOTTOM
------------------------------------------------------------------------- */
.footer-bottom {
  position: relative; }

.footer-bottom:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 10; }

.footer-bottom-inner {
  position: relative;
  padding: 24px 0 40px 0;
  z-index: 20; }

.footer-social {
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  text-align: center; }

.footer-menu {
  float: right;
  max-width: 40%;
  font-size: 0.875em; }

.footer-menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }
  .footer-menu ul > li {
    list-style-type: none;
    margin: 0;
    padding: 0;
    line-height: 1.2em; }

.footer-menu ul > li {
  display: inline-block;
  margin: 0 0 3px 14px; }

.footer-text {
  float: left;
  max-width: 40%;
  font-size: 0.75em;
  line-height: 1.3em; }

.footer-text > p {
  margin: 12px 0 0 0; }

.footer-text > p:first-child {
  margin-top: 0; }

/* -----------------------------------------------------------------------------

    9.) OTHER

----------------------------------------------------------------------------- */
	/* -------------------------------------------------------------------------
        bbPRESS
    ------------------------------------------------------------------------- */
.bbp-login-form {
  margin-bottom: 24px; }

.bbp-login-form .bbp-username,
.bbp-login-form .bbp-email,
.bbp-login-form .bbp-password {
  margin: 0 0 24px 0; }

.bbp-login-form .bbp-username label,
.bbp-login-form .bbp-email label,
.bbp-login-form .bbp-password label {
  display: block;
  margin: 0 0 5px 0; }

.bbp-login-form .bbp-username p {
  margin: 0; }

.bbp-login-form .bbp-username input,
.bbp-login-form .bbp-email input,
.bbp-login-form .bbp-password input {
  padding: 12px 15px; }

.bbp-login-form .bbp-submit-wrapper {
  margin: 0; }

div.bbp-submit-wrapper {
  margin: 0; }

.bbp-submit-wrapper button {
  position: relative;
  top: 0;
  padding: 12px 20px;
  width: auto;
  line-height: 1em;
  font-size: 0.875em;
  font-weight: bold;
  text-transform: uppercase;
  border: 1px solid transparent;
  cursor: pointer;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out; }

.bbp-submit-wrapper button:active {
  top: 2px; }

div.bbp-template-notice {
  position: relative;
  margin: 0 0 24px 0;
  padding: 18px 20px 18px 50px;
  border-radius: 0;
  border: 0; }

div.bbp-template-notice:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\f05a';
  position: absolute;
  top: 24px;
  left: 20px;
  font-size: 20px; }

div.bbp-template-notice p {
  margin: 12px 0 0 0;
  padding: 0;
  font-size: 0.875em; }

div.bbp-template-notice p:first-child {
  margin-top: 0; }

div.bbp-template-notice img.avatar {
  margin: 3px 0 0 0;
  vertical-align: top; }

div.bbp-template-notice a:hover {
  text-decoration: underline; }

#bbpress-forums {
  padding-bottom: 1px;
  font-size: 1em; }
  #bbpress-forums ul {
    list-style-type: none;
    margin: 0;
    padding: 0; }
    #bbpress-forums ul > li {
      list-style-type: none;
      margin: 0;
      padding: 0;
      line-height: 1.2em; }
  #bbpress-forums p.bbp-topic-meta img.avatar,
  #bbpress-forums ul.bbp-reply-revision-log img.avatar,
  #bbpress-forums ul.bbp-topic-revision-log img.avatar,
  #bbpress-forums .widget_display_topics img.avatar,
  #bbpress-forums .widget_display_replies img.avatar {
    margin: 0;
    vertical-align: top; }
  #bbpress-forums .mobile-label {
    display: none;
    font-weight: bold; }
  #bbpress-forums .bbp-breadcrumb {
    display: none; }
  #bbpress-forums .bbp-search-form {
    display: none; }
  #bbpress-forums #subscription-toggle {
    display: block;
    margin: 0 0 12px 0;
    text-align: right; }
  #bbpress-forums #subscription-toggle > span {
    display: inline-block;
    padding: 10px;
    font-size: 0.875em; }
  #bbpress-forums .bbp-reply-content #subscription-toggle {
    display: inline;
    margin: 0; }
  #bbpress-forums .bbp-reply-content #subscription-toggle > span {
    padding: 0;
    font-size: 1em; }
  #bbpress-forums .bbp-topic-tags {
    margin: 0 0 12px 0;
    padding: 10px;
    font-size: 0.750em; }
  #bbpress-forums .bbp-topic-tags p {
    margin: 10px 0 0 0; }
  #bbpress-forums .bbp-topic-tags p:first-child {
    margin: 0; }
  #bbpress-forums .bbp-pagination {
    float: none; }
    #bbpress-forums .bbp-pagination:before, #bbpress-forums .bbp-pagination:after {
      display: table;
      clear: both;
      height: 0;
      content: ''; }
  #bbpress-forums .bbp-breadcrumb + .bbp-pagination,
  #bbpress-forums .bbp-template-notice + .bbp-pagination {
    display: none; }
  #bbpress-forums .bbp-pagination-count {
    font-size: 0.750em; }
  #bbpress-forums .bbp-pagination-links .page-numbers {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border: 0;
    opacity: 1; }
  #bbpress-forums .bbp-pagination-links .page-numbers:hover {
    text-decoration: none; }
  #bbpress-forums div.bbp-forum-author,
  #bbpress-forums div.bbp-topic-author,
  #bbpress-forums div.bbp-reply-author {
    font-size: 0.875em; }
  #bbpress-forums div.bbp-forum-author a.bbp-author-name,
  #bbpress-forums div.bbp-topic-author a.bbp-author-name,
  #bbpress-forums div.bbp-reply-author a.bbp-author-name {
    margin: 5px 0 0 0;
    font-size: 1em; }
  #bbpress-forums div.bbp-forum-author a.bbp-author-role,
  #bbpress-forums div.bbp-topic-author a.bbp-author-role,
  #bbpress-forums div.bbp-reply-author a.bbp-author-role {
    font-size: 0.875em; }
  #bbpress-forums .bbp-topic-author br,
  #bbpress-forums .bbp-reply-author br {
    display: none; }
  #bbpress-forums ul.bbp-lead-topic,
  #bbpress-forums ul.bbp-topics,
  #bbpress-forums ul.bbp-forums,
  #bbpress-forums ul.bbp-replies,
  #bbpress-forums ul.bbp-search-results {
    font-size: 1em;
    border: 0; }
  #bbpress-forums li.bbp-header {
    padding: 20px 30px;
    border: 0;
    border-bottom: 1px solid transparent; }
  #bbpress-forums div.bbp-forum-content,
  #bbpress-forums div.bbp-topic-content,
  #bbpress-forums div.bbp-reply-content {
    margin-left: 120px; }
  #bbpress-forums .bbp-topic-header {
    padding: 12px 30px;
    font-size: 0.750em;
    border: 1px solid transparent;
    border-width: 1px 0; }
  #bbpress-forums li.bbp-body ul.forum,
  #bbpress-forums li.bbp-body ul.topic {
    padding: 20px 30px; }
  #bbpress-forums li.bbp-body ul.forum:first-child,
  #bbpress-forums li.bbp-body ul.topic:first-child {
    border: 0; }
  #bbpress-forums .bbp-topic-freshness,
  #bbpress-forums .bbp-forum-freshness {
    text-align: right; }
  #bbpress-forums .bbp-forum-info .bbp-forum-content,
  #bbpress-forums p.bbp-topic-meta {
    font-size: 0.875em;
    font-style: italic; }
  #bbpress-forums p.bbp-topic-meta {
    line-height: 1em; }
  #bbpress-forums .bbp-forums-list li {
    font-size: 0.750em; }
  #bbpress-forums .bbp-author-avatar img {
    vertical-align: top; }
  #bbpress-forums div.bbp-topic-author {
    text-align: left; }
  #bbpress-forums div.bbp-topic-author img.avatar {
    display: block;
    margin: 12px 0; }
  #bbpress-forums div.bbp-reply-author {
    text-align: left; }
  #bbpress-forums div.bbp-reply-author img.avatar {
    display: block;
    margin: 12px 0; }
  #bbpress-forums .bbp-reply-header {
    padding: 12px 30px;
    font-size: 0.750em;
    border: 1px solid transparent;
    border-width: 1px 0; }
  #bbpress-forums li.bbp-body div.hentry {
    padding: 10px 30px; }
  #bbpress-forums .bbp-reply-form,
  #bbpress-forums .bbp-topic-form {
    margin-top: 24px;
    padding: 20px 30px; }
  #bbpress-forums fieldset.bbp-form {
    margin: 0;
    padding: 0;
    border: 0; }
  #bbpress-forums form > fieldset.bbp-form > legend {
    margin-bottom: 24px;
    padding: 0;
    line-height: 1.2em;
    font-size: 1.5em;
    font-weight: bold; }
  #bbpress-forums fieldset.bbp-form fieldset.bbp-form > legend {
    margin: 0 0 12px 0;
    padding: 0;
    font-weight: bold; }
  #bbpress-forums fieldset.bbp-form select,
  #bbpress-forums fieldset.bbp-form input {
    max-width: 400px; }
  #bbpress-forums .quicktags-toolbar {
    border: 1px solid transparent; }
  #bbpress-forums .quicktags-toolbar input {
    width: auto; }
  #bbpress-forums fieldset.bbp-form p {
    margin: 0 0 24px 0; }
  #bbpress-forums fieldset.bbp-form input[type=checkbox] {
    margin: 5px 2px 0 0; }
  #bbpress-forums li.bbp-footer {
    display: none; }
  #bbpress-forums #bbp-user-wrapper {
    padding: 20px 30px; }
  #bbpress-forums #bbp-user-wrapper h2.entry-title {
    margin: 0 0 24px 0;
    padding: 0; }
  #bbpress-forums .bbp-user-section p {
    margin: 0 0 24px 0; }
  #bbpress-forums #bbp-user-navigation {
    font-size: 0.875em; }
  #bbpress-forums #bbp-single-user-details #bbp-user-navigation li {
    margin-top: 5px; }
  #bbpress-forums #bbp-single-user-details #bbp-user-navigation li:first-child {
    margin-top: 0; }
  #bbpress-forums #bbp-single-user-details #bbp-user-navigation a,
  #bbpress-forums #bbp-single-user-details #bbp-user-navigation li.current a {
    display: block;
    padding: 0; }
  #bbpress-forums #bbp-single-user-details #bbp-user-navigation a:hover {
    text-decoration: underline; }
  #bbpress-forums #bbp-single-user-details #bbp-user-navigation li.current a {
    font-weight: bold;
    opacity: 1; }
  #bbpress-forums #bbp-your-profile fieldset {
    padding: 0; }
  #bbpress-forums #bbp-your-profile fieldset label[for] {
    display: block;
    float: none;
    margin-bottom: 3px;
    padding: 0;
    width: auto;
    text-align: left; }
  #bbpress-forums #bbp-your-profile fieldset input,
  #bbpress-forums #bbp-your-profile fieldset textarea {
    position: relative;
    padding: 12px 15px;
    width: 100%;
    font-family: inherit;
    font-size: 16px;
    outline: 0;
    border: 0;
    border-radius: 0; }
  #bbpress-forums #bbp-your-profile fieldset input[type=file] {
    padding: 0; }
  #bbpress-forums #bbp-your-profile fieldset span.description {
    border: 0;
    background: transparent; }
  #bbpress-forums #bbp-your-profile #bbp_user_edit_submit {
    position: relative;
    top: 0;
    padding: 12px 20px;
    width: auto;
    line-height: 1em;
    font-size: 0.875em;
    font-weight: bold;
    text-transform: uppercase;
    border: 1px solid transparent;
    cursor: pointer; }
  #bbpress-forums #bbp-your-profile #bbp_user_edit_submit:active {
    top: 2px; }
  #bbpress-forums #bbp-your-profile fieldset fieldset.password {
    width: auto; }
  #bbpress-forums #bbp-your-profile .bbp-form.avatar input[type="checkbox"] {
    margin-top: 2px; }
  #bbpress-forums .bbp-forum-status-closed .bbp-forum-title:before {
    display: inline-block;
    font-family: 'townpress';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e650';
    margin-right: 3px; }
  #bbpress-forums #bbp_reply_edit_reason {
    margin-top: 3px; }
  #bbpress-forums span.bbp-admin-links a:hover {
    text-decoration: underline; }

	/* -------------------------------------------------------------------------
        CONTACT FORM 7
    ------------------------------------------------------------------------- */
.wpcf7 .screen-reader-response {
  display: none; }

.wpcf7-not-valid-tip {
  font-size: 0.750em; }

.wpcf7-form .ajax-loader {
  margin-left: 10px; }

.wpcf7-form-control-wrap {
  position: relative;
  display: block; }

.wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  position: absolute;
  right: 0;
  bottom: -22px; }

.wpcf7 {
  margin-bottom: 24px;
  padding: 24px 30px 1px 30px;
  line-height: 1.4em;
  overflow: hidden; }

.c-content-box .wpcf7,
.m-no-boxes .wpcf7 {
  margin: 0;
  padding: 0;
  overflow: visible; }

.wpcf7-display-none {
  display: none; }

.wpcf7-response-output {
  position: relative;
  margin: 0 0 24px 0;
  padding: 22px 20px 20px 50px; }

.wpcf7-response-output:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\f05a';
  position: absolute;
  top: 22px;
  left: 20px;
  font-size: 24px; }

.wpcf7-response-output.wpcf7-validation-errors:before {
  content: '\f06a'; }

.wpcf7-response-output.wpcf7-mail-sent-ok:before {
  content: '\f058'; }

	/* -------------------------------------------------------------------------
        FADE IN DOWN ANIMATION
    ------------------------------------------------------------------------- */
.animated {
  -webkit-animation-duration: 250ms;
  animation-duration: 250ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown; }

	/* -------------------------------------------------------------------------
        VARS
    ------------------------------------------------------------------------- */
.gmaps-api-key,
.js-labels {
  display: none; }

	/* -------------------------------------------------------------------------
        MAGNIFIC POPUP
    ------------------------------------------------------------------------- */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.9;
  filter: alpha(opacity=90); }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close,
.mfp-title, .mfp-counter {
  color: #FFF; }

.mfp-arrow {
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out; }

.mfp-arrow,
.mfp-arrow:focus {
  opacity: 0.6;
  filter: alpha(opacity=60); }

.mfp-arrow:active,
.mfp-arrow:hover {
  opacity: 1;
  filter: alpha(opacity=100); }

.mfp-removing .mfp-arrow {
  opacity: 0;
  filter: alpha(opacity=0); }

.mfp-figure:after {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

.mfp-arrow:active {
  margin-top: -55px; }

.mfp-arrow,
.mfp-arrow:after {
  border: 0; }

.mfp-arrow:before {
  font-size: 48px;
  color: #FFF;
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border: 0; }

.mfp-arrow-left:before {
  content: "\f104"; }

.mfp-arrow-right:before {
  content: "\f105"; }

.mfp-arrow-left {
  left: 10px; }

.mfp-arrow-left:active {
  left: 5px; }

.mfp-arrow-right {
  right: 10px; }

.mfp-arrow-right:active {
  right: 5px; }

	/* -------------------------------------------------------------------------
        STYLE SWITCHER
    ------------------------------------------------------------------------- */
#style-switcher {
  position: fixed;
  top: 200px;
  left: -210px;
  width: 210px;
  z-index: 50;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out; }

#style-switcher.m-active {
  left: 0; }

.style-switcher-toggle {
  display: block;
  position: absolute;
  top: 0;
  right: -50px;
  width: 50px;
  height: 50px;
  cursor: pointer;
  color: #FFF;
  background-color: #0C0C0C;
  background-color: rgba(12, 12, 12, 0.8); }
  .style-switcher-toggle > .ico {
    position: relative;
    top: 1px;
    font-size: 24px; }

.style-switcher-toggle:focus {
  outline: 0; }

.style-switcher-content {
  padding: 20px 20px 15px 20px;
  color: #7f808a;
  background-color: #0C0C0C;
  background-color: rgba(12, 12, 12, 0.8); }
  .style-switcher-content .skin-list {
    list-style-type: none;
    margin: 0;
    padding: 0; }
    .style-switcher-content .skin-list > li {
      list-style-type: none;
      margin: 0;
      padding: 0;
      line-height: 1.2em; }
    .style-switcher-content .skin-list > li {
      display: inline-block;
      margin-right: 6px; }
    .style-switcher-content .skin-list > li:last-child {
      margin-right: 0; }
    .style-switcher-content .skin-list > li > button {
      display: block;
      width: 28px;
      height: 28px;
      opacity: 1;
      filter: alpha(opacity=100);
      -webkit-transition: all 300ms ease-in-out;
      -moz-transition: all 300ms ease-in-out;
      -ms-transition: all 300ms ease-in-out;
      -o-transition: all 300ms ease-in-out;
      transition: all 300ms ease-in-out; }
    .style-switcher-content .skin-list > li > button:focus {
      outline: 0; }
    .style-switcher-content .skin-list > li > button.m-active {
      cursor: default;
      -moz-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.9);
      -webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.9);
      box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.9); }
    .style-switcher-content .skin-list > li > button {
      text-align: center;
      line-height: 28px; }
    .style-switcher-content .skin-list > li > button.skin-1 {
      background-color: #EC5237; }
    .style-switcher-content .skin-list > li > button.skin-2 {
      background-color: #2196F3; }
    .style-switcher-content .skin-list > li > button.skin-3 {
      background-color: #4CAF50; }
    .style-switcher-content .skin-list > li > button.skin-4 {
      background-color: #FB8C00; }
    .style-switcher-content .skin-list > li > button.skin-5 {
      background-color: #607D8B; }

	/* -------------------------------------------------------------------------
        VISUAL COMPOSER OVERRIDES
    ------------------------------------------------------------------------- */
body .wpb_content_element,
body .wpb_row {
  margin-bottom: 0; }

.vc_row-full-width {
  display: none; }

.wpb_gallery_slides ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }
  .wpb_gallery_slides ul > li {
    list-style-type: none;
    margin: 0;
    padding: 0;
    line-height: 1.2em; }

.wpb_gallery_slides a {
  border: 0; }

body .wpb_column > .wpb_wrapper > *:last-child {
  margin-bottom: 24px; }
body .wpb_column > .wpb_wrapper > .c-separator:last-child {
  margin-bottom: 24px; }
body .wpb_column > .wpb_wrapper > .c-separator.m-size-small:last-child {
  margin: 12px 0; }
body .wpb_column > .wpb_wrapper > .c-separator.m-size-medium:last-child {
  margin: 48px 0; }
body .wpb_column > .wpb_wrapper > .c-separator.m-size-large:last-child {
  margin: 72px 0; }

body .wpb_text_column {
  margin-bottom: 24px; }
  body .wpb_text_column *:last-child {
    margin-bottom: 0; }
  body .wpb_text_column h1:last-child,
  body .wpb_text_column h2:last-child {
    margin-bottom: 24px; }
  body .wpb_text_column br:last-child {
    margin: 0; }

body .wpb_single_image .vc_single_image-wrapper {
  display: initial; }

	/* -------------------------------------------------------------------------
        ADMIN BAR
    ------------------------------------------------------------------------- */
.admin-bar #header {
  padding-top: 35px;
  min-height: 135px; }

/* -----------------------------------------------------------------------------

    10.) RESPONSIVE

----------------------------------------------------------------------------- */
#media-query-breakpoint {
  font-family: '1200'; }

	/* -------------------------------------------------------------------------
        EXTRA LARGE DEVICES
    ------------------------------------------------------------------------- */
@media (max-width: 1299px) {
  #media-query-breakpoint {
    font-family: '1299'; }

  .c-directory.m-4-columns .directory-menu > li {
    width: 50%; }

  .c-directory.m-4-columns .directory-menu > li:nth-child(4n+1) {
    clear: none; }

  .c-directory.m-4-columns .directory-menu > li:nth-child(2n+1) {
    clear: left; } }
/* -------------------------------------------------------------------------
    LARGE DEVICES
------------------------------------------------------------------------- */
@media (max-width: 1199px) {
  html {
    -webkit-text-size-adjust: auto; }

  .c-directory.m-3-columns .directory-menu > li {
    width: 50%; }

  .c-directory.m-3-columns .directory-menu > li:nth-child(3n+1) {
    clear: none; }

  .c-directory.m-3-columns .directory-menu > li:nth-child(2n+1) {
    clear: left; }

  .widget.lsvr-locale-info .local-icon {
    right: 50px; }

  #media-query-breakpoint {
    font-family: '1199'; } }
/* -------------------------------------------------------------------------
    MEDIUM DEVICES
------------------------------------------------------------------------- */
@media (max-width: 991px) {
  .c-container {
    padding-left: 20px;
    padding-right: 20px; }

  .c-directory.m-3-columns .directory-menu > li {
    width: 33%; }

  .c-directory.m-4-columns .directory-menu > li {
    width: 25%; }

  .c-directory.m-3-columns .directory-menu > li:nth-child(2n+1),
  .c-directory.m-4-columns .directory-menu > li:nth-child(2n+1) {
    clear: none; }

  .c-directory.m-3-columns .directory-menu > li:nth-child(3n+1),
  .c-directory.m-4-columns .directory-menu > li:nth-child(4n+1) {
    clear: left; }

  .m-header-map-active #header {
    padding-top: 520px;
    min-height: 0; }

  .header-content {
    padding-bottom: 12px; }

  .header-branding {
    float: none;
    padding: 20px 0; }

  .header-branding a {
    display: block;
    position: static; }

  .header-branding span {
    margin: 0 auto; }

  .m-header-map-active .header-branding {
    margin-top: 0; }

  .header-toggle-holder {
    display: block; }

  .header-tools {
    display: none;
    position: relative;
    top: auto;
    right: auto;
    margin-bottom: 12px; }

  .header-search {
    float: none;
    margin: 0 0 12px 0; }

  .header-search input {
    max-width: 100%; }

  .header-tools .header-gmap-switcher {
    display: none; }

  .header-login,
  .header-lang-switcher {
    float: none;
    margin: 0 0 12px 0; }

  .header-login a span {
    display: inline; }

  .m-has-standard-menu .header-menu,
  .header-menu {
    display: none;
    margin-bottom: 12px; }

  .m-has-standard-menu .header-menu {
    float: none; }

  .m-has-standard-menu.m-has-header-tools .header-menu {
    margin-top: 0; }

  .header-menu nav {
    padding: 5px 20px; }
    .header-menu nav ul {
      list-style-type: none;
      margin: 0;
      padding: 0; }
      .header-menu nav ul > li {
        list-style-type: none;
        margin: 0;
        padding: 0;
        line-height: 1.2em; }
    .header-menu nav > ul > li {
      display: block;
      position: relative;
      border-top: 1px solid transparent; }
    .header-menu nav > ul > li:first-child {
      border: 0; }
    .header-menu nav > ul > li > a {
      position: relative;
      display: block;
      position: relative;
      padding: 7px 0;
      text-transform: uppercase; }
    .header-menu nav > ul > li.m-has-submenu > a:after {
      display: none; }
    .header-menu nav > ul > li.m-hover > a,
    .header-menu nav > ul > li > a:hover {
      text-decoration: none; }
    .header-menu nav > ul > li.m-active > a,
    .header-menu nav .current-menu-ancestor > a,
    .header-menu nav .current_page_ancestor > a,
    .header-menu nav .current_page_parent > a,
    .header-menu nav .current_page_item > a,
    .header-menu nav .current-menu-item > a {
      font-weight: bold; }
    .header-menu nav .m-has-submenu > a {
      padding-right: 40px; }
    .header-menu nav .submenu-toggle {
      display: block;
      position: absolute;
      top: 1px;
      right: 0;
      width: 30px;
      height: 30px;
      font-size: 18px; }
    .header-menu nav .submenu-toggle i:before {
      content: '\f107'; }
    .header-menu nav .submenu-toggle.m-active i:before {
      content: '\f106'; }
    .header-menu nav > ul > li > ul {
      margin: 0 -20px; }
    .header-menu nav > ul > li > ul > li {
      border-top: 1px solid transparent; }
    .header-menu nav ul ul ul ul,
    .header-menu nav ul ul ul,
    .header-menu nav ul ul {
      display: none;
      position: relative;
      left: auto;
      right: auto;
      top: auto;
      padding: 5px 20px 5px 20px;
      width: auto; }
    .header-menu nav ul ul .submenu-toggle {
      height: 30px; }
    .header-menu nav ul ul .m-has-submenu > a:after {
      display: none; }
    .header-menu nav ul ul li > a {
      display: block;
      padding: 7px 0;
      line-height: 1.3em;
      border: 0; }
    .header-menu nav ul ul li:first-child {
      border: 0; }
    .header-menu nav ul ul ul li {
      border: 0; }
    .header-menu nav > ul > li > ul ul {
      margin-top: -5px;
      padding-bottom: 10px; }
    .header-menu nav > ul > li > ul ul > li > a {
      padding: 4px 0; }
    .header-menu nav > ul > li.m-penultimate > ul ul,
    .header-menu nav > ul > li.m-last > ul ul {
      right: auto; }

  .widget.lsvr-locale-info .local-icon {
    right: 60px; }

  .bbp-login-form .bbp-submit-wrapper,
  .bbp-login-form .bbp-login-links {
    float: none;
    margin-top: 12px;
    text-align: left; }

  .side-menu {
    display: none; }

  #media-query-breakpoint {
    font-family: '991'; } }
	/* -------------------------------------------------------------------------
        SMALL DEVICES
    ------------------------------------------------------------------------- */
@media (max-width: 767px) {
  .c-directory.m-3-columns .directory-menu > li,
  .c-directory.m-4-columns .directory-menu > li {
    width: 50%; }

  .c-directory.m-3-columns .directory-menu > li:nth-child(3n+1),
  .c-directory.m-4-columns .directory-menu > li:nth-child(4n+1) {
    clear: none; }

  .c-directory.m-3-columns .directory-menu > li:nth-child(2n+1),
  .c-directory.m-4-columns .directory-menu > li:nth-child(2n+1) {
    clear: left; }

  .footer-menu,
  .footer-text {
    float: none;
    max-width: 100%;
    text-align: center; }

  .footer-menu {
    margin-bottom: 12px; }

  .footer-menu:last-child {
    margin-bottom: 0; }

  #bbpress-forums .bbp-header {
    display: none; }
  #bbpress-forums .mobile-label {
    display: inline; }
  #bbpress-forums li.bbp-forum-info,
  #bbpress-forums li.bbp-topic-title {
    float: none;
    clear: both;
    padding-bottom: 24px;
    width: auto; }
  #bbpress-forums li.bbp-forum-topic-count,
  #bbpress-forums li.bbp-topic-voice-count,
  #bbpress-forums li.bbp-forum-reply-count,
  #bbpress-forums li.bbp-topic-reply-count {
    width: 30%;
    text-align: left; }
  #bbpress-forums li.bbp-body ul li.bbp-forum-freshness,
  #bbpress-forums li.bbp-body ul li.bbp-topic-freshness {
    float: none;
    clear: both;
    width: auto;
    padding-top: 12px;
    text-align: left; }
  #bbpress-forums li.bbp-body div.hentry {
    padding-top: 24px; }
  #bbpress-forums div.bbp-reply-author img.avatar {
    top: 0; }
  #bbpress-forums .bbp-body div div.bbp-topiceply-author,
  #bbpress-forums .bbp-body div div.bbp-reply-author {
    margin-bottom: 12px;
    min-height: 60px; }
  #bbpress-forums .bbp-body div.bbp-topiceply-author,
  #bbpress-forums .bbp-body div.bbp-reply-author {
    margin: 0; }
  #bbpress-forums div.bbp-topic-author img.avatar,
  #bbpress-forums div.bbp-reply-author img.avatar {
    margin: 0; }
  #bbpress-forums .bbp-body div.bbp-reply-content {
    margin: 10px 0 0 0; }
  #bbpress-forums .bbp-pagination-count,
  #bbpress-forums .bbp-pagination-links {
    float: none; }
  #bbpress-forums .bbp-pagination-links {
    display: block;
    margin-top: 12px; }

  .admin-bar #header {
    padding-top: 60px; }

  #media-query-breakpoint {
    font-family: '767'; } }
	/* -------------------------------------------------------------------------
        EXTRA SMALL DEVICES
    ------------------------------------------------------------------------- */
@media (max-width: 480px) {
  .c-container {
    padding-left: 15px;
    padding-right: 15px; }

  .c-content-box {
    padding-left: 20px;
    padding-right: 20px; }

  .c-article-list .article-list-inner {
    padding: 0 20px 12px 20px; }

  .c-article-list .article-list-content {
    margin-left: -20px;
    margin-right: -20px; }

  .c-article-list .article-core {
    padding-left: 20px;
    padding-right: 20px; }

  .c-article-list .brief-article .article-title {
    padding: 0; }

  .c-article-list .brief-article .article-date {
    position: relative;
    top: auto;
    right: auto;
    margin-top: 5px;
    text-align: left; }

  .c-article-list .brief-article,
  .c-article-list .more-btn-holder {
    margin-left: 20px;
    margin-right: 20px; }

  .c-definition-list dl > dt {
    float: none;
    clear: both;
    width: auto; }
  .c-definition-list dl > dd {
    float: none;
    margin: 0;
    padding: 0;
    width: auto;
    text-align: left;
    border-top: 0; }

  .c-directory.m-2-columns .directory-menu > li,
  .c-directory.m-3-columns .directory-menu > li,
  .c-directory.m-4-columns .directory-menu > li {
    width: 100%;
    float: none; }

  .c-gallery .gallery-images.m-3-columns > li,
  .c-gallery .gallery-images.m-4-columns > li,
  .c-gallery .gallery-images.m-5-columns > li {
    width: 50%; }
  .c-gallery .gallery-images.m-3-columns > li:nth-child(3n+1),
  .c-gallery .gallery-images.m-4-columns > li:nth-child(4n+1),
  .c-gallery .gallery-images.m-5-columns > li:nth-child(5n+1) {
    clear: none; }
  .c-gallery .gallery-images.m-3-columns > li:nth-child(2n+1),
  .c-gallery .gallery-images.m-4-columns > li:nth-child(2n+1),
  .c-gallery .gallery-images.m-5-columns > li:nth-child(2n+1) {
    clear: left; }

  .gmap-canvas {
    height: 250px; }

  .c-slider .slide-content {
    padding-left: 20px;
    padding-right: 20px; }

  .c-team-member .member-portrait {
    position: relative; }

  .c-team-member.m-has-portrait .team-member-inner {
    padding-left: 0;
    min-height: 0; }

  .m-header-map-active #header {
    padding-top: 260px; }

  .header-gmap .gmap-canvas {
    height: 250px; }

  #page-header {
    padding-left: 20px;
    padding-right: 20px; }

  .event-single-page .event-location .gmap-canvas {
    height: 250px; }

  .widget.lsvr-locale-info .row-title {
    float: none;
    width: 100%;
    text-align: center; }

  .widget.lsvr-locale-info .row-value {
    float: none;
    margin-top: 5px;
    width: 100%;
    text-align: center; }

  .widget.lsvr-locale-info .local-icon {
    position: static;
    top: auto;
    right: auto; }

  .widget.lsvr-definition-list dl > dt,
  .widget.lsvr-definition-list dl > dd {
    float: none;
    width: 100%;
    text-align: left; }

  .widget.lsvr-definition-list dl > dd {
    margin: 0;
    border: 0; }

  .widget.lsvr-definition-list dl > dt:first-of-type,
  .widget.lsvr-definition-list dl > dd:first-of-type {
    padding-top: 7px; }

  .wpcf7 {
    padding-left: 20px;
    padding-right: 20px; }

  #bbpress-forums li.bbp-header li.bbp-forum-topic-count,
  #bbpress-forums li.bbp-header li.bbp-forum-reply-count,
  #bbpress-forums li.bbp-body li.bbp-forum-topic-count,
  #bbpress-forums li.bbp-body li.bbp-forum-reply-count,
  #bbpress-forums li.bbp-header li.bbp-topic-voice-count,
  #bbpress-forums li.bbp-header li.bbp-topic-reply-count,
  #bbpress-forums li.bbp-body li.bbp-topic-voice-count,
  #bbpress-forums li.bbp-body li.bbp-topic-reply-count {
    width: 30%; }
  #bbpress-forums li.bbp-header li.bbp-forum-freshness,
  #bbpress-forums li.bbp-body li.bbp-forum-freshness,
  #bbpress-forums li.bbp-header li.bbp-topic-freshness,
  #bbpress-forums li.bbp-body li.bbp-topic-freshness {
    width: 40%; }
  #bbpress-forums #bbp-single-user-details {
    margin-bottom: 24px; }

  #media-query-breakpoint {
    font-family: '480'; } }
	/* -------------------------------------------------------------------------
        SPECIALS
    ------------------------------------------------------------------------- */
@media (max-height: 600px) {
  .header-gmap .gmap-canvas {
    height: 400px; }

  .m-header-map-active #header {
    padding-top: 420px; } }
@media (max-height: 500px) {
  .header-gmap .gmap-canvas {
    height: 300px; }

  .m-header-map-active #header {
    padding-top: 320px; } }
@media (max-height: 400px) {
  .header-gmap .gmap-canvas {
    height: 200px; }

  .m-header-map-active #header {
    padding-top: 220px; } }
/* -----------------------------------------------------------------------------

    11.) PRINT

----------------------------------------------------------------------------- */
@media print {
  body {
    background: white;
    color: black; }

  .header-bg,
  .header-tools,
  .header-toggle-holder,
  .header-menu,
  .header-gmap {
    display: none; }

  .article-navigation,
  .comment-respond {
    display: none; }

  .left-column,
  .right-column {
    display: none; }

  #footer {
    display: none; } }

/*# sourceMappingURL=styleessai.css.map */
