/**============================================================
* Theme Name: Miami
* Version: 1.0.1
* Description: Hotel theme from ZooKa Studio
* Author: ZooKa
* Author URI: http://zooka.io
* Theme URI: http://zooka.io
* License: GNU General Public License version 3.0
* License URI: http://www.gnu.org/licenses/gpl-3.0.html
* Tags: light, fluid-layout, custom-background, 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. 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;
  overflow-x: hidden;
}
*,
*: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: hand;
  cursor: pointer;
}
/*--------------------------------------------
Combo CSS
----------------------------------------------*/
.clr {
  *zoom: 1;
}
.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,
.mfp-fade.mfp-bg,
.mfp-fade.mfp-wrap .mfp-content,
.owl-controls .owl-dot {
  -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;
}
/*--------------------------------------------
Popup Effects
----------------------------------------------*/
/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;
}
/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}
/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}
/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
}
/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}
/* I.2. EXTEND */
@font-face {
  font-family: 'RozhaOne';
  src: url(fonts/RozhaOne-Regular.ttf) format('truetype');
  font-style: normal;
}
@font-face {
  font-family: 'Lato';
  src: url(fonts/Lato-Light.ttf) format('truetype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Lato';
  src: url(fonts/Lato-Regular.ttf) format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Lato';
  src: url(fonts/Lato-Medium.ttf) format('truetype');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Lato';
  src: url(fonts/Lato-Bold.ttf) format('truetype');
  font-weight: 700;
  font-style: normal;
}
.heading-font,
h1,
h2,
h3,
h4,
h5,
h6,
#ht-room-reservation .date-picker-wrapper table th.month-name,
.site-header .main-navigation ul.menu,
.site-header .ht-mobile-menu .menu-header > span,
.site-header .ht-mobile-menu ul.mobile-nav,
.room-wrapper .room.advanced .entry-price .unit,
.room-wrapper .room.advanced .entry-price .value,
.room-wrapper .room.grid .entry-media .entry-price .unit,
.room-wrapper .room.grid .entry-media .entry-price .value,
.room-single .entry-header .entry-price .unit,
.room-single .entry-header .entry-price .value,
.ht-counter-up {
  font-family: "RozhaOne", serif;
}
.body-font,
body,
button,
input,
select,
textarea,
#ht-room-reservation .date-picker-wrapper,
.vc_tta-accordion .vc_tta-panel-heading h4 {
  font-family: "Lato", serif;
}
.body-color,
a {
  color: #333;
}
.link-color {
  color: #333;
}
.link-color-hover,
a:hover,
.site-header .header-center-logo-detail .top ul.social-links a:hover,
.site-header .header-center-logo-detail .bot .search:hover,
.site-header .header-left-logo-detail .col-2 .site-info ul.social-links a:hover,
.site-header .header-left-logo-less-detail .top-row .site-info ul.social-links a:hover,
.post.list .entry-header .entry-meta a:hover,
.post.grid .entry-header .entry-meta a:hover {
  color: #ee9b29;
}
.dark-color {
  color: #3f0303;
}
.dark-bg,
#ht-room-reservation .booking-breadcrumb,
.widget.widget_calendar table,
.widget.widget_pages > ul,
.widget.widget_meta > ul,
.widget.widget_tag_cloud .tagcloud a,
.vc_tta-accordion.solid-highlight .vc_tta-panel.vc_active .vc_tta-panel-heading {
  background-color: #3f0303;
}
.dark-bg-im {
  background-color: #3f0303 !important;
}
.pri-color,
.site-header .ht-mobile-menu .menu-header > button:hover,
.site-header .header-center-logo-detail .top .hotline,
.room-wrapper .room.advanced .entry-price,
.room-single .entry-header .entry-price .unit,
.room-single .entry-header .entry-price .value,
.ht-accommodation-page.carousel-2 .room-wrapper:hover .check-detail {
  color: #a90a0a;
}
.pri-color-im {
  color: #a90a0a !important;
}
.pri-bg,
#ht-room-reservation .step-1 .inner,
#ht-room-reservation .step-1 .ht-button.mail-booking-only,
#ht-room-reservation .step-3 .ht-button.mail-booking-only,
.ht-page-utility-bar,
.site-header .ht-mobile-menu .site-info ul li a,
.site-header .header-center-logo-detail .top .big-icon,
.widget.widget_tag_cloud .tagcloud a:hover,
.widget.widget_booking_single form,
.room-wrapper .room.grid .entry-media:after,
.ht-service-carousel .entry-icon {
  background-color: #a90a0a;
}
.pri-bg-im,
.xdsoft_datetimepicker .xdsoft_current {
  background-color: #a90a0a !important;
}
.pri-border-color {
  border-color: #a90a0a;
}
.sec-color,
#back-to-top,
.ht-carousel .owl-nav .owl-prev:hover,
.ht-carousel .owl-nav .owl-next:hover,
#back-to-top,
.site-header .header-center-logo-detail .bot .search-bar.open button.submit-alt,
.site-header .header-center-logo-detail .main-navigation ul.menu li:hover > a,
.site-header .header-center-logo-elegant .main-navigation ul.menu li:hover > a,
.site-header .header-left-logo-detail .col-2 .bot-row .main-navigation ul.menu li:hover > a,
.site-header .header-left-logo-detail .col-2 .bot-row .gadget-button > div:hover,
.site-header .header-left-logo-detail .col-2 .bot-row .gadget-button > a:hover,
.site-header .header-left-logo-elegant .main-navigation ul.menu li:hover > a,
.site-header .header-left-logo-less-detail .bot-row .main-navigation ul.menu li:hover > a,
.widget.widget_calendar table a,
.post.list .read-more,
.post.grid .read-more,
.post.single .entry-meta a:hover,
.post.single .entry-social a:hover,
#comments .metadata .comment-reply-link,
.room-wrapper .room.advanced .entry-header .entry-badge,
.room-wrapper .room.grid .entry-badge,
.room-single .entry-header .entry-badge,
.room-single .entry-features .feature .icon,
.ht-heading-group .top-motif,
.ht-testimonial.balloon .entry-content .content-inner:before,
.ht-testimonial.balloon .entry-time,
.ht-testimonial.carousel_balloon .entry-title .entry-rate,
.ht-testimonial.carousel_balloon .entry-time,
.ht-testimonial.carousel .entry-rate,
.ht-testimonial.carousel .entry-time,
.ht-testimonial.carousel_simple .entry-rate,
.ht-testimonial.video .entry-time,
.ht-accommodation-page.carousel .owl-nav .owl-prev:hover,
.ht-accommodation-page.carousel .owl-nav .owl-next:hover,
.ht-accommodation-page.carousel-2 .room-wrapper .check-detail {
  color: #ee9b29;
}
.sec-color-im {
  color: #ee9b29 !important;
}
.sec-bg,
.ht-button.solid,
.ht-button.default,
.jplist-panel .jplist-pagination .jplist-pagingprev button.jplist-current,
.jplist-panel .jplist-pagination .jplist-pagingmid button.jplist-current,
.jplist-panel .jplist-pagination .jplist-pagingnext button.jplist-current,
#ht-room-reservation .step-1 .form-group.payment .ht-button,
#ht-room-reservation .step-3 .form-group.payment .ht-button,
.site-header .header-left-logo-detail .col-2 .bot-row .gadget-button .search-bar .search-field,
.widget.widget_pages > ul > li a:hover,
.widget.widget_meta > ul > li a:hover,
.post.list .entry-header .sticky-icon div,
#comments .comment-respond input[type="submit"],
.ht-gallery .owl-nav .owl-prev:hover,
.ht-gallery .owl-nav .owl-next:hover,
.ht-icon-carousel .owl-nav .owl-prev:hover,
.ht-icon-carousel .owl-nav .owl-next:hover,
.ht-icon .icon.square,
.ht-icon .icon.rounded,
.ht-icon .icon.circle,
.ht-accommodation-page.carousel-2 .owl-nav .owl-prev:hover,
.ht-accommodation-page.carousel-2 .owl-nav .owl-next:hover,
.post.single .entry-title-wrapper .simplefavorite-button {
  background-color: #ee9b29;
}
.sec-bg-im,
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover,
.ht-icon:not(.custom):hover .icon.square,
.ht-icon:not(.custom):hover .icon.rounded,
.ht-icon:not(.custom):hover .icon.circle,
.vc_tta-tabs .vc_tta-tab.vc_active a {
  background-color: #ee9b29 !important;
}
.sec-border-color,
.jplist-panel .jplist-pagination .jplist-pagingprev button:hover,
.jplist-panel .jplist-pagination .jplist-pagingmid button:hover,
.jplist-panel .jplist-pagination .jplist-pagingnext button:hover,
.jplist-panel .jplist-pagination .jplist-pagingprev button.jplist-current,
.jplist-panel .jplist-pagination .jplist-pagingmid button.jplist-current,
.jplist-panel .jplist-pagination .jplist-pagingnext button.jplist-current,
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,
.form-control:focus,
#ht-room-reservation .step-1 .form-group.payment label.checked,
#ht-room-reservation .step-3 .form-group.payment label.checked,
.site-header .header-center-logo-detail .bot .search-bar .search-field,
.post.single .entry-meta a:hover,
#comments .comment-respond input:focus,
#comments .comment-respond textarea:focus {
  border-color: #ee9b29 !important;
}
.prefooter-bg {
  background-color: #3f0303;
}
.prefooter-color,
.prefooter,
.prefooter a {
  color: rgba(255, 255, 255, 0.75);
}
.footer-bg,
.site-footer {
  background-color: #3f0303;
}
.footer-color,
.site-footer .footer,
.site-footer .footer a {
  color: rgba(255, 255, 255, 0.75);
}
/* I.3. COMMON */
.row {
  *zoom: 1;
}
.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;
}
.no-margin {
  margin: 0;
}
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.row {
  *zoom: 1;
}
.row:before,
.row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
#back-to-top {
  z-index: 99;
  position: fixed;
  bottom: 15px;
  right: 15px;
  font-size: 50px;
  cursor: pointer;
  opacity: 0;
  display: none;
  -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);
}
#back-to-top:hover {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.ht-motif-divider .left-wing,
.ht-motif-divider .right-wing {
  vertical-align: middle;
  display: inline-block;
  width: 80px;
  height: 4px;
  position: relative;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  top: -3px;
}
.ht-motif-divider i {
  font-size: 20px;
}
.ht-carousel {
  position: relative;
}
.ht-carousel * {
  -webkit-backface-visibility: hidden !important;
  backface-visibility: hidden !important;
}
.ht-carousel ul {
  margin: 0;
}
.ht-carousel .owl-nav .owl-prev,
.ht-carousel .owl-nav .owl-next {
  position: absolute;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 34px;
  border: 2px solid;
  font-size: 20px;
  color: rgba(0, 0, 0, 0.1);
  top: 50%;
  margin-top: -20px;
  background: #fff;
}
.ht-carousel .owl-nav .owl-prev i,
.ht-carousel .owl-nav .owl-next i {
  color: #555;
}
.ht-carousel .owl-nav .owl-prev {
  left: -100px;
}
@media only screen and (max-width: 767px) {
  .ht-carousel .owl-nav .owl-prev {
    left: -50px;
  }
}
.ht-carousel .owl-nav .owl-next {
  right: -100px;
}
@media only screen and (max-width: 767px) {
  .ht-carousel .owl-nav .owl-next {
    right: -50px;
  }
}
.ht-button {
  display: inline-block;
  font-size: 14px;
  height: 36px;
  line-height: 34px;
  margin-bottom: 5px;
  padding: 0 40px;
  position: relative;
  font-weight: 700;
  cursor: pointer;
  -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-button .icon {
  font-size: 14px;
  margin-left: 10px;
  position: relative;
  top: -1px;
}
@media only screen and (max-width: 767px) {
  .ht-button .icon {
    background: transparent !important;
    border: none !important;
  }
}
.ht-button:hover {
  -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);
}
@media only screen and (min-width: 768px) {
  .ht-button.md {
    padding: 0 50px;
    height: 47px;
    line-height: 45px;
    font-size: 170pxpx;
    font-size: 17pxrem;
    font-size: 17px;
    font-size: 1.7rem;
  }
  .ht-button.lg,
  .ht-button.lg-hi {
    padding: 0 60px;
    height: 60px;
    line-height: 58px;
    font-size: 220pxpx;
    font-size: 22pxrem;
    font-size: 22px;
    font-size: 2.2rem;
  }
  .ht-button.lg-hi {
    padding: 0 75px;
    padding-right: 100px;
  }
  .ht-button.lg-hi .icon {
    display: block;
    height: 60px;
    width: 60px;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
  }
}
.ht-button.solid,
.ht-button.default,
.post.single .entry-title-wrapper .simplefavorite-button {
  border: 1px solid transparent !important;
  color: #fff;
}
.ht-button.solid.lg-hi .icon,
.ht-button.default.lg-hi .icon {
  background: rgba(0, 0, 0, 0.1);
}
.ht-button.border {
  background: transparent !important;
  border: 1px solid;
}
.ht-button.border.lg-hi .icon {
  top: -1px;
  border-left: 1px solid;
}
.ht-button.default {
  position: relative;
}
.ht-button.default:after {
  content: '';
  display: inline-block;
  width: 8px;
  height: 12px;
  background: url('images/sprites.png') 0 -18px;
  margin-left: 10px;
  position: relative;
  top: 1px;
}
.ht-button.disable,
.ht-button.cancel {
  background: #aaa;
  color: #fff;
}
.xdsoft_datetimepicker {
  border: none !important;
}
.xdsoft_datetimepicker td {
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_current {
  outline: none;
}
.xdsoft_datetimepicker .xdsoft_today {
  font-weight: 700;
  color: #000 !important;
}
.xdsoft_datetimepicker .xdsoft_today.xdsoft_current {
  color: #fff !important;
}
legend {
  border-bottom: none !important;
}
select {
  -webkit-border-radius: 0 !important;
  border-radius: 0 !important;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.ht-field-wrapper {
  position: relative;
}
.ht-field-wrapper.select-wrapper {
  cursor: pointer;
}
.ht-field-wrapper.select-wrapper select {
  padding-right: 20px;
  margin: 0 !important;
}
.ht-field-wrapper.select-wrapper:before {
  content: "\f107";
  font-family: "fontawesome";
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  speak: none;
  color: #aaa;
  position: absolute;
  right: 8px;
  top: 50%;
  margin-top: -10px;
}
.ht-404 {
  padding: 50px;
  color: #fff;
}
.ht-404 .this-title {
  margin-bottom: 15px;
  font-size: 24px;
}
.ht-404 .this-title .wing {
  border-color: rgba(255, 255, 255, 0.5) !important;
  width: 50px;
}
.ht-404 .this-title .wing.left-wing {
  margin-right: 10px;
}
.ht-404 .this-title .wing.right-wing {
  margin-left: 10px;
}
.ht-404 .this-content {
  font-size: 14px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .ht-404 {
    padding: 150px;
  }
  .ht-404 .this-title {
    margin-bottom: 15px;
    font-size: 60px;
  }
  .ht-404 .this-title .wing {
    width: 80px;
  }
  .ht-404 .this-content {
    font-size: 16px;
  }
}
@media screen and (min-width: 992px) {
  .ht-404 {
    padding: 150px;
  }
  .ht-404 .this-title {
    margin-bottom: 15px;
    font-size: 80px;
  }
  .ht-404 .this-title .wing {
    width: 80px;
  }
  .ht-404 .this-content {
    font-size: 16px;
  }
}
/* I.4. TYPOGRAPHY */
html {
  font-size: 10px;
}
body {
  font-size: 140px;
  font-size: 14rem;
  font-size: 14px;
  font-size: 1.4rem;
  color: #333;
}
body,
button,
input,
select,
textarea {
  line-height: 1.5;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  line-height: 1;
}
h1 {
  font-size: 32px;
}
h2 {
  font-size: 28px;
}
h3 {
  font-size: 24px;
}
h4 {
  font-size: 20px;
}
h5 {
  font-size: 18px;
}
h6 {
  font-size: 16px;
}
p {
  margin-bottom: 1.6em;
}
b,
strong {
  font-weight: 700;
}
dfn,
cite,
em,
i {
  font-style: italic;
}
blockquote {
  border-left: 4px solid #707070;
  border-left: 4px solid rgba(51, 51, 51, 0.7);
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
  font-size: 18px;
  font-size: 1.8rem;
  font-style: italic;
  line-height: 1.6667;
  margin-bottom: 1.6667em;
  padding-left: 0.7778em;
}
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;
}
/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
  color: rgba(51, 51, 51, 0.7);
  font-family: "Noto Sans", sans-serif;
}
:-moz-placeholder {
  color: rgba(51, 51, 51, 0.7);
  font-family: "Noto Sans", sans-serif;
}
::-moz-placeholder {
  color: rgba(51, 51, 51, 0.7);
  font-family: "Noto Sans", sans-serif;
  opacity: 1;
  /* Since FF19 lowers the opacity of the placeholder by default */
}
:-ms-input-placeholder {
  color: rgba(51, 51, 51, 0.7);
  font-family: "Noto Sans", sans-serif;
}
/* 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;
  }
}
#nprogress {
  pointer-events: none;
}
#nprogress .bar {
  background: #000;
  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
}
#nprogress .peg {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  box-shadow: 0 0 10px #000, 0 0 5px #000;
  opacity: 1.0;
  -webkit-transform: rotate(3deg) translate(0px, -4px);
  -ms-transform: rotate(3deg) translate(0px, -4px);
  transform: rotate(3deg) translate(0px, -4px);
}
#nprogress .spinner {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}
#nprogress .spinner-icon {
  width: 30px;
  height: 30px;
  box-sizing: border-box;
  border: solid 4px transparent;
  border-top-color: #000;
  border-left-color: #000;
  border-radius: 50%;
  -webkit-animation: nprogress-spinner 400ms linear infinite;
  animation: nprogress-spinner 400ms linear infinite;
}
.nprogress-custom-parent {
  overflow: hidden;
  position: relative;
}
.nprogress-custom-parent #nprogress .spinner,
.nprogress-custom-parent #nprogress .bar {
  position: absolute;
}
@-webkit-keyframes nprogress-spinner {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes nprogress-spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
  backface-visibility: hidden;
}
.owl-carousel * {
  backface-visibility: hidden;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item img {
  -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
/* No Js */
.no-js .owl-carousel {
  display: block;
}
/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}
/* 
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}
.owl-controls {
  text-align: center;
}
.owl-controls .owl-dot {
  width: 10px;
  height: 10px;
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.15);
  margin: 2px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.owl-controls .owl-dot.active {
  background-color: rgba(0, 0, 0, 0.3);
}
/*!
 *  Font Awesome 4.4.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
  font-family: 'FontAwesome';
  src: url('fonts/fontawesome-webfont.eot?v=4.4.0');
  src: url('fonts/fontawesome-webfont.eot?#iefix&v=4.4.0') format('embedded-opentype'), url('fonts/fontawesome-webfont.woff2?v=4.4.0') format('woff2'), url('fonts/fontawesome-webfont.woff?v=4.4.0') format('woff'), url('fonts/fontawesome-webfont.ttf?v=4.4.0') format('truetype'), url('fonts/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fa-lg {
  font-size: 1.33333333em;
  line-height: .75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: .14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid .08em #eee;
  border-radius: 0.1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right {
  margin-left: 0.3em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #fff;
}
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
@font-face {
  font-family: 'Pe-icon-7-stroke';
  src: url('fonts/Pe-icon-7-stroke.eot?d7yf1v');
  src: url('fonts/Pe-icon-7-stroke.eot?#iefixd7yf1v') format('embedded-opentype'), url('fonts/Pe-icon-7-stroke.woff?d7yf1v') format('woff'), url('fonts/Pe-icon-7-stroke.ttf?d7yf1v') format('truetype'), url('fonts/Pe-icon-7-stroke.svg?d7yf1v#Pe-icon-7-stroke') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* PE =========== */
