/**============================================================
* Theme Name: HT Guardian
* Version: 2.0
* Description: Wordpress Theme
* Author: Haintheme
* Author URI: 
* Theme URI: 
* License: GNU General Public License version 3.0
* License URI: http://www.gnu.org/licenses/gpl-3.0.html
* Text Domain: ht-guardian
* Tags:   custom-colors, threaded-comments, custom-menu, featured-images, full-width-template, theme-options, translation-ready
*============================================================*/
/**
* TABLE OF CONTENT
* ----------------
* ----------------
* I. GENERAL
* 	I.1. RESET
* 	I.2. EXTEND
* 	I.3. COMMON
* 	I.4. TYPOGRAPHY
* II. COMPONENT
* 	II.1. PLUGINS
* 	II.2. GRID
* 	II.3. TABLE
* 	II.4. FORM
* III. PARTIALS
* 	III.1. PAGE
* 	III.2. HEADER
* 	III.3. FOOTER
* 	III.4. SIDEBAR
* 	III.5. POSTS
* 	III.6. SECTION
*/
/* I. FRAMEWORK
***********************/
/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table,
  .widget.widget_calendar table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #ffffff;
  background-color: #333333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container,
body.is-boxed .tb-layout-control,
.fw-container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container,
  body.is-boxed .tb-layout-control,
  .fw-container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container,
  body.is-boxed .tb-layout-control,
  .fw-container {
    width: 970px;
  }
}
@media (min-width: 1300px) {
  .container,
  body.is-boxed .tb-layout-control,
  .fw-container {
    width: 1270px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1300px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}
th {
  text-align: left;
}
.table,
.widget.widget_calendar table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #dddddd;
}
.table .table {
  background-color: #ffffff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive,
.widget.widget_calendar .calendar_wrap {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive,
  .widget.widget_calendar .calendar_wrap {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
/* I. GENERAL
***********************/
/* I.1. RESET */
/*--------------------------------------------------------------
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,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}
html {
  -webkit-text-size-adjust: 100%;
  /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
  -ms-text-size-adjust: 100%;
  /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
*,
*:before,
*:after {
  /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
  -webkit-box-sizing: border-box;
  /* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http://caniuse.com/#search=box-sizing */
  -moz-box-sizing: border-box;
  /* Still needed for Firefox 28; see http://caniuse.com/#search=box-sizing */
  box-sizing: border-box;
}
body {
  overflow-x: hidden;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block;
}
ol,
ul {
  list-style: none;
}
table {
  /* tables still need 'cellspacing="0"' in the markup */
  border-collapse: separate;
  border-spacing: 0;
}
caption,
th,
td {
  font-weight: normal;
  text-align: left;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}
blockquote,
q {
  quotes: "" "";
}
a:focus {
  outline: none;
}
a:hover,
a:active {
  outline: 0;
}
a img {
  border: 0;
}
/*--------------------------------------------
Initial Setup
----------------------------------------------*/
a {
  text-decoration: none;
}
input:focus,
textarea:focus {
  outline: none;
}
img,
video {
  max-width: 100%;
  vertical-align: top;
}
audio,
canvas,
video {
  display: inline;
  zoom: 1;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}
/*--------------------------------------------
General
----------------------------------------------*/
::-webkit-input-placeholder {
  -webkit-font-smoothing: antialiased;
}
:-moz-placeholder {
  /* Firefox 18- */
  -moz-osx-font-smoothing: grayscale;
}
::-moz-placeholder {
  /* Firefox 19+ */
  -moz-osx-font-smoothing: grayscale;
}
a,
a:visited {
  cursor: pointer;
}
/*--------------------------------------------
Combo CSS
----------------------------------------------*/
.clr {
  *zoom: 1;
}
.clr:before,
.clr:after {
  content: " ";
  display: table;
}
.clr:after {
  clear: both;
}
.clr:before,
.clr:after {
  content: " ";
  display: table;
}
.clr:after {
  clear: both;
}
.icf {
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
}
.tran,
a {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
/* I.2. EXTEND */
/* Typo
------------------------------- */
.heading-font,
h1,
h2,
h3,
h4,
h5,
h6,
#hero .page-header .breadcrumbs,
#content .search-form-404 > p,
#content .archive-header .archive-title,
.widget.widget_archive ul li a,
.widget.widget_categories ul li a,
.widget.widget_pages ul li a,
.widget.widget_meta ul li a,
.widget.widget_recent_entries ul li a,
.widget.widget_nav_menu ul li a,
.widget.widget_categories select,
.widget.widget_calendar table caption,
.widget.widget_calendar table th,
.widget.widget_calendar table td a,
.widget.widget_calendar table td#today,
.widget.widget_recent_comments ul li > span.comment-author-link,
.widget.widget_rss ul li > a,
.widget.widget_nav_menu ul li a,
.widget.widget_fw_recent_posts .entry .entry-title a,
.navigation.paging-navigation .ht-pagination li > span,
.navigation.paging-navigation .ht-pagination li a,
#comments:not(.fw-feedback-comment) .metadata .author-name,
#comments:not(.fw-feedback-comment) .comment-respond label,
#comments:not(.fw-feedback-comment) .comment-respond .comment-notes,
#comments:not(.fw-feedback-comment) .comment-respond .form-submit [type="submit"],
.ht-pest-search-form-wrapper .left-col .entry-label .this-title,
.ht-pest-search-form-wrapper .right-col .button-text span,
.ht-branches .fw-branch .entry-content .entry-tags .this-heading,
#comments.fw-feedback-comment .comment-metadata .comment-author,
#comments.fw-feedback-comment .comment-respond label,
#comments.fw-feedback-comment .comment-respond .comment-notes,
#comments.fw-feedback-comment .comment-respond .form-submit [type="submit"],
.ht-rating-summary-box .entry-overall .entry-score,
.ht-rating-summary-box .entry-overall .entry-title,
.ht-branch-search-form-wrapper .left-col .entry-label,
.ht-solid-contact-form .contact-form label,
.ht-feature-masonry .entries-wrapper .entry .entry-title,
.ht-feature-masonry .entries-wrapper .entry .entry-subtitle,
.ht-feature-masonry .entries-wrapper .entry .entry-link-button,
.ht-feature-with-icon .entry .entry-title,
.ht-timeline .entry .entry-time,
.ht-timeline .entry .entry-content .entry-title,
.ht-sl-slider .ht-slider-contact-form .fields-wrapper label,
.ht-sl-slider .ht-slider-contact-form .entry-submit-wrapper .entry-submit span,
.ht-service-2 .entry-link,
.ht-table-of-content a,
.ht-countdown .time-block .value {
  font-family: "League Spartan", serif;
}
.body-font,
body,
button,
input,
select,
textarea,
.ht-featured-testimonial .entry .entry-title span.this-position,
.ht-testimonial .entry-customer-name span.this-position {
  font-family: "Lato", serif;
}
.body-color,
body,
.site-header .top-bar .right-col .language-selector .optWrapper,
#colophon #supplementary .widget_twitter_tweets .entry,
.ht-members .entry .entry-content ul.entry-socials li a:hover {
  color: #064294;
}
.link-color,
.site-header .inner-area .main-navigation ul.menu > li > a,
#colophon #supplementary .widget_twitter_tweets .entry .screen-name,
#colophon #supplementary .footer-bottom-widgets .widget-title,
#colophon #supplementary .footer-bottom-widgets .widget_mailchimp_subscribe #mce-responses #mce-success-response,
.widget.widget_featured_branch .entry-content .entry-feedback .entry-based-on a,
.post.single .entry-header .entry-meta-info .entry-meta a,
.ht-branches .fw-branch .entry-content .entry-feedback .entry-rate,
.ht-branches .fw-branch .entry-content .entry-feedback .entry-based-on a,
#comments.fw-feedback-comment .comment-metadata .comment-author .wrap-rating.listing > .rating > span,
.ht-service-1 .entry-link,
.ht-feature-masonry .entries-wrapper .entry .entry-subtitle,
.ht-testimonial .entry-rate,
.ht-mailchimp-subscribe #mce-responses #mce-success-response {
  color: #2f7ce5;
}
.link-color-im,
#comments.fw-feedback-comment .comment-respond .wrap-rating.in-post > .rating > span {
  color: #2f7ce5 !important;
}
.link-color-hover,
a:hover,
.ht-service-1 .entry-link:hover {
  color: #134d9b;
}
.low-contrast-bg,
.navigation.paging-navigation .ht-pagination li span,
.fw-pest:not(.single) .entry-content,
.ht-pest-search-form-wrapper,
.ht-branches .fw-branch .entry-media .entry-manager .this-entry-main-content,
.ht-branches .fw-branch .entry-content .entry-tags a,
.fw-accordion .fw-accordion-title,
.ht-members .entry .entry-content,
.ht-testimonial .entry .entry-content,
.ht-table-of-content,
.ht-pest-categories .entry-content {
  background-color: #f3f3f3;
}
/* Color
------------------------------- */
.pri-color,
.ht-button.border:hover,
#hero .page-header .breadcrumbs a,
#content .search-form-404 [type="submit"].border:hover,
.site-header .inner-area .add-menu-suggest.border:hover,
#colophon #supplementary .widget_recent_entries ul li a:hover,
.widget.widget_archive ul li:hover > a,
.widget.widget_categories ul li:hover > a,
.widget.widget_calendar table a,
.widget.widget_calendar table td a,
.widget.widget_calendar table td#today,
.post.single .entry-footer .entry-meta.tags a:hover,
.ht-post-nav-link > a.border:hover,
#comments:not(.fw-feedback-comment) .metadata .comment-edit-link:hover,
#comments:not(.fw-feedback-comment) .comment-reply-link:hover,
.fw-pest .entry-footer .entry-meta.tags a:hover,
#comments.fw-feedback-comment .comment-metadata .edit-link:hover,
#comments.fw-feedback-comment .comment-metadata .comment-reply-link:hover,
.contact-form [type="submit"].border:hover,
.ht-solid-contact-form .contact-form [type="submit"].border:hover,
.fw-map-canvas .infowindow-title,
.ht-feature-masonry .entries-wrapper .entry .entry-title,
.ht-feature-with-icon .entry .entry-icon,
.ht-featured-testimonial,
.ht-feature-with-thumbnail.solid .entry .entry-icon,
.ht-feature-with-thumbnail.solid .entry .entry-link,
.ht-feature-with-thumbnail.regular .entry .entry-icon,
.ht-feature-with-thumbnail.regular .entry .entry-link,
.ht-gallery ul.filter-bar li a.border:hover,
.ht-members ul.filter-bar li a.border:hover,
.ht-testimonial ul.filter-bar li a.border:hover,
.ht-testimonial .entry-customer-name span.this-name,
.ht-sl-slider .sl-slider .sl-slide .sl-content-wrapper .sl-content .sl-slide-inner .entry-layers .entry-layer-1,
.ht-step .entry-order,
.ht-social-icon-row ul li a {
  color: #064294;
}
.pri-color-im {
  color: #064294 !important;
}
.pri-bg,
#back-to-top,
.ht-button.solid,
#content .search-form-404 [type="submit"],
#content .search-form-404 [type="submit"].solid,
.site-header .inner-area .main-nav-bar,
.site-header .inner-area .add-menu-suggest,
.site-header .inner-area .add-menu-suggest.solid,
#colophon #supplementary .widget_mailchimp_subscribe form .ht-button,
.widget.widget_archive ul li:hover > span.post-count,
.widget.widget_categories ul li:hover > span.post-count,
.widget.widget_tag_cloud .tagcloud a,
.widget.widget_booking_single form,
.widget.widget_featured_branch .ht-featured-branch,
.post:not(.single) .post-inner .entry-content .sticky-icon div,
.navigation.paging-navigation .ht-pagination li a,
.ht-post-nav-link > a,
.ht-post-nav-link > a.solid,
#comments:not(.fw-feedback-comment) .comment-author .comment-reply:after,
#comments:not(.fw-feedback-comment) .comment-author .comment-reply:before,
#comments:not(.fw-feedback-comment) .comment-respond .form-submit [type="submit"],
#comments:not(.fw-feedback-comment) .comment-respond .form-submit [type="submit"]:focus,
#comments:not(.fw-feedback-comment) .comment-respond .form-submit [type="submit"]:hover,
.ht-pest-search-form-wrapper .right-col,
#comments.fw-feedback-comment .comment-author.vcard .comment-reply:after,
#comments.fw-feedback-comment .comment-author.vcard .comment-reply:before,
#comments.fw-feedback-comment .comment-metadata .comment-author .wrap-rating.listing:before,
#comments.fw-feedback-comment .comment-respond .form-submit [type="submit"],
#comments.fw-feedback-comment .comment-respond .form-submit [type="submit"]:focus,
#comments.fw-feedback-comment .comment-respond .form-submit [type="submit"]:hover,
.ht-rating-summary-box .entry-overall,
.contact-form [type="submit"],
.contact-form [type="submit"],
.contact-form [type="submit"].solid,
.ht-solid-contact-form .contact-form,
.ht-solid-contact-form .contact-form [type="submit"],
.ht-solid-contact-form .contact-form [type="submit"].solid,
.ht-feature-masonry .entries-wrapper .entry .entry-link-button,
.ht-timeline .entry .entry-time,
.ht-timeline .entry .entry-time:after,
.ht-gallery ul.filter-bar li a,
.ht-gallery ul.filter-bar li a.solid,
.ht-members ul.filter-bar li a,
.ht-members ul.filter-bar li a.solid,
.ht-testimonial ul.filter-bar li a,
.ht-testimonial ul.filter-bar li a.solid,
.ht-sl-slider .ht-slider-contact-form .entry-form-header,
.ht-sl-slider .ht-slider-preload,
.ht-service-2 .this-overlay,
.ht-service-2:hover .entry-link,
.ht-gallery-carousel .entry .entry-name:before,
.ht-gallery-carousel .owl-nav .owl-prev,
.ht-gallery-carousel .owl-nav .owl-next {
  background-color: #064294;
}
.pri-bg-im {
  background-color: #064294 !important;
}
.pri-border-color,
select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
#colophon #supplementary .widget_mailchimp_subscribe form input:focus,
.widget.widget_archive ul li:hover > span.post-count,
.widget.widget_categories ul li:hover > span.post-count,
.widget.widget_nav_menu ul > li.current-menu-item a,
.widget.widget_nav_menu ul > li.current_page_item a,
.widget.widget_search input[type="search"]:focus,
#comments:not(.fw-feedback-comment) .comment-respond input:focus,
#comments:not(.fw-feedback-comment) .comment-respond textarea:focus,
.ht-pest-search-form-wrapper .right-col:before,
#comments.fw-feedback-comment .comment-respond input:focus,
#comments.fw-feedback-comment .comment-respond textarea:focus,
.ht-sl-slider .ht-slider-contact-form .entry-form-header::before {
  border-color: #064294 !important;
}
.sec-color,
#colophon #supplementary .footer-bottom-widgets .widget_mailchimp_subscribe [type="submit"],
#colophon #supplementary .footer-bottom-widgets .widget_mailchimp_subscribe div.mce_inline_error,
#colophon #supplementary .footer-bottom-widgets .widget_mailchimp_subscribe #mce-responses #mce-error-response,
.widget.widget_featured_branch .entry-content .entry-feedback .entry-rate,
.ht-feature-with-thumbnail.solid .entry .entry-link:hover,
.ht-feature-with-thumbnail.regular .entry .entry-link:hover,
.ht-sl-slider .ht-slider-contact-form .entry-form-header .entry-subtitle,
.ht-service-2 .entry-link:hover:hover,
.ht-mailchimp-subscribe [type="submit"],
.ht-mailchimp-subscribe div.mce_inline_error,
.ht-mailchimp-subscribe #mce-responses #mce-error-response {
  color: #ffeb3b;
}
.sec-color-im {
  color: #ffeb3b !important;
}
.sec-bg,
.owl-loaded .owl-dots .owl-dot.active span,
#hero .page-header .breadcrumbs,
.site-header .inner-area .main-nav-bar .menu-toggle .icon-bar,
.site-header .inner-area .main-navigation ul.menu > li .sub-menu,
.widget.widget_nav_menu ul > li:hover > a,
.widget.widget_nav_menu ul > li.current-menu-item a,
.widget.widget_nav_menu ul > li.current_page_item a,
.post.single .entry-footer .entry-social-sharer a:hover,
.navigation.paging-navigation .ht-pagination li span.current,
.author-box .social-icon .icon-list a:hover,
.fw-pest .entry-footer .entry-social-sharer a:hover,
.ht-branches .fw-branch .entry-content .entry-social-sharer a:hover,
.ht-branches .fw-branch .entry-content .entry-tags a:hover,
.contact-form [type="submit"]:focus,
.ht-solid-contact-form .contact-form [type="submit"]:focus,
.ht-feature-masonry .entries-wrapper .entry .entry-link-button:hover,
.ht-gallery ul.filter-bar li a:hover,
.ht-gallery ul.filter-bar li.is-active a,
.ht-members ul.filter-bar li a:hover,
.ht-members ul.filter-bar li.is-active a,
.ht-members .entry .entry-content ul.entry-socials li a:hover,
.ht-testimonial ul.filter-bar li a:hover,
.ht-testimonial ul.filter-bar li.is-active a,
.ht-service-2 .entry-link,
.ht-gallery-carousel .owl-nav .owl-prev:hover,
.ht-gallery-carousel .owl-nav .owl-next:hover {
  background-color: #ffeb3b;
}
.sec-bg-im {
  background-color: #ffeb3b !important;
}
.sec-border-color,
#hero .page-header .breadcrumbs:before,
#hero .page-header .breadcrumbs:after,
.site-header .inner-area .main-navigation ul.menu > li > ul.sub-menu:before {
  border-color: #ffeb3b !important;
}
.third-color,
blockquote,
.widget.widget_featured_branch .entry-content .entry-feedback .entry-no-rating,
.widget.widget_featured_branch .entry-content table.entry-custom-fields td,
.fw-pest:not(.single) .entry-content .entry-description,
.ht-pest-search-form-wrapper .left-col .field-wrapper input,
.ht-branches .fw-branch .entry-media .entry-manager .this-entry-main-content .this-entry-position,
.ht-branches .fw-branch .entry-content .entry-feedback .entry-based-on,
.ht-branches .fw-branch .entry-content .entry-feedback .entry-no-rating,
.ht-branches .fw-branch .entry-content table.entry-custom-fields td,
.ht-branches .fw-branch .entry-content .entry-social-sharer .connect-with,
#comments.fw-feedback-comment .comment-metadata .comment-time,
.fw-map-canvas .infowindow-description,
.ht-featured-testimonial .entry .entry-title span.this-position,
.ht-members .entry .entry-content .entry-position,
.ht-testimonial .entry-customer-name span.this-position,
.ht-table-of-content .entry a,
.ht-pest-categories .entry-content .entry-description {
  color: #a4adc0;
}
.third-bg,
.ht-rating-summary-box .entry-rating-snapshot .entry-level .entry-level-value,
.fw-accordion .fw-accordion-title.ui-state-active,
.ht-members .entry .entry-content ul.entry-socials li a,
.ht-table-of-content .entry:hover:before {
  background-color: #a4adc0;
}
.third-border-color,
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.widget.widget_branch_search form,
.ht-branch-search-form-wrapper .right-col .field-wrapper input {
  border-color: #a4adc0;
}
.footer-widget-bg,
#colophon #supplementary .footer-sidebar {
  background-color: #064294;
}
.footer-widget-color,
#colophon #supplementary .footer-sidebar,
#colophon #supplementary .widget ul li:before {
  color: rgba(255, 255, 255, 0.9);
}
.footer-bg {
  background-color: #000;
}
.footer-color,
#colophon .site-info {
  color: #fff;
}
.link-bg,
.ht-rating-summary-box .entry-rating-snapshot .entry-level .entry-level-value .this-percentage,
.ht-solid-contact-form .contact-form [type="submit"] {
  background-color: #2f7ce5;
}
/* I.3. COMMON */
.row {
  *zoom: 1;
}
.row:before,
.row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.row:before,
.row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.screen-reader-text,
.sr-only {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
#back-to-top {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  position: fixed;
  z-index: 99;
  bottom: 15px;
  right: 15px;
  font-size: 20px;
  color: #fff;
  cursor: pointer;
  opacity: 0;
  display: none;
  -webkit-box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.15);
}
#back-to-top:hover {
  opacity: 1 !important;
}
.ht-button {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  height: 40px;
  padding: 0 20px;
  display: inline-block;
  box-shadow: none;
  border: none;
  cursor: pointer;
  position: relative;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
}
.ht-button:active {
  top: 1px;
}
.ht-button.solid {
  line-height: 40px;
  color: #fff;
}
.ht-button.solid:hover,
.ht-button.solid:focus {
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  -webkit-opacity: 0.7;
  opacity: 0.7;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
  filter: alpha(opacity=70);
}
.ht-button.border {
  border: 2px solid;
  background: transparent;
  line-height: 38px;
}
.ht-button.square {
  -webkit-border-radius: 0;
  border-radius: 0;
}
.ht-button.soft {
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.ht-button.round {
  -webkit-border-radius: 100px;
  border-radius: 100px;
}
.ht-field-wrapper {
  position: relative;
}
.ht-field-wrapper.select-wrapper {
  cursor: pointer;
}
.ht-field-wrapper.select-wrapper select {
  padding-right: 20px;
  margin: 0 !important;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.ht-field-wrapper.select-wrapper:before {
  content: "\f0d7";
  font-family: "fontawesome";
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  speak: none;
  position: absolute;
  right: 8px;
  top: 50%;
  margin-top: -8px;
  font-size: 12px;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
  width: 100%;
  height: 40px;
  line-height: 40px;
  border-width: 1px;
  border-style: solid;
  background: #fff;
  padding: 0 15px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="datetime"]::-webkit-input-placeholder,
input[type="datetime-local"]::-webkit-input-placeholder,
input[type="date"]::-webkit-input-placeholder,
input[type="month"]::-webkit-input-placeholder,
input[type="time"]::-webkit-input-placeholder,
input[type="week"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="color"]::-webkit-input-placeholder {
  color: #D2D8E0;
  font-style: normal;
  font-weight: 400;
}
select:-moz-placeholder,
textarea:-moz-placeholder,
input[type="text"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
input[type="datetime"]:-moz-placeholder,
input[type="datetime-local"]:-moz-placeholder,
input[type="date"]:-moz-placeholder,
input[type="month"]:-moz-placeholder,
input[type="time"]:-moz-placeholder,
input[type="week"]:-moz-placeholder,
input[type="number"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="url"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="color"]:-moz-placeholder {
  color: #D2D8E0;
  font-style: normal;
  font-weight: 400;
}
select::-moz-placeholder,
textarea::-moz-placeholder,
input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="datetime"]::-moz-placeholder,
input[type="datetime-local"]::-moz-placeholder,
input[type="date"]::-moz-placeholder,
input[type="month"]::-moz-placeholder,
input[type="time"]::-moz-placeholder,
input[type="week"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="color"]::-moz-placeholder {
  color: #D2D8E0;
  font-style: normal;
  font-weight: 400;
}
select:-ms-input-placeholder,
textarea:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="datetime"]:-ms-input-placeholder,
input[type="datetime-local"]:-ms-input-placeholder,
input[type="date"]:-ms-input-placeholder,
input[type="month"]:-ms-input-placeholder,
input[type="time"]:-ms-input-placeholder,
input[type="week"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="color"]:-ms-input-placeholder {
  color: #D2D8E0;
  font-style: normal;
  font-weight: 400;
}
select::-webkit-search-decoration,
textarea::-webkit-search-decoration,
input[type="text"]::-webkit-search-decoration,
input[type="password"]::-webkit-search-decoration,
input[type="datetime"]::-webkit-search-decoration,
input[type="datetime-local"]::-webkit-search-decoration,
input[type="date"]::-webkit-search-decoration,
input[type="month"]::-webkit-search-decoration,
input[type="time"]::-webkit-search-decoration,
input[type="week"]::-webkit-search-decoration,
input[type="number"]::-webkit-search-decoration,
input[type="email"]::-webkit-search-decoration,
input[type="url"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-decoration,
input[type="tel"]::-webkit-search-decoration,
input[type="color"]::-webkit-search-decoration,
select::-webkit-search-cancel-button,
textarea::-webkit-search-cancel-button,
input[type="text"]::-webkit-search-cancel-button,
input[type="password"]::-webkit-search-cancel-button,
input[type="datetime"]::-webkit-search-cancel-button,
input[type="datetime-local"]::-webkit-search-cancel-button,
input[type="date"]::-webkit-search-cancel-button,
input[type="month"]::-webkit-search-cancel-button,
input[type="time"]::-webkit-search-cancel-button,
input[type="week"]::-webkit-search-cancel-button,
input[type="number"]::-webkit-search-cancel-button,
input[type="email"]::-webkit-search-cancel-button,
input[type="url"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-cancel-button,
input[type="tel"]::-webkit-search-cancel-button,
input[type="color"]::-webkit-search-cancel-button,
select::-webkit-search-results-button,
textarea::-webkit-search-results-button,
input[type="text"]::-webkit-search-results-button,
input[type="password"]::-webkit-search-results-button,
input[type="datetime"]::-webkit-search-results-button,
input[type="datetime-local"]::-webkit-search-results-button,
input[type="date"]::-webkit-search-results-button,
input[type="month"]::-webkit-search-results-button,
input[type="time"]::-webkit-search-results-button,
input[type="week"]::-webkit-search-results-button,
input[type="number"]::-webkit-search-results-button,
input[type="email"]::-webkit-search-results-button,
input[type="url"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-button,
input[type="tel"]::-webkit-search-results-button,
input[type="color"]::-webkit-search-results-button,
select::-webkit-search-results-decoration,
textarea::-webkit-search-results-decoration,
input[type="text"]::-webkit-search-results-decoration,
input[type="password"]::-webkit-search-results-decoration,
input[type="datetime"]::-webkit-search-results-decoration,
input[type="datetime-local"]::-webkit-search-results-decoration,
input[type="date"]::-webkit-search-results-decoration,
input[type="month"]::-webkit-search-results-decoration,
input[type="time"]::-webkit-search-results-decoration,
input[type="week"]::-webkit-search-results-decoration,
input[type="number"]::-webkit-search-results-decoration,
input[type="email"]::-webkit-search-results-decoration,
input[type="url"]::-webkit-search-results-decoration,
input[type="search"]::-webkit-search-results-decoration,
input[type="tel"]::-webkit-search-results-decoration,
input[type="color"]::-webkit-search-results-decoration {
  display: none;
}
textarea {
  height: auto;
}
.embed-responsive {
  min-height: 1px;
}
@media (max-width: 767px) {
  #content .fw-page-builder-content {
    overflow-x: hidden;
  }
  body.is-boxed .fw-container-fluid {
    margin: 0;
  }
  .ht-service-1 .entry-description,
  .ht-service-1 .entry-title {
    padding: 0 15px;
  }
  .ht-heading-group,
  .tb-text-block {
    padding: 0 15px;
  }
  .ht-feature-masonry .entries-wrapper .entry .entry-link-button {
    right: inherit;
    left: 0;
  }
  .ht-feature-with-icon .entry-inner {
    padding-right: 15px;
  }
}
/* I.4. TYPOGRAPHY */
html {
  font-size: 10px;
}
body {
  font-size: 140px;
  font-size: 14rem;
  font-size: 14px;
  font-size: 1.4rem;
}
body,
button,
input,
select,
textarea {
  line-height: 1.5;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  line-height: 1;
  font-weight: 600;
}
h1 {
  font-size: 32px;
}
h2 {
  font-size: 28px;
}
h3 {
  font-size: 24px;
}
h4 {
  font-size: 20px;
}
h5 {
  font-size: 18px;
}
h6 {
  font-size: 16px;
}
a {
  color: inherit;
}
p {
  margin-bottom: 1.6em;
}
b,
strong {
  font-weight: 700;
}
dfn,
cite,
em,
i {
  font-style: italic;
}
blockquote {
  display: block;
  padding: 0 10%;
  font-size: 140px;
  font-size: 14rem;
  font-size: 14px;
  font-size: 1.4rem;
  font-style: italic;
  text-align: center;
  line-height: 1.6667;
  margin: 30px 0;
  position: relative;
}
blockquote:before {
  position: absolute;
  top: -20px;
  left: 10%;
  font-size: 50px;
  content: "\f347";
  font-family: "Ionicons";
  display: inline-block;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin-left: -40px;
}
blockquote p {
  margin-bottom: 1.6667em;
}
blockquote > p:last-child {
  margin-bottom: 0;
}
blockquote cite,
blockquote small {
  color: #333;
  font-size: 15px;
  font-size: 1.5rem;
  font-family: "Noto Sans", sans-serif;
  line-height: 1.6;
}
blockquote em,
blockquote i,
blockquote cite {
  font-style: normal;
}
blockquote strong,
blockquote b {
  font-weight: 400;
}
address {
  font-style: italic;
  margin: 0 0 1.6em;
}
code,
kbd,
tt,
var,
samp,
pre {
  font-family: Inconsolata, monospace;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}
pre {
  background-color: transparent;
  background-color: rgba(0, 0, 0, 0.01);
  border: 1px solid #eaeaea;
  border: 1px solid rgba(51, 51, 51, 0.1);
  line-height: 1.2;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 0.8em;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
abbr[title] {
  border-bottom: 1px dotted #eaeaea;
  border-bottom: 1px dotted rgba(51, 51, 51, 0.1);
  cursor: help;
}
mark,
ins {
  background-color: #fff9c0;
  text-decoration: none;
}
sup,
sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  bottom: 1ex;
}
sub {
  top: .5ex;
}
small {
  font-size: 75%;
}
big {
  font-size: 125%;
}
hr {
  background-color: #eaeaea;
  background-color: rgba(51, 51, 51, 0.1);
  border: 0;
  height: 1px;
  margin: 15px 0;
}
ul,
ol {
  margin: 0 0 1.6em 1.3333em;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
li > ul,
li > ol {
  margin-bottom: 0;
}
dl {
  margin-bottom: 1.6em;
}
dt {
  font-weight: bold;
}
dd {
  margin-bottom: 1.6em;
}
table,
th,
td {
  border: 1px solid #eaeaea;
  border: 1px solid rgba(51, 51, 51, 0.1);
}
table {
  border-collapse: separate;
  border-spacing: 0;
  border-width: 1px 0 0 1px;
  margin: 0 0 1.6em;
  table-layout: fixed;
  /* Prevents HTML tables from becoming too wide */
  width: 100%;
}
caption,
th,
td {
  font-weight: normal;
  text-align: left;
}
th {
  border-width: 0 1px 1px 0;
  font-weight: 700;
}
td {
  border-width: 0 1px 1px 0;
}
th,
td {
  padding: 0.4em;
}
img {
  -ms-interpolation-mode: bicubic;
  border: 0;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}
figure {
  margin: 0;
  max-width: 100%;
}
del {
  opacity: 0.8;
}
iframe {
  width: 100%;
}
/* II. COMPONENT
***********************/
/* II.1. PLUGINS */
.alignleft {
  display: inline;
  float: left;
}
.alignright {
  display: inline;
  float: right;
}
.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
blockquote.alignleft,
.wp-caption.alignleft,
img.alignleft {
  margin: 0.4em 1.6em 1.6em 0;
}
blockquote.alignright,
.wp-caption.alignright,
img.alignright {
  margin: 0.4em 0 1.6em 1.6em;
}
blockquote.aligncenter,
.wp-caption.aligncenter,
img.aligncenter {
  clear: both;
  margin-top: 0.4em;
  margin-bottom: 1.6em;
}
.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.aligncenter {
  margin-bottom: 1.2em;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * Nivo Lightbox v1.2.0
 * http://dev7studios.com/nivo-lightbox
 *
 * Copyright 2013, Dev7studios
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */
.nivo-lightbox-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99998;
  width: 100%;
  height: 100%;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.nivo-lightbox-overlay.nivo-lightbox-open {
  visibility: visible;
  opacity: 1;
}
.nivo-lightbox-wrap {
  position: absolute;
  top: 10%;
  bottom: 10%;
  left: 10%;
  right: 10%;
}
.nivo-lightbox-content {
  width: 100%;
  height: 100%;
}
.nivo-lightbox-title-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 99999;
  text-align: center;
}
.nivo-lightbox-nav {
  display: none;
}
.nivo-lightbox-prev {
  position: absolute;
  top: 50%;
  left: 0;
}
.nivo-lightbox-next {
  position: absolute;
  top: 50%;
  right: 0;
}
.nivo-lightbox-close {
  position: absolute;
  top: 2%;
  right: 2%;
}
.nivo-lightbox-image {
  text-align: center;
}
.nivo-lightbox-image img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  vertical-align: middle;
}
.nivo-lightbox-content iframe {
  width: 100%;
  height: 100%;
}
.nivo-lightbox-inline,
.nivo-lightbox-ajax {
  max-height: 100%;
  overflow: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* https://bugzilla.mozilla.org/show_bug.cgi?id=308801 */
}
.nivo-lightbox-error {
  display: table;
  text-align: center;
  width: 100%;
  height: 100%;
  color: #fff;
  text-shadow: 0 1px 1px #000;
}
.nivo-lightbox-error p {
  display: table-cell;
  vertical-align: middle;
}
/* Effects
 **********************************************/
.nivo-lightbox-notouch .nivo-lightbox-effect-fade,
.nivo-lightbox-notouch .nivo-lightbox-effect-fadeScale,
.nivo-lightbox-notouch .nivo-lightbox-effect-slideLeft,
.nivo-lightbox-notouch .nivo-lightbox-effect-slideRight,
.nivo-lightbox-notouch .nivo-lightbox-effect-slideUp,
.nivo-lightbox-notouch .nivo-lightbox-effect-slideDown,
.nivo-lightbox-notouch .nivo-lightbox-effect-fall {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
/* fadeScale */
.nivo-lightbox-effect-fadeScale .nivo-lightbox-wrap {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
}
.nivo-lightbox-effect-fadeScale.nivo-lightbox-open .nivo-lightbox-wrap {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
/* slideLeft / slideRight / slideUp / slideDown */
.nivo-lightbox-effect-slideLeft .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideRight .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideUp .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideDown .nivo-lightbox-wrap {
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
  -moz-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
  -ms-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
  -o-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
  transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
}
.nivo-lightbox-effect-slideLeft .nivo-lightbox-wrap {
  -webkit-transform: translateX(-10%);
  -moz-transform: translateX(-10%);
  -ms-transform: translateX(-10%);
  transform: translateX(-10%);
}
.nivo-lightbox-effect-slideRight .nivo-lightbox-wrap {
  -webkit-transform: translateX(10%);
  -moz-transform: translateX(10%);
  -ms-transform: translateX(10%);
  transform: translateX(10%);
}
.nivo-lightbox-effect-slideLeft.nivo-lightbox-open .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideRight.nivo-lightbox-open .nivo-lightbox-wrap {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.nivo-lightbox-effect-slideDown .nivo-lightbox-wrap {
  -webkit-transform: translateY(-10%);
  -moz-transform: translateY(-10%);
  -ms-transform: translateY(-10%);
  transform: translateY(-10%);
}
.nivo-lightbox-effect-slideUp .nivo-lightbox-wrap {
  -webkit-transform: translateY(10%);
  -moz-transform: translateY(10%);
  -ms-transform: translateY(10%);
  transform: translateY(10%);
}
.nivo-lightbox-effect-slideUp.nivo-lightbox-open .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideDown.nivo-lightbox-open .nivo-lightbox-wrap {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
/* fall */
.nivo-lightbox-body-effect-fall .nivo-lightbox-effect-fall {
  -webkit-perspective: 1000px;
  -moz-perspective: 1000px;
  perspective: 1000px;
}
.nivo-lightbox-effect-fall .nivo-lightbox-wrap {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transform: translateZ(300px);
  -moz-transform: translateZ(300px);
  -ms-transform: translateZ(300px);
  transform: translateZ(300px);
}
.nivo-lightbox-effect-fall.nivo-lightbox-open .nivo-lightbox-wrap {
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
/*
 * Nivo Lightbox Default Theme v1.0
 * http://dev7studios.com/nivo-lightbox
 *
 * Copyright 2013, Dev7studios
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */
.nivo-lightbox-theme-default.nivo-lightbox-overlay {
  background: #666;
  background: rgba(0, 0, 0, 0.6);
}
.nivo-lightbox-theme-default .nivo-lightbox-content.nivo-lightbox-loading {
  background: url(images/nivo/loading.gif) no-repeat 50% 50%;
}
.nivo-lightbox-theme-default .nivo-lightbox-nav {
  top: 10%;
  width: 8%;
  height: 80%;
  text-indent: -9999px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  opacity: 0.5;
}
.nivo-lightbox-theme-default .nivo-lightbox-nav:hover {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.5);
}
.nivo-lightbox-theme-default .nivo-lightbox-prev {
  background-image: url(images/nivo/prev.png);
  border-radius: 0 3px 3px 0;
}
.nivo-lightbox-theme-default .nivo-lightbox-next {
  background-image: url(images/nivo/next.png);
  border-radius: 3px 0 0 3px;
}
.nivo-lightbox-theme-default .nivo-lightbox-close {
  display: block;
  background: url(images/nivo/close.png) no-repeat 5px 5px;
  width: 16px;
  height: 16px;
  text-indent: -9999px;
  padding: 5px;
  opacity: 0.5;
}
.nivo-lightbox-theme-default .nivo-lightbox-close:hover {
  opacity: 1;
}
.nivo-lightbox-theme-default .nivo-lightbox-title-wrap {
  bottom: -7%;
}
.nivo-lightbox-theme-default .nivo-lightbox-title {
  font: 14px/20px 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  background: #000;
  color: #fff;
  padding: 7px 15px;
  border-radius: 30px;
}
.nivo-lightbox-theme-default .nivo-lightbox-image img {
  background: #fff;
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.4);
}
.nivo-lightbox-theme-default .nivo-lightbox-ajax,
.nivo-lightbox-theme-default .nivo-lightbox-inline {
  background: #fff;
  padding: 40px;
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.4);
}
@media (-webkit-min-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (min--moz-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .nivo-lightbox-theme-default .nivo-lightbox-content.nivo-lightbox-loading {
    background-image: url(images/nivo/loading@2x.gif);
    background-size: 32px 32px;
  }
  .nivo-lightbox-theme-default .nivo-lightbox-prev {
    background-image: url(images/nivo/prev@2x.png);
    background-size: 48px 48px;
  }
  .nivo-lightbox-theme-default .nivo-lightbox-next {
    background-image: url(images/nivo/next@2x.png);
    background-size: 48px 48px;
  }
  .nivo-lightbox-theme-default .nivo-lightbox-close {
    background-image: url(images/nivo/close@2x.png);
    background-size: 16px 16px;
  }
}
.SumoSelect p {
  margin: 0;
}
.SelectBox {
  width: 200px;
  padding: 5px 8px;
}
/* Filtering style */
.SumoSelect .hidden {
  display: none;
}
.SumoSelect .search-txt {
  display: none;
  outline: none;
}
.SumoSelect .no-match {
  display: none;
  padding: 6px;
}
.SumoSelect.open .search-txt {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 5px 8px;
  border: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.SumoSelect.open > .search > span,
.SumoSelect.open > .search > label {
  visibility: hidden;
}
/*this is applied on that hidden select. DO NOT USE display:none; or visiblity:hidden; and Do not override any of these properties. */
.SelectClass,
.SumoUnder {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}
.SelectClass {
  z-index: 1;
}
.SumoSelect > .optWrapper > .options li.opt label,
.SumoSelect > .CaptionCont,
.SumoSelect .select-all > label {
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
}
.SumoSelect {
  display: inline-block;
  position: relative;
  outline: none;
}
.SumoSelect > .CaptionCont {
  position: relative;
  min-height: 14px;
  background-color: #fff;
  margin: 0;
}
.SumoSelect > .CaptionCont > span {
  display: block;
  padding-right: 30px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  cursor: default;
}
/*placeholder style*/
.SumoSelect > .CaptionCont > span.placeholder {
  color: #ccc;
  font-style: italic;
}
.SumoSelect > .CaptionCont > label {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 30px;
}
.SumoSelect > .CaptionCont > label > i {
  line-height: 16px;
  text-align: center;
  width: 16px;
  height: 16px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-repeat: no-repeat;
  opacity: 0.8;
}
.SumoSelect > .CaptionCont > label > i:before {
  content: '';
  display: inline-block;
  vertical-align: top;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #fff;
  box-shadow: none;
  margin: 5px 0;
}
.SumoSelect > .optWrapper {
  display: none;
  z-index: 1000;
  top: 30px;
  width: 100%;
  position: absolute;
  left: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #ddd;
  box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.11);
  overflow: hidden;
}
.SumoSelect.open > .optWrapper {
  top: 35px;
  display: block;
}
.SumoSelect.open > .optWrapper.up {
  top: auto;
  bottom: 100%;
  margin-bottom: 5px;
}
.SumoSelect > .optWrapper > .options {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0;
  overflow: auto;
  position: relative;
  /*Set the height of pop up here (only for desktop mode)*/
  max-height: 250px;
  /*height*/
}
.SumoSelect > .optWrapper > .options li.group.disabled > label {
  opacity: 0.5;
}
.SumoSelect > .optWrapper > .options li ul li.opt {
  padding-left: 22px;
}
.SumoSelect > .optWrapper.multiple > .options li ul li.opt {
  padding-left: 50px;
}
.SumoSelect > .optWrapper.isFloating > .options {
  max-height: 100%;
  box-shadow: 0 0 100px #595959;
}
.SumoSelect > .optWrapper > .options li.opt {
  padding: 6px 6px;
  position: relative;
  border-bottom: 1px solid #f5f5f5;
}
.SumoSelect > .optWrapper > .options > li.opt:last-child {
  border-bottom: none;
}
.SumoSelect > .optWrapper > .options li.opt:hover {
  background-color: #E4E4E4;
}
.SumoSelect > .optWrapper > .options li.opt.sel {
  background-color: #a1c0e4;
  border-bottom: 1px solid #a1c0e4;
}
.SumoSelect > .optWrapper > .options li label {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  cursor: pointer;
}
.SumoSelect > .optWrapper > .options li span {
  display: none;
}
.SumoSelect > .optWrapper > .options li.group > label {
  cursor: default;
  padding: 8px 6px;
  font-weight: bold;
}
/*Floating styles*/
.SumoSelect > .optWrapper.isFloating {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 90%;
  bottom: 0;
  margin: auto;
  max-height: 90%;
}
/*disabled state*/
.SumoSelect > .optWrapper > .options li.opt.disabled {
  background-color: inherit;
  pointer-events: none;
}
.SumoSelect > .optWrapper > .options li.opt.disabled * {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  /* IE 5-7 */
  filter: alpha(opacity=50);
  /* Netscape */
  -moz-opacity: 0.5;
  /* Safari 1.x */
  -khtml-opacity: 0.5;
  /* Good browsers */
  opacity: 0.5;
}
/*styling for multiple select*/
.SumoSelect > .optWrapper.multiple > .options li.opt {
  padding-left: 35px;
  cursor: pointer;
}
.SumoSelect > .optWrapper.multiple > .options li.opt span,
.SumoSelect .select-all > span {
  position: absolute;
  display: block;
  width: 30px;
  top: 0;
  bottom: 0;
  margin-left: -35px;
}
.SumoSelect > .optWrapper.multiple > .options li.opt span i,
.SumoSelect .select-all > span i {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 14px;
  height: 14px;
  border: 1px solid #AEAEAE;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.15);
  background-color: #fff;
}
.SumoSelect > .optWrapper > .MultiControls {
  display: none;
  border-top: 1px solid #ddd;
  background-color: #fff;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.13);
}
.SumoSelect > .optWrapper.multiple.isFloating > .MultiControls {
  display: block;
  margin-top: 5px;
  position: absolute;
  bottom: 0;
  width: 100%;
}
.SumoSelect > .optWrapper.multiple.okCancelInMulti > .MultiControls {
  display: block;
}
.SumoSelect > .optWrapper.multiple.okCancelInMulti > .MultiControls > p {
  padding: 6px;
}
.SumoSelect > .optWrapper.multiple > .MultiControls > p {
  display: inline-block;
  cursor: pointer;
  padding: 12px;
  width: 50%;
  box-sizing: border-box;
  text-align: center;
}
.SumoSelect > .optWrapper.multiple > .MultiControls > p:hover {
  background-color: #f1f1f1;
}
.SumoSelect > .optWrapper.multiple > .MultiControls > p.btnOk {
  border-right: 1px solid #DBDBDB;
}
/*styling for select on popup mode*/
.SumoSelect > .optWrapper.isFloating > .options li.opt {
  padding: 12px 6px;
}
/*styling for only multiple select on popup mode*/
.SumoSelect > .optWrapper.multiple.isFloating > .options li.opt {
  padding-left: 35px;
}
.SumoSelect > .optWrapper.multiple.isFloating {
  padding-bottom: 43px;
}
.SumoSelect > .optWrapper.multiple > .options li.opt.selected span i,
.SumoSelect .select-all.selected > span i,
.SumoSelect .select-all.partial > span i {
  background-color: #11a911;
  box-shadow: none;
  border-color: transparent;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAGCAYAAAD+Bd/7AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNXG14zYAAABMSURBVAiZfc0xDkAAFIPhd2Kr1WRjcAExuIgzGUTIZ/AkImjSofnbNBAfHvzAHjOKNzhiQ42IDFXCDivaaxAJd0xYshT3QqBxqnxeHvhunpu23xnmAAAAAElFTkSuQmCC');
  background-repeat: no-repeat;
  background-position: center center;
}
/*disabled state*/
.SumoSelect.disabled {
  opacity: 0.7;
  cursor: not-allowed;
}
.SumoSelect.disabled > .CaptionCont {
  border-color: #ccc;
  box-shadow: none;
}
/**Select all button**/
.SumoSelect .select-all {
  position: relative;
  border-bottom: 1px solid #ddd;
  background-color: #fff;
  padding: 8px 0 3px 35px;
  height: 20px;
  cursor: pointer;
}
.SumoSelect .select-all > label,
.SumoSelect .select-all > span i {
  cursor: pointer;
}
.SumoSelect .select-all.partial > span i {
  background-color: #ccc;
}
/*styling for optgroups*/
.SumoSelect > .optWrapper > .options li.optGroup {
  padding-left: 5px;
  text-decoration: underline;
}
.owl-loaded .owl-stage-outer {
  overflow: hidden;
}
.owl-loaded .owl-stage-outer .owl-item {
  float: left;
}
.owl-loaded .owl-dots {
  text-align: center;
}
.owl-loaded .owl-dots .owl-dot {
  display: inline-block;
  margin: 0 5px;
}
.owl-loaded .owl-dots .owl-dot span {
  cursor: pointer;
  display: block;
  width: 10px;
  height: 10px;
  background: rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.owl-loaded .disabled {
  display: none;
}
/* Animations for content elements */
.sl-trans-elems .deco {
  -webkit-animation: roll 1s ease-out both, fadeIn 1s ease-out both;
  -moz-animation: roll 1s ease-out both, fadeIn 1s ease-out both;
  -o-animation: roll 1s ease-out both, fadeIn 1s ease-out both;
  -ms-animation: roll 1s ease-out both, fadeIn 1s ease-out both;
  animation: roll 1s ease-out both, fadeIn 1s ease-out both;
}
.sl-trans-elems .entry-layer-1 {
  -webkit-animation: moveUp 1s ease-in-out both;
  -moz-animation: moveUp 1s ease-in-out both;
  -o-animation: moveUp 1s ease-in-out both;
  -ms-animation: moveUp 1s ease-in-out both;
  animation: moveUp 1s ease-in-out both;
}
.sl-trans-elems .entry-layer-2 {
  -webkit-animation: fadeIn 0.5s linear 0.5s both;
  -moz-animation: fadeIn 0.5s linear 0.5s both;
  -o-animation: fadeIn 0.5s linear 0.5s both;
  -ms-animation: fadeIn 0.5s linear 0.5s both;
  animation: fadeIn 0.5s linear 0.5s both;
}
.sl-trans-back-elems .deco {
  -webkit-animation: scaleDown 1s ease-in-out both;
  -moz-animation: scaleDown 1s ease-in-out both;
  -o-animation: scaleDown 1s ease-in-out both;
  -ms-animation: scaleDown 1s ease-in-out both;
  animation: scaleDown 1s ease-in-out both;
}
.sl-trans-back-elems .entry-layer-1 {
  -webkit-animation: fadeOut 1s ease-in-out both;
  -moz-animation: fadeOut 1s ease-in-out both;
  -o-animation: fadeOut 1s ease-in-out both;
  -ms-animation: fadeOut 1s ease-in-out both;
  animation: fadeOut 1s ease-in-out both;
}
.sl-trans-back-elems .entry-layer-2 {
  -webkit-animation: fadeOut 1s linear both;
  -moz-animation: fadeOut 1s linear both;
  -o-animation: fadeOut 1s linear both;
  -ms-animation: fadeOut 1s linear both;
  animation: fadeOut 1s linear both;
}
@-webkit-keyframes roll {
  0% {
    -webkit-transform: translateX(500px) rotate(360deg);
  }
  100% {
    -webkit-transform: translateX(0px) rotate(0deg);
  }
}
@-moz-keyframes roll {
  0% {
    -moz-transform: translateX(500px) rotate(360deg);
    opacity: 0;
  }
  100% {
    -moz-transform: translateX(0px) rotate(0deg);
    opacity: 1;
  }
}
@-o-keyframes roll {
  0% {
    -o-transform: translateX(500px) rotate(360deg);
    opacity: 0;
  }
  100% {
    -o-transform: translateX(0px) rotate(0deg);
    opacity: 1;
  }
}
@-ms-keyframes roll {
  0% {
    -ms-transform: translateX(500px) rotate(360deg);
    opacity: 0;
  }
  100% {
    -ms-transform: translateX(0px) rotate(0deg);
    opacity: 1;
  }
}
@keyframes roll {
  0% {
    transform: translateX(500px) rotate(360deg);
    opacity: 0;
  }
  100% {
    transform: translateX(0px) rotate(0deg);
    opacity: 1;
  }
}
@-webkit-keyframes moveUp {
  0% {
    -webkit-transform: translateY(40px);
  }
  100% {
    -webkit-transform: translateY(0px);
  }
}
@-moz-keyframes moveUp {
  0% {
    -moz-transform: translateY(40px);
  }
  100% {
    -moz-transform: translateY(0px);
  }
}
@-o-keyframes moveUp {
  0% {
    -o-transform: translateY(40px);
  }
  100% {
    -o-transform: translateY(0px);
  }
}
@-ms-keyframes moveUp {
  0% {
    -ms-transform: translateY(40px);
  }
  100% {
    -ms-transform: translateY(0px);
  }
}
@keyframes moveUp {
  0% {
    transform: translateY(40px);
  }
  100% {
    transform: translateY(0px);
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes scaleDown {
  0% {
    -webkit-transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.5);
  }
}
@-moz-keyframes scaleDown {
  0% {
    -moz-transform: scale(1);
  }
  100% {
    -moz-transform: scale(0.5);
  }
}
@-o-keyframes scaleDown {
  0% {
    -o-transform: scale(1);
  }
  100% {
    -o-transform: scale(0.5);
  }
}
@-ms-keyframes scaleDown {
  0% {
    -ms-transform: scale(1);
  }
  100% {
    -ms-transform: scale(0.5);
  }
}
@keyframes scaleDown {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.5);
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-ms-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* Effect 1: Brackets */
.ht-effect-1::before,
.ht-effect-1::after {
  display: inline-block;
  opacity: 0;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
  -moz-transition: -moz-transform 0.3s, opacity 0.2s;
  transition: transform 0.3s, opacity 0.2s;
}
.ht-effect-1::before {
  margin-right: 5px;
  content: '[';
  -webkit-transform: translateX(20px);
  -moz-transform: translateX(20px);
  transform: translateX(20px);
}
.ht-effect-1::after {
  margin-left: 5px;
  content: ']';
  -webkit-transform: translateX(-20px);
  -moz-transform: translateX(-20px);
  transform: translateX(-20px);
}
.ht-effect-1:hover:before,
.ht-effect-1:focus:before,
.ht-effect-1:hover:after,
.ht-effect-1:focus:after {
  opacity: 1;
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  transform: translateX(0px);
}
/* Effect 4: bottom border enlarge */
.cl-effect-4::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #fff;
  content: '';
  opacity: 0;
  -webkit-transition: height 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  -moz-transition: height 0.3s, opacity 0.3s, -moz-transform 0.3s;
  transition: height 0.3s, opacity 0.3s, transform 0.3s;
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  transform: translateY(-10px);
}
.cl-effect-4:hover::after,
.cl-effect-4:focus::after {
  height: 3px;
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  transform: translateY(0px);
}
/* Effect 5: same word slide in */
.ht-effect-5 {
  display: inline-block;
  overflow: hidden;
}
.ht-effect-5 span {
  position: relative;
  display: inline-block;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
}
.ht-effect-5 span::before {
  position: absolute;
  top: 100%;
  content: attr(data-hover);
  font-weight: 700;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  white-space: nowrap;
}
.ht-effect-5:hover span,
.ht-effect-5:focus span {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  transform: translateY(-100%);
}
/* III. PARTIALS
***********************/
/* III.1. PAGE */
body {
  background-size: contain;
  background-attachment: fixed;
  background-position: top center;
}
body.ht-unyson-deactivated #main-content > .tb-layout-control > .tb-layout-control-inner {
  padding: 70px 0;
}
body.ht-unyson-deactivated #hero {
  background-image: url(../images/hero-bg.jpg);
}
body.ht-unyson-deactivated #hero .page-header .page-heading-container {
  color: #fff;
}
body.ht-unyson-deactivated #hero .site-header .inner-area {
  background-image: url(../images/page-header.jpg);
}
body.ht-unyson-deactivated #hero .site-header .inner-area .this-bg {
  background-color: rgba(5, 62, 142, 0.85);
}
body.ht-unyson-deactivated #colophon {
  background-image: url(../images/footer-bg.jpg);
}
body .tb-outermost-row {
  *zoom: 1;
}
body .tb-outermost-row:before,
body .tb-outermost-row:after {
  content: " ";
  display: table;
}
body .tb-outermost-row:after {
  clear: both;
}
body .tb-outermost-row:before,
body .tb-outermost-row:after {
  content: " ";
  display: table;
}
body .tb-outermost-row:after {
  clear: both;
}
body.sidebar-left .primary-wrapper {
  float: right;
}
body.is-full-width .tb-layout-control > .tb-layout-control-inner > .container > .tb-outermost-row {
  margin-left: -15px;
  margin-right: -15px;
}
body.is-full-width .tb-layout-control > .tb-layout-control-inner .fw-container {
  width: 100%;
  padding: 0;
}
body.is-full-width .tb-outermost-row {
  margin-left: -15px;
  margin-right: -15px;
}
body.is-using-page-builder .tb-divider {
  display: none;
}
body.is-boxed .container,
body.is-boxed .fw-container {
  width: 100%;
  padding: 0;
}
body.is-boxed .fw-container-fluid {
  margin: 0 -15px;
}
@media only screen and (min-width: 768px) {
  body.is-boxed .fw-container-fluid {
    margin: 0 -45px;
  }
}
body.is-boxed .fw-container-fluid:not(.no-gutter) {
  padding: 0 15px;
}
@media only screen and (min-width: 768px) {
  body.is-boxed .fw-container-fluid:not(.no-gutter) {
    padding: 0 45px;
  }
}
body.is-boxed .tb-layout-control {
  padding: 0;
}
body.is-boxed .tb-layout-control .tb-layout-control-inner .tb-outermost-row {
  margin: 0;
}
@media only screen and (min-width: 768px) {
  body.is-boxed .tb-layout-control .tb-layout-control-inner .tb-outermost-row {
    padding: 0 30px;
  }
}
body.is-boxed #main-content .tb-layout-control-inner {
  background: #fff;
}
body.is-boxed.is-using-page-builder .main-content .tb-outermost-row .primary-wrapper .fw-container {
  padding: 0;
}
body.is-boxed.is-using-page-builder .breadcrumb-container,
body.is-boxed.is-using-page-builder .page-heading-container {
  padding: 0 15px;
}
@media only screen and (min-width: 768px) {
  body.is-boxed.is-using-page-builder .breadcrumb-container,
  body.is-boxed.is-using-page-builder .page-heading-container {
    padding: 0 30px;
  }
}
#hero {
  background-size: 100% auto;
  background-position: center top;
  text-align: center;
  position: relative;
}
#hero:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
#hero .site-header {
  position: relative;
  z-index: 99	;
}
#hero .site-header .inner-area {
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
}
#hero .page-header {
  padding: 100px 15px;
  position: relative;
  z-index: 2;
}
#hero .page-header .entry-title {
  color: #fff;
  font-weight: 300;
  font-size: 180px;
  font-size: 18rem;
  font-size: 18px;
  font-size: 1.8rem;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  #hero .page-header .entry-title {
    font-size: 360px;
    font-size: 36rem;
    font-size: 36px;
    font-size: 3.6rem;
  }
}
#hero .page-header .breadcrumbs {
  position: relative;
  display: inline-block;
  line-height: 34px;
  height: 34px;
  padding: 0 15px;
  font-size: 120px;
  font-size: 12rem;
  font-size: 12px;
  font-size: 1.2rem;
  text-transform: uppercase;
}
#hero .page-header .breadcrumbs .br-arrow {
  top: 0;
  color: #232323;
  margin: 0 5px;
}
#hero .page-header .breadcrumbs:before,
#hero .page-header .breadcrumbs:after {
  content: '';
  position: absolute;
  height: 0;
  width: 0;
  top: 0;
}
#hero .page-header .breadcrumbs:before {
  left: -15px;
  border-left: 15px solid transparent !important;
  border-bottom: 34px solid;
}
#hero .page-header .breadcrumbs:after {
  right: -15px;
  border-right: 15px solid transparent !important;
  border-top: 34px solid;
}
#hero .page-header .breadcrumbs span,
#hero .page-header .breadcrumbs a {
  position: relative;
  font-weight: 700;
}
#hero .page-header .breadcrumbs span {
  top: 2px;
}
#hero .page-header .breadcrumbs a {
  -moz-transition-duration: 0s;
  -webkit-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}