[class^="pe-7s-"],
[class*=" pe-7s-"] {
  display: inline-block;
  font-family: 'Pe-icon-7-stroke';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.pe-7s-album:before {
  content: "\e6aa";
}
.pe-7s-arc:before {
  content: "\e6ab";
}
.pe-7s-back-2:before {
  content: "\e6ac";
}
.pe-7s-bandaid:before {
  content: "\e6ad";
}
.pe-7s-car:before {
  content: "\e6ae";
}
.pe-7s-diamond:before {
  content: "\e6af";
}
.pe-7s-door-lock:before {
  content: "\e6b0";
}
.pe-7s-eyedropper:before {
  content: "\e6b1";
}
.pe-7s-female:before {
  content: "\e6b2";
}
.pe-7s-gym:before {
  content: "\e6b3";
}
.pe-7s-hammer:before {
  content: "\e6b4";
}
.pe-7s-headphones:before {
  content: "\e6b5";
}
.pe-7s-helm:before {
  content: "\e6b6";
}
.pe-7s-hourglass:before {
  content: "\e6b7";
}
.pe-7s-leaf:before {
  content: "\e6b8";
}
.pe-7s-magic-wand:before {
  content: "\e6b9";
}
.pe-7s-male:before {
  content: "\e6ba";
}
.pe-7s-map-2:before {
  content: "\e6bb";
}
.pe-7s-next-2:before {
  content: "\e6bc";
}
.pe-7s-paint-bucket:before {
  content: "\e6bd";
}
.pe-7s-pendrive:before {
  content: "\e6be";
}
.pe-7s-photo:before {
  content: "\e6bf";
}
.pe-7s-piggy:before {
  content: "\e6c0";
}
.pe-7s-plugin:before {
  content: "\e6c1";
}
.pe-7s-refresh-2:before {
  content: "\e6c2";
}
.pe-7s-rocket:before {
  content: "\e6c3";
}
.pe-7s-settings:before {
  content: "\e6c4";
}
.pe-7s-shield:before {
  content: "\e6c5";
}
.pe-7s-smile:before {
  content: "\e6c6";
}
.pe-7s-usb:before {
  content: "\e6c7";
}
.pe-7s-vector:before {
  content: "\e6c8";
}
.pe-7s-wine:before {
  content: "\e6c9";
}
.pe-7s-cloud-upload:before {
  content: "\e68a";
}
.pe-7s-cash:before {
  content: "\e68c";
}
.pe-7s-close:before {
  content: "\e680";
}
.pe-7s-bluetooth:before {
  content: "\e68d";
}
.pe-7s-cloud-download:before {
  content: "\e68b";
}
.pe-7s-way:before {
  content: "\e68e";
}
.pe-7s-close-circle:before {
  content: "\e681";
}
.pe-7s-id:before {
  content: "\e68f";
}
.pe-7s-angle-up:before {
  content: "\e682";
}
.pe-7s-wristwatch:before {
  content: "\e690";
}
.pe-7s-angle-up-circle:before {
  content: "\e683";
}
.pe-7s-world:before {
  content: "\e691";
}
.pe-7s-angle-right:before {
  content: "\e684";
}
.pe-7s-volume:before {
  content: "\e692";
}
.pe-7s-angle-right-circle:before {
  content: "\e685";
}
.pe-7s-users:before {
  content: "\e693";
}
.pe-7s-angle-left:before {
  content: "\e686";
}
.pe-7s-user-female:before {
  content: "\e694";
}
.pe-7s-angle-left-circle:before {
  content: "\e687";
}
.pe-7s-up-arrow:before {
  content: "\e695";
}
.pe-7s-angle-down:before {
  content: "\e688";
}
.pe-7s-switch:before {
  content: "\e696";
}
.pe-7s-angle-down-circle:before {
  content: "\e689";
}
.pe-7s-scissors:before {
  content: "\e697";
}
.pe-7s-wallet:before {
  content: "\e600";
}
.pe-7s-safe:before {
  content: "\e698";
}
.pe-7s-volume2:before {
  content: "\e601";
}
.pe-7s-volume1:before {
  content: "\e602";
}
.pe-7s-voicemail:before {
  content: "\e603";
}
.pe-7s-video:before {
  content: "\e604";
}
.pe-7s-user:before {
  content: "\e605";
}
.pe-7s-upload:before {
  content: "\e606";
}
.pe-7s-unlock:before {
  content: "\e607";
}
.pe-7s-umbrella:before {
  content: "\e608";
}
.pe-7s-trash:before {
  content: "\e609";
}
.pe-7s-tools:before {
  content: "\e60a";
}
.pe-7s-timer:before {
  content: "\e60b";
}
.pe-7s-ticket:before {
  content: "\e60c";
}
.pe-7s-target:before {
  content: "\e60d";
}
.pe-7s-sun:before {
  content: "\e60e";
}
.pe-7s-study:before {
  content: "\e60f";
}
.pe-7s-stopwatch:before {
  content: "\e610";
}
.pe-7s-star:before {
  content: "\e611";
}
.pe-7s-speaker:before {
  content: "\e612";
}
.pe-7s-signal:before {
  content: "\e613";
}
.pe-7s-shuffle:before {
  content: "\e614";
}
.pe-7s-shopbag:before {
  content: "\e615";
}
.pe-7s-share:before {
  content: "\e616";
}
.pe-7s-server:before {
  content: "\e617";
}
.pe-7s-search:before {
  content: "\e618";
}
.pe-7s-film:before {
  content: "\e6a5";
}
.pe-7s-science:before {
  content: "\e619";
}
.pe-7s-disk:before {
  content: "\e6a6";
}
.pe-7s-ribbon:before {
  content: "\e61a";
}
.pe-7s-repeat:before {
  content: "\e61b";
}
.pe-7s-refresh:before {
  content: "\e61c";
}
.pe-7s-add-user:before {
  content: "\e6a9";
}
.pe-7s-refresh-cloud:before {
  content: "\e61d";
}
.pe-7s-paperclip:before {
  content: "\e69c";
}
.pe-7s-radio:before {
  content: "\e61e";
}
.pe-7s-note2:before {
  content: "\e69d";
}
.pe-7s-print:before {
  content: "\e61f";
}
.pe-7s-network:before {
  content: "\e69e";
}
.pe-7s-prev:before {
  content: "\e620";
}
.pe-7s-mute:before {
  content: "\e69f";
}
.pe-7s-power:before {
  content: "\e621";
}
.pe-7s-medal:before {
  content: "\e6a0";
}
.pe-7s-portfolio:before {
  content: "\e622";
}
.pe-7s-like2:before {
  content: "\e6a1";
}
.pe-7s-plus:before {
  content: "\e623";
}
.pe-7s-left-arrow:before {
  content: "\e6a2";
}
.pe-7s-play:before {
  content: "\e624";
}
.pe-7s-key:before {
  content: "\e6a3";
}
.pe-7s-plane:before {
  content: "\e625";
}
.pe-7s-joy:before {
  content: "\e6a4";
}
.pe-7s-photo-gallery:before {
  content: "\e626";
}
.pe-7s-pin:before {
  content: "\e69b";
}
.pe-7s-phone:before {
  content: "\e627";
}
.pe-7s-plug:before {
  content: "\e69a";
}
.pe-7s-pen:before {
  content: "\e628";
}
.pe-7s-right-arrow:before {
  content: "\e699";
}
.pe-7s-paper-plane:before {
  content: "\e629";
}
.pe-7s-delete-user:before {
  content: "\e6a7";
}
.pe-7s-paint:before {
  content: "\e62a";
}
.pe-7s-bottom-arrow:before {
  content: "\e6a8";
}
.pe-7s-notebook:before {
  content: "\e62b";
}
.pe-7s-note:before {
  content: "\e62c";
}
.pe-7s-next:before {
  content: "\e62d";
}
.pe-7s-news-paper:before {
  content: "\e62e";
}
.pe-7s-musiclist:before {
  content: "\e62f";
}
.pe-7s-music:before {
  content: "\e630";
}
.pe-7s-mouse:before {
  content: "\e631";
}
.pe-7s-more:before {
  content: "\e632";
}
.pe-7s-moon:before {
  content: "\e633";
}
.pe-7s-monitor:before {
  content: "\e634";
}
.pe-7s-micro:before {
  content: "\e635";
}
.pe-7s-menu:before {
  content: "\e636";
}
.pe-7s-map:before {
  content: "\e637";
}
.pe-7s-map-marker:before {
  content: "\e638";
}
.pe-7s-mail:before {
  content: "\e639";
}
.pe-7s-mail-open:before {
  content: "\e63a";
}
.pe-7s-mail-open-file:before {
  content: "\e63b";
}
.pe-7s-magnet:before {
  content: "\e63c";
}
.pe-7s-loop:before {
  content: "\e63d";
}
.pe-7s-look:before {
  content: "\e63e";
}
.pe-7s-lock:before {
  content: "\e63f";
}
.pe-7s-lintern:before {
  content: "\e640";
}
.pe-7s-link:before {
  content: "\e641";
}
.pe-7s-like:before {
  content: "\e642";
}
.pe-7s-light:before {
  content: "\e643";
}
.pe-7s-less:before {
  content: "\e644";
}
.pe-7s-keypad:before {
  content: "\e645";
}
.pe-7s-junk:before {
  content: "\e646";
}
.pe-7s-info:before {
  content: "\e647";
}
.pe-7s-home:before {
  content: "\e648";
}
.pe-7s-help2:before {
  content: "\e649";
}
.pe-7s-help1:before {
  content: "\e64a";
}
.pe-7s-graph3:before {
  content: "\e64b";
}
.pe-7s-graph2:before {
  content: "\e64c";
}
.pe-7s-graph1:before {
  content: "\e64d";
}
.pe-7s-graph:before {
  content: "\e64e";
}
.pe-7s-global:before {
  content: "\e64f";
}
.pe-7s-gleam:before {
  content: "\e650";
}
.pe-7s-glasses:before {
  content: "\e651";
}
.pe-7s-gift:before {
  content: "\e652";
}
.pe-7s-folder:before {
  content: "\e653";
}
.pe-7s-flag:before {
  content: "\e654";
}
.pe-7s-filter:before {
  content: "\e655";
}
.pe-7s-file:before {
  content: "\e656";
}
.pe-7s-expand1:before {
  content: "\e657";
}
.pe-7s-exapnd2:before {
  content: "\e658";
}
.pe-7s-edit:before {
  content: "\e659";
}
.pe-7s-drop:before {
  content: "\e65a";
}
.pe-7s-drawer:before {
  content: "\e65b";
}
.pe-7s-download:before {
  content: "\e65c";
}
.pe-7s-display2:before {
  content: "\e65d";
}
.pe-7s-display1:before {
  content: "\e65e";
}
.pe-7s-diskette:before {
  content: "\e65f";
}
.pe-7s-date:before {
  content: "\e660";
}
.pe-7s-cup:before {
  content: "\e661";
}
.pe-7s-culture:before {
  content: "\e662";
}
.pe-7s-crop:before {
  content: "\e663";
}
.pe-7s-credit:before {
  content: "\e664";
}
.pe-7s-copy-file:before {
  content: "\e665";
}
.pe-7s-config:before {
  content: "\e666";
}
.pe-7s-compass:before {
  content: "\e667";
}
.pe-7s-comment:before {
  content: "\e668";
}
.pe-7s-coffee:before {
  content: "\e669";
}
.pe-7s-cloud:before {
  content: "\e66a";
}
.pe-7s-clock:before {
  content: "\e66b";
}
.pe-7s-check:before {
  content: "\e66c";
}
.pe-7s-chat:before {
  content: "\e66d";
}
.pe-7s-cart:before {
  content: "\e66e";
}
.pe-7s-camera:before {
  content: "\e66f";
}
.pe-7s-call:before {
  content: "\e670";
}
.pe-7s-calculator:before {
  content: "\e671";
}
.pe-7s-browser:before {
  content: "\e672";
}
.pe-7s-box2:before {
  content: "\e673";
}
.pe-7s-box1:before {
  content: "\e674";
}
.pe-7s-bookmarks:before {
  content: "\e675";
}
.pe-7s-bicycle:before {
  content: "\e676";
}
.pe-7s-bell:before {
  content: "\e677";
}
.pe-7s-battery:before {
  content: "\e678";
}
.pe-7s-ball:before {
  content: "\e679";
}
.pe-7s-back:before {
  content: "\e67a";
}
.pe-7s-attention:before {
  content: "\e67b";
}
.pe-7s-anchor:before {
  content: "\e67c";
}
.pe-7s-albums:before {
  content: "\e67d";
}
.pe-7s-alarm:before {
  content: "\e67e";
}
.pe-7s-airplay:before {
  content: "\e67f";
}
@font-face {
  font-family: 'miami';
  src: url('fonts/miami.eot?-4ciwq0');
  src: url('fonts/miami.eot?-4ciwq0#iefix') format('embedded-opentype'), url('fonts/miami.ttf?-4ciwq0') format('truetype'), url('fonts/miami.woff?-4ciwq0') format('woff'), url('fonts/miami.svg?-4ciwq0#miami') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="mi-"],
[class*=" mi-"] {
  font-family: 'miami';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.mi-pc:before {
  content: "\e61e";
}
.mi-map:before {
  content: "\e61f";
}
.mi-wifi:before {
  content: "\e620";
}
.mi-crown:before {
  content: "\e621";
}
.mi-hotel:before {
  content: "\e600";
}
.mi-wreath:before {
  content: "\e601";
}
.mi-chef:before {
  content: "\e602";
}
.mi-no-smoking:before {
  content: "\e603";
}
.mi-safe:before {
  content: "\e604";
}
.mi-key:before {
  content: "\e605";
}
.mi-sign:before {
  content: "\e606";
}
.mi-coffee-maker:before {
  content: "\e607";
}
.mi-luggage:before {
  content: "\e608";
}
.mi-meal:before {
  content: "\e609";
}
.mi-toaster:before {
  content: "\e60a";
}
.mi-receptionist:before {
  content: "\e60b";
}
.mi-elevator:before {
  content: "\e60c";
}
.mi-passport:before {
  content: "\e60d";
}
.mi-shower:before {
  content: "\e60e";
}
.mi-tv:before {
  content: "\e60f";
}
.mi-luggage-man:before {
  content: "\e610";
}
.mi-cab:before {
  content: "\e611";
}
.mi-pool:before {
  content: "\e612";
}
.mi-sofa:before {
  content: "\e613";
}
.mi-tennis:before {
  content: "\e614";
}
.mi-open:before {
  content: "\e615";
}
.mi-hair-dryer:before {
  content: "\e617";
}
.mi-washing-machine:before {
  content: "\e618";
}
.mi-dice:before {
  content: "\e619";
}
.mi-alarm-clock:before {
  content: "\e61a";
}
.mi-gift:before {
  content: "\e61b";
}
.mi-air-conditional:before {
  content: "\e61c";
}
.mi-hand-writing:before {
  content: "\e61d";
}
/*
 * 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;
  }
}
.SlectBox {
  width: 200px;
  padding: 5px 8px;
}
/*this is applied on that hidden select. DO NOT USE display:none; or visiblity:hidden; and Do not override any of these properties. */
.SelectClass {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  height: 100%;
  width: 100%;
  border: none;
  z-index: 1;
  -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;
}
.SumoSelect > .optWrapper > .options > li label,
.SumoSelect > .CaptionCont {
  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:focus > .CaptionCont,
.SumoSelect:hover > .CaptionCont {
  box-shadow: 0px 0px 2px #7799D0;
  border-color: #7799D0;
}
.SumoSelect > .CaptionCont {
  position: relative;
  border: 1px solid #A4A4A4;
  min-height: 14px;
  background-color: #fff;
  margin: 0px;
}
.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: 0px;
  right: 0px;
  bottom: 0px;
  width: 30px;
}
.SumoSelect > .CaptionCont > label > i {
  width: 16px;
  height: 16px;
  display: block;
  margin: 0;
  background-repeat: no-repeat;
  opacity: 0.8;
}
.SumoSelect > .CaptionCont > label > i:before {
  content: "\f107";
  font-family: "fontawesome";
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  speak: none;
}
.SumoSelect > .optWrapper {
  top: 30px;
  width: 100%;
  position: absolute;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 200ms ease-out, top 200ms ease-out, visibility 200ms ease-out;
  -webkit-transition: opacity 200ms ease-out, top 200ms ease-out, visibility 200ms ease-out;
  -moz-transition: opacity 200ms ease-out, top 200ms ease-out, visibility 200ms ease-out;
  -ms-transition: opacity 200ms ease-out, top 200ms ease-out, visibility 200ms ease-out;
  -o-transition: opacity 200ms ease-out, top 200ms ease-out, visibility 200ms ease-out;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: -100;
  background: #fff;
  border: 1px solid #ddd;
  box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.11);
  overflow: hidden;
}
.SumoSelect > .optWrapper.open {
  top: 35px;
  visibility: visible;
  opacity: 1;
  z-index: 1000;
}
.SumoSelect > .optWrapper > .options {
  list-style: none;
  display: block;
  padding: 0px;
  margin: 0px;
  overflow: auto;
  /*Set the height of pop up here (only for desktop mode)*/
  max-height: 250px;
  /*height*/
}
.SumoSelect > .optWrapper.isFloating > .options {
  max-height: 100%;
  box-shadow: 0px 0px 100px #595959;
}
.SumoSelect > .optWrapper > .options > li {
  padding: 6px 6px;
  border-bottom: 1px solid #F3F3F3;
  position: relative;
}
.SumoSelect > .optWrapper > .options > li:last-child {
  border-bottom: none;
}
.SumoSelect > .optWrapper > .options > li:hover {
  background-color: #E4E4E4;
}
.SumoSelect > .optWrapper > .options > li.sel {
  background-color: #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;
}
/*Floating styles*/
.SumoSelect > .optWrapper.isFloating {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  width: 90%;
  bottom: 0px;
  margin: auto;
  max-height: 90%;
}
/*Hover*/
/*.SumoSelect:hover > .CaptionCont > label { background-color: #F1F1F1; }*/
/*disabled state*/
.SumoSelect > .optWrapper > .options > li.disabled {
  background-color: inherit;
  pointer-events: none;
}
.SumoSelect > .optWrapper > .options > li.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 {
  padding-left: 35px;
  cursor: pointer;
}
.SumoSelect > .optWrapper.multiple > .options > li span,
.SumoSelect .select-all > span {
  position: absolute;
  display: block;
  width: 30px;
  top: 0px;
  bottom: 0px;
  margin-left: -35px;
}
.SumoSelect > .optWrapper.multiple > .options > li span i,
.SumoSelect .select-all > span i {
  position: absolute;
  margin: auto;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  width: 14px;
  height: 14px;
  border: 1px solid #AEAEAE;
  box-shadow: inset 0px 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: 0px 0px 2px rgba(0, 0, 0, 0.13);
}
.SumoSelect > .optWrapper.multiple.isFloating > .MultiControls {
  display: block;
  margin-top: 5px;
  position: absolute;
  bottom: 0px;
  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 {
  padding: 12px 6px;
}
/*styling for only multiple select on popup mode*/
.SumoSelect > .optWrapper.multiple.isFloating > .options > li {
  padding-left: 35px;
}
.SumoSelect > .optWrapper.multiple.isFloating {
  padding-bottom: 43px;
}
/*selected state
    .SumoSelect > .optWrapper.multiple > .options > li.selected span i:after,
    */
.SumoSelect > .optWrapper.multiple > .options > li.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 0px 3px 35px;
  height: 20px;
}
.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;
}
.jplist-panel {
  *zoom: 1;
}
.jplist-panel:before,
.jplist-panel:after {
  content: " ";
  display: table;
}
.jplist-panel:after {
  clear: both;
}
.jplist-panel.pagination {
  margin: 30px 0 50px;
  text-align: center;
}
.jplist-panel .jplist-pagination-label {
  display: none;
  line-height: 40px;
  margin-top: 15px;
  color: #555;
}
.jplist-panel .jplist-pagination .jplist-hidden {
  display: none !important;
}
.jplist-panel .jplist-pagination .jplist-pagingprev,
.jplist-panel .jplist-pagination .jplist-pagingmid,
.jplist-panel .jplist-pagination .jplist-pagingnext {
  display: inline-block;
}
.jplist-panel .jplist-pagination .jplist-pagingprev button,
.jplist-panel .jplist-pagination .jplist-pagingmid button,
.jplist-panel .jplist-pagination .jplist-pagingnext button {
  cursor: pointer;
  border: 1px solid #ccc;
  background: #fff;
  height: 40px;
  width: 40px;
  font-size: 14px;
  margin: 0 2px;
  -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;
  outline: none;
  color: #555;
}
.jplist-panel .jplist-pagination .jplist-pagingprev button.jplist-current,
.jplist-panel .jplist-pagination .jplist-pagingmid button.jplist-current,
.jplist-panel .jplist-pagination .jplist-pagingnext button.jplist-current {
  color: #fff;
  cursor: default;
}
/* II.2. GRID */
.container,
.vc_row,
.vc_row.stretch_row > .vc-container,
.vc_inner.container-force .vc-container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container,
  .vc_row,
  .vc_row.stretch_row > .vc-container,
  .vc_inner.container-force .vc-container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container,
  .vc_row,
  .vc_row.stretch_row > .vc-container,
  .vc_inner.container-force .vc-container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container,
  .vc_row,
  .vc_row.stretch_row > .vc-container,
  .vc_inner.container-force .vc-container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