#hero .page-header .breadcrumbs a:hover {
  border-bottom: 1px dotted;
}
#hero .page-header .breadcrumbs .last-item {
  color: #000;
}
#hero .ht-slider {
  position: relative;
  z-index: 2;
}
#content {
  *zoom: 1;
}
#content:before,
#content:after {
  content: " ";
  display: table;
}
#content:after {
  clear: both;
}
#content:before,
#content:after {
  content: " ";
  display: table;
}
#content:after {
  clear: both;
}
#content .content-none label {
  display: block;
}
#content .content-none input[type="submit"] {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
#content .search-form-404 {
  text-align: center;
  padding: 0 0 70px;
}
#content .search-form-404 > p {
  text-transform: uppercase;
}
#content .search-form-404 label,
#content .search-form-404 input {
  display: inline-block;
  width: 150px;
}
@media only screen and (min-width: 768px) {
  #content .search-form-404 label,
  #content .search-form-404 input {
    width: 370px;
  }
}
#content .search-form-404 input {
  line-height: 40px;
  padding: 0 15px;
  margin-bottom: 15px;
}
#content .search-form-404 [type="submit"] {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  height: 40px;
  padding: 0 20px;
  box-shadow: none;
  border: none;
  cursor: pointer;
  position: relative;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 40px;
  color: #fff;
  width: auto;
  display: inline-block;
  margin-left: 15px;
  vertical-align: top;
}
#content .search-form-404 [type="submit"]:active {
  top: 1px;
}
#content .search-form-404 [type="submit"].solid {
  line-height: 40px;
  color: #fff;
}
#content .search-form-404 [type="submit"].solid:hover,
#content .search-form-404 [type="submit"].solid:focus {
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  -webkit-opacity: 0.7;
  opacity: 0.7;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
  filter: alpha(opacity=70);
}
#content .search-form-404 [type="submit"].border {
  border: 2px solid;
  background: transparent;
  line-height: 38px;
}
#content .search-form-404 [type="submit"].square {
  -webkit-border-radius: 0;
  border-radius: 0;
}
#content .search-form-404 [type="submit"].soft {
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
#content .search-form-404 [type="submit"].round {
  -webkit-border-radius: 100px;
  border-radius: 100px;
}
#content .search-form-404 [type="submit"]:hover,
#content .search-form-404 [type="submit"]:focus {
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  -webkit-opacity: 0.7;
  opacity: 0.7;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
  filter: alpha(opacity=70);
}
#content .secondary-wrapper.is-hide {
  display: none;
}
#content .archive-header {
  margin-bottom: 50px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