/* II.3. TABLE */
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 #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.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 #ddd;
}
.table .table {
  background-color: #fff;
}
.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 #ddd;
}
.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 #ddd;
}
.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 #ddd;
  }
  .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;
  }
}
/* II.4. FORM */
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
}
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"],
.form-control {
  height: 45px;
  padding: 6px 12px;
  font-size: 14px;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid transparent;
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s 0.3s ease-out;
  -moz-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s 0.3s ease-out;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s 0.3s ease-out;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s 0.3s ease-out;
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  background: rgba(0, 0, 0, 0.075);
  display: block;
  width: 100%;
  border-style: dotted;
}
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,
.form-control:-moz-placeholder {
  color: #999;
}
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,
.form-control::-moz-placeholder {
  color: #999;
}
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,
.form-control:-ms-input-placeholder {
  color: #999;
}
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,
.form-control::-webkit-input-placeholder {
  color: #999;
}
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,
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
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,
.form-control:-ms-input-placeholder {
  color: #999;
}
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,
.form-control::-webkit-input-placeholder {
  color: #999;
}
select[disabled],
textarea[disabled],
input[type="text"][disabled],
input[type="password"][disabled],
input[type="datetime"][disabled],
input[type="datetime-local"][disabled],
input[type="date"][disabled],
input[type="month"][disabled],
input[type="time"][disabled],
input[type="week"][disabled],
input[type="number"][disabled],
input[type="email"][disabled],
input[type="url"][disabled],
input[type="search"][disabled],
input[type="tel"][disabled],
input[type="color"][disabled],
.form-control[disabled],
select[readonly],
textarea[readonly],
input[type="text"][readonly],
input[type="password"][readonly],
input[type="datetime"][readonly],
input[type="datetime-local"][readonly],
input[type="date"][readonly],
input[type="month"][readonly],
input[type="time"][readonly],
input[type="week"][readonly],
input[type="number"][readonly],
input[type="email"][readonly],
input[type="url"][readonly],
input[type="search"][readonly],
input[type="tel"][readonly],
input[type="color"][readonly],
.form-control[readonly],
fieldset[disabled] select,
fieldset[disabled] textarea,
fieldset[disabled] input[type="text"],
fieldset[disabled] input[type="password"],
fieldset[disabled] input[type="datetime"],
fieldset[disabled] input[type="datetime-local"],
fieldset[disabled] input[type="date"],
fieldset[disabled] input[type="month"],
fieldset[disabled] input[type="time"],
fieldset[disabled] input[type="week"],
fieldset[disabled] input[type="number"],
fieldset[disabled] input[type="email"],
fieldset[disabled] input[type="url"],
fieldset[disabled] input[type="search"],
fieldset[disabled] input[type="tel"],
fieldset[disabled] input[type="color"],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
select[disabled],
textarea[disabled],
input[type="text"][disabled],
input[type="password"][disabled],
input[type="datetime"][disabled],
input[type="datetime-local"][disabled],
input[type="date"][disabled],
input[type="month"][disabled],
input[type="time"][disabled],
input[type="week"][disabled],
input[type="number"][disabled],
input[type="email"][disabled],
input[type="url"][disabled],
input[type="search"][disabled],
input[type="tel"][disabled],
input[type="color"][disabled],
.form-control[disabled],
fieldset[disabled] select,
fieldset[disabled] textarea,
fieldset[disabled] input[type="text"],
fieldset[disabled] input[type="password"],
fieldset[disabled] input[type="datetime"],
fieldset[disabled] input[type="datetime-local"],
fieldset[disabled] input[type="date"],
fieldset[disabled] input[type="month"],
fieldset[disabled] input[type="time"],
fieldset[disabled] input[type="week"],
fieldset[disabled] input[type="number"],
fieldset[disabled] input[type="email"],
fieldset[disabled] input[type="url"],
fieldset[disabled] input[type="search"],
fieldset[disabled] input[type="tel"],
fieldset[disabled] input[type="color"],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textareaselect,
textareatextarea,
textareainput[type="text"],
textareainput[type="password"],
textareainput[type="datetime"],
textareainput[type="datetime-local"],
textareainput[type="date"],
textareainput[type="month"],
textareainput[type="time"],
textareainput[type="week"],
textareainput[type="number"],
textareainput[type="email"],
textareainput[type="url"],
textareainput[type="search"],
textareainput[type="tel"],
textareainput[type="color"],
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.333333px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -moz-transform: translate(0, -25%);
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -moz-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  -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);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 50px auto;
  }
  .modal-content {
    -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
/* III. PARTIALS
***********************/
/* III.1. PAGE */
#content {
  *zoom: 1;
}
#content:before,
#content:after {
  content: " ";
  display: table;
}
#content:after {
  clear: both;
}
#content .page-header,
#content .archive-header {
  margin-bottom: 30px;
}
#content .page-header h2,
#content .archive-header h2 {
  font-size: 24px;
}
.content-none label {
  display: block;
}
.content-none input[type="submit"] {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
#ht-room-reservation {
  margin-bottom: 100px;
}
#ht-room-reservation .ht-booking-message {
  text-align: center;
  padding: 15px;
  font-weight: 700;
  color: #fff;
  margin: 30px 0;
}
@media only screen and (min-width: 768px) {
  #ht-room-reservation .ht-booking-message {
    padding: 15px;
  }
}
#ht-room-reservation .ht-booking-message.success {
  background: #9BA657;
  border: 1px solid rgba(0, 0, 0, 0.05);
}
#ht-room-reservation .ht-booking-message.nagative {
  background: #747474;
  border: 1px solid rgba(0, 0, 0, 0.05);
}
#ht-room-reservation .fw-flash-messages .fw-flash-type-success {
  list-style: none;
  margin: 0;
}
#ht-room-reservation .fw-flash-messages .fw-flash-type-success .fw-flash-message {
  background: #9BA657;
  border: 1px solid rgba(0, 0, 0, 0.05);
}
#ht-room-reservation .fw-flash-messages .fw-flash-message {
  text-align: center;
  padding: 15px;
  font-weight: 700;
  color: #fff;
  margin: 30px 0;
}
#ht-room-reservation .booking-breadcrumb {
  height: 50px;
}
#ht-room-reservation .booking-breadcrumb ol {
  list-style: none;
  padding: 0;
  margin: 0;
  *zoom: 1;
}
#ht-room-reservation .booking-breadcrumb ol:before,
#ht-room-reservation .booking-breadcrumb ol:after {
  content: " ";
  display: table;
}
#ht-room-reservation .booking-breadcrumb ol:after {
  clear: both;
}
#ht-room-reservation .booking-breadcrumb ol li {
  display: block;
  width: 25%;
  text-align: center;
  float: left;
  line-height: 50px;
  color: rgba(255, 255, 255, 0.5);
  position: relative;
}
#ht-room-reservation .booking-breadcrumb ol li.active {
  color: #fff;
}
#ht-room-reservation .booking-breadcrumb ol li:before,
#ht-room-reservation .booking-breadcrumb ol li:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-right: 0;
}
#ht-room-reservation .booking-breadcrumb ol li:before {
  border-width: 25px;
  top: 0px;
  right: -6px;
  border-left-color: rgba(255, 255, 255, 0.5);
}
#ht-room-reservation .booking-breadcrumb ol li:after {
  border-width: 25px;
  top: 0px;
  right: -5px;
  border-left-color: #3F0303;
}
#ht-room-reservation .booking-breadcrumb ol li:last-child:before,
#ht-room-reservation .booking-breadcrumb ol li:last-child:after {
  display: none;
}
#ht-room-reservation .date-picker-wrapper {
  background: transparent;
  border: none;
  padding: 0;
  padding: 50px 0;
  text-align: center;
}
#ht-room-reservation .date-picker-wrapper .drp_top-bar {
  display: none;
}
#ht-room-reservation .date-picker-wrapper .month-wrapper {
  width: 100% !important;
  border: none;
  padding: 0;
}
#ht-room-reservation .date-picker-wrapper .gap {
  display: none;
}
#ht-room-reservation .date-picker-wrapper table {
  font-size: 14px;
  border: none;
}
@media only screen and (min-width: 768px) {
  #ht-room-reservation .date-picker-wrapper table {
    width: 30%;
    margin: 0 10%;
  }
}
#ht-room-reservation .date-picker-wrapper table tr.week-name {
  text-transform: capitalize;
  color: #322b22;
  height: 45px;
  font-style: italic;
}
#ht-room-reservation .date-picker-wrapper table th.month-name {
  font-size: 17px;
  text-transform: capitalize;
  color: #322b23;
}
#ht-room-reservation .date-picker-wrapper table th .prev,
#ht-room-reservation .date-picker-wrapper table th .next {
  display: block;
  padding: 10px 0;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
#ht-room-reservation .date-picker-wrapper table tr,
#ht-room-reservation .date-picker-wrapper table td,
#ht-room-reservation .date-picker-wrapper table th {
  border: none;
}
#ht-room-reservation .date-picker-wrapper table td,
#ht-room-reservation .date-picker-wrapper table th {
  width: auto !important;
}
#ht-room-reservation .date-picker-wrapper table td div,
#ht-room-reservation .date-picker-wrapper table th div {
  text-align: center;
  vertical-align: middle;
  margin: 0;
  width: auto !important;
  padding: 10px 0;
  background: #eee;
  color: #aaa;
}
#ht-room-reservation .date-picker-wrapper table td div.invalid,
#ht-room-reservation .date-picker-wrapper table th div.invalid {
  background: #f7f7f7;
  color: #ddd;
}
#ht-room-reservation .date-picker-wrapper table td div.checked,
#ht-room-reservation .date-picker-wrapper table th div.checked {
  background: #7c6e5f;
  color: #fff;
}
#ht-room-reservation .date-picker-wrapper table td div.first-date-selected,
#ht-room-reservation .date-picker-wrapper table th div.first-date-selected,
#ht-room-reservation .date-picker-wrapper table td div.last-date-selected,
#ht-room-reservation .date-picker-wrapper table th div.last-date-selected {
  background: #322b23 !important;
}
#ht-room-reservation .date-picker-wrapper table td div.valid:hover,
#ht-room-reservation .date-picker-wrapper table th div.valid:hover {
  background: #322b23 !important;
  color: #fff;
}
#ht-room-reservation .date-picker-wrapper table td {
  font-weight: 700;
  font-size: 14px;
  padding: 1px;
}
#ht-room-reservation .date-input-wrapper {
  position: relative;
  cursor: pointer;
}
#ht-room-reservation .date-input-wrapper input {
  cursor: pointer;
}
#ht-room-reservation .date-input-wrapper:before {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -10px;
  content: "\f073";
  font-family: "fontawesome";
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  speak: none;
  color: #111;
  font-size: 14px;
}
#ht-room-reservation .step-1 {
  color: #fff;
}
#ht-room-reservation .step-1 .entry-room-flow {
  margin-bottom: 15px;
}
#ht-room-reservation .step-1 .entry-room-flow > span {
  display: block;
  font-weight: 700;
}
#ht-room-reservation .step-1 .entry-room-flow .people-info {
  font-style: italic;
}
#ht-room-reservation .step-1 .entry-room-flow .choosing-text {
  font-style: italic;
  font-weight: 400;
}
#ht-room-reservation .step-1 hr {
  background-color: rgba(255, 255, 255, 0.3);
}
#ht-room-reservation .step-1 .inner {
  padding: 30px 15px 20px;
}
#ht-room-reservation .step-1 .field-wrapper .form-group:last-child {
  margin-bottom: 0;
}
#ht-room-reservation .step-1 input,
#ht-room-reservation .step-1 select {
  background: #fff;
  height: 40px;
}
#ht-room-reservation .step-1 button {
  display: block;
  height: 47px;
  width: 100%;
  margin-top: 20px;
}
#ht-room-reservation .step-1 .room-set {
  overflow: hidden;
}
#ht-room-reservation .step-1 .adult-column,
#ht-room-reservation .step-1 .child-column {
  width: 50%;
  float: left;
}
#ht-room-reservation .step-1 .adult-column {
  padding-right: 5px;
}
#ht-room-reservation .step-1 .child-column {
  padding-left: 5px;
}
#ht-room-reservation .step-1 .payment-radio {
  margin: 10px 10px 0 0;
  position: relative;
}
#ht-room-reservation .step-1 .payment-radio label {
  width: 22px;
  height: 22px;
  cursor: pointer;
  position: relative;
  top: 5px;
  margin: 0 5px 0 0;
  display: inline-block;
  background: #E4E4E4;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
#ht-room-reservation .step-1 .payment-radio label:after {
  content: '';
  width: 12px;
  height: 12px;
  position: absolute;
  top: 5px;
  left: 5px;
  background: #ee9b29;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  opacity: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -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-room-reservation .step-1 .payment-radio label:hover::after {
  opacity: 0.2;
}
#ht-room-reservation .step-1 .payment-radio input[type=radio] {
  display: none;
}
#ht-room-reservation .step-1 .payment-radio input[type=radio]:checked + label:after {
  opacity: 1;
}
#ht-room-reservation .step-1 .price-row {
  margin: 20px 0 0;
  *zoom: 1;
  line-height: 24px;
}
#ht-room-reservation .step-1 .price-row:before,
#ht-room-reservation .step-1 .price-row:after {
  content: " ";
  display: table;
}
#ht-room-reservation .step-1 .price-row:after {
  clear: both;
}
#ht-room-reservation .step-1 .price-row .value {
  float: right;
  font-size: 24px;
  font-weight: 700;
}
#ht-room-reservation .step-1 .service-row {
  line-height: 30px;
  *zoom: 1;
}
#ht-room-reservation .step-1 .service-row:before,
#ht-room-reservation .step-1 .service-row:after {
  content: " ";
  display: table;
}
#ht-room-reservation .step-1 .service-row:after {
  clear: both;
}
#ht-room-reservation .step-1 .service-row .value {
  float: right;
}
#ht-room-reservation .step-1 .service-row.service-total {
  font-weight: 700;
}
#ht-room-reservation .results .ht-button {
  padding: 0 10px;
  font-size: 14px;
}
#ht-room-reservation .step-3 {
  color: #333;
}
#ht-room-reservation .step-3 .ht-button {
  margin-right: 10px;
}
#ht-room-reservation .step-3 .form-maker-step-3 {
  margin-top: 20px;
}
#ht-room-reservation .step-3 .form-maker-step-3 .form-group.coupon {
  text-align: right;
}
#ht-room-reservation .step-3 .form-maker-step-3 .form-group.coupon label {
  display: inline-block;
}
#ht-room-reservation .step-3 .form-maker-step-3 .form-group.coupon input {
  display: inline-block;
  width: 160px;
  margin-left: 15px;
}
#ht-room-reservation .step-1 .book-summary,
#ht-room-reservation .step-3 .book-summary {
  margin-bottom: 30px;
}
#ht-room-reservation .step-1 .book-summary .room-row,
#ht-room-reservation .step-3 .book-summary .room-row {
  margin-top: 15px;
}
#ht-room-reservation .step-1 .book-summary .room-row:last-child,
#ht-room-reservation .step-3 .book-summary .room-row:last-child {
  margin-bottom: 30px;
}
#ht-room-reservation .step-1 .book-summary .room-title,
#ht-room-reservation .step-3 .book-summary .room-title {
  font-weight: 700;
  margin-bottom: 5px;
}
#ht-room-reservation .step-1 .book-summary p,
#ht-room-reservation .step-3 .book-summary p {
  margin-bottom: 5px;
}
#ht-room-reservation .step-1 .book-summary .room-price-row,
#ht-room-reservation .step-3 .book-summary .room-price-row {
  line-height: 30px;
  *zoom: 1;
}
#ht-room-reservation .step-1 .book-summary .room-price-row:before,
#ht-room-reservation .step-3 .book-summary .room-price-row:before,
#ht-room-reservation .step-1 .book-summary .room-price-row:after,
#ht-room-reservation .step-3 .book-summary .room-price-row:after {
  content: " ";
  display: table;
}
#ht-room-reservation .step-1 .book-summary .room-price-row:after,
#ht-room-reservation .step-3 .book-summary .room-price-row:after {
  clear: both;
}
#ht-room-reservation .step-1 .book-summary .room-price-row .value,
#ht-room-reservation .step-3 .book-summary .room-price-row .value {
  float: right;
}
#ht-room-reservation .step-1 .book-summary .room-price-row.price-row-total,
#ht-room-reservation .step-3 .book-summary .room-price-row.price-row-total {
  font-weight: 700;
}
#ht-room-reservation .step-1 .form-group.payment,
#ht-room-reservation .step-3 .form-group.payment {
  margin-top: 30px;
  text-align: center;
}
#ht-room-reservation .step-1 .form-group.payment label,
#ht-room-reservation .step-3 .form-group.payment label {
  border: 2px solid #efefef;
  cursor: pointer;
  -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-room-reservation .step-1 .form-group.payment label img,