#content .archive-header .archive-title {
  font-size: 240px;
  font-size: 24rem;
  font-size: 24px;
  font-size: 2.4rem;
  text-transform: uppercase;
}
/* III.2. HEADER */
.site-header {
  position: relative;
  z-index: 99;
}
.site-header .top-bar {
  *zoom: 1;
  color: #2f7ce5;
}
.site-header .top-bar:before,
.site-header .top-bar:after {
  content: " ";
  display: table;
}
.site-header .top-bar:after {
  clear: both;
}
.site-header .top-bar:before,
.site-header .top-bar:after {
  content: " ";
  display: table;
}
.site-header .top-bar:after {
  clear: both;
}
@media (max-width: 992px) {
  .site-header .top-bar {
    padding: 15px 0;
    font-size: 100px;
    font-size: 10rem;
    font-size: 10px;
    font-size: 1rem;
  }
}
@media only screen and (min-width: 992px) {
  .site-header .top-bar {
    font-weight: 700;
    padding: 15px;
  }
}
.site-header .top-bar .left-col {
  text-align: left;
}
.site-header .top-bar .right-col {
  text-align: left;
}
@media only screen and (min-width: 992px) {
  .site-header .top-bar .right-col {
    text-align: right;
  }
}
.site-header .top-bar .right-col .language-selector {
  float: right;
  margin-left: 20px;
  height: 21px;
}
.site-header .top-bar .right-col .language-selector select {
  display: none;
}
.site-header .top-bar .right-col .language-selector .SumoSelect > .CaptionCont > label > i:before {
  border-top-color: inherit;
}
.site-header .top-bar .right-col .language-selector .CaptionCont.SelectBox {
  background: transparent;
  padding: 0;
  width: auto;
}
.site-header .top-bar .right-col .language-selector .CaptionCont.SelectBox span {
  cursor: pointer;
}
.site-header .top-bar .right-col .language-selector .optWrapper {
  z-index: 1000;
  border: none;
}
.site-header .top-bar .right-col .language-selector .optWrapper ul {
  padding: 5px 0;
}
.site-header .top-bar .right-col .language-selector .optWrapper ul li {
  display: block;
  text-align: left;
  font-weight: 400;
}
.site-header .top-bar ul {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
  margin: 0 -5px;
}
.site-header .top-bar ul li {
  margin: 0 5px;
  display: inline-block;
}
.site-header .inner-area {
  *zoom: 1;
  -moz-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  width: 100%;
  position: relative;
  box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.15);
}
.site-header .inner-area:before,
.site-header .inner-area:after {
  content: " ";
  display: table;
}
.site-header .inner-area:after {
  clear: both;
}
.site-header .inner-area:before,
.site-header .inner-area:after {
  content: " ";
  display: table;
}
.site-header .inner-area:after {
  clear: both;
}
.site-header .inner-area .this-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.site-header .inner-area .main-nav-bar {
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  *zoom: 1;
  position: relative;
  z-index: 999;
}
.site-header .inner-area .main-nav-bar:before,
.site-header .inner-area .main-nav-bar:after {
  content: " ";
  display: table;
}
.site-header .inner-area .main-nav-bar:after {
  clear: both;
}
.site-header .inner-area .main-nav-bar:before,
.site-header .inner-area .main-nav-bar:after {
  content: " ";
  display: table;
}
.site-header .inner-area .main-nav-bar:after {
  clear: both;
}
.site-header .inner-area .main-nav-bar .tb-outermost-row {
  position: relative;
  display: block;
}
@media only screen and (min-width: 992px) {
  .site-header .inner-area .main-nav-bar .tb-outermost-row {
    display: table;
  }
}
.site-header .inner-area .main-nav-bar .search-wrapper {
  position: absolute;
  display: none;
  opacity: 0;
  height: 95px;
  width: 100%;
  top: 95px;
  left: 0;
  background: #fff;
  -webkit-box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.3);
}
.site-header .inner-area .main-nav-bar .search-wrapper [type="search"] {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border: none;
  padding: 30px;
  font-size: 40px;
}
.site-header .inner-area .main-nav-bar .search-wrapper [type="submit"] {
  display: none;
}
.site-header .inner-area .main-nav-bar .menu-toggle {
  position: absolute;
  top: 0;
  right: 15px;
  margin: 11.5px 0;
  display: inline-block;
  z-index: 2;
  border: none;
  background-color: transparent;
  background-image: none;
  cursor: pointer;
  padding: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media only screen and (min-width: 992px) {
  .site-header .inner-area .main-nav-bar .menu-toggle {
    display: none;
  }
}
.site-header .inner-area .main-nav-bar .menu-toggle:focus {
  outline: none;
}
.site-header .inner-area .main-nav-bar .menu-toggle .screen-reader-text {
  font-size: 0;
}
.site-header .inner-area .main-nav-bar .menu-toggle .icon-bar {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  display: block;
  width: 26px;
  height: 3px;
  margin: 5px 0;
  position: relative;
  top: 0;
}
.site-header .inner-area .main-nav-bar .menu-toggle.is-open .icon-bar-2 {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
}
.site-header .inner-area .main-nav-bar .menu-toggle.is-open .icon-bar-1 {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  top: 7px;
}
.site-header .inner-area .main-nav-bar .menu-toggle.is-open .icon-bar-3 {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  top: -9px;
}
.site-header .inner-area .main-nav-bar .site-logo,
.site-header .inner-area .main-nav-bar .menu-bar {
  display: block;
  vertical-align: top;
  padding: 0 15px;
}
@media only screen and (min-width: 992px) {
  .site-header .inner-area .main-nav-bar .site-logo,
  .site-header .inner-area .main-nav-bar .menu-bar {
    display: table-cell;
  }
}
.site-header .inner-area .main-nav-bar .site-logo {
  width: 100%;
}
@media (max-width: 992px) {
  .site-header .inner-area .main-nav-bar .site-logo a {
    padding: 10px 0;
  }
  .site-header .inner-area .main-nav-bar .site-logo a img {
    width: 100px;
  }
}
@media only screen and (min-width: 992px) {
  .site-header .inner-area .main-nav-bar .site-logo {
    width: auto;
  }
  .site-header .inner-area .main-nav-bar .site-logo a {
    display: block;
    width: 200px;
  }
}
.site-header .inner-area .main-nav-bar .menu-bar {
  width: 100%;
  position: relative;
}
@media (max-width: 992px) {
  .site-header .inner-area .main-nav-bar .menu-bar {
    display: none;
  }
  .site-header .inner-area .main-nav-bar .menu-bar * {
    position: relative;
    z-index: 2;
  }
}
@media only screen and (min-width: 992px) {
  .site-header .inner-area .main-nav-bar .menu-bar {
    display: table-cell !important;
    text-align: right;
    height: 95px;
  }
  .site-header .inner-area .main-nav-bar .menu-bar:before {
    display: none;
  }
}
.site-header .inner-area .main-nav-bar .menu-bar .main-navigation {
  display: block;
}
@media only screen and (min-width: 992px) {
  .site-header .inner-area .main-nav-bar .menu-bar .main-navigation {
    display: inline-block;
  }
}
.site-header .inner-area .main-nav-bar .menu-bar > .search-toggle {
  color: #fff;
  font-size: 20px;
  color: rgba(255, 255, 255, 0.7);
  margin-left: 30px;
}
@media (max-width: 992px) {
  .site-header .inner-area .main-nav-bar .menu-bar > .search-toggle {
    display: none;
  }
}
@media (max-width: 992px) {
  .site-header .inner-area .main-nav-bar .menu-bar > .social-icons {
    display: block;
    padding: 10px 0;
  }
}
@media only screen and (min-width: 992px) {
  .site-header .inner-area .main-nav-bar .menu-bar > .social-icons {
    display: inline-block;
    margin-left: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1299px) {
  .site-header .inner-area .main-nav-bar .menu-bar > .social-icons {
    display: none;
  }
}
.site-header .inner-area .main-nav-bar .menu-bar > .social-icons ul {
  margin: 0;
  padding: 0;
}
.site-header .inner-area .main-nav-bar .menu-bar > .social-icons ul li {
  list-style: none;
  display: inline-block;
  margin-left: 5px;
}
.site-header .inner-area .main-nav-bar .menu-bar > .social-icons ul li a {
  display: block;
  width: 40px;
  height: 40px;
  background: #fff;
  font-size: 20px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  line-height: 40px;
  text-align: center;
}
.site-header .inner-area .site-logo {
  overflow: hidden;
  text-align: left;
}
.site-header .inner-area .site-logo .site-title a {
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media only screen and (min-width: 992px) {
  .site-header .inner-area .site-logo .site-title a {
    height: 95px;
    line-height: 95px;
  }
}
.site-header .inner-area .site-logo .site-title a img {
  vertical-align: middle;
}
@media only screen and (min-width: 992px) {
  .site-header .inner-area .site-logo .site-title a img {
    max-height: 75px;
  }
}
.site-header .inner-area .site-logo .site-title a img.tb-it-logo {
  display: none;
}
.site-header .inner-area .add-menu-suggest {
  display: none;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  height: 40px;
  padding: 0 20px;
  display: inline-block;
  box-shadow: none;
  border: none;
  cursor: pointer;
  position: relative;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 40px;
  color: #fff;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  line-height: 95px;
  margin: 0;
}
.site-header .inner-area .add-menu-suggest:active {
  top: 1px;
}
.site-header .inner-area .add-menu-suggest.solid {
  line-height: 40px;
  color: #fff;
}
.site-header .inner-area .add-menu-suggest.solid:hover,
.site-header .inner-area .add-menu-suggest.solid:focus {
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  -webkit-opacity: 0.7;
  opacity: 0.7;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
  filter: alpha(opacity=70);
}
.site-header .inner-area .add-menu-suggest.border {
  border: 2px solid;
  background: transparent;
  line-height: 38px;
}
.site-header .inner-area .add-menu-suggest.square {
  -webkit-border-radius: 0;
  border-radius: 0;
}
.site-header .inner-area .add-menu-suggest.soft {
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.site-header .inner-area .add-menu-suggest.round {
  -webkit-border-radius: 100px;
  border-radius: 100px;
}
.site-header .inner-area .add-menu-suggest:hover,
.site-header .inner-area .add-menu-suggest:focus {
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  -webkit-opacity: 0.7;
  opacity: 0.7;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
  filter: alpha(opacity=70);
}
@media only screen and (min-width: 992px) {
  .site-header .inner-area .add-menu-suggest {
    display: inline-block;
  }
}
.site-header .inner-area .main-navigation {
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 992px) {
  .site-header .inner-area .main-navigation {
    display: inline-block !important;
  }
  .site-header .inner-area .main-navigation ul.menu {
    margin: 0;
    font-size: 15px;
    white-space: nowrap;
  }
  .site-header .inner-area .main-navigation ul.menu li {
    position: relative;
    list-style: none;
    display: inline-block;
  }
  .site-header .inner-area .main-navigation ul.menu li .sub-menu-toggle {
    display: none;
  }
  .site-header .inner-area .main-navigation ul.menu > li {
    margin: 0 15px;
    position: relative;
  }
  .site-header .inner-area .main-navigation ul.menu > li:first-child {
    margin-left: 0;
  }
  .site-header .inner-area .main-navigation ul.menu > li:last-child {
    margin-right: 0;
  }
  .site-header .inner-area .main-navigation ul.menu > li > a {
    position: relative;
    line-height: 95px;
    display: block;
    font-weight: 700;
    white-space: nowrap;
    text-transform: uppercase;
  }
  .site-header .inner-area .main-navigation ul.menu > li:hover > a:after {
    left: -18px;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity=100);
  }
  .site-header .inner-area .main-navigation ul.menu > li.menu-item-has-children > a:after {
    content: "\f107";
    font-family: "fontawesome";
    display: inline-block;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    speak: none;
    margin-left: 5px;
  }
  .site-header .inner-area .main-navigation ul.menu > li.current-menu-item > a,
  .site-header .inner-area .main-navigation ul.menu > li.current_page_item > a {
    color: #fff;
  }
  .site-header .inner-area .main-navigation ul.menu > li:first-child a {
    padding-left: 0;
  }
  .site-header .inner-area .main-navigation ul.menu > li:last-child a {
    padding-right: 0;
  }
  .site-header .inner-area .main-navigation ul.menu > li > ul.sub-menu {
    margin-left: -20px;
  }
  .site-header .inner-area .main-navigation ul.menu > li > ul.sub-menu:before,
  .site-header .inner-area .main-navigation ul.menu > li > ul.sub-menu:after {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
  }
  .site-header .inner-area .main-navigation ul.menu > li > ul.sub-menu:before {
    top: -10px;
    left: 30px;
    border-left: 10px solid transparent !important;
    border-right: 10px solid transparent !important;
    border-bottom: 10px solid #fff;
    z-index: 2;
  }
  .site-header .inner-area .main-navigation ul.menu > li > ul.sub-menu:after {
    top: -12px;
    left: 28px;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 12px solid rgba(0, 0, 0, 0.05);
    z-index: 1;
  }
  .site-header .inner-area .main-navigation ul.menu ul.sub-menu {
    padding: 15px 0;
    position: absolute;
    z-index: 2;
    text-align: left;
    width: 250px;
    margin: 0;
    box-shadow: 0 1px 5px 1px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 1px 5px 1px rgba(0, 0, 0, 0.1);
    display: none;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    filter: alpha(opacity=0);
    margin-top: -20px;
  }
  .site-header .inner-area .main-navigation ul.menu ul.sub-menu li {
    display: block;
    padding: 0 15px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .site-header .inner-area .main-navigation ul.menu ul.sub-menu li a {
    display: block;
    font-size: 140px;
    font-size: 14rem;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 700;
    color: inherit;
    padding: 7px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
  }
  .site-header .inner-area .main-navigation ul.menu ul.sub-menu li:hover {
    padding-left: 20px;
  }
  .site-header .inner-area .main-navigation ul.menu ul.sub-menu li:last-child a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  }
  .site-header .inner-area .main-navigation ul.menu > li > ul.sub-menu {
    top: 95px;
    left: 0;
  }
  .site-header .inner-area .main-navigation ul.menu > li > ul.sub-menu.pull-inverse {
    left: auto;
    right: 0;
  }
  .site-header .inner-area .main-navigation ul.menu > li > ul.sub-menu > li.menu-item-has-children > a:after {
    content: "\f105";
    font-family: "fontawesome";
    display: inline-block;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    speak: none;
    float: right;
  }
  .site-header .inner-area .main-navigation ul.menu > li > ul.sub-menu ul.sub-menu {
    left: 250px;
    top: 0;
    bottom: auto;
    right: auto;
  }
  .site-header .inner-area .main-navigation ul.menu > li > ul.sub-menu ul.sub-menu.pull-inverse {
    left: -250px;
  }
}
@media (max-width: 992px) {
  .site-header .inner-area .main-navigation {
    display: none;
    margin: 0;
    padding: 10px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .site-header .inner-area .main-navigation ul.menu {
    text-align: left;
  }
  .site-header .inner-area .main-navigation ul.menu > li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  }
  .site-header .inner-area .main-navigation ul.menu > li > a:after {
    display: none;
  }
  .site-header .inner-area .main-navigation ul.menu li {
    display: block;
    margin: 0 !important;
    position: relative;
  }
  .site-header .inner-area .main-navigation ul.menu li a {
    line-height: 2.5;
    padding: 0;
    color: #fff !important;
    display: inline-block;
    position: relative;
    white-space: nowrap;
  }
  .site-header .inner-area .main-navigation ul.menu li .sub-menu-toggle {
    display: none;
  }
  .site-header .inner-area .main-navigation ul.menu li.menu-item-has-children > .sub-menu-toggle {
    position: absolute;
    z-index: 10;
    display: block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    top: 0;
    right: 0;
    text-align: center;
    color: #fff;
    background: rgba(0, 0, 0, 0.25);
  }
  .site-header .inner-area .main-navigation ul.menu li ul.sub-menu {
    display: none;
    opacity: 1  !important;
    margin: 0 0 0 15px !important;
    padding: 0;
    position: static;
    border: none;
    background: transparent;
    box-shadow: none;
  }
  .site-header .inner-area .main-navigation ul.menu li ul.sub-menu li a {
    padding: 0 !important;
    color: #ccc;
  }
  .site-header .inner-area .main-navigation ul.menu li ul.sub-menu li a:before {
    display: none;
  }
}
.site-header .inner-area .ht-socials {
  margin: 0 30px 0 0;
  position: absolute;
  top: 0;
  right: 0;
}
.site-header .inner-area .ht-socials li {
  display: inline-block;
  list-style: none;
}
.site-header .inner-area .ht-socials li a {
  line-height: 95px;
  color: #aaa;
  padding: 0 7px;
}
.site-header .inner-area .ht-socials li a:hover {
  color: #fff;
}
.site-header:not(.is-sticky) .site-logo .tb-it-logo {
  display: none;
}
.site-header.is-sticky .main-nav-bar-wrapper {
  -webkit-backface-visibility: hidden;
}
@media (max-width: 992px) {
  .site-header.is-sticky .main-nav-bar-wrapper {
    height: auto !important;
  }
}
.site-header.is-sticky .main-nav-bar-wrapper.is-sticky .main-nav-bar {
  border-bottom: none;
}
.site-header.is-sticky:not(.init-transparent) .main-nav-bar-wrapper .site-logo .tb-it-logo {
  display: none;
}
.site-header.is-sticky:not(.init-transparent) .main-nav-bar-wrapper.is-sticky .main-nav-bar {
  -webkit-box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.3);
}
@media only screen and (min-width: 992px) {
  .site-header.is-sticky:not(.init-transparent) .main-nav-bar-wrapper.is-sticky .main-nav-bar {
    top: 0;
    height: 95px;
    bottom: -95px;
  }
  .site-header.is-sticky:not(.init-transparent) .main-nav-bar-wrapper.is-sticky .main-nav-bar .main-navigation ul.menu > li > a {
    line-height: 95px;
  }
  .site-header.is-sticky:not(.init-transparent) .main-nav-bar-wrapper.is-sticky .main-nav-bar .main-navigation ul.menu > li > ul.sub-menu {
    top: 95px;
  }
}
.site-header.is-sticky.init-transparent .main-nav-bar-wrapper {
  width: 100%;
  left: 0;
}
.site-header.is-sticky.init-transparent .main-nav-bar-wrapper:not(.is-sticky) .main-nav-bar {
  border-bottom: none;
  background: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 992px) {
  .site-header.is-sticky.init-transparent .main-nav-bar-wrapper:not(.is-sticky) .main-nav-bar.is-open {
    background-color: rgba(0, 0, 0, 0.5) !important;
  }
}
.site-header.is-sticky.init-transparent .main-nav-bar-wrapper:not(.is-sticky) .main-nav-bar .site-logo .tb-global-logo {
  display: none;
}
.site-header.is-sticky.init-transparent .main-nav-bar-wrapper:not(.is-sticky) .main-nav-bar .site-logo .tb-it-logo {
  display: inline-block;
}
.site-header.is-sticky.init-transparent .main-nav-bar-wrapper.is-sticky .main-nav-bar {
  -webkit-box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.3);
}
@media only screen and (min-width: 992px) {
  .site-header.is-sticky.init-transparent .main-nav-bar-wrapper.is-sticky .main-nav-bar.admin-bar-on {
    top: 32px !important;
  }
}
@media only screen and (min-width: 992px) {
  .site-header.is-sticky.init-transparent .main-nav-bar-wrapper.is-sticky .main-nav-bar {
    top: 0;
    height: 95px;
    bottom: -95px;
  }
  .site-header.is-sticky.init-transparent .main-nav-bar-wrapper.is-sticky .main-nav-bar .site-logo .tb-global-logo {
    display: inline-block;
  }
  .site-header.is-sticky.init-transparent .main-nav-bar-wrapper.is-sticky .main-nav-bar .site-logo .tb-it-logo {
    display: none;
  }
  .site-header.is-sticky.init-transparent .main-nav-bar-wrapper.is-sticky .main-nav-bar .main-navigation ul.menu > li > a {
    line-height: 95px;
  }
  .site-header.is-sticky.init-transparent .main-nav-bar-wrapper.is-sticky .main-nav-bar .main-navigation ul.menu > li > ul.sub-menu {
    top: 95px;
  }
}
/* III.3. FOOTER */
#colophon {
  background-position: center bottom;
  background-size: 100% auto;
  position: relative;
}
#colophon:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
#colophon #supplementary,
#colophon .site-info {
  position: relative;
  z-index: 2;
}
#colophon #supplementary .footer-sidebar {
  padding-top: 50px;
  box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.15);
}
#colophon #supplementary a {
  color: inherit;
}
#colophon #supplementary .widget {
  margin-bottom: 30px;
}
#colophon #supplementary .widget-title {
  color: #fff;
  font-size: 180px;
  font-size: 18rem;
  font-size: 18px;
  font-size: 1.8rem;
}
#colophon #supplementary .widget-title:after {
  display: none;
}
#colophon #supplementary .widget_mailchimp_subscribe form {
  width: 100%;
  position: relative;
}
#colophon #supplementary .widget_mailchimp_subscribe form .fields-wrapper {
  width: 100%;
}
#colophon #supplementary .widget_mailchimp_subscribe form input {
  width: 100%;
  border: none;
  background: rgba(0, 0, 0, 0.15);
  line-height: 40px;
  height: 40px;
  padding: 0 55px 0 15px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#colophon #supplementary .widget_mailchimp_subscribe form input::-webkit-input-placeholder {
  color: #888888;
}
#colophon #supplementary .widget_mailchimp_subscribe form input:-moz-placeholder {
  color: #888888;
}
#colophon #supplementary .widget_mailchimp_subscribe form input::-moz-placeholder {
  color: #888888;
}
#colophon #supplementary .widget_mailchimp_subscribe form input:-ms-input-placeholder {
  color: #888888;
}
#colophon #supplementary .widget_mailchimp_subscribe form .ht-button {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border: none;
  font-size: 30px;
  margin: 0;
}
#colophon #supplementary .widget_mailchimp_subscribe form .ht-button i.fa {
  position: relative;
  top: -1px;
}
#colophon #supplementary .widget_recent_entries ul li {
  *zoom: 1;
}
#colophon #supplementary .widget_recent_entries ul li:before,
#colophon #supplementary .widget_recent_entries ul li:after {
  content: " ";
  display: table;
}
#colophon #supplementary .widget_recent_entries ul li:after {
  clear: both;
}
#colophon #supplementary .widget_recent_entries ul li:before,
#colophon #supplementary .widget_recent_entries ul li:after {
  content: " ";
  display: table;
}
#colophon #supplementary .widget_recent_entries ul li:after {
  clear: both;
}
#colophon #supplementary .widget_recent_entries ul li:first-child {
  padding-top: 0;
}
#colophon #supplementary .widget_recent_entries ul li:last-child {
  padding-bottom: 0;
}
#colophon #supplementary .widget_recent_entries ul li a {
  float: left;
  color: #fff;
}
#colophon #supplementary .widget_recent_entries ul li span {
  float: right;
  font-size: 12px;
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  -webkit-opacity: 0.8;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  filter: alpha(opacity=80);
}
#colophon #supplementary .widget_twitter_tweets .entry {
  display: block;
  position: relative;
  background: #fff;
  margin-bottom: 50px;
  padding: 30px;
}
#colophon #supplementary .widget_twitter_tweets .entry .screen-name {
  margin-right: 5px;
}
#colophon #supplementary .widget_twitter_tweets .entry .created-at {
  margin-top: 10px;
  margin-bottom: 0;
}
#colophon #supplementary .widget_twitter_tweets .entry:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  bottom: -26px;
  border-top: 26px solid;
}
#colophon #supplementary .widget_twitter_tweets .entry.even {
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
}
#colophon #supplementary .widget_twitter_tweets .entry.even .created-at {
  color: rgba(255, 255, 255, 0.5);
}
#colophon #supplementary .widget_twitter_tweets .entry.even:before {
  border-right: 22px solid transparent;
  left: 0;
  border-top-color: rgba(0, 0, 0, 0.3);
}
#colophon #supplementary .widget_twitter_tweets .entry.odd .created-at {
  color: rgba(0, 0, 0, 0.5);
}
#colophon #supplementary .widget_twitter_tweets .entry.odd:before {
  border-left: 22px solid transparent;
  right: 0;
  border-top-color: #fff;
}
#colophon #supplementary .footer-bottom-widgets {
  position: relative;
}
@media only screen and (min-width: 768px) {
  #colophon #supplementary .footer-bottom-widgets:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 1px;
    bottom: 0;
    left: 50%;
    z-index: 2;
    background: rgba(255, 255, 255, 0.15);
  }
}
#colophon #supplementary .footer-bottom-widgets .tb-outermost-row {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}
#colophon #supplementary .footer-bottom-widgets .widget {
  padding-top: 30px;
}
#colophon #supplementary .footer-bottom-widgets .widget-title {
  font-size: 10px;
  text-transform: uppercase;
  margin-bottom: 0;
}
#colophon #supplementary .footer-bottom-widgets .widget_mailchimp_subscribe #mc-embedded-subscribe-form {
  position: relative;
}
#colophon #supplementary .footer-bottom-widgets .widget_mailchimp_subscribe [type="email"] {
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  background: transparent;
  padding: 7px 0;
  color: #fff;
  font-size: 180px;
  font-size: 18rem;
  font-size: 18px;
  font-size: 1.8rem;
}
#colophon #supplementary .footer-bottom-widgets .widget_mailchimp_subscribe [type="email"]::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.15);
  font-style: italic;
  font-weight: 300;
}
#colophon #supplementary .footer-bottom-widgets .widget_mailchimp_subscribe [type="email"]:-moz-placeholder {
  color: rgba(255, 255, 255, 0.15);
  font-style: italic;
  font-weight: 300;
}
#colophon #supplementary .footer-bottom-widgets .widget_mailchimp_subscribe [type="email"]::-moz-placeholder {
  color: rgba(255, 255, 255, 0.15);
  font-style: italic;
  font-weight: 300;
}
#colophon #supplementary .footer-bottom-widgets .widget_mailchimp_subscribe [type="email"]:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.15);
  font-style: italic;
  font-weight: 300;
}
#colophon #supplementary .footer-bottom-widgets .widget_mailchimp_subscribe [type="email"]:focus {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5) !important;
}
#colophon #supplementary .footer-bottom-widgets .widget_mailchimp_subscribe [type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  height: 40px;
  background: transparent;
  border: none;
  font-size: 22px;
  cursor: pointer;
  outline: none;
}
#colophon #supplementary .footer-bottom-widgets .widget_mailchimp_subscribe div.mce_inline_error {
  font-weight: 400;
  background: transparent;
  padding: 0;
  margin: 10px 0 10px;
}
#colophon #supplementary .footer-bottom-widgets .widget_mailchimp_subscribe #mce-responses {
  margin: 10px 0 10px;
}
#colophon .site-info {
  padding: 40px 0;
  text-align: center;
}
#colophon .site-info a {
  color: inherit;
}
/* III.4. SIDEBAR */
.widget-fa,
.widget.widget_rss ul li .rsswidget:before {
  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;
}
.widget {
  margin-bottom: 50px;
  word-wrap: break-word;
}
.widget img {
  height: auto;
  max-width: 100%;
}
.widget ul {
  list-style: none;
  margin: 0;
}
.widget [alt="Call options"] {
  margin: 0 !important;
  vertical-align: 0 !important;
}
.widget .widget-title {
  line-height: 1;
  margin-bottom: 30px;
  position: relative;
  text-transform: uppercase;
  font-size: 140px;
  font-size: 14rem;
  font-size: 14px;
  font-size: 1.4rem;
}
@media only screen and (min-width: 768px) {
  .widget .widget-title {
    font-size: 180px;
    font-size: 18rem;
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.widget.widget_archive select,
.widget.widget_categories select,
.widget.widget_text select {
  cursor: pointer;
  -moz-appearance: none;
  -webkit-appearance: none;
  text-overflow: '';
  width: 100%;
  border: none;
  background: #f3f3f3;
  line-height: 40px;
  padding: 0 20px;
}
.widget.widget_archive select:focus,
.widget.widget_categories select:focus,
.widget.widget_text select:focus {
  outline: none;
}
.widget.widget_archive,
.widget.widget_categories,
.widget.widget_pages,
.widget.widget_meta,
.widget.widget_recent_entries,
.widget.widget_nav_menu {
  line-height: 40px;
}
.widget.widget_archive ul,
.widget.widget_categories ul,
.widget.widget_pages ul,
.widget.widget_meta ul,
.widget.widget_recent_entries ul,
.widget.widget_nav_menu ul {
  padding: 0;
  margin: 0;
}
.widget.widget_archive ul li,
.widget.widget_categories ul li,
.widget.widget_pages ul li,
.widget.widget_meta ul li,
.widget.widget_recent_entries ul li,
.widget.widget_nav_menu ul li {
  margin: 0;
  margin-bottom: 1px;
  background: #f3f3f3;
  padding: 0 20px;
}
.widget.widget_archive ul li a,
.widget.widget_categories ul li a,
.widget.widget_pages ul li a,
.widget.widget_meta ul li a,
.widget.widget_recent_entries ul li a,
.widget.widget_nav_menu ul li a {
  margin-bottom: 1px;
  height: 40px;
  line-height: 1.5;
}
.widget.widget_archive ul li ul,
.widget.widget_categories ul li ul,
.widget.widget_pages ul li ul,
.widget.widget_meta ul li ul,
.widget.widget_recent_entries ul li ul,
.widget.widget_nav_menu ul li ul {
  padding-left: 10px;
  margin: 0;
}
.widget.widget_archive ul li:hover > span.post-count,
.widget.widget_categories ul li:hover > span.post-count {
  color: #fff;
}
.widget.widget_categories ul li a:before {
  content: "\f1ea";
  font-family: "fontawesome";
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  speak: none;
  margin-right: 5px;
}
.widget.widget_categories ul li ul.children li:last-child {
  padding-bottom: 0;
}
.widget.widget_calendar .calendar_wrap {
  border: none;
}
.widget.widget_calendar table {
  font-size: 14px;
  background: #f3f3f3;
}
.widget.widget_calendar table a {
  font-weight: 700;
}
.widget.widget_calendar table caption {
  margin-bottom: 10px;
  padding: 0;
  text-transform: uppercase;
}
.widget.widget_calendar table th,
.widget.widget_calendar table td {
  padding: 5px 0;
  text-align: center;
}
.widget.widget_recent_comments ul li {
  padding: 10px 0;
}
.widget.widget_recent_comments ul li:before {
  content: "\f0e5";
  font-family: "fontawesome";
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  speak: none;
  margin-right: 5px;
}
.widget.widget_recent_comments ul li > span.comment-author-link {
  text-transform: uppercase;
}
.widget.widget_recent_entries li {
  line-height: 1.5;
  padding: 5px 20px !important;
}
.widget.widget_rss {
  line-height: 1.5;
}
.widget.widget_rss img {
  display: none;
}
.widget.widget_rss ul li {
  padding: 15px 0;
}
.widget.widget_rss ul li > a {
  margin-bottom: 5px;
  display: block;
}
.widget.widget_rss ul li .rsswidget {
  font-weight: bold;
}
.widget.widget_rss ul li .rsswidget:before {
  content: "\f09e";
  margin-right: 5px;
}
.widget.widget_rss .rss-date {
  font-size: 12px;
  display: block;
  color: #aaaaaa;
  margin: 0 0 5px 0;
}
.widget.widget_rss cite {
  color: #aaaaaa;
  display: block;
}
.widget.widget_rss cite:before {
  content: "\2014 ";
  margin-right: 5px;
}
.widget.widget_tag_cloud .tagcloud a {
  padding: 0 10px;
  margin: 0 2px 5px 0;
  line-height: 28px;
  display: inline-block;
  font-size: 14px !important;
  color: #fff !important;
}
.widget.widget_tag_cloud .tagcloud a:hover {
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity=50);
}
.widget.widget_nav_menu ul li {
  padding: 0;
  border: none;
  background: #f3f3f3;
  margin-bottom: 1px;
  -webkit-transition: background-color 0.3 ease-out;
  -moz-transition: background-color 0.3 ease-out;
  -o-transition: background-color 0.3 ease-out;
  transition: background-color 0.3 ease-out;
}
.widget.widget_nav_menu ul li a {
  margin-bottom: 1px;
  padding: 0 20px;
  display: block;
  height: 40px;
  line-height: 45px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.widget.widget_nav_menu ul > li:hover > a {
  color: inherit;
}
.widget.widget_nav_menu ul > li.current-menu-item a,
.widget.widget_nav_menu ul > li.current_page_item a {
  padding-left: 15px;
  border-left: 5px solid;
}
.widget.widget_nav_menu .sub-menu {
  padding-left: 10px;
}
.widget.widget_search form {
  position: relative;
}
.widget.widget_search label {
  position: relative;
  display: block;
  margin: 0;
}
.widget.widget_search label:before {
  content: "\f002";
  font-family: "fontawesome";
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  speak: none;
  position: absolute;
  margin-top: -10.5px;
  top: 50%;
  left: 15px;
  color: #aaa;
}
.widget.widget_search input[type="search"] {
  display: block;
  width: 100%;
  line-height: 40px;
  height: 40px;
  padding: 0 20px 0 40px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.widget.widget_search input[type="search"]::-webkit-input-placeholder {
  color: #aaaaaa;
}
.widget.widget_search input[type="search"]:-moz-placeholder {
  color: #aaaaaa;
}
.widget.widget_search input[type="search"]::-moz-placeholder {
  color: #aaaaaa;
}
.widget.widget_search input[type="search"]:-ms-input-placeholder {
  color: #aaaaaa;
}
.widget.widget_search input[type="submit"] {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  height: 40px;
  background: transparent;
  width: 40px;
  text-align: center;
  margin: 0;
}
.widget.widget_search input[type="submit"] i {
  position: relative;
  top: -3px;
}
.widget.widget_booking_single form {
  padding: 15px;
  color: #fff;
}
.widget.widget_booking_single form input,
.widget.widget_booking_single form select {
  background: #fff;
}
.widget.widget_booking_single form button {
  padding: 0 25px;
  height: 50px;
  line-height: 50px;
  width: 100%;
}
.widget.widget_booking_single form .adult-column,
.widget.widget_booking_single form .child-column {
  width: 50%;
  float: left;
}
.widget.widget_booking_single form .room-set {
  *zoom: 1;
  margin-bottom: 0px;
}
.widget.widget_booking_single form .room-set:before,
.widget.widget_booking_single form .room-set:after {
  content: " ";
  display: table;
}
.widget.widget_booking_single form .room-set:after {
  clear: both;
}
.widget.widget_booking_single form .room-set:before,
.widget.widget_booking_single form .room-set:after {
  content: " ";
  display: table;
}
.widget.widget_booking_single form .room-set:after {
  clear: both;
}
.widget.widget_booking_single form .adult-column {
  padding-right: 5px;
}
.widget.widget_booking_single form .child-column {
  padding-left: 5px;
}
.widget.widget_fw_recent_posts .entry {
  *zoom: 1;
  position: relative;
  margin-bottom: 15px;
  line-height: 1.5;
  font-size: 14px;
}
.widget.widget_fw_recent_posts .entry:before,
.widget.widget_fw_recent_posts .entry:after {
  content: " ";
  display: table;
}
.widget.widget_fw_recent_posts .entry:after {
  clear: both;
}
.widget.widget_fw_recent_posts .entry:before,
.widget.widget_fw_recent_posts .entry:after {
  content: " ";
  display: table;
}
.widget.widget_fw_recent_posts .entry:after {
  clear: both;
}
@media only screen and (min-width: 992px) {
  .widget.widget_fw_recent_posts .entry {
    height: 70px;
    padding-left: 85px;
  }
}
.widget.widget_fw_recent_posts .entry .entry-title a {
  font-size: 140px;
  font-size: 14rem;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
  display: block;
  height: 40px;
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-transform: uppercase;
}
.widget.widget_fw_recent_posts .entry span {
  color: rgba(255, 255, 255, 0.5);
}
.widget.widget_fw_recent_posts .entry img {
  width: 30%;
  margin-right: 15px;
  float: left;
}
@media only screen and (min-width: 992px) {
  .widget.widget_fw_recent_posts .entry img {
    position: absolute;
    top: 0;
    left: 0;
    width: 70px;
    margin: 0;
    float: none;
  }
}
.widget.widget_flickr_image_gallery {
  *zoom: 1;
}
.widget.widget_flickr_image_gallery:before,
.widget.widget_flickr_image_gallery:after {
  content: " ";
  display: table;
}
.widget.widget_flickr_image_gallery:after {
  clear: both;
}
.widget.widget_flickr_image_gallery:before,
.widget.widget_flickr_image_gallery:after {
  content: " ";
  display: table;
}
.widget.widget_flickr_image_gallery:after {
  clear: both;
}
.widget.widget_flickr_image_gallery .wrap-flickr {
  margin-left: -5;
  margin-right: -5;
}
.widget.widget_flickr_image_gallery .wrap-flickr .flickr_badge_image {
  display: block;
  position: relative;
  float: left;
  width: 25%;
  min-height: 1px;
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 19px;
  text-align: center;
}
.widget.widget_flickr_image_gallery .wrap-flickr .flickr_badge_image img {
  outline: 8px solid rgba(0, 0, 0, 0.3);
}
.widget.widget_instagram .row {
  margin-left: -5px;
  margin-right: -5px;
}
.widget.widget_instagram .row .entry {
  margin-bottom: 10px;
  display: block;
  position: relative;
  float: left;
  width: 25%;
  min-height: 1px;
  padding-left: 5px;
  padding-right: 5px;
}
.widget.widget_featured_branch .ht-featured-branch {
  padding: 30px;
  color: #fff;
}
.widget.widget_featured_branch .entry-media {
  margin-bottom: 15px;
}
.widget.widget_featured_branch .entry-media .entry-media-inner {
  position: relative;
}
.widget.widget_featured_branch .entry-content .entry-title {
  font-size: 140px;
  font-size: 14rem;
  font-size: 14px;
  font-size: 1.4rem;
  text-transform: uppercase;
}
.widget.widget_featured_branch .entry-content .entry-feedback .entry-rate {
  font-size: 24px;
  position: relative;
  width: auto;
  display: inline-block;
}
.widget.widget_featured_branch .entry-content .entry-feedback .entry-rate:before {
  content: "\f4b2\f4b2\f4b2\f4b2\f4b2";
  font-family: "Ionicons";
  display: inline-block;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
.widget.widget_featured_branch .entry-content .entry-feedback .entry-rate .entry-rate-value {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
.widget.widget_featured_branch .entry-content .entry-feedback .entry-rate .entry-rate-value:before {
  content: "\f4b3\f4b3\f4b3\f4b3\f4b3";
  font-family: "Ionicons";
  display: inline-block;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
.widget.widget_featured_branch .entry-content .entry-feedback .entry-based-on {
  vertical-align: top;
  display: inline-block;
  line-height: 20px;
  color: #fff;
}
.widget.widget_featured_branch .entry-content .entry-feedback .entry-no-rating {
  line-height: 36px;
}
.widget.widget_featured_branch .entry-content table.entry-custom-fields {
  border: none;
  width: auto;
  margin: 20px 0;
}
.widget.widget_featured_branch .entry-content table.entry-custom-fields td {
  border: none;
  padding: 2px 0;
  text-transform: uppercase;
}
.widget.widget_featured_branch .entry-content .entry-comments {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  text-align: center;
}
.widget.widget_featured_branch .entry-content .entry-comments:before {
  content: "\f347";
  font-family: "Ionicons";
  display: inline-block;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  font-size: 200pxpx;
  font-size: 20pxrem;
  font-size: 20px;
  font-size: 2rem;
  margin: 15px 0;
}
.widget.widget_featured_branch .entry-content .entry-comments .owl-dots {
  margin-top: 15px;
}
.widget.widget_branch_search form {
  border-width: 1px;
  border-style: solid;
  padding: 15px 15px 60px;
  background: url('../images/branch-search-widget-bg.jpg') 135px bottom no-repeat;
  -webkit-transition: background 0.3s ease-out;
  -moz-transition: background 0.3s ease-out;
  -o-transition: background 0.3s ease-out;
  transition: background 0.3s ease-out;
}
@media only screen and (min-width: 768px) {
  .widget.widget_branch_search form {
    padding: 30px 30px 60px;
  }
}
.widget.widget_branch_search form .entry-label {
  margin-bottom: 10px;
}
.widget.widget_branch_search form input[type="text"] {
  margin-bottom: 15px;
}
.widget.widget_branch_search form:hover {
  background-position: 125px bottom;
}
/* III.5. POST */
/* Post
--------------------------- */
.post {
  *zoom: 1;
  position: relative;
}
.post:before,
.post:after {
  content: " ";
  display: table;
}
.post:after {
  clear: both;
}
.post:before,
.post:after {
  content: " ";
  display: table;
}
.post:after {
  clear: both;
}
.post:not(.single) {
  padding-bottom: 50px;
  margin-bottom: 50px;
  border-bottom: 1px solid #ddd;
}
.post:not(.single):last-child {
  border-bottom: none;
}
.post:not(.single) .post-inner {
  *zoom: 1;
}
.post:not(.single) .post-inner:before,
.post:not(.single) .post-inner:after {
  content: " ";
  display: table;
}
.post:not(.single) .post-inner:after {
  clear: both;
}
.post:not(.single) .post-inner:before,
.post:not(.single) .post-inner:after {
  content: " ";
  display: table;
}
.post:not(.single) .post-inner:after {
  clear: both;
}
@media only screen and (max-width: 767px) {
  .post:not(.single) .post-inner .entry-media {
    margin-bottom: 30px;
  }
}
.post:not(.single) .post-inner .entry-content .sticky-icon {
  width: 50px;
  height: 30px;
  z-index: 2;
  margin-bottom: 15px;
}
.post:not(.single) .post-inner .entry-content .sticky-icon div {
  position: relative;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: rgba(255, 255, 255, 0.8);
}
.post:not(.single) .post-inner .entry-content .sticky-icon div i {
  font-size: 20px;
  line-height: 30px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
}
.post:not(.single) .post-inner .entry-content .sticky-icon div:before,
.post:not(.single) .post-inner .entry-content .sticky-icon div:after {
  content: '';
  position: absolute;
  right: -20px;
}
.post:not(.single) .post-inner .entry-content .sticky-icon div:before {
  top: 0;
  width: 0;
  height: 0;
  border-bottom: 0 solid transparent;
  border-right: 20px solid transparent;
  border-top: 15px solid #064294;
}
.post:not(.single) .post-inner .entry-content .sticky-icon div:after {
  bottom: 0;
  width: 0;
  height: 0;
  border-top: 0 solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 15px solid #064294;
}
.post:not(.single) .post-inner .entry-content .entry-header .entry-title a {
  color: inherit;
  font-size: 240px;
  font-size: 24rem;
  font-size: 24px;
  font-size: 2.4rem;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  .post:not(.single) .post-inner .entry-content .entry-header .entry-title a {
    font-size: 180px;
    font-size: 18rem;
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.post:not(.single) .post-inner .entry-content .entry-summary p {
  margin-bottom: 0;
}
.post:not(.single) .post-inner .entry-content .read-more {
  margin-top: 40px;
}
.post.single .entry-header {
  margin-bottom: 40px;
}
.post.single .entry-header .entry-title {
  text-transform: uppercase;
  font-size: 180px;
  font-size: 18rem;
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .post.single .entry-header .entry-title {
    font-size: 240px;
    font-size: 24rem;
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.post.single .entry-header .entry-meta-info {
  text-transform: uppercase;
  color: #a4adc0;
  *zoom: 1;
}
.post.single .entry-header .entry-meta-info:before,
.post.single .entry-header .entry-meta-info:after {
  content: " ";
  display: table;
}
.post.single .entry-header .entry-meta-info:after {
  clear: both;
}
.post.single .entry-header .entry-meta-info:before,
.post.single .entry-header .entry-meta-info:after {
  content: " ";
  display: table;
}
.post.single .entry-header .entry-meta-info:after {
  clear: both;
}
.post.single .entry-header .entry-meta-info .entry-meta {
  float: left;
  margin-right: 15px;
}
.post.single .entry-header .entry-meta-info .entry-meta a {
  border-bottom: 1px dotted transparent;
}
.post.single .entry-header .entry-meta-info .entry-meta a:hover {
  border-bottom: 1px dotted;
}
.post.single .entry-footer {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  line-height: 34px;
  padding: 10px 0;
  margin-top: 30px;
  *zoom: 1;
}
.post.single .entry-footer:before,
.post.single .entry-footer:after {
  content: " ";
  display: table;
}
.post.single .entry-footer:after {
  clear: both;
}
.post.single .entry-footer:before,
.post.single .entry-footer:after {
  content: " ";
  display: table;
}
.post.single .entry-footer:after {
  clear: both;
}
.post.single .entry-footer .entry-meta.tags {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  font-weight: 700;
}
@media (min-width: 768px) {
  .post.single .entry-footer .entry-meta.tags {
    float: left;
    width: 50%;
  }
}
.post.single .entry-footer .entry-meta.tags a {
  font-weight: 300;
  color: inherit;
}
.post.single .entry-footer .entry-meta.tags a:hover:after {
  display: none;
}
.post.single .entry-footer .entry-meta.tags i {
  margin-right: 5px;
}
.post.single .entry-footer .entry-social-sharer {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .post.single .entry-footer .entry-social-sharer {
    float: left;
    width: 50%;
  }
}
@media only screen and (min-width: 768px) {
  .post.single .entry-footer .entry-social-sharer {
    text-align: right;
  }
}
.post.single .entry-footer .entry-social-sharer .connect-with {
  margin-right: 5px;
}
.post.single .entry-footer .entry-social-sharer .icon-list {
  display: inline-block;
}
.post.single .entry-footer .entry-social-sharer a {
  position: relative;
  z-index: 3;
  display: inline-block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  font-size: 16px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin-right: 6px;
  color: #fff;
  background: #a4adc0;
}
.post.single .entry-footer .entry-social-sharer a.fa-facebook {
  background: #064294;
}
.post.single .entry-footer .entry-social-sharer a.fa-twitter {
  background: #12b0ea;
}
.post.single .entry-footer .entry-social-sharer a.fa-google {
  background: #e22641;
}
/* Pagination
--------------------------- */
.navigation.paging-navigation {
  text-align: right;
  margin-bottom: 50px;
  clear: both;
}
.navigation.paging-navigation .ht-pagination li {
  display: inline-block;
}
.navigation.paging-navigation .ht-pagination li > span,
.navigation.paging-navigation .ht-pagination li a {
  height: 40px;
  line-height: 40px;
  width: 40px;
  text-align: center;
  display: block;
}
.navigation.paging-navigation .ht-pagination li a {
  position: relative;
  color: #fff;
}
.navigation.paging-navigation .ht-pagination li a:hover {
  color: #fff;
}
.navigation.paging-navigation .ht-pagination li span {
  cursor: default;
}
.ht-post-nav-link {
  *zoom: 1;
}
.ht-post-nav-link:before,
.ht-post-nav-link:after {
  content: " ";
  display: table;
}
.ht-post-nav-link:after {
  clear: both;
}
.ht-post-nav-link:before,
.ht-post-nav-link:after {
  content: " ";
  display: table;
}
.ht-post-nav-link:after {
  clear: both;
}
.ht-post-nav-link > a {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  height: 40px;
  padding: 0 20px;
  display: inline-block;
  box-shadow: none;
  border: none;
  cursor: pointer;
  position: relative;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 40px;
  color: #fff;
}
.ht-post-nav-link > a:active {
  top: 1px;
}
.ht-post-nav-link > a.solid {
  line-height: 40px;
  color: #fff;
}
.ht-post-nav-link > a.solid:hover,
.ht-post-nav-link > a.solid:focus {
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  -webkit-opacity: 0.7;
  opacity: 0.7;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
  filter: alpha(opacity=70);
}
.ht-post-nav-link > a.border {
  border: 2px solid;
  background: transparent;
  line-height: 38px;
}
.ht-post-nav-link > a.square {
  -webkit-border-radius: 0;
  border-radius: 0;
}
.ht-post-nav-link > a.soft {
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.ht-post-nav-link > a.round {
  -webkit-border-radius: 100px;
  border-radius: 100px;
}
.ht-post-nav-link > a:hover,
.ht-post-nav-link > a:focus {
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  -webkit-opacity: 0.7;
  opacity: 0.7;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
  filter: alpha(opacity=70);
}
.ht-post-nav-link > a:first-child {
  float: left;
}
.ht-post-nav-link > a:last-child {
  float: right;
}
/* Post single
--------------------------- */
.author-box {
  padding: 30px 0;
}
@media only screen and (max-width: 767px) {
  .author-box .author-avatar,
  .author-box .author-detail {
    text-align: center;
  }
  .author-box .author-avatar {
    margin-bottom: 10px;
  }
}
.author-box .author-avatar img {
  border: 5px solid #f3f3f3;
}
.author-box .author-name {
  font-size: 140px;
  font-size: 14rem;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
  text-transform: uppercase;
}
.author-box .bio {
  margin-top: 20px;
}
.author-box .social-icon {
  position: relative;
  line-height: 40px;
  margin-top: 20px;
  *zoom: 1;
}
.author-box .social-icon:before,
.author-box .social-icon:after {
  content: " ";
  display: table;
}
.author-box .social-icon:after {
  clear: both;
}
.author-box .social-icon:before,
.author-box .social-icon:after {
  content: " ";
  display: table;
}
.author-box .social-icon:after {
  clear: both;
}
.author-box .social-icon .connect-with {
  margin-right: 10px;
  display: inline-block;
}
.author-box .social-icon .icon-list {
  display: inline-block;
  position: relative;
}
.author-box .social-icon .icon-list a {
  position: relative;
  z-index: 3;
  display: inline-block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  font-size: 16px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin-right: 6px;
  color: #fff;
  background: #a4adc0;
}
/* Comment
--------------------------- */
#comments:not(.fw-feedback-comment) {
  margin-top: 50px;
}
#comments:not(.fw-feedback-comment) ol {
  list-style: none;
  margin: 0;
}
#comments:not(.fw-feedback-comment) .comments-inner {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  margin-top: 50px;
  padding-top: 50px;
}
#comments:not(.fw-feedback-comment) .comments-title {
  margin-bottom: 30px;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 140px;
  font-size: 14rem;
  font-size: 14px;
  font-size: 1.4rem;
}
@media only screen and (min-width: 768px) {
  #comments:not(.fw-feedback-comment) .comments-title {
    font-size: 180px;
    font-size: 18rem;
    font-size: 18px;
    font-size: 1.8rem;
  }
}
#comments:not(.fw-feedback-comment) .comment-list {
  background: #f3f3f3;
  padding: 35px;
}
#comments:not(.fw-feedback-comment) .comment-list > .comment > ol {
  padding-left: 20px;
}
@media (min-width: 768px) {
  #comments:not(.fw-feedback-comment) .comment-list > .comment > ol {
    padding-left: 60px;
  }
}
#comments:not(.fw-feedback-comment) .comment-list > .comment > ol > .comment > ol {
  padding-left: 20px;
}
@media (min-width: 768px) {
  #comments:not(.fw-feedback-comment) .comment-list > .comment > ol > .comment > ol {
    padding-left: 60px;
  }
}
#comments:not(.fw-feedback-comment) .comment-list .children .comment-content {
  padding-left: 15px;
}
#comments:not(.fw-feedback-comment) .comment {
  line-height: 34px;
}
#comments:not(.fw-feedback-comment) .comment > div {
  overflow: hidden;
  padding: 15px;
  margin-bottom: 15px;
}
#comments:not(.fw-feedback-comment) .comment .comment-reply-title {
  margin-bottom: 15px !important;
}
#comments:not(.fw-feedback-comment) .comment .comment-form {
  padding: 0 !important;
}
#comments:not(.fw-feedback-comment) .comment-author {
  float: left;
  width: 15%;
  text-align: center;
  max-width: 80px;
}
#comments:not(.fw-feedback-comment) .comment-author img {
  max-width: 100%;
  height: auto;
  margin: 0;
}
#comments:not(.fw-feedback-comment) .comment-author .comment-reply {
  position: relative;
  margin-top: 1px;
}
#comments:not(.fw-feedback-comment) .comment-author .comment-reply:after,
#comments:not(.fw-feedback-comment) .comment-author .comment-reply:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity=50);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#comments:not(.fw-feedback-comment) .comment-author .comment-reply:after {
  width: 0;
}
#comments:not(.fw-feedback-comment) .comment-author .comment-reply:hover:after {
  width: 100%;
}
#comments:not(.fw-feedback-comment) .comment-content {
  position: relative;
  float: left;
  width: 85%;
  padding-left: 30px;
}
#comments:not(.fw-feedback-comment) .metadata {
  overflow: hidden;
}
#comments:not(.fw-feedback-comment) .metadata .fn {
  display: block;
  font-style: normal;
}
#comments:not(.fw-feedback-comment) .metadata .author-name {
  font-size: 120px;
  font-size: 12rem;
  font-size: 12px;
  font-size: 1.2rem;
  text-transform: uppercase;
  line-height: 20px;
  font-weight: 400;
}
#comments:not(.fw-feedback-comment) .metadata .time {
  color: #a4adc0;
  text-transform: uppercase;
  font-size: 140px;
  font-size: 14rem;
  font-size: 14px;
  font-size: 1.4rem;
}
#comments:not(.fw-feedback-comment) .metadata .comment-edit-link {
  float: right;
}
#comments:not(.fw-feedback-comment) .comment-text p {
  line-height: 1.5;
  margin-bottom: 10px;
}
#comments:not(.fw-feedback-comment) .comment-reply-link {
  border-bottom: 1px solid;
}
#comments:not(.fw-feedback-comment) .comment-respond {
  margin-top: 50px;
}
#comments:not(.fw-feedback-comment) .comment-respond > .comment-form {
  background: #f3f3f3;
  padding: 15px 20px;
}
@media only screen and (min-width: 768px) {
  #comments:not(.fw-feedback-comment) .comment-respond > .comment-form {
    padding: 40px 45px;
  }
}
#comments:not(.fw-feedback-comment) .comment-respond > .comment-form > p {
  margin-bottom: 15px;
}
#comments:not(.fw-feedback-comment) .comment-respond .comment-reply-title {
  margin-bottom: 30px;
  text-transform: uppercase;
  font-size: 140px;
  font-size: 14rem;
  font-size: 14px;
  font-size: 1.4rem;
}
@media only screen and (min-width: 768px) {
  #comments:not(.fw-feedback-comment) .comment-respond .comment-reply-title {
    font-size: 180px;
    font-size: 18rem;
    font-size: 18px;
    font-size: 1.8rem;
  }
}
#comments:not(.fw-feedback-comment) .comment-respond #cancel-comment-reply-link {
  color: rgba(255, 0, 0, 0.5);
  font-size: 14px;
  margin-left: 15px;
}
#comments:not(.fw-feedback-comment) .comment-respond #cancel-comment-reply-link:before {
  content: "\f057";
  font-family: "fontawesome";
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  speak: none;
  margin-right: 5px;
}
#comments:not(.fw-feedback-comment) .comment-respond #cancel-comment-reply-link:hover {
  color: #ff0000;
}
#comments:not(.fw-feedback-comment) .comment-respond .logged-in-as {
  color: rgba(0, 0, 0, 0.7);
  margin-bottom: 15px;
}
#comments:not(.fw-feedback-comment) .comment-respond label {
  text-transform: uppercase;
  font-weight: 700;
}
#comments:not(.fw-feedback-comment) .comment-respond input,
#comments:not(.fw-feedback-comment) .comment-respond textarea {
  padding: 8px 15px;
  display: block;
  width: 100%;
  margin-bottom: 15px;
  background: transparent;
  border: 1px solid #a4adc0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#comments:not(.fw-feedback-comment) .comment-respond input::-webkit-input-placeholder,
#comments:not(.fw-feedback-comment) .comment-respond textarea::-webkit-input-placeholder {
  color: #888888;
}
#comments:not(.fw-feedback-comment) .comment-respond input:-moz-placeholder,
#comments:not(.fw-feedback-comment) .comment-respond textarea:-moz-placeholder {
  color: #888888;
}
#comments:not(.fw-feedback-comment) .comment-respond input::-moz-placeholder,
#comments:not(.fw-feedback-comment) .comment-respond textarea::-moz-placeholder {
  color: #888888;
}
#comments:not(.fw-feedback-comment) .comment-respond input:-ms-input-placeholder,
#comments:not(.fw-feedback-comment) .comment-respond textarea:-ms-input-placeholder {
  color: #888888;
}
#comments:not(.fw-feedback-comment) .comment-respond input:focus,
#comments:not(.fw-feedback-comment) .comment-respond textarea:focus {
  background: #fff;
}
#comments:not(.fw-feedback-comment) .comment-respond textarea {
  resize: none;
  resize: vertical;
  transition: none;
  transition: border .3s;
  -webit-transition: border .3s;
}
#comments:not(.fw-feedback-comment) .comment-respond .comment-notes {
  margin-bottom: 15px;
  color: #a4adc0;
}
#comments:not(.fw-feedback-comment) .comment-respond .form-allowed-tags {
  color: #aeaeae;
  display: none;
}
@media only screen and (min-width: 768px) {
  #comments:not(.fw-feedback-comment) .comment-respond .comment-form-author,
  #comments:not(.fw-feedback-comment) .comment-respond .comment-form-email,
  #comments:not(.fw-feedback-comment) .comment-respond .comment-form-url {
    float: left;
    width: 33.3334%;
  }
}
#comments:not(.fw-feedback-comment) .comment-respond .comment-form-author,
#comments:not(.fw-feedback-comment) .comment-respond .comment-form-email,
#comments:not(.fw-feedback-comment) .comment-respond .comment-form-url {
  margin-bottom: 10px;
  position: relative;
}
#comments:not(.fw-feedback-comment) .comment-respond .comment-form-author input,
#comments:not(.fw-feedback-comment) .comment-respond .comment-form-email input,
#comments:not(.fw-feedback-comment) .comment-respond .comment-form-url input {
  margin: 0;
  line-height: 44px;
  height: 44px;
}
#comments:not(.fw-feedback-comment) .comment-respond .comment-form-author,
#comments:not(.fw-feedback-comment) .comment-respond .comment-form-email,
#comments:not(.fw-feedback-comment) .comment-respond .comment-form-url,
#comments:not(.fw-feedback-comment) .comment-respond .comment-form-comment {
  margin-bottom: 10px;
}
#comments:not(.fw-feedback-comment) .comment-respond .comment-form-author label,
#comments:not(.fw-feedback-comment) .comment-respond .comment-form-email label,
#comments:not(.fw-feedback-comment) .comment-respond .comment-form-url label,
#comments:not(.fw-feedback-comment) .comment-respond .comment-form-comment label {
  display: block;
  font-weight: 700;
  margin-bottom: 10px;
}
#comments:not(.fw-feedback-comment) .comment-respond .comment-form-author label .optional,
#comments:not(.fw-feedback-comment) .comment-respond .comment-form-email label .optional,
#comments:not(.fw-feedback-comment) .comment-respond .comment-form-url label .optional,
#comments:not(.fw-feedback-comment) .comment-respond .comment-form-comment label .optional {
  font-weight: 400;
  color: #a4adc0;
}
@media only screen and (min-width: 768px) {
  #comments:not(.fw-feedback-comment) .comment-respond .comment-form-author,
  #comments:not(.fw-feedback-comment) .comment-respond .comment-form-email {
    padding-right: 5px;
  }
}
#comments:not(.fw-feedback-comment) .comment-respond .comment-form-comment {
  clear: both;
  position: relative;
}
#comments:not(.fw-feedback-comment) .comment-respond .form-submit {
  text-align: right;
}
#comments:not(.fw-feedback-comment) .comment-respond .form-submit [type="submit"] {
  width: auto;
  cursor: pointer;
  display: inline-block;
  border: 1px solid;
  line-height: 40px;
  color: #fff;
  height: 40px;
  line-height: 42px;
  padding: 0 40px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 0;
}
#comments:not(.fw-feedback-comment) .comment-respond .form-submit [type="submit"]:hover,
#comments:not(.fw-feedback-comment) .comment-respond .form-submit [type="submit"]:focus {
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  -webkit-opacity: 0.7;
  opacity: 0.7;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
  filter: alpha(opacity=70);
}
#comments:not(.fw-feedback-comment) .comment-respond .form-submit [type="submit"]:focus,
#comments:not(.fw-feedback-comment) .comment-respond .form-submit [type="submit"]:hover {
  color: #fff;
}
/* Other post elements
--------------------------- */
.fw-pest {
  margin-bottom: 30px;
}
.fw-pest:not(.single) .entry-content {
  padding: 15px;
}
@media only screen and (min-width: 768px) {
  .fw-pest:not(.single) .entry-content {
    padding: 30px;
  }
}
.fw-pest:not(.single) .entry-content .entry-title {
  font-size: 140px;
  font-size: 14rem;
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 10px;
}
.fw-pest:not(.single) .entry-content .entry-description p {
  margin: 0;
}
.fw-pest .entry-footer {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  line-height: 34px;
  padding: 10px 0;
  margin-top: 30px;
  *zoom: 1;
}
.fw-pest .entry-footer:before,
.fw-pest .entry-footer:after {
  content: " ";
  display: table;
}
.fw-pest .entry-footer:after {
  clear: both;
}
.fw-pest .entry-footer:before,
.fw-pest .entry-footer:after {
  content: " ";
  display: table;
}
.fw-pest .entry-footer:after {
  clear: both;
}
.fw-pest .entry-footer .entry-meta.tags {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  font-weight: 700;
}
@media (min-width: 768px) {
  .fw-pest .entry-footer .entry-meta.tags {
    float: left;
    width: 50%;
  }
}
.fw-pest .entry-footer .entry-meta.tags a {
  font-weight: 300;
  color: inherit;
}
.fw-pest .entry-footer .entry-meta.tags a:hover:after {
  display: none;
}
.fw-pest .entry-footer .entry-meta.tags i {
  margin-right: 5px;
}
.fw-pest .entry-footer .entry-social-sharer {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .fw-pest .entry-footer .entry-social-sharer {
    float: left;
    width: 50%;
  }
}
@media only screen and (min-width: 768px) {
  .fw-pest .entry-footer .entry-social-sharer {
    text-align: right;
  }
}
.fw-pest .entry-footer .entry-social-sharer .connect-with {
  margin-right: 5px;
}
.fw-pest .entry-footer .entry-social-sharer .icon-list {
  display: inline-block;
}
.fw-pest .entry-footer .entry-social-sharer a {
  position: relative;
  z-index: 3;
  display: inline-block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  font-size: 16px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin-right: 6px;
  color: #fff;
  background: #a4adc0;
}
.ht-pest-search-form-wrapper {
  margin-bottom: 50px;
  padding: 20px 30px;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .ht-pest-search-form-wrapper {
    padding-right: 240px;
  }
}
.ht-pest-search-form-wrapper .left-col .entry-label {
  position: relative;
  padding-left: 100px;
  min-height: 100px;
  color: #232323;
  margin-bottom: 25px;
}
.ht-pest-search-form-wrapper .left-col .entry-label .this-entry-media {
  position: absolute;
  top: 0;
  left: 0;
  height: 100px;
  width: 80px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left center;
}
.ht-pest-search-form-wrapper .left-col .entry-label .this-title {
  font-size: 240px;
  font-size: 24rem;
  font-size: 24px;
  font-size: 2.4rem;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.ht-pest-search-form-wrapper .left-col .entry-label .this-subtitle {
  line-height: 1.7;
}
.ht-pest-search-form-wrapper .left-col .field-wrapper input {
  background: transparent;
  line-height: 48px;
  height: 50px;
  padding: 0 20px;
  border: 1px solid;
}
.ht-pest-search-form-wrapper .left-col .field-wrapper input:focus {
  color: #232323;
}
.ht-pest-search-form-wrapper .left-col .field-wrapper .field-desciption {
  display: block;
  margin-top: 15px;
}
.ht-pest-search-form-wrapper .right-col {
  position: absolute;
  top: 20px;
  right: 30px;
  bottom: 20px;
  width: 170px;
  text-align: center;
  cursor: pointer;
  border: none;
}
.ht-pest-search-form-wrapper .right-col:before {
  position: absolute;
  top: 50%;
  margin-top: -20px;
  left: -20px;
  content: '';
  height: 0;
  width: 0;
  border-top: 20px solid transparent !important;
  border-bottom: 20px solid transparent !important;
  border-right: 20px solid;
}
.ht-pest-search-form-wrapper .right-col .button-text {
  display: block;
  width: 100%;
  height: 75px;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -37.5px;
}
.ht-pest-search-form-wrapper .right-col .button-text span {
  display: block;
  color: #fff;
}
.ht-pest-search-form-wrapper .right-col .button-text span:first-child {
  font-size: 360px;
  font-size: 36rem;
  font-size: 36px;
  font-size: 3.6rem;
}
.ht-pest-cat-header {
  margin-bottom: 30px;
}
.ht-pest-cat-header .entry-title {
  margin-bottom: 30px;
}
.ht-branches .fw-branch {
  margin-bottom: 30px;
}
.ht-branches .fw-branch .entry-media .entry-media-inner {
  position: relative;
}
.ht-branches .fw-branch .entry-media .entry-manager {
  position: absolute;
  right: 20px;
  bottom: 20px;
  left: 20px;
}
.ht-branches .fw-branch .entry-media .entry-manager .this-entry-media {
  position: absolute;
  width: 70px;
  left: 0;
  bottom: 0;
}
.ht-branches .fw-branch .entry-media .entry-manager .this-entry-main-content {
  padding-left: 85px;
  height: 55px;
  padding-top: 12px;
  text-transform: uppercase;
}
.ht-branches .fw-branch .entry-media .entry-manager .this-entry-main-content .this-entry-title {
  display: block;
  font-size: 140px;
  font-size: 14rem;
  font-size: 14px;
  font-size: 1.4rem;
}
.ht-branches .fw-branch .entry-content .entry-title {
  font-size: 240px;
  font-size: 24rem;
  font-size: 24px;
  font-size: 2.4rem;
  text-transform: uppercase;
}
.ht-branches .fw-branch .entry-content .entry-feedback .entry-rate {
  font-size: 24px;
  position: relative;
  width: auto;
  display: inline-block;
}
.ht-branches .fw-branch .entry-content .entry-feedback .entry-rate:before {
  content: "\f4b2\f4b2\f4b2\f4b2\f4b2";
  font-family: "Ionicons";
  display: inline-block;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
.ht-branches .fw-branch .entry-content .entry-feedback .entry-rate .entry-rate-value {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
.ht-branches .fw-branch .entry-content .entry-feedback .entry-rate .entry-rate-value:before {
  content: "\f4b3\f4b3\f4b3\f4b3\f4b3";
  font-family: "Ionicons";
  display: inline-block;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
.ht-branches .fw-branch .entry-content .entry-feedback .entry-based-on {
  vertical-align: top;
  display: inline-block;
  line-height: 36px;
  margin-left: 30px;
}
.ht-branches .fw-branch .entry-content .entry-feedback .entry-no-rating {
  line-height: 36px;
}
.ht-branches .fw-branch .entry-content table.entry-custom-fields {
  border: none;
  width: auto;
  margin-bottom: 20px;
}
.ht-branches .fw-branch .entry-content table.entry-custom-fields td {
  border: none;
  padding: 5px 0;
  text-transform: uppercase;
}
.ht-branches .fw-branch .entry-content table.entry-custom-fields td.this-value {
  padding-left: 15px;
}
.ht-branches .fw-branch .entry-content .entry-social-sharer {
  margin-bottom: 30px;
}
.ht-branches .fw-branch .entry-content .entry-social-sharer .connect-with {
  text-transform: uppercase;
  margin-right: 5px;
  margin-bottom: 5px;
  display: block;
}
.ht-branches .fw-branch .entry-content .entry-social-sharer .icon-list {
  display: inline-block;
}
.ht-branches .fw-branch .entry-content .entry-social-sharer a {
  position: relative;
  z-index: 3;
  display: inline-block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  font-size: 16px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin-right: 6px;
  color: #fff;
  background: #a4adc0;
}
.ht-branches .fw-branch .entry-content .entry-social-sharer a.fa-facebook {
  background: #064294;
}
.ht-branches .fw-branch .entry-content .entry-social-sharer a.fa-twitter {
  background: #12b0ea;
}
.ht-branches .fw-branch .entry-content .entry-social-sharer a.fa-google {
  background: #e22641;
}
.ht-branches .fw-branch .entry-content .entry-tags .this-heading {
  font-size: 180px;
  font-size: 18rem;
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 20px;
}
.ht-branches .fw-branch .entry-content .entry-tags a {
  display: inline-block;
  width: auto;
  padding: 10px 20px;
  line-height: 1.1;
  margin-bottom: 4px;
  font-weight: 700;
  color: #232323;
}
.ht-branches .fw-branch.single .entry-media {
  margin-bottom: 30px;
}
.ht-branches .fw-branch.single .entry-media .entry-manager {
  right: auto;
}
.ht-branches .fw-branch.single .entry-media .entry-manager .this-entry-main-content {
  padding-right: 30px;
}
.ht-branches .fw-branch.single .entry-custom-fields td {
  color: #232323 !important;
}
#comments.fw-feedback-comment {
  border-top: 1px solid #ddd;
  padding-top: 50px;
}
#comments.fw-feedback-comment ol {
  list-style: none;
  margin: 0;
}
#comments.fw-feedback-comment .comments-title {
  margin-bottom: 30px;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 140px;
  font-size: 14rem;
  font-size: 14px;
  font-size: 1.4rem;
}
@media only screen and (min-width: 768px) {
  #comments.fw-feedback-comment .comments-title {
    font-size: 180px;
    font-size: 18rem;
    font-size: 18px;
    font-size: 1.8rem;
  }
}
#comments.fw-feedback-comment .comment-list {
  background: #f3f3f3;
  padding: 35px;
}
#comments.fw-feedback-comment .fw-feedback {
  *zoom: 1;
  line-height: 34px;
  margin-bottom: 15px;
}
#comments.fw-feedback-comment .fw-feedback:before,
#comments.fw-feedback-comment .fw-feedback:after {
  content: " ";
  display: table;
}
#comments.fw-feedback-comment .fw-feedback:after {
  clear: both;
}
#comments.fw-feedback-comment .fw-feedback:before,
#comments.fw-feedback-comment .fw-feedback:after {
  content: " ";
  display: table;
}
#comments.fw-feedback-comment .fw-feedback:after {
  clear: both;
}
#comments.fw-feedback-comment .fw-feedback > div {
  overflow: hidden;
  padding: 15px;
}
#comments.fw-feedback-comment .fw-feedback .comment-reply-title {
  margin-bottom: 15px !important;
}
#comments.fw-feedback-comment .fw-feedback .comment-form {
  padding: 0 !important;
}
#comments.fw-feedback-comment .comment-author.vcard {
  float: left;
  width: 15%;
  text-align: center;
  max-width: 80px;
}
#comments.fw-feedback-comment .comment-author.vcard img {
  max-width: 100%;
  height: auto;
  margin: 0;
}
#comments.fw-feedback-comment .comment-author.vcard .comment-reply {
  position: relative;
  margin-top: 1px;
}
#comments.fw-feedback-comment .comment-author.vcard .comment-reply:after,
#comments.fw-feedback-comment .comment-author.vcard .comment-reply:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity=50);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#comments.fw-feedback-comment .comment-author.vcard .comment-reply:after {
  width: 0;
}
#comments.fw-feedback-comment .comment-author.vcard .comment-reply:hover:after {
  width: 100%;
}
#comments.fw-feedback-comment .comment-metadata {
  width: 85%;
  float: left;
  padding-left: 15px;
  overflow: hidden;
}
#comments.fw-feedback-comment .comment-metadata .comment-author {
  *zoom: 1;
  display: block;
  font-size: 120px;
  font-size: 12rem;
  font-size: 12px;
  font-size: 1.2rem;
  text-transform: uppercase;
  line-height: 20px;
  font-weight: 400;
}
#comments.fw-feedback-comment .comment-metadata .comment-author:before,
#comments.fw-feedback-comment .comment-metadata .comment-author:after {
  content: " ";
  display: table;
}
#comments.fw-feedback-comment .comment-metadata .comment-author:after {
  clear: both;
}
#comments.fw-feedback-comment .comment-metadata .comment-author:before,
#comments.fw-feedback-comment .comment-metadata .comment-author:after {
  content: " ";
  display: table;
}
#comments.fw-feedback-comment .comment-metadata .comment-author:after {
  clear: both;
}
#comments.fw-feedback-comment .comment-metadata .comment-author .fn {
  display: block;
  font-style: normal;
  float: left;
}
#comments.fw-feedback-comment .comment-metadata .comment-author .wrap-rating.listing {
  position: relative;
  height: 20px;
  padding-left: 22px;
  float: left;
}
#comments.fw-feedback-comment .comment-metadata .comment-author .wrap-rating.listing:before {
  content: '';
  width: 15px;
  height: 1px;
  display: block;
  position: absolute;
  top: 50%;
  left: 5px;
  -moz-opacity: 0.85;
  -khtml-opacity: 0.85;
  -webkit-opacity: 0.85;
  opacity: 0.85;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=85);
  filter: alpha(opacity=85);
}
#comments.fw-feedback-comment .comment-metadata .comment-author .wrap-rating.listing > .rating {
  display: inline-block;
}
#comments.fw-feedback-comment .comment-metadata .comment-author .wrap-rating.listing > .rating > span {
  line-height: 20px;
  font-size: 18px;
}
#comments.fw-feedback-comment .comment-metadata .comment-author .wrap-rating.listing > .rating > span:before {
  content: "\f4b2";
  font-family: "Ionicons";
  display: inline-block;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