#ht-room-reservation .step-3 .form-group.payment label img {
  -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.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-room-reservation .step-1 .form-group.payment label:hover img,
#ht-room-reservation .step-3 .form-group.payment label:hover img {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
#ht-room-reservation .step-1 .form-group.payment .payment-methods,
#ht-room-reservation .step-3 .form-group.payment .payment-methods {
  margin-bottom: 30px;
}
#ht-room-reservation .step-1 .form-group.payment .payment-methods label,
#ht-room-reservation .step-3 .form-group.payment .payment-methods label {
  display: inline-block;
  margin: 0 10px;
}
#ht-room-reservation .step-1 .ht-button,
#ht-room-reservation .step-3 .ht-button {
  width: 100%;
}
#ht-room-reservation .step-4 .processing-notice {
  font-size: 20px;
  margin: 15px 0;
  text-align: center;
}
#ht-room-reservation .step-4 .redirect-guide {
  text-align: center;
  font-style: italic;
  color: #777;
}
#ht-room-reservation .step-4 .ht-button {
  margin-top: 20px;
}
#ht-room-reservation .form-maker-step-service {
  padding: 30px 0;
  background: #f7f7f7;
  margin: 30px 0;
}
#ht-room-reservation .form-maker-step-service .form-header {
  text-align: center;
}
#ht-room-reservation .form-maker-step-service .form-header h2 {
  font-size: 28px;
}
#ht-room-reservation .form-maker-step-service .form-header p {
  color: #aaa;
  font-weight: 700;
}
#ht-room-reservation .form-maker-step-service .form-wrapper {
  max-width: 500px;
  margin: 0 auto;
}
#ht-room-reservation .form-maker-step-service .field-wrapper {
  padding: 50px 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