#comments.fw-feedback-comment .comment-metadata .comment-author .wrap-rating.listing > .rating > span.voted:before {
  content: "\f4b3";
  font-family: "Ionicons";
  display: inline-block;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
#comments.fw-feedback-comment .comment-metadata .comment-content {
  position: relative;
}
#comments.fw-feedback-comment .comment-metadata .comment-content p {
  line-height: 1.5;
  margin-bottom: 10px;
}
#comments.fw-feedback-comment .comment-metadata .comment-time {
  text-transform: uppercase;
  font-size: 140px;
  font-size: 14rem;
  font-size: 14px;
  font-size: 1.4rem;
  position: relative;
  top: -5px;
}
#comments.fw-feedback-comment .comment-metadata .edit-link {
  float: right;
}
#comments.fw-feedback-comment .comment-metadata .comment-reply-link {
  border-bottom: 1px solid;
}
#comments.fw-feedback-comment .comment-respond {
  margin-top: 50px;
}
#comments.fw-feedback-comment .comment-respond .wrap-rating.in-post {
  position: relative;
}
#comments.fw-feedback-comment .comment-respond .wrap-rating.in-post .rating-title {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 0;
  line-height: 24px;
  margin-right: 10px;
}
#comments.fw-feedback-comment .comment-respond .wrap-rating.in-post > .rating {
  display: inline-block;
}
#comments.fw-feedback-comment .comment-respond .wrap-rating.in-post > .rating > span {
  line-height: 20px;
  font-size: 24px;
}
#comments.fw-feedback-comment .comment-respond .wrap-rating.in-post > .rating > span:before {
  content: "\f4b2";
  font-family: "Ionicons";
  display: inline-block;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