#ht-room-reservation .form-maker-step-service .field-wrapper .form-guidance {
  color: #777;
  font-style: italic;
  font-weight: 700;
}
#ht-room-reservation .form-maker-step-service .entry {
  display: block;
  margin-bottom: 15px;
  *zoom: 1;
}
#ht-room-reservation .form-maker-step-service .entry:first-child {
  margin-top: 15px;
}
#ht-room-reservation .form-maker-step-service .entry:before,
#ht-room-reservation .form-maker-step-service .entry:after {
  content: " ";
  display: table;
}
#ht-room-reservation .form-maker-step-service .entry:after {
  clear: both;
}
#ht-room-reservation .form-maker-step-service .entry .service-checkbox {
  width: 20px;
  margin: 0 10px 0 0;
  position: relative;
  display: inline-block;
}
#ht-room-reservation .form-maker-step-service .entry .service-checkbox label {
  width: 20px;
  height: 20px;
  cursor: pointer;
  position: absolute;
  top: 2px;
  left: 0;
  background: #E4E4E4;
  border: 1px solid transparent;
}
#ht-room-reservation .form-maker-step-service .entry .service-checkbox label:after {
  content: '';
  width: 23px;
  height: 10px;
  position: absolute;
  top: -2px;
  left: 2px;
  border: 4px solid #ee9b29;
  border-top: none;
  border-right: none;
  background: transparent;
  opacity: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -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-room-reservation .form-maker-step-service .entry .service-checkbox label:hover::after {
  opacity: 0.2;
}
#ht-room-reservation .form-maker-step-service .entry .service-checkbox input[type=checkbox] {
  visibility: hidden;
}
#ht-room-reservation .form-maker-step-service .entry .service-checkbox input[type=checkbox]:checked + label {
  border-color: #aaa;
}
#ht-room-reservation .form-maker-step-service .entry .service-checkbox input[type=checkbox]:checked + label:after {
  opacity: 1;
}
#ht-room-reservation .form-maker-step-service .entry .name,
#ht-room-reservation .form-maker-step-service .entry .pricing {
  display: inline-block;
  font-weight: 700;
}
#ht-room-reservation .form-maker-step-service .entry .pricing {
  float: right;
  color: #999;
}
#ht-room-reservation .form-maker-step-service .ht-button {
  margin: 30px 0 0 0;
}
.ht-page-heading {
  padding: 100px 0;
  background-size: cover;
  background-position: center;
  position: relative;
}
.ht-page-heading .overlay {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ht-page-heading .ht-heading-group {
  position: relative;
  z-index: 3;
}
.ht-page-utility-bar .ht-breadcrumbs,
.ht-reservation-utility-bar .ht-breadcrumbs {
  color: #fff;
  line-height: 80px;
}
.ht-page-utility-bar .ht-breadcrumbs a,
.ht-reservation-utility-bar .ht-breadcrumbs a {
  color: #fff;
}
.ht-page-utility-bar .ht-breadcrumbs a:hover,
.ht-reservation-utility-bar .ht-breadcrumbs a:hover {
  border-bottom: 1px dotted;
}
.ht-page-utility-bar .ht-breadcrumbs .separator,
.ht-reservation-utility-bar .ht-breadcrumbs .separator {
  margin: 0 10px;
}
.ht-page-utility-bar .ht-post-params,
.ht-reservation-utility-bar .ht-post-params {
  height: 80px;
}
@media only screen and (min-width: 768px) {
  .ht-page-utility-bar .ht-post-params,
  .ht-reservation-utility-bar .ht-post-params {
    text-align: right;
  }
}
.ht-page-utility-bar .ht-post-params .entry,
.ht-reservation-utility-bar .ht-post-params .entry {
  margin-right: 15px;
  display: inline-block;
  height: 80px;
}
.ht-page-utility-bar .ht-post-params .entry:last-child,
.ht-reservation-utility-bar .ht-post-params .entry:last-child {
  margin-right: 0;
}
.ht-page-utility-bar .ht-post-params label.param-label,
.ht-reservation-utility-bar .ht-post-params label.param-label {
  width: auto;
  float: left;
  margin: 0 15px 0 0;
  color: #fff;
  line-height: 80px;
}
.ht-page-utility-bar .ht-post-params select,
.ht-reservation-utility-bar .ht-post-params select,
.ht-page-utility-bar .ht-post-params .CaptionCont.SlectBox,
.ht-reservation-utility-bar .ht-post-params .CaptionCont.SlectBox {
  border: none;
  height: 40px;
  line-height: 40px;
  padding: 0 20px 0 15px;
  margin: 20px 0;
  width: auto;
  float: left;
  background: #fff;
}
.ht-page-utility-bar .ht-post-params select label,
.ht-reservation-utility-bar .ht-post-params select label,
.ht-page-utility-bar .ht-post-params .CaptionCont.SlectBox label,
.ht-reservation-utility-bar .ht-post-params .CaptionCont.SlectBox label {
  height: 40px;
  margin: 0;
}
.ht-page-utility-bar .ht-post-params .optWrapper,
.ht-reservation-utility-bar .ht-post-params .optWrapper {
  top: 60px;
  text-align: left;
}
.ht-page-utility-bar {
  height: 80px;
}
.ht-reservation-utility-bar .ht-post-params {
  height: 80px;
  text-align: left;
}
.ht-reservation-utility-bar .ht-post-params .entry {
  margin-right: 15px;
  display: inline-block;
  height: 80px;
}
.ht-reservation-utility-bar .ht-post-params .entry:last-child {
  margin-right: 0;
}
.ht-reservation-utility-bar .ht-post-params label.param-label {
  width: auto;
  float: left;
  margin: 0 15px 0 0;
  color: #fff;
  line-height: 80px;
}
.ht-reservation-utility-bar .ht-post-params select,
.ht-reservation-utility-bar .ht-post-params .CaptionCont.SlectBox {
  border: none;
  height: 40px;
  line-height: 40px;
  padding: 0 20px 0 15px;
  margin: 20px 0;
  width: auto;
  float: left;
  background: #fff;
  border: 1px solid #eee;
  outline: none;
  box-shadow: none;
}
.ht-reservation-utility-bar .ht-post-params select label,
.ht-reservation-utility-bar .ht-post-params .CaptionCont.SlectBox label {
  height: 40px;
  margin: 0;
}
.ht-reservation-utility-bar .ht-post-params .optWrapper {
  top: 60px;
  text-align: left;
}
.ht-reservation-utility-bar .ht-pagination {
  padding: 20px 15px;
}
.ht-reservation-utility-bar .ht-pagination.bottom {
  border-top: 1px solid #eee;
  padding: 20px 0;
}
@media only screen and (min-width: 768px) {
  .ht-reservation-utility-bar .ht-pagination {
    text-align: right;
  }
}
.ht-reservation-utility-bar .ht-pagination .jplist-pagination .jplist-pagingprev button:not(.jplist-current),
.ht-reservation-utility-bar .ht-pagination .jplist-pagination .jplist-pagingmid button:not(.jplist-current),
.ht-reservation-utility-bar .ht-pagination .jplist-pagination .jplist-pagingnext button:not(.jplist-current) {
  border-color: #eee;
}
#back-to-top {
  z-index: 99;
  position: fixed;
  bottom: 15px;
  right: 15px;
  font-size: 50px;
  cursor: pointer;
  opacity: 0;
  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;
}
#back-to-top:hover {
  opacity: 1 !important;
}
.index-page {
  margin-top: 50px;
}
/* III.2. HEADER */
.site-header {
  position: relative;
  z-index: 9999;
}
.site-header .main-navigation ul.menu {
  margin: 0;
  font-size: 16px;
}
.site-header .main-navigation li {
  list-style: none;
  display: inline-block;
}
.site-header button.submit-alt {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.site-header .mobile-nav-toggle {
  height: 90px;
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media only screen and (min-width: 992px) {
  .site-header .mobile-nav-toggle {
    display: none;
  }
}
.site-header .mobile-nav-toggle .mobile-nav-toggle-button {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  right: 15px;
  z-index: 2;
  border: none;
  background-color: transparent;
  background-image: none;
  cursor: pointer;
  padding: 0;
  margin: 0;
  position: relative;
  -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 .mobile-nav-toggle .mobile-nav-toggle-button:focus {
  outline: none;
}
.site-header .mobile-nav-toggle .mobile-nav-toggle-button .screen-reader-text {
  font-size: 0;
}
.site-header .mobile-nav-toggle .mobile-nav-toggle-button .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: 30px;
  height: 4px;
  margin: 5px 0;
  position: relative;
  top: 0;
  background: #777;
}
.site-header .mobile-nav-toggle .mobile-nav-toggle-button.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 .mobile-nav-toggle .mobile-nav-toggle-button.is-open .icon-bar-1 {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  top: 8px;
}
.site-header .mobile-nav-toggle .mobile-nav-toggle-button.is-open .icon-bar-3 {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  top: -10px;
}
.site-header .ht-mobile-menu {
  -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;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  position: fixed;
  z-index: 99999;
  width: 80%;
  height: 100%;
  overflow-y: scroll;
  background: #fff;
  padding: 0 15px;
  top: 0;
  right: 0;
  transform: translateX(100%);
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
}
@media only screen and (min-width: 768px) {
  .site-header .ht-mobile-menu {
    right: -350px;
    padding: 0 30px;
    width: 350px;
  }
}
.site-header .ht-mobile-menu.open {
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.05);
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
}
@media only screen and (min-width: 768px) {
  .site-header .ht-mobile-menu.open {
    transform: translateX(-350px);
    -webkit-transform: translateX(-350px);
    -moz-transform: translateX(-350px);
    -ms-transform: translateX(-350px);
    -o-transform: translateX(-350px);
  }
}
.site-header .ht-mobile-menu .menu-header {
  padding: 15px 0;
}
.site-header .ht-mobile-menu .menu-header > span {
  font-size: 18px;
}
.site-header .ht-mobile-menu .menu-header > button {
  float: right;
  border: none;
  background: transparent;
  font-size: 30px;
  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;
  cursor: pointer;
  margin-top: -12px;
  outline: none;
}
.site-header .ht-mobile-menu .search-bar {
  position: relative;
  display: block;
}
.site-header .ht-mobile-menu .search-bar label {
  display: block;
}
.site-header .ht-mobile-menu .search-bar input[type="search"] {
  width: 100%;
}
.site-header .ht-mobile-menu .search-bar input[type="submit"] {
  display: none;
}
.site-header .ht-mobile-menu ul.mobile-nav {
  margin: 0;
  padding: 0;
  margin-top: 15px;
}
.site-header .ht-mobile-menu ul.mobile-nav li {
  display: block;
  position: relative;
}
.site-header .ht-mobile-menu ul.mobile-nav li .sub-menu-toggle {
  content: "\f078";
  font-family: "fontawesome";
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  speak: none;
  margin-left: 10px;
  color: rgba(0, 0, 0, 0.3);
  position: absolute;
  right: 0;
  top: 0;
  line-height: 40px;
  cursor: pointer;
  padding: 0 15px;
  display: none;
}
.site-header .ht-mobile-menu ul.mobile-nav li a {
  display: block;
  line-height: 40px;
}
.site-header .ht-mobile-menu ul.mobile-nav li ul {
  display: none;
  padding-left: 15px;
}
.site-header .ht-mobile-menu ul.mobile-nav li.menu-item-has-children > .sub-menu-toggle {
  display: block;
}
.site-header .ht-mobile-menu ul.mobile-nav li.menu-item-has-children.is-open > .sub-menu-toggle:before {
  content: '\f077';
}
.site-header .ht-mobile-menu ul.mobile-nav > li > ul li:last-child {
  border-bottom: none;
}
.site-header .ht-mobile-menu .site-options {
  margin-top: 15px;
  text-align: center;
}
.site-header .ht-mobile-menu .site-options .SumoSelect {
  display: inline-block;
}
.site-header .ht-mobile-menu .site-options .CaptionCont.SlectBox {
  display: inline-block;
  width: auto;
  border-color: rgba(0, 0, 0, 0.15);
  box-shadow: none;
}
.site-header .ht-mobile-menu .site-info {
  text-align: center;
  margin-top: 15px;
}
.site-header .ht-mobile-menu .site-info p {
  margin: 0 0 15px 0;
}
.site-header .ht-mobile-menu .site-info ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-header .ht-mobile-menu .site-info ul li {
  display: inline-block;
  margin: 5px;
}
.site-header .ht-mobile-menu .site-info ul li a {
  display: block;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  color: #fff;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.site-header .header-center-logo-detail {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  background: #fff;
}
.site-header .header-center-logo-detail .top {
  padding: 50px 0;
  color: #888;
}
@media (max-width: 992px) {
  .site-header .header-center-logo-detail .top {
    display: none;
  }
}
.site-header .header-center-logo-detail .top ul {
  margin: 0;
}
.site-header .header-center-logo-detail .top .hotline {
  font-size: 18px;
  font-style: italic;
  font-weight: 700;
  margin: 0;
}
.site-header .header-center-logo-detail .top .opening-hours {
  font-weight: 700;
  font-style: italic;
}
.site-header .header-center-logo-detail .top .big-icon {
  display: block;
  width: 54px;
  height: 54px;
  line-height: 54px;
  text-align: center;
  color: #fff;
  font-size: 24px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  float: left;
  margin-right: 15px;
}
.site-header .header-center-logo-detail .top .col-1 {
  padding-top: 5px;
}
.site-header .header-center-logo-detail .top .col-3 {
  text-align: right;
}
.site-header .header-center-logo-detail .top ul.social-links {
  line-height: 34px;
  margin: 0;
}
.site-header .header-center-logo-detail .top ul.social-links {
  list-style: none;
}
.site-header .header-center-logo-detail .top ul.social-links li {
  display: inline-block;
  margin: 0 10px;
}
.site-header .header-center-logo-detail .top ul.social-links li:first-child {
  margin-left: 0;
}
.site-header .header-center-logo-detail .top ul.social-links li:last-child {
  margin-right: 0;
}
.site-header .header-center-logo-detail .top ul.social-links a {
  padding: 0 2px;
  display: block;
  color: #888;
  font-size: 16px;
}
.site-header .header-center-logo-detail .top .site-title {
  text-align: center;
}
.site-header .header-center-logo-detail .top .site-options .SumoSelect .options {
  text-align: left;
}
.site-header .header-center-logo-detail .top .site-options .CaptionCont.SlectBox {
  width: auto !important;
  border: none;
  box-shadow: none;
  cursor: pointer !important:;
  padding: 0;
  margin-left: 20px;
  line-height: 34px;
}
.site-header .header-center-logo-detail .bot {
  position: relative;
  z-index: 2;
}
.site-header .header-center-logo-detail .bot:before,
.site-header .header-center-logo-detail .bot:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background: #ddd;
  left: 0;
}
.site-header .header-center-logo-detail .bot:before {
  top: 0;
}
.site-header .header-center-logo-detail .bot:after {
  top: -2px;
}
.site-header .header-center-logo-detail .bot .site-title-mobile a {
  display: block;
}
.site-header .header-center-logo-detail .bot .site-title-mobile a img {
  max-height: 90px;
}
@media (max-width: 992px) {
  .site-header .header-center-logo-detail .bot .site-title-mobile a {
    height: 90px;
    line-height: 90px;
  }
}
.site-header .header-center-logo-detail .bot .search {
  color: #888;
  margin-left: 30px;
}
.site-header .header-center-logo-detail .bot .search-bar {
  line-height: 34px;
  position: relative;
  z-index: 10;
  float: right;
  margin: 18px 0;
}
@media (max-width: 992px) {
  .site-header .header-center-logo-detail .bot .search-bar {
    display: none;
  }
}
.site-header .header-center-logo-detail .bot .search-bar button.submit-alt {
  color: #888;
  background: transparent;
  border: none;
  display: block;
  width: 30px;
  line-height: 34px;
  text-align: center;
  cursor: pointer;
  position: relative;
  z-index: 2;
  font-size: 16px;
}
.site-header .header-center-logo-detail .bot .search-bar button.submit-alt:focus {
  outline: none;
}
.site-header .header-center-logo-detail .bot .search-bar form {
  float: left;
}
.site-header .header-center-logo-detail .bot .search-bar .search-submit {
  display: none;
}
.site-header .header-center-logo-detail .bot .search-bar .search-field {
  position: absolute;
  width: 0;
  right: 0px;
  top: -4px;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=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;
  outline: none;
  background: #fff;
  border: none;
  border-bottom: 2px solid #ddd;
  padding-right: 30px;
  padding-left: 0;
}
.site-header .header-center-logo-detail .bot .search-bar .search-field::-webkit-search-decoration,
.site-header .header-center-logo-detail .bot .search-bar .search-field::-webkit-search-cancel-button,
.site-header .header-center-logo-detail .bot .search-bar .search-field::-webkit-search-results-button,
.site-header .header-center-logo-detail .bot .search-bar .search-field::-webkit-search-results-decoration {
  display: none;
}
.site-header .header-center-logo-detail .bot .search-bar .search-field::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
  font-style: italic;
}
.site-header .header-center-logo-detail .bot .search-bar .search-field:-moz-placeholder {
  color: rgba(0, 0, 0, 0.3);
  font-style: italic;
}
.site-header .header-center-logo-detail .bot .search-bar .search-field::-moz-placeholder {
  color: rgba(0, 0, 0, 0.3);
  font-style: italic;
}
.site-header .header-center-logo-detail .bot .search-bar .search-field:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
  font-style: italic;
}
.site-header .header-center-logo-detail .bot .search-bar.open .search-field {
  width: 250px;
  -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 .header-center-logo-detail .main-navigation {
  float: left;
}
@media (max-width: 992px) {
  .site-header .header-center-logo-detail .main-navigation {
    display: none;
  }
}
.site-header .header-center-logo-detail .main-navigation ul.menu li {
  position: relative;
}
.site-header .header-center-logo-detail .main-navigation ul.menu li:first-child {
  margin-left: 0;
}
.site-header .header-center-logo-detail .main-navigation ul.menu li:last-child {
  margin-right: 0;
}
.site-header .header-center-logo-detail .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 1px 1px rgba(0, 0, 0, 0.1);
  background: #fff;
  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 .header-center-logo-detail .main-navigation ul.menu ul.sub-menu li {
  display: block;
}
.site-header .header-center-logo-detail .main-navigation ul.menu ul.sub-menu li a {
  display: block;
  padding: 7px 20px;
}
.site-header .header-center-logo-detail .main-navigation ul.menu > li {
  margin: 0 25px;
}
.site-header .header-center-logo-detail .main-navigation ul.menu > li > a {
  text-transform: uppercase;
}
.site-header .header-center-logo-detail .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: 0 0 0 5px;
}
.site-header .header-center-logo-detail .main-navigation ul.menu > li > a {
  line-height: 70px;
}
.site-header .header-center-logo-detail .main-navigation ul.menu > li:first-child a {
  padding-left: 0;
}
.site-header .header-center-logo-detail .main-navigation ul.menu > li:last-child a {
  padding-right: 0;
}
.site-header .header-center-logo-detail .main-navigation ul.menu > li > ul.sub-menu {
  top: 70px;
  left: 0;
}
.site-header .header-center-logo-detail .main-navigation ul.menu > li > ul.sub-menu.pull-inverse {
  left: auto;
  right: 0;
}
.site-header .header-center-logo-detail .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 .header-center-logo-detail .main-navigation ul.menu > li > ul.sub-menu ul.sub-menu {
  left: 250px;
  top: 0;
  bottom: auto;
  right: auto;
}
.site-header .header-center-logo-detail .main-navigation ul.menu > li > ul.sub-menu ul.sub-menu.pull-inverse {
  left: -250px;
}
.site-header .header-center-logo-detail .mobile-nav-toggle {
  height: 90px;
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media only screen and (min-width: 992px) {
  .site-header .header-center-logo-detail .mobile-nav-toggle {
    display: none;
  }
}
.site-header .header-center-logo-detail .mobile-nav-toggle .mobile-nav-toggle-button {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  right: 15px;
}
.site-header .header-center-logo-detail .site-title-mobile {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media only screen and (min-width: 992px) {
  .site-header .header-center-logo-detail .site-title-mobile {
    display: none;
  }
}
@media (min-width: 768px) {
  .site-header .header-center-logo-detail .site-title-mobile {
    float: left;
    width: 50%;
  }
}
.site-header .header-center-logo-elegant {
  height: 70px;
  background: #111111;
}
.site-header .header-center-logo-elegant .main-navigation {
  height: 70px;
  margin-left: -15px;
  margin-right: -15px;
}
@media (max-width: 992px) {
  .site-header .header-center-logo-elegant .main-navigation {
    display: none;
  }
}
.site-header .header-center-logo-elegant .main-navigation .menu-left,
.site-header .header-center-logo-elegant .main-navigation .menu-right {
  height: 70px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .site-header .header-center-logo-elegant .main-navigation .menu-left,
  .site-header .header-center-logo-elegant .main-navigation .menu-right {
    float: left;
    width: 41.66666667%;
  }
}
.site-header .header-center-logo-elegant .main-navigation .menu-left {
  text-align: right;
}
.site-header .header-center-logo-elegant .main-navigation .menu-right {
  text-align: left;
}
.site-header .header-center-logo-elegant .main-navigation .site-title {
  text-align: center;
  display: block;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .site-header .header-center-logo-elegant .main-navigation .site-title {
    float: left;
    width: 16.66666667%;
  }
}
.site-header .header-center-logo-elegant .main-navigation .site-title a {
  display: block;
  position: relative;
}
.site-header .header-center-logo-elegant .main-navigation .site-title a img {
  position: absolute;
  top: 0;
  left: 0;
}
.site-header .header-center-logo-elegant .main-navigation ul.menu li {
  position: relative;
}
.site-header .header-center-logo-elegant .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 1px 1px rgba(0, 0, 0, 0.1);
  background: #fff;
  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 .header-center-logo-elegant .main-navigation ul.menu ul.sub-menu li {
  display: block;
}
.site-header .header-center-logo-elegant .main-navigation ul.menu ul.sub-menu li a {
  display: block;
  padding: 7px 20px;
}
.site-header .header-center-logo-elegant .main-navigation ul.menu > li {
  margin: 0 25px;
}
.site-header .header-center-logo-elegant .main-navigation ul.menu > li > a {
  text-transform: uppercase;
  color: #fff;
}
.site-header .header-center-logo-elegant .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: 0 0 0 5px;
}
.site-header .header-center-logo-elegant .main-navigation ul.menu > li > a {
  line-height: 70px;
}
.site-header .header-center-logo-elegant .main-navigation ul.menu > li:first-child a {
  padding-left: 0;
}
.site-header .header-center-logo-elegant .main-navigation ul.menu > li:last-child a {
  padding-right: 0;
}
.site-header .header-center-logo-elegant .main-navigation ul.menu > li > ul.sub-menu {
  top: 70px;
  left: 0;
}
.site-header .header-center-logo-elegant .main-navigation ul.menu > li > ul.sub-menu.pull-inverse {
  left: auto;
  right: 0;
}
.site-header .header-center-logo-elegant .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 .header-center-logo-elegant .main-navigation ul.menu > li > ul.sub-menu ul.sub-menu {
  left: 250px;
  top: 0;
  bottom: auto;
  right: auto;
}
.site-header .header-center-logo-elegant .main-navigation ul.menu > li > ul.sub-menu ul.sub-menu.pull-inverse {
  left: -250px;
}
.site-header .header-center-logo-elegant .site-title-mobile {
  text-align: center;
  display: block;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .site-header .header-center-logo-elegant .site-title-mobile {
    float: left;
    width: 16.66666667%;
  }
}
.site-header .header-center-logo-elegant .site-title-mobile a {
  display: block;
  position: relative;
}
.site-header .header-center-logo-elegant .site-title-mobile a img {
  position: absolute;
  top: 0;
  left: 0;
}
.site-header .header-center-logo-elegant .mobile-nav-toggle {
  height: 70px;
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media only screen and (min-width: 992px) {
  .site-header .header-center-logo-elegant .mobile-nav-toggle {
    display: none;
  }
}
.site-header .header-center-logo-elegant .mobile-nav-toggle .mobile-nav-toggle-button {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  right: 15px;
}
.site-header .header-center-logo-elegant .site-title-mobile {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media only screen and (min-width: 992px) {
  .site-header .header-center-logo-elegant .site-title-mobile {
    display: none;
  }
}
@media (min-width: 768px) {
  .site-header .header-center-logo-elegant .site-title-mobile {
    float: left;
    width: 50%;
  }
}
.site-header .header-left-logo-detail {
  width: 100%;
  left: 0;
  z-index: 999;
  color: #fff;
}
.site-header .header-left-logo-detail .main-row {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
}
.site-header .header-left-logo-detail .site-branding.col-1 {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
}
@media (min-width: 992px) {
  .site-header .header-left-logo-detail .site-branding.col-1 {
    float: left;
    width: 16.66666667%;
  }
}
.site-header .header-left-logo-detail .col-2 {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .site-header .header-left-logo-detail .col-2 {
    float: left;
    width: 83.33333333%;
  }
}
.site-header .header-left-logo-detail .col-2 .top-row {
  margin-left: -15px;
  margin-right: -15px;
  *zoom: 1;
  line-height: 50px;
}
.site-header .header-left-logo-detail .col-2 .top-row:before,
.site-header .header-left-logo-detail .col-2 .top-row:after {
  content: " ";
  display: table;
}
.site-header .header-left-logo-detail .col-2 .top-row:after {
  clear: both;
}
.site-header .header-left-logo-detail .col-2 .site-info {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .site-header .header-left-logo-detail .col-2 .site-info {
    float: left;
    width: 50%;
  }
}
.site-header .header-left-logo-detail .col-2 .site-info .custom-text,
.site-header .header-left-logo-detail .col-2 .site-info ul.social-links {
  display: inline-block;
  line-height: 34px;
  margin: 0;
}
.site-header .header-left-logo-detail .col-2 .site-info ul.social-links {
  margin: 0;
  list-style: none;
}
.site-header .header-left-logo-detail .col-2 .site-info ul.social-links li {
  display: inline-block;
  margin: 0 5px;
}
.site-header .header-left-logo-detail .col-2 .site-info ul.social-links li:first-child {
  margin-left: 0;
}
.site-header .header-left-logo-detail .col-2 .site-info ul.social-links li:last-child {
  margin-right: 0;
}
.site-header .header-left-logo-detail .col-2 .site-info ul.social-links a {
  padding: 0 5px;
  color: #fff;
}
.site-header .header-left-logo-detail .col-2 .site-info .custom-text {
  margin-right: 70px;
}
.site-header .header-left-logo-detail .col-2 .site-options {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .site-header .header-left-logo-detail .col-2 .site-options {
    float: left;
    width: 50%;
  }
}
.site-header .header-left-logo-detail .col-2 .site-options .SumoSelect {
  display: block;
  float: right;
  margin: 0 0 0 20px;
  color: #555;
}
.site-header .header-left-logo-detail .col-2 .site-options .SumoSelect .options {
  text-align: left;
}
.site-header .header-left-logo-detail .col-2 .site-options .CaptionCont.SlectBox {
  color: #fff;
  width: auto !important;
  border: none;
  box-shadow: none;
  cursor: pointer !important:;
  padding: 0;
  background-color: transparent;
}
.site-header .header-left-logo-detail .col-2 .site-options .optWrapper {
  line-height: 1.5;
}
.site-header .header-left-logo-detail .col-2 .bot-row {
  position: relative;
}
.site-header .header-left-logo-detail .col-2 .bot-row:before,
.site-header .header-left-logo-detail .col-2 .bot-row:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.5);
  left: 0;
}
.site-header .header-left-logo-detail .col-2 .bot-row:before {
  top: 0;
}
.site-header .header-left-logo-detail .col-2 .bot-row:after {
  top: -2px;
}
.site-header .header-left-logo-detail .col-2 .bot-row .main-navigation {
  z-index: 2;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.site-header .header-left-logo-detail .col-2 .bot-row .main-navigation > nav {
  height: 50px;
}
@media (min-width: 768px) {
  .site-header .header-left-logo-detail .col-2 .bot-row .main-navigation {
    float: left;
    width: 83.33333333%;
  }
}
.site-header .header-left-logo-detail .col-2 .bot-row .main-navigation .nav-previous,
.site-header .header-left-logo-detail .col-2 .bot-row .main-navigation .nav-next {
  display: inline-block;
}
.site-header .header-left-logo-detail .col-2 .bot-row .main-navigation ul.menu li {
  position: relative;
}
.site-header .header-left-logo-detail .col-2 .bot-row .main-navigation ul.menu ul.sub-menu {
  position: absolute;
  z-index: 2;
  text-align: left;
  width: 250px;
  margin: 0;
  box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.1);
  background: #fff;
  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 .header-left-logo-detail .col-2 .bot-row .main-navigation ul.menu ul.sub-menu li {
  display: block;
}
.site-header .header-left-logo-detail .col-2 .bot-row .main-navigation ul.menu ul.sub-menu li a {
  display: block;
  padding: 7px 20px;
}
.site-header .header-left-logo-detail .col-2 .bot-row .main-navigation ul.menu > li {
  margin: 0 25px;
}
.site-header .header-left-logo-detail .col-2 .bot-row .main-navigation ul.menu > li > a {
  color: #fff;
  text-transform: uppercase;
}
.site-header .header-left-logo-detail .col-2 .bot-row .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: 0 0 0 5px;
}
.site-header .header-left-logo-detail .col-2 .bot-row .main-navigation ul.menu > li > a {
  line-height: 50px;
}
.site-header .header-left-logo-detail .col-2 .bot-row .main-navigation ul.menu > li:first-child {
  margin-left: 0;
}
.site-header .header-left-logo-detail .col-2 .bot-row .main-navigation ul.menu > li:last-child {
  margin-right: 0;
}
.site-header .header-left-logo-detail .col-2 .bot-row .main-navigation ul.menu > li > ul.sub-menu {
  top: 50px;
  left: 0;
}
.site-header .header-left-logo-detail .col-2 .bot-row .main-navigation ul.menu > li > ul.sub-menu.pull-inverse {
  left: auto;
  right: 0;
}
.site-header .header-left-logo-detail .col-2 .bot-row .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 .header-left-logo-detail .col-2 .bot-row .main-navigation ul.menu > li > ul.sub-menu ul.sub-menu {
  left: 250px;
  top: 0;
  bottom: auto;
  right: auto;
}
.site-header .header-left-logo-detail .col-2 .bot-row .main-navigation ul.menu > li > ul.sub-menu ul.sub-menu.pull-inverse {
  left: -250px;
}
.site-header .header-left-logo-detail .col-2 .bot-row .gadget-button {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .site-header .header-left-logo-detail .col-2 .bot-row .gadget-button {
    float: left;
    width: 16.66666667%;
  }
}
.site-header .header-left-logo-detail .col-2 .bot-row .gadget-button > div,
.site-header .header-left-logo-detail .col-2 .bot-row .gadget-button > a {
  float: right;
  line-height: 50px;
  margin: 0 0 0 20px;
  color: #fff;
}
.site-header .header-left-logo-detail .col-2 .bot-row .gadget-button .search-bar {
  position: relative;
  z-index: 10;
}
.site-header .header-left-logo-detail .col-2 .bot-row .gadget-button .search-bar button.submit-alt {
  color: #fff;
  background: transparent;
  border: none;
  display: block;
  width: 30px;
  float: left;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
}
.site-header .header-left-logo-detail .col-2 .bot-row .gadget-button .search-bar button.submit-alt:focus {
  outline: none;
}
.site-header .header-left-logo-detail .col-2 .bot-row .gadget-button .search-bar form {
  float: left;
}
.site-header .header-left-logo-detail .col-2 .bot-row .gadget-button .search-bar .search-submit {
  display: none;
}
.site-header .header-left-logo-detail .col-2 .bot-row .gadget-button .search-bar .search-field {
  position: absolute;
  width: 0;
  right: 0px;
  top: 4px;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=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;
  color: #fff;
  padding-right: 30px;
}
.site-header .header-left-logo-detail .col-2 .bot-row .gadget-button .search-bar .search-field::-webkit-search-decoration,
.site-header .header-left-logo-detail .col-2 .bot-row .gadget-button .search-bar .search-field::-webkit-search-cancel-button,
.site-header .header-left-logo-detail .col-2 .bot-row .gadget-button .search-bar .search-field::-webkit-search-results-button,
.site-header .header-left-logo-detail .col-2 .bot-row .gadget-button .search-bar .search-field::-webkit-search-results-decoration {
  display: none;
}
.site-header .header-left-logo-detail .col-2 .bot-row .gadget-button .search-bar .search-field::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.site-header .header-left-logo-detail .col-2 .bot-row .gadget-button .search-bar .search-field:-moz-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.site-header .header-left-logo-detail .col-2 .bot-row .gadget-button .search-bar .search-field::-moz-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.site-header .header-left-logo-detail .col-2 .bot-row .gadget-button .search-bar .search-field:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.site-header .header-left-logo-detail .col-2 .bot-row .gadget-button .search-bar.open .search-field {
  width: 200px;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
@media (max-width: 992px) {
  .site-header .header-left-logo-detail .top-row,
  .site-header .header-left-logo-detail .bot-row {
    display: none;
  }
}
.site-header .header-left-logo-detail .mobile-nav-toggle {
  height: 90px;
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media only screen and (min-width: 992px) {
  .site-header .header-left-logo-detail .mobile-nav-toggle {
    display: none;
  }
}
.site-header .header-left-logo-detail .mobile-nav-toggle .mobile-nav-toggle-button {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  right: 0;
}
.site-header .header-left-logo-detail .mobile-nav-toggle .mobile-nav-toggle-button .icon-bar {
  background: #fff;
}
.site-header .header-left-logo-elegant {
  position: relative;
  z-index: 999;
  background: #fff;
  height: 90px;
}
.site-header .header-left-logo-elegant .site-branding {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .site-header .header-left-logo-elegant .site-branding {
    float: left;
    width: 16.66666667%;
  }
}
.site-header .header-left-logo-elegant .site-branding .site-title {
  position: relative;
}
.site-header .header-left-logo-elegant .site-branding .site-title img {
  width: auto;
  position: absolute;
  top: 30px;
  left: 0;
}
.site-header .header-left-logo-elegant .main-navigation {
  display: block;
  z-index: 2;
  text-align: right;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 992px) {
  .site-header .header-left-logo-elegant .main-navigation {
    display: none;
  }
}
@media (min-width: 992px) {
  .site-header .header-left-logo-elegant .main-navigation {
    float: left;
    width: 83.33333333%;
  }
}
.site-header .header-left-logo-elegant .main-navigation .nav-previous,
.site-header .header-left-logo-elegant .main-navigation .nav-next {
  display: inline-block;
}
.site-header .header-left-logo-elegant .main-navigation ul.menu li {
  position: relative;
}
.site-header .header-left-logo-elegant .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 1px 1px rgba(0, 0, 0, 0.1);
  background: #fff;
  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 .header-left-logo-elegant .main-navigation ul.menu ul.sub-menu li {
  display: block;
}
.site-header .header-left-logo-elegant .main-navigation ul.menu ul.sub-menu li a {
  display: block;
  padding: 7px 20px;
}
.site-header .header-left-logo-elegant .main-navigation ul.menu > li {
  margin: 0 20px;
}
.site-header .header-left-logo-elegant .main-navigation ul.menu > li > a {
  text-transform: uppercase;
}
.site-header .header-left-logo-elegant .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: 0 0 0 5px;
}
.site-header .header-left-logo-elegant .main-navigation ul.menu > li > a {
  line-height: 90px;
}
.site-header .header-left-logo-elegant .main-navigation ul.menu > li:first-child {
  margin-left: 0;
}
.site-header .header-left-logo-elegant .main-navigation ul.menu > li:last-child {
  margin-right: 0;
}
.site-header .header-left-logo-elegant .main-navigation ul.menu > li > ul.sub-menu {
  top: 90px;
  left: 0;
}
.site-header .header-left-logo-elegant .main-navigation ul.menu > li > ul.sub-menu.pull-inverse {
  left: auto;
  right: 0;
}
.site-header .header-left-logo-elegant .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 .header-left-logo-elegant .main-navigation ul.menu > li > ul.sub-menu ul.sub-menu {
  left: 250px;
  top: 0;
  bottom: auto;
  right: auto;
}
.site-header .header-left-logo-elegant .main-navigation ul.menu > li > ul.sub-menu ul.sub-menu.pull-inverse {
  left: -250px;
}
.site-header .header-left-logo-elegant .main-navigation .ubermenu > ul > li > a {
  line-height: 90px;
  padding: 0 35px;
}
.site-header .header-left-logo-elegant .main-navigation .ubermenu > ul > li .ubermenu-submenu {
  background: #fff;
}
.site-header .header-left-logo-elegant .mobile-nav-toggle {
  height: 90px;
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media only screen and (min-width: 992px) {
  .site-header .header-left-logo-elegant .mobile-nav-toggle {
    display: none;
  }
}
.site-header .header-left-logo-elegant .mobile-nav-toggle .mobile-nav-toggle-button {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  right: 0;
}
.site-header .header-left-logo-less-detail {
  position: relative;
  width: 100%;
  left: 0;
  z-index: 999;
}
.site-header .header-left-logo-less-detail .top-row {
  height: 100px;
  padding: 25px 0;
  margin-left: -15px;
  margin-right: -15px;
  *zoom: 1;
  line-height: 50px;
}
.site-header .header-left-logo-less-detail .top-row:before,
.site-header .header-left-logo-less-detail .top-row:after {
  content: " ";
  display: table;
}
.site-header .header-left-logo-less-detail .top-row:after {
  clear: both;
}
.site-header .header-left-logo-less-detail .top-row .site-info {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .site-header .header-left-logo-less-detail .top-row .site-info {
    float: left;
    width: 83.33333333%;
  }
}
@media (min-width: 768px) {
  .site-header .header-left-logo-less-detail .top-row .site-info {
    margin-left: 16.66666667%;
  }
}
.site-header .header-left-logo-less-detail .top-row .site-info .custom-text,
.site-header .header-left-logo-less-detail .top-row .site-info .hotline {
  font-size: 16px;
  color: #fff;
}
.site-header .header-left-logo-less-detail .top-row .site-info ul.social-links {
  margin: 0;
  list-style: none;
  float: right;
}
.site-header .header-left-logo-less-detail .top-row .site-info ul.social-links li {
  display: inline-block;
  margin: 0 5px;
}
.site-header .header-left-logo-less-detail .top-row .site-info ul.social-links li:first-child {
  margin-left: 0;
}
.site-header .header-left-logo-less-detail .top-row .site-info ul.social-links li:last-child {
  margin-right: 0;
}
.site-header .header-left-logo-less-detail .top-row .site-info ul.social-links a {
  display: block;
  height: 36px;
  width: 36px;
  background: #fff;
  text-align: center;
  line-height: 36px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.site-header .header-left-logo-less-detail .top-row .site-info .custom-text {
  margin-right: 70px;
}
.site-header .header-left-logo-less-detail .bot-row {
  margin-left: -15px;
  margin-right: -15px;
  position: relative;
  background: #fff;
  height: 70px;
}
.site-header .header-left-logo-less-detail .bot-row .site-branding {
  float: left;
  width: 16.66666667%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .site-header .header-left-logo-less-detail .bot-row .site-branding {
    float: left;
    width: 16.66666667%;
  }
}
.site-header .header-left-logo-less-detail .bot-row .site-branding .site-title {
  position: relative;
  height: 70px;
}
.site-header .header-left-logo-less-detail .bot-row .site-branding img {
  position: absolute;
  bottom: 0;
}
.site-header .header-left-logo-less-detail .bot-row .main-navigation {
  z-index: 2;
  text-align: center;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.site-header .header-left-logo-less-detail .bot-row .main-navigation > nav {
  height: 70px;
}
@media (min-width: 768px) {
  .site-header .header-left-logo-less-detail .bot-row .main-navigation {
    float: left;
    width: 66.66666667%;
  }
}
.site-header .header-left-logo-less-detail .bot-row .main-navigation .nav-previous,
.site-header .header-left-logo-less-detail .bot-row .main-navigation .nav-next {
  display: inline-block;
}
.site-header .header-left-logo-less-detail .bot-row .main-navigation ul.menu li {
  position: relative;
}
.site-header .header-left-logo-less-detail .bot-row .main-navigation ul.menu ul.sub-menu {
  position: absolute;
  z-index: 2;
  text-align: left;
  width: 250px;
  margin: 0;
  box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.1);
  background: #fff;
  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 .header-left-logo-less-detail .bot-row .main-navigation ul.menu ul.sub-menu li {
  display: block;
}
.site-header .header-left-logo-less-detail .bot-row .main-navigation ul.menu ul.sub-menu li a {
  display: block;
  padding: 7px 20px;
}
.site-header .header-left-logo-less-detail .bot-row .main-navigation ul.menu > li {
  margin: 0 25px;
}
.site-header .header-left-logo-less-detail .bot-row .main-navigation ul.menu > li > a {
  text-transform: uppercase;
}
.site-header .header-left-logo-less-detail .bot-row .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: 0 0 0 5px;
}
.site-header .header-left-logo-less-detail .bot-row .main-navigation ul.menu > li > a {
  line-height: 70px;
}
.site-header .header-left-logo-less-detail .bot-row .main-navigation ul.menu > li:first-child {
  margin-left: 0;
}
.site-header .header-left-logo-less-detail .bot-row .main-navigation ul.menu > li:last-child {
  margin-right: 0;
}
.site-header .header-left-logo-less-detail .bot-row .main-navigation ul.menu > li > ul.sub-menu {
  top: 70px;
  left: 0;
}
.site-header .header-left-logo-less-detail .bot-row .main-navigation ul.menu > li > ul.sub-menu.pull-inverse {
  left: auto;
  right: 0;
}
.site-header .header-left-logo-less-detail .bot-row .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 .header-left-logo-less-detail .bot-row .main-navigation ul.menu > li > ul.sub-menu ul.sub-menu {
  left: 250px;
  top: 0;
  bottom: auto;
  right: auto;
}
.site-header .header-left-logo-less-detail .bot-row .main-navigation ul.menu > li > ul.sub-menu ul.sub-menu.pull-inverse {
  left: -250px;
}
.site-header .header-left-logo-less-detail .bot-row .site-options {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .site-header .header-left-logo-less-detail .bot-row .site-options {
    float: left;
    width: 16.66666667%;
  }
}
.site-header .header-left-logo-less-detail .bot-row .site-options .SumoSelect {
  display: block;
  float: right;
  margin: 0 0 0 10px;
  color: #555;
}
.site-header .header-left-logo-less-detail .bot-row .site-options .SumoSelect .options {
  text-align: left;
}
.site-header .header-left-logo-less-detail .bot-row .site-options .SumoSelect > .optWrapper {
  top: 45px;
}
.site-header .header-left-logo-less-detail .bot-row .site-options .SumoSelect > .optWrapper.open {
  top: 55px;
}
.site-header .header-left-logo-less-detail .bot-row .site-options .CaptionCont.SlectBox {
  color: #fff;
  width: auto !important;
  border: none;
  box-shadow: none;
  cursor: pointer !important:;
  padding: 0;
  background-color: transparent;
  line-height: 70px;
}
.site-header .header-left-logo-less-detail .bot-row .site-options .optWrapper {
  line-height: 1.5;
}
.site-header .header-left-logo-less-detail .bot-row .mobile-nav-toggle {
  height: 70px;
  position: relative;
  float: left;
  width: 83.33333333%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media only screen and (min-width: 992px) {
  .site-header .header-left-logo-less-detail .bot-row .mobile-nav-toggle {
    display: none;
  }
}
.site-header .header-left-logo-less-detail .bot-row .mobile-nav-toggle .mobile-nav-toggle-button {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  right: 15;
}
@media (max-width: 992px) {
  .site-header .header-left-logo-less-detail .top-row,
  .site-header .header-left-logo-less-detail .main-navigation,
  .site-header .header-left-logo-less-detail .site-options {
    display: none;
  }
}
.admin-bar .is-sticky .site-header {
  top: 46px !important;
}
@media only screen and (min-width: 768px) {
  .admin-bar .is-sticky .site-header {
    top: 32px !important;
  }
}
#masthead-header-center-logo-detail {
  background: #fff;
  *zoom: 1;
}
#masthead-header-center-logo-detail:before,
#masthead-header-center-logo-detail:after {
  content: " ";
  display: table;
}
#masthead-header-center-logo-detail:after {
  clear: both;
}
/* III.3. FOOTER */
.site-footer .footer {
  padding: 40px 0;
}
.site-footer .footer a:hover {
  border-bottom: 1px dotted;
}
.prefooter {
  padding: 60px 0 0;
}
.prefooter a:hover {
  border-bottom: 1px dotted;
}
@media only screen and (min-width: 768px) {
  .prefooter aside {
    margin: 0;
  }
}
.prefooter img {
  margin-bottom: 20px;
}
.prefooter p {
  margin-bottom: 0;
  line-height: 1.5;
}
.prefooter ul a {
  line-height: 30px;
}
.prefooter .widget {
  margin-bottom: 30px;
}
.prefooter .widget-title {
  color: #fff;
  font-size: 200pxpx;
  font-size: 20pxrem;
  font-size: 20px;
  font-size: 2rem;
  margin-bottom: 30px !important;
}
.prefooter .widget-title span {
  display: inline-block;
  line-height: 40px;
  position: relative;
}
.prefooter .widget-title span:before,
.prefooter .widget-title span:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
  left: 0;
}
.prefooter .widget-title span:before {
  bottom: 0;
}
.prefooter .widget-title span:after {
  bottom: -2px;
}
.prefooter .widget_mailchimp_subscribe input {
  background: #fff;
  margin-bottom: 10px;
}
.prefooter .widget_mailchimp_subscribe button {
  margin: 0;
  padding-left: 30px;
  padding-right: 30px;
}
.prefooter .widget_social li {
  display: inline-block;
}
.prefooter .widget_social a {
  padding: 0 10px;
}
.prefooter .widget_nav_menu li {
  line-height: 20px;
  border: none !important;
}
.footer {
  text-align: center;
  padding: 0 0 40px 0;
}
.footer a {
  border-bottom: 1px dotted;
}
/* III.4. SIDEBAR */
.widget-fa,
.widget .widget-title:before,
.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: 30px;
  word-wrap: break-word;
}
.widget img {
  height: auto;
  max-width: 100%;
}
.widget ul {
  list-style: none;
  margin: 0;
}
.widget .widget-title {
  font-size: 24px;
  margin: 15px 0;
}
.widget .widget-title:before {
  margin-right: 10px;
}
.widget.widget_archive select,
.widget.widget_categories select,
.widget.widget_text select {
  -moz-appearance: none;
  -webkit-appearance: none;
  text-overflow: '';
  width: 100%;
  padding: 3px 5px;
  border: 1px solid #ddd;
}
.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_comments,
.widget.widget_recent_entries,
.widget.widget_rss {
  line-height: 40px;
}
.widget.widget_archive > ul,
.widget.widget_categories > ul,
.widget.widget_pages > ul,
.widget.widget_meta > ul,
.widget.widget_recent_comments > ul,
.widget.widget_recent_entries > ul,
.widget.widget_rss > 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_comments > ul li,
.widget.widget_recent_entries > ul li,
.widget.widget_rss > ul li {
  line-height: 1.5;
}
.widget.widget_archive > ul > li,
.widget.widget_categories > ul > li,
.widget.widget_pages > ul > li,
.widget.widget_meta > ul > li,
.widget.widget_recent_comments > ul > li,
.widget.widget_recent_entries > ul > li,
.widget.widget_rss > ul > li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.widget.widget_archive > ul > li:first-child,
.widget.widget_categories > ul > li:first-child,
.widget.widget_pages > ul > li:first-child,
.widget.widget_meta > ul > li:first-child,
.widget.widget_recent_comments > ul > li:first-child,
.widget.widget_recent_entries > ul > li:first-child,
.widget.widget_rss > ul > li:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.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_comments > ul > li ul,
.widget.widget_recent_entries > ul > li ul,
.widget.widget_rss > ul > li ul {
  padding-left: 10px;
  margin: 0;
}
.widget.widget_archive ul li {
  padding: 10px 0;
}
.widget.widget_categories ul li {
  padding: 10px 0;
}
.widget.widget_categories ul li ul.children li:last-child {
  padding-bottom: 0;
}
.widget.widget_calendar table {
  padding: 10px 10px 0 10px;
  font-size: 14px;
  color: #fff;
}
.widget.widget_calendar table caption {
  margin-bottom: 10px;
  padding: 0;
  font-weight: 700;
}
.widget.widget_calendar table th,
.widget.widget_calendar table td {
  padding: 5px 0;
  text-align: center;
}
.widget.widget_calendar table th {
  border-bottom: 2px solid rgba(255, 255, 255, 0.5);
}
.widget.widget_calendar table td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.widget.widget_calendar table td#today {
  font-weight: bold;
}
.widget.widget_pages > ul,
.widget.widget_meta > ul {
  padding: 0;
  margin: 0;
  font-weight: 700;
}
.widget.widget_pages > ul > li,
.widget.widget_meta > ul > li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.8);
  color: #fff;
  padding: 0;
}
.widget.widget_pages > ul > li a,
.widget.widget_meta > ul > li a {
  line-height: 1.5;
  padding: 15px 25px;
  color: #fff;
  display: block;
}
.widget.widget_pages > ul > li:first-child,
.widget.widget_meta > ul > li:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.8);
}
.widget.widget_pages > ul > li ul,
.widget.widget_meta > ul > li ul {
  margin: 0;
}
.widget.widget_recent_comments ul li {
  color: #aaaaaa;
  padding: 10px 0;
}
.widget.widget_recent_comments ul li:before {
  content: "\f086";
  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 {
  color: #aaaaaa;
  text-transform: uppercase;
}
.widget.widget_recent_entries li {
  line-height: 1.5;
  padding: 10px 0;
}
.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 .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_nav_menu {
  line-height: 40px;
}
.widget.widget_nav_menu > div > ul > li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.widget.widget_nav_menu > div > ul > li:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.widget.widget_nav_menu > div > ul > li ul {
  padding-left: 15px;
}
.widget.widget_nav_menu .sub-menu {
  padding-left: 15px;
}
.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%;
  right: 20px;
  color: #322b23;
}
.widget.widget_search input[type="search"] {
  display: block;
  width: 100%;
  line-height: 54px;
  height: 55px;
  padding: 0 32px 0 20px;
  border: 1px solid #eee;
  -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="search"]:focus {
  background: rgba(0, 0, 0, 0.05);
}
.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 .adult-column {
  padding-right: 5px;
}
.widget.widget_booking_single form .child-column {
  padding-left: 5px;
}
/* III.5. POST */
/* Post
--------------------------- */
.post {
  margin-bottom: 30px;
  *zoom: 1;
}
.post:before,
.post:after {
  content: " ";
  display: table;
}
.post:after {
  clear: both;
}
@media only screen and (max-width: 767px) {
  .post.list {
    border-bottom: 1px dotted rgba(0, 0, 0, 0.15);
    padding-bottom: 30px;
  }
}
.post.list .entry-media {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .post.list .entry-media {
    margin-bottom: 15px;
  }
}
.post.list .entry-media a {
  display: block;
}
.post.list .entry-header {
  position: relative;
}
.post.list .entry-header .sticky-icon {
  width: 30px;
  height: 30px;
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
}
.post.list .entry-header .sticky-icon div {
  position: relative;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: rgba(255, 255, 255, 0.8);
}
.post.list .entry-header .sticky-icon div i {
  font-size: 20px;
  line-height: 30px;
}
.post.list .entry-header .sticky-icon div:before,
.post.list .entry-header .sticky-icon div:after {
  content: '';
  position: absolute;
  bottom: -20px;
}
.post.list .entry-header .sticky-icon div:before {
  left: 0;
  width: 0;
  height: 0;
  border-top: 0 solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 15px solid #ee9b29;
}
.post.list .entry-header .sticky-icon div:after {
  right: 0;
  width: 0;
  height: 0;
  border-top: 0 solid transparent;
  border-bottom: 20px solid transparent;
  border-right: 15px solid #ee9b29;
}
.post.list .entry-header .entry-meta {
  margin-bottom: 15px;
  color: #aaa;
}
.post.list .entry-header .entry-meta a {
  color: #aaa;
}
.post.list .entry-header .entry-meta a:hover {
  border-bottom: 1px dotted;
}
.post.list .entry-header .entry-meta .fa-folder-o {
  margin-left: 30px;
}
.post.list .entry-header .entry-meta .fa {
  margin-right: 3px;
}
@media only screen and (max-width: 767px) {
  .post.list .entry-content {
    padding: 0 15%;
  }
}
.post.list .entry-title {
  font-size: 240px;
  font-size: 24rem;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.2;
  margin-bottom: 15px;
}
.post.list .entry-summary {
  color: #858585;
  word-wrap: break-word;
}
.post.list .read-more:hover {
  border-bottom: 1px dotted;
}
.post.list.sticky .entry-media {
  position: relative;
}
.post.grid .entry-media {
  text-align: center;
  margin-bottom: 15px;
}
.post.grid .entry-media a {
  display: block;
  overflow: hidden;
}
.post.grid .entry-media a img {
  -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;
}
.post.grid .entry-header .entry-meta {
  margin-bottom: 5px;
  color: #aaa;
}
.post.grid .entry-header .entry-meta a {
  color: #aaa;
}
.post.grid .entry-header .entry-meta a:hover {
  border-bottom: 1px dotted;
}
.post.grid .entry-header .entry-meta .fa-folder-o {
  margin-left: 15px;
}
.post.grid .entry-header .entry-meta .fa {
  margin-right: 3px;
}
@media only screen and (max-width: 767px) {
  .post.grid .entry-content {
    padding: 0 15%;
  }
}
.post.grid .entry-title {
  font-size: 240px;
  font-size: 24rem;
  font-size: 24px;
  font-size: 2.4rem;
  margin-bottom: 10px;
  line-height: 1.2;
}
.post.grid .entry-summary {
  color: #858585;
  word-wrap: break-word;
}
.post.grid .entry-summary p {
  margin-bottom: 0;
}
.post.grid .read-more {
  display: inline-block;
  line-height: 2;
}
.post.grid .read-more:hover {
  border-bottom: 1px dotted;
}
.post.grid .read-more .this-arrow {
  -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;
}
.post.grid .read-more:hover .this-arrow {
  margin-left: 5px;
}
.post.grid:hover .entry-media a img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
/* Post single
--------------------------- */
.post.single .entry-meta {
  overflow: hidden;
  padding: 23px 0;
  position: relative;
  color: #aaa;
}
.post.single .entry-meta i {
  margin-right: 3px;
}
.post.single .entry-meta a {
  color: #aaa;
}
.post.single .entry-meta a:hover {
  border-bottom: 1px dotted;
}
.post.single .entry-meta:before,
.post.single .entry-meta:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 1px;
  background: #ddd;
  left: 0;
}
.post.single .entry-meta:before {
  bottom: 0;
}
.post.single .entry-meta:after {
  bottom: 2px;
}
.post.single .entry-meta .a-meta {
  display: inline-block;
}
@media only screen and (min-width: 768px) {
  .post.single .entry-meta .a-meta {
    display: block;
    width: 20%;
    float: left;
    padding-right: 15px;
  }
}
.post.single .entry-title-wrapper {
  position: relative;
}
.post.single .entry-title-wrapper .simplefavorite-button {
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  .post.single .entry-title-wrapper .simplefavorite-button {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -15px;
    padding: 0 15px;
    line-height: 30px;
  }
}
.post.single .entry-title-wrapper .entry-title {
  font-size: 24px;
  padding: 25px 0;
  line-height: 1.2;
}
@media only screen and (min-width: 768px) {
  .post.single .entry-title-wrapper .entry-title {
    padding-right: 150px;
  }
}
.post.single .entry-social {
  padding: 50px 0;
  position: relative;
  font-size: 17px;
}
.post.single .entry-social:before,
.post.single .entry-social:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 1px;
  background: #ddd;
  left: 0;
}
.post.single .entry-social:before {
  bottom: 0;
}
.post.single .entry-social:after {
  bottom: -2px;
}
.post.single .entry-social .heading-font {
  margin-right: 20px;
}
.post.single .entry-social a {
  padding: 0 7px;
  color: #b2b2b2;
}
/* Comment
--------------------------- */
#comments ol {
  list-style: none;
  margin: 0;
}
#comments .comments-inner {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  margin-top: 50px;
  padding-top: 50px;
}
#comments .comments-title {
  margin-bottom: 30px;
  text-transform: uppercase;
}
#comments .comment-list > .comment > ol {
  padding-left: 20px;
}
@media (min-width: 768px) {
  #comments .comment-list > .comment > ol {
    padding-left: 60px;
  }
}
#comments .comment-list > .comment > ol > .comment > ol {
  padding-left: 20px;
}
@media (min-width: 768px) {
  #comments .comment-list > .comment > ol > .comment > ol {
    padding-left: 60px;
  }
}
#comments .comment-list .children .comment-content {
  padding-left: 15px;
}
#comments .comment {
  line-height: 34px;
}
#comments .comment > div {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #eee;
  overflow: hidden;
}
#comments .comment-author {
  float: left;
  width: 15%;
  text-align: center;
}
#comments .comment-author img {
  max-width: 100%;
  height: auto;
  margin: 0;
}
#comments .comment-content {
  position: relative;
  float: left;
  width: 85%;
  padding-left: 30px;
}
#comments .comment-content a {
  color: rgba(0, 0, 0, 0.7);
}
#comments .metadata {
  overflow: hidden;
}
#comments .metadata .fn {
  display: block;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
}
#comments .metadata .author-name {
  font-size: 16px;
  line-height: 20px;
}
#comments .metadata .time {
  color: #aaa;
  text-transform: uppercase;
  margin-right: 30px;
  font-size: 10px;
}
#comments .metadata .comment-reply-link {
  text-transform: uppercase;
  font-size: 12px;
}
#comments .metadata .comment-edit-link {
  float: right;
}
#comments .comment-text {
  color: #858585;
}
#comments .comment-respond {
  margin-top: 50px;
}
#comments .comment-respond .comment-reply-title {
  margin-bottom: 10px;
}
#comments .comment-respond #cancel-comment-reply-link {
  color: rgba(255, 0, 0, 0.5);
  font-size: 14px;
  margin-left: 15px;
}
#comments .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 .comment-respond #cancel-comment-reply-link:hover {
  color: #ff0000;
}
#comments .comment-respond .logged-in-as {
  color: rgba(0, 0, 0, 0.7);
  margin-bottom: 15px;
}
#comments .comment-respond label {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
#comments .comment-respond input,
#comments .comment-respond textarea {
  border: 1px dotted transparent;
  background: #f8f8f8;
  padding: 8px 10px;
  display: block;
  width: 100%;
  margin-bottom: 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;
}
#comments .comment-respond input::-webkit-input-placeholder,
#comments .comment-respond textarea::-webkit-input-placeholder {
  color: #888888;
}
#comments .comment-respond input:-moz-placeholder,
#comments .comment-respond textarea:-moz-placeholder {
  color: #888888;
}
#comments .comment-respond input::-moz-placeholder,
#comments .comment-respond textarea::-moz-placeholder {
  color: #888888;
}
#comments .comment-respond input:-ms-input-placeholder,
#comments .comment-respond textarea:-ms-input-placeholder {
  color: #888888;
}
#comments .comment-respond input[type="submit"] {
  color: #fff;
  border: 1px dotted transparent;
  width: auto;
  cursor: pointer;
  padding: 15px 30px;
  margin-top: 10px;
}
#comments .comment-respond input[type="submit"]:focus,
#comments .comment-respond input[type="submit"]:hover {
  border-color: #fff;
}
#comments .comment-respond textarea {
  resize: none;
  min-height: 100px;
}
#comments .comment-respond .comment-notes {
  display: none;
  margin-bottom: 15px;
  font-style: italic;
  color: #aeaeae;
}
#comments .comment-respond .form-allowed-tags {
  color: #aeaeae;
  display: none;
}
#comments .comment-respond .comment-form-author,
#comments .comment-respond .comment-form-email,
#comments .comment-respond .comment-form-url {
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  #comments .comment-respond .comment-form-author,
  #comments .comment-respond .comment-form-email,
  #comments .comment-respond .comment-form-url {
    float: left;
    width: 50%;
  }
}
#comments .comment-respond .comment-form-author input,
#comments .comment-respond .comment-form-email input,
#comments .comment-respond .comment-form-url input {
  margin: 0;
  line-height: 44px;
  height: 44px;
}
@media only screen and (min-width: 768px) {
  #comments .comment-respond .comment-form-author {
    padding-right: 5px;
  }
}
@media only screen and (min-width: 768px) {
  #comments .comment-respond .comment-form-email {
    padding-left: 5px;
  }
}
#comments .comment-respond .comment-form-comment label {
  display: none;
}
/* Other post elements
--------------------------- */
.ht-page-nav,
.posts-navigation {
  text-align: right;
  position: relative;
  padding: 30px 0;
}
.ht-page-nav .nav-previous,
.posts-navigation .nav-previous,
.ht-page-nav .nav-next,
.posts-navigation .nav-next {
  display: inline-block;
}
.ht-page-nav:before,
.posts-navigation:before,
.ht-page-nav:after,
.posts-navigation:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background: #ddd;
  left: 0;
}
.ht-page-nav:before,
.posts-navigation:before {
  top: 0;
}
.ht-page-nav:after,
.posts-navigation:after {
  top: -2px;
}
.ht-page-nav a,
.posts-navigation a {
  margin-left: 2px;
  text-align: center;
  display: inline-block;
  height: 34px;
  line-height: 32px;
  width: 34px;
  font-size: 14px;
  border: 1px solid #ddd;
}
/* Room
--------------------------- */
.accommodation-page {
  margin-bottom: 70px;
}
.accommodation-page .ht-page-nav:before,
.accommodation-page .ht-page-nav:after {
  display: none;
}
.room-container {
  *zoom: 1;
}
.room-container:before,
.room-container:after {
  content: " ";
  display: table;
}
.room-container:after {
  clear: both;
}
.room-wrapper {
  overflow: hidden;
}
.room-wrapper .room {
  position: relative;
}
.room-wrapper .room img {
  -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;
}
.room-wrapper .room.advanced .entry-content {
  border: 1px solid transparent;
  -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;
  background: #fff;
  position: absolute;
  padding: 0 20px;
  left: 10px;
  bottom: 10px;
  right: 10px;
}
@media only screen and (min-width: 768px) {
  .room-wrapper .room.advanced .entry-content {
    height: 90px;
  }
}
.room-wrapper .room.advanced .entry-price,
.room-wrapper .room.advanced .entry-header {
  float: left;
}
.room-wrapper .room.advanced .entry-price {
  margin-top: 20px;
  line-height: 1;
  position: relative;
  width: 32%;
}
.room-wrapper .room.advanced .entry-price:after {
  content: '';
  position: absolute;
  width: 1px;
  height: 50px;
  background: #eee;
  margin-top: -25px;
  top: 50%;
  right: 0;
}
.room-wrapper .room.advanced .entry-price .unit {
  position: relative;
  top: -10px;
  font-size: 18px;
}
.room-wrapper .room.advanced .entry-price .value {
  font-size: 28px;
}
.room-wrapper .room.advanced .entry-price .per-time {
  font-size: 15px;
  color: #aaa;
  margin: 0 0 0 15px;
}
.room-wrapper .room.advanced .entry-header {
  margin-top: 17px;
  padding-left: 15px;
  width: 68%;
}
.room-wrapper .room.advanced .entry-header .entry-title {
  font-size: 16px;
}
.room-wrapper .room.advanced .entry-header .entry-badge {
  line-height: 30px;
}
.room-wrapper .room.grid {
  margin-bottom: 30px;
}
.room-wrapper .room.grid .entry-media {
  position: relative;
  margin-bottom: 15px;
  overflow: hidden;
}
.room-wrapper .room.grid .entry-media img {
  -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;
}
.room-wrapper .room.grid .entry-media:after {
  content: '';
  position: absolute;
  width: 220px;
  height: 220px;
  bottom: -110px;
  right: -110px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}