#comments.fw-feedback-comment .comment-respond .wrap-rating.in-post > .rating > span.over:before,
#comments.fw-feedback-comment .comment-respond .wrap-rating.in-post > .rating > span.voted:before {
  content: "\f4b3";
  font-family: "Ionicons";
  display: inline-block;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
#comments.fw-feedback-comment .comment-respond > .comment-form {
  background: #f3f3f3;
  padding: 15px 20px;
}
@media only screen and (min-width: 768px) {
  #comments.fw-feedback-comment .comment-respond > .comment-form {
    padding: 40px 45px;
  }
}
#comments.fw-feedback-comment .comment-respond > .comment-form > p {
  margin-bottom: 15px;
}
#comments.fw-feedback-comment .comment-respond .comment-reply-title {
  margin-bottom: 30px;
  text-transform: uppercase;
  font-size: 140px;
  font-size: 14rem;
  font-size: 14px;
  font-size: 1.4rem;
}
@media only screen and (min-width: 768px) {
  #comments.fw-feedback-comment .comment-respond .comment-reply-title {
    font-size: 180px;
    font-size: 18rem;
    font-size: 18px;
    font-size: 1.8rem;
  }
}
#comments.fw-feedback-comment .comment-respond #cancel-comment-reply-link {
  color: rgba(255, 0, 0, 0.5);
  font-size: 14px;
  margin-left: 15px;
}
#comments.fw-feedback-comment .comment-respond #cancel-comment-reply-link:before {
  content: "\f057";
  font-family: "fontawesome";
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  speak: none;
  margin-right: 5px;
}
#comments.fw-feedback-comment .comment-respond #cancel-comment-reply-link:hover {
  color: #ff0000;
}
#comments.fw-feedback-comment .comment-respond .logged-in-as {
  color: rgba(0, 0, 0, 0.7);
  margin-bottom: 15px;
}
#comments.fw-feedback-comment .comment-respond label {
  text-transform: uppercase;
  font-weight: 700;
}
#comments.fw-feedback-comment .comment-respond input,
#comments.fw-feedback-comment .comment-respond textarea {
  padding: 8px 15px;
  display: block;
  width: 100%;
  margin-bottom: 15px;
  background: transparent;
  border: 1px solid #a4adc0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#comments.fw-feedback-comment .comment-respond input::-webkit-input-placeholder,