.room-wrapper .room.grid .entry-media .entry-price {
  position: absolute;
  z-index: 2;
  bottom: 0;
  right: 0;
  color: #fff;
  line-height: 1;
  padding: 0 13px 13px 0;
}
.room-wrapper .room.grid .entry-media .entry-price .unit {
  position: relative;
  top: -10px;
  font-size: 180px;
  font-size: 18rem;
  font-size: 18px;
  font-size: 1.8rem;
}
.room-wrapper .room.grid .entry-media .entry-price .value {
  font-size: 340px;
  font-size: 34rem;
  font-size: 34px;
  font-size: 3.4rem;
}
.room-wrapper .room.grid .entry-media .entry-price .per-time {
  font-size: 150px;
  font-size: 15rem;
  font-size: 15px;
  font-size: 1.5rem;
  margin: 0 0 0 15px;
}
.room-wrapper .room.grid .entry-title {
  font-size: 180px;
  font-size: 18rem;
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 10px;
  line-height: 1.4;
}
.room-wrapper .room.grid .entry-badge {
  margin-bottom: 10px;
  display: block;
}
.room-wrapper .room.grid .entry-excerpt {
  color: #777;
}
.room-wrapper.big,
.room-wrapper.small {
  padding: 0;
}
@media only screen and (min-width: 992px) {
  .room-wrapper.big .room.advanced .entry-content {
    left: 20px;
    bottom: 20px;
    right: 20px;
  }
  .room-wrapper.big .room.advanced .entry-price {
    width: 25%;
  }
  .room-wrapper.big .room.advanced .entry-price .value {
    font-size: 34px;
  }
  .room-wrapper.big .room.advanced .entry-header {
    width: 75%;
  }
  .room-wrapper.big .room.advanced .entry-header .entry-title {
    font-size: 18px;
  }
}
.room-wrapper:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.room-single {
  margin-bottom: 100px;
}
.room-single .entry-media {
  overflow: hidden;
}
.room-single .entry-media .owl-prev,
.room-single .entry-media .owl-next {
  border-color: transparent;
  box-shadow: 0px 0px 0px 0px 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;
}
.room-single .entry-media:hover .owl-prev {
  left: 25px;
}
.room-single .entry-media:hover .owl-next {
  right: 25px;
}
.room-single .entry-header {
  position: relative;
  border-bottom: 1px solid #eeeeee;
  min-height: 100px;
  padding-top: 30px;
}
.room-single .entry-header .entry-badge {
  line-height: 2;
}
.room-single .entry-header .entry-price {
  position: absolute;
  top: 0;
  right: 0;
  line-height: 100px;
  height: 100px;
}
.room-single .entry-header .entry-price .unit {
  font-size: 280px;
  font-size: 28rem;
  font-size: 28px;
  font-size: 2.8rem;
  position: relative;
  top: -10px;
  margin-right: 5px;
}
.room-single .entry-header .entry-price .value {
  font-size: 540px;
  font-size: 54rem;
  font-size: 54px;
  font-size: 5.4rem;
}
.room-single .entry-header .entry-price .per-time {
  font-size: 150px;
  font-size: 15rem;
  font-size: 15px;
  font-size: 1.5rem;
  color: rgba(0, 0, 0, 0.5);
}
.room-single .entry-content {
  margin-top: 50px;
}
.room-single .entry-features {
  margin-top: 100px;
}
.room-single .entry-features .slides {
  padding: 0 60px;
}
.room-single .entry-features .owl-prev,
.room-single .entry-features .owl-next {
  box-shadow: 0px 0px 0px 0px 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;
}
.room-single .entry-features .owl-prev {
  left: 0;
}
.room-single .entry-features .owl-next {
  right: 0;
}
.room-single .entry-features .feature {
  text-align: center;
}
.room-single .entry-features .feature .icon {
  font-size: 50px;
  margin-bottom: 15px;
}
.room-single .entry-features .feature h3 {
  font-size: 150px;
  font-size: 15rem;
  font-size: 15px;
  font-size: 1.5rem;
}
.room-single .ht-button.booking-now {
  margin-top: 100px;
}
/* III.6. SECTIONS */
.vc_row {
  position: relative;
  margin-bottom: 50px;
}
.vc_row .vc-row-bg-map,
.vc_row .vc-row-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.vc_row .vc-row-bg-map {
  z-index: 1;
}
.vc_row .vc-row-overlay {
  z-index: 2;
}
.vc_row .vc-container {
  position: relative;
  z-index: 3;
}
.vc_row .vc-row {
  margin-left: -15px;
  margin-right: -15px;
  position: relative;
  z-index: 3;
}
.vc_row.stretch_row {
  max-width: 100%;
  width: 100%;
  padding: 0;
}
.vc_row.stretch_row > .vc-container > .vc-row {
  margin-left: -15px;
  margin-right: -15px;
}
.vc_row.stretch_row_content {
  max-width: 100%;
  width: 100%;
  padding: 0;
}
.vc_row.stretch_row_content > .vc-container > .vc-row {
  margin: 0;
}
.vc_row.stretch_row_content_no_spaces {
  max-width: 100%;
  width: 100%;
  padding: 0;
}
.vc_row.stretch_row_content_no_spaces > .vc-container > .vc-row {
  margin: 0;
}
.vc_inner {
  *zoom: 1;
  position: relative;
  background-size: cover;
}
.vc_inner:before,
.vc_inner:after {
  content: " ";
  display: table;
}
.vc_inner:after {
  clear: both;
}
.vc_inner.container-force .vc-container .vc-row {
  margin-left: -15px !important;
  margin-right: -15px !important;
}
@media only screen and (min-width: 768px) {
  .vc_inner.absolute {
    position: absolute;
    width: 100%;
    left: 0;
    z-index: 100;
  }
  .vc_inner.absolute.stick-top {
    top: 0;
  }
  .vc_inner.absolute.stick-bottom {
    bottom: 0;
  }
}
.vc_inner .ht-row-roof {
  position: absolute;
  height: 60px !important;
  top: -60px;
  left: 0;
  width: 100%;
}
.ht-heading-group .left-wing,
.ht-heading-group .right-wing {
  vertical-align: middle;
  display: inline-block;
  width: 80px;
  height: 4px;
  position: relative;
  border-top: 1px solid;
  border-bottom: 1px solid;
}
.ht-heading-group .top-motif {
  font-size: 30px;
}
.ht-heading-group .bot-motif {
  font-size: 20px;
  margin-top: 15px;
}
.ht-testimonial.balloon .entry-content,
.ht-testimonial.carousel_balloon .entry-content {
  background: #fff;
  border: 1px solid #ddd;
  padding: 20px 20px 40px 20px;
  color: #888;
  margin-bottom: 30px;
  position: relative;
}
.ht-testimonial.balloon .entry-content:before,
.ht-testimonial.carousel_balloon .entry-content:before,
.ht-testimonial.balloon .entry-content:after,
.ht-testimonial.carousel_balloon .entry-content:after {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
}
.ht-testimonial.balloon .entry-content:before,
.ht-testimonial.carousel_balloon .entry-content:before {
  bottom: -20px;
  left: -1px;
  border-width: 20px 16px 0 0;
  border-color: #ddd transparent transparent transparent;
}
.ht-testimonial.balloon .entry-content:after,
.ht-testimonial.carousel_balloon .entry-content:after {
  bottom: -18px;
  left: 0px;
  border-width: 18px 14px 0 0;
  border-color: #fff transparent transparent transparent;
}
.ht-testimonial.balloon .entry-content {
  position: relative;
}
.ht-testimonial.balloon .entry-content .content-inner:before {
  content: "\f10d";
  font-family: "fontawesome";
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  speak: none;
  font-size: 30px;
  position: absolute;
  top: -24px;
  left: 19px;
}
.ht-testimonial.balloon .entry-title {
  margin-bottom: 5px;
}
.ht-testimonial.balloon .entry-title .title {
  font-size: 160px;
  font-size: 16rem;
  font-size: 16px;
  font-size: 1.6rem;
}
.ht-testimonial.balloon .entry-time {
  margin-bottom: 30px;
}
.ht-testimonial.carousel_balloon .entry-media {
  width: auto;
  float: left;
  max-width: 50px;
  margin-right: 15px;
}
.ht-testimonial.carousel_balloon .entry-media img {
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.ht-testimonial.carousel_balloon .entry-title {
  margin-bottom: 5px;
}
.ht-testimonial.carousel_balloon .entry-title .title {
  font-size: 160px;
  font-size: 16rem;
  font-size: 16px;
  font-size: 1.6rem;
  display: inline-block;
  margin-right: 5px;
}
.ht-testimonial.carousel_balloon .entry-time {
  margin-bottom: 30px;
}
.ht-testimonial.carousel {
  text-align: center;
}
.ht-testimonial.carousel .entry-rate {
  font-size: 18px;
  margin-bottom: 15px;
}
.ht-testimonial.carousel .entry-content {
  font-size: 24px;
  font-weight: 300;
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) {
  .ht-testimonial.carousel .entry-content {
    padding: 0 25%;
  }
}
.ht-testimonial.carousel .ht-motif-divider {
  margin: 20px 0;
}
.ht-testimonial.carousel .ht-motif-divider i {
  color: #afafaf;
}
.ht-testimonial.carousel .entry-title {
  margin-bottom: 5px;
}
.ht-testimonial.carousel .entry-title .title {
  font-size: 160px;
  font-size: 16rem;
  font-size: 16px;
  font-size: 1.6rem;
  display: inline-block;
  margin-right: 5px;
}
.ht-testimonial.carousel .entry-time {
  margin-bottom: 30px;
}
.ht-testimonial.carousel .owl-prev {
  left: 0;
}
.ht-testimonial.carousel .owl-next {
  right: 0;
}
.ht-testimonial.carousel_simple .entry {
  padding: 0 15px;
}
.ht-testimonial.carousel_simple .entry-title {
  font-size: 180px;
  font-size: 18rem;
  font-size: 18px;
  font-size: 1.8rem;
}
.ht-testimonial.carousel_simple .entry-rate {
  font-size: 18px;
  margin-bottom: 15px;
}
.ht-testimonial.video .entry-thumbnail {
  position: relative;
}
.ht-testimonial.video .entry-thumbnail a {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -50px;
  margin-left: -50px;
  display: block;
  width: 100px;
  height: 100px;
  border: 2px solid;
  color: #fff;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -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.video .entry-thumbnail a:hover {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.ht-testimonial.video .entry-thumbnail a i {
  font-size: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -15px;
  margin-left: -11.5px;
}
.ht-testimonial.video .entry-title {
  margin: 15px 0 5px;
}
.ht-testimonial.video .entry-title .title {
  font-size: 160px;
  font-size: 16rem;
  font-size: 16px;
  font-size: 1.6rem;
}
.ht-testimonial.video .entry-time {
  margin-bottom: 30px;
}
.ht-video-thumb {
  position: relative;
  z-index: 100;
  text-align: center;
}
.ht-video-thumb .entry-media {
  position: relative;
}
.ht-video-thumb .entry-media a {
  display: inline-block;
  width: 100px;
  height: 100px;
  text-align: center;
  border: 2px solid;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -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-video-thumb .entry-media a:hover {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.ht-video-thumb .entry-media a i {
  font-size: 30px;
  line-height: 100px;
}
.ht-video-thumb .entry-title {
  display: block;
  margin: 30px 0 5px;
  font-size: 180px;
  font-size: 18rem;
  font-size: 18px;
  font-size: 1.8rem;
}
@media only screen and (min-width: 768px) {
  .ht-video-thumb .entry-title {
    font-size: 300px;
    font-size: 30rem;
    font-size: 30px;
    font-size: 3rem;
  }
}
.ht-gallery .owl-nav .owl-prev,
.ht-gallery .owl-nav .owl-next {
  border-color: transparent !important;
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.15);
  -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 .owl-nav .owl-prev:hover i,
.ht-gallery .owl-nav .owl-next:hover i {
  color: #fff;
}
.ht-gallery .owl-nav .owl-prev {
  left: 30px !important;
}
.ht-gallery .owl-nav .owl-next {
  right: 30px !important;
}
.ht-gallery.grid-masonry .entry,
.ht-gallery.grid .entry {
  margin-bottom: 10px;
}
.ht-gallery.grid-masonry .row,
.ht-gallery.grid .row {
  margin-left: -5px;
  margin-right: -5px;
}
.ht-gallery.grid-masonry .col-sm-3,
.ht-gallery.grid .col-sm-3,
.ht-gallery.grid-masonry .col-sm-6,
.ht-gallery.grid .col-sm-6 {
  padding-left: 5px;
  padding-right: 5px;
}
.ht-gallery.grid-masonry .entry .inner,
.ht-gallery.grid .entry .inner,
.ht-gallery.carousel .entry .inner {
  position: relative;
}
.ht-gallery.grid-masonry .entry .overlay,
.ht-gallery.grid .entry .overlay,
.ht-gallery.carousel .entry .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 2;
  top: 0;
  left: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
}
.ht-gallery.grid-masonry .entry i,
.ht-gallery.grid .entry i,
.ht-gallery.carousel .entry i {
  font-size: 60px;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -30px;
  margin-top: -30px;
  z-index: 3;
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.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-gallery.grid-masonry .entry:hover .overlay,
.ht-gallery.grid .entry:hover .overlay,
.ht-gallery.carousel .entry:hover .overlay {
  -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.grid-masonry .entry:hover i,
.ht-gallery.grid .entry:hover i,
.ht-gallery.carousel .entry:hover i {
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.ht-subscribe-form input {
  background: #fff;
  margin-bottom: 15px;
}
.ht-subscribe-form button {
  display: block;
  width: 100%;
}
.ht-service-carousel .entry {
  position: relative;
  overflow: hidden;
}
.ht-service-carousel .entry > img {
  -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-transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-backface-visibility: hidden;
}
.ht-service-carousel .entry:hover > img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.ht-service-carousel .entry-content {
  position: absolute;
  left: 0;
  bottom: 30px;
  right: 30px;
  height: 90px;
  background: #fff;
}
.ht-service-carousel .entry-content-inner {
  *zoom: 1;
  position: relative;
}
.ht-service-carousel .entry-content-inner:before,
.ht-service-carousel .entry-content-inner:after {
  content: " ";
  display: table;
}
.ht-service-carousel .entry-content-inner:after {
  clear: both;
}
.ht-service-carousel .entry-icon,
.ht-service-carousel .entry-detail {
  float: left;
}
.ht-service-carousel .entry-icon {
  position: absolute;
  top: 0;
  left: 0;
  height: 90px;
  line-height: 90px;
  width: 90px;
  text-align: center;
}
@media only screen and (max-width: 99em) {
  .ht-service-carousel .entry-detail {
    padding: 10px 10px 0 100px;
    line-height: 40px;
  }
  .ht-service-carousel .entry-title {
    font-size: 16px;
  }
  .ht-service-carousel .entry-subtitle {
    font-size: 12px;
    line-height: 1.5;
    padding-top: 5px;
  }
}
@media only screen and (min-width: 100em) {
  .ht-service-carousel .entry-detail {
    padding: 20px 15px 0 105px;
    line-height: 40px;
  }
  .ht-service-carousel .entry-title {
    font-size: 18px;
  }
}
.ht-service-carousel .entry-subtitle {
  color: #888;
  margin: 0;
}
.ht-icon-carousel {
  overflow: hidden;
}
.ht-icon-carousel .owl-nav .owl-prev,
.ht-icon-carousel .owl-nav .owl-next {
  border-color: transparent !important;
  -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-icon-carousel .owl-nav .owl-prev:hover i,
.ht-icon-carousel .owl-nav .owl-next:hover i {
  color: #fff;
}
.ht-icon-carousel .owl-nav .owl-prev {
  left: -60px !important;
}
.ht-icon-carousel .owl-nav .owl-next {
  right: -60px !important;
}
.ht-icon-carousel:hover .owl-prev {
  left: 15px !important;
}
.ht-icon-carousel:hover .owl-next {
  right: 15px !important;
}
.ht-icon {
  text-align: center;
  cursor: default;
}
.ht-icon .icon {
  display: inline-block;
  font-size: 50px;
  margin-bottom: 20px;
  -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-icon .icon.square,
.ht-icon .icon.rounded,
.ht-icon .icon.circle {
  width: 110px;
  height: 110px;
  text-align: center;
  line-height: 110px;
  position: relative;
  top: 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;
}
.ht-icon .icon.square:before,
.ht-icon .icon.rounded:before,
.ht-icon .icon.circle:before {
  pointer-events: none;
  position: absolute;
  z-index: 2;
  content: '';
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.ht-icon .icon.rounded {
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.ht-icon .icon.rounded:before {
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.ht-icon .icon.circle {
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.ht-icon .icon.circle:before {
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.ht-icon:not(.custom):hover .icon.square,
.ht-icon:not(.custom):hover .icon.rounded,
.ht-icon:not(.custom):hover .icon.circle {
  top: -5px;
}
.ht-icon:not(.custom):hover .icon.square:before,
.ht-icon:not(.custom):hover .icon.rounded:before,
.ht-icon:not(.custom):hover .icon.circle:before {
  opacity: 1;
  bottom: -20px;
}
.ht-icon .title {
  font-size: 18px;
  margin-bottom: 10px;
}
.ht-icon .subtitle {
  color: #888;
  pading: 0 25%;
}
.ht-buttons.inline {
  display: inline-block;
}
.ht-counter-up {
  font-size: 300px;
  font-size: 30rem;
  font-size: 30px;
  font-size: 3rem;
}
@media only screen and (min-width: 768px) {
  .ht-counter-up {
    font-size: 550px;
    font-size: 55rem;
    font-size: 55px;
    font-size: 5.5rem;
  }
}
.ht-booking-form input,
.ht-booking-form select {
  border-color: transparent;
  background: #fff;
}
.ht-booking-form button {
  position: relative;
  top: -1px !important;
  background: rgba(0, 0, 0, 0.3) !important;
  margin: 0;
  height: 46px !important;
  font-size: inherit;
}
.ht-booking-form .form-group {
  margin-bottom: 10px;
}
.ht-booking-form .date-input-wrapper {
  position: relative;
  cursor: pointer;
}
.ht-booking-form .date-input-wrapper input {
  cursor: pointer;
}
.ht-booking-form .date-input-wrapper:before {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -10px;
  content: "\f073";
  font-family: "fontawesome";
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  speak: none;
  color: #111;
  font-size: 14px;
}
.ht-booking-form.preset-inline {
  text-align: center;
  padding: 0 30px;
}
.ht-booking-form.preset-inline .form-group,
.ht-booking-form.preset-inline input,
.ht-booking-form.preset-inline select {
  display: block;
}
.ht-booking-form.preset-inline input,
.ht-booking-form.preset-inline select,
.ht-booking-form.preset-inline button {
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .ht-booking-form.preset-inline input,
  .ht-booking-form.preset-inline select,
  .ht-booking-form.preset-inline button {
    margin-bottom: 0;
  }
  .ht-booking-form.preset-inline .form-group {
    *zoom: 1;
  }
  .ht-booking-form.preset-inline .form-group:before,
  .ht-booking-form.preset-inline .form-group:after {
    content: " ";
    display: table;
  }
  .ht-booking-form.preset-inline .form-group:after {
    clear: both;
  }
  .ht-booking-form.preset-inline .form-group.foo {
    width: 33.33334%;
    float: left;
    padding: 0 7px;
  }
  .ht-booking-form.preset-inline .form-group.room-set .select-wrapper {
    width: 50%;
    float: left;
    padding: 0 7px;
  }
  .ht-booking-form.preset-inline .form-group.button {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 992px) {
  .ht-booking-form.preset-inline .form-group,
  .ht-booking-form.preset-inline input,
  .ht-booking-form.preset-inline .select-wrapper,
  .ht-booking-form.preset-inline button {
    display: inline-block;
    width: auto;
    margin: 0 2px;
  }
}
.ht-booking-form.preset-inline button {
  height: 45px;
  top: -1px;
}
.ht-booking-form.preset-box-2-lines {
  text-align: center;
}
.ht-booking-form.preset-box-2-lines .row {
  margin-bottom: 10px;
  *zoom: 1;
  margin-left: -5px;
  margin-right: -5px;
}
.ht-booking-form.preset-box-2-lines .row:before,
.ht-booking-form.preset-box-2-lines .row:after {
  content: " ";
  display: table;
}
.ht-booking-form.preset-box-2-lines .row:after {
  clear: both;
}
.ht-booking-form.preset-box-2-lines .col {
  position: relative;
  min-height: 1px;
  padding-left: 5px;
  padding-right: 5px;
}
@media (min-width: 768px) {
  .ht-booking-form.preset-box-2-lines .col {
    float: left;
    width: 33.33333333%;
  }
}
.ht-booking-form.preset-box-3-lines {
  text-align: center;
}
.ht-booking-form.preset-box-3-lines .room-set {
  margin-bottom: 10px;
  *zoom: 1;
  margin-left: -5px;
  margin-right: -5px;
}
.ht-booking-form.preset-box-3-lines .room-set:before,
.ht-booking-form.preset-box-3-lines .room-set:after {
  content: " ";
  display: table;
}
.ht-booking-form.preset-box-3-lines .room-set:after {
  clear: both;
}
.ht-booking-form.preset-box-3-lines .room-set .col {
  position: relative;
  min-height: 1px;
  padding-left: 5px;
  padding-right: 5px;
}
@media (min-width: 768px) {
  .ht-booking-form.preset-box-3-lines .room-set .col {
    float: left;
    width: 50%;
  }
}
.ht-booking-form.preset-box-3-lines .room-set button {
  display: block;
}
.ht-booking-form.bordered-fields input,
.ht-booking-form.bordered-fields select {
  border: 1px solid rgba(0, 0, 0, 0.15);
}
.ht-contact-form .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}
.ht-contact-form .wpcf7-response-output {
  margin: 0;
}
.ht-contact-form .wpcf7-response-output.wpcf7-validation-errors {
  padding: 15px;
}
.ht-contact-form label {
  display: block;
  width: 100%;
}
.ht-contact-form textarea {
  max-width: 100%;
  min-height: 150px;
}
.ht-separator div {
  width: 100%;
  height: 1px;
  background: #ccc;
  margin-bottom: 1px;
}
.ht-accommodation-page.carousel {
  position: relative;
  padding-top: 40px;
}
.ht-accommodation-page.carousel .carousel-title {
  font-size: 200px;
  font-size: 20rem;
  font-size: 20px;
  font-size: 2rem;
  position: relative;
  bottom: 30px;
}
.ht-accommodation-page.carousel .owl-nav {
  position: absolute;
  width: 100%;
  top: -50px;
  left: 0;
  text-align: right;
}
.ht-accommodation-page.carousel .owl-nav .owl-prev,
.ht-accommodation-page.carousel .owl-nav .owl-next {
  position: static;
  display: inline-block;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 33px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 20px;
  color: #333;
  margin-left: 5px;
}
.ht-accommodation-page.carousel-2 {
  position: relative;
}
.ht-accommodation-page.carousel-2 .owl-nav .owl-prev,
.ht-accommodation-page.carousel-2 .owl-nav .owl-next {
  position: absolute;
  display: block;
  width: 54px;
  height: 54px;
  text-align: center;
  line-height: 54px;
  font-size: 20px;
  top: 50%;
  margin-top: -55px;
  background: #eee;
  margin-left: 5px;
  display: none;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 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;
}
.ht-accommodation-page.carousel-2 .owl-nav .owl-prev i,
.ht-accommodation-page.carousel-2 .owl-nav .owl-next i {
  color: #bbb;
}
.ht-accommodation-page.carousel-2 .owl-nav .owl-prev:hover i,
.ht-accommodation-page.carousel-2 .owl-nav .owl-next:hover i {
  color: #fff !important;
}
.ht-accommodation-page.carousel-2 .owl-nav .owl-prev {
  left: -100px;
}
.ht-accommodation-page.carousel-2 .owl-nav .owl-next {
  right: -100px;
}
.ht-accommodation-page.carousel-2 .room-wrapper .room {
  margin-bottom: 0 !important;
}
.ht-accommodation-page.carousel-2 .room-wrapper .room .entry-excerpt,
.ht-accommodation-page.carousel-2 .room-wrapper .room .entry-badge {
  display: none !important;
}
.ht-coming-soon {
  color: #fff;
}
.ht-coming-soon .tm-countdown-hook {
  text-align: center;
}
.ht-coming-soon .tm-countdown-hook > div {
  display: inline-block;
  margin: 0 auto;
  width: 80px;
  height: 80px;
  border: 1px solid;
  margin: 0 15px;
  margin-bottom: 15px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
@media only screen and (min-width: 768px) {
  .ht-coming-soon .tm-countdown-hook > div {
    width: 120px;
    height: 120px;
    margin-bottom: 0px;
  }
}
.ht-coming-soon .tm-countdown-hook > div .inner {
  margin: 12px 0;
}
@media only screen and (min-width: 768px) {
  .ht-coming-soon .tm-countdown-hook > div .inner {
    margin: 32px 0;
  }
}
.ht-coming-soon .tm-countdown-hook > div .inner .value {
  font-size: 25px;
  display: block;
}
.ht-coming-soon .tm-countdown-hook > div .inner .indicator {
  font-size: 11px;
  display: block;
}
.vc_tta-tabs .vc_tta-tab a {
  background: transparent !important;
  border: 1px solid #eee !important;
  color: #333 !important;
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
  border-radius: 0 !important;
}
.vc_tta-tabs .vc_tta-tab.vc_active a {
  color: #fff !important;
  border-color: transparent !important;
}
.vc_tta-tabs.vc_tta-tabs-has-tab-line .vc_tta-tab a {
  border: transparent !important;
}
.vc_tta-tabs.vc_tta-tabs-has-tab-line.vc_tta-tabs-position-top .vc_tta-tabs-container {
  border-bottom: 2px solid #333;
}
.vc_tta-tabs.vc_tta-tabs-has-tab-line.vc_tta-tabs-position-right .vc_tta-tabs-container {
  border-left: 2px solid #333;
}
.vc_tta-tabs.vc_tta-tabs-has-tab-line.vc_tta-tabs-position-bottom .vc_tta-tabs-container {
  border-top: 2px solid #333;
}
.vc_tta-tabs.vc_tta-tabs-has-tab-line.vc_tta-tabs-position-left .vc_tta-tabs-container {
  border-right: 2px solid #333;
}
.vc_tta-accordion .vc_tta-panel-heading {
  border: none;
  margin-bottom: 10px;
}
.vc_tta-accordion .vc_tta-panel-heading h4 {
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}
.vc_tta-accordion.border .vc_tta-panel-heading,
.vc_tta-accordion.border-2 .vc_tta-panel-heading {
  border: 2px solid rgba(0, 0, 0, 0.075);
}
.vc_tta-accordion.solid .vc_tta-panel-heading {
  background: rgba(0, 0, 0, 0.075);
}
.vc_tta-accordion.solid-highlight .vc_tta-panel-heading {
  background: rgba(0, 0, 0, 0.075);
}
.vc_tta-accordion.solid-highlight .vc_tta-panel.vc_active .vc_tta-panel-heading {
  color: #fff;
}
.wpb_text_column h1,
.wpb_text_column h2,
.wpb_text_column h3,
.wpb_text_column h4,
.wpb_text_column h5,
.wpb_text_column h6 {
  margin-bottom: 20px;
}
.wpb_text_column p {
  margin-bottom: 10px;
}
.wpb_map_wraper:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.wpb_gmaps_widget .wpb_wrapper {
  padding: 0;
}
/*# sourceMappingURL=style.css.map */