#comments.fw-feedback-comment .comment-respond textarea::-webkit-input-placeholder {
  color: #888888;
}
#comments.fw-feedback-comment .comment-respond input:-moz-placeholder,
#comments.fw-feedback-comment .comment-respond textarea:-moz-placeholder {
  color: #888888;
}
#comments.fw-feedback-comment .comment-respond input::-moz-placeholder,
#comments.fw-feedback-comment .comment-respond textarea::-moz-placeholder {
  color: #888888;
}
#comments.fw-feedback-comment .comment-respond input:-ms-input-placeholder,
#comments.fw-feedback-comment .comment-respond textarea:-ms-input-placeholder {
  color: #888888;
}
#comments.fw-feedback-comment .comment-respond input:focus,
#comments.fw-feedback-comment .comment-respond textarea:focus {
  background: #fff;
}
#comments.fw-feedback-comment .comment-respond textarea {
  resize: none;
  resize: vertical;
  transition: none;
  transition: border .3s;
  -webit-transition: border .3s;
}
#comments.fw-feedback-comment .comment-respond .comment-notes {
  margin-bottom: 15px;
  color: #a4adc0;
}
#comments.fw-feedback-comment .comment-respond .form-allowed-tags {
  color: #aeaeae;
  display: none;
}
@media only screen and (min-width: 768px) {
  #comments.fw-feedback-comment .comment-respond .comment-form-author,
  #comments.fw-feedback-comment .comment-respond .comment-form-email,
  #comments.fw-feedback-comment .comment-respond .comment-form-url {
    float: left;
    width: 33.3334%;
  }
}
#comments.fw-feedback-comment .comment-respond .comment-form-author,
#comments.fw-feedback-comment .comment-respond .comment-form-email,
#comments.fw-feedback-comment .comment-respond .comment-form-url {
  margin-bottom: 10px;
  position: relative;
}
#comments.fw-feedback-comment .comment-respond .comment-form-author input,
#comments.fw-feedback-comment .comment-respond .comment-form-email input,
#comments.fw-feedback-comment .comment-respond .comment-form-url input {
  margin: 0;
  line-height: 44px;
  height: 44px;
}
#comments.fw-feedback-comment .comment-respond .comment-form-author,
#comments.fw-feedback-comment .comment-respond .comment-form-email,
#comments.fw-feedback-comment .comment-respond .comment-form-url,
#comments.fw-feedback-comment .comment-respond .comment-form-comment {
  margin-bottom: 10px;
}
#comments.fw-feedback-comment .comment-respond .comment-form-author label,
#comments.fw-feedback-comment .comment-respond .comment-form-email label,
#comments.fw-feedback-comment .comment-respond .comment-form-url label,
#comments.fw-feedback-comment .comment-respond .comment-form-comment label {
  display: block;
  font-weight: 700;
  margin-bottom: 10px;
}
#comments.fw-feedback-comment .comment-respond .comment-form-author label .optional,
#comments.fw-feedback-comment .comment-respond .comment-form-email label .optional,
#comments.fw-feedback-comment .comment-respond .comment-form-url label .optional,
#comments.fw-feedback-comment .comment-respond .comment-form-comment label .optional {
  font-weight: 400;
  color: #a4adc0;
}
@media only screen and (min-width: 768px) {
  #comments.fw-feedback-comment .comment-respond .comment-form-author,
  #comments.fw-feedback-comment .comment-respond .comment-form-email {
    padding-right: 5px;
  }
}
#comments.fw-feedback-comment .comment-respond .comment-form-comment {
  clear: both;
  position: relative;
}
#comments.fw-feedback-comment .comment-respond .form-submit {
  text-align: right;
}
#comments.fw-feedback-comment .comment-respond .form-submit [type="submit"] {
  width: auto;
  cursor: pointer;
  display: inline-block;
  border: 1px solid;
  line-height: 40px;
  color: #fff;
  height: 40px;
  line-height: 42px;
  padding: 0 40px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 0;
}
#comments.fw-feedback-comment .comment-respond .form-submit [type="submit"]:hover,
#comments.fw-feedback-comment .comment-respond .form-submit [type="submit"]:focus {
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  -webkit-opacity: 0.7;
  opacity: 0.7;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
  filter: alpha(opacity=70);
}
#comments.fw-feedback-comment .comment-respond .form-submit [type="submit"]:focus,
#comments.fw-feedback-comment .comment-respond .form-submit [type="submit"]:hover {
  color: #fff;
}
.ht-rating-summary-box {
  display: none;
  *zoom: 1;
  border-top: 1px solid #ddd;
  padding-top: 50px;
}
.ht-rating-summary-box:before,
.ht-rating-summary-box:after {
  content: " ";
  display: table;
}
.ht-rating-summary-box:after {
  clear: both;
}
.ht-rating-summary-box:before,
.ht-rating-summary-box:after {
  content: " ";
  display: table;
}
.ht-rating-summary-box:after {
  clear: both;
}
.ht-rating-summary-box > .this-title {
  font-size: 180px;
  font-size: 18rem;
  font-size: 18px;
  font-size: 1.8rem;
  text-transform: uppercase;
  margin-bottom: 50px;
}
.ht-rating-summary-box .entry-overall {
  width: 25%;
  float: left;
  color: #fff;
  text-align: center;
  height: 180px;
  position: relative;
}
.ht-rating-summary-box .entry-overall .entry-score {
  margin-top: 33px;
  height: 52px;
}
.ht-rating-summary-box .entry-overall .entry-score .entry-score-child {
  font-size: 480px;
  font-size: 48rem;
  font-size: 48px;
  font-size: 4.8rem;
}
.ht-rating-summary-box .entry-overall .entry-rate {
  font-size: 20px;
  position: relative;
  width: auto;
  display: inline-block;
}
.ht-rating-summary-box .entry-overall .entry-rate:before {
  content: "\f4b2\f4b2\f4b2\f4b2\f4b2";
  font-family: "Ionicons";
  display: inline-block;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
.ht-rating-summary-box .entry-overall .entry-rate .entry-rate-value {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
.ht-rating-summary-box .entry-overall .entry-rate .entry-rate-value:before {
  content: "\f4b3\f4b3\f4b3\f4b3\f4b3";
  font-family: "Ionicons";
  display: inline-block;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
.ht-rating-summary-box .entry-overall .entry-title {
  position: absolute;
  bottom: 0;
  width: 100%;
  line-height: 30px;
  background: rgba(0, 0, 0, 0.3);
}
.ht-rating-summary-box .entry-rating-snapshot {
  background: #ddd;
  width: 75%;
  float: left;
  padding: 15px 0;
}
.ht-rating-summary-box .entry-rating-snapshot .entry-level {
  position: relative;
  height: 30px;
  padding: 12.5px 15px 0 30px;
}
.ht-rating-summary-box .entry-rating-snapshot .entry-level .entry-level-name {
  position: absolute;
  top: 0;
  left: 10px;
  line-height: 30px;
  font-weight: 700;
}
.ht-rating-summary-box .entry-rating-snapshot .entry-level .entry-level-value {
  display: block;
  height: 5px;
  width: 100%;
}
.ht-rating-summary-box .entry-rating-snapshot .entry-level .entry-level-value .this-percentage {
  display: block;
  height: 5px;
}
.ht-branch-search-form-wrapper {
  background: url(../images/location-search-pattern.png) #ffffff center center;
  border-bottom: 1px solid #dddddd;
  padding: 70px 30px;
  margin-bottom: 70px;
  *zoom: 1;
}
.ht-branch-search-form-wrapper:before,
.ht-branch-search-form-wrapper:after {
  content: " ";
  display: table;
}
.ht-branch-search-form-wrapper:after {
  clear: both;
}
.ht-branch-search-form-wrapper:before,
.ht-branch-search-form-wrapper:after {
  content: " ";
  display: table;
}
.ht-branch-search-form-wrapper:after {
  clear: both;
}
.ht-branch-search-form-wrapper .left-col {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .ht-branch-search-form-wrapper .left-col {
    float: left;
    width: 25%;
  }
}
.ht-branch-search-form-wrapper .left-col .entry-label {
  line-height: 1.4;
  margin-bottom: 15px;
}
.ht-branch-search-form-wrapper .left-col .entry-label span {
  display: block;
  text-transform: uppercase;
}
.ht-branch-search-form-wrapper .left-col .entry-label span:first-child {
  font-size: 240px;
  font-size: 24rem;
  font-size: 24px;
  font-size: 2.4rem;
}
.ht-branch-search-form-wrapper .right-col {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .ht-branch-search-form-wrapper .right-col {
    float: left;
    width: 75%;
  }
}
.ht-branch-search-form-wrapper .right-col .field-wrapper {
  position: relative;
  padding-right: 170px;
}
.ht-branch-search-form-wrapper .right-col .field-wrapper input {
  border-width: 1px;
  border-style: solid;
  line-height: 48px;
  height: 50px;
  padding: 0 30px;
  font-size: 180px;
  font-size: 18rem;
  font-size: 18px;
  font-size: 1.8rem;
}
.ht-branch-search-form-wrapper .right-col .field-wrapper button {
  position: absolute;
  top: 0;
  right: 0;
  height: 50px;
  line-height: 50px;
  width: 140px;
}
.ht-brach-tag-header {
  margin-bottom: 30px;
}
.ht-brach-tag-header .entry-title {
  margin-bottom: 30px;
  text-transform: uppercase;
  font-size: 240px;
  font-size: 24rem;
  font-size: 24px;
  font-size: 2.4rem;
}
/* III.6. SECTIONS */
[class^="fw-col-"] {
  min-height: 0;
}
.fw-main-row {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .fw-main-row {
    margin-bottom: 0 !important;
  }
}
.fw-main-row.has-parallax {
  overflow: hidden;
}
.fw-main-row.has-parallax .fw-main-row-bg {
  height: 150%;
  top: -50%;
}
.fw-main-row .ht-map {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}
@media only screen and (min-width: 992px) {
  .fw-main-row .ht-map.half {
    width: 50%;
  }
  .fw-main-row .ht-map.half.left {
    z-index: 4;
  }
  .fw-main-row .ht-map.half.right {
    left: auto;
    right: 0;
    z-index: 4;
  }
}
@media (max-width: 992px) {
  .fw-main-row.has-map-half {
    padding-top: 330px !important;
  }
  .fw-main-row.has-map-half .ht-map {
    z-index: 4;
    height: 300px !important;
  }
}
.fw-main-content {
  position: relative;
  z-index: 3;
}
.fw-container-fluid.no-gutter .fw-row > div {
  padding: 0;
}
.fw-main-row-bg,
.fw-main-row-overlay {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}
.fw-main-row-bg {
  background-position: center;
  background-size: cover;
  z-index: 2;
}
.fw-container {
  padding: 0 15px;
}
.fw-section-header {
  text-align: center;
  margin-bottom: 50px;
}
.fw-section-header .title {
  font-size: 30px;
}
@media only screen and (min-width: 768px) {
  .fw-section-header .title {
    font-size: 72px;
  }
}
.fw-section-header .subtitle {
  letter-spacing: 2px;
}
.fw-col-inner {
  background-size: cover;
  background-position: center;
  position: relative;
}
.fw-col-inner .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.fw-col-inner .fw-col-content {
  position: relative;
  z-index: 2;
}
.fw-table table {
  font-size: 16px;
}
.fw-table table thead tr th {
  font-weight: 700;
}
.contact-form .ht-flash-message {
  text-align: center;
}
.contact-form .ht-flash-message .fw-flash-messages {
  margin-bottom: 30px;
}
.contact-form .ht-flash-message .fw-flash-messages ul {
  margin: 0;
}
.contact-form .ht-flash-message .fw-flash-messages ul li {
  list-style: none;
}
.contact-form .ht-flash-message .fw-flash-messages ul.fw-flash-type-error {
  color: #FFA6A6;
}
.contact-form .ht-flash-message .fw-flash-messages ul.fw-flash-type-warning {
  color: #FFEB3B;
}
.contact-form [type="submit"] {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  height: 40px;
  padding: 0 20px;
  display: inline-block;
  box-shadow: none;
  border: none;
  cursor: pointer;
  position: relative;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 40px;
  color: #fff;
  display: block;
  width: 100%;
  opacity: 1 !important;
}
.contact-form [type="submit"]:active {
  top: 1px;
}
.contact-form [type="submit"].solid {
  line-height: 40px;
  color: #fff;
}
.contact-form [type="submit"].solid:hover,
.contact-form [type="submit"].solid:focus {
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  -webkit-opacity: 0.7;
  opacity: 0.7;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
  filter: alpha(opacity=70);
}
.contact-form [type="submit"].border {
  border: 2px solid;
  background: transparent;
  line-height: 38px;
}
.contact-form [type="submit"].square {
  -webkit-border-radius: 0;
  border-radius: 0;
}
.contact-form [type="submit"].soft {
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.contact-form [type="submit"].round {
  -webkit-border-radius: 100px;
  border-radius: 100px;
}
.contact-form [type="submit"]:hover,
.contact-form [type="submit"]:focus {
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  -webkit-opacity: 0.7;
  opacity: 0.7;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
  filter: alpha(opacity=70);
}
.contact-form [type="submit"]:focus {
  color: #000;
}
.ht-solid-contact-form .contact-form {
  color: #fff;
  position: relative;
  padding: 20px;
}
@media only screen and (min-width: 768px) {
  .ht-solid-contact-form .contact-form {
    padding: 40px;
  }
}
.ht-solid-contact-form .contact-form:before {
  content: '';
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.3);
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
}
.ht-solid-contact-form .contact-form .header.title h2 {
  font-size: 240px;
  font-size: 24rem;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 400;
  margin-bottom: 5px;
  text-align: center;
  position: relative;
}
.ht-solid-contact-form .contact-form .header.title h2:before {
  content: '';
  display: block;
  width: 50px;
  height: 50px;
  background: url('../images/support.svg') center center no-repeat;
  background-size: cover;
  margin: 0 auto 15px;
}
.ht-solid-contact-form .contact-form .header.title p {
  display: block;
  position: relative;
  text-align: center;
}
.ht-solid-contact-form .contact-form label {
  font-size: 14px;
  text-transform: uppercase;
  display: none;
}
.ht-solid-contact-form .contact-form input:not([type="submit"]),
.ht-solid-contact-form .contact-form select,
.ht-solid-contact-form .contact-form textarea {
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  background: transparent;
  padding-left: 0;
  padding-right: 0;
  color: #fff;
}
.ht-solid-contact-form .contact-form input:not([type="submit"])::-webkit-input-placeholder,
.ht-solid-contact-form .contact-form select::-webkit-input-placeholder,
.ht-solid-contact-form .contact-form textarea::-webkit-input-placeholder {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  color: rgba(255, 255, 255, 0.3);
}
.ht-solid-contact-form .contact-form input:not([type="submit"]):-moz-placeholder,
.ht-solid-contact-form .contact-form select:-moz-placeholder,
.ht-solid-contact-form .contact-form textarea:-moz-placeholder {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  color: rgba(255, 255, 255, 0.3);
}
.ht-solid-contact-form .contact-form input:not([type="submit"])::-moz-placeholder,
.ht-solid-contact-form .contact-form select::-moz-placeholder,
.ht-solid-contact-form .contact-form textarea::-moz-placeholder {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  color: rgba(255, 255, 255, 0.3);
}
.ht-solid-contact-form .contact-form input:not([type="submit"]):-ms-input-placeholder,
.ht-solid-contact-form .contact-form select:-ms-input-placeholder,
.ht-solid-contact-form .contact-form textarea:-ms-input-placeholder {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  color: rgba(255, 255, 255, 0.3);
}
.ht-solid-contact-form .contact-form input:not([type="submit"]):focus,
.ht-solid-contact-form .contact-form select:focus,
.ht-solid-contact-form .contact-form textarea:focus {
  border-bottom: 1px solid rgba(255, 255, 255, 0.75) !important;
}
.ht-solid-contact-form .contact-form input:not([type="submit"]):focus::-moz-placeholder,
.ht-solid-contact-form .contact-form select:focus::-moz-placeholder,
.ht-solid-contact-form .contact-form textarea:focus::-moz-placeholder {
  color: #ffffff;
  opacity: 1;
}
.ht-solid-contact-form .contact-form input:not([type="submit"]):focus:-ms-input-placeholder,
.ht-solid-contact-form .contact-form select:focus:-ms-input-placeholder,
.ht-solid-contact-form .contact-form textarea:focus:-ms-input-placeholder {
  color: #ffffff;
}
.ht-solid-contact-form .contact-form input:not([type="submit"]):focus::-webkit-input-placeholder,
.ht-solid-contact-form .contact-form select:focus::-webkit-input-placeholder,
.ht-solid-contact-form .contact-form textarea:focus::-webkit-input-placeholder {
  color: #ffffff;
}
.ht-solid-contact-form .contact-form input:not([type="submit"]):focus:-moz-placeholder,
.ht-solid-contact-form .contact-form select:focus:-moz-placeholder,
.ht-solid-contact-form .contact-form textarea:focus:-moz-placeholder {
  color: #ffffff;
}
.ht-solid-contact-form .contact-form input:not([type="submit"]):focus::-moz-placeholder,
.ht-solid-contact-form .contact-form select:focus::-moz-placeholder,
.ht-solid-contact-form .contact-form textarea:focus::-moz-placeholder {
  color: #ffffff;
}
.ht-solid-contact-form .contact-form input:not([type="submit"]):focus:-ms-input-placeholder,
.ht-solid-contact-form .contact-form select:focus:-ms-input-placeholder,
.ht-solid-contact-form .contact-form textarea:focus:-ms-input-placeholder {
  color: #ffffff;
}
.ht-solid-contact-form .contact-form input:not([type="submit"]):focus::-webkit-input-placeholder,
.ht-solid-contact-form .contact-form select:focus::-webkit-input-placeholder,
.ht-solid-contact-form .contact-form textarea:focus::-webkit-input-placeholder {
  color: #ffffff;
}
.ht-solid-contact-form .contact-form [type="submit"] {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  height: 40px;
  padding: 0 20px;
  display: inline-block;
  box-shadow: none;
  border: none;
  cursor: pointer;
  position: relative;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 40px;
  color: #fff;
  display: block;
  width: 100%;
  opacity: 1 !important;
}
.ht-solid-contact-form .contact-form [type="submit"]:active {
  top: 1px;
}
.ht-solid-contact-form .contact-form [type="submit"].solid {
  line-height: 40px;
  color: #fff;
}
.ht-solid-contact-form .contact-form [type="submit"].solid:hover,
.ht-solid-contact-form .contact-form [type="submit"].solid:focus {
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  -webkit-opacity: 0.7;
  opacity: 0.7;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
  filter: alpha(opacity=70);
}
.ht-solid-contact-form .contact-form [type="submit"].border {
  border: 2px solid;
  background: transparent;
  line-height: 38px;
}
.ht-solid-contact-form .contact-form [type="submit"].square {
  -webkit-border-radius: 0;
  border-radius: 0;
}
.ht-solid-contact-form .contact-form [type="submit"].soft {
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.ht-solid-contact-form .contact-form [type="submit"].round {
  -webkit-border-radius: 100px;
  border-radius: 100px;
}
.ht-solid-contact-form .contact-form [type="submit"]:hover,
.ht-solid-contact-form .contact-form [type="submit"]:focus {
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  -webkit-opacity: 0.7;
  opacity: 0.7;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
  filter: alpha(opacity=70);
}
.ht-solid-contact-form .contact-form [type="submit"]:focus {
  color: #000;
}
@media only screen and (min-width: 992px) {
  .inline-field-group .contact-form label,
  .inline-field-group .contact-form input:not([type="submit"]),
  .inline-field-group .contact-form textarea {
    float: left;
  }
  .inline-field-group .contact-form label {
    width: 35%;
    line-height: 38px;
  }
  .inline-field-group .contact-form input:not([type="submit"]),
  .inline-field-group .contact-form textarea {
    width: 65%;
  }
  .inline-field-group .contact-form [type="submit"] {
    clear: left;
    margin-top: 10px;
    width: 65%;
    float: right;
  }
}
.tb-text-block h1,
.tb-text-block h2,
.tb-text-block h3,
.tb-text-block h4,
.tb-text-block h5,
.tb-text-block h6 {
  margin-bottom: 10px;
}
.tb-text-block h1 {
  font-size: 190px;
  font-size: 19rem;
  font-size: 19px;
  font-size: 1.9rem;
}
.tb-text-block h2 {
  font-size: 180px;
  font-size: 18rem;
  font-size: 18px;
  font-size: 1.8rem;
}
.tb-text-block h3 {
  font-size: 170px;
  font-size: 17rem;
  font-size: 17px;
  font-size: 1.7rem;
}
.tb-text-block h4 {
  font-size: 160px;
  font-size: 16rem;
  font-size: 16px;
  font-size: 1.6rem;
}
.tb-text-block h5 {
  font-size: 150px;
  font-size: 15rem;
  font-size: 15px;
  font-size: 1.5rem;
}
.tb-text-block h6 {
  font-size: 140px;
  font-size: 14rem;
  font-size: 14px;
  font-size: 1.4rem;
}
.tb-text-block p {
  margin-bottom: 25px;
}
.tb-text-block ul,
.tb-text-block ol {
  padding-left: 30px;
}
.fw-accordion {
  clear: both;
}
.fw-accordion .fw-accordion-title {
  position: relative;
  cursor: pointer;
  padding: 15px 60px 15px 25px;
  font-weight: bold;
  font-size: 140px;
  font-size: 14rem;
  font-size: 14px;
  font-size: 1.4rem;
  margin-top: 10px;
  line-height: 1.5;
}
.fw-accordion .fw-accordion-title:first-child {
  margin-top: 0;
}
.fw-accordion .fw-accordion-title .ui-icon {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  right: 20px;
  width: 20px;
  height: 20px;
  font-size: 20px;
}
.fw-accordion .fw-accordion-title .ui-icon:before {
  content: "\f216";
  font-family: "Ionicons";
  display: inline-block;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
.fw-accordion .fw-accordion-title.ui-state-active .ui-icon {
  top: 22px;
}
.fw-accordion .fw-accordion-title.ui-state-active .ui-icon:before {
  content: "\f207";
  font-family: "Ionicons";
  display: inline-block;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
.fw-accordion .fw-accordion-title:focus {
  outline: medium none;
}
.fw-accordion .fw-accordion-content {
  padding: 15px 30px 10px 30px;
}
.fw-accordion .fw-accordion-content > p {
  padding: 0;
}
.fw-accordion .fw-accordion-content p:last-child {
  margin-bottom: 0;
}
.fw-map {
  border: 1px solid rgba(0, 0, 0, 0.15);
}
.fw-map-canvas {
  /** .fix infowindow dimensions **/
}
.fw-map-canvas .unyson-shortcode-map-content {
  min-width: 274px;
  padding: 5px 4px;
}
.fw-map-canvas img {
  max-width: none !important;
}
.fw-map-canvas .gm-style-iw {
  /*min-height: 70px;*/
  overflow: hidden;
}
.fw-map-canvas .infowindow a {
  text-decoration: none;
  font-weight: bold;
}
.fw-map-canvas .infowindow-thump img {
  width: 100px;
  height: 60px;
  margin-right: 10px;
}
.fw-map-canvas .infowindow-thump {
  float: left;
}
.fw-map-canvas .infowindow-title {
  line-height: 27px;
}
.fw-map-canvas .infowindow-description {
  font-size: 12px;
}
.fw-map-canvas .infowindow-content {
  /*float: left;*/
  /*max-width: 130px;*/
}
.ht-heading-group .title {
  line-height: 1.1;
  margin-bottom: 5px;
}
@media only screen and (max-width: 767px) {
  .ht-heading-group .title {
    font-size: 20px !important;
  }
}
.ht-heading-group .subtitle {
  line-height: 1.2;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .ht-heading-group .subtitle {
    font-size: 14px !important;
  }
}
.ht-heading-group.is-invisible {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.ht-service-1 img {
  margin-bottom: 20px;
}
.ht-service-1 .entry-title {
  font-size: 180px;
  font-size: 18rem;
  font-size: 18px;
  font-size: 1.8rem;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.ht-service-1 .entry-description {
  margin-bottom: 20px;
}
.ht-service-1 .entry-link:before {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  vertical-align: middle;
  content: '';
  display: inline-block;
  width: 20px;
  height: 0;
  margin-right: 5px;
  border-bottom: 1px solid;
}
.ht-service-1 .entry-link:hover:before {
  margin-right: 10px;
}
.ht-brands {
  position: relative;
}
.ht-brands .entries {
  padding-right: 40px;
}
.ht-brands .entry {
  min-height: 82px;
  line-height: 82px;
  text-align: center;
}
.ht-brands .entry img {
  vertical-align: middle;
  display: inline-block;
}
.ht-brands .owl-nav {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -41px;
}
.ht-brands .owl-nav .owl-prev,
.ht-brands .owl-nav .owl-next {
  cursor: pointer;
  margin-bottom: 1px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: block;
  text-align: center;
  background: #fff;
}
.ht-brands.white .owl-nav .owl-prev,
.ht-brands.white .owl-nav .owl-next {
  background: #fff;
}
.ht-brands.light-gray .owl-nav .owl-prev,
.ht-brands.light-gray .owl-nav .owl-next {
  background: #f3f3f3;
}
.ht-feature-masonry {
  position: relative;
  z-index: 2;
}
.ht-feature-masonry .entries-wrapper {
  background: #fff;
}
.ht-feature-masonry .entries-wrapper .entry {
  float: left;
  position: relative;
  overflow: hidden;
  height: 0;
  background-position: center center;
  background-size: 100% auto;
  -webkit-transition: background-size 0.3s ease-out;
  -moz-transition: background-size 0.3s ease-out;
  -o-transition: background-size 0.3s ease-out;
  transition: background-size 0.3s ease-out;
}
.ht-feature-masonry .entries-wrapper .entry:hover {
  background-size: 110% auto;
}
.ht-feature-masonry .entries-wrapper .entry.size-1-4 {
  background-size: cover;
  width: 25%;
  padding-bottom: 18.75%;
}
@media (max-width: 992px) {
  .ht-feature-masonry .entries-wrapper .entry.size-1-4 {
    width: 100%;
    padding-bottom: 50%;
  }
}
.ht-feature-masonry .entries-wrapper .entry.size-1-2-h {
  background-size: cover;
  width: 50%;
  padding-bottom: 18.75%;
}
@media (max-width: 992px) {
  .ht-feature-masonry .entries-wrapper .entry.size-1-2-h {
    width: 100%;
    padding-bottom: 50%;
  }
}
.ht-feature-masonry .entries-wrapper .entry.size-1-2-v {
  background-size: cover;
  width: 25%;
  padding-bottom: 50%;
}
@media (max-width: 992px) {
  .ht-feature-masonry .entries-wrapper .entry.size-1-2-v {
    width: 100%;
    padding-bottom: 50%;
  }
}
.ht-feature-masonry .entries-wrapper .entry.size-1-1 {
  background-size: cover;
  width: 50%;
  padding-bottom: 37.5%;
}
@media (max-width: 992px) {
  .ht-feature-masonry .entries-wrapper .entry.size-1-1 {
    width: 100%;
    padding-bottom: 75%;
  }
}
@media only screen and (max-width: 767px) {
  .ht-feature-masonry .entries-wrapper .entry {
    background-size: cover;
    width: 100% !important;
    padding: 30px 15px 75% 15px !important;
  }
}
.ht-feature-masonry .entries-wrapper .entry .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.ht-feature-masonry .entries-wrapper .entry .entry-inner {
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .ht-feature-masonry .entries-wrapper .entry .entry-inner {
    padding: 15px 35% 0 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1299px) {
  .ht-feature-masonry .entries-wrapper .entry .entry-inner {
    padding: 30px 35% 0 30px;
  }
}
@media only screen and (min-width: 1300px) {
  .ht-feature-masonry .entries-wrapper .entry .entry-inner {
    padding: 70px 35% 0 50px;
  }
}
.ht-feature-masonry .entries-wrapper .entry .entry-title {
  line-height: 1.2;
  font-size: 18px;
}
@media only screen and (max-width: 767px) {
  .ht-feature-masonry .entries-wrapper .entry .entry-title {
    margin-bottom: 0 !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1299px) {
  .ht-feature-masonry .entries-wrapper .entry .entry-title {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1300px) {
  .ht-feature-masonry .entries-wrapper .entry .entry-title {
    margin-bottom: 30px;
  }
}
.ht-feature-masonry .entries-wrapper .entry .entry-subtitle {
  font-size: 14px !important;
}
@media only screen and (max-width: 767px) {
  .ht-feature-masonry .entries-wrapper .entry .entry-subtitle {
    margin-bottom: 0 !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1299px) {
  .ht-feature-masonry .entries-wrapper .entry .entry-subtitle {
    margin-bottom: 5px;
  }
}
@media only screen and (min-width: 1300px) {
  .ht-feature-masonry .entries-wrapper .entry .entry-subtitle {
    margin-bottom: 15px;
  }
}
.ht-feature-masonry .entries-wrapper .entry .entry-link-button {
  position: absolute;
  z-index: 2;
  bottom: 0;
  right: 0;
  display: block;
  width: 50%;
  height: 50px;
  line-height: 50px;
  font-size: 140px;
  font-size: 14rem;
  font-size: 14px;
  font-size: 1.4rem;
  color: #fff;
  text-align: center;
}
.ht-feature-masonry .entries-wrapper .entry .entry-link-button:before {
  vertical-align: middle;
  content: '';
  display: inline-block;
  width: 20px;
  height: 0;
  margin-right: 5px;
  border-bottom: 1px solid;
}
.ht-feature-masonry .entries-wrapper .entry .entry-link-button:hover {
  color: inherit;
}
@media only screen and (max-width: 767px) {
  .ht-feature-masonry .entries-wrapper .entry.size-1-1 .entry-title {
    margin-bottom: 10px;
  }
  .ht-feature-masonry .entries-wrapper .entry.size-1-1 .entry-subtitle {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1299px) {
  .ht-feature-masonry .entries-wrapper .entry.size-1-1 .entry-title {
    margin-bottom: 10px;
    font-size: 28px !important;
  }
  .ht-feature-masonry .entries-wrapper .entry.size-1-1 .entry-subtitle {
    font-size: 18px !important;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1300px) {
  .ht-feature-masonry .entries-wrapper .entry.size-1-1 .entry-title {
    margin-bottom: 10px;
  }
  .ht-feature-masonry .entries-wrapper .entry.size-1-1 .entry-subtitle {
    margin-bottom: 20px;
  }
  .ht-feature-masonry .entries-wrapper .entry.size-1-1 .entry-link-button {
    height: 60px;
    line-height: 60px;
  }
}
.ht-feature-with-icon .entries-wrapper {
  margin-left: -15px;
  margin-right: -15px;
}
.ht-feature-with-icon .entry {
  position: relative;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .ht-feature-with-icon .entry {
    margin-bottom: 50px;
  }
}
.ht-feature-with-icon .entry .entry-icon {
  display: block;
  font-size: 20px;
  line-height: 50px;
  height: 50px;
  width: 50px;
  text-align: center;
  position: relative;
  background: url("../images/double-poligon.svg") no-repeat center center;
  background-size: cover;
}
.ht-feature-with-icon .entry .entry-title {
  text-transform: uppercase;
  margin-bottom: 20px;
}
.ht-feature-with-icon .entry .entry-description p {
  margin-bottom: 0;
}
.ht-feature-with-icon .entry.preset-top-icon .entry-icon {
  margin-bottom: 40px;
}
.ht-feature-with-icon .entry.preset-left-icon {
  padding-left: 80px;
}
.ht-feature-with-icon .entry.preset-left-icon .entry-icon {
  position: absolute;
  top: 0;
  left: 15px;
}
.ht-featured-testimonial .entry {
  background-size: cover;
  background-position: center;
  padding: 15px 15px 200px 15px;
}
@media only screen and (min-width: 768px) {
  .ht-featured-testimonial .entry {
    padding: 50px 50px 400px 50px;
  }
}
.ht-featured-testimonial .entry .entry-content {
  font-size: 180px;
  font-size: 18rem;
  font-size: 18px;
  font-size: 1.8rem;
  font-style: italic;
  margin-bottom: 30px;
}
.ht-featured-testimonial .entry .entry-content:before {
  content: "“";
}
.ht-featured-testimonial .entry .entry-content:after {
  content: "”";
}
.ht-featured-testimonial .entry .entry-title span {
  font-size: 14px;
}
.ht-featured-testimonial .entry .entry-title span.this-position:before {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  vertical-align: middle;
  content: '';
  display: inline-block;
  width: 20px;
  height: 0;
  margin-right: 5px;
  border-bottom: 1px solid;
}
.ht-feature-with-thumbnail {
  float: left;
  width: 100%;
}
.ht-feature-with-thumbnail.solid .entries-wrapper {
  margin-left: -15px;
  margin-right: -15px;
}
.ht-feature-with-thumbnail.solid .entry {
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .ht-feature-with-thumbnail.solid .entry {
    margin-bottom: 50px;
  }
}
.ht-feature-with-thumbnail.solid .entry .entry-inner {
  padding: 15px 15px 15px 140px;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .ht-feature-with-thumbnail.solid .entry .entry-inner {
    padding: 30px 30px 30px 170px;
  }
}
.ht-feature-with-thumbnail.solid .entry .entry-icon {
  display: block;
  font-size: 20px;
  width: 110px;
  text-align: center;
  position: absolute;
  left: 15px;
}
@media only screen and (min-width: 768px) {
  .ht-feature-with-thumbnail.solid .entry .entry-icon {
    left: 30px;
  }
}
.ht-feature-with-thumbnail.solid .entry .entry-title {
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 140px;
  font-size: 14rem;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
}
.ht-feature-with-thumbnail.solid .entry .entry-description p {
  margin-bottom: 0;
}
.ht-feature-with-thumbnail.solid .entry .entry-link {
  display: block;
  margin-top: 20px;
}
.ht-feature-with-thumbnail.solid .entry .entry-link:before {
  content: "\2014";
}
.ht-feature-with-thumbnail.regular .entries-wrapper {
  margin-left: -15px;
  margin-right: -15px;
}
.ht-feature-with-thumbnail.regular .ht-inner-content {
  float: left;
  width: 100%;
  padding-left: 200px;
}
.ht-feature-with-thumbnail.regular .entry {
  min-height: 170px;
}
@media only screen and (max-width: 767px) {
  .ht-feature-with-thumbnail.regular .entry {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .ht-feature-with-thumbnail.regular .entry {
    margin-bottom: 50px;
  }
}
.ht-feature-with-thumbnail.regular .entry .entry-inner {
  margin-bottom: 50px;
  position: relative;
  float: left;
  width: 100%;
}
.ht-feature-with-thumbnail.regular .entry .entry-icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 170px;
}
.ht-feature-with-thumbnail.regular .entry .entry-content-wrapper {
  float: left;
  width: 100%;
}
.ht-feature-with-thumbnail.regular .entry .entry-title {
  font-size: 18px;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 20px;
  line-height: 26px;
}
.ht-feature-with-thumbnail.regular .entry .entry-description p {
  margin-bottom: 0;
}
.ht-feature-with-thumbnail.regular .entry .entry-link {
  display: block;
  margin-top: 20px;
}
.ht-feature-with-thumbnail.regular .entry .entry-link:before {
  content: "\2014";
}
.ht-feature-with-thumbnail.regular .this-is-button-link {
  font-size: 14px;
  color: #2f7ce5;
  display: block;
  margin-top: 15px;
}
.ht-feature-with-thumbnail.regular .this-is-button-link:hover {
  text-decoration: underline;
}
.ht-timeline .entry {
  margin-bottom: 30px;
}
.ht-timeline .entry .entry-inner {
  position: relative;
  padding-left: 0;
}
@media only screen and (min-width: 768px) {
  .ht-timeline .entry .entry-inner {
    padding-left: 220px;
  }
}
@media only screen and (min-width: 992px) {
  .ht-timeline .entry .entry-inner {
    padding-left: 270px;
  }
}
.ht-timeline .entry .entry-time {
  position: relative;
  z-index: 2;
  line-height: 45px;
  height: 40px;
  color: #fff;
  text-align: center;
  padding: 0 15px;
  width: 170px;
}
.ht-timeline .entry .entry-time:after {
  content: '';
  width: 170px;
  height: 1px;
  position: absolute;
  top: 50%;
  right: -170px;
  -moz-opacity: 0.3;
  -khtml-opacity: 0.3;
  -webkit-opacity: 0.3;
  opacity: 0.3;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
  filter: alpha(opacity=30);
  display: none;
}
@media only screen and (max-width: 767px) {
  .ht-timeline .entry .entry-time {
    z-index: 3;
  }
}
@media only screen and (min-width: 768px) {
  .ht-timeline .entry .entry-time {
    position: absolute;
    left: 0;
    padding: 0 15px;
  }
  .ht-timeline .entry .entry-time:after {
    display: block;
  }
}
@media only screen and (min-width: 992px) {
  .ht-timeline .entry .entry-time {
    padding: 0 20px;
  }
}
.ht-timeline .entry .entry-content {
  position: relative;
  background: #f2f2f2;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .ht-timeline .entry .entry-content {
    padding: 45px 15px 30px;
    margin-top: -20px;
  }
}
@media only screen and (min-width: 768px) {
  .ht-timeline .entry .entry-content {
    padding: 20px;
  }
}
@media only screen and (min-width: 992px) {
  .ht-timeline .entry .entry-content {
    padding: 30px;
  }
}
.ht-timeline .entry .entry-content .entry-title {
  margin-bottom: 20px;
}
.ht-gallery ul.filter-bar {
  margin: 0 0 30px 0;
}
.ht-gallery ul.filter-bar li {
  list-style: none;
  display: inline-block;
}
.ht-gallery ul.filter-bar li a {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  height: 40px;
  padding: 0 20px;
  display: inline-block;
  box-shadow: none;
  border: none;
  cursor: pointer;
  position: relative;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 40px;
  color: #fff;
}
.ht-gallery ul.filter-bar li a:active {
  top: 1px;
}
.ht-gallery ul.filter-bar li a.solid {
  line-height: 40px;
  color: #fff;
}
.ht-gallery ul.filter-bar li a.solid:hover,
.ht-gallery ul.filter-bar li a.solid:focus {
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  -webkit-opacity: 0.7;
  opacity: 0.7;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
  filter: alpha(opacity=70);
}
.ht-gallery ul.filter-bar li a.border {
  border: 2px solid;
  background: transparent;
  line-height: 38px;
}
.ht-gallery ul.filter-bar li a.square {
  -webkit-border-radius: 0;
  border-radius: 0;
}
.ht-gallery ul.filter-bar li a.soft {
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.ht-gallery ul.filter-bar li a.round {
  -webkit-border-radius: 100px;
  border-radius: 100px;
}
.ht-gallery ul.filter-bar li a:hover,
.ht-gallery ul.filter-bar li a:focus {
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  -webkit-opacity: 0.7;
  opacity: 0.7;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
  filter: alpha(opacity=70);
}
.ht-gallery ul.filter-bar li a:hover {
  color: inherit;
}
.ht-gallery ul.filter-bar li.is-active a {
  color: inherit;
}
.ht-gallery .entries-wrapper {
  -webkit-transition: height 0.5s ease-out;
  -moz-transition: height 0.5s ease-out;
  -o-transition: height 0.5s ease-out;
  transition: height 0.5s ease-out;
}
.ht-gallery .entry {
  margin-bottom: 30px;
}
.ht-members ul.filter-bar {
  margin: 0 0 30px 0;
}
.ht-members ul.filter-bar li {
  list-style: none;
  display: inline-block;
}
.ht-members ul.filter-bar li a {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  height: 40px;
  padding: 0 20px;
  display: inline-block;
  box-shadow: none;
  border: none;
  cursor: pointer;
  position: relative;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 40px;
  color: #fff;
}
.ht-members ul.filter-bar li a:active {
  top: 1px;
}
.ht-members ul.filter-bar li a.solid {
  line-height: 40px;
  color: #fff;
}
.ht-members ul.filter-bar li a.solid:hover,
.ht-members ul.filter-bar li a.solid:focus {
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  -webkit-opacity: 0.7;
  opacity: 0.7;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
  filter: alpha(opacity=70);
}
.ht-members ul.filter-bar li a.border {
  border: 2px solid;
  background: transparent;
  line-height: 38px;
}
.ht-members ul.filter-bar li a.square {
  -webkit-border-radius: 0;
  border-radius: 0;
}
.ht-members ul.filter-bar li a.soft {
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.ht-members ul.filter-bar li a.round {
  -webkit-border-radius: 100px;
  border-radius: 100px;
}
.ht-members ul.filter-bar li a:hover,
.ht-members ul.filter-bar li a:focus {
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  -webkit-opacity: 0.7;
  opacity: 0.7;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
  filter: alpha(opacity=70);
}
.ht-members ul.filter-bar li a:hover {
  color: inherit;
}
.ht-members ul.filter-bar li.is-active a {
  color: inherit;
}
.ht-members .entries-wrapper {
  -webkit-transition: height 0.5s ease-out;
  -moz-transition: height 0.5s ease-out;
  -o-transition: height 0.5s ease-out;
  transition: height 0.5s ease-out;
}
.ht-members .entry {
  margin-bottom: 30px;
}
.ht-members .entry .entry-content {
  padding: 20px 15px;
}
@media only screen and (min-width: 768px) {
  .ht-members .entry .entry-content {
    padding: 25px;
  }
}
.ht-members .entry .entry-content .entry-title {
  font-size: 140px;
  font-size: 14rem;
  font-size: 14px;
  font-size: 1.4rem;
  text-transform: uppercase;
  margin-bottom: 2px;
}
.ht-members .entry .entry-content .entry-position {
  display: block;
  font-size: 140px;
  font-size: 14rem;
  font-size: 14px;
  font-size: 1.4rem;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.ht-members .entry .entry-content ul.entry-socials {
  margin: 0 -5px;
}
.ht-members .entry .entry-content ul.entry-socials li {
  list-style: none;
  display: inline-block;
  margin: 0 5px;
}
.ht-members .entry .entry-content ul.entry-socials li a {
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  font-size: 200px;
  font-size: 20rem;
  font-size: 20px;
  font-size: 2rem;
  color: #fff;
}
.ht-testimonial ul.filter-bar {
  margin: 0 0 30px 0;
}
.ht-testimonial ul.filter-bar li {
  list-style: none;
  display: inline-block;
}
.ht-testimonial ul.filter-bar li a {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  height: 40px;
  padding: 0 20px;
  display: inline-block;
  box-shadow: none;
  border: none;
  cursor: pointer;
  position: relative;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 40px;
  color: #fff;
}
.ht-testimonial ul.filter-bar li a:active {
  top: 1px;
}
.ht-testimonial ul.filter-bar li a.solid {
  line-height: 40px;
  color: #fff;
}
.ht-testimonial ul.filter-bar li a.solid:hover,
.ht-testimonial ul.filter-bar li a.solid:focus {
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  -webkit-opacity: 0.7;
  opacity: 0.7;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
  filter: alpha(opacity=70);
}
.ht-testimonial ul.filter-bar li a.border {
  border: 2px solid;
  background: transparent;
  line-height: 38px;
}
.ht-testimonial ul.filter-bar li a.square {
  -webkit-border-radius: 0;
  border-radius: 0;
}
.ht-testimonial ul.filter-bar li a.soft {
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.ht-testimonial ul.filter-bar li a.round {
  -webkit-border-radius: 100px;
  border-radius: 100px;
}
.ht-testimonial ul.filter-bar li a:hover,
.ht-testimonial ul.filter-bar li a:focus {
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  -webkit-opacity: 0.7;
  opacity: 0.7;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
  filter: alpha(opacity=70);
}
.ht-testimonial ul.filter-bar li a:hover {
  color: inherit;
}
.ht-testimonial ul.filter-bar li.is-active a {
  color: inherit;
}
.ht-testimonial .entries-wrapper {
  -webkit-transition: height 0.5s ease-out;
  -moz-transition: height 0.5s ease-out;
  -o-transition: height 0.5s ease-out;
  transition: height 0.5s ease-out;
}
.ht-testimonial .entry {
  margin-bottom: 30px;
}
.ht-testimonial .entry .entry-content {
  padding: 20px 15px;
}
@media only screen and (min-width: 768px) {
  .ht-testimonial .entry .entry-content {
    padding: 30px;
  }
}
.ht-testimonial .entry-title {
  font-size: 140px;
  font-size: 14rem;
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.ht-testimonial .entry-rate {
  display: block;
  font-size: 16px;
  margin-bottom: 20px;
}
.ht-testimonial .entry-testimonial {
  margin-bottom: 20px;
}
.ht-testimonial .entry-customer-name span {
  font-size: 14px;
}
.ht-testimonial .entry-customer-name span.this-name {
  text-transform: uppercase;
}
.ht-testimonial .entry-customer-name span.this-position:before {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  vertical-align: middle;
  content: '';
  display: inline-block;
  width: 20px;
  height: 0;
  margin-right: 5px;
  border-bottom: 1px solid;
}
.ht-sl-slider {
  position: relative;
  overflow: hidden;
  min-height: 400px;
}
.ht-sl-slider.has-form {
  min-height: 700px;
}
.ht-sl-slider .ht-slider-contact-form {
  position: absolute;
  z-index: 100;
  bottom: 80px;
  left: 15px;
  right: 15px;
  text-align: left;
  background: #fff;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .ht-sl-slider .ht-slider-contact-form {
    left: 15px;
    right: 15px;
    padding: 0 15px 0 240px;
  }
}
@media only screen and (min-width: 1300px) {
  .ht-sl-slider .ht-slider-contact-form {
    left: 120px;
    right: 120px;
    padding: 0 185px 0 235px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1299px) {
  .ht-sl-slider .ht-slider-contact-form {
    left: 30px;
    right: 30px;
    padding: 0 185px 0 235px;
  }
}
.ht-sl-slider .ht-slider-contact-form .entry-form-header .ht-middle-tag {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}
.ht-sl-slider .ht-slider-contact-form .entry-form-header p {
  margin: 0;
}
.ht-sl-slider .ht-slider-contact-form .entry-form-header .entry-title {
  color: #fff;
  text-transform: uppercase;
}
.ht-sl-slider .ht-slider-contact-form .entry-form-header::before {
  display: none;
  content: '';
  position: absolute;
  height: 0;
  width: 0;
  right: -21px;
  margin-top: -16px;
  top: 50%;
  border-top: 16px solid transparent !important;
  border-bottom: 16px solid transparent !important;
  border-left-width: 21px;
  border-left-style: solid;
}
@media only screen and (max-width: 767px) {
  .ht-sl-slider .ht-slider-contact-form .entry-form-header {
    padding: 20px 15px;
  }
  .ht-sl-slider .ht-slider-contact-form .entry-form-header .entry-title {
    font-size: 140px;
    font-size: 14rem;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 768px) {
  .ht-sl-slider .ht-slider-contact-form .entry-form-header {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    width: 215px;
    padding-left: 20px;
  }
  .ht-sl-slider .ht-slider-contact-form .entry-form-header::before {
    display: block;
  }
  .ht-sl-slider .ht-slider-contact-form .entry-form-header .entry-title {
    font-size: 200px;
    font-size: 20rem;
    font-size: 20px;
    font-size: 2rem;
    line-height: 36px;
  }
}
@media only screen and (max-width: 768px) {
  .ht-sl-slider .ht-slider-contact-form .entry-form-header {
    position: relative;
    padding: 30px 15px;
  }
}
@media (max-width: 992px) {
  .ht-sl-slider .ht-slider-contact-form .fields-wrapper {
    padding-top: 20px;
  }
}
@media only screen and (min-width: 992px) {
  .ht-sl-slider .ht-slider-contact-form .fields-wrapper {
    padding: 30px 0 0;
  }
}
.ht-sl-slider .ht-slider-contact-form .fields-wrapper p {
  margin: 0;
}
.ht-sl-slider .ht-slider-contact-form .fields-wrapper .form-row {
  *zoom: 1;
}
.ht-sl-slider .ht-slider-contact-form .fields-wrapper .form-row:before,
.ht-sl-slider .ht-slider-contact-form .fields-wrapper .form-row:after {
  content: " ";
  display: table;
}
.ht-sl-slider .ht-slider-contact-form .fields-wrapper .form-row:after {
  clear: both;
}
.ht-sl-slider .ht-slider-contact-form .fields-wrapper .form-row:before,
.ht-sl-slider .ht-slider-contact-form .fields-wrapper .form-row:after {
  content: " ";
  display: table;
}
.ht-sl-slider .ht-slider-contact-form .fields-wrapper .form-row:after {
  clear: both;
}
.ht-sl-slider .ht-slider-contact-form .fields-wrapper .form-group {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .ht-sl-slider .ht-slider-contact-form .fields-wrapper .form-group {
    float: left;
    width: 50%;
  }
}
@media (min-width: 1300px) {
  .ht-sl-slider .ht-slider-contact-form .fields-wrapper .form-group {
    float: left;
    width: 50%;
  }
}
.ht-sl-slider .ht-slider-contact-form .fields-wrapper label {
  font-size: 120px;
  font-size: 12rem;
  font-size: 12px;
  font-size: 1.2rem;
}
.ht-sl-slider .ht-slider-contact-form .fields-wrapper input:not([type="submit"]) {
  border: none;
  border-bottom: 1px solid;
  padding: 0;
  height: 24px;
  line-height: 24px;
  margin-bottom: 5px;
  font-size: 140px;
  font-size: 14rem;
  font-size: 14px;
  font-size: 1.4rem;
}
@media (max-width: 992px) {
  .ht-sl-slider .ht-slider-contact-form .entry-submit-wrapper {
    padding: 0 15px;
    margin-bottom: 20px;
  }
}
.ht-sl-slider .ht-slider-contact-form .entry-submit-wrapper .entry-submit {
  background: #232323;
  color: #fff;
  border: none;
  width: 170px;
  cursor: pointer;
}
@media (max-width: 992px) {
  .ht-sl-slider .ht-slider-contact-form .entry-submit-wrapper .entry-submit {
    display: block;
    width: 100%;
    line-height: 50px;
  }
}
@media only screen and (min-width: 992px) {
  .ht-sl-slider .ht-slider-contact-form .entry-submit-wrapper .entry-submit {
    position: absolute;
    top: 20px;
    right: 20px;
    bottom: 20px;
  }
  .ht-sl-slider .ht-slider-contact-form .entry-submit-wrapper .entry-submit span {
    display: block;
  }
  .ht-sl-slider .ht-slider-contact-form .entry-submit-wrapper .entry-submit span:first-child {
    font-size: 300px;
    font-size: 30rem;
    font-size: 30px;
    font-size: 3rem;
    text-transform: uppercase;
  }
}
.ht-sl-slider .ht-slider-contact-form .wpcf7-response-output.wpcf7-validation-errors {
  border: none;
  margin: 0;
  color: #f00;
}
.ht-sl-slider .ht-slider-contact-form .wpcf7-response-output.wpcf7-validation-errors:before {
  content: "\f071";
  font-family: "fontawesome";
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  speak: none;
  margin-right: 3px;
}
.ht-sl-slider .sl-slider {
  position: absolute;
  top: 0;
  left: 0;
  /* Horizontal slice */
  /* Vertical slice */
}
.ht-sl-slider .sl-slider .sl-slide,
.ht-sl-slider .sl-slider .sl-slides-wrapper,
.ht-sl-slider .sl-slider .sl-slide-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.ht-sl-slider .sl-slider .sl-content-slice {
  overflow: hidden;
  position: absolute;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  opacity: 1;
}
.ht-sl-slider .sl-slider .sl-slide-horizontal .sl-content-slice {
  width: 100%;
  height: 50%;
  left: -200px;
  -webkit-transform: translateY(0%) scale(1);
  -moz-transform: translateY(0%) scale(1);
  -o-transform: translateY(0%) scale(1);
  -ms-transform: translateY(0%) scale(1);
  transform: translateY(0%) scale(1);
}
.ht-sl-slider .sl-slider .sl-slide-horizontal .sl-content-slice:first-child {
  top: -200px;
  padding: 200px 200px 0px 200px;
}
.ht-sl-slider .sl-slider .sl-slide-horizontal .sl-content-slice:nth-child(2) {
  top: 50%;
  padding: 0px 200px 200px 200px;
}
.ht-sl-slider .sl-slider .sl-slide-vertical .sl-content-slice {
  width: 50%;
  height: 100%;
  top: -200px;
  -webkit-transform: translateX(0%) scale(1);
  -moz-transform: translateX(0%) scale(1);
  -o-transform: translateX(0%) scale(1);
  -ms-transform: translateX(0%) scale(1);
  transform: translateX(0%) scale(1);
}
.ht-sl-slider .sl-slider .sl-slide-vertical .sl-content-slice:first-child {
  left: -200px;
  padding: 200px 0px 200px 200px;
}
.ht-sl-slider .sl-slider .sl-slide-vertical .sl-content-slice:nth-child(2) {
  left: 50%;
  padding: 200px 200px 200px 0px;
}
.ht-sl-slider .sl-slider .sl-slide-vertical .sl-slide-inner {
  background: #ccc;
}
.ht-sl-slider .sl-slider .sl-slide {
  z-index: 1;
  /* Content wrapper */
  /* Width and height is set dynamically */
}
.ht-sl-slider .sl-slider .sl-slide .sl-content-wrapper {
  position: absolute;
}
.ht-sl-slider .sl-slider .sl-slide .sl-content-wrapper .sl-content {
  width: 100%;
  height: 100%;
}
.ht-sl-slider .sl-slider .sl-slide .sl-content-wrapper .sl-content .sl-slide-inner {
  position: relative;
  padding: 50px 30px;
  background: #ddd;
}
@media only screen and (max-width: 767px) {
  .ht-sl-slider .sl-slider .sl-slide .sl-content-wrapper .sl-content .sl-slide-inner {
    padding: 15px 15px;
  }
}
.ht-sl-slider .sl-slider .sl-slide .sl-content-wrapper .sl-content .sl-slide-inner .bg-img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-position: center center;
  background-size: cover;
}
.ht-sl-slider .sl-slider .sl-slide .sl-content-wrapper .sl-content .sl-slide-inner .bg-img:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.15);
  z-index: 1;
}
.ht-sl-slider .sl-slider .sl-slide .sl-content-wrapper .sl-content .sl-slide-inner .entry-layers {
  position: relative;
  z-index: 2;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .ht-sl-slider .sl-slider .sl-slide .sl-content-wrapper .sl-content .sl-slide-inner .entry-layers {
    width: 100% !important;
  }
}
.ht-sl-slider .sl-slider .sl-slide .sl-content-wrapper .sl-content .sl-slide-inner .entry-layers .entry-layer-1 {
  text-transform: uppercase;
  line-height: 1.2;
  margin-top: 40px;
}
@media only screen and (max-width: 767px) {
  .ht-sl-slider .sl-slider .sl-slide .sl-content-wrapper .sl-content .sl-slide-inner .entry-layers .entry-layer-1 {
    font-size: 14px;
  }
}
@media only screen and (min-width: 768px) {
  .ht-sl-slider .sl-slider .sl-slide .sl-content-wrapper .sl-content .sl-slide-inner .entry-layers .entry-layer-1 {
    font-size: 20px;
  }
}
@media (max-width: 1299px) {
  .ht-sl-slider .sl-slider .sl-slide .sl-content-wrapper .sl-content .sl-slide-inner .entry-layers .entry-layer-1 {
    font-size: 30px;
  }
}
@media only screen and (min-width: 1300px) {
  .ht-sl-slider .sl-slider .sl-slide .sl-content-wrapper .sl-content .sl-slide-inner .entry-layers .entry-layer-1 {
    font-size: 60px;
    letter-spacing: -1px;
  }
}
@media (max-width: 991px) {
  .ht-sl-slider .sl-slider .sl-slide .sl-content-wrapper .sl-content .sl-slide-inner .entry-layers .entry-layer-1 {
    margin-top: 0;
  }
}
@media (max-width: 1299px) {
  .ht-sl-slider .sl-slider .sl-slide .sl-content-wrapper .sl-content .sl-slide-inner .entry-layers .entry-layer-2 {
    margin-top: 25px;
  }
}
@media (max-width: 991px) {
  .ht-sl-slider .sl-slider .sl-slide .sl-content-wrapper .sl-content .sl-slide-inner .entry-layers .entry-layer-2 {
    margin-top: 20px;
  }
}
.ht-sl-slider .sl-slider .sl-slide .sl-content-wrapper .sl-content .sl-slide-inner .entry-layers .entry-layer-2 .lines-wrapper {
  margin-top: 10px;
  padding: 15px;
}
.ht-sl-slider .sl-slider .sl-slide .sl-content-wrapper .sl-content .sl-slide-inner .entry-layers .entry-layer-2 .lines-wrapper .line-1 {
  line-height: 1.5;
  margin-bottom: 9px;
  font-size: 10px !important;
}
.ht-sl-slider .sl-slider .sl-slide .sl-content-wrapper .sl-content .sl-slide-inner .entry-layers .entry-layer-2 .lines-wrapper .line-2 {
  line-height: 1.2;
}
@media only screen and (min-width: 768px) {
  .ht-sl-slider .sl-slider .sl-slide .sl-content-wrapper .sl-content .sl-slide-inner .entry-layers .entry-layer-2 .lines-wrapper .line-2 {
    font-size: 14px;
  }
}
@media (max-width: 1299px) {
  .ht-sl-slider .sl-slider .sl-slide .sl-content-wrapper .sl-content .sl-slide-inner .entry-layers .entry-layer-2 .lines-wrapper .line-2 {
    font-size: 20px;
  }
}
@media only screen and (min-width: 1300px) {
  .ht-sl-slider .sl-slider .sl-slide .sl-content-wrapper .sl-content .sl-slide-inner .entry-layers .entry-layer-2 .lines-wrapper .line-2 {
    font-size: 30px;
  }
}
.ht-sl-slider .nav-arrows {
  position: absolute;
  z-index: 100;
  bottom: 15px;
  right: 15px;
  *zoom: 1;
}
.ht-sl-slider .nav-arrows:before,
.ht-sl-slider .nav-arrows:after {
  content: " ";
  display: table;
}
.ht-sl-slider .nav-arrows:after {
  clear: both;
}
.ht-sl-slider .nav-arrows:before,
.ht-sl-slider .nav-arrows:after {
  content: " ";
  display: table;
}
.ht-sl-slider .nav-arrows:after {
  clear: both;
}
.ht-sl-slider .nav-arrows:before,
.ht-sl-slider .nav-arrows:after {
  content: " ";
  display: table;
}
.ht-sl-slider .nav-arrows:after {
  clear: both;
}
.ht-sl-slider .nav-arrows:before,
.ht-sl-slider .nav-arrows:after {
  content: " ";
  display: table;
}
.ht-sl-slider .nav-arrows:after {
  clear: both;
}
.ht-sl-slider .nav-arrows div {
  overflow: hidden;
  float: left;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.6);
  padding: 6px;
}
@media only screen and (min-width: 768px) {
  .ht-sl-slider .nav-arrows div {
    padding: 12px;
  }
}
.ht-sl-slider .nav-arrows div span.shape {
  position: relative;
  display: block;
  width: 22px;
  height: 22px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  text-indent: -90000px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}
.ht-sl-slider .nav-arrows div:hover {
  background: rgba(255, 255, 255, 0.8);
}
.ht-sl-slider .nav-arrows div:hover span.shape {
  border-color: rgba(0, 0, 0, 0.7);
}
.ht-sl-slider .nav-arrows div.nav-arrow-prev span.shape {
  border-right: none;
  border-top: none;
  left: 5px;
}
.ht-sl-slider .nav-arrows div.nav-arrow-next {
  margin-left: 5px;
}
.ht-sl-slider .nav-arrows div.nav-arrow-next span.shape {
  left: -5px;
  border-left: none;
  border-bottom: none;
}
.ht-sl-slider .nav-dots {
  text-align: center;
  position: absolute;
  bottom: 2%;
  height: 30px;
  width: 100%;
  left: 0;
  z-index: 99;
}
.ht-sl-slider .nav-dots span {
  display: inline-block;
  position: relative;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  margin: 3px;
  background: #ddd;
  background: rgba(150, 150, 150, 0.4);
  cursor: pointer;
}
.ht-sl-slider .nav-dots span.nav-dot-current:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  top: 3px;
  left: 3px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.8);
}
.ht-sl-slider .ht-slider-preload {
  position: absolute;
  z-index: 101;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 768px) {
  .ht-sl-slider .sl-slide-inner .entry-layers.pull-right {
    width: 100%;
  }
}
.ht-service-2 {
  position: relative;
  height: 0;
  padding-bottom: 60%;
  overflow: hidden;
}
.ht-service-2 .this-bg,
.ht-service-2 .this-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.ht-service-2 .this-bg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.ht-service-2 .this-overlay {
  -moz-opacity: 0.3;
  -khtml-opacity: 0.3;
  -webkit-opacity: 0.3;
  opacity: 0.3;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
  filter: alpha(opacity=30);
  z-index: 2;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.ht-service-2 .entry-inner {
  position: relative;
  z-index: 3;
  padding: 15px;
}
@media only screen and (min-width: 992px) {
  .ht-service-2 .entry-inner {
    padding: 50px;
  }
}
.ht-service-2 .entry-inner .entry-title {
  color: #fff;
  text-transform: uppercase;
  line-height: 1.15;
  font-size: 200px;
  font-size: 20rem;
  font-size: 20px;
  font-size: 2rem;
}
@media only screen and (min-width: 992px) {
  .ht-service-2 .entry-inner .entry-title {
    font-size: 300px;
    font-size: 30rem;
    font-size: 30px;
    font-size: 3rem;
  }
}
.ht-service-2 .entry-link {
  z-index: 3;
  display: block;
  width: auto;
  position: absolute;
  bottom: 0;
  right: 0;
  text-transform: uppercase;
  font-size: 140px;
  font-size: 14rem;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 40px;
  padding: 0 25px;
}
@media only screen and (min-width: 992px) {
  .ht-service-2 .entry-link {
    font-size: 180px;
    font-size: 18rem;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 60px;
    padding: 0 50px;
  }
}
.ht-service-2:hover .this-bg {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
}
.ht-service-2:hover .this-overlay {
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  -webkit-opacity: 0.7;
  opacity: 0.7;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
  filter: alpha(opacity=70);
}
.ht-service-2:hover .entry-link {
  color: #fff;
}
.ht-step .entry-header {
  margin-bottom: 15px;
}
.ht-step .entry-order {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 50px;
  height: 50px;
  width: 50px;
  text-align: center;
  position: relative;
  margin-right: 20px;
  background: url("../images/double-poligon.svg") no-repeat center center;
  background-size: cover;
}
.ht-step .entry-title {
  display: inline-block;
  font-size: 140px;
  font-size: 14rem;
  font-size: 14px;
  font-size: 1.4rem;
  text-transform: uppercase;
}
.ht-step .entry-content {
  padding-left: 74px;
}
.ht-gallery-carousel {
  position: relative;
}
.ht-gallery-carousel .entry {
  text-align: center;
  position: relative;
}
.ht-gallery-carousel .entry a {
  display: block;
}
.ht-gallery-carousel .entry img {
  vertical-align: middle;
  display: inline-block;
}
.ht-gallery-carousel .entry .entry-name {
  display: block;
  width: 80%;
  margin-left: -40%;
  left: 50%;
  height: 60px;
  line-height: 60px;
  position: absolute;
  bottom: 15px;
  text-align: center;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  transform: scale(0.85);
  -webkit-transform: scale(0.85);
  -moz-transform: scale(0.85);
  -ms-transform: scale(0.85);
  -o-transform: scale(0.85);
}
.ht-gallery-carousel .entry .entry-name span {
  position: relative;
  z-index: 2;
  color: #fff;
  font-size: 140px;
  font-size: 14rem;
  font-size: 14px;
  font-size: 1.4rem;
}
.ht-gallery-carousel .entry .entry-name:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity=50);
}
.ht-gallery-carousel .entry:hover .entry-name {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.ht-gallery-carousel .owl-nav {
  display: block;
}
.ht-gallery-carousel .owl-nav .owl-prev,
.ht-gallery-carousel .owl-nav .owl-next {
  margin-top: -25px;
  top: 50%;
  position: absolute;
  cursor: pointer;
  margin-bottom: 1px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 240pxpx;
  font-size: 24pxrem;
  font-size: 24px;
  font-size: 2.4rem;
  display: block;
  text-align: center;
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  -webkit-opacity: 0.6;
  opacity: 0.6;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
  filter: alpha(opacity=60);
  color: #fff;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.ht-gallery-carousel .owl-nav .owl-prev:hover,
.ht-gallery-carousel .owl-nav .owl-next:hover {
  color: inherit;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.ht-gallery-carousel .owl-nav .owl-prev {
  left: 0;
}
.ht-gallery-carousel .owl-nav .owl-next {
  right: 0;
}
.ht-table-of-content {
  padding: 25px;
}
.ht-table-of-content .entry {
  position: relative;
  margin-bottom: 10px;
}
.ht-table-of-content .entry:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.05);
}
.ht-table-of-content .entry:last-child {
  margin-bottom: 0;
}
.ht-table-of-content .entry:hover a {
  color: #fff;
}
.ht-table-of-content a {
  position: relative;
  z-index: 2;
  display: block;
  text-align: center;
  padding: 20px 15px;
}
.ht-post-list .post {
  border-bottom: none;
  margin-bottom: 0;
}
.ht-list-with-icon ul {
  margin: 0;
}
.ht-list-with-icon ul li {
  list-style: none;
  line-height: 2;
  display: block;
  position: relative;
  padding-left: 20px;
}
.ht-list-with-icon ul li i {
  position: absolute;
  top: 0;
  left: 0;
}
.ht-countdown {
  text-align: center;
}
.ht-countdown .time-block {
  display: inline-block;
  position: relative;
  padding: 15px 0;
}
.ht-countdown .time-block:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 10px solid;
  -moz-opacity: 0.1;
  -khtml-opacity: 0.1;
  -webkit-opacity: 0.1;
  opacity: 0.1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=10);
  filter: alpha(opacity=10);
}
@media only screen and (min-width: 768px) {
  .ht-countdown .time-block {
    margin: 0 15px;
    width: 100px;
    height: 100px;
  }
}
@media only screen and (min-width: 992px) {
  .ht-countdown .time-block {
    margin: 0 25px;
    width: 150px;
    height: 150px;
  }
}
.ht-countdown .time-block .value {
  display: block;
  font-size: 36px;
  line-height: 1;
}
@media only screen and (min-width: 768px) {
  .ht-countdown .time-block .value {
    font-size: 36px;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 992px) {
  .ht-countdown .time-block .value {
    font-size: 36px;
    margin-top: 34px;
  }
}
.ht-countdown .time-block .indicator {
  font-size: 14px;
}
@media only screen and (min-width: 768px) {
  .ht-countdown .time-block .indicator {
    font-size: 16px;
  }
}
@media only screen and (min-width: 992px) {
  .ht-countdown .time-block .indicator {
    font-size: 18px;
  }
}
.ht-mailchimp-subscribe #mc-embedded-subscribe-form {
  position: relative;
}
.ht-mailchimp-subscribe [type="email"] {
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  background: transparent;
  padding: 7px 0;
  color: #fff;
  font-size: 180px;
  font-size: 18rem;
  font-size: 18px;
  font-size: 1.8rem;
}
.ht-mailchimp-subscribe [type="email"]::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.15);
  font-style: italic;
  font-weight: 300;
}
.ht-mailchimp-subscribe [type="email"]:-moz-placeholder {
  color: rgba(255, 255, 255, 0.15);
  font-style: italic;
  font-weight: 300;
}
.ht-mailchimp-subscribe [type="email"]::-moz-placeholder {
  color: rgba(255, 255, 255, 0.15);
  font-style: italic;
  font-weight: 300;
}
.ht-mailchimp-subscribe [type="email"]:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.15);
  font-style: italic;
  font-weight: 300;
}
.ht-mailchimp-subscribe [type="email"]:focus {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5) !important;
}
.ht-mailchimp-subscribe [type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  height: 40px;
  background: transparent;
  border: none;
  font-size: 22px;
  cursor: pointer;
  outline: none;
}
.ht-mailchimp-subscribe div.mce_inline_error {
  font-weight: 400;
  background: transparent;
  padding: 0;
  margin: 10px 0 10px;
}
.ht-mailchimp-subscribe #mce-responses {
  margin: 10px 0 10px;
}
.ht-social-icon-row ul {
  margin: 0 -5px;
}
.ht-social-icon-row ul li {
  list-style: none;
  display: inline-block;
  padding: 0 5px;
}
.ht-social-icon-row ul li a {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #fff;
  font-size: 200px;
  font-size: 20rem;
  font-size: 20px;
  font-size: 2rem;
}
.ht-pest-categories .entry {
  margin-bottom: 30px;
}
.ht-pest-categories .entry-content {
  padding: 15px;
}
@media only screen and (min-width: 768px) {
  .ht-pest-categories .entry-content {
    padding: 30px;
  }
}
.ht-pest-categories .entry-content .entry-title {
  font-size: 140px;
  font-size: 14rem;
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 10px;
}
.ht-pest-categories .entry-content .entry-description {
  margin: 0;
}
.ht-doc {
  float: left;
  width: 100%;
}
.ht-doc-list {
  float: left;
  width: 100%;
  position: relative;
  margin-bottom: 30px;
}
.ht-doc-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 70px;
  height: 70px;
  overflow: hidden;
}
.ht-doc-img img {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
}
.ht-doc-content {
  float: left;
  width: 100%;
  padding-left: 85px;
}
.ht-doc-title {
  font-size: 13px;
  color: #232323;
  line-height: 24px;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "League Spartan";
}
.ht-doc-btn {
  color: #2f7ce5;
  margin-top: 10px;
}
.ht-doc-btn:before {
  content: "\f2dd";
  font-family: Ionicons;
  font-size: 18px;
  margin-right: 5px;
}
.widget.widget_text {
  float: left;
}
.ht-get-quote-sidebar {
  float: left;
  width: 100%;
  margin-bottom: 10px;
}
.ht-get-quote-sidebar input:not([type="submit"]) {
  float: left;
  width: 100%;
  height: 40px;
  padding: 0 20px;
  border: 1px solid #a4adc0;
  color: #a4adc0;
  font-size: 14px;
  margin-bottom: 5px;
}
.ht-get-quote-sidebar input:not([type="submit"]):focus {
  border-color: #064294;
  color: #064294;
}
.ht-get-quote-sidebar input[type="submit"] {
  float: left;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  height: 40px;
  line-height: 40px;
  background: #064294;
  border: 1px solid transparent;
  cursor: pointer;
  padding: 0 20px;
  font-weight: 700;
}
.ht-get-quote-sidebar input[type="submit"]:hover,
.ht-get-quote-sidebar input[type="submit"]:focus {
  border-color: #064294;
  color: #064294;
  background: #fff;
}
.ht-get-quote-sidebar span.wpcf7-not-valid-tip {
  float: left;
  width: 100%;
  margin-bottom: 10px;
}
.ht-get-quote-sidebar + div.wpcf7-validation-errors {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 13px;
  color: #ff0000;
}
.ht-get-quote-sidebar + div.wpcf7-mail-sent-ok {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 13px;
  color: #398f14;
}
