/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Grid
# Class
# Forms
# Button
# Header
# Main Menu
# Page Title & Breadcrumb
# Post and Page
# Navigation
# Layout Content
# Widgets
# Media
# Singlular
# Comments
# Footer
# VC Elements
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
/* Custom Mixin */
/*--------------------------------------------------------------
# Class
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Button
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
/* CMS Button */
/*--------------------------------------------------------------
# Main Menu
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Page Title & Breadcrumb
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Achive Port Items
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Post and Page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Comments
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# VC Elements
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Layout Content
--------------------------------------------------------------*/
/*
1 . CMS TextBox
2 . CMS Fancybox
3 . CMS Accordion
4 . CMS List
5 . CMS Blog Grid
6 . CMS Progressbar
7 . CMS Grid Service
8 . CMS Bannner
9 . CMS Contact Info
10. CMS Mediabox
11. CMS Video
12. CMS Serivce Carousel
13. CMS Room Carousel
14. CMS Newsletter
15. CMS Vip Row Info
*/
/*--------------------------------------------------------------
# Room
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Room Single
--------------------------------------------------------------*/
/*--------------------------------------------------------------

/*--------------------------------------------------------------
# Room Reservation
--------------------------------------------------------------*/
/*--------------------------------------------------------------

# Search Room
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Edit Room
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# User Profile
--------------------------------------------------------------*/
@-webkit-keyframes moveUp {
  100% {
    -webkit-transform: translateY(0);
    opacity: 1;
  }
}
@keyframes moveUp {
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes spin-rotate-left {
  to {
    transform: rotate(30deg);
  }
  from {
    transform: rotate(175deg);
  }
}
@-webkit-keyframes spin-rotate-left {
  to {
    transform: rotate(30deg);
  }
  from {
    transform: rotate(175deg);
  }
}
@keyframes spin-rotate-right {
  from {
    transform: rotate(-175deg);
  }
  to {
    transform: rotate(-30deg);
  }
}
@-webkit-keyframes spin-rotate-right {
  from {
    transform: rotate(-175deg);
  }
  to {
    transform: rotate(-30deg);
  }
}
@keyframes spin-rotate-all {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg);
  }
}
@-webkit-keyframes spin-rotate-all {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg);
  }
}
@keyframes spin-fade-in-first {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes spin-fade-in-first {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes spin-fade-in-second {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes spin-fade-in-second {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes markerWave {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.8;
  }
  20% {
    opacity: 0.8;
  }
  100% {
    -webkit-transform: scale(5.5);
    transform: scale(5.5);
    opacity: 0;
  }
}
@keyframes markerWave {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.8;
  }
  20% {
    opacity: 0.8;
  }
  100% {
    -webkit-transform: scale(5.5);
    transform: scale(5.5);
    opacity: 0;
  }
}
@-webkit-keyframes videobutton {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.8;
  }
  20% {
    opacity: 0.8;
  }
  100% {
    -webkit-transform: scale(1.6);
    transform: scale(1.6);
    opacity: 0;
  }
}
@keyframes videobutton {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    opacity: 0.9;
  }
  100% {
    -webkit-transform: scale(1.6);
    transform: scale(1.6);
    opacity: 0.8;
  }
}
@keyframes msgloading {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    transform: scale(1.5);
    -webkit-transform: scale(1.5);
  }
}
@keyframes pulse_border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
html {
  box-sizing: border-box;
}
a {
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  color: #9f3133;
}
a, a:hover, a:focus, a:before, a:after {
  outline: none;
  text-decoration: none;
}
a:hover, a:focus {
  color: #9f3133;
}
*, *:before, *:after {
  box-sizing: inherit;
}
body {
  background-color: #fff;
  font-size: 15px;
  -webkit-font-smoothing: antialiased;
  line-height: 1.73333;
  color: #777;
  font-family: 'Renner Book';
  font-weight: 400;
  overflow-x: hidden;
}
body.swh-dashboard-page {
  background-color: #e9e9e9;
}
body.swh-dashboard-page .cms-widget-text2 {
  background-color: #fff;
}
.gallery-item {
  display: inline-block;
  padding: 0 1.14007% 2.28013%;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
@media screen and (min-width: 576px) {
  .gallery-columns-2 .gallery-item {
    max-width: 50%;
  }
}
@media screen and (min-width: 576px) {
  .gallery-columns-3 .gallery-item {
    max-width: 33.33%;
  }
}
@media screen and (min-width: 576px) {
  .gallery-columns-4 .gallery-item {
    max-width: 25%;
  }
}
@media screen and (min-width: 576px) {
  .gallery-columns-5 .gallery-item {
    max-width: 20%;
  }
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery .gallery-item .gallery-icon {
  margin-bottom: 15px;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  letter-spacing: 0.03em;
  font-family: 'Playfair Display', serif;
  color: #222;
  clear: both;
  line-height: 1.1;
  margin: 0 0 10px;
  font-weight: bold;
}
h1, .h1 {
  font-size: 70px;
}
h2, .h2 {
  font-size: 55px;
}
h3, .h3 {
  font-size: 45px;
}
h4, .h4 {
  font-size: 30px;
}
h5, .h5 {
  font-size: 17px;
}
h6, .h6 {
  font-size: 16px;
}
@media screen and (max-width: 991px) {
  h1, .h1 {
    font-size: 50px;
  }
  h2, .h2 {
    font-size: 40px;
  }
  h3, .h3 {
    font-size: 30px;
  }
  h4, .h4 {
    font-size: 25px;
  }
  h5, .h5 {
    font-size: 17px;
  }
  h6, .h6 {
    font-size: 16px;
  }
}
@media screen and (max-width: 575px) {
  h1, .h1 {
    font-size: 35px;
  }
  h2, .h2 {
    font-size: 30px;
  }
  h3, .h3 {
    font-size: 25px;
  }
  h4, .h4 {
    font-size: 18px;
  }
  h5, .h5 {
    font-size: 16px;
  }
  h6, .h6 {
    font-size: 14px;
  }
}
img {
  max-width: 100%;
  height: auto;
}
label {
  margin-bottom: 0;
}
table {
  border-bottom: 1px solid #ededed;
  border-collapse: collapse;
  border-spacing: 0;
  line-height: 2;
  margin: 0 0 20px;
  width: 100%;
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
table th {
  color: #222;
}
caption, td {
  font-weight: normal;
  text-align: left;
}
.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
  padding: 13px 8px;
}
th {
  font-weight: 700;
}
td {
  border-top: 1px solid #ededed;
  padding: 6px 10px 6px 0;
  /*--- Definition Lists ---*/
}
dl {
  margin: 0 0 0 25px;
}
dl dt {
  font-weight: normal;
  line-height: 1.6;
  text-transform: uppercase;
  font-weight: 700;
  color: #222;
}
b, strong {
  color: #222;
}
dl dd {
  line-height: normal;
  margin-bottom: 20px;
}
dl dd a {
  color: #9f3133;
}
dl dd a:hover {
  color: #9f3133;
}
code, kbd {
  background-color: transparent;
  border-radius: 4px;
  color: inherit;
  font-size: 100%;
  padding: 2px 4px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
ins {
  color: #fff;
  border: none;
  padding: 2px;
  text-decoration: none;
  background-color: #9f3133;
}
pre {
  background: #f5f5f5;
  color: #666;
  font-size: 14px;
  margin: 20px 0;
  overflow: auto;
  padding: 20px;
  white-space: pre-wrap;
  word-wrap: break-word;
}
.cms-ul-custom {
  list-style: none;
  padding-left: 0;
  margin-bottom: 33px;
}
.cms-ul-custom li {
  position: relative;
  padding-left: 20px;
  line-height: 1.6;
}
@media screen and (max-width: 575px) {
  .cms-ul-custom li {
    margin-bottom: 15px;
  }
}
.cms-ul-custom li:before {
  position: absolute;
  content: " ";
  background-color: #c29765;
  top: 10px;
  left: 0;
  width: 5px;
  height: 5px;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  display: block;
}
blockquote {
  padding: 10px 15px;
  background: transparent;
  margin: 25px 0;
  font-style: italic;
  border-left: 4px solid #9f3133;
  font-size: 15px;
  font-family: 'Lora', serif;
  line-height: 1.6;
  font-weight: 400;
  color: #222;
}
@media screen and (max-width: 575px) {
  blockquote {
    margin-top: 25px;
    margin-bottom: 25px;
  }
}
li {
  line-height: 24px;
}
dl + h2 + ul {
  list-style: none;
  padding: 0 0 0 35px;
}
dl + h2 + ul li {
  position: relative;
  padding-left: 15px;
}
dl + h2 + ul li:before {
  content: "\f111";
  font-family: FontAwesome;
  font-size: 7px;
  left: 0;
  position: absolute;
}
dl + h2 + ul li ul {
  padding-left: 35px;
  list-style: none;
}
.br-1px {
  -webkit-border-radius: 1px;
  -khtml-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  -o-border-radius: 1px;
  border-radius: 1px;
}
.br-2px {
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
.br-3px {
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.br-4px {
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.br-5px {
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.br-6px {
  -webkit-border-radius: 6px;
  -khtml-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
}
.br-7px {
  -webkit-border-radius: 7px;
  -khtml-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  border-radius: 7px;
}
.br-8px {
  -webkit-border-radius: 8px;
  -khtml-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
}
.br-9px {
  -webkit-border-radius: 9px;
  -khtml-border-radius: 9px;
  -moz-border-radius: 9px;
  -ms-border-radius: 9px;
  -o-border-radius: 9px;
  border-radius: 9px;
}
.br-10px {
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
.wp-block-button {
  margin-bottom: 30px;
}
.bg-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.screen-reader-text {
  display: none;
}
.wp-block-cover .wp-block-cover-text {
  color: #fff !important;
}
#content[tabindex="-1"]:focus {
  outline: 0;
}
.col-zindex {
  z-index: 222;
}
.alignleft, .alignright, .aligncenter {
  margin-bottom: 1em;
}
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
.rev-btn-custom {
  font-family: 'Renner Medium' !important;
  letter-spacing: 0.1em !important;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.bg-overlay {
  position: relative;
}
.bg-overlay:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: inherit;
  display: block;
}
.page-title .bg-overlay:before {
  background: rgba(0, 0, 0, 0.5);
}
.box-white {
  background-color: #fff;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 6px;
  -khtml-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  padding: 29px;
}
.box-white .menu li {
  font-size: 18px;
  line-height: 29px;
  font-weight: 600;
}
.bg-primary {
  background-color: #9f3133 !important;
}
.br-radius {
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.cms-box {
  background-color: #fff;
  -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.04);
  -khtml-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.04);
  -moz-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.04);
  -ms-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.04);
  -o-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.04);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.04);
  margin-bottom: 40px;
  -webkit-border-radius: 6px;
  -khtml-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  overflow: hidden;
}
.cms-box .cms-box-title {
  font-size: 20px;
  color: #9f3133;
  margin: 0;
  padding: 15px 29px;
  border-bottom: 1px solid #e5e5e5;
}
.cms-box .cms-box-inner {
  padding: 20px 29px;
}
.text-lg {
  font-size: 22px;
  line-height: 32px;
  color: #9f3133;
}
.cms-bgimage {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
body .row-visible {
  overflow: visible !important;
}
@media screen and (max-width: 991px) {
  body .row-visible .vc_column-inner {
    margin-top: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  body .row-visible .vc_column-inner {
    background-color: transparent !important;
  }
}
@media screen and (max-width: 767px) {
  body .row-visible {
    background-color: transparent !important;
  }
}
@media screen and (min-width: 992px) {
  body .row-visible.row-visible-shadow {
    box-shadow: 0px 17px 65px rgba(0, 0, 0, 0.15);
  }
}
body .row-visible.row-visible-z1 {
  z-index: 9;
}
.cms-close {
  display: inline-block;
  height: 32px;
  line-height: 32px;
  width: 30px;
  cursor: pointer;
  position: relative;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
.cms-close:before, .cms-close:after {
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  content: "";
  background-color: #282828;
  display: block;
  height: 2px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 22px;
  top: 21px;
}
.cms-close:before {
  top: 15px;
  -webkit-transform: rotate(45deg);
  -khtml-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cms-close:after {
  -webkit-transform: rotate(-45deg);
  -khtml-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 15px;
}
.cms-close:hover:before, .cms-close:hover:after {
  background-color: ;
}
.cms-col-5 {
  width: 20%;
  float: left;
  padding: 0 15px;
}
.cms-icon-plus {
  height: 10px;
  width: 10px;
  position: relative;
  display: inline-block;
}
.cms-icon-plus:before, .cms-icon-plus:after {
  content: "";
  background-color: ;
  position: absolute;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
.cms-icon-plus:before {
  width: 100%;
  height: 2px;
  top: 4px;
  left: 0;
}
.cms-icon-plus:after {
  width: 2px;
  height: 100%;
  left: 4px;
  top: 0;
}
.cms-icon-plus.icon-lg {
  height: 20px;
  width: 20px;
}
.cms-icon-plus.icon-lg:before {
  top: 9px;
}
.cms-icon-plus.icon-lg:after {
  left: 9px;
}
.cms-icon-plus.align-middle {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.title-medium {
  font-weight: 500;
}
.title-semibold {
  font-weight: 600;
}
.title-bold {
  font-weight: 600;
}
.post-category {
  font-size: 13px;
  color: ;
}
@media screen and (min-width: 992px) {
  .flex {
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    flex-wrap: wrap;
  }
  .flex .flex-col {
    display: flex !important;
    display: -webkit-flex !important;
    display: -ms-flex !important;
    flex-wrap: wrap;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
  }
  .flex-two {
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    flex-flow: row wrap;
  }
  .flex-two .flex-col {
    flex: 1 0 0px;
    -webkit-flex: 1 0 0px;
    -ms-flex: 1 0 0px;
    display: flex !important;
    display: -webkit-flex !important;
    display: -ms-flex !important;
    flex-wrap: wrap;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
  }
  .top-footer .cms-col-5:nth-child(1) {
    width: 24%;
  }
  .top-footer .cms-col-5:nth-child(2) {
    width: 17%;
  }
  .top-footer .cms-col-5:nth-child(3) {
    width: 17%;
  }
  .top-footer .cms-col-5:nth-child(4) {
    width: 17%;
  }
  .top-footer .cms-col-5:nth-child(5) {
    width: 25%;
  }
}
.text-right, .align-right {
  text-align: right;
}
.text-left, .align-left {
  text-align: left;
}
.text-center, .align-center {
  text-align: center;
}
.remove-btn {
  background-color: transparent;
  background-image: none;
  font-size: 14px;
  font-weight: 700;
  color: #222;
  padding: 0;
  margin: 0;
  border: none;
  line-height: normal;
}
.remove-btn:hover {
  background-color: transparent;
  background-image: none;
  color: #9f3133;
}
@media screen and (max-width: 1199px) {
  .align-center-md {
    text-align: center;
  }
  .align-left-md {
    text-align: left;
  }
  .align-right-md {
    text-align: right;
  }
}
@media screen and (max-width: 991px) {
  .text-center-md {
    text-align: center !important;
  }
  .text-left-md {
    text-align: left !important;
  }
  .text-right-md {
    text-align: right !important;
  }
  .align-center-sm {
    text-align: center;
  }
  .align-left-sm {
    text-align: left;
  }
  .align-right-sm {
    text-align: right;
  }
  .cms-col-5 {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .text-center-sm {
    text-align: center !important;
  }
  .text-left-sm {
    text-align: left !important;
  }
  .text-right-sm {
    text-align: right !important;
  }
  .align-center-xs {
    text-align: center;
  }
  .align-left-xs {
    text-align: left;
  }
  .align-right-xs {
    text-align: right;
  }
  .cms-col-5 {
    width: 100%;
  }
}
.home .login_dialog .alert_status {
  background-color: green;
}
.wp-block-table {
  border-left: 1px solid #e4e4e4;
  border-right: 1px solid #e4e4e4;
}
.wp-block-table td {
  border-left: 1px solid #e4e4e4;
  padding: 6px 10px;
}
.wp-block-table td:first-child {
  border-left: none;
}
.wp-block-separator {
  max-width: 120px;
}
.wp-block-pullquote.alignleft {
  padding-left: 70px;
}
.wp-block-pullquote.alignright {
  padding-left: 70px;
}
@media screen and (max-width: 575px) {
  .wp-block-pullquote.alignright {
    margin-left: 0;
  }
}
.wp-block-pullquote.aligncenter {
  position: relative;
  padding-top: 45px;
}
.wp-block-pullquote.aligncenter:before {
  position: absolute;
  top: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -khtml-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (max-width: 575px) {
  .wp-block-button.alignright {
    margin-left: 0;
    display: block;
    margin-bottom: 18px;
  }
}
@media screen and (min-width: 576px) {
  .wp-block-image.alignleft {
    margin-right: 25px;
  }
}
@media screen and (min-width: 576px) {
  .wp-block-image.alignright {
    margin-left: 25px;
  }
}
.wp-block-cover-image.has-background-dim.alignleft {
  float: left;
  margin-right: 1em;
  margin-bottom: 25px;
}
.wp-block-cover-image.has-background-dim.alignright {
  float: right;
  margin-left: 1em;
  margin-bottom: 25px;
}
.wp-block-cover-image.has-background-dim .wp-block-cover-image-text {
  color: #fff;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color: #777;
  opacity: 1;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #777;
  opacity: 1;
}
input::-o-placeholder, textarea::-o-placeholder {
  color: #777;
  opacity: 1;
}
input::-ms-placeholder, textarea::-ms-placeholder {
  color: #777;
  opacity: 1;
}
.tnp-field-email input::-moz-placeholder, .tnp-field-email textarea::-moz-placeholder {
  color: #777;
  opacity: 1;
}
.tnp-field-email input::-webkit-input-placeholder, .tnp-field-email textarea::-webkit-input-placeholder {
  color: #777;
  opacity: 1;
}
.tnp-field-email input::-o-placeholder, .tnp-field-email textarea::-o-placeholder {
  color: #777;
  opacity: 1;
}
.tnp-field-email input::-ms-placeholder, .tnp-field-email textarea::-ms-placeholder {
  color: #777;
  opacity: 1;
}
.placeholder-white input::-moz-placeholder, .placeholder-white textarea::-moz-placeholder {
  color: #fff;
  opacity: 1;
}
.placeholder-white input::-webkit-input-placeholder, .placeholder-white textarea::-webkit-input-placeholder {
  color: #fff;
  opacity: 1;
}
.placeholder-white input::-o-placeholder, .placeholder-white textarea::-o-placeholder {
  color: #fff;
  opacity: 1;
}
.placeholder-white input::-ms-placeholder, .placeholder-white textarea::-ms-placeholder {
  color: #fff;
  opacity: 1;
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="tel"], input[type="number"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea, select {
  margin-bottom: 10px;
  border: 1px solid #d8d8d8;
  color: #9b9b9b;
  padding: 0px 20px;
  line-height: 41px;
  height: 43px;
  font-size: 15px;
  -webkit-transition: all 0.3s;
  -khtml-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  width: 100%;
}
select {
  height: 40px;
  border-radius: 0px;
  background-color: transparent;
}
textarea {
  line-height: normal;
  padding-top: 14px;
  padding-bottom: 14px;
  height: 110px;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="number"]:focus, input[type="tel"]:focus, input[type="range"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="time"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="color"]:focus, textarea:focus, select:focus {
  outline: 0;
  border: 1px solid #9f3133;
}
.cms-select form {
  position: relative;
}
.cms-select select {
  padding: 0 10px;
  height: 43px;
  line-height: 41px;
  font-size: 13px;
  background-color: transparent;
  position: relative;
  z-index: 99;
  -webkit-appearance: none;
  -khtml-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}
.cms-select i {
  position: absolute;
  font-size: 10px;
  right: 12px;
  top: 50%;
  -webkit-transform: translate(0px, -50%);
  -khtml-transform: translate(0px, -50%);
  -moz-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  -o-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  font-weight: normal;
}
.wpcf7 .wpcf7-form {
  margin: 30px 0;
}
.wpcf7 .wpcf7-form .ajax-loader {
  background-color: transparent;
  background-image: none;
  display: block;
  height: 100%;
  left: 15px;
  position: absolute;
  right: 15px;
  top: 0;
  width: initial;
  margin: 0;
}
.wpcf7 .wpcf7-form .wpcf7-response-output {
  border: none;
  text-align: center;
}
.wpcf7 .wpcf7-form .wpcf7-form-control {
  margin-bottom: 30px;
}
.wpcf7 .wpcf7-form .wpcf7-form-control:focus {
  border: 1px solid #9f3133 !important;
}
.wpcf7 .wpcf7-form .wpcf7-submit {
  border: none;
  background: #222;
  color: #fff;
  min-width: 170px;
  height: 43px;
  border-radius: 0;
  letter-spacing: 0.1em;
  padding: 0;
  text-align: center;
  line-height: 41px;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  margin-top: 10px;
  display: inherit;
}
.wpcf7 .wpcf7-form .wpcf7-submit:hover {
  background-color: #9f3133;
}
.wpcf7-box {
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 0 10px 10px rgba(224, 224, 224, 0.3);
  padding: 92px 100px 100px;
  position: relative;
  z-index: 99;
}
.wpcf7-box > h3 {
  text-align: center;
  margin-bottom: 55px;
}
@media screen and (max-width: 991px) {
  .wpcf7-box {
    padding: 42px 50px 50px;
  }
}
.wpcf7-form-control-wrap textarea {
  height: 170px;
}
.wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  display: none;
}
.wpcf7-mail-sent-ok {
  border: 1px solid green !important;
  padding: 10px 15px !important;
  background: green;
  color: #fff;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.wpcf7-response-output.wpcf7-validation-errors {
  border: 1px solid red;
  margin: 15px 0 0;
  background: #fff;
}
.wpcf7-validation-errors {
  color: red;
  border: 1px solid red !important;
  padding: 10px 15px !important;
}
.input-filled {
  margin-bottom: 30px;
}
.select2 .select2-selection--single {
  -webkit-border-radius: 50px;
  -khtml-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
  border: 1px solid #e7e8e9;
  background: #f8f8f8;
  height: 47px;
}
.select2 .select2-selection--single .select2-selection__rendered {
  padding-left: 15px;
  line-height: 47px;
}
.select2 .select2-selection--single .select2-selection__arrow {
  right: 8px;
  top: 50%;
  -webkit-transform: translate(0px, -50%);
  -khtml-transform: translate(0px, -50%);
  -moz-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  -o-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}
.acm-radio {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: relative;
}
.acm-radio + .acm-radio {
  margin-left: 14px;
}
.acm-radio i {
  height: 40px;
  width: 40px;
  border: 2px solid #e7e8e9;
  -webkit-border-radius: 100%;
  -khtml-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  line-height: 38px;
  font-size: 22px;
  color: #e7e8e9;
  text-align: center;
}
.acm-radio [type="radio"] {
  position: absolute;
  top: 0;
  left: 0;
  height: 40px;
  width: 40px;
  opacity: 99;
  opacity: 0;
  cursor: pointer;
}
.acm-radio [type="radio"]:checked + i {
  background-color: #9f3133;
  border-color: #9f3133;
  color: #fff;
}
.acm-radio [type="radio"]:checked + i:before {
  content: "\f26b";
}
.acm-radio.acm-radio-true i:before {
  content: "\f26b";
}
.acm-radio.acm-radio-false i:before {
  content: "\f136" !important;
}
.wpcf7-form .nice-select {
  margin-bottom: 10px;
  border: 1px solid #d8d8d8;
  color: #9b9b9b;
  padding: 0px 20px;
  line-height: 41px;
  height: 43px;
  font-size: 15px;
  width: 100%;
}
.wpcf7-form .nice-select .current {
  color: #777;
}
.wpcf7-form .nice-select:after {
  top: 45%;
  content: "\f017";
  font-family: "FontAwesome";
  color: #777;
}
.wpcf7-form input::-webkit-input-placeholder, .wpcf7-form textarea::-webkit-input-placeholder {
  color: #777;
}
.wpcf7-form input::-moz-placeholder, .wpcf7-form textarea::-moz-placeholder {
  color: #777;
}
.wpcf7-form input::-ms-input-placeholder, .wpcf7-form textarea::-ms-input-placeholder {
  color: #777;
}
.wpcf7-form input::-moz-placeholder, .wpcf7-form textarea::-moz-placeholder {
  color: #777;
}
#ui-datepicker-div {
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.24);
  border: none;
  padding: 0;
}
#ui-datepicker-div .ui-datepicker-header {
  background-color: #9f3133;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 3px 3px 0 0;
  -khtml-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  -ms-border-radius: 3px 3px 0 0;
  -o-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  font-weight: normal;
  padding: 0;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev, #ui-datepicker-div .ui-datepicker-header .ui-datepicker-next {
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  background-color: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  margin: 0;
  top: 0;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev span, #ui-datepicker-div .ui-datepicker-header .ui-datepicker-next span {
  display: none;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev:before, #ui-datepicker-div .ui-datepicker-header .ui-datepicker-next:before {
  font-family: "Material-Design-Iconic-Font";
  font-size: 16px;
  color: rgba(255, 255, 255, 0.4);
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev {
  left: 0;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev:before {
  content: "\f2f4";
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-next {
  right: 0;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-next:before {
  content: "\f2f6";
}
#ui-datepicker-div .ui-datepicker-title {
  color: #fff;
  font-size: 16px;
  line-height: 40px;
  margin: 0 40px;
}
#ui-datepicker-div .ui-datepicker-title select {
  font-size: inherit;
  color: #fff;
  line-height: normal;
  height: inherit;
  background-color: transparent;
  -webkit-appearance: none;
  -khtml-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  margin: 0;
  padding: 0;
  width: inherit;
  border: none;
}
#ui-datepicker-div .ui-datepicker-title select option {
  padding: 0;
}
#ui-datepicker-div .ui-datepicker-calendar {
  background-color: transparent;
  border: none;
  margin: 0;
}
#ui-datepicker-div .ui-datepicker-calendar thead {
  background-color: #9f3133;
}
#ui-datepicker-div .ui-datepicker-calendar th span {
  text-transform: uppercase;
  color: #fff;
}
#ui-datepicker-div .ui-datepicker-calendar td {
  font-size: 13px;
  border-top: 1px solid #ededed;
}
#ui-datepicker-div .ui-datepicker-calendar td a, #ui-datepicker-div .ui-datepicker-calendar td span {
  background-color: transparent;
  border: medium none;
  text-align: center;
}
#ui-datepicker-div .ui-datepicker-calendar td a.ui-state-active, #ui-datepicker-div .ui-datepicker-calendar td span.ui-state-active, #ui-datepicker-div .ui-datepicker-calendar td a.ui-state-highlight, #ui-datepicker-div .ui-datepicker-calendar td span.ui-state-highlight {
  background-color: #9f3133 !important;
  color: #fff !important;
  padding: 2px 5px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
#ui-datepicker-div .ui-datepicker-calendar td a.ui-state-highlight, #ui-datepicker-div .ui-datepicker-calendar td span.ui-state-highlight {
  background-color: rgba(159, 49, 51, 0.0);
}
#ui-datepicker-div {
  background-color: #fff;
  padding: 22px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 6px;
  -khtml-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -khtml-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -9999px;
  min-width: 300px;
  z-index: 10001 !important;
}
@media (max-width: 575px) {
  #ui-datepicker-div {
    min-width: 250px;
    left: 30px !important;
    padding: 10px 7px;
  }
}
#ui-datepicker-div .ui-datepicker-header {
  position: relative;
}
#ui-datepicker-div .ui-datepicker-header .ui-corner-all {
  display: block;
  height: 30px;
  width: 30px;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
  position: absolute;
  top: 0;
  padding: 0;
}
#ui-datepicker-div .ui-datepicker-header .ui-corner-all:before {
  content: "\f104";
  color: #040e24;
  font-family: FontAwesome;
  font-size: 16px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
#ui-datepicker-div .ui-datepicker-header .ui-corner-all:hover:before {
  color: #fff;
}
#ui-datepicker-div .ui-datepicker-header .ui-corner-all span {
  display: none;
}
#ui-datepicker-div .ui-datepicker-header .ui-corner-all.ui-datepicker-prev {
  left: 0;
}
#ui-datepicker-div .ui-datepicker-header .ui-corner-all.ui-datepicker-next {
  right: 0;
}
#ui-datepicker-div .ui-datepicker-header .ui-corner-all.ui-datepicker-next:before {
  content: "\f105";
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-title {
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 0px;
  min-height: 25px;
  text-align: center;
  text-transform: uppercase;
  font-size: 15px;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-title .ui-datepicker-month option {
  color: #222;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-title span {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  position: relative;
  top: -1px;
}
#ui-datepicker-div .ui-datepicker-calendar {
  margin: 0;
  width: 100%;
}
#ui-datepicker-div .ui-datepicker-calendar th {
  text-align: center;
}
#ui-datepicker-div .ui-datepicker-calendar td {
  text-align: center;
  padding: 6px;
  color: rgba(0, 0, 0, 0.6);
}
#ui-datepicker-div .ui-datepicker-calendar td.ui-state-disabled {
  color: rgba(0, 0, 0, 0.2);
}
#ui-datepicker-div .ui-datepicker-calendar td.ui-datepicker-today a {
  color: #9f3133;
}
#ui-datepicker-div .ui-datepicker-calendar td a {
  color: #999;
}
#ui-datepicker-div .ui-datepicker-calendar td a:hover {
  color: #fff;
  background: #9f3133;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
body .clockpicker-popover {
  min-width: 300px;
  z-index: 99999;
}
body .clockpicker-popover .popover-title {
  color: #9f3133 !important;
}
body .clockpicker-popover.bottom {
  margin-top: 0;
}
body .clockpicker-popover.top {
  margin-bottom: 0;
}
body .clockpicker-popover > .arrow {
  display: none;
}
body .clockpicker-popover .clockpicker-plate {
  margin: auto;
}
body .clockpicker-popover span {
  color: #9f3133;
}
body .clockpicker-popover .clockpicker-tick:hover, body .clockpicker-popover .clockpicker-tick.active {
  background-color: rgba(159, 49, 51, 0.6);
}
.acm-field {
  margin-bottom: 16px;
}
.acm-field:last-child {
  margin-bottom: 0;
}
.acm-field label {
  font-size: 15px;
  line-height: 28px;
  font-weight: 700;
  margin-bottom: 0;
}
.acm-field label span {
  color: #dd1766;
}
.acm-field input {
  border-width: 0 0 1px 0;
  border-color: #eee;
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  padding: 0;
}
.acm-wg-field {
  margin-bottom: 15px;
  position: relative;
}
.acm-wg-field .field-icon {
  color: #8f8f8f;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0px, -50%);
  -khtml-transform: translate(0px, -50%);
  -moz-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  -o-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  right: 15px;
  font-size: 17px;
}
.acm-wg-field input[type="number"]::-webkit-outer-spin-button, .acm-wg-field input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.acm-wg-field input[type="number"] {
  -moz-appearance: textfield;
}
.acm-wg-field .select2-selection__arrow {
  display: none;
}
.acm-field-radio {
  display: inline-block;
  position: relative;
  padding-left: 28px;
}
.acm-field-radio span, .acm-field-radio input {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.acm-field-radio span {
  height: 16px;
  width: 16px;
  -webkit-border-radius: 16px;
  -khtml-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
  border-radius: 16px;
  border: 2px solid #9f3133;
  display: block;
  z-index: 88;
}
.acm-field-radio span:before {
  background-color: #9f3133;
  -webkit-border-radius: 8px;
  -khtml-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  content: "";
  height: 8px;
  left: 2px;
  position: absolute;
  top: 2px;
  width: 8px;
  opacity: 0;
}
.acm-field-radio input {
  opacity: 0;
  height: 100%;
  width: 100%;
  cursor: pointer;
  z-index: 99;
}
.acm-field-radio input:checked + span:before {
  opacity: 1;
}
.acm-field-radio label {
  font-weight: 500;
  margin: 0;
}
.acm-error, .acm-error .select2-selection--single {
  border-color: #f13c3c !important;
}
form .select2-container--default {
  width: 100% !important;
}
form .select2-container--default .select2-selection {
  border: 1px solid #e7e8e9;
  height: 47px;
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
form .select2-container--default .select2-selection .select2-selection__rendered {
  line-height: 47px;
  padding-left: 15px;
}
form .select2-container--default .select2-selection .select2-selection__arrow {
  right: 10px;
  top: 50%;
  color: #8f8f8f;
}
form .select2-container--default .select2-selection .select2-selection__clear {
  height: 20px;
  line-height: 20px;
  position: absolute;
  right: 30px;
  text-align: center;
  top: 50%;
  -webkit-transform: translate(0px, -50%);
  -khtml-transform: translate(0px, -50%);
  -moz-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  -o-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  width: 20px;
  color: #8f8f8f;
}
form .select2-container--default .select2-selection .select2-selection__placeholder {
  color: rgba(55, 55, 55, 0.87);
}
.select2-container.select2-container--open .select2-dropdown {
  border-color: #e7e8e9;
}
.select2-container.select2-container--open .select2-dropdown .select2-search__field {
  border: 1px solid #e7e8e9;
  padding-left: 15px;
  padding-right: 15px;
}
.select2-container.select2-container--open .select2-results li.select2-results__option--highlighted {
  background-color: #9f3133;
}
.no-results.not-found .page-title {
  font-size: 45px;
  margin-bottom: 10px;
}
.no-results.not-found .search-form {
  margin-top: 45px;
}
.no-results.not-found .search-form .searchform-wrap {
  height: 40px;
  position: relative;
}
.no-results.not-found .search-form .searchform-wrap .search-field {
  background: transparent;
  height: 40px;
  line-height: 38px;
  padding-right: 50px;
}
.no-results.not-found .search-form .searchform-wrap .search-field + .search-submit {
  padding: 0px 15px;
  position: absolute;
  top: 0;
  right: 0;
  height: 43px;
  width: 50px;
  line-height: 40px;
  padding: 0;
  text-align: center;
  border: none;
  background-color: #9f3133;
  background-image: none;
  color: #fff;
  font-size: 17px;
}
.cms-field-checkbox {
  position: relative;
  padding-left: 27px;
}
.cms-field-checkbox .icon-check {
  border: 1px solid #e1e3e3;
  border-radius: 1px;
  display: block;
  height: 17px;
  width: 17px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 1;
}
.cms-field-checkbox .icon-check:before {
  content: "\f00c";
  font-size: 13px;
  color: #9f3133;
  position: absolute;
  top: -4px;
  left: 1px;
  font-family: FontAwesome;
  opacity: 0;
}
.cms-field-checkbox input {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  width: 100%;
  opacity: 0;
  cursor: pointer;
  z-index: 3;
}
.cms-field-checkbox input:checked + .icon-check:before {
  opacity: 1;
}
.cms-modal .cms-field-checkbox .icon-check:before {
  top: 0px;
}
.nice-select {
  position: relative;
  padding-right: 40px;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}
.nice-select:after {
  content: "\f107";
  font-family: FontAwesome;
  font-size: 15px;
  color: #9f3133;
  position: absolute;
  right: 24px;
  top: 50%;
  -webkit-transform: translate(0px, -50%);
  -khtml-transform: translate(0px, -50%);
  -moz-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  -o-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}
.nice-select span.current {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.nice-select .option {
  text-overflow: ellipsis;
  overflow: hidden;
}
.nice-select.open .list {
  padding: 5px;
  min-width: 230px;
  width: 100%;
  max-height: 200px;
  overflow: auto;
  font-size: 14px;
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
  -ms-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
}
.nice-select.disabled {
  border-color: #ededed;
  color: #999;
  pointer-events: none;
}
.nice-select.disabled:after {
  border-color: #ccc;
}
.nice-select.wide {
  width: 100%;
}
.nice-select.wide .list {
  left: 0 !important;
  right: 0 !important;
}
.nice-select.right {
  float: right;
}
.nice-select.right .list {
  left: auto;
  right: 0;
}
.nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px;
}
.nice-select.small:after {
  height: 4px;
  width: 4px;
}
.nice-select.small .option {
  line-height: 34px;
  min-height: 34px;
}
.nice-select .list {
  background-color: #fff;
  padding: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.24);
  -khtml-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.24);
  -ms-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.24);
  -o-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.24);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.24);
  box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scale(0.75) translateY(-21px);
  -ms-transform: scale(0.75) translateY(-21px);
  transform: scale(0.75) translateY(-21px);
  -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
  color: rgba(0, 0, 0, 0.87);
}
.nice-select .list .selected {
  color: #000;
}
.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important;
}
.nice-select .option {
  cursor: pointer;
  line-height: normal;
  list-style: none;
  outline: none;
  padding: 8px 24px;
  text-align: left;
  -webkit-transition: all 0.2s;
  -khtml-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
  background-color: #f3f3f4;
}
.nice-select .option.selected {
  font-weight: bold;
}
.nice-select .option.disabled {
  background-color: transparent;
  color: #999;
  cursor: default;
}
.no-csspointerevents .nice-select .list {
  display: none;
}
.no-csspointerevents .nice-select.open .list {
  display: block;
}
.btn, button, .button, input[type="submit"] {
  font-size: 15px;
  border: none;
  text-transform: capitalize;
  padding: 0 26px;
  line-height: 43px;
  letter-spacing: 0.1em;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  position: relative;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  white-space: nowrap;
}
.btn {
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}
.btn:hover, button:hover, .button:hover, input[type="submit"]:hover, .btn:focus, button:focus, .button:focus, input[type="submit"]:focus {
  outline: medium none;
  text-decoration: none;
}
.btn {
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
.btn .icon-left {
  margin-right: 4px;
}
.btn .icon-right {
  margin-left: 4px;
}
.btn img.icon-left {
  margin-right: 10px;
  max-height: 30px;
}
.btn img.icon-right {
  margin-left: 10px;
  max-height: 30px;
}
.btn.btn-lg, .btn.btn-size-lg {
  line-height: 70px;
}
.btn.btn-round {
  padding-left: 35px;
  padding-right: 35px;
  -webkit-border-radius: 50px;
  -khtml-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
}
.btn.btn-default {
  padding-left: 35px;
  padding-right: 35px;
  border: 1px solid #9f3133;
  background: #9f3133;
  color: #fff;
}
.btn.btn-default:hover {
  background: #222;
}
.btn.btn-1x, .btn.btn-2x {
  padding-left: 25px;
  padding-right: 25px;
  border: 1px solid;
  font-weight: 500;
}
.btn.btn-1x {
  border: 1px solid;
  line-height: 48px;
}
.btn.btn-2x {
  border: 2px solid;
  line-height: 46px;
}
.btn-align-right {
  text-align: right;
}
.btn-align-center {
  text-align: center;
}
.btn-group {
  margin-top: 26px;
}
.btn-group + .btn-group {
  margin-left: 30px;
}
.btn-video {
  font-size: 15px !important;
  line-height: 50px !important;
  font-weight: 700;
  color: #fff;
  text-transform: capitalize;
  padding-left: 65px !important;
  position: relative;
  display: inline-block;
}
.btn-video:before {
  content: "\f04b";
  font-family: FontAwesome;
  -webkit-border-radius: 50px;
  -khtml-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
  border: 2px solid #fff;
  height: 50px;
  width: 50px;
  line-height: 46px;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 12px;
  color: #fff;
  text-align: center;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
.btn-video:hover {
  color: #fff;
}
.btn-video:focus {
  color: #fff;
}
.rev_slider_wrapper .btn {
  padding-left: 45px;
  padding-right: 45px;
}
.rev_slider_wrapper .tp-bullets.hesperiden .tp-bullet {
  border: none;
  height: 7px;
  width: 7px;
  display: inline-block;
  -webkit-border-radius: 7px;
  -khtml-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  border-radius: 7px;
  background-color: #fff !important;
  background-image: none !important;
  position: relative;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
.rev_slider_wrapper .tp-bullets.hesperiden .tp-bullet:before {
  content: "";
  height: 7px;
  width: 7px;
  -webkit-border-radius: 7px;
  -khtml-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  border-radius: 7px;
  border: 2px solid #fff;
  position: absolute;
  top: -2px;
  opacity: 0;
  left: -2px;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
.rev_slider_wrapper .tp-bullets.hesperiden .tp-bullet.selected {
  background-color: transparent !important;
}
.rev_slider_wrapper .tp-bullets.hesperiden .tp-bullet.selected:before {
  opacity: 1;
}
.hermes .tp-bullet {
  width: 12px;
  height: 12px;
}
.hermes .tp-bullet.selected:after {
  background: #9f3133;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .btn-align-left-md {
    text-align: left;
  }
  .btn-align-right-md {
    text-align: right;
  }
  .btn-align-center-md {
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .btn-align-left-sm {
    text-align: left;
  }
  .btn-align-right-sm {
    text-align: right;
  }
  .btn-align-center-sm {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .btn-align-left-xs {
    text-align: left;
  }
  .btn-align-right-xs {
    text-align: right;
  }
  .btn-align-center-xs {
    text-align: center;
  }
}
.cms-button-wrapper .btn {
  font-size: 13px;
  font-family: "Renner Medium";
}
.topbar-panel-mobile {
  display: none;
}
@media screen and (max-width: 991px) {
  .topbar-panel-mobile {
    display: block;
  }
  .topbar-panel-mobile .top-information li {
    display: inline-block;
    padding: 10px 0;
    margin-right: 20px;
    font-size: 13px;
    color: #222;
  }
  .topbar-panel-mobile .top-information li:last-child {
    margin-right: 0;
  }
  .topbar-panel-mobile .top-information li i {
    margin-right: 13px;
    font-size: 15px;
  }
  .topbar-panel-mobile .top-information .li-sign-up {
    float: right;
    text-transform: uppercase;
    font-weight: 400;
    cursor: pointer;
    padding-left: 25px;
  }
  .topbar-panel-mobile .top-information .li-sign-up a {
    cursor: pointer;
  }
}
@media screen and (max-width: 767px) {
  .topbar-panel-mobile .top-information .li-adderess {
    display: none;
  }
}
@media screen and (max-width: 575px) {
  .topbar-panel-mobile {
    display: none;
  }
  .topbar-panel-mobile .top-information {
    text-align: left;
    padding: 0;
    display: table;
    width: 100%;
  }
  .topbar-panel-mobile .top-information .li-sign-up {
    float: none;
    display: none;
    width: 155px;
    color: #9f3133;
  }
  .topbar-panel-mobile .top-information .li-sign-up a {
    color: #9f3133;
  }
  .topbar-panel-mobile .top-information li {
    margin-left: 10px;
    margin-right: 10px;
    padding: 5px 0;
  }
  .topbar-panel-mobile .top-information li.li-phone {
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}
.language-dropdow.language-custom {
  margin-right: 24px;
}
@media screen and (max-width: 575px) {
  .language-dropdow.language-custom {
    text-align: right;
  }
}
.language-dropdow.language-custom > ul {
  position: relative;
}
.language-dropdow.language-custom > ul:after {
  display: block;
  width: 1px;
  height: 24px;
  content: "";
  background-color: rgba(119, 119, 119, 0.7);
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -khtml-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.language-dropdow.language-custom > ul .lang-submenu {
  padding-right: 0;
  -webkit-transition: all 0.5s ease;
  -khtml-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.language-dropdow.language-custom > ul .lang-submenu li {
  display: block;
  margin-left: 0;
  margin-right: 0;
}
@media screen and (max-width: 991px) {
  .language-dropdow.language-custom > ul .lang-submenu li {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.language-dropdow.language-custom > ul .lang-submenu li a {
  padding-left: 0;
  padding-right: 0;
}
.language-dropdow > ul {
  width: 120px;
  margin-right: 40px;
}
.language-dropdow .wpml-ls-statics-shortcode_actions {
  margin-right: 30px;
  padding-right: 22px;
  position: relative;
}
.language-dropdow .wpml-ls-statics-shortcode_actions:after {
  content: "";
  display: block;
  position: absolute;
  height: 24px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -khtml-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  background-color: rgba(119, 119, 119, 0.5);
  width: 1px;
}
.language-dropdow .wpml-ls-display {
  display: none;
}
.language-dropdow .wpml-ls-legacy-dropdown a {
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.language-dropdow .wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
  border-top: none;
}
.language-dropdow {
  display: inline-block;
}
.language-dropdow > ul {
  margin: 0;
  padding: 0;
}
.language-dropdow > ul > li {
  position: relative;
  z-index: 2;
}
.language-dropdow > ul > li .lang-sel {
  display: block;
  padding: 10px 20px;
  font-size: 17px;
  color: #fff;
  font-family: "Renner Book";
}
.language-dropdow > ul > li .lang-sel img {
  max-height: 20px;
  margin-right: 5px;
}
.language-dropdow > ul > li .lang-sel span:after {
  content: "\f107";
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 5px;
  font-weight: bold;
}
.language-dropdow > ul > li > ul.lang-submenu {
  position: absolute;
  visibility: hidden;
  left: 0;
  top: 100%;
  min-width: 100%;
  background: #fff;
  list-style: none;
  padding: 5px 20px;
  margin: 0;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-in-out 0s;
  -khtml-transition: opacity 0.5s ease-in-out 0s;
  -moz-transition: opacity 0.5s ease-in-out 0s;
  -ms-transition: opacity 0.5s ease-in-out 0s;
  -o-transition: opacity 0.5s ease-in-out 0s;
  transition: opacity 0.5s ease-in-out 0s;
  -webkit-box-shadow: 0px 5px 83px 0 rgba(40, 40, 40, 0.2);
  -khtml-box-shadow: 0px 5px 83px 0 rgba(40, 40, 40, 0.2);
  -moz-box-shadow: 0px 5px 83px 0 rgba(40, 40, 40, 0.2);
  -ms-box-shadow: 0px 5px 83px 0 rgba(40, 40, 40, 0.2);
  -o-box-shadow: 0px 5px 83px 0 rgba(40, 40, 40, 0.2);
  box-shadow: 0px 5px 83px 0 rgba(40, 40, 40, 0.2);
}
.language-dropdow > ul > li > ul.lang-submenu > li a {
  position: relative;
  color: #777;
  display: block;
  padding: 9px 0;
  border-bottom: 1px solid #eaeaea;
  text-align: center;
  cursor: pointer;
  font-size: 14px;
  text-decoration: none !important;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.language-dropdow > ul > li > ul.lang-submenu > li a:after {
  position: absolute;
  bottom: 0;
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background: #9f3133;
  -webkit-transition: all 0.3s ease 0ms;
  -khtml-transition: all 0.3s ease 0ms;
  -moz-transition: all 0.3s ease 0ms;
  -ms-transition: all 0.3s ease 0ms;
  -o-transition: all 0.3s ease 0ms;
  transition: all 0.3s ease 0ms;
}
.language-dropdow > ul > li > ul.lang-submenu > li a:hover {
  color: #9f3133;
}
.language-dropdow > ul > li > ul.lang-submenu > li a:hover:after {
  width: 100%;
}
.language-dropdow > ul > li > ul.lang-submenu > li:last-child a {
  border: none;
}
.language-dropdow > ul > li > ul.lang-submenu > li:last-child a:after {
  display: none;
}
.language-dropdow > ul > li:hover > ul {
  visibility: visible;
  opacity: 1;
}
.language-dropdow .wpml-ls-legacy-dropdown {
  width: auto;
}
.language-dropdow .wpml-ls-legacy-dropdown li.wpml-ls-current-language a {
  background-color: transparent;
  color: #fff;
  border: none;
  font-size: 14px;
  font-weight: bold;
}
.language-dropdow .wpml-ls-legacy-dropdown li.wpml-ls-current-language .wpml-ls-sub-menu {
  background: #fff;
  padding: 0px !important;
  margin: 0;
  opacity: 0;
  right: auto;
  -webkit-transition: opacity 0.5s ease-in-out 0s;
  -khtml-transition: opacity 0.5s ease-in-out 0s;
  -moz-transition: opacity 0.5s ease-in-out 0s;
  -ms-transition: opacity 0.5s ease-in-out 0s;
  -o-transition: opacity 0.5s ease-in-out 0s;
  transition: opacity 0.5s ease-in-out 0s;
  -webkit-box-shadow: 0px 5px 83px 0 rgba(40, 40, 40, 0.2);
  -khtml-box-shadow: 0px 5px 83px 0 rgba(40, 40, 40, 0.2);
  -moz-box-shadow: 0px 5px 83px 0 rgba(40, 40, 40, 0.2);
  -ms-box-shadow: 0px 5px 83px 0 rgba(40, 40, 40, 0.2);
  -o-box-shadow: 0px 5px 83px 0 rgba(40, 40, 40, 0.2);
  box-shadow: 0px 5px 83px 0 rgba(40, 40, 40, 0.2);
}
.language-dropdow .wpml-ls-legacy-dropdown li.wpml-ls-current-language .wpml-ls-sub-menu li a {
  color: #777;
  display: flex;
  padding: 10px 12px;
  border-bottom: 1px solid #eaeaea;
  text-align: center;
  cursor: pointer;
  font-size: 17px;
  transition: all 300ms ease 0s;
  font-weight: 400;
  position: relative;
}
.language-dropdow .wpml-ls-legacy-dropdown li.wpml-ls-current-language .wpml-ls-sub-menu li a:after {
  position: absolute;
  bottom: 0;
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background: #9f3133;
  -webkit-transition: all 300ms ease 0ms;
  -khtml-transition: all 300ms ease 0ms;
  -moz-transition: all 300ms ease 0ms;
  -ms-transition: all 300ms ease 0ms;
  -o-transition: all 300ms ease 0ms;
  transition: all 300ms ease 0ms;
}
.language-dropdow .wpml-ls-legacy-dropdown li.wpml-ls-current-language .wpml-ls-sub-menu li a:hover {
  color: #9f3133;
}
.language-dropdow .wpml-ls-legacy-dropdown li.wpml-ls-current-language .wpml-ls-sub-menu li a:hover:after {
  width: 100%;
}
.language-dropdow .wpml-ls-legacy-dropdown li.wpml-ls-current-language .wpml-ls-sub-menu li:last-child a {
  border: none;
}
.language-dropdow .wpml-ls-legacy-dropdown li.wpml-ls-current-language .wpml-ls-sub-menu li:last-child a:after {
  display: none;
}
.language-dropdow .wpml-ls-legacy-dropdown li.wpml-ls-current-language .wpml-ls-sub-menu span.wpml-ls-display {
  display: none;
}
.language-dropdow .wpml-ls-legacy-dropdown li.wpml-ls-current-language:hover > ul {
  visibility: visible;
  opacity: 1;
}
.site-branding img {
  max-height: 33px;
}
#site-header-wrap {
  position: relative;
  z-index: 1002;
}
#site-header-wrap ul {
  list-style: none;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
}
#site-header-wrap .site-branding {
  margin-top: 10px;
  margin-bottom: 10px;
  position: relative;
}
#site-header-wrap .site-branding > a {
  line-height: 0;
  float: left;
}
#site-header-wrap .site-branding > a:not(.logo-dark) {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
#site-header-wrap.header-layout1 .site-container {
  max-width: 1520px;
  width: 100%;
  margin: 0 auto;
  padding-left: 30px;
  padding-right: 30px;
}
#site-header-wrap.header-layout1 .site-container > .row {
  align-items: center;
}
#site-header-wrap.header-layout1 .topbar-panel {
  position: relative;
}
@media screen and (min-width: 992px) {
  #site-header-wrap.header-layout1 .topbar-panel .site-container {
    min-height: 65px;
  }
  #site-header-wrap.header-layout1 .topbar-panel .site-container .row {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  #site-header-wrap.header-layout1 .topbar-panel .top-information {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
@media screen and (max-width: 1399px) {
  #site-header-wrap.header-layout1 .topbar-panel {
    display: none;
  }
}
#site-header-wrap.header-layout1 .topbar-panel .border-bottom {
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, .3);
}
@media screen and (max-width: 1399px) {
  #site-header-wrap.header-layout1 .topbar-panel-mobile {
    display: block;
  }
}
#site-header-wrap.header-layout1 .menu-right-item {
  font-size: 15px;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  cursor: pointer;
}
@media screen and (max-width: 575px) {
  #site-header-wrap.header-layout1 .menu-right-item.btn-sign-up {
    font-size: 0;
  }
}
#site-header-wrap.header-layout1 .menu-right-item.btn-sign-up a {
  color: #fff;
}
#site-header-wrap.header-layout1 .menu-right-item.btn-sign-up a:hover {
  color: #9f3133;
}
#site-header-wrap.header-layout1 .menu-right-item + .menu-right-item {
  margin-left: 25px;
}
#site-header-wrap.header-layout1 .menu-right-item.h-btn-text a {
  padding: 11px 37px 9px;
  font-weight: 500;
  font-family: 'Renner Medium';
  font-size: 13px;
  display: inline-block;
  letter-spacing: 0.1em;
  white-space: nowrap;
  text-transform: uppercase;
  background-color: #9f3133;
  color: #fff;
}
@media screen and (min-width: 1200px) {
  #site-header-wrap.header-layout1 .menu-right-item.h-btn-text a {
    position: relative;
  }
  #site-header-wrap.header-layout1 .menu-right-item.h-btn-text a:before {
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    content: "";
    display: block;
    width: 0;
    background-color: #fff;
    position: absolute;
    top: 1px;
    z-index: 0;
    left: 0;
    bottom: 1px;
  }
  #site-header-wrap.header-layout1 .menu-right-item.h-btn-text a span {
    position: relative;
    z-index: 1;
  }
  #site-header-wrap.header-layout1 .menu-right-item.h-btn-text a:hover {
    color: #222;
  }
  #site-header-wrap.header-layout1 .menu-right-item.h-btn-text a:hover:before {
    width: 100%;
  }
}
@media screen and (max-width: 575px) {
  #site-header-wrap.header-layout1 .menu-right-item.h-btn-text {
    display: none;
  }
}
@media screen and (max-width: 1199px) {
  #site-header-wrap.header-layout1 .site-menu-right {
    display: none;
  }
}
#site-header-wrap.header-layout2 .site-container {
  padding-right: 0;
  margin: 0 auto;
  max-width: 1920px;
}
@media screen and (min-width: 1200px) {
  #site-header-wrap.header-layout2 .site-container {
    padding-left: 80px;
  }
}
@media screen and (max-width: 1199px) {
  #site-header-wrap.header-layout2 .site-container {
    padding-left: 15px;
    padding-right: 75px;
  }
}
#site-header-wrap.header-layout2 .header-medium {
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1199px) {
}
#site-header-wrap.header-layout2 .header-medium .main-navigation {
  flex-grow: 1;
}
#site-header-wrap.header-layout2 .header-medium .site-menu-right {
  margin-top: -1px;
  justify-self: flex-end;
  margin-left: 68px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #site-header-wrap.header-layout2 .header-medium .site-menu-right {
    margin-left: 0;
  }
}
@media screen and (max-width: 991px) {
  #site-header-wrap.header-layout2 .header-medium .site-menu-right {
    display: none;
  }
}
#site-header-wrap.header-layout2 .header-medium .site-menu-right .inner-site-menu-right {
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}
#site-header-wrap.header-layout2 .header-medium .site-menu-right .inner-site-menu-right .menu-right-item {
  flex-grow: 1;
}
#site-header-wrap.header-layout2 .header-medium .site-menu-right .menu-right-item {
  height: 83px;
  line-height: 83px;
  font-size: 17px;
  text-transform: uppercase;
}
#site-header-wrap.header-layout2 .header-medium .site-menu-right .menu-right-item.btn-phone {
  padding: 0 35px;
  background-color: #222;
}
@media (min-width: 1200px) and (max-width: 1599px) {
  #site-header-wrap.header-layout2 .header-medium .site-menu-right .menu-right-item.btn-phone i {
    margin-right: 0 !important;
  }
  #site-header-wrap.header-layout2 .header-medium .site-menu-right .menu-right-item.btn-phone a span {
    display: none;
  }
}
#site-header-wrap.header-layout2 .header-medium .site-menu-right .menu-right-item.btn-phone a {
  color: #fff;
  font-family: 'Renner Medium';
}
#site-header-wrap.header-layout2 .header-medium .site-menu-right .menu-right-item.btn-phone i {
  width: 41px;
  height: 41px;
  line-height: 41px;
  text-align: center;
  color: #fff;
  font-size: 17px;
  -webkit-border-radius: 41px;
  -khtml-border-radius: 41px;
  -moz-border-radius: 41px;
  -ms-border-radius: 41px;
  -o-border-radius: 41px;
  border-radius: 41px;
  margin-right: 15px;
  background-color: #9f3133;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
#site-header-wrap.header-layout2 .header-medium .site-menu-right .menu-right-item.btn-phone:hover i {
  background-color: #9f3133;
  color: #fff;
}
#site-header-wrap.header-layout2 .header-medium .site-menu-right .menu-right-item.btn-book a {
  padding: 0 45px;
  font-family: 'Renner Medium';
  letter-spacing: 0.1em;
  height: 83px;
  line-height: 83px;
  display: block;
  background-color: #9f3133;
  color: #fff;
}
@media (min-width: 1200px) and (max-width: 1599px) {
  #site-header-wrap.header-layout2 .header-medium .site-menu-right .menu-right-item.btn-book a i {
    width: 41px;
    height: 41px;
    text-align: center;
    line-height: 39px;
    border-radius: 40px;
    background: #222;
  }
  #site-header-wrap.header-layout2 .header-medium .site-menu-right .menu-right-item.btn-book a span {
    display: none;
  }
}
#site-header-wrap.header-layout2 .topbar-panel-mobile {
  display: none;
}
@media screen and (max-width: 991px) {
  #site-header-wrap.header-layout2 .topbar-panel-mobile {
    display: block;
  }
  #site-header-wrap.header-layout2 .topbar-panel-mobile .top-information {
    display: flex;
    padding-top: 0;
    padding-bottom: 0;
  }
  #site-header-wrap.header-layout2 .topbar-panel-mobile .top-information li {
    flex-grow: 1;
    text-align: center;
    width: 50%;
    margin-right: 0;
    margin-left: 0;
    padding: 15px;
    color: #fff;
    font-size: 20px;
  }
  #site-header-wrap.header-layout2 .topbar-panel-mobile .top-information li i {
    font-size: 20px;
  }
  #site-header-wrap.header-layout2 .topbar-panel-mobile .top-information li a {
    color: #fff;
  }
  #site-header-wrap.header-layout2 .topbar-panel-mobile .top-information li.li-phone {
    background-color: #222;
  }
  #site-header-wrap.header-layout2 .topbar-panel-mobile .top-information li.li-book {
    background-color: #fab702;
  }
}
@media screen and (max-width: 767px) {
  #site-header-wrap.header-layout2 .topbar-panel-mobile .top-information li {
    margin-right: 0;
    font-size: 14px;
  }
  #site-header-wrap.header-layout2 .topbar-panel-mobile .top-information li i {
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  #site-header-wrap.header-layout2 .topbar-panel-mobile {
    display: none;
  }
}
@media screen and (max-width: 1199px) {
  #site-header-wrap.header-layout2 #main-menu-mobile {
    right: 20px;
  }
}
@media screen and (max-width: 991px) {
  #site-header-wrap.header-layout2 #main-menu-mobile {
    right: 15px;
  }
}
#site-header-wrap.header-layout3 .site-menu-right {
  margin-left: 30px;
  padding-left: 25px;
  border-left: 1px solid rgba(119, 119, 119, 0.3);
}
@media screen and (min-width: 992px) {
  #site-header-wrap.header-layout3 .site-branding {
    flex-grow: 1;
  }
}
#site-header-wrap.header-layout3 #main-menu-mobile .btn-login {
  border-color: #9f3133;
}
#site-header-wrap.header-layout3 #main-menu-mobile .btn-login span {
  color: #9f3133;
}
#site-header-wrap.header-layout3 .topbar-panel-mobile {
  border-bottom: 1px solid rgba(119, 119, 119, 0.3);
  padding-bottom: 10px;
  display: block;
}
@media screen and (min-width: 992px) {
  #site-header-wrap.header-layout3 .topbar-panel-mobile {
    display: none;
  }
}
@media screen and (max-width: 575px) {
  #site-header-wrap.header-layout3 .topbar-panel-mobile {
    padding-bottom: 0;
  }
}
#site-header-wrap.header-layout3 .topbar-panel-mobile ul.top-information-left {
  padding: 12px 0;
}
#site-header-wrap.header-layout3 .topbar-panel-mobile ul.top-information-left li {
  display: inline-block;
  margin-right: 22px;
  margin-bottom: 15px;
}
#site-header-wrap.header-layout3 .topbar-panel-mobile ul.top-information-left li i {
  color: #7eb729;
  margin-right: 5px;
}
@media screen and (max-width: 767px) {
  #site-header-wrap.header-layout3 .topbar-panel-mobile ul.top-information-left {
    text-align: center;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 575px) {
  #site-header-wrap.header-layout3 .topbar-panel-mobile ul.top-information-left {
    text-align: center;
    padding-bottom: 0;
  }
}
@media (max-width: 360px) {
  #site-header-wrap.header-layout3 .topbar-panel-mobile ul.top-information-left {
    margin: 0 -15px;
    padding: 15px;
    margin-bottom: 12px;
    text-align: center;
  }
  #site-header-wrap.header-layout3 .topbar-panel-mobile ul.top-information-left li {
    margin-right: 0;
    display: block;
  }
}
#site-header-wrap.header-layout3 .topbar-panel-mobile ul.top-information-right {
  display: flex;
}
@media screen and (max-width: 767px) {
  #site-header-wrap.header-layout3 .topbar-panel-mobile ul.top-information-right {
    justify-content: space-between;
  }
  #site-header-wrap.header-layout3 .topbar-panel-mobile ul.top-information-right .language-dropdow > ul > li .lang-sel {
    color: #222;
  }
  #site-header-wrap.header-layout3 .topbar-panel-mobile ul.top-information-right .li-sign-up {
    margin-right: 15px;
  }
}
@media screen and (max-width: 575px) {
  #site-header-wrap.header-layout3 .topbar-panel-mobile ul.top-information-right {
    display: none;
  }
}
#site-header-wrap.header-layout3 .topbar-panel-mobile ul.top-information-right .li-lg-language {
  flex-grow: 1;
  position: relative;
  padding: 15px 25px;
  padding-left: 30px;
}
#site-header-wrap.header-layout3 .topbar-panel-mobile ul.top-information-right .li-lg-language .icon-language {
  position: absolute;
  top: 17px;
  left: 0px;
}
#site-header-wrap.header-layout3 .topbar-panel-mobile ul.top-information-right .li-lg-language .icon-language i {
  font-size: 20px;
}
#site-header-wrap.header-layout3 .topbar-panel-mobile ul.top-information-right .li-lg-language .title-language {
  color: rgba(255, 255, 255, 0.8);
}
#site-header-wrap.header-layout3 .topbar-panel-mobile ul.top-information-right .li-lg-language .lang-sel {
  font-size: 15px;
}
#site-header-wrap.header-layout3 .topbar-panel-mobile ul.top-information-right .li-lg-language .lang-submenu {
  position: absolute;
  visibility: hidden;
  left: 0;
  top: 110%;
  background: #f8f8f8;
  list-style: none;
  padding: 5px 12px !important;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  margin: 0;
  opacity: 0;
  -webkit-transition: all 500ms ease-in-out;
  -khtml-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
#site-header-wrap.header-layout3 .topbar-panel-mobile ul.top-information-right .li-lg-language .lang-submenu li {
  display: block;
}
#site-header-wrap.header-layout3 .topbar-panel-mobile ul.top-information-right .li-lg-language .lang-submenu li a {
  position: relative;
  color: #777;
  display: block;
  padding: 9px 15px 9px 0;
  border-bottom: 1px solid #eaeaea;
  text-align: center;
  cursor: pointer;
  font-size: 17px;
  text-decoration: none !important;
  -webkit-transition: all 300ms ease-in-out;
  -khtml-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
#site-header-wrap.header-layout3 .topbar-panel-mobile ul.top-information-right .li-lg-language .lang-submenu li a:after {
  -webkit-transition: all 300ms ease-in-out;
  -khtml-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background: #9f3133;
}
#site-header-wrap.header-layout3 .topbar-panel-mobile ul.top-information-right .li-lg-language .lang-submenu li a:hover {
  color: #9f3133;
}
#site-header-wrap.header-layout3 .topbar-panel-mobile ul.top-information-right .li-lg-language .lang-submenu li a:hover:after {
  width: 100%;
}
#site-header-wrap.header-layout3 .topbar-panel-mobile ul.top-information-right .li-lg-language .lang-submenu li:last-child a {
  border-bottom: none;
}
#site-header-wrap.header-layout3 .topbar-panel-mobile ul.top-information-right .li-lg-language .lang-submenu li:last-child a:after {
  width: 0;
}
#site-header-wrap.header-layout3 .topbar-panel-mobile ul.top-information-right .li-lg-language ul li.lang-item {
  position: relative;
  z-index: 2;
}
#site-header-wrap.header-layout3 .topbar-panel-mobile ul.top-information-right .li-lg-language ul li.lang-item > a span:after {
  content: "\f107";
  font: normal normal normal 14px/1 FontAwesome;
  font-weight: normal;
  font-size: 14px;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 17px;
  font-weight: bold;
}
#site-header-wrap.header-layout3 .topbar-panel-mobile ul.top-information-right .li-lg-language ul li.lang-item:hover .lang-submenu {
  visibility: visible;
  opacity: 1;
}
#site-header-wrap.header-layout3 .topbar-panel-mobile ul.top-information-right .li-sign-up {
  color: #9f3133;
  cursor: pointer;
  position: relative;
  font-weight: 400;
  cursor: pointer;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}
#site-header-wrap.header-layout3 .topbar-panel-mobile ul.top-information-right .li-sign-up i.login-icon {
  position: relative;
  top: 2px;
}
#site-header-wrap.header-layout3 .topbar-panel-mobile ul.top-information-right .li-sign-up .swh-user-avatar {
  width: 36px;
  overflow: hidden;
  height: 36px;
  margin-right: 12px;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
#site-header-wrap.header-layout3 .topbar-panel-mobile ul.top-information-right .li-sign-up .swh-user-avatar img {
  width: 100%;
  height: 100%;
}
#site-header-wrap.header-layout3 .topbar-panel-mobile ul.top-information-right .li-sign-up .swh-user-db .swh-user-name {
  display: inline-block;
  margin-bottom: -3px;
  text-transform: capitalize;
  color: #222;
}
#site-header-wrap.header-layout3 .topbar-panel-mobile ul.top-information-right .li-sign-up .swh-user-db .type-custommer {
  text-transform: capitalize;
  display: inline-block;
  color: #7eb729;
}
#site-header-wrap.header-layout3 .topbar-panel-mobile ul.top-information-right .li-sign-up .navigations {
  display: none;
  position: absolute;
  background: #fff;
  padding-top: 10px;
  padding-right: 30px;
  padding-left: 30px !important;
  padding-bottom: 10px !important;
  z-index: 2;
  right: 0px;
  min-width: 230px;
  top: 100%;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.22);
  -khtml-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.22);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.22);
  -ms-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.22);
  -o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.22);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.22);
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
#site-header-wrap.header-layout3 .topbar-panel-mobile ul.top-information-right .li-sign-up .navigations.active {
  display: block;
}
#site-header-wrap.header-layout3 .topbar-panel-mobile ul.top-information-right .li-sign-up .navigations li {
  display: block;
  padding: 0 !important;
  margin-left: 0 !important;
  border-top: 1px solid #eee;
}
#site-header-wrap.header-layout3 .topbar-panel-mobile ul.top-information-right .li-sign-up .navigations li:first-child {
  border-top: none;
}
#site-header-wrap.header-layout3 .topbar-panel-mobile ul.top-information-right .li-sign-up .navigations li a {
  display: block;
  padding: 7px 0;
  color: #222 !important;
}
#site-header-wrap.header-layout3 .topbar-panel-mobile ul.top-information-right .li-sign-up .navigations li a:hover {
  color: #9f3133 !important;
}
#site-header-wrap.header-layout3 .topbar-panel-mobile ul.top-information-right .li-sign-up .navigations li.is-active a {
  color: #9f3133 !important;
}
#site-header-wrap.header-layout3 .topbar-panel-mobile ul.top-information-right .li-sign-up .navigations:before {
  background-color: #fff;
  position: relative;
  z-index: 3;
  left: 0px;
  width: 10px;
  height: 10px;
  top: -35px;
  display: block;
  -webkit-transform: rotate(45deg);
  -khtml-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#site-header-wrap.header-layout3 .topbar-panel {
  padding: 0;
  border-bottom: 1px solid rgba(119, 119, 119, 0.3);
}
@media screen and (max-width: 991px) {
  #site-header-wrap.header-layout3 .topbar-panel {
    display: none;
  }
}
#site-header-wrap.header-layout3 .topbar-panel .top-information .language-custom {
  padding-left: 3px;
  border-left: 1px solid rgba(119, 119, 119, 0.3);
  border-right: 1px solid rgba(119, 119, 119, 0.3);
}
#site-header-wrap.header-layout3 .topbar-panel .top-information .language-custom > ul {
  width: 113px;
}
#site-header-wrap.header-layout3 .topbar-panel .top-information .language-custom > ul:after {
  display: none;
}
#site-header-wrap.header-layout3 .top-information {
  padding-top: 0;
  padding-bottom: 0;
}
@media screen and (min-width: 992px) {
  #site-header-wrap.header-layout3 .top-information {
    display: flex;
    width: 100%;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
  }
}
#site-header-wrap.header-layout3 .top-information .li-adderess {
  flex-grow: 1;
  color: #7eb729;
}
@media screen and (max-width: 991px) {
  #site-header-wrap.header-layout3 .top-information .li-adderess, #site-header-wrap.header-layout3 .top-information .li-phone, #site-header-wrap.header-layout3 .top-information .li-email {
    width: 33%;
    margin-right: 0;
  }
}
@media screen and (min-width: 992px) {
  #site-header-wrap.header-layout3 .top-information > li {
    display: inline-block;
    padding: 10px 0;
  }
}
#site-header-wrap.header-layout3 .top-information > li a {
  color: #777;
}
#site-header-wrap.header-layout3 .top-information li.li-lg-language {
  position: relative;
  padding: 15px 25px;
  margin-right: 26px;
  padding-left: 60px;
  border-left: 1px solid #d8d8d8;
  border-right: 1px solid #d8d8d8;
}
#site-header-wrap.header-layout3 .top-information li.li-lg-language .icon-language {
  position: absolute;
  top: 15px;
  left: 20px;
}
#site-header-wrap.header-layout3 .top-information li.li-lg-language .icon-language i {
  font-size: 20px;
}
#site-header-wrap.header-layout3 .top-information .li-email, #site-header-wrap.header-layout3 .top-information .li-phone {
  margin-right: 25px;
}
#site-header-wrap.header-layout3 .top-information .li-email i, #site-header-wrap.header-layout3 .top-information .li-phone i {
  margin-right: 5px;
  color: #7eb729;
}
#site-header-wrap.header-layout3 .top-information .li-lg-language .title-language {
  color: rgba(255, 255, 255, 0.8);
}
#site-header-wrap.header-layout3 .top-information .li-lg-language .lang-sel {
  font-size: 15px;
}
#site-header-wrap.header-layout3 .top-information .li-lg-language .lang-submenu {
  position: absolute;
  visibility: hidden;
  left: 0;
  top: 110%;
  background: #f8f8f8;
  list-style: none;
  padding: 5px 12px !important;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  margin: 0;
  opacity: 0;
  -webkit-transition: all 500ms ease-in-out;
  -khtml-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
#site-header-wrap.header-layout3 .top-information .li-lg-language .lang-submenu li {
  display: block;
}
#site-header-wrap.header-layout3 .top-information .li-lg-language .lang-submenu li a {
  position: relative;
  color: #777;
  display: block;
  padding: 9px 15px 9px 0;
  border-bottom: 1px solid #eaeaea;
  text-align: center;
  cursor: pointer;
  font-size: 17px;
  text-decoration: none !important;
}
#site-header-wrap.header-layout3 .top-information .li-lg-language .lang-submenu li a:after {
  -webkit-transition: all 300ms ease-in-out;
  -khtml-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background: #9f3133;
}
#site-header-wrap.header-layout3 .top-information .li-lg-language .lang-submenu li a:hover {
  color: #9f3133;
}
#site-header-wrap.header-layout3 .top-information .li-lg-language .lang-submenu li a:hover:after {
  width: 100%;
}
#site-header-wrap.header-layout3 .top-information .li-lg-language .lang-submenu li:last-child a {
  border-bottom: none;
}
#site-header-wrap.header-layout3 .top-information .li-lg-language .lang-submenu li:last-child a:after {
  width: 0;
}
#site-header-wrap.header-layout3 .top-information .li-lg-language ul li.lang-item {
  position: relative;
  z-index: 2;
}
#site-header-wrap.header-layout3 .top-information .li-lg-language ul li.lang-item > a span:after {
  content: "\f107";
  font: normal normal normal 14px/1 FontAwesome;
  font-weight: normal;
  font-size: 14px;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 17px;
  font-weight: bold;
}
#site-header-wrap.header-layout3 .top-information .li-lg-language ul li.lang-item:hover .lang-submenu {
  visibility: visible;
  opacity: 1;
}
#site-header-wrap.header-layout3 .top-information .li-sign-up {
  color: #9f3133;
  cursor: pointer;
  position: relative;
  font-weight: 400;
  cursor: pointer;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}
#site-header-wrap.header-layout3 .top-information .li-sign-up i.login-icon {
  position: relative;
  top: 1px;
}
#site-header-wrap.header-layout3 .top-information .li-sign-up .swh-user-avatar {
  overflow: hidden;
  width: 36px;
  height: 36px;
  margin-right: 12px;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
#site-header-wrap.header-layout3 .top-information .li-sign-up .swh-user-avatar img {
  width: 100%;
  height: 100%;
}
#site-header-wrap.header-layout3 .top-information .li-sign-up .swh-user-db .swh-user-name {
  display: inline-block;
  margin-bottom: -3px;
  text-transform: capitalize;
  color: #222;
}
#site-header-wrap.header-layout3 .top-information .li-sign-up .swh-user-db .type-custommer {
  text-transform: capitalize;
  display: inline-block;
  color: #7eb729;
}
#site-header-wrap.header-layout3 .top-information .li-sign-up .navigations {
  display: none;
  position: absolute;
  background: #fff;
  padding-top: 10px;
  padding-right: 30px;
  padding-left: 30px !important;
  padding-bottom: 10px !important;
  z-index: 2;
  right: 0px;
  min-width: 230px;
  top: 30px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.22);
  -khtml-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.22);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.22);
  -ms-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.22);
  -o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.22);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.22);
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
#site-header-wrap.header-layout3 .top-information .li-sign-up .navigations.active {
  display: block;
}
#site-header-wrap.header-layout3 .top-information .li-sign-up .navigations li {
  display: block;
  padding: 0 !important;
  margin-left: 0 !important;
  border-top: 1px solid #eee;
}
#site-header-wrap.header-layout3 .top-information .li-sign-up .navigations li:first-child {
  border-top: none;
}
#site-header-wrap.header-layout3 .top-information .li-sign-up .navigations li a {
  display: block;
  padding: 7px 0;
  color: #222 !important;
}
#site-header-wrap.header-layout3 .top-information .li-sign-up .navigations li a:hover {
  color: #9f3133 !important;
}
#site-header-wrap.header-layout3 .top-information .li-sign-up .navigations li.is-active a {
  color: #9f3133 !important;
}
#site-header-wrap.header-layout3 .top-information .li-sign-up .navigations:before {
  background-color: #fff;
  position: relative;
  z-index: 3;
  left: 0px;
  width: 10px;
  height: 10px;
  top: -35px;
  display: block;
  -webkit-transform: rotate(45deg);
  -khtml-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#site-header-wrap.header-layout3 .header-medium {
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 767px) {
  #site-header-wrap.header-layout3 .header-medium {
    justify-content: left;
  }
  #site-header-wrap.header-layout3 .header-medium .site-branding {
    margin-left: 15px;
  }
}
#site-header-wrap.header-layout4 .site-container {
  padding-left: 40px;
  padding-right: 40px;
  background-color: #fff;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
#site-header-wrap.header-layout4 .site-menu-right .h-btn-search {
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  -webkit-border-radius: 35px;
  -khtml-border-radius: 35px;
  -moz-border-radius: 35px;
  -ms-border-radius: 35px;
  -o-border-radius: 35px;
  border-radius: 35px;
  display: block;
  background-color: #fff;
  color: #222;
}
#site-header-wrap.header-layout4 .topbar-panel .row {
  align-items: center;
}
#site-header-wrap.header-layout4 .topbar-panel .li-phone {
  font-size: 17px;
}
#site-header-wrap.header-layout4 .topbar-panel .li-phone a {
  color: #fff;
}
#site-header-wrap.header-layout5 .topbar-mobile {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
@media screen and (min-width: 1400px) {
  #site-header-wrap.header-layout5 .topbar-mobile {
    display: none;
  }
}
@media screen and (max-width: 1399px) {
  #site-header-wrap.header-layout5 .topbar-mobile {
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    justify-content: flex-end;
    padding: 10px 15px;
  }
}
#site-header-wrap.header-layout5 .topbar-mobile .item-search {
  color: #fff;
  margin-right: 27px;
  font-size: 20px;
  padding-right: 27px;
  border-right: 1px solid rgba(255, 255, 255, 0.4);
}
#site-header-wrap.header-layout5 .wrapper-container {
  max-width: 1810px;
  padding-left: 30px;
  padding-right: 30px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
#site-header-wrap.header-layout5 .wrapper-container .header-medium {
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  justify-content: space-between;
}
@media screen and (min-width: 992px) {
  #site-header-wrap.header-layout5 .wrapper-container .header-medium .site-branding {
    min-width: 200px;
  }
}
@media screen and (max-width: 991px) {
  #site-header-wrap.header-layout5 .wrapper-container .site-menu-right {
    margin-right: 120px;
  }
}
#site-header-wrap.header-layout5 .site-menu-right {
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}
#site-header-wrap.header-layout5 .site-menu-right .item-search {
  color: #fff;
  margin-right: 47px;
  font-size: 20px;
}
@media screen and (min-width: 992px) {
  #site-header-wrap.header-layout5 .site-menu-right .item-search {
    position: relative;
    margin-right: 25px;
    padding-right: 25px;
  }
  #site-header-wrap.header-layout5 .site-menu-right .item-search:after {
    position: absolute;
    top: 50%;
    width: 1px;
    content: "";
    height: 20px;
    background-color: rgba(255, 255, 255, 0.4);
    display: block;
    right: 0;
    -webkit-transform: translateY(-50%);
    -khtml-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 1399px) {
  #site-header-wrap.header-layout5 .site-menu-right {
    display: none;
  }
}
#site-header-wrap.header-layout5 .item-login .swh-user-db .swh-user-name {
  display: block;
  color: #fff;
}
#site-header-wrap.header-layout5 .item-login.li-sign-up {
  color: #9f3133;
  cursor: pointer;
  font-weight: 400;
  cursor: pointer;
  color: #fff;
}
#site-header-wrap.header-layout5 .item-login.li-sign-up .swh-user-db {
  position: relative;
  padding-left: 55px;
}
#site-header-wrap.header-layout5 .item-login.li-sign-up .btn-sign-up .go_to_login_link {
  color: #fff;
}
#site-header-wrap.header-layout5 .item-login.li-sign-up .swh-user-avatar {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -khtml-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 36px;
  height: 36px;
  margin-right: 12px;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
}
#site-header-wrap.header-layout5 .item-login.li-sign-up .swh-user-avatar img {
  width: 100%;
  height: 100%;
}
#site-header-wrap.header-layout6 .site-branding {
  position: relative;
  top: -5px;
  margin-right: 68px;
}
#site-header-wrap.header-layout6 .topbar-mobile {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
@media screen and (min-width: 1400px) {
  #site-header-wrap.header-layout6 .topbar-mobile {
    display: none;
  }
}
@media screen and (max-width: 1399px) {
  #site-header-wrap.header-layout6 .topbar-mobile {
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    justify-content: flex-end;
    padding: 10px 15px;
  }
}
#site-header-wrap.header-layout6 .wrapper-container {
  max-width: 1804px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
#site-header-wrap.header-layout6 .wrapper-container .header-medium {
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}
@media screen and (min-width: 1200px) {
  #site-header-wrap.header-layout6 .wrapper-container .header-medium {
    padding: 73px 0;
  }
}
.top-information {
  padding: 13px 0;
}
@media screen and (min-width: 992px) {
  .top-information.pull-right, .top-information.pull-left {
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .top-information {
    padding: 0;
  }
  .top-information .li-address {
    display: none;
  }
}
.top-information.pull-left li {
  font-family: 'Renner Book';
  font-size: 17px;
  padding-left: 26px;
  padding-right: 25px;
  color: #fff;
  display: inline-block;
  position: relative;
}
.top-information.pull-left li:after {
  display: block;
  width: 1px;
  height: 24px;
  content: "";
  background-color: rgba(119, 119, 119, 0.7);
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -khtml-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.top-information.pull-left li label {
  color: rgba(255, 255, 255, 0.8);
  display: block;
  font-size: 14px;
}
.top-information.pull-left li:first-child {
  padding-left: 0;
}
.top-information.pull-left li:last-child:after {
  opacity: 0;
}
.top-information.pull-left li a {
  color: #fff;
}
.top-information.pull-left li a:hover {
  color: #9f3133;
}
.top-information.pull-right .li-right-item {
  position: relative;
  padding-right: 26px;
  margin-right: 26px;
}
.top-information.pull-right .li-right-item:after {
  display: block;
  width: 1px;
  height: 24px;
  content: "";
  background-color: rgba(119, 119, 119, 0.7);
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -khtml-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.top-information.pull-right .li-right-item:last-child {
  margin-right: 0;
  padding-right: 0;
}
.top-information.pull-right .li-right-item:last-child:after {
  opacity: 0;
}
.top-information.pull-right .li-lg-language .title-language {
  color: rgba(255, 255, 255, 0.8);
}
.top-information.pull-right .li-lg-language .lang-sel {
  font-size: 17px;
}
.top-information.pull-right .li-lg-language .lang-submenu {
  position: absolute;
  visibility: hidden;
  left: 0;
  top: 110%;
  min-width: 100%;
  background: #fff;
  list-style: none;
  padding: 5px 20px !important;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  margin: 0;
  opacity: 0;
  -webkit-transition: all 500ms ease-in-out;
  -khtml-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.top-information.pull-right .li-lg-language .lang-submenu li {
  display: block;
}
.top-information.pull-right .li-lg-language .lang-submenu li a {
  position: relative;
  color: #777;
  display: block;
  padding: 9px 15px 9px 0;
  border-bottom: 1px solid #eaeaea;
  text-align: center;
  cursor: pointer;
  font-size: 17px;
  text-decoration: none !important;
}
.top-information.pull-right .li-lg-language .lang-submenu li a:after {
  -webkit-transition: all 300ms ease-in-out;
  -khtml-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background: #9f3133;
}
.top-information.pull-right .li-lg-language .lang-submenu li a:hover {
  color: #9f3133;
}
.top-information.pull-right .li-lg-language .lang-submenu li a:hover:after {
  width: 100%;
}
.top-information.pull-right .li-lg-language .lang-submenu li:last-child a {
  border-bottom: none;
}
.top-information.pull-right .li-lg-language .lang-submenu li:last-child a:after {
  width: 0;
}
.top-information.pull-right .li-lg-language ul li.lang-item {
  position: relative;
  z-index: 2;
}
.top-information.pull-right .li-lg-language ul li.lang-item > a {
  color: #fff;
}
.top-information.pull-right .li-lg-language ul li.lang-item > a span:after {
  content: "\f107";
  font: normal normal normal 14px/1 FontAwesome;
  font-weight: normal;
  font-size: 14px;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 17px;
  font-weight: bold;
}
.top-information.pull-right .li-lg-language ul li.lang-item:hover .lang-submenu {
  visibility: visible;
  opacity: 1;
}
.top-information.pull-right .li-sign-up {
  color: #9f3133;
  cursor: pointer;
  position: relative;
  font-weight: 400;
  cursor: pointer;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}
.top-information.pull-right .li-sign-up .swh-user-avatar {
  overflow: hidden;
  width: 36px;
  height: 36px;
  margin-right: 12px;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.top-information.pull-right .li-sign-up .swh-user-avatar img {
  width: 100%;
  height: 100%;
}
.top-information.pull-right .li-sign-up .swh-user-db .swh-user-name {
  color: #fff;
  display: block;
  margin-bottom: -3px;
}
.top-information.pull-right .li-sign-up .swh-user-db .type-custommer {
  text-transform: capitalize;
  display: block;
  color: #9f3133;
}
.top-information.pull-right .li-sign-up .navigations {
  display: none;
  position: absolute;
  background: #fff;
  padding-top: 10px;
  padding-right: 30px;
  padding-left: 30px !important;
  padding-bottom: 10px !important;
  z-index: 2;
  right: 0px;
  min-width: 230px;
  top: 30px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.22);
  -khtml-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.22);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.22);
  -ms-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.22);
  -o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.22);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.22);
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
.top-information.pull-right .li-sign-up .navigations.active {
  display: block;
}
.top-information.pull-right .li-sign-up .navigations li {
  display: block;
  padding: 0 !important;
  margin-left: 0 !important;
  border-top: 1px solid #eee;
}
.top-information.pull-right .li-sign-up .navigations li:first-child {
  border-top: none;
}
.top-information.pull-right .li-sign-up .navigations li a {
  display: block;
  padding: 7px 0;
  color: #222 !important;
}
.top-information.pull-right .li-sign-up .navigations li a:hover {
  color: #9f3133 !important;
}
.top-information.pull-right .li-sign-up .navigations li.is-active a {
  color: #9f3133 !important;
}
.top-information.pull-right .li-sign-up .navigations:before {
  background-color: #fff;
  position: relative;
  z-index: 3;
  left: 0px;
  width: 10px;
  height: 10px;
  top: -35px;
  display: block;
  -webkit-transform: rotate(45deg);
  -khtml-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.top-information.pull-right .li-sign-up i {
  position: absolute;
  top: 50%;
  transform: translate(0px, -50%);
  left: 0;
}
.top-information.pull-right .topbar-social {
  margin-left: -3px;
  margin-right: -3px;
}
.top-information.pull-right .topbar-social li {
  display: inline-block;
  margin: 3px;
}
.top-information.pull-right .topbar-social li a {
  width: 35px;
  height: 35px;
  font-size: 15px;
  text-align: center;
  display: block;
  color: #fff;
  line-height: 38px;
  background-color: rgba(255, 255, 255, 0.4);
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.top-information.pull-right .topbar-social li a:hover {
  background-color: #fff;
  color: #222;
}
.li-sign-up {
  text-transform: capitalize;
  position: relative;
  font-weight: 400;
  cursor: pointer;
}
.li-sign-up .swh-user-db {
  position: relative;
  text-transform: uppercase;
  padding-left: 45px;
}
.li-sign-up .swh-user-db .swh-user-avatar {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -khtml-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  position: absolute;
}
.li-sign-up .swh-user-db .type-custommer {
  text-transform: capitalize;
}
.li-sign-up .navigations {
  display: none;
  position: absolute;
  background: #fff;
  padding-top: 10px;
  padding-right: 30px;
  padding-left: 30px !important;
  padding-bottom: 10px !important;
  z-index: 9999;
  right: 0px;
  min-width: 230px;
  top: 30px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.22);
  -khtml-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.22);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.22);
  -ms-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.22);
  -o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.22);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.22);
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
.li-sign-up .navigations.active {
  display: block;
}
.li-sign-up .navigations li {
  display: block;
  padding: 0 !important;
  margin-left: 0 !important;
  border-top: 1px solid #eee;
  margin-right: 0;
}
.li-sign-up .navigations li:first-child {
  border-top: none;
}
.li-sign-up .navigations li a {
  display: block;
  padding: 7px 0;
  margin-left: -30px;
  color: #222 !important;
}
.li-sign-up .navigations li a:before {
  opacity: 0;
  display: inline-block;
  content: "\f068";
  font-family: FontAwesome;
  margin-right: 7px;
  width: 18px;
  color: #9f3133;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
.li-sign-up .navigations li a:hover {
  color: #9f3133 !important;
  margin-left: 0px;
}
.li-sign-up .navigations li a:hover:before {
  opacity: 1;
}
.li-sign-up .navigations li.nav-reservations a:before {
  content: "\f044";
}
.li-sign-up .navigations li.nav-profile a:before {
  content: "\f236";
}
.li-sign-up .navigations li.nav-dashboard a:before {
  content: "\f2bd";
}
.li-sign-up .navigations li.nav-logout a:before {
  content: "\f08b";
}
.li-sign-up .navigations li.is-active a {
  margin-left: 0;
  color: #9f3133 !important;
}
.li-sign-up .navigations li.is-active a:before {
  opacity: 1;
}
.li-sign-up .navigations .bullet {
  background-color: #fff;
  position: relative;
  z-index: 3;
  left: 0px;
  width: 10px;
  height: 10px;
  top: -35px;
  display: block;
  -webkit-transform: rotate(45deg);
  -khtml-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.topbar-panel .top-information.pull-left li.li-sign-up {
  color: #9f3133;
  cursor: pointer;
}
.topbar-panel .top-information.pull-left li.li-sign-up a {
  text-transform: capitalize;
  color: #9f3133;
  cursor: pointer;
}
@media screen and (max-width: 991px) {
  .header-1 #site-header-wrap {
    background-color: #222;
  }
}
.header-1 .site-branding {
  position: relative;
}
.header-1 .site-branding > a {
  line-height: 0;
  float: left;
}
.header-1 .site-branding > a:not(.logo-white) {
  opacity: 0;
}
.header-1 .site-branding img {
  max-height: 26px;
}
.header-1 .site-branding a {
  opacity: 0;
}
.header-1 .site-branding a.logo-light {
  opacity: 1 !important;
}
.header-1 .topbar-panel-mobile {
  padding: 5px 0;
}
.header-1 .topbar-panel-mobile .top-information {
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .header-1 .topbar-panel-mobile .top-information {
    padding: 0;
    justify-content: space-between;
  }
}
.header-1 .topbar-panel-mobile .top-information > li {
  color: rgba(255, 255, 255, 0.7);
  position: relative;
}
@media screen and (min-width: 992px) {
  .header-1 .topbar-panel-mobile .top-information > li {
    flex-grow: 1;
  }
}
.header-1 .topbar-panel-mobile .top-information > li > a {
  color: rgba(255, 255, 255, 0.7);
}
.header-1 .topbar-panel-mobile .top-information > li > a:hover {
  color: #fff;
}
.header-1 .topbar-panel-mobile .top-information > li:not(.language-dropdow) {
  padding-left: 45px;
}
@media screen and (max-width: 767px) {
  .header-1 .topbar-panel-mobile .top-information > li:not(.language-dropdow) {
    padding-left: 35px;
  }
}
.header-1 .topbar-panel-mobile .top-information > li:not(.language-dropdow) i {
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -khtml-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-right: 15px;
  -webkit-border-radius: 35px;
  -khtml-border-radius: 35px;
  -moz-border-radius: 35px;
  -ms-border-radius: 35px;
  -o-border-radius: 35px;
  border-radius: 35px;
  border: 1px solid rgba(119, 119, 119, 0.5);
  height: 35px;
  width: 35px;
  text-align: center;
  line-height: 35px;
  margin-right: 15px;
}
@media screen and (max-width: 767px) {
  .header-1 .topbar-panel-mobile .top-information > li:not(.language-dropdow) i {
    margin-right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .header-1 .topbar-panel-mobile .top-information > li:not(.language-dropdow) i {
    height: 25px;
    width: 25px;
    line-height: 25px;
  }
}
.header-1 .topbar-panel-mobile .top-information > li:not(.language-dropdow) i:hover {
  border-color: #fff;
  color: #fff;
}
@media screen and (max-width: 991px) {
  .header-1 .topbar-panel-mobile .top-information > li.li-sign-up {
    padding-left: 0;
  }
  .header-1 .topbar-panel-mobile .top-information > li.li-sign-up .btn-sign-up {
    padding-left: 45px;
  }
}
@media screen and (max-width: 991px) {
  .header-1 .topbar-panel-mobile .top-information > li.language-dropdow > ul:after {
    background-color: transparent;
  }
}
@media screen and (max-width: 767px) {
  .header-1 .topbar-panel-mobile .top-information > li.language-dropdow {
    flex-grow: 0;
    padding-left: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .header-1 .topbar-panel-mobile .top-information > li.language-dropdow > ul {
    margin-right: 0;
    padding-right: 0;
  }
  .header-1 .topbar-panel-mobile .top-information > li.language-dropdow > ul .lang-sel {
    padding-right: 0;
  }
}
@media screen and (max-width: 991px) {
  .header-1 .topbar-panel-mobile .top-information .li-phone {
    font-size: 17px;
  }
}
@media screen and (max-width: 575px) {
  .header-1 .topbar-panel-mobile .top-information .li-phone {
    font-size: 13px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .header-1 .topbar-panel-mobile .top-information .li-adderess {
    display: none;
  }
}
.header-1 .topbar-panel-mobile .top-information .li-email {
  font-size: 17px;
}
@media (min-width: 576px) and (max-width: 767px) {
  .header-1 .topbar-panel-mobile .top-information .li-email {
    display: none;
  }
}
@media screen and (max-width: 575px) {
  .header-1 .topbar-panel-mobile .top-information .li-email {
    display: none;
  }
}
.header-1 .topbar-panel-mobile .top-information .li-lg-language {
  position: relative;
  padding-left: 45px;
}
@media screen and (max-width: 767px) {
  .header-1 .topbar-panel-mobile .top-information .li-lg-language {
    flex-grow: 0;
    margin-right: 15px;
    padding-left: 35px;
  }
}
@media screen and (max-width: 575px) {
  .header-1 .topbar-panel-mobile .top-information .li-lg-language {
    padding-left: 25px;
    margin-right: 0;
  }
}
.header-1 .topbar-panel-mobile .top-information .li-lg-language .icon-language {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -khtml-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  font-size: 17px;
  color: #fff;
  text-align: center;
  -webkit-border-radius: 35px;
  -khtml-border-radius: 35px;
  -moz-border-radius: 35px;
  -ms-border-radius: 35px;
  -o-border-radius: 35px;
  border-radius: 35px;
  border: 1px solid rgba(119, 119, 119, 0.5);
  height: 35px;
  width: 35px;
  line-height: 35px;
  margin-right: 15px;
}
@media screen and (max-width: 767px) {
  .header-1 .topbar-panel-mobile .top-information .li-lg-language .icon-language {
    height: 25px;
    width: 25px;
    line-height: 25px;
  }
}
.header-1 .topbar-panel-mobile .top-information .li-lg-language .icon-language i {
  margin-right: 0;
}
.header-1 .topbar-panel-mobile .top-information .li-lg-language .title-language {
  color: rgba(255, 255, 255, 0.7);
}
.header-1 .topbar-panel-mobile .top-information .li-lg-language .lang-sel {
  font-size: 17px;
}
@media screen and (max-width: 575px) {
  .header-1 .topbar-panel-mobile .top-information .li-lg-language .lang-sel {
    font-size: 13px;
  }
}
.header-1 .topbar-panel-mobile .top-information .li-lg-language .lang-submenu {
  position: absolute;
  visibility: hidden;
  left: -20px;
  top: 130%;
  width: 150px;
  background: #fff;
  list-style: none;
  padding: 5px 20px !important;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  margin: 0;
  opacity: 0;
  -webkit-transition: all 500ms ease-in-out;
  -khtml-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
@media screen and (max-width: 575px) {
  .header-1 .topbar-panel-mobile .top-information .li-lg-language .lang-submenu {
    left: auto;
    right: 0;
  }
}
.header-1 .topbar-panel-mobile .top-information .li-lg-language .lang-submenu li {
  padding: 0;
  display: block;
}
.header-1 .topbar-panel-mobile .top-information .li-lg-language .lang-submenu li a {
  position: relative;
  color: #777;
  display: block;
  padding: 9px 0px;
  border-bottom: 1px solid #eaeaea;
  text-align: left;
  cursor: pointer;
  font-size: 17px;
  text-decoration: none !important;
}
.header-1 .topbar-panel-mobile .top-information .li-lg-language .lang-submenu li a:after {
  -webkit-transition: all 300ms ease-in-out;
  -khtml-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background: #9f3133;
}
.header-1 .topbar-panel-mobile .top-information .li-lg-language .lang-submenu li a:hover {
  color: #9f3133;
}
.header-1 .topbar-panel-mobile .top-information .li-lg-language .lang-submenu li a:hover:after {
  width: 100%;
}
.header-1 .topbar-panel-mobile .top-information .li-lg-language .lang-submenu li:last-child a {
  border-bottom: none;
}
.header-1 .topbar-panel-mobile .top-information .li-lg-language .lang-submenu li:last-child a:after {
  width: 0;
}
.header-1 .topbar-panel-mobile .top-information .li-lg-language ul li.lang-item {
  position: relative;
  z-index: 2;
}
.header-1 .topbar-panel-mobile .top-information .li-lg-language ul li.lang-item > a {
  color: rgba(255, 255, 255, 0.7);
}
.header-1 .topbar-panel-mobile .top-information .li-lg-language ul li.lang-item > a span:after {
  content: "\f107";
  font: normal normal normal 14px/1 FontAwesome;
  font-weight: normal;
  font-size: 14px;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 17px;
  font-weight: bold;
}
.header-1 .topbar-panel-mobile .top-information .li-lg-language ul li.lang-item .lang-submenu {
  -webkit-transition: all 500ms ease-in-out;
  -khtml-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.header-1 .topbar-panel-mobile .top-information .li-lg-language ul li.lang-item .lang-submenu:before {
  background-color: #fff;
  position: relative;
  content: "";
  z-index: 3;
  left: 50%;
  width: 10px;
  height: 10px;
  top: -10px;
  display: block;
  -webkit-transform: rotate(45deg);
  -khtml-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.header-1 .topbar-panel-mobile .top-information .li-lg-language ul li.lang-item:hover .lang-submenu {
  visibility: visible;
  opacity: 1;
}
.header-1 .topbar-panel-mobile .top-information li.li-sign-up {
  color: #9f3133;
}
@media screen and (max-width: 1399px) {
  .header-1 .topbar-panel-mobile .top-information li.li-sign-up {
    flex-grow: 0;
  }
}
.header-1 .topbar-panel-mobile .top-information li.li-sign-up a {
  color: #9f3133;
}
.header-1 .header-medium {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: space-between;
}
.header-1 .header-medium .site-branding {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .header-1 .header-medium .site-branding img {
    max-width: 150px;
  }
}
@media screen and (min-width: 1200px) {
  .header-1 .header-medium .main-navigation .primary-menu {
    float: right;
  }
}
.header-1 .header-medium .site-menu-right {
  justify-self: flex-end;
}
@media screen and (max-width: 991px) {
  .header-1 .header-medium .site-menu-right {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .header-5 #site-header-wrap {
    background-color: #222;
  }
  .header-5 #site-header-wrap #main-menu-mobile {
    right: 15px;
  }
}
.header-5 .site-branding {
  position: relative;
}
@media screen and (min-width: 1200px) {
  .header-5 .site-branding {
    top: -17px;
  }
}
.header-5 .site-branding > a {
  line-height: 0;
  float: left;
}
.header-5 .site-branding > a:not(.logo-mobile) {
  opacity: 0;
}
.header-5 .site-branding a img {
  max-height: 44px;
}
.header-5 .site-branding a.logo-light {
  opacity: 1 !important;
}
@media screen and (max-width: 991px) {
  .header-6 #site-header-wrap {
    background-color: #fff;
  }
}
.header-6 .site-branding > a {
  line-height: 0;
  float: left;
}
.header-6 .site-branding > a:not(.logo-dark) {
  opacity: 0;
}
.header-6 .site-branding a img {
  max-height: 44px;
}
.header-6 .site-branding a.logo-light {
  opacity: 0 !important;
}
#main-menu-mobile {
  display: none;
}
#main-menu-mobile .btn-login {
  display: none;
  cursor: pointer;
}
@media screen and (max-width: 575px) {
  #main-menu-mobile .btn-login {
    display: inline-block;
    border-radius: 2px;
    border: 1px solid rgba(119, 119, 119, 0.8);
    color: rgba(255, 255, 255, 0.6);
    display: inline-block;
    font-size: 15px;
    height: 34px;
    margin-right: 15px;
    line-height: 34px;
    text-align: center;
    vertical-align: middle;
    width: 38px;
    padding-left: 0px;
    padding-right: 0px;
    cursor: pointer;
    position: relative;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
  }
  #main-menu-mobile .btn-login:hover {
    border-color: #fff;
    color: #fff;
  }
  #main-menu-mobile .btn-login a {
    color: rgba(255, 255, 255, 0.6);
  }
  #main-menu-mobile .btn-login span {
    color: rgba(255, 255, 255, 0.6);
    font-size: 0;
    width: 100%;
    height: 100%;
    display: block;
  }
  #main-menu-mobile .btn-login span i {
    font-size: 15px;
  }
  #main-menu-mobile .btn-login span:hover {
    color: #fff;
  }
  #main-menu-mobile .btn-login .navigations {
    display: none;
    position: absolute;
    background: #fff;
    padding-top: 10px;
    padding-right: 30px;
    padding-left: 30px !important;
    padding-bottom: 10px !important;
    z-index: 2;
    right: 0px;
    top: 40px;
    min-width: 230px;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.22);
    -khtml-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.22);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.22);
    -ms-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.22);
    -o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.22);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.22);
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
  }
  #main-menu-mobile .btn-login .navigations:before {
    content: "";
    background-color: #fff;
    position: relative;
    z-index: 3;
    left: 12px;
    width: 10px;
    height: 10px;
    top: -15px;
    left: 104%;
    display: block;
    -webkit-transform: rotate(45deg);
    -khtml-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #main-menu-mobile .btn-login .navigations.active {
    display: block;
  }
  #main-menu-mobile .btn-login .navigations li {
    display: block;
    padding: 0 !important;
    margin-left: 0 !important;
    border-top: 1px solid #eee;
    text-align: left;
  }
  #main-menu-mobile .btn-login .navigations li:first-child {
    border-top: none;
  }
  #main-menu-mobile .btn-login .navigations li a {
    display: block;
    padding: 7px 0;
    color: #222 !important;
  }
  #main-menu-mobile .btn-login .navigations li a:hover {
    color: #9f3133 !important;
  }
  #main-menu-mobile .btn-login .navigations li.is-active a {
    color: #9f3133 !important;
  }
  #main-menu-mobile .btn-login i {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 15px;
    transform: translate(-50%, -50%);
  }
  #main-menu-mobile .btn-login a {
    cursor: pointer;
  }
}
#main-menu-mobile .btn-nav-mobile {
  display: inline-block;
  border-radius: 2px;
  background-color: #9f3133;
  color: #282828;
  display: inline-block;
  font-size: 15px;
  height: 34px;
  line-height: 33px;
  text-align: center;
  vertical-align: middle;
  width: 40px;
  padding-left: 5px;
  padding-right: 5px;
  cursor: pointer;
  position: relative;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
#main-menu-mobile .btn-nav-mobile:before, #main-menu-mobile .btn-nav-mobile:after, #main-menu-mobile .btn-nav-mobile span {
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  content: "";
  background-color: #fff;
  display: block;
  height: 2px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 22px;
  top: 23px;
}
#main-menu-mobile .btn-nav-mobile:before {
  top: 9px;
}
#main-menu-mobile .btn-nav-mobile span {
  top: 16px;
}
#main-menu-mobile .btn-nav-mobile.opened:before {
  top: 15px;
  -webkit-transform: rotate(45deg);
  -khtml-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#main-menu-mobile .btn-nav-mobile.opened:after {
  -webkit-transform: rotate(-45deg);
  -khtml-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 15px;
}
#main-menu-mobile .btn-nav-mobile.opened span {
  display: none;
}
@media screen and (max-width: 575px) {
  #main-menu-mobile .btn-nav-mobile {
    height: 34px;
    line-height: 34px;
    width: 38px;
  }
  #main-menu-mobile .btn-nav-mobile:before, #main-menu-mobile .btn-nav-mobile:after, #main-menu-mobile .btn-nav-mobile span {
    width: 20px;
    top: 23px;
  }
  #main-menu-mobile .btn-nav-mobile:before {
    top: 9px;
  }
  #main-menu-mobile .btn-nav-mobile span {
    top: 16px;
  }
}
.primary-menu-not-set {
  display: none;
}
.admin-bar .primary-menu-not-set {
  display: block;
}
@media screen and (min-width: 992px) {
  #site-header-wrap.rf-no-active .site-menu-right .menu-right-item {
    color: #fff;
  }
  #site-header-wrap.header-layout1 #headroom.headroom--not-top.headroom--not-bottom {
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.08);
    -khtml-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.08);
    -ms-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.08);
    -o-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.08);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.08);
  }
  #site-header-wrap.header-layout1 #headroom.headroom--not-top.headroom--not-bottom .site-branding .logo-dark {
    opacity: 1;
  }
  #site-header-wrap.header-layout1 #headroom.headroom--not-top.headroom--not-bottom .site-branding img {
    max-height: 26px;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
  }
  #site-header-wrap.header-layout1 .topbar-panel .li-right-item.li-lg-language {
    margin-right: 15px;
  }
  #site-header-wrap.header-layout1 .topbar-panel .li-right-item.li-sign-up {
    margin-right: 24px;
  }
  #site-header-wrap.header-layout1 .topbar-panel .li-right-item.li-sign-up .btn-sign-up {
    padding-left: 35px;
    padding-right: 25px;
  }
  #site-header-wrap.header-layout1 .topbar-panel .li-right-item.li-sign-up .btn-sign-up i {
    left: 15px;
    color: #fff;
  }
  #site-header-wrap.header-layout1 .topbar-panel .li-right-item.li-sign-up .btn-sign-up .go_to_login_link {
    text-transform: uppercase;
    color: #fff;
  }
  #site-header-wrap.header-layout2 #headroom.headroom--pinned:not(.headroom--top) .site-branding > a.logo-dark, #site-header-wrap.header-layout2 #headroom.headroom--unpinned:not(.headroom--top) .site-branding > a.logo-dark {
    opacity: 0;
  }
  #site-header-wrap.header-layout2 #headroom.headroom--pinned:not(.headroom--top) .site-branding > a.logo-light, #site-header-wrap.header-layout2 #headroom.headroom--unpinned:not(.headroom--top) .site-branding > a.logo-light {
    opacity: 1;
  }
  #site-header-wrap.header-layout4 .top-information.pull-right .topbar-social li a {
    background-color: transparent;
    border: 1px solid #fff;
  }
  #site-header-wrap.header-layout4 .top-information.pull-right .topbar-social li a:hover {
    background-color: #fff;
    color: #222;
  }
  #site-header-wrap.header-layout4 .top-information {
    padding: 17px 0;
  }
  #site-header-wrap.header-layout4 .topbar-panel .li-right-item {
    padding-right: 29px;
    margin-right: 29px;
    position: relative;
  }
  #site-header-wrap.header-layout4 .topbar-panel .li-right-item:after {
    content: " ";
    display: block;
    height: 24px;
    width: 1px;
    background-color: #94979b;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -khtml-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  #site-header-wrap.header-layout4 .topbar-panel .li-right-item.li-sign-up .btn-sign-up {
    padding-left: 25px;
  }
  #site-header-wrap.header-layout4 .topbar-panel .li-right-item.li-sign-up .btn-sign-up i {
    color: #fff;
  }
  #site-header-wrap.header-layout4 .topbar-panel .li-right-item.li-sign-up .btn-sign-up .go_to_login_link {
    font-size: 17px;
    text-transform: uppercase;
    color: #fff;
  }
  #site-header-wrap.header-layout5 #headroom.headroom--pinned:not(.headroom--top) .site-branding, #site-header-wrap.header-layout5 #headroom.headroom--unpinned:not(.headroom--top) .site-branding {
    top: 0;
  }
  #site-header-wrap.header-layout5 #headroom.headroom--pinned:not(.headroom--top) .primary-menu > li > a:before, #site-header-wrap.header-layout5 #headroom.headroom--unpinned:not(.headroom--top) .primary-menu > li > a:before {
    top: 50% !important;
    -webkit-transform: translateY(-50% !important);
    -khtml-transform: translateY(-50% !important);
    -moz-transform: translateY(-50% !important);
    -ms-transform: translateY(-50% !important);
    -o-transform: translateY(-50% !important);
    transform: translateY(-50% !important);
  }
  #site-header-wrap.header-layout6 #headroom.headroom--pinned:not(.headroom--top), #site-header-wrap.header-layout6 #headroom.headroom--unpinned:not(.headroom--top) {
    background-color: #fff;
  }
  #site-header-wrap.header-layout6 #headroom.headroom--pinned:not(.headroom--top) .header-medium, #site-header-wrap.header-layout6 #headroom.headroom--unpinned:not(.headroom--top) .header-medium {
    padding: 0;
  }
  #site-header-wrap.header-layout6 #headroom.headroom--pinned:not(.headroom--top) .site-branding, #site-header-wrap.header-layout6 #headroom.headroom--unpinned:not(.headroom--top) .site-branding {
    top: 0;
  }
  #site-header-wrap.header-layout6 #headroom.headroom--pinned:not(.headroom--top) .primary-menu > li > a:before, #site-header-wrap.header-layout6 #headroom.headroom--unpinned:not(.headroom--top) .primary-menu > li > a:before {
    top: auto !important;
    bottom: 30px;
  }
  #site-header-wrap.header-transparent {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
  }
  #site-header-wrap.header-transparent #headroom.headroom--top.headroom--not-bottom .primary-menu-not-set a:hover, #site-header-wrap.header-transparent.no-sticky #headroom .primary-menu-not-set a:hover {
    color: #9f3133;
  }
  #site-header-wrap.header-transparent #headroom.headroom--top.headroom--not-bottom .site-menu-right .menu-right-item.h-btn, #site-header-wrap.header-transparent.no-sticky #headroom .site-menu-right .menu-right-item.h-btn {
    border-color: #fff;
  }
  .admin-bar #site-header-wrap.header-transparent {
    top: 32px;
  }
  .admin-bar #site-header-wrap.header-transparent .primary-menu-not-set {
    display: block;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #site-header-wrap .site-contact-top {
    padding-right: 32px;
    font-size: 17px;
  }
}
@media screen and (max-width: 1199px) {
  #main-menu-mobile {
    display: block;
  }
  #site-header-wrap {
    position: relative;
  }
  #site-header-wrap .site-branding {
    min-height: 80px;
    text-align: left;
  }
  #site-header-wrap .site-branding img {
    max-height: 60px;
  }
  #site-header-wrap .site-branding > a {
    line-height: 80px !important;
    float: none;
  }
  #site-header-wrap #main-menu-mobile {
    position: absolute;
    top: 50%;
    right: 30px;
    -webkit-transform: translateY(-50%);
    -khtml-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    display: flex;
  }
  #site-header-wrap #main-menu-mobile .menu-right-item.h-btn-text a {
    padding: 0 15px;
    font-weight: 500;
    font-family: 'Renner Medium';
    height: 34px;
    letter-spacing: 0.1em;
    line-height: 34px;
    font-size: 13px;
    display: inline-block;
    white-space: nowrap;
    text-transform: uppercase;
    background-color: transparent;
    color: #fff;
    border-radius: 2px;
    border: 1px solid #fff;
    margin-right: 15px;
  }
  #site-header-wrap #main-menu-mobile .menu-right-item.h-btn-text a:hover {
    border-color: #9f3133;
    color: #9f3133;
  }
  #site-header-wrap #headroom {
    position: relative;
  }
  .header-4 #site-header-wrap.header-transparent {
    position: static;
  }
  .header-4 .topbar-panel {
    border-bottom: 1px solid rgba(34, 34, 34, 0.1);
  }
  .header-4 #site-header-wrap.header-layout4 .site-container {
    padding-left: 0;
    padding-right: 0;
  }
  .header-4 .top-information.pull-right .topbar-social li a {
    color: #222;
  }
  .header-4 #site-header-wrap .topbar-panel .li-phone a, .header-4 .top-information.pull-right .li-sign-up .swh-user-db .swh-user-name {
    color: #222;
  }
  .header-4 .top-information.pull-right .li-right-item {
    padding-left: 30px;
  }
  .header-4 .top-information.pull-right .li-right-item i {
    cursor: pointer;
  }
  .header-4 #site-header-wrap .site-menu-right .h-btn-search {
    background-color: #222;
    color: #fff;
  }
  .header-4 .topbar-panel .li-right-item.li-sign-up .btn-sign-up .go_to_login_link {
    color: #222 !important;
  }
  .header-4 #site-header-wrap #main-menu-mobile {
    right: 15px;
  }
}
@media screen and (max-width: 991px) {
  #main-menu-mobile {
    display: block;
  }
  #site-header-wrap {
    position: relative;
  }
  #site-header-wrap .site-branding {
    min-height: 80px;
    text-align: left;
  }
  #site-header-wrap .site-branding > a:not(.logo-mobile) {
    display: inline-block;
  }
  #site-header-wrap .site-branding > a:not(.logo-mobile) img {
    max-height: 35px;
  }
  .header-4 .top-information.pull-right {
    width: 100%;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  #site-header-wrap.header-layout4 .topbar-panel .li-phone {
    display: none;
  }
  .header-4 .top-information.pull-right {
    padding: 10px 0;
  }
  .header-4 .top-information.pull-right .li-right-item {
    padding-left: 0px;
  }
  .header-4 .top-information.pull-right .li-right-item i {
    cursor: pointer;
  }
}
@media screen and (max-width: 575px) {
  #site-header-wrap .site-branding img {
    max-height: 45px;
    max-width: 150px;
  }
  .header-4 .top-information.pull-right .li-sign-up {
    display: none;
  }
  .header-4 #site-header-wrap.header-transparent {
    position: relative;
  }
  .header-4 #main-menu-mobile .btn-login {
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    border-color: #9f3133;
    background-color: #9f3133;
  }
  .header-4 #main-menu-mobile .btn-login span {
    color: #fff;
  }
}
#headroom.headroom--up, #headroom.headroom--down {
  -webkit-transition: all 400ms linear 0ms;
  -khtml-transition: all 400ms linear 0ms;
  -moz-transition: all 400ms linear 0ms;
  -ms-transition: all 400ms linear 0ms;
  -o-transition: all 400ms linear 0ms;
  transition: all 400ms linear 0ms;
}
#headroom.headroom--pinned:not(.headroom--top), #headroom.headroom--unpinned:not(.headroom--top) {
  left: 0;
  position: fixed !important;
  right: 0;
  top: 0;
  z-index: 1001;
  background-color: #222;
}
@media screen and (max-width: 991px) {
  #headroom.headroom--pinned:not(.headroom--top), #headroom.headroom--unpinned:not(.headroom--top) {
    position: static !important;
  }
}
@media screen and (min-width: 1200px) {
  #headroom.headroom--pinned:not(.headroom--top) .primary-menu > li > a, #headroom.headroom--unpinned:not(.headroom--top) .primary-menu > li > a {
    line-height: 80px;
  }
}
#headroom.headroom--pinned:not(.headroom--top) .header-medium, #headroom.headroom--unpinned:not(.headroom--top) .header-medium {
  border-top: none;
}
#headroom.headroom--unpinned:not(.headroom--top) {
  -webkit-transform: translateY(-150px);
  -khtml-transform: translateY(-150px);
  -moz-transform: translateY(-150px);
  -ms-transform: translateY(-150px);
  -o-transform: translateY(-150px);
  transform: translateY(-150px);
}
#headroom.headroom--pinned:not(.headroom--top) {
  -webkit-transform: translateY(0px);
  -khtml-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}
@media screen and (min-width: 992px) {
  .header-layout2 #headroom.headroom--pinned:not(.headroom--top) .primary-menu > li > a, .header-layout2 #headroom.headroom--unpinned:not(.headroom--top) .primary-menu > li > a {
    color: #fff;
  }
  .header-layout2 #headroom.headroom--pinned:not(.headroom--top) .primary-menu > li:hover > a, .header-layout2 #headroom.headroom--unpinned:not(.headroom--top) .primary-menu > li:hover > a, .header-layout2 #headroom.headroom--pinned:not(.headroom--top) .primary-menu > li.current_page_item > a, .header-layout2 #headroom.headroom--unpinned:not(.headroom--top) .primary-menu > li.current_page_item > a, .header-layout2 #headroom.headroom--pinned:not(.headroom--top) .primary-menu > li.current-menu-item > a, .header-layout2 #headroom.headroom--unpinned:not(.headroom--top) .primary-menu > li.current-menu-item > a, .header-layout2 #headroom.headroom--pinned:not(.headroom--top) .primary-menu > li.current_page_ancestor > a, .header-layout2 #headroom.headroom--unpinned:not(.headroom--top) .primary-menu > li.current_page_ancestor > a, .header-layout2 #headroom.headroom--pinned:not(.headroom--top) .primary-menu > li.current-menu-ancestor > a, .header-layout2 #headroom.headroom--unpinned:not(.headroom--top) .primary-menu > li.current-menu-ancestor > a {
    color: #fff;
  }
  .header-layout2 #headroom.headroom--pinned:not(.headroom--top) .primary-menu > li:hover > a.no-one-page, .header-layout2 #headroom.headroom--unpinned:not(.headroom--top) .primary-menu > li:hover > a.no-one-page, .header-layout2 #headroom.headroom--pinned:not(.headroom--top) .primary-menu > li.current_page_item > a.no-one-page, .header-layout2 #headroom.headroom--unpinned:not(.headroom--top) .primary-menu > li.current_page_item > a.no-one-page, .header-layout2 #headroom.headroom--pinned:not(.headroom--top) .primary-menu > li.current-menu-item > a.no-one-page, .header-layout2 #headroom.headroom--unpinned:not(.headroom--top) .primary-menu > li.current-menu-item > a.no-one-page, .header-layout2 #headroom.headroom--pinned:not(.headroom--top) .primary-menu > li.current_page_ancestor > a.no-one-page, .header-layout2 #headroom.headroom--unpinned:not(.headroom--top) .primary-menu > li.current_page_ancestor > a.no-one-page, .header-layout2 #headroom.headroom--pinned:not(.headroom--top) .primary-menu > li.current-menu-ancestor > a.no-one-page, .header-layout2 #headroom.headroom--unpinned:not(.headroom--top) .primary-menu > li.current-menu-ancestor > a.no-one-page {
    color: #fff;
  }
}
@media screen and (min-width: 992px) {
  .header-layout3 #headroom.headroom--pinned:not(.headroom--top), .header-layout4 #headroom.headroom--pinned:not(.headroom--top), .header-layout3 #headroom.headroom--unpinned:not(.headroom--top), .header-layout4 #headroom.headroom--unpinned:not(.headroom--top) {
    background-color: #fff;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.09);
    -khtml-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.09);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.09);
    -ms-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.09);
    -o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.09);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.09);
  }
}
.admin-bar #headroom.headroom--pinned:not(.headroom--top), .admin-bar #headroom.headroom--unpinned:not(.headroom--top) {
  top: 32px;
}
.primary-menu > li > a {
  font-size: 17px;
  font-family: 'Renner Medium';
}
@media screen and (min-width: 992px) {
  .primary-menu > li > a {
    text-transform: uppercase;
  }
  .primary-menu > li > a:before {
    left: 0;
    width: 0;
    top: 0px;
    content: ' ';
    background-color: #fff;
    height: 3px;
    display: block;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
  }
}
@media screen and (min-width: 992px) {
  .primary-menu > li > a:hover:before {
    opacity: 1;
    width: 100%;
  }
}
.primary-menu > li.megamenu {
  position: static;
}
.primary-menu > li.megamenu > .sub-menu {
  width: 100%;
  left: 0;
}
@media screen and (min-width: 992px) {
  .primary-menu > li.megamenu > .sub-menu {
    padding-top: 25px;
  }
}
.primary-menu > li.megamenu > .sub-menu > li {
  padding-left: 20px;
  padding-right: 20px;
  background-color: transparent;
}
.primary-menu > li.megamenu > .sub-menu .menu li {
  padding-left: 0px;
  padding-right: 0px;
}
.primary-menu > li.megamenu > .sub-menu .menu li a {
  color: #222;
  border-color: #eee;
}
.primary-menu > li.megamenu > .sub-menu .menu li a:hover {
  background-color: #9f3133;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .primary-menu > li.megamenu > .sub-menu .container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .primary-menu > li.megamenu > .sub-menu .vc_row {
    padding-left: 10px !important;
    padding-right: 10px !important;
    position: static !important;
  }
  .primary-menu > li.megamenu > .sub-menu .vc_column_container > .vc_column-inner {
    padding-top: 15px !important;
    border-right: none !important;
  }
  .primary-menu > li.megamenu > .sub-menu .vc_column_container > .vc_column-inner .vc_wp_custommenu {
    margin-bottom: 0 !important;
  }
}
.primary-menu .megamenu .sub-menu {
  left: 0;
  overflow: hidden;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.primary-menu .megamenu .sub-menu > li {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.primary-menu .megamenu .sub-menu > li .container {
  width: 100%;
  max-width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.primary-menu .megamenu .sub-menu .vc_row {
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  width: 100% !important;
  position: static !important;
}
@media screen and (min-width: 992px) {
  .primary-menu > li.menu-item-has-children > a {
    text-transform: uppercase;
  }
  .primary-menu > li.menu-item-has-children > a:before {
    left: 0;
    width: 0;
    top: 0px;
    content: ' ';
    background-color: #fff;
    height: 3px;
    display: block;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
  }
}
@media screen and (min-width: 992px) {
  .primary-menu > li.menu-item-has-children > a:hover:before {
    width: 100%;
  }
}
.primary-menu li {
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
.primary-menu li a {
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
.primary-menu li a span.link-icon {
  margin-right: 5px;
}
.primary-menu .sub-menu span.link-icon {
  font-size: 13px;
  position: relative;
  top: -2px;
}
@media screen and (min-width: 1200px) {
  .header-1 .primary-menu li a {
    color: #000;
  }
  .header-1 .primary-menu > li {
    padding: 0 18px;
  }
  .header-1 .primary-menu > li:last-child {
    padding-right: 0;
  }
  .header-1 .primary-menu > li > a {
    font-size: 17px;
    color: #fff;
    line-height: 70px;
    background-color: transparent;
  }
  .header-1 .primary-menu > li:hover > a, .header-1 .primary-menu > li.current_page_item > a, .header-1 .primary-menu > li.current-menu-item > a, .header-1 .primary-menu > li.current_page_ancestor > a, .header-1 .primary-menu > li.current-menu-ancestor > a {
    color: #fff;
  }
  .header-1 .primary-menu > li:hover > a:before, .header-1 .primary-menu > li.current_page_item > a:before, .header-1 .primary-menu > li.current-menu-item > a:before, .header-1 .primary-menu > li.current_page_ancestor > a:before, .header-1 .primary-menu > li.current-menu-ancestor > a:before {
    width: 100%;
  }
  .header-1 .primary-menu > li:hover > a.no-one-page, .header-1 .primary-menu > li.current_page_item > a.no-one-page, .header-1 .primary-menu > li.current-menu-item > a.no-one-page, .header-1 .primary-menu > li.current_page_ancestor > a.no-one-page, .header-1 .primary-menu > li.current-menu-ancestor > a.no-one-page {
    color: #fff;
  }
  .header-1 .primary-menu .sub-menu li a {
    border-bottom: 1px solid #eee;
  }
  .header-1 .primary-menu .sub-menu li:hover > a, .header-1 .primary-menu .sub-menu li.current_page_item > a, .header-1 .primary-menu .sub-menu li.current-menu-item > a, .header-1 .primary-menu .sub-menu li.current_page_ancestor > a, .header-1 .primary-menu .sub-menu li.current-menu-ancestor > a {
    color: #fff;
    background-color: #9f3133;
  }
  .header-1 .primary-menu > li > .sub-menu {
    border-top: 2px solid #9f3133;
  }
  .header-1 .site-menu-right .menu-right-item {
    color: #000;
  }
  .header-2 .primary-menu {
    float: right;
  }
  .header-2 .primary-menu li a {
    color: #222;
  }
  .header-2 .primary-menu > li {
    padding: 0 28px;
  }
  .header-2 .primary-menu > li:last-child {
    padding-right: 0;
  }
  .header-2 .primary-menu > li > a {
    font-size: 17px;
    color: #222;
    line-height: 80px;
    background-color: transparent;
  }
  .header-2 .primary-menu > li:hover > a, .header-2 .primary-menu > li.current_page_item > a, .header-2 .primary-menu > li.current-menu-item > a, .header-2 .primary-menu > li.current_page_ancestor > a, .header-2 .primary-menu > li.current-menu-ancestor > a {
    color: #9f3133;
  }
  .header-2 .primary-menu > li:hover > a.no-one-page, .header-2 .primary-menu > li.current_page_item > a.no-one-page, .header-2 .primary-menu > li.current-menu-item > a.no-one-page, .header-2 .primary-menu > li.current_page_ancestor > a.no-one-page, .header-2 .primary-menu > li.current-menu-ancestor > a.no-one-page {
    color: #9f3133;
  }
  .header-2 .primary-menu .sub-menu li a {
    color: #222;
    border-bottom: 1px solid #eee;
  }
  .header-2 .primary-menu .sub-menu li:hover > a, .header-2 .primary-menu .sub-menu li.current_page_item > a, .header-2 .primary-menu .sub-menu li.current-menu-item > a, .header-2 .primary-menu .sub-menu li.current_page_ancestor > a, .header-2 .primary-menu .sub-menu li.current-menu-ancestor > a {
    background-color: #9f3133;
    color: #fff;
  }
  .header-2 .primary-menu > li > .sub-menu {
    border-top: 2px solid #9f3133;
  }
  .header-2 .primary-menu .megamenu .sub-menu > li .container {
    width: 100%;
    max-width: 1200px;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .header-2 .site-menu-right .menu-right-item {
    color: #000;
  }
  .header-3 .primary-menu > li {
    padding: 0 20px;
  }
  .header-3 .primary-menu > li:last-child {
    padding-right: 0;
  }
  .header-3 .primary-menu > li > a {
    font-size: 17px;
    line-height: 110px;
    background-color: transparent;
  }
  .header-3 .primary-menu > li:hover > a, .header-3 .primary-menu > li.current_page_item > a, .header-3 .primary-menu > li.current-menu-item > a, .header-3 .primary-menu > li.current_page_ancestor > a, .header-3 .primary-menu > li.current-menu-ancestor > a {
    color: #9f3133;
  }
  .header-3 .primary-menu > li:hover > a.no-one-page, .header-3 .primary-menu > li.current_page_item > a.no-one-page, .header-3 .primary-menu > li.current-menu-item > a.no-one-page, .header-3 .primary-menu > li.current_page_ancestor > a.no-one-page, .header-3 .primary-menu > li.current-menu-ancestor > a.no-one-page {
    color: #9f3133;
  }
  .header-3 .primary-menu .sub-menu li a {
    color: #222;
    border-bottom: 1px solid #eee;
  }
  .header-3 .primary-menu .sub-menu li a:hover {
    background-color: #9f3133;
    color: #fff;
  }
  .header-3 .primary-menu .sub-menu li:hover > a, .header-3 .primary-menu .sub-menu li.current_page_item > a, .header-3 .primary-menu .sub-menu li.current-menu-item > a, .header-3 .primary-menu .sub-menu li.current_page_ancestor > a {
    background-color: #9f3133;
    color: #fff;
  }
  .header-3 .primary-menu > li > .sub-menu {
    border-top: 2px solid #9f3133;
  }
  .header-3 .site-menu-right .menu-right-item {
    color: #000;
  }
  .header-4 .primary-menu {
    float: right;
  }
  .header-4 .primary-menu li a {
    color: #222;
  }
  .header-4 .primary-menu > li {
    padding: 0 23px;
  }
  .header-4 .primary-menu > li:last-child {
    padding-right: 0;
  }
  .header-4 .primary-menu > li > a {
    font-size: 15px;
    color: #222;
    line-height: 74px;
    background-color: transparent;
    position: relative;
  }
  .header-4 .primary-menu > li > a:before {
    position: absolute;
    left: 0;
    width: 0;
    top: auto;
    bottom: 0;
    content: ' ';
    background-color: #9f3133;
  }
  .header-4 .primary-menu > li:hover > a, .header-4 .primary-menu > li.current_page_item > a, .header-4 .primary-menu > li.current-menu-item > a, .header-4 .primary-menu > li.current_page_ancestor > a, .header-4 .primary-menu > li.current-menu-ancestor > a {
    color: #9f3133;
  }
  .header-4 .primary-menu > li:hover > a:before, .header-4 .primary-menu > li.current_page_item > a:before, .header-4 .primary-menu > li.current-menu-item > a:before, .header-4 .primary-menu > li.current_page_ancestor > a:before, .header-4 .primary-menu > li.current-menu-ancestor > a:before {
    opacity: 1;
    width: 100%;
  }
  .header-4 .primary-menu > li:hover > a.no-one-page, .header-4 .primary-menu > li.current_page_item > a.no-one-page, .header-4 .primary-menu > li.current-menu-item > a.no-one-page, .header-4 .primary-menu > li.current_page_ancestor > a.no-one-page, .header-4 .primary-menu > li.current-menu-ancestor > a.no-one-page {
    color: #9f3133;
  }
  .header-4 .primary-menu .sub-menu li a {
    color: #222;
    border-bottom: 1px solid #eee;
  }
  .header-4 .primary-menu .sub-menu li:hover > a, .header-4 .primary-menu .sub-menu li.current_page_item > a, .header-4 .primary-menu .sub-menu li.current-menu-item > a, .header-4 .primary-menu .sub-menu li.current_page_ancestor > a, .header-4 .primary-menu .sub-menu li.current-menu-ancestor > a {
    background-color: #9f3133;
    color: #fff;
  }
  .header-4 .primary-menu > li > .sub-menu {
    border-top: 2px solid #9f3133;
  }
  .header-4 .primary-menu .megamenu .sub-menu > li .container {
    width: 100%;
    max-width: 1200px;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .header-4 .site-menu-right .menu-right-item {
    color: #000;
  }
  .header-5 .primary-menu li a {
    color: #000;
  }
  .header-5 .primary-menu > li {
    padding: 0 26px;
  }
  .header-5 .primary-menu > li:last-child {
    padding-right: 0;
  }
  .header-5 .primary-menu > li > a {
    font-size: 17px;
    color: #fff;
    line-height: 135px;
    background-color: transparent;
    position: relative;
  }
  .header-5 .primary-menu > li > a:before {
    position: absolute;
    left: -10px;
    width: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -khtml-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
    content: ' ';
    background-color: #fff;
    height: 4px;
    width: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    display: block;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
  }
  .header-5 .primary-menu > li:hover > a, .header-5 .primary-menu > li.current_page_item > a, .header-5 .primary-menu > li.current-menu-item > a, .header-5 .primary-menu > li.current_page_ancestor > a, .header-5 .primary-menu > li.current-menu-ancestor > a {
    color: #fff;
  }
  .header-5 .primary-menu > li:hover > a:before, .header-5 .primary-menu > li.current_page_item > a:before, .header-5 .primary-menu > li.current-menu-item > a:before, .header-5 .primary-menu > li.current_page_ancestor > a:before, .header-5 .primary-menu > li.current-menu-ancestor > a:before {
    width: 4px;
    opacity: 1;
  }
  .header-5 .primary-menu > li:hover > a.no-one-page, .header-5 .primary-menu > li.current_page_item > a.no-one-page, .header-5 .primary-menu > li.current-menu-item > a.no-one-page, .header-5 .primary-menu > li.current_page_ancestor > a.no-one-page, .header-5 .primary-menu > li.current-menu-ancestor > a.no-one-page {
    color: #fff;
  }
  .header-5 .primary-menu .sub-menu li a {
    border-bottom: 1px solid #eee;
  }
  .header-5 .primary-menu .sub-menu li:hover > a, .header-5 .primary-menu .sub-menu li.current_page_item > a, .header-5 .primary-menu .sub-menu li.current-menu-item > a, .header-5 .primary-menu .sub-menu li.current_page_ancestor > a, .header-5 .primary-menu .sub-menu li.current-menu-ancestor > a {
    color: #fff;
    background-color: #9f3133;
  }
  .header-5 .primary-menu > li > .sub-menu {
    border-top: 2px solid #9f3133;
  }
  .header-5 .site-menu-right .menu-right-item {
    color: #fff;
  }
  .header-6 .primary-menu li a {
    color: #222;
  }
  .header-6 .primary-menu > li {
    padding: 0 26px;
  }
  .header-6 .primary-menu > li:last-child {
    padding-right: 0;
  }
  .header-6 .primary-menu > li > a {
    font-size: 13px;
    color: #222;
    line-height: 50px;
    background-color: transparent;
    position: relative;
  }
  .header-6 .primary-menu > li > a:before {
    position: absolute;
    left: 0px;
    top: auto;
    bottom: 15px;
    opacity: 0;
    content: ' ';
    background-color: #222;
    height: 1px;
    width: 100%;
    display: block;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
  }
  .header-6 .primary-menu > li:hover > a, .header-6 .primary-menu > li.current_page_item > a, .header-6 .primary-menu > li.current-menu-item > a, .header-6 .primary-menu > li.current_page_ancestor > a, .header-6 .primary-menu > li.current-menu-ancestor > a {
    color: #222;
  }
  .header-6 .primary-menu > li:hover > a:before, .header-6 .primary-menu > li.current_page_item > a:before, .header-6 .primary-menu > li.current-menu-item > a:before, .header-6 .primary-menu > li.current_page_ancestor > a:before, .header-6 .primary-menu > li.current-menu-ancestor > a:before {
    opacity: 1;
    top: auto;
    bottom: 15px;
  }
  .header-6 .primary-menu > li:hover > a.no-one-page, .header-6 .primary-menu > li.current_page_item > a.no-one-page, .header-6 .primary-menu > li.current-menu-item > a.no-one-page, .header-6 .primary-menu > li.current_page_ancestor > a.no-one-page, .header-6 .primary-menu > li.current-menu-ancestor > a.no-one-page {
    color: #222;
  }
  .header-6 .primary-menu .sub-menu li a {
    border-bottom: 1px solid #eee;
  }
  .header-6 .primary-menu .sub-menu li:hover > a, .header-6 .primary-menu .sub-menu li.current_page_item > a, .header-6 .primary-menu .sub-menu li.current-menu-item > a, .header-6 .primary-menu .sub-menu li.current_page_ancestor > a, .header-6 .primary-menu .sub-menu li.current-menu-ancestor > a {
    color: #fff;
    background-color: #9f3133;
  }
  .header-6 .primary-menu > li > .sub-menu {
    border-top: 2px solid #9f3133;
  }
  .header-6 .site-menu-right .menu-right-item {
    color: #fff;
  }
}
@media (max-width: 1800px) {
  .header-2 .primary-menu > li {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 992px) and (max-width: 1360px) {
  .header-1 .primary-menu > li, .header-2 .primary-menu > li, .header-3 .primary-menu > li, .header-4 .primary-menu > li, .header-5 .primary-menu > li, .header-6 .primary-menu > li {
    padding-left: 17px;
    padding-right: 17px;
  }
  .header-1 .primary-menu > li > a, .header-2 .primary-menu > li > a, .header-3 .primary-menu > li > a, .header-4 .primary-menu > li > a, .header-5 .primary-menu > li > a, .header-6 .primary-menu > li > a {
    font-size: 15px;
  }
}
@media screen and (max-width: 1199px) {
  .header-1 .main-navigation {
    margin-left: -15px;
    margin-right: -15px;
  }
  .header-1 .primary-menu > li > a {
    font-size: 15px;
    color: #000;
  }
  .header-1 .primary-menu > li:hover > a, .header-1 .primary-menu > li.current_page_item > a, .header-1 .primary-menu > li.current-menu-item > a, .header-1 .primary-menu > li.current_page_ancestor > a, .header-1 .primary-menu > li.current-menu-ancestor > a {
    color: #9f3133;
  }
  .header-1 .primary-menu > li:hover > a.no-one-page, .header-1 .primary-menu > li.current_page_item > a.no-one-page, .header-1 .primary-menu > li.current-menu-item > a.no-one-page, .header-1 .primary-menu > li.current_page_ancestor > a.no-one-page, .header-1 .primary-menu > li.current-menu-ancestor > a.no-one-page {
    color: #9f3133;
  }
  .header-1 .primary-menu .sub-menu {
    padding-left: 20px !important;
  }
  .header-1 .primary-menu .sub-menu li a {
    border-bottom: 1px solid #eee;
    padding-left: 15px;
  }
  .header-1 .primary-menu .sub-menu li:hover > a, .header-1 .primary-menu .sub-menu li.current_page_item > a, .header-1 .primary-menu .sub-menu li.current-menu-item > a, .header-1 .primary-menu .sub-menu li.current_page_ancestor > a, .header-1 .primary-menu .sub-menu li.current-menu-ancestor > a {
    background-color: #9f3133;
    color: #fff;
  }
  .header-1 .primary-menu .sub-menu li:hover .main-menu-toggle, .header-1 .primary-menu .sub-menu li.current_page_item .main-menu-toggle, .header-1 .primary-menu .sub-menu li.current-menu-item .main-menu-toggle, .header-1 .primary-menu .sub-menu li.current_page_ancestor .main-menu-toggle, .header-1 .primary-menu .sub-menu li.current-menu-ancestor .main-menu-toggle {
    right: 15px;
  }
  .header-1 .primary-menu .sub-menu li:hover .main-menu-toggle:before, .header-1 .primary-menu .sub-menu li.current_page_item .main-menu-toggle:before, .header-1 .primary-menu .sub-menu li.current-menu-item .main-menu-toggle:before, .header-1 .primary-menu .sub-menu li.current_page_ancestor .main-menu-toggle:before, .header-1 .primary-menu .sub-menu li.current-menu-ancestor .main-menu-toggle:before, .header-1 .primary-menu .sub-menu li:hover .main-menu-toggle:after, .header-1 .primary-menu .sub-menu li.current_page_item .main-menu-toggle:after, .header-1 .primary-menu .sub-menu li.current-menu-item .main-menu-toggle:after, .header-1 .primary-menu .sub-menu li.current_page_ancestor .main-menu-toggle:after, .header-1 .primary-menu .sub-menu li.current-menu-ancestor .main-menu-toggle:after {
    background-color: #fff;
  }
  .header-1 .primary-menu .megamenu {
    position: relative;
  }
  .header-1 .primary-menu .megamenu .sub-menu {
    padding-left: 0 !important;
  }
  .header-1 .primary-menu .megamenu .sub-menu .menu li:last-child a {
    border-bottom: none;
  }
  .header-2 .primary-menu > li > a {
    font-size: 17px;
    color: #000;
    font-weight: 600;
  }
  .header-2 .primary-menu > li:hover > a, .header-2 .primary-menu > li.current_page_item > a, .header-2 .primary-menu > li.current-menu-item > a, .header-2 .primary-menu > li.current_page_ancestor > a, .header-2 .primary-menu > li.current-menu-ancestor > a {
    color: #9f3133;
  }
  .header-2 .primary-menu > li:hover > a.no-one-page, .header-2 .primary-menu > li.current_page_item > a.no-one-page, .header-2 .primary-menu > li.current-menu-item > a.no-one-page, .header-2 .primary-menu > li.current_page_ancestor > a.no-one-page, .header-2 .primary-menu > li.current-menu-ancestor > a.no-one-page {
    color: #9f3133;
  }
  .header-2 .primary-menu .sub-menu {
    padding-left: 20px !important;
  }
  .header-2 .primary-menu .sub-menu li a {
    padding-left: 15px;
    border-bottom: 1px solid #eee;
  }
  .header-2 .primary-menu .sub-menu li:hover > a, .header-2 .primary-menu .sub-menu li.current_page_item > a, .header-2 .primary-menu .sub-menu li.current-menu-item > a, .header-2 .primary-menu .sub-menu li.current_page_ancestor > a, .header-2 .primary-menu .sub-menu li.current-menu-ancestor > a {
    background-color: #9f3133;
    color: #fff;
  }
  .header-2 .primary-menu .sub-menu li:hover .main-menu-toggle, .header-2 .primary-menu .sub-menu li.current_page_item .main-menu-toggle, .header-2 .primary-menu .sub-menu li.current-menu-item .main-menu-toggle, .header-2 .primary-menu .sub-menu li.current_page_ancestor .main-menu-toggle, .header-2 .primary-menu .sub-menu li.current-menu-ancestor .main-menu-toggle {
    right: 15px;
  }
  .header-2 .primary-menu .sub-menu li:hover .main-menu-toggle:before, .header-2 .primary-menu .sub-menu li.current_page_item .main-menu-toggle:before, .header-2 .primary-menu .sub-menu li.current-menu-item .main-menu-toggle:before, .header-2 .primary-menu .sub-menu li.current_page_ancestor .main-menu-toggle:before, .header-2 .primary-menu .sub-menu li.current-menu-ancestor .main-menu-toggle:before, .header-2 .primary-menu .sub-menu li:hover .main-menu-toggle:after, .header-2 .primary-menu .sub-menu li.current_page_item .main-menu-toggle:after, .header-2 .primary-menu .sub-menu li.current-menu-item .main-menu-toggle:after, .header-2 .primary-menu .sub-menu li.current_page_ancestor .main-menu-toggle:after, .header-2 .primary-menu .sub-menu li.current-menu-ancestor .main-menu-toggle:after {
    background-color: #fff;
  }
  .header-2 .primary-menu .megamenu {
    position: relative;
  }
  .header-2 .primary-menu .megamenu .sub-menu {
    padding-left: 0 !important;
  }
  .header-2 .primary-menu .megamenu .sub-menu .menu li:last-child a {
    border-bottom: none;
  }
  .header-3 .primary-menu > li > a, .header-5 .primary-menu > li > a, .header-6 .primary-menu > li > a {
    font-size: 15px;
    color: #000;
  }
  .header-3 .primary-menu > li:hover > a, .header-5 .primary-menu > li:hover > a, .header-6 .primary-menu > li:hover > a, .header-3 .primary-menu > li.current_page_item > a, .header-5 .primary-menu > li.current_page_item > a, .header-6 .primary-menu > li.current_page_item > a, .header-3 .primary-menu > li.current-menu-item > a, .header-5 .primary-menu > li.current-menu-item > a, .header-6 .primary-menu > li.current-menu-item > a, .header-3 .primary-menu > li.current_page_ancestor > a, .header-5 .primary-menu > li.current_page_ancestor > a, .header-6 .primary-menu > li.current_page_ancestor > a, .header-3 .primary-menu > li.current-menu-ancestor > a, .header-5 .primary-menu > li.current-menu-ancestor > a, .header-6 .primary-menu > li.current-menu-ancestor > a {
    color: #9f3133;
  }
  .header-3 .primary-menu > li:hover > a.no-one-page, .header-5 .primary-menu > li:hover > a.no-one-page, .header-6 .primary-menu > li:hover > a.no-one-page, .header-3 .primary-menu > li.current_page_item > a.no-one-page, .header-5 .primary-menu > li.current_page_item > a.no-one-page, .header-6 .primary-menu > li.current_page_item > a.no-one-page, .header-3 .primary-menu > li.current-menu-item > a.no-one-page, .header-5 .primary-menu > li.current-menu-item > a.no-one-page, .header-6 .primary-menu > li.current-menu-item > a.no-one-page, .header-3 .primary-menu > li.current_page_ancestor > a.no-one-page, .header-5 .primary-menu > li.current_page_ancestor > a.no-one-page, .header-6 .primary-menu > li.current_page_ancestor > a.no-one-page, .header-3 .primary-menu > li.current-menu-ancestor > a.no-one-page, .header-5 .primary-menu > li.current-menu-ancestor > a.no-one-page, .header-6 .primary-menu > li.current-menu-ancestor > a.no-one-page {
    color: #9f3133;
  }
  .header-3 .primary-menu .sub-menu, .header-5 .primary-menu .sub-menu, .header-6 .primary-menu .sub-menu {
    padding-left: 20px !important;
  }
  .header-3 .primary-menu .sub-menu li a, .header-5 .primary-menu .sub-menu li a, .header-6 .primary-menu .sub-menu li a {
    padding-left: 15px;
    border-bottom: 1px solid #eee;
  }
  .header-3 .primary-menu .sub-menu li:hover > a, .header-5 .primary-menu .sub-menu li:hover > a, .header-6 .primary-menu .sub-menu li:hover > a, .header-3 .primary-menu .sub-menu li.current_page_item > a, .header-5 .primary-menu .sub-menu li.current_page_item > a, .header-6 .primary-menu .sub-menu li.current_page_item > a, .header-3 .primary-menu .sub-menu li.current-menu-item > a, .header-5 .primary-menu .sub-menu li.current-menu-item > a, .header-6 .primary-menu .sub-menu li.current-menu-item > a, .header-3 .primary-menu .sub-menu li.current_page_ancestor > a, .header-5 .primary-menu .sub-menu li.current_page_ancestor > a, .header-6 .primary-menu .sub-menu li.current_page_ancestor > a, .header-3 .primary-menu .sub-menu li.current-menu-ancestor > a, .header-5 .primary-menu .sub-menu li.current-menu-ancestor > a, .header-6 .primary-menu .sub-menu li.current-menu-ancestor > a {
    background-color: #9f3133;
    color: #fff;
  }
  .header-3 .primary-menu .sub-menu li:hover .main-menu-toggle, .header-5 .primary-menu .sub-menu li:hover .main-menu-toggle, .header-6 .primary-menu .sub-menu li:hover .main-menu-toggle, .header-3 .primary-menu .sub-menu li.current_page_item .main-menu-toggle, .header-5 .primary-menu .sub-menu li.current_page_item .main-menu-toggle, .header-6 .primary-menu .sub-menu li.current_page_item .main-menu-toggle, .header-3 .primary-menu .sub-menu li.current-menu-item .main-menu-toggle, .header-5 .primary-menu .sub-menu li.current-menu-item .main-menu-toggle, .header-6 .primary-menu .sub-menu li.current-menu-item .main-menu-toggle, .header-3 .primary-menu .sub-menu li.current_page_ancestor .main-menu-toggle, .header-5 .primary-menu .sub-menu li.current_page_ancestor .main-menu-toggle, .header-6 .primary-menu .sub-menu li.current_page_ancestor .main-menu-toggle, .header-3 .primary-menu .sub-menu li.current-menu-ancestor .main-menu-toggle, .header-5 .primary-menu .sub-menu li.current-menu-ancestor .main-menu-toggle, .header-6 .primary-menu .sub-menu li.current-menu-ancestor .main-menu-toggle {
    right: 15px;
  }
  .header-3 .primary-menu .sub-menu li:hover .main-menu-toggle:before, .header-5 .primary-menu .sub-menu li:hover .main-menu-toggle:before, .header-6 .primary-menu .sub-menu li:hover .main-menu-toggle:before, .header-3 .primary-menu .sub-menu li.current_page_item .main-menu-toggle:before, .header-5 .primary-menu .sub-menu li.current_page_item .main-menu-toggle:before, .header-6 .primary-menu .sub-menu li.current_page_item .main-menu-toggle:before, .header-3 .primary-menu .sub-menu li.current-menu-item .main-menu-toggle:before, .header-5 .primary-menu .sub-menu li.current-menu-item .main-menu-toggle:before, .header-6 .primary-menu .sub-menu li.current-menu-item .main-menu-toggle:before, .header-3 .primary-menu .sub-menu li.current_page_ancestor .main-menu-toggle:before, .header-5 .primary-menu .sub-menu li.current_page_ancestor .main-menu-toggle:before, .header-6 .primary-menu .sub-menu li.current_page_ancestor .main-menu-toggle:before, .header-3 .primary-menu .sub-menu li.current-menu-ancestor .main-menu-toggle:before, .header-5 .primary-menu .sub-menu li.current-menu-ancestor .main-menu-toggle:before, .header-6 .primary-menu .sub-menu li.current-menu-ancestor .main-menu-toggle:before, .header-3 .primary-menu .sub-menu li:hover .main-menu-toggle:after, .header-5 .primary-menu .sub-menu li:hover .main-menu-toggle:after, .header-6 .primary-menu .sub-menu li:hover .main-menu-toggle:after, .header-3 .primary-menu .sub-menu li.current_page_item .main-menu-toggle:after, .header-5 .primary-menu .sub-menu li.current_page_item .main-menu-toggle:after, .header-6 .primary-menu .sub-menu li.current_page_item .main-menu-toggle:after, .header-3 .primary-menu .sub-menu li.current-menu-item .main-menu-toggle:after, .header-5 .primary-menu .sub-menu li.current-menu-item .main-menu-toggle:after, .header-6 .primary-menu .sub-menu li.current-menu-item .main-menu-toggle:after, .header-3 .primary-menu .sub-menu li.current_page_ancestor .main-menu-toggle:after, .header-5 .primary-menu .sub-menu li.current_page_ancestor .main-menu-toggle:after, .header-6 .primary-menu .sub-menu li.current_page_ancestor .main-menu-toggle:after, .header-3 .primary-menu .sub-menu li.current-menu-ancestor .main-menu-toggle:after, .header-5 .primary-menu .sub-menu li.current-menu-ancestor .main-menu-toggle:after, .header-6 .primary-menu .sub-menu li.current-menu-ancestor .main-menu-toggle:after {
    background-color: #fff;
  }
  .header-3 .primary-menu .megamenu, .header-5 .primary-menu .megamenu, .header-6 .primary-menu .megamenu {
    position: relative;
  }
  .header-3 .primary-menu .megamenu .sub-menu, .header-5 .primary-menu .megamenu .sub-menu, .header-6 .primary-menu .megamenu .sub-menu {
    padding-left: 0 !important;
  }
  .header-3 .primary-menu .megamenu .sub-menu .menu li:last-child a, .header-5 .primary-menu .megamenu .sub-menu .menu li:last-child a, .header-6 .primary-menu .megamenu .sub-menu .menu li:last-child a {
    border-bottom: none;
  }
  .header-4 .primary-menu > li > a {
    font-size: 17px;
    color: #000;
    font-weight: 600;
  }
  .header-4 .primary-menu > li:hover > a, .header-4 .primary-menu > li.current_page_item > a, .header-4 .primary-menu > li.current-menu-item > a, .header-4 .primary-menu > li.current_page_ancestor > a, .header-4 .primary-menu > li.current-menu-ancestor > a {
    color: #9f3133;
  }
  .header-4 .primary-menu > li:hover > a.no-one-page, .header-4 .primary-menu > li.current_page_item > a.no-one-page, .header-4 .primary-menu > li.current-menu-item > a.no-one-page, .header-4 .primary-menu > li.current_page_ancestor > a.no-one-page, .header-4 .primary-menu > li.current-menu-ancestor > a.no-one-page {
    color: #9f3133;
  }
  .header-4 .primary-menu .sub-menu {
    padding-left: 20px !important;
  }
  .header-4 .primary-menu .sub-menu li a {
    border-bottom: 1px solid #eee;
    padding-left: 15px;
  }
  .header-4 .primary-menu .sub-menu li:hover > a, .header-4 .primary-menu .sub-menu li.current_page_item > a, .header-4 .primary-menu .sub-menu li.current-menu-item > a, .header-4 .primary-menu .sub-menu li.current_page_ancestor > a, .header-4 .primary-menu .sub-menu li.current-menu-ancestor > a {
    background-color: #9f3133;
    color: #fff;
  }
  .header-4 .primary-menu .sub-menu li:hover .main-menu-toggle, .header-4 .primary-menu .sub-menu li.current_page_item .main-menu-toggle, .header-4 .primary-menu .sub-menu li.current-menu-item .main-menu-toggle, .header-4 .primary-menu .sub-menu li.current_page_ancestor .main-menu-toggle, .header-4 .primary-menu .sub-menu li.current-menu-ancestor .main-menu-toggle {
    right: 15px;
  }
  .header-4 .primary-menu .sub-menu li:hover .main-menu-toggle:before, .header-4 .primary-menu .sub-menu li.current_page_item .main-menu-toggle:before, .header-4 .primary-menu .sub-menu li.current-menu-item .main-menu-toggle:before, .header-4 .primary-menu .sub-menu li.current_page_ancestor .main-menu-toggle:before, .header-4 .primary-menu .sub-menu li.current-menu-ancestor .main-menu-toggle:before, .header-4 .primary-menu .sub-menu li:hover .main-menu-toggle:after, .header-4 .primary-menu .sub-menu li.current_page_item .main-menu-toggle:after, .header-4 .primary-menu .sub-menu li.current-menu-item .main-menu-toggle:after, .header-4 .primary-menu .sub-menu li.current_page_ancestor .main-menu-toggle:after, .header-4 .primary-menu .sub-menu li.current-menu-ancestor .main-menu-toggle:after {
    background-color: #fff;
  }
  .header-4 .primary-menu .megamenu {
    position: relative;
  }
  .header-4 .primary-menu .megamenu .sub-menu {
    padding-left: 0 !important;
  }
  .header-4 .primary-menu .megamenu .sub-menu .menu li:last-child a {
    border-bottom: none;
  }
}
@media screen and (min-width: 1200px) {
  .primary-menu-not-set {
    list-style: none;
    text-align: right;
  }
  .primary-menu-not-set a {
    line-height: 100px;
    color: #fff;
  }
  .primary-menu-not-set a:hover {
    color: #9f3133;
  }
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: block;
  }
  .primary-menu {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .primary-menu li {
    position: relative;
    list-style: none;
  }
  .primary-menu li a {
    display: block;
    -webkit-transition: all 300ms linear 0ms !important;
    -khtml-transition: all 300ms linear 0ms !important;
    -moz-transition: all 300ms linear 0ms !important;
    -ms-transition: all 300ms linear 0ms !important;
    -o-transition: all 300ms linear 0ms !important;
    transition: all 300ms linear 0ms !important;
  }
  .primary-menu > li {
    display: inline-block;
    vertical-align: middle;
    float: left;
    white-space: nowrap;
  }
  .primary-menu > li > a {
    line-height: 60px;
    font-size: 18px;
    display: block;
    position: relative;
    padding: 0;
  }
  .primary-menu > li:hover > a:before, .primary-menu > li.current_page_item > a:before, .primary-menu > li.current-menu-item > a:before, .primary-menu > li.current_page_ancestor > a:before, .primary-menu > li.current-menu-ancestor > a:before {
    opacity: 1;
    bottom: 0;
  }
  .primary-menu .sub-menu {
    list-style: none;
    margin: 15px 0 0;
    position: absolute;
    background: #fff;
    padding: 0;
    top: 100%;
    left: 0;
    min-width: 235px;
    z-index: 99;
    visibility: hidden;
    opacity: 0;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.15);
    -khtml-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.15);
    -o-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.15);
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    clip: rect(1px, 1px, 1px, 1px);
  }
  .primary-menu .sub-menu li {
    padding: 0;
  }
  .primary-menu .sub-menu li a {
    font-size: 16px;
    font-family: inherit;
    padding: 10px 28px;
  }
  .primary-menu .sub-menu li:last-child > a {
    border-bottom: none;
  }
  .primary-menu .sub-menu .sub-menu {
    border-top: 2px solid #9f3133;
    top: -2px;
    left: 100%;
  }
  .primary-menu .sub-menu .menu-item-has-children > a {
    position: relative;
  }
  .primary-menu .sub-menu .menu-item-has-children > a:before {
    content: "\f105";
    font-family: FontAwesome;
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translate(0, -50%);
    -khtml-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  .primary-menu li:hover, .primary-menu li.focus {
    overflow: visible;
  }
  .primary-menu li:hover > .sub-menu, .primary-menu li.focus > .sub-menu {
    visibility: visible;
    opacity: 1;
    margin-top: 0;
    clip: inherit;
  }
}
@media screen and (max-width: 1199px) {
  .primary-menu-not-set a {
    color: #222;
  }
  .primary-menu-not-set a:hover {
    color: #9f3133;
  }
  .main-navigation {
    background-color: #fff;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    position: absolute;
    z-index: 1001;
    padding: 15px 20px;
    top: calc(100% + 30px);
    top: -webkit-calc(100% + 30px);
    top: -ms-calc(100% + 30px);
    top: -o-calc(100% + 30px);
    bottom: auto;
    left: 0;
    right: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    z-index: -1;
  }
  .main-navigation.navigation-open {
    opacity: 1;
    visibility: visible;
    top: 100%;
    z-index: 999;
  }
  .primary-menu {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .primary-menu li {
    position: relative;
    list-style: none;
  }
  .primary-menu li a {
    display: block;
    padding: 10px 0;
    font-weight: 600;
    font-size: 15px;
  }
  .primary-menu > li > a {
    font-weight: 700;
  }
  .primary-menu .sub-menu {
    position: relative;
    padding-left: 20px;
    display: none;
  }
  .primary-menu .sub-menu.submenu-open + .main-menu-toggle:before {
    height: 0;
  }
  .primary-menu li.focus > .sub-menu {
    visibility: visible;
    opacity: 1;
    max-height: none;
    overflow: visible;
  }
  .main-menu-toggle {
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    cursor: pointer;
    display: inline-block;
    height: 19px;
    line-height: 19px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 10px;
    width: 19px;
  }
  .main-menu-toggle:before, .main-menu-toggle:after {
    content: "";
    position: absolute;
    background-color: #222;
  }
  .main-menu-toggle:before {
    height: 11px;
    left: 9px;
    top: 5px;
    width: 1px;
  }
  .main-menu-toggle:after {
    height: 1px;
    left: 4px;
    top: 10px;
    width: 11px;
  }
}
.comment-navigation, .posts-navigation, .post-navigation {
  /* add class back when submenu out body */
}
.site-main .comment-navigation, .site-main .posts-navigation, .site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}
.comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous {
  float: left;
  width: 50%;
}
.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
ul.back {
  right: 100%;
  left: auto !important;
}
#pagetitle {
  background-color: #222;
  background-size: cover;
  background-repeat: no-repeat;
}
#pagetitle .page-title-content {
  padding: 260px 0 130px;
}
@media screen and (max-width: 1199px) {
  #pagetitle .page-title-content {
    display: block;
    padding: 230px 0 150px !important;
  }
}
@media screen and (max-width: 991px) {
  #pagetitle .page-title-content {
    padding: 80px 0 !important;
  }
}
#pagetitle h1.page-title {
  text-transform: capitalize;
  color: #fff;
  font-weight: bold;
  margin-bottom: 32px;
  word-wrap: break-word;
  line-height: 1.2;
}
@media screen and (min-width: 1200px) {
  #pagetitle h1.page-title {
    font-size: 70px;
    line-height: 85px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #pagetitle h1.page-title {
    font-size: 55px;
    line-height: 1.1;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #pagetitle h1.page-title {
    font-size: 40px;
    margin-bottom: 30px;
    line-height: 1.1;
  }
}
@media screen and (max-width: 767px) {
  #pagetitle h1.page-title {
    font-size: 30px;
    line-height: 1.1;
    margin-bottom: 15px;
  }
}
#pagetitle h1.page-title + .cms-breadcrumb {
  padding-left: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  #pagetitle h1.page-title + .cms-breadcrumb {
    margin-top: 30px;
  }
}
@media screen and (max-width: 575px) {
  #pagetitle h1.page-title + .cms-breadcrumb {
    margin-top: 0px;
  }
}
#pagetitle .cms-breadcrumb {
  margin-top: 40px;
  padding-left: 0;
}
#pagetitle .cms-breadcrumb li {
  display: inline-block;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
}
#pagetitle .cms-breadcrumb li + li {
  padding-left: 10px;
  position: relative;
}
#pagetitle .cms-breadcrumb li + li:before {
  margin-right: 6px;
  content: "|";
  display: inline-block;
}
#pagetitle .cms-breadcrumb li a {
  color: rgba(255, 255, 255, 0.87);
}
#pagetitle .cms-breadcrumb li a:hover {
  color: #fff;
}
#pagetitle .sub-title {
  margin-top: 43px;
  font-family: 'Renner Book';
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #pagetitle .sub-title {
    font-size: 16px;
    margin-top: 20px;
    text-transform: unset;
  }
}
.error404 {
  background-image: url(../images/bg-404.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.error404 .title-404 {
  font-size: 200px;
  font-family: 'Renner Medium';
  color: #9f3133;
  letter-spacing: 0;
  line-height: 1;
  margin-bottom: 20px;
}
@media screen and (max-width: 991px) {
  .error404 .title-404 {
    font-size: 130px;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 767px) {
  .error404 .title-404 {
    font-size: 70px;
  }
}
@media screen and (max-width: 575px) {
  .error404 .title-404 {
    font-size: 50px;
  }
}
.error404 .sub-title-404 {
  font-family: 'Renner Medium';
  font-size: 48px;
  font-weight: bold;
  margin-top: -7px;
  letter-spacing: 0.3em;
  line-height: 70px;
  text-transform: uppercase;
  margin-bottom: 45px;
}
@media screen and (max-width: 991px) {
  .error404 .sub-title-404 {
    font-size: 35px;
    line-height: 40px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .error404 .sub-title-404 {
    font-size: 30px;
    line-height: 38px;
    margin-bottom: 20px;
  }
}
.error404 .excerpt-404 {
  font-size: 20px;
  line-height: 33px;
  color: #777;
  margin-bottom: 47px;
}
@media screen and (max-width: 575px) {
  .error404 .excerpt-404 {
    font-size: 18px;
  }
}
.error404 .site-content {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
  height: 100vh;
}
.error404 .content-area {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.error404 .btn-404 {
  background: #222;
  height: 43px;
  line-height: 43px;
  display: inline-block;
  padding: 0 40px;
  text-align: center;
  font-size: 13px;
  font-weight: 500;
  font-family: "Renner Medium";
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #fff;
}
.error404 .btn-404:hover {
  background: #9f3133;
}
.error404 .error-404 {
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 992px) {
  .error404 .error-404 {
    padding-top: 45px;
    padding-bottom: 45px;
  }
}
.page-template-blog-standard .posts-pagination {
  padding-top: 0;
}
.article-hentry-item {
  margin-bottom: 50px;
  background-color: #fff;
}
.article-hentry-item:last-child {
  margin-bottom: 0;
}
.article-hentry-item .entry-meta-archive {
  list-style: none;
  padding-left: 0;
  margin: 0 0 22px;
  padding-bottom: 15px;
  position: relative;
  border-bottom: 1px solid rgba(119, 119, 119, 0.2);
}
.article-hentry-item .entry-meta-archive:before {
  content: '';
  width: 40px;
  height: 1px;
  background-color: #9f3133;
  position: absolute;
  bottom: -1px;
  left: 0;
}
.article-hentry-item .entry-meta-archive li {
  margin-right: 15px;
  display: inline-block;
}
.article-hentry-item .entry-meta-archive li i {
  color: #9f3133;
  margin-right: 5px;
}
.article-hentry-item .entry-meta-archive li a {
  color: #777;
}
.article-hentry-item .entry-meta-archive li a:hover {
  color: #9f3133;
}
.article-hentry-item .entry-meta-archive li.li-sticky {
  font-weight: bold;
  color: #222;
}
.article-hentry-item .entry-meta-archive li.li-sticky i {
  font-size: 25px;
  position: relative;
  top: 5px;
}
.article-hentry-item .entry-meta-archive li:last-child {
  margin-right: 0;
}
.article-hentry-item .entry-content {
  margin-bottom: 18px;
}
.article-hentry-item .entry-featured {
  overflow: hidden;
}
.article-hentry-item .entry-featured img {
  width: 100%;
}
.article-hentry-item .entry-featured .entry-video {
  margin-bottom: -8px;
}
.article-hentry-item .entry-title {
  font-size: 25px;
  line-height: 1.52;
  font-weight: bold;
  letter-spacing: 0.03em;
  margin-bottom: 10px;
}
.article-hentry-item .entry-content {
  margin-bottom: 18px;
}
.article-hentry-item .entry-featured {
  overflow: hidden;
}
.article-hentry-item .entry-featured img {
  width: 100%;
}
.article-hentry-item .entry-holder {
  -webkit-box-shadow: 0 2px 29px rgba(34, 34, 34, 0.14);
  -khtml-box-shadow: 0 2px 29px rgba(34, 34, 34, 0.14);
  -moz-box-shadow: 0 2px 29px rgba(34, 34, 34, 0.14);
  -ms-box-shadow: 0 2px 29px rgba(34, 34, 34, 0.14);
  -o-box-shadow: 0 2px 29px rgba(34, 34, 34, 0.14);
  box-shadow: 0 2px 29px rgba(34, 34, 34, 0.14);
  padding: 30px;
}
.article-hentry-item .entry-readmore a {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 500;
  font-family: "Renner Medium";
  letter-spacing: 0.1em;
  color: #222;
  padding-bottom: 3px;
  position: relative;
}
.article-hentry-item .entry-readmore a:before, .article-hentry-item .entry-readmore a:after {
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  content: "";
  height: 1px;
}
.article-hentry-item .entry-readmore a:before {
  width: 100%;
  background-color: #222;
}
.article-hentry-item .entry-readmore a:after {
  width: 0;
  background-color: #9f3133;
}
.article-hentry-item .entry-readmore a:hover {
  color: #9f3133;
}
.article-hentry-item .entry-readmore a:hover:after {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .article-hentry-item .entry-featured img {
    width: 100%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .article-hentry-item {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .article-hentry-item {
    margin-bottom: 50px;
  }
}
.search-results article.single-hentry {
  border-color: transparent;
  background-color: #fff;
  padding: 55px 70px 50px;
  border: 1px solid #d8d8d8;
  margin-bottom: 50px;
  background-color: #fff;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
.search-results article.single-hentry:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.11);
}
.search-results article.single-hentry .entry-title i {
  font-size: 18px;
}
.search-results article.single-hentry .entry-content {
  margin-bottom: 30px;
}
.cms-back-blog {
  font-size: 15px;
  font-weight: 500;
}
.cms-back-blog a {
  color: #222;
}
.cms-back-blog a:hover {
  color: #9f3133;
}
.cms-back-blog i {
  padding-right: 9px;
}
.sticky {
  display: block;
}
.updated:not(.published) {
  display: none;
}
.format-gallery .entry-featured {
  position: relative;
}
.format-gallery .entry-featured .owl-next, .format-gallery .entry-featured .owl-prev {
  background: #fff;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  position: absolute;
  color: #222;
  font-size: 18px;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  opacity: 0;
}
.format-gallery .entry-featured .owl-next:hover, .format-gallery .entry-featured .owl-prev:hover {
  background: #9f3133;
  color: #fff;
}
.format-gallery .entry-featured .owl-next {
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.format-gallery .entry-featured .owl-prev {
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.format-gallery .entry-featured:hover .owl-next, .format-gallery .entry-featured:hover .owl-prev {
  opacity: 1;
}
.format-gallery .entry-featured:hover .owl-next.disabled, .format-gallery .entry-featured:hover .owl-prev.disabled {
  opacity: 0.76;
}
.single-event .entry-holder {
  margin-top: -5px;
}
.single-event .entry-holder header {
  margin-bottom: 33px;
}
.single-event .entry-holder header .single-event-title {
  font-size: 30px;
}
.single-event .entry-holder .date-event {
  background-color: #222;
  padding: 17px 23px;
  font-size: 20px;
  font-family: "Renner Book";
  color: #fff;
  margin-bottom: 25px;
}
.page-template-blog-standard .single-hentry .entry-holder, .archive .single-hentry .entry-holder {
  padding: 33px 0 23px;
}
.blog .single-hentry .entry-holder {
  padding: 33px 30px 18px;
  margin-bottom: 50px;
  background: #f8f8f8;
}
.blog .single-hentry .entry-meta li, .blog .single-hentry .entry-meta li a {
  color: #777;
  font-weight: 300;
}
.blog .single-hentry .entry-meta li {
  font-weight: 300;
  color: #777;
}
.blog .single-hentry .entry-meta li i {
  color: #9f3133;
}
.entry-video iframe, .entry-video .wp-video {
  width: 100% !important;
}
.entry-meta {
  padding-left: 0;
  list-style: none;
}
.entry-meta li.li-author a {
  font-size: 17px;
  color: #222;
}
.entry-meta li.li-author a + span.author-name {
  display: block;
  font-size: 15px;
  color: #777;
}
.entry-meta li.li-author .author-meta {
  padding-left: 60px;
}
.entry-meta li.li-tag i {
  display: inline-block;
}
.entry-meta li.li-tag .entry-tags {
  display: inline-block;
}
.entry-meta li.li-tag .entry-tags a {
  display: inline-block;
  position: relative;
  padding-left: 10px;
  margin-right: 8px;
}
.entry-meta li.li-tag .entry-tags a:before {
  content: "#";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.entry-meta li.li-tag .entry-tags a:last-child {
  margin-right: 0;
}
.entry-meta li.li-comment a, .entry-meta li.li-comment i {
  color: #777;
}
.entry-meta li {
  text-transform: capitalize;
  display: inline-block;
  font-size: 14px;
  margin-bottom: 6px;
  color: #777;
}
@media screen and (max-width: 575px) {
  .entry-meta li:first-child {
    margin-right: 10px;
  }
}
.entry-meta li a {
  color: #777;
}
.entry-meta li i {
  margin-right: 5px;
}
.entry-meta li + li {
  padding-left: 16px;
}
@media screen and (max-width: 575px) {
  .entry-meta li + li {
    padding-left: 0;
    margin-right: 16px;
  }
}
.entry-meta-sg {
  list-style: none;
  margin-bottom: 0;
  list-style: none;
  padding-left: 0;
  margin: 0 0 12px;
  padding-bottom: 5px;
}
.entry-meta-sg li {
  display: inline-block;
  color: #777;
  margin-right: 15px;
}
.entry-meta-sg li:last-child {
  margin-right: 0;
}
.entry-meta-sg li a {
  color: #777;
}
.entry-meta-sg li i {
  margin-right: 5px;
  color: #9f3133;
}
.posts-pagination {
  text-align: center;
  width: 100%;
  padding-top: 20px;
}
.posts-pagination .loop-pagination {
  display: table;
  margin-left: auto;
  margin-right: auto;
}
.posts-pagination .page-numbers {
  background-color: #222;
  color: #fff;
  height: 35px;
  width: 35px;
  line-height: 35px;
  text-align: center;
  display: inline-block;
  float: left;
  font-size: 15px;
  font-weight: 500;
}
.posts-pagination .page-numbers + .page-numbers {
  margin-left: 9px;
}
.posts-pagination .page-numbers.next, .posts-pagination .page-numbers.prev {
  position: relative;
}
.posts-pagination .page-numbers.next i, .posts-pagination .page-numbers.prev i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.posts-pagination .page-numbers:hover {
  color: #fff;
  background-color: #9f3133;
}
.posts-pagination .page-numbers.current {
  background-color: #9f3133;
  line-height: 35px;
  color: #fff;
}
.post-type-archive-swh-post .posts-pagination {
  padding-top: 0;
}
.li-category a {
  margin-right: 5px;
  position: relative;
  padding-right: 5px;
}
.li-category a:after {
  content: ",";
  position: absolute;
  bottom: 0;
  right: 0;
}
.li-category a:last-child {
  margin-right: 0;
  padding-right: 0;
}
.li-category a:last-child:after {
  display: none;
}
.single-post .entry-meta, .single-gallerie .entry-meta {
  font-size: 15px;
  margin-top: 0;
  margin-bottom: 25px;
}
.single-post .entry-meta .li-comment, .single-gallerie .entry-meta .li-comment {
  color: #777;
  float: none;
}
.single-post .entry-meta .li-author, .single-gallerie .entry-meta .li-author {
  color: #777;
}
.single-post .entry-meta li a, .single-gallerie .entry-meta li a {
  color: #777;
}
.single-post .entry-meta li a:hover, .single-gallerie .entry-meta li a:hover {
  color: #9f3133;
}
.single-post .entry-meta li a:hover i, .single-gallerie .entry-meta li a:hover i {
  color: #9f3133;
}
.single-post .entry-meta li + li, .single-gallerie .entry-meta li + li {
  margin-right: 5px;
  padding-left: 10px;
}
.single-post .entry-featured, .single-gallerie .entry-featured {
  margin-bottom: 25px;
}
.single-post .entry-featured .post-image, .single-gallerie .entry-featured .post-image {
  overflow: hidden;
}
.single-post .entry-featured .post-image img, .single-gallerie .entry-featured .post-image img {
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 100%;
}
.single-post .entry-featured .post-image img:hover, .single-gallerie .entry-featured .post-image img:hover {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.single-post .entry-featured + .entry-holder .entry-meta, .single-gallerie .entry-featured + .entry-holder .entry-meta {
  font-size: 15px;
  margin-top: 0;
  margin-bottom: 10px;
}
@media screen and (max-width: 575px) {
  .single-post .entry-featured, .single-gallerie .entry-featured {
    margin-bottom: 30px;
  }
  .single-post .entry-featured .post-image, .single-gallerie .entry-featured .post-image {
    position: relative;
  }
  .single-post .entry-featured + .entry-holder .entry-meta, .single-gallerie .entry-featured + .entry-holder .entry-meta {
    display: table;
    text-align: center;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 30px;
    border: 1px solid #f9f9f9;
    border-top: none;
    text-align: center;
    padding-bottom: 10px;
  }
}
.single-post .entry-holder, .single-gallerie .entry-holder {
  margin-bottom: 0px;
  margin-top: 0;
  padding-top: 0;
}
.single-post .meta-single-post, .single-gallerie .meta-single-post {
  margin-bottom: 29px;
}
.single-post .meta-single-post .post-like, .single-gallerie .meta-single-post .post-like, .single-post .meta-single-post .entry-social-share, .single-gallerie .meta-single-post .entry-social-share {
  font-size: 20px;
}
.single-post .meta-single-post .post-like, .single-gallerie .meta-single-post .post-like {
  margin-right: 30px;
}
.single-post .meta-single-post .post-like a, .single-gallerie .meta-single-post .post-like a {
  color: #222;
}
.single-post .meta-single-post .post-like a i, .single-gallerie .meta-single-post .post-like a i {
  margin-right: 10px;
  color: #9f3133;
}
.single-post .meta-single-post .post-like a i:hover, .single-gallerie .meta-single-post .post-like a i:hover {
  color: rgba(159, 49, 51, 0.8);
}
.single-post .meta-single-post .entry-social-share, .single-gallerie .meta-single-post .entry-social-share {
  color: #222;
}
.single-post .meta-single-post .entry-social-share ul, .single-gallerie .meta-single-post .entry-social-share ul {
  padding-left: 0;
  display: inline-block;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: -5px;
  margin-right: -5px;
}
.single-post .meta-single-post .entry-social-share ul li, .single-gallerie .meta-single-post .entry-social-share ul li {
  display: inline-block;
  margin-right: 5px;
  margin-left: 5px;
  float: left;
}
.single-post .meta-single-post .entry-social-share ul li a, .single-gallerie .meta-single-post .entry-social-share ul li a {
  color: #fff;
  width: 34px;
  height: 34px;
  display: block;
  text-align: center;
  font-size: 13px;
  position: relative;
  background-color: #9f3133;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.single-post .meta-single-post .entry-social-share ul li a i, .single-gallerie .meta-single-post .entry-social-share ul li a i {
  font-family: FontAwesome;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.single-post .meta-single-post .entry-social-share ul li a i:before, .single-gallerie .meta-single-post .entry-social-share ul li a i:before {
  font-family: FontAwesome;
}
.single-post .meta-single-post .entry-social-share ul li.title-social, .single-gallerie .meta-single-post .entry-social-share ul li.title-social {
  line-height: 34px;
  height: 34px;
  color: #222;
  margin-left: 0;
  margin-right: 5px;
}
.single-post .meta-single-post .entry-social-share ul li.fb-social a, .single-gallerie .meta-single-post .entry-social-share ul li.fb-social a {
  background: #3b5998;
}
.single-post .meta-single-post .entry-social-share ul li.tw-social a, .single-gallerie .meta-single-post .entry-social-share ul li.tw-social a {
  background: #00acee;
}
.single-post .meta-single-post .entry-social-share ul li.em-social a, .single-gallerie .meta-single-post .entry-social-share ul li.em-social a {
  background: #ca1f27;
}
.single-post .meta-single-post .entry-social-share ul li.g-social a, .single-gallerie .meta-single-post .entry-social-share ul li.g-social a {
  background: #dd4b39;
}
@media screen and (min-width: 768px) {
  .single-post .meta-single-post, .single-gallerie .meta-single-post {
    display: flex;
  }
  .single-post .meta-single-post .post-like, .single-gallerie .meta-single-post .post-like {
    flex-grow: 1;
  }
  .single-post .meta-single-post .entry-social-share, .single-gallerie .meta-single-post .entry-social-share {
    flex-grow: 0;
  }
}
@media screen and (max-width: 767px) {
  .single-post .meta-single-post, .single-gallerie .meta-single-post {
    text-align: center;
  }
  .single-post .meta-single-post .post-like, .single-gallerie .meta-single-post .post-like {
    margin-right: 0px;
    padding-bottom: 10px;
  }
}
.single-post .cms-title-sinlge-custom, .single-gallerie .cms-title-sinlge-custom {
  font-size: 20px;
  font-weight: bold;
  color: #222;
}
.single-post .cms-p-custom, .single-gallerie .cms-p-custom {
  margin-bottom: 24px;
}
.single-post .cms-blockquote-custom, .single-gallerie .cms-blockquote-custom {
  color: #222;
}
.single-post .entry-content-bottom, .single-gallerie .entry-content-bottom {
  margin: 0px 0 10px;
}
.single-post .entry-content-bottom .entry-tags, .single-gallerie .entry-content-bottom .entry-tags {
  padding: 0px;
  margin-top: 30px;
  margin-bottom: 30px;
}
.single-post .entry-holder, .single-gallerie .entry-holder {
  padding-bottom: 10px;
}
.single-post .entry-author-info, .single-gallerie .entry-author-info {
  margin-top: 30px;
  padding-bottom: 25px;
  border-bottom: 1px solid #d8d8d8;
}
.single-post .entry-author-info .author-avatar, .single-gallerie .entry-author-info .author-avatar {
  width: 100px;
  float: left;
  -webkit-border-radius: 7px;
  -khtml-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  border-radius: 7px;
  overflow: hidden;
}
.single-post .entry-author-info .author-avatar img, .single-gallerie .entry-author-info .author-avatar img {
  width: 100%;
}
.single-post .entry-author-info .author-description, .single-gallerie .entry-author-info .author-description {
  padding-left: 130px;
  font-size: 15px;
}
.single-post .entry-author-info .author-description span, .single-gallerie .entry-author-info .author-description span {
  color: #282828;
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 15px;
  margin-top: -4px;
}
.single-post .entry-author-info .author-description .user-social, .single-gallerie .entry-author-info .author-description .user-social {
  padding-left: 0;
  margin-bottom: 0;
}
.single-post .entry-author-info .user-social li, .single-gallerie .entry-author-info .user-social li {
  display: inline-block;
}
.single-post .entry-author-info .user-social li a, .single-gallerie .entry-author-info .user-social li a {
  color: #5d5d5d;
  font-size: 15px;
}
.single-post .entry-author-info .user-social li a:hover, .single-gallerie .entry-author-info .user-social li a:hover {
  color: #9f3133;
}
.single-post .entry-author-info .user-social li + li, .single-gallerie .entry-author-info .user-social li + li {
  margin-left: 24px;
}
.single-post .post-previous-next, .single-gallerie .post-previous-next {
  padding: 45px 0 40px;
  border-top: 1px solid rgba(119, 119, 119, 0.3);
  border-bottom: 1px solid rgba(119, 119, 119, 0.3);
}
.single-post .post-previous-next a, .single-gallerie .post-previous-next a {
  width: 100%;
  display: block;
}
.single-post .post-previous-next .nav-inner, .single-gallerie .post-previous-next .nav-inner {
  position: relative;
}
.single-post .post-previous-next .nav-inner span, .single-gallerie .post-previous-next .nav-inner span {
  text-transform: uppercase;
  font-size: 12px;
  color: #777;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  display: block;
  font-weight: 500;
}
.single-post .post-previous-next .nav-inner span.post-pn-title, .single-gallerie .post-previous-next .nav-inner span.post-pn-title {
  text-transform: capitalize;
  color: #222;
  font-size: 17px;
  line-height: 30px;
  font-family: 'Renner Book';
}
.single-post .post-previous-next .nav-inner i, .single-gallerie .post-previous-next .nav-inner i {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -khtml-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 35px;
  color: rgba(119, 119, 119, 0.5);
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
.single-post .post-previous-next .nav-inner.nav-inner-prev, .single-gallerie .post-previous-next .nav-inner.nav-inner-prev {
  padding-left: 44px;
}
.single-post .post-previous-next .nav-inner.nav-inner-prev i, .single-gallerie .post-previous-next .nav-inner.nav-inner-prev i {
  left: 0;
}
.single-post .post-previous-next .nav-inner.nav-inner-prev:hover i, .single-gallerie .post-previous-next .nav-inner.nav-inner-prev:hover i {
  color: #9f3133;
}
.single-post .post-previous-next .nav-inner.nav-inner-next, .single-gallerie .post-previous-next .nav-inner.nav-inner-next {
  padding-right: 44px;
}
.single-post .post-previous-next .nav-inner.nav-inner-next i, .single-gallerie .post-previous-next .nav-inner.nav-inner-next i {
  right: 0;
}
.single-post .post-previous-next .nav-inner.nav-inner-next:hover i, .single-gallerie .post-previous-next .nav-inner.nav-inner-next:hover i {
  color: #9f3133;
}
.single-post .post-previous-next .nav-link-prev, .single-gallerie .post-previous-next .nav-link-prev {
  width: 50% !important;
}
.single-post .post-previous-next .nav-link-prev .nav-inner span:first-child, .single-gallerie .post-previous-next .nav-link-prev .nav-inner span:first-child {
  color: #777;
}
.single-post .post-previous-next .nav-link-prev .nav-inner span:first-child:before, .single-gallerie .post-previous-next .nav-link-prev .nav-inner span:first-child:before {
  content: "\f104";
  margin-right: 5px;
}
.single-post .post-previous-next .nav-link-prev .nav-inner span:first-child:hover, .single-gallerie .post-previous-next .nav-link-prev .nav-inner span:first-child:hover {
  color: #9f3133;
}
.single-post .post-previous-next .nav-link-prev .nav-inner span:first-child:hover:before, .single-gallerie .post-previous-next .nav-link-prev .nav-inner span:first-child:hover:before {
  color: #9f3133;
}
.single-post .post-previous-next .nav-link-next .nav-inner span:first-child, .single-gallerie .post-previous-next .nav-link-next .nav-inner span:first-child {
  color: #777;
}
.single-post .post-previous-next .nav-link-next .nav-inner span:first-child:after, .single-gallerie .post-previous-next .nav-link-next .nav-inner span:first-child:after {
  content: "\f105";
  margin-left: 5px;
}
@media screen and (max-width: 575px) {
  .single-post .post-previous-next .nav-link-prev, .single-gallerie .post-previous-next .nav-link-prev {
    width: 100% !important;
    margin-bottom: 0;
    padding-bottom: 50px;
    position: relative;
  }
  .single-post .post-previous-next .nav-link-prev:after, .single-gallerie .post-previous-next .nav-link-prev:after {
    position: absolute;
    content: "";
    width: 100px;
    height: 1px;
    bottom: 25px;
    display: block;
    background: #777;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -khtml-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .single-post .post-previous-next .nav-link-next, .single-gallerie .post-previous-next .nav-link-next {
    width: 100% !important;
  }
}
@media screen and (min-width: 992px) {
  .single-post #primary.content-has-sidebar, .page-template-blog-standard #primary.content-has-sidebar {
    flex: 0 0 66.6667%;
    max-width: 66.6667%;
  }
}
.widget:last-child {
  margin-bottom: 0;
}
.widget select {
  max-width: 100%;
}
.widget.widget_newsletterwidgetminimal .widget-title {
  display: none;
}
.widget.widget_newsletterwidgetminimal form {
  position: relative;
  max-width: 484px;
}
.widget.widget_newsletterwidgetminimal form .tnp-email {
  height: 50px;
  line-height: 48px;
  margin-bottom: 0;
  padding-right: 137px;
  padding-left: 20px;
  font-style: italic;
  background-color: transparent;
  border: 1px solid #c8c8c8;
}
.widget.widget_newsletterwidgetminimal form .tnp-email:focus {
  border-color: #9f3133;
}
.widget.widget_newsletterwidgetminimal form .tnp-email::-webkit-input-placeholder {
  color: #c8c8c8;
  font-size: 12px;
  font-style: italic;
}
.widget.widget_newsletterwidgetminimal form .tnp-email::-moz-placeholder {
  color: #c8c8c8;
  font-size: 12px;
  font-style: italic;
}
.widget.widget_newsletterwidgetminimal form .tnp-email::-ms-input-placeholder {
  color: #c8c8c8;
  font-size: 12px;
  font-style: italic;
}
.widget.widget_newsletterwidgetminimal form .tnp-email::-moz-placeholder {
  color: #c8c8c8;
  font-size: 12px;
  font-style: italic;
}
.widget.widget_newsletterwidgetminimal form .tnp-submit {
  position: absolute;
  top: 0;
  right: 0;
  font-weight: 500;
  width: 137px;
  text-align: center;
  height: 50px;
  line-height: 50px;
  padding: 0;
  letter-spacing: 1px;
  background-color: #9f3133;
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .widget.widget_newsletterwidgetminimal form {
    max-width: 100%;
  }
  .widget.widget_newsletterwidgetminimal form .tnp-email {
    padding-right: 25px;
    margin-bottom: 20px;
  }
  .widget.widget_newsletterwidgetminimal form .tnp-submit {
    position: static;
    width: 100%;
  }
}
.new-letter-form-home1 .widget.widget_newsletterwidgetminimal form .tnp-email {
  color: #fff;
  border: 1px solid #c8c8c8;
}
.cms-widget-room-infor {
  line-height: 24px;
  font-family: 'Renner Book';
  color: #222;
}
.cms-widget-room-infor i {
  font-size: 17px;
  color: #9f3133;
  margin-right: 7px;
}
.cms-widget-room-infor + .cms-widget-room-infor {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px dashed rgba(119, 119, 119, 0.6);
}
.wpb_widgetised_column .widget {
  margin-bottom: 50px;
}
.wpb_widgetised_column .widget:last-child {
  margin-bottom: 0;
}
.logged-in .hide-logged {
  display: none;
}
#content .widget_product_categories ul ul ul ul ul, #content .widget_categories ul ul ul ul ul, #content .widget_pages ul ul ul ul ul, #content .widget_nav_menu ul ul ul ul ul, #content .widget_meta ul ul ul ul ul {
  padding-left: 0;
}
#content .widget_categories ul li, #content .widget_nav_menu ul li, #content .widget_pages ul li, #content .widget_archive ul li, #content .widget_meta ul li {
  padding-bottom: 2px;
  margin-bottom: 5px;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
#content .widget_categories ul li:last-child, #content .widget_nav_menu ul li:last-child, #content .widget_pages ul li:last-child, #content .widget_archive ul li:last-child, #content .widget_meta ul li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
#content .widget_categories ul li a, #content .widget_nav_menu ul li a, #content .widget_pages ul li a, #content .widget_archive ul li a, #content .widget_meta ul li a {
  margin-left: -15px;
  color: #222;
  padding: 0px 0px 0px 0;
  font-size: 15px;
  line-height: normal;
  letter-spacing: 0.03em;
  font-family: 'Renner Book';
}
#content .widget_categories ul li a:before, #content .widget_nav_menu ul li a:before, #content .widget_pages ul li a:before, #content .widget_archive ul li a:before, #content .widget_meta ul li a:before {
  opacity: 0;
  display: inline-block;
  content: '';
  background-color: #9f3133;
  margin-right: 8px;
  position: relative;
  top: 0px;
  height: 6px;
  width: 6px;
  -webkit-border-radius: 6px;
  -khtml-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  color: inherit;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
#content .widget_categories ul li a:hover, #content .widget_nav_menu ul li a:hover, #content .widget_pages ul li a:hover, #content .widget_archive ul li a:hover, #content .widget_meta ul li a:hover {
  color: #9f3133;
  margin-left: 0px;
}
#content .widget_categories ul li a:hover:before, #content .widget_nav_menu ul li a:hover:before, #content .widget_pages ul li a:hover:before, #content .widget_archive ul li a:hover:before, #content .widget_meta ul li a:hover:before {
  opacity: 1;
}
#content .widget_categories ul li {
  padding-bottom: 4px;
}
#secondary .cms-room-meta {
  margin-top: 45px;
}
.widget_meta ul li {
  color: #000;
}
.widget_product_categories ul li {
  margin-bottom: 2px;
}
.widget_product_categories ul li:first-child {
  margin-top: 7px;
}
.widget_product_categories ul li:last-child {
  margin-bottom: 5px;
}
.widget_product_categories ul li a {
  display: block;
  background: #f8f8f8;
  padding: 12px 15px 12px 50px;
  color: ;
  position: relative;
  font-family: 'Renner Book';
  -webkit-transition: all 500ms ease-in-out 0s;
  -khtml-transition: all 500ms ease-in-out 0s;
  -moz-transition: all 500ms ease-in-out 0s;
  -ms-transition: all 500ms ease-in-out 0s;
  -o-transition: all 500ms ease-in-out 0s;
  transition: all 500ms ease-in-out 0s;
}
.widget_product_categories ul li a:before {
  top: 13px;
  left: 35px;
  content: "\25A0";
  float: left;
  color: #cecece;
  font-family: FontAwesome;
  position: absolute;
}
.widget_product_categories ul li a:hover {
  background: #c5a46d;
  color: #fff;
}
#secondary .widget_nav_menu {
  margin-bottom: 40px;
}
#secondary .widget_widget-best-rooms {
  margin-bottom: 45px;
}
#secondary .entry-tags {
  padding: 0 15px;
}
#secondary .entry-tags a {
  font-size: 12px;
  display: inline-block;
  border: 1px solid #9f3133;
  border-image-slice: 1;
  color: #9f3133;
  -webkit-border-radius: 1px;
  -khtml-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  -o-border-radius: 1px;
  border-radius: 1px;
  line-height: 28px;
  height: 30px;
  padding: 0 13px;
}
#secondary .entry-tags a:hover {
  color: #fff;
  background: #222;
  border-color: #222;
}
#secondary .entry-tags a + a {
  margin-left: 6px;
}
#secondary .widget_tag_cloud .tagcloud {
  padding-top: 6px;
}
#secondary .widget_search .widget-title {
  margin-bottom: 12px !important;
}
#secondary .widget_search .search-field {
  margin-bottom: 0;
  padding-left: 14px;
}
#secondary .widget_widget-price-filter {
  margin-bottom: 40px !important;
}
#secondary .widget_widget-price-filter .widget-title {
  margin-bottom: 50px !important;
}
#secondary .widget_widget-price-filter .widget-title span {
  font-weight: 400;
  margin-left: 10px;
  font-family: 'Lora', serif;
  color: #9f3133;
}
@media screen and (min-width: 992px) {
  #secondary .widget_widget-price-filter .widget-title span {
    float: right;
  }
}
#secondary .widget_widget-price-filter .swh-price-filter {
  margin: 0;
  height: 4px;
  background: #c8c8c8;
  margin-bottom: 20px;
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
#secondary .widget_widget-price-filter .swh-price-filter .ui-slider-range {
  background: #9f3133;
}
#secondary .widget_widget-price-filter .swh-price-filter .ui-slider-handle {
  -webkit-border-radius: 14px;
  -khtml-border-radius: 14px;
  -moz-border-radius: 14px;
  -ms-border-radius: 14px;
  -o-border-radius: 14px;
  border-radius: 14px;
  width: 14px;
  height: 14px;
  background: #9f3133;
  border: none;
  top: -6px;
}
#secondary .widget_cms_recent_posts .posts-list, #secondary .widget_widget-best-rooms .posts-list, #secondary .widget_cms_recent_posts2 .posts-list {
  padding-top: 10px;
}
#secondary .widget_cms_recent_posts .entry-brief, #secondary .widget_widget-best-rooms .entry-brief, #secondary .widget_cms_recent_posts2 .entry-brief {
  margin-bottom: 25px;
  padding-bottom: 8px;
}
#secondary .widget_cms_recent_posts .entry-brief:last-child, #secondary .widget_widget-best-rooms .entry-brief:last-child, #secondary .widget_cms_recent_posts2 .entry-brief:last-child {
  border-bottom: none;
  margin-bottom: 5px;
  padding-bottom: 0;
}
#secondary .widget_cms_recent_posts .entry-brief .entry-media, #secondary .widget_widget-best-rooms .entry-brief .entry-media, #secondary .widget_cms_recent_posts2 .entry-brief .entry-media {
  max-width: 88px;
  margin-top: -5px;
  margin-top: 3px;
  float: left;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  overflow: hidden;
}
#secondary .widget_cms_recent_posts .entry-brief .entry-media img, #secondary .widget_widget-best-rooms .entry-brief .entry-media img, #secondary .widget_cms_recent_posts2 .entry-brief .entry-media img {
  width: 100%;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#secondary .widget_cms_recent_posts .entry-brief .entry-media img:hover, #secondary .widget_widget-best-rooms .entry-brief .entry-media img:hover, #secondary .widget_cms_recent_posts2 .entry-brief .entry-media img:hover {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
#secondary .widget_cms_recent_posts .entry-brief .entry-media + .entry-content, #secondary .widget_widget-best-rooms .entry-brief .entry-media + .entry-content, #secondary .widget_cms_recent_posts2 .entry-brief .entry-media + .entry-content {
  padding-left: 100px;
}
#secondary .widget_cms_recent_posts .entry-brief .entry-content .entry-title, #secondary .widget_widget-best-rooms .entry-brief .entry-content .entry-title, #secondary .widget_cms_recent_posts2 .entry-brief .entry-content .entry-title {
  font-size: 15px;
  font-weight: bold;
  clear: none;
  line-height: 20px;
  letter-spacing: 0.03em;
  margin-bottom: 7px;
}
#secondary .widget_cms_recent_posts .entry-brief .entry-content .entry-title a, #secondary .widget_widget-best-rooms .entry-brief .entry-content .entry-title a, #secondary .widget_cms_recent_posts2 .entry-brief .entry-content .entry-title a {
  color: #222;
}
#secondary .widget_cms_recent_posts .entry-brief .entry-content .entry-title a:hover, #secondary .widget_widget-best-rooms .entry-brief .entry-content .entry-title a:hover, #secondary .widget_cms_recent_posts2 .entry-brief .entry-content .entry-title a:hover {
  color: #9f3133;
}
#secondary .widget_cms_recent_posts .entry-brief .entry-date, #secondary .widget_widget-best-rooms .entry-brief .entry-date, #secondary .widget_cms_recent_posts2 .entry-brief .entry-date, #secondary .widget_cms_recent_posts .entry-brief .cms-price-wg, #secondary .widget_widget-best-rooms .entry-brief .cms-price-wg, #secondary .widget_cms_recent_posts2 .entry-brief .cms-price-wg {
  font-size: 15px;
  color: #777;
}
#secondary .widget_cms_recent_posts .entry-brief .cms-readmore, #secondary .widget_widget-best-rooms .entry-brief .cms-readmore, #secondary .widget_cms_recent_posts2 .entry-brief .cms-readmore, #secondary .widget_cms_recent_posts .entry-brief .btn-book-now, #secondary .widget_widget-best-rooms .entry-brief .btn-book-now, #secondary .widget_cms_recent_posts2 .entry-brief .btn-book-now {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
  display: inline-block;
  position: relative;
  letter-spacing: 0.1em;
  font-family: "Renner Medium";
}
#secondary .widget_cms_recent_posts .entry-brief .cms-readmore:after, #secondary .widget_widget-best-rooms .entry-brief .cms-readmore:after, #secondary .widget_cms_recent_posts2 .entry-brief .cms-readmore:after, #secondary .widget_cms_recent_posts .entry-brief .btn-book-now:after, #secondary .widget_widget-best-rooms .entry-brief .btn-book-now:after, #secondary .widget_cms_recent_posts2 .entry-brief .btn-book-now:after {
  display: block;
  position: absolute;
  content: "";
  bottom: 2px;
  height: 1px;
  width: 100%;
  left: 0;
  -webkit-transition: all 300ms ease-in-out 0s;
  -khtml-transition: all 300ms ease-in-out 0s;
  -moz-transition: all 300ms ease-in-out 0s;
  -ms-transition: all 300ms ease-in-out 0s;
  -o-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s;
  background-color: #222;
}
#secondary .widget_cms_recent_posts .entry-brief .cms-readmore:hover, #secondary .widget_widget-best-rooms .entry-brief .cms-readmore:hover, #secondary .widget_cms_recent_posts2 .entry-brief .cms-readmore:hover, #secondary .widget_cms_recent_posts .entry-brief .btn-book-now:hover, #secondary .widget_widget-best-rooms .entry-brief .btn-book-now:hover, #secondary .widget_cms_recent_posts2 .entry-brief .btn-book-now:hover {
  color: #9f3133;
}
#secondary .widget_cms_recent_posts .entry-brief .cms-readmore:hover:after, #secondary .widget_widget-best-rooms .entry-brief .cms-readmore:hover:after, #secondary .widget_cms_recent_posts2 .entry-brief .cms-readmore:hover:after, #secondary .widget_cms_recent_posts .entry-brief .btn-book-now:hover:after, #secondary .widget_widget-best-rooms .entry-brief .btn-book-now:hover:after, #secondary .widget_cms_recent_posts2 .entry-brief .btn-book-now:hover:after {
  background-color: #9f3133;
}
#secondary .widget_widget-best-rooms .entry-brief .entry-media {
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
#secondary .widget_widget-best-rooms .entry-brief .entry-content .entry-title {
  margin-bottom: 0px;
}
#secondary .widget_cs_social_widget .cms-social li {
  margin: 5px 10px 5px 0;
}
#secondary .widget_cs_social_widget .cms-social li:last-child {
  margin-right: 0;
}
#secondary .widget_cs_social_widget .cms-social li a {
  width: 50px;
  height: 50px;
  font-size: 20px;
  display: block;
  text-align: center;
  line-height: 48px;
  border: 1px solid #ddd;
  color: #000;
  display: block;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 300ms ease-in-out 0s;
  -khtml-transition: all 300ms ease-in-out 0s;
  -moz-transition: all 300ms ease-in-out 0s;
  -ms-transition: all 300ms ease-in-out 0s;
  -o-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s;
}
#secondary .widget_cs_social_widget .cms-social li a:before {
  position: absolute;
  left: -100%;
  display: block;
  width: 100%;
  content: " ";
  z-index: -1;
  height: 100%;
  background: #9f3133;
  border-color: #9f3133;
  -webkit-transition: all 300ms ease-in-out 0s;
  -khtml-transition: all 300ms ease-in-out 0s;
  -moz-transition: all 300ms ease-in-out 0s;
  -ms-transition: all 300ms ease-in-out 0s;
  -o-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s;
}
#secondary .widget_cs_social_widget .cms-social li a:hover {
  color: #fff;
}
#secondary .widget_cs_social_widget .cms-social li a:hover:before {
  left: 0;
}
#secondary .fb-page {
  margin-top: 5px;
}
#secondary .cms-recent-service .recent-service-item {
  margin-bottom: 2px;
}
#secondary .cms-recent-service .recent-service-item:first-child {
  margin-top: 7px;
}
#secondary .cms-recent-service .recent-service-item:last-child {
  margin-bottom: 5px;
}
#secondary .cms-recent-service .recent-service-item a {
  display: block;
  background: #f8f8f8;
  padding: 12px 15px 12px 50px;
  color: ;
  position: relative;
  -webkit-transition: all 500ms ease-in-out 0s;
  -khtml-transition: all 500ms ease-in-out 0s;
  -moz-transition: all 500ms ease-in-out 0s;
  -ms-transition: all 500ms ease-in-out 0s;
  -o-transition: all 500ms ease-in-out 0s;
  transition: all 500ms ease-in-out 0s;
}
@media screen and (max-width: 575px) {
  #secondary .cms-recent-service .recent-service-item a {
    padding-left: 30px;
  }
}
#secondary .cms-recent-service .recent-service-item a:before {
  top: 13px;
  left: 35px;
  content: "\25A0";
  float: left;
  color: #cecece;
  font-family: FontAwesome;
  position: absolute;
}
@media screen and (max-width: 575px) {
  #secondary .cms-recent-service .recent-service-item a:before {
    left: 15px;
  }
}
#secondary .cms-recent-service .recent-service-item a:hover {
  background: #c5a46d;
  color: #fff;
}
#secondary .widget_widget-filter-form {
  margin-bottom: 40px !important;
  padding: 0 !important;
  border: none !important;
}
#secondary .widget_widget-filter-form .widget-title {
  margin: 0 !important;
  padding-top: 22px;
  padding-bottom: 22px;
  border-bottom: 1px solid #434343;
}
#secondary .widget_product_search {
  margin-bottom: 70px;
}
#secondary .widget_product_search .woocommerce-product-search {
  position: relative;
}
#secondary .widget_product_search .woocommerce-product-search button {
  height: 50px;
  opacity: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  z-index: 2;
}
#secondary .widget_product_search .woocommerce-product-search:before {
  content: "\f002";
  font-family: FontAwesome;
  font-size: 15px;
  color: #9f3133;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 1;
}
.widget_sp_location_weather_widget_content .sp-location-weather-widget {
  position: relative;
  height: 70px;
}
.widget_sp_location_weather_widget_content .sp-location-weather-widget .sp-location-weather-image {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}
.widget_sp_location_weather_widget_content .sp-location-weather-widget .sp-location-weather-image img {
  width: 120px;
  margin-left: 0 !important;
}
.widget_sp_location_weather_widget_content .sp-location-weather-widget .weather-type {
  display: none !important;
}
.widget_sp_location_weather_widget_content .sp-location-weather-widget .weather-temp {
  font-size: 20px !important;
  font-weight: 700;
  color: #525b6e;
  line-height: 1;
  display: inline-block !important;
  position: absolute;
  top: 0;
  left: 95px;
}
.widget_sp_location_weather_widget_content .sp-location-weather-widget .weather-date {
  text-transform: uppercase;
  font-size: 12px !important;
  margin-bottom: 10px;
  display: inline-block !important;
  top: 20px;
  position: absolute;
  left: 96px;
  margin-bottom: 0;
}
.widget_sp_location_weather_widget_content .sp-location-weather-widget .weather-region {
  font-size: 13px !important;
  display: inline-block !important;
  position: absolute;
  bottom: 10px;
  left: 97px;
}
.widget_recent_comments .recentcomments {
  margin-bottom: 20px;
}
.widget_recent_comments .recentcomments:first-child {
  margin-top: 23px !important;
}
.widget_recent_comments .recentcomments > a {
  font-size: 15px;
}
.widget_recent_comments .recentcomments span {
  display: block;
  font-size: 15px;
  text-transform: capitalize;
}
.widget_rss ul {
  list-style: none;
  padding: 0;
}
.widget_rss li {
  margin-bottom: 16px;
}
.widget_rss li:last-child {
  margin-bottom: 0;
}
.widget_rss .rsswidget {
  font-weight: 700;
  display: inline-block;
}
.widget_rss .rss-date {
  font-size: 0.875em;
  font-style: italic;
  display: block;
}
.widget_rss cite {
  font-weight: 700;
  font-size: 0.875em;
}
.widget_calendar th, .widget_calendar td {
  text-align: center;
}
.widget_search .searchform-wrap {
  position: relative;
}
.widget_search .search-submit {
  position: absolute;
  top: 0;
  right: 0;
  height: 43px;
  width: 43px;
  line-height: 43px;
  padding: 0;
  text-align: center;
  border: none;
  background-color: #9f3133;
  background-image: none;
  color: #fff;
  font-size: 17px;
}
.widget_search .search-field {
  background: transparent;
  height: 43px;
  line-height: 41px;
  padding-right: 50px;
}
.widget_search .search-field:focus {
  background-color: #f8f8f8;
  border: 1px solid #9f3133;
  -webkit-box-shadow: none;
  -khtml-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.widget_search .search-field:focus + .search-submit {
  color: #fff;
}
.widget_search .search-field:focus + .search-submit:hover {
  background-color: #222;
  border-color: transparent;
  color: #fff;
}
.search-no-results .content-area .search-form .searchform-wrap {
  position: relative;
}
.search-no-results .content-area .search-form .searchform-wrap .search-field {
  background: transparent;
  height: 43px;
  line-height: 41px;
  padding-right: 50px;
  border: 1px solid #d8d8d8;
}
.search-no-results .content-area .search-form .searchform-wrap .search-field:focus {
  background-color: #f8f8f8;
  border: 1px solid #9f3133;
}
.search-no-results .content-area .search-form .searchform-wrap .search-submit {
  position: absolute;
  top: 0;
  background-color: transparent;
  right: 0;
  height: 43px;
  line-height: 43px;
  color: #000;
}
#secondary ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
#secondary .widget {
  margin-bottom: 40px;
  padding: 0 30px 28px;
  border: 1px solid rgba(119, 119, 119, 0.3);
}
@media screen and (max-width: 767px) {
  #secondary .widget {
    margin-bottom: 40px;
  }
}
#secondary .widget.swh-checking-form {
  padding: 0;
  border: none;
}
#secondary .widget .widget-title {
  font-size: 20px;
  line-height: 24px;
  font-weight: bold;
  margin: 0px 0 30px 0;
  letter-spacing: 0.03em;
  padding-bottom: 10px;
}
#secondary .widget .widget-title {
  background-color: #222;
  padding: 23px 20px 23px 30px;
  margin-left: -31px;
  margin-right: -31px;
  color: #fff;
}
#secondary .widget:last-child {
  margin-bottom: 0;
}
#secondary .widget.widget_search .search-form {
  margin-top: 34px;
}
@media screen and (max-width: 767px) {
  #secondary .widget.widget_search {
    margin-bottom: 40px;
  }
}
#secondary .widget.cms-widget-text2 {
  padding-bottom: 25px;
}
#secondary .widget.cms-widget-text2 ul li {
  font-size: 15px;
  color: #222;
  line-height: 2;
}
#secondary .widget.cms-widget-text2 ul li.wg-infor-title-inner {
  font-family: 'Playfair Display', serif;
  font-size: 20px;
  line-height: 26px;
  font-weight: bold;
  margin-top: 22px;
  margin-bottom: 3px;
}
#secondary .widget:first-child .widget-title {
  margin-top: 0;
}
#secondary .widget.widget_text p {
  color: #777;
  line-height: 21px;
  font-size: 14px;
}
#secondary .widget.widget_text p:last-child {
  margin-bottom: 0;
}
#secondary .widget.widget_categories ul li:first-child a, #secondary .widget.widget_meta ul li:first-child a, #secondary .widget.widget_recent_comments ul li:first-child a, #secondary .widget.widget_archive ul li:first-child a {
  padding-top: 0 !important;
}
#secondary .widget.widget_categories ul li a, #secondary .widget.widget_meta ul li a, #secondary .widget.widget_recent_comments ul li a, #secondary .widget.widget_archive ul li a {
  padding: 5px 0px 0px 0;
  display: inline-block;
}
#secondary .widget.widget_nav_menu ul.menu > li:first-child, #secondary .widget.widget_pages ul.menu > li:first-child, #secondary .widget.widget_categories ul.menu > li:first-child, #secondary .widget.widget_nav_menu ul li.page_item_has_children:first-child, #secondary .widget.widget_pages ul li.page_item_has_children:first-child, #secondary .widget.widget_categories ul li.page_item_has_children:first-child, #secondary .widget.widget_nav_menu ul li:first-child, #secondary .widget.widget_pages ul li:first-child, #secondary .widget.widget_categories ul li:first-child {
  margin-top: 28px;
}
#secondary .widget.widget_nav_menu ul.menu > li a, #secondary .widget.widget_pages ul.menu > li a, #secondary .widget.widget_categories ul.menu > li a, #secondary .widget.widget_nav_menu ul li.page_item_has_children a, #secondary .widget.widget_pages ul li.page_item_has_children a, #secondary .widget.widget_categories ul li.page_item_has_children a, #secondary .widget.widget_nav_menu ul li a, #secondary .widget.widget_pages ul li a, #secondary .widget.widget_categories ul li a {
  padding: 5px 15px 0px 0;
}
#secondary .widget.widget_nav_menu ul.menu > li .sub-menu, #secondary .widget.widget_pages ul.menu > li .sub-menu, #secondary .widget.widget_categories ul.menu > li .sub-menu, #secondary .widget.widget_nav_menu ul li.page_item_has_children .sub-menu, #secondary .widget.widget_pages ul li.page_item_has_children .sub-menu, #secondary .widget.widget_categories ul li.page_item_has_children .sub-menu, #secondary .widget.widget_nav_menu ul li .sub-menu, #secondary .widget.widget_pages ul li .sub-menu, #secondary .widget.widget_categories ul li .sub-menu, #secondary .widget.widget_nav_menu ul.menu > li .children, #secondary .widget.widget_pages ul.menu > li .children, #secondary .widget.widget_categories ul.menu > li .children, #secondary .widget.widget_nav_menu ul li.page_item_has_children .children, #secondary .widget.widget_pages ul li.page_item_has_children .children, #secondary .widget.widget_categories ul li.page_item_has_children .children, #secondary .widget.widget_nav_menu ul li .children, #secondary .widget.widget_pages ul li .children, #secondary .widget.widget_categories ul li .children {
  padding-left: 15px;
}
#secondary .widget.widget_nav_menu ul.menu > li .sub-menu > li:first-child, #secondary .widget.widget_pages ul.menu > li .sub-menu > li:first-child, #secondary .widget.widget_categories ul.menu > li .sub-menu > li:first-child, #secondary .widget.widget_nav_menu ul li.page_item_has_children .sub-menu > li:first-child, #secondary .widget.widget_pages ul li.page_item_has_children .sub-menu > li:first-child, #secondary .widget.widget_categories ul li.page_item_has_children .sub-menu > li:first-child, #secondary .widget.widget_nav_menu ul li .sub-menu > li:first-child, #secondary .widget.widget_pages ul li .sub-menu > li:first-child, #secondary .widget.widget_categories ul li .sub-menu > li:first-child, #secondary .widget.widget_nav_menu ul.menu > li .children > li:first-child, #secondary .widget.widget_pages ul.menu > li .children > li:first-child, #secondary .widget.widget_categories ul.menu > li .children > li:first-child, #secondary .widget.widget_nav_menu ul li.page_item_has_children .children > li:first-child, #secondary .widget.widget_pages ul li.page_item_has_children .children > li:first-child, #secondary .widget.widget_categories ul li.page_item_has_children .children > li:first-child, #secondary .widget.widget_nav_menu ul li .children > li:first-child, #secondary .widget.widget_pages ul li .children > li:first-child, #secondary .widget.widget_categories ul li .children > li:first-child {
  margin-top: 3px;
  padding-top: 3px;
}
#secondary .widget.widget_nav_menu ul.menu > li .sub-menu .sub-menu, #secondary .widget.widget_pages ul.menu > li .sub-menu .sub-menu, #secondary .widget.widget_categories ul.menu > li .sub-menu .sub-menu, #secondary .widget.widget_nav_menu ul li.page_item_has_children .sub-menu .sub-menu, #secondary .widget.widget_pages ul li.page_item_has_children .sub-menu .sub-menu, #secondary .widget.widget_categories ul li.page_item_has_children .sub-menu .sub-menu, #secondary .widget.widget_nav_menu ul li .sub-menu .sub-menu, #secondary .widget.widget_pages ul li .sub-menu .sub-menu, #secondary .widget.widget_categories ul li .sub-menu .sub-menu, #secondary .widget.widget_nav_menu ul.menu > li .children .sub-menu, #secondary .widget.widget_pages ul.menu > li .children .sub-menu, #secondary .widget.widget_categories ul.menu > li .children .sub-menu, #secondary .widget.widget_nav_menu ul li.page_item_has_children .children .sub-menu, #secondary .widget.widget_pages ul li.page_item_has_children .children .sub-menu, #secondary .widget.widget_categories ul li.page_item_has_children .children .sub-menu, #secondary .widget.widget_nav_menu ul li .children .sub-menu, #secondary .widget.widget_pages ul li .children .sub-menu, #secondary .widget.widget_categories ul li .children .sub-menu, #secondary .widget.widget_nav_menu ul.menu > li .sub-menu .children, #secondary .widget.widget_pages ul.menu > li .sub-menu .children, #secondary .widget.widget_categories ul.menu > li .sub-menu .children, #secondary .widget.widget_nav_menu ul li.page_item_has_children .sub-menu .children, #secondary .widget.widget_pages ul li.page_item_has_children .sub-menu .children, #secondary .widget.widget_categories ul li.page_item_has_children .sub-menu .children, #secondary .widget.widget_nav_menu ul li .sub-menu .children, #secondary .widget.widget_pages ul li .sub-menu .children, #secondary .widget.widget_categories ul li .sub-menu .children, #secondary .widget.widget_nav_menu ul.menu > li .children .children, #secondary .widget.widget_pages ul.menu > li .children .children, #secondary .widget.widget_categories ul.menu > li .children .children, #secondary .widget.widget_nav_menu ul li.page_item_has_children .children .children, #secondary .widget.widget_pages ul li.page_item_has_children .children .children, #secondary .widget.widget_categories ul li.page_item_has_children .children .children, #secondary .widget.widget_nav_menu ul li .children .children, #secondary .widget.widget_pages ul li .children .children, #secondary .widget.widget_categories ul li .children .children {
  padding-left: 15px;
}
#secondary .widget.cms-widget-text .widget-title {
  margin-bottom: 15px;
}
#secondary .widget.cms-widget-text .widget-title:after {
  opacity: 0;
  padding-bottom: 0;
}
#secondary .widget.cms-widget-text ul li {
  font-size: 20px;
}
#secondary .widget.cms-widget-text ul li:first-child {
  color: #9f3133;
}
.swh-checking-form {
  margin-bottom: 48px;
}
.swh-checking-form .swh-check-in, .swh-checking-form .swh-check-out {
  padding-top: 0 !important;
}
.widget_recent_entries li {
  font-size: 14px;
  margin-bottom: 5px;
}
.widget_recent_entries li a {
  display: block;
  font-weight: 600;
}
.widget_recent_entries li span {
  display: block;
  font-size: 14px;
  padding-bottom: 13px;
  color: #707070;
}
.widget_recent_entries li span:before {
  margin-right: 5px;
  content: "\f073";
  font-family: "FontAwesome";
  display: inline-block;
}
.widget_recent_entries li:last-child {
  margin-bottom: 0;
}
.widget_recent_entries li:last-child span {
  padding-bottom: 0;
}
.widget_tag_cloud .tagcloud {
  overflow: hidden;
}
.widget_tag_cloud a {
  border: solid 1px #e1e1e1;
  border-radius: 0px;
  padding: 4px 23px;
  font-size: 15px !important;
  float: left;
  color: #777;
  margin-right: 8px;
  margin-bottom: 8px;
}
.widget_tag_cloud a:hover {
  background-color: #9f3133;
  color: #fff;
  border-color: #9f3133;
}
.vc_wp_custommenu .widgettitle {
  font-size: 24px;
}
.widget_cms_check_availability {
  background-color: #fff;
  border: 1px solid #e5e5e5 !important;
  -webkit-border-radius: 6px;
  -khtml-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  margin-bottom: 55px !important;
  padding: 30px !important;
}
.widget_cms_check_availability .select2-selection__arrow {
  display: none !important;
}
.widget_newsletterwidget .newsletter-subscription {
  margin: 0;
}
.widget_newsletterwidget form {
  position: relative;
}
.widget_newsletterwidget form .tnp-field-email {
  margin: 0;
  display: inline-block;
  width: 100%;
}
.widget_newsletterwidget form .tnp-field-email label {
  display: none;
}
.widget_newsletterwidget form:hover .tnp-field-button:before {
  color: #fff;
}
@media screen and (min-width: 768px) {
}
.cms-download .cms-download-inner {
  min-height: 70px;
  position: relative;
  padding: 16px 40px 16px 20px;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
.cms-download .cms-download-title {
  margin: 0;
  font-size: 15px;
  line-height: 21px;
  margin: 8px 0;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
.cms-download span {
  background-color: #282828;
  display: inline-block;
  font-size: 8px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  width: 22px;
  color: #9f3133;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
.cms-download a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.cms-download:hover .cms-download-inner {
  background-color: #222;
  background-image: none;
}
.cms-download:hover .cms-download-inner .cms-download-title {
  color: #fff;
}
.cms-download:hover .cms-download-inner span {
  background-color: #9f3133;
  color: #fff;
}
@font-face {
  font-family: 'Renner Bold I';
  font-weight: bold;
  src: url('../fonts/font-extra/Renner-Bold-Italic.WOFF') format('WOFF');
}
@font-face {
  font-family: 'Renner Bold';
  font-weight: bold;
  src: url('../fonts/font-extra/Renner-Bold.WOFF') format('WOFF');
}
@font-face {
  font-family: 'Renner Semibold I';
  font-weight: 600;
  src: url('../fonts/font-extra/Renner-Semi-Italic.WOFF') format('WOFF');
}
@font-face {
  font-family: 'Renner Semibold';
  font-weight: 600;
  src: url('../fonts/font-extra/Renner-Semi.WOFF') format('WOFF');
}
@font-face {
  font-family: 'Renner Medium I';
  font-weight: 500;
  src: url('../fonts/font-extra/Renner-Medium-Italic.WOFF') format('WOFF');
}
@font-face {
  font-family: 'Renner Medium';
  font-weight: 500;
  src: url('../fonts/font-extra/Renner-Medium.WOFF') format('WOFF');
}
@font-face {
  font-family: 'Renner Book I';
  font-weight: 400;
  src: url('../fonts/font-extra/Renner-Book-Italic.WOFF') format('WOFF');
}
@font-face {
  font-family: 'Renner Book';
  src: url('../fonts/font-extra/Renner-Book.WOFF') format('WOFF');
  font-weight: 400;
}
@font-face {
  font-family: 'Renner Light I';
  font-weight: 300;
  src: url('../fonts/font-extra/Renner-Light-Italic.WOFF') format('WOFF');
}
@font-face {
  font-family: 'Renner Light';
  font-weight: 300;
  src: url('../fonts/font-extra/Renner-Light.WOFF') format('WOFF');
}
@font-face {
  font-family: 'Renner Thin I';
  font-weight: 200;
  src: url('../fonts/font-extra/Renner-Thin-Italic.WOFF') format('WOFF');
}
@font-face {
  font-family: 'Renner Thin';
  font-weight: 200;
  src: url('../fonts/font-extra/Renner-Thin.WOFF') format('WOFF');
}
.page-content .wp-smiley, .entry-content .wp-smiley, .comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
.lora-font {
  font-style: italic;
  font-weight: 400;
}
.renner-blacki {
  font-family: 'Renner BlackItalic' !important;
}
.renner-black {
  font-family: 'Renner Black' !important;
}
.renner-boldi {
  font-family: 'Renner BoldItalic' !important;
  font-weight: bold;
}
.renner-bold {
  font-family: 'Renner Bold' !important;
  font-weight: bold;
}
.renner-book {
  font-family: 'Renner Book' !important;
  font-weight: 400;
}
.renner-booki {
  font-family: 'Renner BookItalic' !important;
  font-weight: 400;
}
.renner-medium {
  font-family: 'Renner Medium' !important;
  font-weight: 500;
}
.renner-mediumi {
  font-family: 'Renner Medium Italic' !important;
  font-weight: 500;
}
.renner-linght {
  font-family: 'Renner Light' !important;
  font-weight: 300;
}
.renner-linghti {
  font-family: 'Renner Light Italic' !important;
  font-weight: 300;
}
embed, iframe, object {
  max-width: 100%;
}
.custom-logo-link {
  display: inline-block;
}
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  padding: 0.8075em 0;
  font-size: 0.875em;
}
.wp-caption-text {
  text-align: center;
}
.gallery {
  margin-bottom: 1.5em;
}
.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-caption {
  display: block;
}
.comment-content a {
  word-wrap: break-word;
}
.comment-navigation {
  margin-top: 40px !important;
  border-top: 1px solid #d8d8d8;
  padding-top: 30px;
}
.bypostauthor {
  display: block;
}
.comments-area .comment-list-wrap {
  padding-top: 40px;
}
.comments-area .comments-title {
  font-family: 'Renner Semibold';
  font-size: 25px;
  text-transform: inherit;
  color: #222;
  margin-bottom: 40px;
  font-weight: 600;
  padding-bottom: 10px;
}
.comments-area .comment-respond {
  margin-top: 40px;
}
.comments-area .comment-respond .comment-form input, .comments-area .comment-respond .comment-form textarea {
  border: 1px solid rgba(119, 119, 119, 0.3);
  width: 100%;
  line-height: normal;
  margin-bottom: 22px;
  font-size: 15px;
  color: #777;
}
.comments-area .comment-respond .comment-form input:focus, .comments-area .comment-respond .comment-form textarea:focus {
  border: 1px solid #9f3133;
}
.comments-area .comment-respond .comment-form input::-webkit-input-placeholder, .comments-area .comment-respond .comment-form textarea::-webkit-input-placeholder {
  color: #777;
}
.comments-area .comment-respond .comment-form input::-moz-placeholder, .comments-area .comment-respond .comment-form textarea::-moz-placeholder {
  color: #777;
}
.comments-area .comment-respond .comment-form input::-ms-input-placeholder, .comments-area .comment-respond .comment-form textarea::-ms-input-placeholder {
  color: #777;
}
.comments-area .comment-respond .comment-form input::-moz-placeholder, .comments-area .comment-respond .comment-form textarea::-moz-placeholder {
  color: #777;
}
.comments-area .comment-respond .comment-form input {
  line-height: 41px;
  height: 43px;
  padding: 0px 15px;
}
.comments-area .comment-respond .comment-form textarea {
  min-height: 150px;
  padding: 15px;
}
.comments-area .comment-respond .comment-form .submit {
  background: #222;
  height: 43px;
  padding: 0;
  letter-spacing: 0.1em;
  text-align: center;
  line-height: 43px;
  font-size: 13px;
  font-family: "Renner Medium";
  text-transform: uppercase;
  color: #fff;
  border: 1px solid transparent;
}
.comments-area .comment-respond .comment-form .submit:hover {
  background: #9f3133;
}
.comments-area .comment-respond .comment-form input:focus, .comments-area .comment-respond .comment-form textarea:focus {
  border-color: #9f3133;
}
.comments-area .comment-respond .comment-form .comment-form-cookies-consent {
  display: flex;
  margin-bottom: 20px;
}
.comments-area .comment-respond .comment-form .comment-form-cookies-consent input {
  width: 23px;
  height: 23px;
  padding: 0;
  flex-grow: 0;
  margin-bottom: 0;
  position: relative;
  top: 2px;
}
.comments-area .comment-respond .comment-form .comment-form-cookies-consent input + label {
  margin-left: 5px;
  flex-grow: 1;
}
.comments-area .comment-respond .comment-reply-title {
  font-family: 'Renner Semibold';
  font-size: 25px;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-transform: capitalize;
  color: #222;
  margin-bottom: 22px;
  padding-bottom: 10px;
}
.comments-area .comment-respond .comment-reply-title small {
  font-style: italic;
}
.comments-area .comment-respond .comment-reply-title small a {
  color: red;
}
.comments-area .no-comments {
  display: none;
}
.comment-list {
  padding: 0;
  list-style: none;
  margin-top: 0;
  margin-bottom: 0;
}
.comment-list .comment-body {
  padding-bottom: 25px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .comment-list .comment-body {
    padding-bottom: 55px;
  }
}
.comment-list li {
  list-style: none;
}
.comment-list li .children {
  list-style: none;
  padding-left: 90px;
}
@media screen and (max-width: 991px) {
  .comment-list li .children {
    padding-left: 50px;
  }
}
.comment-list li .children > li {
  margin-top: 20px;
  padding-top: 20px;
}
.comment-list li .children .comment-body {
  border-bottom: 1px solid #d8d8d8;
}
.comment-list li.pingback .comment-content {
  padding-left: 0;
}
.comment-list > li {
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.comment-list > li > div.comment-body {
  border-bottom: 1px solid #d8d8d8;
}
.comment-list > li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}
.comment-list ul ul ul ul .comment-entry-header {
  display: block;
}
@media screen and (min-width: 576px) {
  .comment-inner {
    display: flex;
  }
  .comment-inner .comment-media {
    float: left;
    flex-grow: 0;
    width: 100%;
  }
  .comment-inner .comment-content {
    flex-grow: 1;
    padding-left: 20px;
    vertical-align: top;
  }
}
.comment-media {
  max-width: 102px;
  overflow: hidden;
}
.comment-media img {
  max-width: 102px;
  max-height: 102px;
  width: 100%;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .comment-media {
    max-width: 40px;
    max-height: 40px;
    margin-right: 15px;
  }
  .comment-media img {
    max-width: 40px;
    max-height: 40px;
    width: 100%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
  }
}
.comment-entry-header {
  margin-bottom: 10px;
}
@media screen and (min-width: 576px) {
  .comment-entry-header {
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    padding-right: 58px;
  }
  .comment-entry-header .comment-title {
    flex-grow: 1;
  }
  .comment-entry-header .comment-date {
    flex-grow: 0;
  }
}
.comment-title {
  text-transform: capitalize;
  font-size: 17px;
  margin-bottom: 0px;
  margin-right: 5px;
  color: #222;
  clear: none;
  font-weight: 500;
  font-family: "Renner Medium";
}
.comment-date {
  font-size: 15px;
  color: #222;
  text-transform: capitalize;
}
@media screen and (max-width: 767px) {
  .comment-date {
    font-size: 13px;
    color: rgba(34, 34, 34, 0.5);
  }
}
.comment-text {
  font-size: 15px;
  line-height: 23px;
}
.comment-content {
  padding-left: 20px;
  vertical-align: top;
}
.comment-content .comment-text p {
  line-height: 24px;
  font-size: 15px;
}
.comment-content .comment-text p:last-child {
  margin-bottom: 0;
}
.comment-reply {
  display: inline-block;
  position: absolute;
  line-height: 1;
  top: 0px;
  font-size: 15px;
  right: 0px;
  font-weight: 400;
  color: transparent;
}
.comment-reply a {
  position: relative;
  padding-left: 20px;
  display: inline-block;
  cursor: pointer;
  top: 5px;
}
.comment-reply a span, .comment-reply a span + i {
  color: #9f3133;
}
.comment-reply a i {
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .comment-reply {
    position: static;
    margin-top: 30px;
  }
}
.comment-reply a span, .comment-reply a span + i {
  color: #c5a46d;
}
.comment-form .form-submit {
  text-align: center;
  margin-bottom: 0;
}
.comment-form .form-submit .submit {
  width: 100%;
  max-width: 195px;
  background-color: #222;
}
.comment-form .form-submit .submit:hover {
  background-color: #9f3133;
}
.comment-form .comment-notes {
  display: none;
}
@media screen and (max-width: 575px) {
  .comment-media {
    float: left;
  }
  .comment-media img {
    max-width: 65px;
    max-height: 65px;
    width: 100%;
    margin-right: 20px;
    margin-bottom: 20px;
  }
  .comment-content {
    padding-left: 0;
    padding-top: 0px;
    display: block;
  }
  .comment-content ul, .comment-content ol {
    text-align: left;
  }
  .comment-list li .children {
    padding-left: 0;
    list-style: none;
  }
}
.site-footer {
  background-color: #222;
  color: #c8c8c8;
  position: relative;
}
@media screen and (min-width: 1200px) {
  .site-footer {
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
}
.site-footer a {
  color: #c8c8c8;
}
.site-footer a:hover {
  color: #9f3133;
}
.site-footer:before {
  position: absolute;
  display: block;
  content: " ";
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.site-footer ul {
  padding-left: 0;
  list-style: none;
  margin-top: 0;
  margin-bottom: 0;
}
.footer-layout1 {
  background-color: #222;
}
.footer-layout1 .posts-list .entry-title a {
  color: #fff;
}
.footer-layout1 .posts-list .entry-date {
  color: #777;
}
.footer-layout1 .top-footer {
  padding-top: 103px;
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .footer-layout1 .top-footer {
    padding-top: 65px;
    padding-bottom: 45px;
  }
}
.footer-layout1 .top-footer .footer-widget-title {
  color: #fff;
  font-size: 25px;
  margin-bottom: 35px;
  letter-spacing: 0.03em;
}
.footer-layout1 .top-footer .cms-widget-text {
  margin-bottom: 26px;
}
.footer-layout1 .top-footer .cms-widget-text .cms-widget-infor {
  padding-top: 6px;
  letter-spacing: 0.02em;
}
.footer-layout1 .top-footer .top-footer-logo {
  margin-top: -2px;
  margin-bottom: 37px;
}
.footer-layout1 .top-footer .top-footer-logo a img {
  max-height: 31px;
}
.footer-layout1 .top-footer .widget_text {
  line-height: 26px;
}
@media screen and (max-width: 991px) {
  .footer-layout1 .top-footer .cms-footer-item {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .footer-layout1 .top-footer .cms-footer-item {
    position: relative;
    margin-bottom: 50px;
    padding-bottom: 30px;
  }
  .footer-layout1 .top-footer .cms-footer-item:after {
    content: " ";
    background-color: #333;
    display: block;
    position: absolute;
    height: 1px;
    left: 15px;
    right: 15px;
    bottom: 0;
  }
  .footer-layout1 .top-footer .cms-footer-item:last-child {
    margin-bottom: 0;
  }
  .footer-layout1 .top-footer .cms-footer-item:last-child:after {
    background-color: transparent;
  }
}
.footer-layout1 .top-footer .cms-footer-item .widget {
  margin-bottom: 26px;
}
.footer-layout1 .top-footer .cms-footer-item .widget:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 1400px) {
  .footer-layout1 .top-footer .cms-footer-item:first-child {
    padding-right: 30px;
  }
}
.footer-layout1 .top-footer .textwidget p:last-child {
  margin-bottom: 0;
}
.footer-layout1 .top-footer .textwidget .sbi {
  padding-bottom: 0 !important;
}
.footer-layout1 .top-footer .textwidget .sbi > div#sbi_images {
  padding: 0 !important;
}
.footer-layout1 .top-footer .textwidget .sbi > div#sbi_images .sbi_item {
  padding: 0 !important;
  padding-bottom: 0 !important;
}
.footer-layout1 .top-footer .textwidget .sbi > div#sbi_images .sbi_item .sbi_photo_wrap {
  padding: 5px !important;
}
@media screen and (min-width: 576px) {
  .footer-layout1 .top-footer .textwidget .sbi > div#sbi_images .sbi_item .sbi_photo_wrap {
    margin-top: -5px;
    margin-left: -5px;
  }
}
.footer-layout1 .top-footer .widget_cms_recent_posts .posts-list .entry-brief {
  clear: both;
  margin-bottom: 23px;
}
.footer-layout1 .top-footer .widget_cms_recent_posts .posts-list .entry-brief:last-child {
  margin-bottom: 0;
}
.footer-layout1 .top-footer .widget_cms_recent_posts .posts-list .entry-brief .entry-media {
  width: 60px;
  height: 60px;
  float: left;
  margin-right: 15px;
}
.footer-layout1 .top-footer .widget_cms_recent_posts .posts-list .entry-brief .entry-media + .entry-content {
  padding-top: 12px;
  padding-left: 75px;
}
.footer-layout1 .top-footer .widget_cms_recent_posts .posts-list .entry-brief .entry-media + .entry-content .entry-title {
  font-family: 'Renner Book';
  font-size: 15px;
}
.footer-layout1 .top-footer .widget_cms_recent_posts .posts-list .entry-content .entry-title {
  font-size: 15px;
  clear: none;
  margin-bottom: 5px;
  font-weight: 400;
  letter-spacing: 0.03em;
}
.footer-layout1 .top-footer .widget_cms_recent_posts .posts-list .entry-content .entry-title a {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
}
.footer-layout1 .top-footer .widget_cms_recent_posts .posts-list .entry-content .entry-title a:hover {
  color: #9f3133;
}
.footer-layout1 .top-footer .widget_cms_recent_posts .posts-list .entry-content .entry-date {
  text-transform: uppercase;
  letter-spacing: 0.03em;
  font-size: 12px;
}
@media screen and (min-width: 992px) {
  .footer-layout1 .top-footer .widget_newsletterwidget {
    margin-top: -23px;
  }
}
.footer-layout1 .top-footer .widget_newsletterwidget .tnp-widget {
  padding-top: 24px;
}
.footer-layout1 .top-footer .widget_newsletterwidget .tnp-widget form {
  position: relative;
  min-height: 45px;
  margin-bottom: 0;
}
@media screen and (min-width: 576px) {
  .footer-layout1 .top-footer .widget_newsletterwidget .tnp-widget form {
    margin-right: 5px;
  }
}
@media screen and (max-width: 767px) {
  .footer-layout1 .top-footer .widget_newsletterwidget .tnp-widget form {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.footer-layout1 .top-footer .widget_newsletterwidget .tnp-widget form .tnp-field {
  margin-bottom: 0;
}
.footer-layout1 .top-footer .widget_newsletterwidget .tnp-widget form .tnp-field.tnp-field-email .tnp-email {
  background-color: #fff;
  border: 1px solid transparent;
  margin-bottom: 0;
  position: absolute;
  top: 0;
  left: 0;
  padding-left: 15px;
  padding-right: 55px;
  height: 45px;
  font-size: 15px;
  line-height: 45px;
  color: #222;
}
.footer-layout1 .top-footer .widget_newsletterwidget .tnp-widget form .tnp-field.tnp-field-email .tnp-email:focus {
  border-color: #9f3133 !important;
  padding-left: 20px;
}
.footer-layout1 .top-footer .widget_newsletterwidget .tnp-widget form .tnp-field.tnp-field-email .tnp-email::-webkit-input-placeholder {
  color: #222;
  font-style: italic;
}
.footer-layout1 .top-footer .widget_newsletterwidget .tnp-widget form .tnp-field.tnp-field-email .tnp-email::-moz-placeholder {
  color: #222;
  font-style: italic;
}
.footer-layout1 .top-footer .widget_newsletterwidget .tnp-widget form .tnp-field.tnp-field-email .tnp-email::-ms-input-placeholder {
  color: #222;
  font-style: italic;
}
.footer-layout1 .top-footer .widget_newsletterwidget .tnp-widget form .tnp-field.tnp-field-email .tnp-email::-moz-placeholder {
  color: #222;
  font-style: italic;
}
.footer-layout1 .top-footer .widget_newsletterwidget .tnp-widget form .tnp-field.tnp-field-button:before {
  background-color: #9f3133;
  content: "\f1d8";
  font-family: "FontAwesome";
  display: inline-block;
  font-size: 13px;
  color: #fff;
  position: absolute;
  font-weight: normal;
  top: 2px;
  text-align: center;
  right: 2px;
  z-index: 2;
  width: 42px;
  height: 41px;
  line-height: 41px;
}
.footer-layout1 .top-footer .widget_newsletterwidget .tnp-widget form .tnp-field.tnp-field-button .tnp-submit {
  background-color: transparent;
  width: 42px;
  height: 41px;
  line-height: 41px;
  position: absolute;
  top: 2px;
  border: none;
  right: 2px;
  color: transparent;
  font-size: 0;
  z-index: 3;
}
.footer-layout1 .bottom-footer {
  padding-top: 29px;
  padding-bottom: 29px;
  background-color: #151515;
  position: relative;
  color: #c8c8c8;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 768px) {
  .footer-layout1 .bottom-footer .botton-footer-content {
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
  }
}
@media screen and (min-width: 768px) {
  .footer-layout1 .bottom-footer .col-bottom-f {
    flex-grow: 1;
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  .footer-layout1 .bottom-footer .col-bottom-f.menu-footer-right {
    text-align: right;
  }
}
@media screen and (max-width: 767px) {
  .footer-layout1 .bottom-footer .col-bottom-f.menu-footer-right {
    text-align: center;
  }
}
.footer-layout1 .bottom-footer .col-bottom-f.menu-footer-right ul li {
  display: inline-block;
  margin-right: 30px;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .footer-layout1 .bottom-footer .col-bottom-f.menu-footer-right ul li {
    margin-left: 10px;
    margin-right: 10px;
  }
}
.footer-layout1 .bottom-footer .col-bottom-f.menu-footer-right ul li:last-child {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .footer-layout1 .bottom-footer .copyright-content {
    text-align: center;
    margin-bottom: 15px;
  }
}
.footer-layout1 .bottom-footer .copyright-content a {
  color: #9f3133;
}
.footer-layout1 .cms-social {
  margin-left: -10px;
  margin-right: -10px;
}
.footer-layout1 .cms-social li {
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .footer-layout1 .cms-social li {
    margin-top: 10px;
    margin-left: 7px;
    margin-right: 7px;
  }
}
@media screen and (max-width: 767px) {
  .footer-layout1 .cms-social li {
    margin-left: 10px;
    margin-right: 10px;
  }
}
.footer-layout1 .cms-social li a {
  font-size: 15px;
  font-weight: 500;
  color: #fff;
}
.footer-layout1 .cms-social li a:hover {
  color: #9f3133;
}
.footer-layout1 .cms-social li span {
  display: none;
}
.scroll-top {
  -webkit-border-radius: 100%;
  -khtml-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  color: #fff;
  height: 49px;
  position: fixed;
  right: 40px;
  text-align: center;
  width: 49px;
  font-size: 22px;
  z-index: -1;
  background: #9f3133;
}
.scroll-top.on {
  visibility: visible;
  opacity: 0.5;
  color: #fff;
  bottom: 40px;
  z-index: 999;
}
@media screen and (max-width: 767px) {
  .scroll-top.on {
    right: 15px;
  }
}
@media screen and (max-width: 575px) {
  .scroll-top.on {
    width: 40px;
    height: 40px;
    right: 0;
    bottom: 0;
    -webkit-border-radius: 0%;
    -khtml-border-radius: 0%;
    -moz-border-radius: 0%;
    -ms-border-radius: 0%;
    -o-border-radius: 0%;
    border-radius: 0%;
  }
}
.scroll-top:hover, .scroll-top:focus {
  opacity: 1;
}
.scroll-top i {
  left: 0;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0px, -50%);
  -khtml-transform: translate(0px, -50%);
  -moz-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  -o-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}
.cms-modal {
  background-color: rgba(27, 26, 26, 0.98);
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
  -webkit-transform: translateX(100%);
  -khtml-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  opacity: 0;
  -webkit-transition: all 500ms ease-in-out;
  -khtml-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.cms-modal .cms-modal-content {
  left: 0;
  margin: auto;
  max-width: 570px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0px, -50%) scaleX(0);
  -khtml-transform: translate(0px, -50%) scaleX(0);
  -moz-transform: translate(0px, -50%) scaleX(0);
  -ms-transform: translate(0px, -50%) scaleX(0);
  -o-transform: translate(0px, -50%) scaleX(0);
  transform: translate(0px, -50%) scaleX(0);
  position: relative;
  -webkit-transition: all 500ms ease-in-out;
  -khtml-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  transition-delay: 500ms;
}
.cms-modal.open {
  -webkit-transform: translateX(0%);
  -khtml-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
  transform: translateX(0%);
  opacity: 1;
}
.cms-modal.open .cms-modal-content {
  -webkit-transform: translate(0px, -50%) scaleX(1);
  -khtml-transform: translate(0px, -50%) scaleX(1);
  -moz-transform: translate(0px, -50%) scaleX(1);
  -ms-transform: translate(0px, -50%) scaleX(1);
  -o-transform: translate(0px, -50%) scaleX(1);
  transform: translate(0px, -50%) scaleX(1);
}
.cms-modal.remove {
  -webkit-transform: translateX(100%);
  -khtml-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  opacity: 0;
  transition-delay: 500ms;
}
.cms-modal.remove .cms-modal-content {
  -webkit-transform: translate(0px, -50%) scaleX(0);
  -khtml-transform: translate(0px, -50%) scaleX(0);
  -moz-transform: translate(0px, -50%) scaleX(0);
  -ms-transform: translate(0px, -50%) scaleX(0);
  -o-transform: translate(0px, -50%) scaleX(0);
  transform: translate(0px, -50%) scaleX(0);
  transition-delay: 0ms;
}
.cms-modal .cms-close {
  position: absolute;
  top: 30px;
  right: 30px;
  display: none;
}
.cms-modal .cms-close:before, .cms-modal .cms-close:after {
  background-color: #fff;
}
.cms-modal .cms-close:hover:before, .cms-modal .cms-close:hover:after {
  background-color: #9f3133;
}
@media screen and (max-width: 991px) {
  .cms-modal .cms-close {
    display: block;
  }
}
@media screen and (max-width: 575px) {
  .cms-modal .cms-modal-content {
    max-width: 280px !important;
  }
}
.cms-search-popup .cms-search-form {
  cursor: pointer;
  border-bottom: 2px solid #fff;
}
.cms-search-popup .cms-search-form .search-submit {
  background-color: transparent;
  color: #fff;
  padding: 0;
  font-size: 29px;
  position: absolute;
  top: 47%;
  -webkit-transform: translate(0px, -50%);
  -khtml-transform: translate(0px, -50%);
  -moz-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  -o-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  left: 0px;
}
@media screen and (max-width: 767px) {
  .cms-search-popup .cms-search-form .search-submit {
    font-size: 20px;
  }
}
.cms-search-popup .cms-search-form .search-field {
  background-color: transparent;
  border: none;
  font-size: 35px;
  height: inherit;
  line-height: 1;
  padding: 26px 10px 26px 46px;
  margin-bottom: 0;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .cms-search-popup .cms-search-form .search-field {
    font-size: 25px;
    padding: 20px 10px 20px 40px;
  }
}
.cms-search-popup .cms-search-form .search-field:focus {
  -webkit-box-shadow: none;
  -khtml-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.cms-edit-order-modal .cms-modal-content {
  max-width: unset;
  background-color: #fff;
  max-height: 650px;
  overflow-y: scroll;
}
.cms-messages-modal .cms-modal-content {
  max-width: unset;
  background-color: #fff;
  height: 75%;
  overflow-y: scroll;
  padding: 60px 30px;
  position: relative;
}
.cms-register-popup .cms-modal-content, .cms-login-popup .cms-modal-content {
  max-width: 370px;
}
.cms-register-popup .cms-modal-content .cms-close, .cms-login-popup .cms-modal-content .cms-close {
  display: block;
  height: 22px;
  line-height: 22px;
  width: 22px;
  background-color: #eee;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  right: 10px;
  top: 10px;
  opacity: 1;
}
.cms-register-popup .cms-modal-content .cms-close:before, .cms-login-popup .cms-modal-content .cms-close:before, .cms-register-popup .cms-modal-content .cms-close:after, .cms-login-popup .cms-modal-content .cms-close:after {
  background-color: #222;
  width: 10px;
  top: 11px;
  z-index: 999;
}
.cms-register-popup .cms-modal-content .cms-close:hover, .cms-login-popup .cms-modal-content .cms-close:hover {
  background-color: #9f3133;
}
.cms-register-popup .cms-modal-content .cms-close:hover:before, .cms-login-popup .cms-modal-content .cms-close:hover:before, .cms-register-popup .cms-modal-content .cms-close:hover:after, .cms-login-popup .cms-modal-content .cms-close:hover:after {
  background-color: #fff;
}
.cms-register-popup .cms-modal-content:hover .cms-close, .cms-login-popup .cms-modal-content:hover .cms-close {
  opacity: 1;
}
.cms-register-popup .cms-modal-content .cms-modal-holder, .cms-login-popup .cms-modal-content .cms-modal-holder {
  background-color: #fff;
  padding: 28px 40px 20px;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
@media screen and (max-width: 767px) {
  .cms-register-popup .cms-modal-content .cms-modal-holder, .cms-login-popup .cms-modal-content .cms-modal-holder {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cms-register-popup .cms-modal-content .widget-title, .cms-login-popup .cms-modal-content .widget-title {
  font-size: 18px;
  margin-bottom: 30px;
}
.cms-register-popup .cms-modal-content .cms-modal-body, .cms-login-popup .cms-modal-content .cms-modal-body {
  padding: 0;
}
.cms-register-popup .cms-modal-content .field-group, .cms-login-popup .cms-modal-content .field-group {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .cms-register-popup .cms-modal-content .field-group, .cms-login-popup .cms-modal-content .field-group {
    margin-bottom: 0;
  }
}
.cms-register-popup .cms-modal-content .field-group .button, .cms-login-popup .cms-modal-content .field-group .button {
  height: 50px;
  font-weight: 700;
  line-height: 50px;
  background-color: #9f3133;
}
.cms-register-popup .cms-modal-content .field-group label, .cms-login-popup .cms-modal-content .field-group label, .cms-register-popup .cms-modal-content .field-group .forget, .cms-login-popup .cms-modal-content .field-group .forget {
  color: #9b9b9b;
  font-size: 13px;
  font-weight: normal;
}
.cms-register-popup .cms-modal-content .field-group .forget:hover, .cms-login-popup .cms-modal-content .field-group .forget:hover {
  color: #9f3133;
}
.cms-register-popup .cms-modal-content .field-group .input:focus, .cms-login-popup .cms-modal-content .field-group .input:focus {
  border-color: #9f3133;
}
.cms-register-popup .cms-modal-content .fields-footer .field-group, .cms-login-popup .cms-modal-content .fields-footer .field-group {
  padding-top: 10px;
  margin-bottom: 0;
}
.cms-register-popup .cms-modal-footer, .cms-login-popup .cms-modal-footer {
  background: #fff;
  margin-top: 0px;
  text-align: center;
  padding: 0px 40px 20px;
}
@media screen and (max-width: 767px) {
  .cms-register-popup .cms-modal-footer, .cms-login-popup .cms-modal-footer {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cms-register-popup .cms-modal-footer a, .cms-login-popup .cms-modal-footer a {
  width: 100%;
  height: 50px;
  font-weight: 700;
  display: inline-block;
  line-height: 50px;
  color: #fff;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  background-color: #9f3133;
  margin-bottom: 10px;
}
.cms-login-popup .profile-content {
  text-align: center;
}
.cms-login-popup .user-name {
  color: #222;
  font-weight: 700;
  font-size: 16px;
  margin: 15px 0 8px;
}
.cms-login-popup .user-press-logout {
  font-weight: 700;
}
@media screen and (max-width: 991px) {
  .top-footer-col1 {
    margin-bottom: 25px;
  }
  .top-footer-col2 .top-footer-col2-inner {
    margin-bottom: 35px;
  }
  .top-footer::after {
    display: none;
  }
}
.top-footer .gallery .gallery-item .gallery-icon {
  margin-bottom: 0;
}
.top-footer .gallery-columns-3 .gallery-item, .top-footer .gallery-columns-4 .gallery-item {
  margin-bottom: 0;
}
.cms-grid .cms-grid-inner {
  position: relative;
}
.cms-grid .grid-item.cms-animated .grid-item-inner {
  animation: 0.65s ease 0s normal forwards 1 running moveUp;
  -webkit-animation: 0.65s ease 0s normal forwards 1 running moveUp;
  -webkit-transform: translateY(200px);
  -khtml-transform: translateY(200px);
  -moz-transform: translateY(200px);
  -ms-transform: translateY(200px);
  -o-transform: translateY(200px);
  transform: translateY(200px);
}
.cms-grid .cms-load-more {
  margin-top: 35px;
}
.cms-grid .cms-load-more span {
  padding-left: 35px;
  padding-right: 35px;
}
.cms-grid .grid-title {
  font-size: 18px;
  line-height: 29px;
}
.cms-grid .grid-item-inner:hover .grid-readmore-icon span {
  opacity: 1;
}
.cms-grid .grid-media {
  margin-bottom: 21px;
}
.animation-extra {
  --c: #9f3133;
  color: #fff;
  font-size: 16px;
  background-color: #222;
  height: 43px;
  line-height: 43px;
  text-align: center;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: 0.5s;
  margin: 1em;
}
.animation-extra span {
  position: absolute;
  width: 25%;
  height: 100%;
  background-color: var(--c);
  transform: translateY(150%);
  border-radius: 50%;
  left: calc((var(--n) - 1) * 25%);
  transition: 0.5s;
  transition-delay: calc((var(--n) - 1) * 0.1s);
  z-index: -1;
}
.animation-extra:hover {
  color: #fff;
}
.animation-extra:hover span {
  transform: translateY(0) scale(2);
}
.animation-extra span:nth-child(1) {
  --n: 1;
}
.animation-extra span:nth-child(2) {
  --n: 2;
}
.animation-extra span:nth-child(3) {
  --n: 3;
}
.animation-extra span:nth-child(4) {
  --n: 4;
}
.page-links {
  clear: both;
}
.grid-filter-wrap {
  text-align: center;
}
.grid-filter-wrap span.active {
  color: #9f3133;
}
.filter-item {
  cursor: pointer;
  display: inline-block;
  padding: 11px 25px;
  font-size: 15px;
  font-weight: 500;
  color: #222;
  margin: 5px 2px;
  border: 1px solid rgba(119, 119, 119, 0.5);
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  -webkit-transition: all 500ms linear 0ms;
  -khtml-transition: all 500ms linear 0ms;
  -moz-transition: all 500ms linear 0ms;
  -ms-transition: all 500ms linear 0ms;
  -o-transition: all 500ms linear 0ms;
  transition: all 500ms linear 0ms;
}
@media screen and (max-width: 991px) {
  .filter-item {
    margin: 10px 5px;
    padding: 10px 15px;
  }
}
.filter-item.active, .filter-item:hover {
  border-color: #9f3133;
  color: #9f3133;
}
.animation-extra2 {
  box-sizing: border-box;
  appearance: none;
  cursor: pointer;
  align-self: center;
  text-align: center;
  font-weight: 700;
  -webkit-transition: all 500ms linear 0ms;
  -khtml-transition: all 500ms linear 0ms;
  -moz-transition: all 500ms linear 0ms;
  -ms-transition: all 500ms linear 0ms;
  -o-transition: all 500ms linear 0ms;
  transition: all 500ms linear 0ms;
}
.animation-extra2:hover, .animation-extra2:focus {
  color: #fff;
  outline: 0;
}
.animation-extra2 {
  border-color: #9f3133;
  background-image: linear-gradient(75deg, #9f3133 50%, transparent 50%);
  background-position: 100%;
  background-size: 400%;
  transition: background 200ms ease-in-out;
}
.animation-extra2:hover {
  background-position: 0;
  color: #fff !important;
}
.owl-nav {
  text-align: center;
  margin-top: 40px;
}
.owl-nav .owl-prev, .owl-nav .owl-next {
  display: inline-block;
  border: 1px solid rgba(119, 119, 119, 0.5);
  -webkit-border-radius: 0%;
  -khtml-border-radius: 0%;
  -moz-border-radius: 0%;
  -ms-border-radius: 0%;
  -o-border-radius: 0%;
  border-radius: 0%;
  color: #777;
  font-size: 17px;
  height: 40px;
  line-height: 38px;
  width: 40px;
  text-align: center;
  margin: 3px;
  opacity: 1;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
.owl-nav .owl-prev:hover, .owl-nav .owl-next:hover {
  color: #9f3133;
  border-color: #9f3133;
  opacity: 1;
}
.owl-nav .owl-prev i, .owl-nav .owl-next i {
  font-size: 0;
}
.owl-nav .owl-prev:before, .owl-nav .owl-next:before {
  display: inline-block;
  font-family: FontAwesome;
  font-size: 16px;
}
.owl-nav .owl-prev:before {
  content: "\f104";
}
.owl-nav .owl-next:before {
  content: "\f105";
}
.owl-arrows-middle .owl-nav {
  display: block !important;
}
.owl-nav {
  margin-top: 0;
}
.cms-carousel-filter {
  margin-bottom: 25px;
  /* Page Loading */
}
.cms-carousel-filter .cms-filter-item {
  font-size: 24px;
  line-height: normal;
  color: rgba(0, 0, 0, 0.33);
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  margin: 0 38px 10px 0;
  display: inline-block;
}
.cms-carousel-filter .cms-filter-item.cms-filter-active, .cms-carousel-filter .cms-filter-item:hover {
  color: #9f3133;
  cursor: pointer;
}
#cms-loadding {
  background: #fff;
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 999999;
  top: 0;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
#cms-loadding .loading-spin {
  display: block;
  height: 65px;
  margin: -32px auto 0;
  position: relative;
  top: 50%;
  width: 65px;
}
#cms-loadding .loading-spin .spinner {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-animation: spin-rotate-all 1s linear infinite;
  animation: spin-rotate-all 1s linear infinite;
}
#cms-loadding .loading-spin .spinner .right-side, #cms-loadding .loading-spin .spinner .left-side {
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  overflow: hidden;
  -webkit-animation: spin-fade-in-first 1.2s linear infinite alternate;
  animation: spin-fade-in-first 1.2s linear infinite alternate;
}
#cms-loadding .loading-spin .spinner .left-side {
  left: 0;
}
#cms-loadding .loading-spin .spinner .right-side {
  right: 0;
}
#cms-loadding .loading-spin .spinner.color-2 .right-side, #cms-loadding .loading-spin .spinner.color-2 .left-side {
  -webkit-animation: spin-fade-in-second 1.2s linear infinite alternate;
  animation: spin-fade-in-second 1.2s linear infinite alternate;
}
#cms-loadding .loading-spin .spinner .bar {
  width: 100%;
  height: 100%;
  -webkit-border-radius: 200px 0 0 200px;
  -khtml-border-radius: 200px 0 0 200px;
  -moz-border-radius: 200px 0 0 200px;
  -ms-border-radius: 200px 0 0 200px;
  -o-border-radius: 200px 0 0 200px;
  border-radius: 200px 0 0 200px;
  border: 6px solid #9f3133;
  position: relative;
}
#cms-loadding .loading-spin .spinner .bar:after {
  content: "";
  width: 6px;
  height: 6px;
  display: block;
  background: #9f3133;
  position: absolute;
  -webkit-border-radius: 6px;
  -khtml-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
}
#cms-loadding .loading-spin .spinner .right-side .bar {
  -webkit-border-radius: 0 200px 200px 0;
  -khtml-border-radius: 0 200px 200px 0;
  -moz-border-radius: 0 200px 200px 0;
  -ms-border-radius: 0 200px 200px 0;
  -o-border-radius: 0 200px 200px 0;
  border-radius: 0 200px 200px 0;
  border-left: none;
  -webkit-transform: rotate(-10deg);
  -webkit-transform-origin: left center;
  transform: rotate(-10deg);
  transform-origin: left center;
  -webkit-animation: spin-rotate-right 0.75s linear infinite alternate;
  animation: spin-rotate-right 0.75s linear infinite alternate;
}
#cms-loadding .loading-spin .spinner .right-side .bar:after {
  bottom: -6px;
  left: -3px;
}
#cms-loadding .loading-spin .spinner .left-side .bar {
  border-right: none;
  -webkit-transform: rotate(10deg);
  transform: rotate(10deg);
  -webkit-transform-origin: right center;
  transform-origin: right center;
  -webkit-animation: spin-rotate-left 0.75s linear infinite alternate;
  animation: spin-rotate-left 0.75s linear infinite alternate;
}
#cms-loadding .loading-spin .spinner .left-side .bar:after {
  bottom: -6px;
  right: -3px;
}
body img.mfp-img {
  padding: 0 !important;
}
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.95 !important;
}
button.mfp-close, button.mfp-arrow {
  background-color: #9f3133 !important;
}
body .mfp-image-holder .mfp-close, body .mfp-iframe-holder .mfp-close {
  line-height: 40px;
  padding: 0;
  right: 0;
  text-align: center;
  top: -44px;
  width: 40px;
  -webkit-border-radius: 2px 2px 0 0;
  -khtml-border-radius: 2px 2px 0 0;
  -moz-border-radius: 2px 2px 0 0;
  -ms-border-radius: 2px 2px 0 0;
  -o-border-radius: 2px 2px 0 0;
  border-radius: 2px 2px 0 0;
}
body .mfp-bottom-bar {
  margin-top: 0;
}
.mfp-wrap .mfp-container .mfp-arrow {
  background-color: #9f3133 !important;
}
.mfp-wrap .mfp-container .mfp-arrow:before {
  border: none;
}
.vc_custom_heading cite {
  color: #c43f42;
  border-bottom: 1px solid #c43f42;
  font-style: normal;
}
.vc_custom_heading.cite-dark cite {
  color: inherit;
  border-bottom: 1px solid #000;
}
.cms-head-chef-default .cms-head-chef-feature {
  width: 77px;
  height: 77px;
  background-color: #ececec;
  float: left;
  overflow: hidden;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid #9f3133;
}
.cms-head-chef-default .cms-head-chef-feature + .cms-head-meta {
  padding-left: 97px;
  padding-top: 4px;
}
.cms-head-chef-default .cms-head-meta .cms-title {
  text-transform: capitalize;
  padding-left: 3px;
  clear: none;
  font-size: 17px;
  line-height: 1.2;
}
.cms-head-chef-default .cms-head-meta .cms-name {
  color: #9f3133;
  font-size: 17px;
  letter-spacing: 0.03em;
  font-weight: bold;
}
.cms-head-chef-default .cms-head-meta .cms-position {
  color: #222;
  font-size: 15px;
}
.cms-head-chef-default .cms-head-meta .cms-sig-image {
  max-height: 38px;
}
.cms-head-chef-default .cms-head-meta .cms-sig-image img {
  max-height: inherit;
}
.cms-double-images .cms-image .has-shadow {
  -webkit-box-shadow: 0 8px 35px 0 rgba(0, 0, 0, 0.25);
  -khtml-box-shadow: 0 8px 35px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 8px 35px 0 rgba(0, 0, 0, 0.25);
  -ms-box-shadow: 0 8px 35px 0 rgba(0, 0, 0, 0.25);
  -o-box-shadow: 0 8px 35px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 8px 35px 0 rgba(0, 0, 0, 0.25);
}
.cms-double-images.layout1 {
  position: relative;
  padding-top: 45px;
  padding-right: 45px;
}
.cms-double-images.layout1 .cms-image {
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
.cms-double-images.layout1 .cms-image.active {
  position: absolute;
  top: 0px;
  right: 0px;
  margin-left: 45px;
  margin-bottom: 45px;
}
.cms-double-images.layout1 .cms-image:not(.active) {
  cursor: pointer;
}
@media screen and (min-width: 576px) {
  .cms-double-images.layout2 {
    display: flex;
  }
  .cms-double-images.layout2 .cms-image + .cms-image {
    margin-left: 20px;
  }
}
@media screen and (max-width: 991px) {
  .cms-double-images.layout2 .cms-image {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 575px) {
  .cms-double-images.layout2 .cms-image {
    margin-bottom: 25px;
  }
}
.cms-dropcap .cms-dropcap-content:first-child:first-letter {
  color: inherit;
  float: left;
  font-family: Georgia;
  font-size: 75px;
  line-height: 60px;
  padding-top: 8px;
  padding-right: 8px;
  padding-left: 3px;
}
.cms-grid-testimonial .grid-item {
  margin-bottom: 70px;
}
.cms-grid-testimonial .cms-content {
  background-color: #fff;
  -webkit-box-shadow: 0px 6px 19.32px 1.68px rgba(0, 0, 0, 0.1);
  -khtml-box-shadow: 0px 6px 19.32px 1.68px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 6px 19.32px 1.68px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0px 6px 19.32px 1.68px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px 6px 19.32px 1.68px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 6px 19.32px 1.68px rgba(0, 0, 0, 0.1);
  padding: 53px 30px;
  margin-bottom: 28px;
  position: relative;
  font-size: 17px;
  color: #222;
}
@media screen and (max-width: 767px) {
  .cms-grid-testimonial .cms-content {
    padding-top: 35px;
    padding-bottom: 35px;
  }
}
.cms-grid-testimonial .cms-content .cms-icon {
  position: absolute;
  top: -12px;
  right: 30px;
}
.cms-grid-testimonial .cms-content .cms-icon.icon-image img {
  max-height: 25px;
}
.cms-grid-testimonial .cms-content .cms-icon.icon-font {
  font-size: 25px;
  line-height: 1.2;
  color: #9f3133;
}
.cms-grid-testimonial .cms-content:before {
  width: 21px;
  height: 21px;
  left: 104px;
  bottom: -8px;
  z-index: 2;
  display: block;
  position: absolute;
  background-color: inherit;
  content: "";
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cms-grid-testimonial .cms-featured {
  width: 70px;
  height: 70px;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  float: left;
}
.cms-grid-testimonial .cms-featured img {
  max-width: 80px;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cms-grid-testimonial .cms-featured img:hover {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.cms-grid-testimonial .cms-featured + .cms-meta {
  padding-left: 90px;
  padding-top: 15px;
}
.cms-grid-testimonial .cms-title {
  clear: none;
  font-size: 17px;
  font-family: 'Renner Semibold';
  text-transform: uppercase;
  color: #222;
  margin-bottom: 2px;
}
.cms-grid-testimonial .cms-position {
  font-family: 'Renner Light';
  font-size: 15px;
  line-height: 1.2;
  color: #777;
}
.cms-coupon-carousel .cms-coupon-inner-item, .cms-event-carousel .cms-coupon-inner-item {
  position: relative;
  text-align: center;
}
.cms-coupon-carousel .cms-coupon-inner-item .date-coupon, .cms-event-carousel .cms-coupon-inner-item .date-coupon {
  position: absolute;
  top: 25px;
  left: 0;
  font-size: 15px;
  font-family: 'Renner Book';
  color: #fff;
  background-color: #222;
  padding: 8px 35px;
}
.cms-coupon-carousel .cms-coupon-inner-item .entry-featured, .cms-event-carousel .cms-coupon-inner-item .entry-featured {
  margin-bottom: 20px;
}
.cms-coupon-carousel .cms-coupon-inner-item .entry-content, .cms-event-carousel .cms-coupon-inner-item .entry-content {
  padding-left: 15px;
  padding-right: 15px;
}
.cms-coupon-carousel .cms-coupon-inner-item .entry-title, .cms-event-carousel .cms-coupon-inner-item .entry-title {
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0.03em;
  margin-bottom: 15px;
}
.cms-coupon-carousel .cms-coupon-inner-item .entry-price, .cms-event-carousel .cms-coupon-inner-item .entry-price {
  font-size: 20px;
  color: #9f3133;
  font-family: "Renner Medium";
  margin-bottom: 19px;
}
.cms-coupon-carousel .cms-coupon-inner-item .entry-price .span-to, .cms-event-carousel .cms-coupon-inner-item .entry-price .span-to {
  color: #222;
}
.cms-coupon-carousel .cms-coupon-inner-item .entry-excerpt, .cms-event-carousel .cms-coupon-inner-item .entry-excerpt {
  margin-bottom: 25px;
}
.cms-coupon-carousel .cms-coupon-inner-item .read-more a, .cms-event-carousel .cms-coupon-inner-item .read-more a {
  text-transform: uppercase;
  display: inline-block;
  padding: 10px 35px;
  background-color: #222;
  font-family: "Renner Medium";
  letter-spacing: 0.1em;
  color: #fff;
}
.cms-coupon-carousel .cms-coupon-inner-item .read-more a:hover, .cms-event-carousel .cms-coupon-inner-item .read-more a:hover {
  background-color: #9f3133;
}
@media screen and (max-width: 767px) {
  .cms-coupon-carousel .owl-nav, .cms-event-carousel .owl-nav {
    margin-top: 30px;
  }
}
.cms-event-carousel .cms-event-inner-item {
  position: relative;
  text-align: center;
}
.cms-event-carousel .cms-event-inner-item .date-event {
  position: absolute;
  top: 25px;
  left: 0;
  font-size: 15px;
  font-family: 'Renner Book';
  color: #fff;
  background-color: #222;
  padding: 8px 35px;
}
.cms-event-carousel .cms-event-inner-item .entry-featured {
  margin-bottom: 25px;
}
.cms-event-carousel .cms-event-inner-item .entry-title {
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0.03em;
  margin-bottom: 20px;
}
.cms-event-carousel .cms-event-inner-item .entry-excerpt {
  margin-bottom: 25px;
}
.cms-event-carousel .cms-event-inner-item .read-more a {
  text-transform: uppercase;
  display: inline-block;
  padding: 10px 35px;
  background-color: #222;
  color: #fff;
  font-family: "Renner Medium";
  letter-spacing: 0.1em;
}
.cms-event-carousel .cms-event-inner-item .read-more a:hover {
  background-color: #9f3133;
}
.cms-facybox-wrapper .wp-header-layout {
  margin-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .cms-facybox-wrapper .wp-header-layout {
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .cms-facybox-wrapper .wp-header-layout {
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .cms-facybox-wrapper .wp-header-layout .wp-title {
    flex-grow: 1;
    padding-right: 50px;
  }
}
@media screen and (max-width: 767px) {
  .cms-facybox-wrapper .wp-header-layout .wp-title {
    margin-bottom: 35px;
  }
}
.cms-facybox-wrapper .wp-header-layout .wp-title .cms-layout-title {
  letter-spacing: 0.03em;
  font-size: 45px;
  margin-bottom: 23px;
  color: #222;
}
@media screen and (max-width: 991px) {
  .cms-facybox-wrapper .wp-header-layout .wp-title .cms-layout-title {
    font-size: 25px;
  }
}
.cms-facybox-wrapper .wp-header-layout .wp-title .cms-sub-title {
  letter-spacing: 0.05em;
  color: #777;
  font-size: 17px;
  margin-bottom: 25px;
}
.cms-facybox-wrapper .wp-header-layout .wp-title .cms-h-line .h-line1 {
  display: inline-block;
}
.cms-facybox-wrapper .wp-header-layout .wp-title .cms-h-line .h-line1 span {
  display: inline-block;
  width: 10px;
  height: 5px;
  float: left;
  margin-left: -1px;
  margin-right: -1px;
  border: 2px solid #999;
  border-top: none;
  -webkit-border-radius: 0 0 10px 10px;
  -khtml-border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  -ms-border-radius: 0 0 10px 10px;
  -o-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;
}
.cms-facybox-wrapper .wp-header-layout .wp-title .cms-h-line.hidden-line {
  display: none;
}
.cms-facybox-wrapper .wp-header-layout .wp-readmore .cms-loadmore {
  height: 43px;
  line-height: 43px;
  padding-left: 38px;
  padding-right: 38px;
  display: inline-block;
  font-family: "Renner Medium";
  text-transform: uppercase;
  letter-spacing: 0.03em;
  font-size: 13px;
  display: inline-block;
  white-space: normal;
}
.cms-facybox-wrapper .wp-header-layout .wp-readmore .cms-loadmore.btn-primary {
  background-color: #9f3133;
  color: #fff;
}
.cms-facybox-wrapper .wp-header-layout .wp-readmore .cms-loadmore.btn-primary:hover {
  background-color: #f8f8f8;
  color: #222;
}
.cms-facybox-wrapper .wp-header-layout .wp-readmore .cms-loadmore.btn-regular1 {
  background-color: #777;
  color: #fff;
}
.cms-facybox-wrapper .wp-header-layout .wp-readmore .cms-loadmore.btn-regular1:hover {
  background-color: #222;
}
.cms-facybox-wrapper .wp-header-layout .wp-readmore .cms-loadmore.btn-regular2 {
  background-color: #222;
  color: #fff;
}
.cms-facybox-wrapper .wp-header-layout .wp-readmore .cms-loadmore.btn-regular2:hover {
  background-color: black;
}
.cms-facybox-wrapper .wp-header-layout .wp-readmore .cms-loadmore.btn-white {
  background-color: #fff;
  color: #222;
}
.cms-facybox-wrapper .wp-header-layout .wp-readmore .cms-loadmore.btn-white:hover {
  background-color: #9f3133;
}
.cms-facybox-wrapper .wp-header-layout .wp-readmore .cms-loadmore.btn-black {
  background-color: black;
  color: #fff;
}
.cms-facybox-wrapper .wp-header-layout .wp-readmore .cms-loadmore.btn-black:hover {
  background-color: #222;
}
.cms-facybox-wrapper .wp-header-layout .wp-readmore .cms-loadmore.btn-red {
  background-color: red;
  color: #fff;
}
.cms-facybox-wrapper .wp-header-layout .wp-readmore .cms-loadmore.btn-red:hover {
  background-color: rgba(255, 0, 0, 0.8);
}
.cms-facybox-wrapper .wp-header-layout .wp-readmore .cms-loadmore.btn-blue {
  background-color: #3649e5;
  color: #fff;
}
.cms-facybox-wrapper .wp-header-layout .wp-readmore .cms-loadmore.btn-blue:hover {
  background-color: rgba(54, 73, 229, 0.8);
}
.cms-facybox-wrapper .wp-header-layout .wp-readmore .cms-loadmore.btn-green {
  background-color: green;
  color: #fff;
}
.cms-facybox-wrapper .wp-header-layout .wp-readmore .cms-loadmore.btn-green:hover {
  background-color: rgba(0, 128, 0, 0.8);
}
.cms-facybox-wrapper .cms-fancybox-carousel .cms-fancybox-item {
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  background-color: #000;
}
.cms-facybox-wrapper .cms-fancybox-carousel .cms-fancybox-item .cms-fancybox-title {
  font-size: 25px;
  font-weight: bold;
  color: #fff;
  position: absolute;
  top: 15px;
  padding: 20px 30px;
  letter-spacing: 0.03em;
  line-height: 1.32;
}
@media screen and (min-width: 1200px) {
  .cms-facybox-wrapper .cms-fancybox-carousel .cms-fancybox-item .cms-fancybox-title {
    padding-right: 120px;
  }
}
.cms-facybox-wrapper .cms-fancybox-carousel .cms-fancybox-item .btn-link {
  height: 49px;
  width: 49px;
  display: block;
  position: absolute;
  color: #fff;
  font-size: 21px;
  left: 30px;
  bottom: 40px;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.55);
  line-height: 49px;
  text-align: center;
}
.cms-facybox-wrapper .cms-fancybox-carousel .cms-fancybox-item .btn-link i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cms-facybox-wrapper .cms-fancybox-carousel .cms-fancybox-item:hover .btn-link {
  background-color: #fff;
  color: #222;
}
.cms-facybox-wrapper .cms-fancybox-carousel .owl-item.active img {
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  opacity: 0.5;
}
.cms-facybox-wrapper .cms-fancybox-carousel .owl-item.active:hover img {
  opacity: 0.5;
}
.cms-facybox-wrapper .cms-fancybox-carousel .owl-item.active + .active img {
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  opacity: 0.8;
}
.cms-facybox-wrapper .cms-fancybox-carousel .owl-item.active + .active .btn-link {
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.55);
  color: #fff;
}
.cms-facybox-wrapper .cms-fancybox-carousel .owl-item.active + .active:hover .btn-link {
  background-color: #fff;
  color: #222;
}
.cms-facybox-wrapper .cms-fancybox-carousel .owl-item.active + .active:hover img {
  opacity: 0.5;
}
@media screen and (max-width: 991px) {
  .cms-facybox-wrapper .cms-fancybox-carousel .owl-nav {
    margin-top: 20px;
  }
}
.cms-fancybox-carousel.layout3 .owl-item {
  padding-top: 10px;
  padding-bottom: 10px;
}
@media screen and (min-width: 576px) {
  .cms-fancybox-carousel.layout3 .owl-item {
    margin-left: -1px;
    border-left: 1px dashed rgba(119, 119, 119, 0.4);
    margin-bottom: 16px;
    padding-left: 20px;
    padding-right: 10px;
  }
}
.cms-fancybox-carousel.layout3 .image-icon {
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  height: 65px;
  width: 75px;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}
.cms-fancybox-carousel.layout3 .image-icon img {
  height: 100%;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.cms-fancybox-carousel.layout3 .cms-title {
  font-size: 25px;
  font-family: "Renner Medium";
  color: #222;
  margin-bottom: 23px;
  font-weight: 500;
  letter-spacing: 0;
}
.cms-fancybox-carousel.layout3 .cms-fancybox-item {
  text-align: center;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
.cms-fancybox-carousel.layout3 .cms-fancybox-item:hover .image-icon {
  -webkit-transform: translateY(-5px);
  -khtml-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  transform: translateY(-5px);
}
@media screen and (min-width: 992px) {
  .cms-service-carousel-warpper {
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    height: 540px;
  }
}
@media (min-width: 992px) and (max-width: 1360px) {
  .cms-service-carousel-warpper {
    height: 480px;
  }
}
.cms-service-carousel-warpper .cms-service-list-info .cms-service-info:not(.active) {
  display: none;
}
.cms-service-carousel-warpper .cms-service-list-info {
  background: #222;
}
@media screen and (min-width: 992px) {
  .cms-service-carousel-warpper .cms-service-list-info {
    width: 42%;
    padding: 95px 83px 110px;
    height: 100%;
  }
}
@media (min-width: 992px) and (max-width: 1360px) {
  .cms-service-carousel-warpper .cms-service-list-info {
    padding: 45px;
  }
}
@media screen and (max-width: 991px) {
  .cms-service-carousel-warpper .cms-service-list-info {
    padding: 45px 30px;
  }
}
.cms-service-carousel-warpper .cms-service-list-info .cms-title {
  font-size: 45px;
  line-height: 1.333;
  font-weight: bold;
  letter-spacing: 0.03em;
}
@media (min-width: 1361) and (max-width: 1600px) {
  .cms-service-carousel-warpper .cms-service-list-info .cms-title {
    font-size: 30px;
  }
}
@media (min-width: 992px) and (max-width: 1360px) {
  .cms-service-carousel-warpper .cms-service-list-info .cms-title {
    font-size: 30px;
    margin-bottom: 20px;
  }
}
@media (min-width: 1200px) and (max-width: 1360px) {
  .cms-service-carousel-warpper .cms-service-list-info .cms-title {
    font-size: 25px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 991px) {
  .cms-service-carousel-warpper .cms-service-list-info .cms-title {
    font-size: 35px !important;
  }
}
@media screen and (max-width: 991px) {
  .cms-service-carousel-warpper .cms-service-list-info .cms-title {
    font-size: 25px !important;
  }
}
.cms-service-carousel-warpper .cms-service-list-info .cms-title.cms-title-1 {
  letter-spacing: inherit;
  color: #fff;
  margin-bottom: 0;
}
@media screen and (max-width: 991px) {
  .cms-service-carousel-warpper .cms-service-list-info .cms-title.cms-title-1 {
    margin-bottom: 10px;
  }
}
.cms-service-carousel-warpper .cms-service-list-info .cms-title.cms-title-2 {
  letter-spacing: inherit;
  color: #9f3133;
  margin-bottom: 35px;
}
@media (max-width: 1360px) {
  .cms-service-carousel-warpper .cms-service-list-info .cms-title.cms-title-2 {
    margin-bottom: 22px;
  }
}
.cms-service-carousel-warpper .cms-service-list-info .cms-btn-sv {
  height: 43px;
  line-height: 43px;
  padding-left: 38px;
  padding-right: 38px;
  display: inline-block;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}
.cms-service-carousel-warpper .cms-service-list-info .cms-btn-sv.btn-primary {
  background-color: #9f3133;
  color: #fff;
}
.cms-service-carousel-warpper .cms-service-list-info .cms-btn-sv.btn-primary:hover {
  background-color: #f8f8f8;
  color: #222;
}
.cms-service-carousel-warpper .cms-service-list-info .cms-btn-sv.btn-regular1 {
  background-color: #777;
  color: #fff;
}
.cms-service-carousel-warpper .cms-service-list-info .cms-btn-sv.btn-regular1:hover {
  background-color: #222;
}
.cms-service-carousel-warpper .cms-service-list-info .cms-btn-sv.btn-regular2 {
  background-color: #222;
  color: #fff;
}
.cms-service-carousel-warpper .cms-service-list-info .cms-btn-sv.btn-regular2:hover {
  background-color: black;
}
.cms-service-carousel-warpper .cms-service-list-info .cms-btn-sv.btn-white {
  background-color: #fff;
  color: #222;
}
.cms-service-carousel-warpper .cms-service-list-info .cms-btn-sv.btn-white:hover {
  background-color: #9f3133;
}
.cms-service-carousel-warpper .cms-service-list-info .cms-btn-sv.btn-black {
  background-color: black;
  color: #fff;
}
.cms-service-carousel-warpper .cms-service-list-info .cms-btn-sv.btn-black:hover {
  background-color: #222;
}
.cms-service-carousel-warpper .cms-service-list-info .cms-btn-sv.btn-red {
  background-color: red;
  color: #fff;
}
.cms-service-carousel-warpper .cms-service-list-info .cms-btn-sv.btn-red:hover {
  background-color: rgba(255, 0, 0, 0.8);
}
.cms-service-carousel-warpper .cms-service-list-info .cms-btn-sv.btn-blue {
  background-color: blue;
  color: #fff;
}
.cms-service-carousel-warpper .cms-service-list-info .cms-btn-sv.btn-blue:hover {
  background-color: rgba(0, 0, 255, 0.8);
}
.cms-service-carousel-warpper .cms-service-list-info .cms-btn-sv.btn-green {
  background-color: green;
  color: #fff;
}
.cms-service-carousel-warpper .cms-service-list-info .cms-btn-sv.btn-green:hover {
  background-color: rgba(0, 128, 0, 0.8);
}
.cms-service-carousel-warpper .cms-service-list-info .service-content {
  font-size: 15px;
  line-height: 26px;
  margin-bottom: 42px;
  color: #ededed;
}
@media (max-width: 1360px) {
  .cms-service-carousel-warpper .cms-service-list-info .service-content {
    margin-bottom: 22px;
  }
}
.cms-service-carousel-warpper .wp-carousel {
  height: 100%;
}
.cms-service-carousel-warpper .cms-service-carousel {
  position: relative;
}
@media screen and (min-width: 992px) {
  .cms-service-carousel-warpper .cms-service-carousel {
    width: 58%;
    height: 100%;
  }
}
@media screen and (min-width: 992px) {
  .cms-service-carousel-warpper .cms-service-carousel .owl-stage-outer {
    height: 100%;
  }
  .cms-service-carousel-warpper .cms-service-carousel .owl-stage-outer .owl-stage, .cms-service-carousel-warpper .cms-service-carousel .owl-stage-outer .owl-item, .cms-service-carousel-warpper .cms-service-carousel .owl-stage-outer .cms-carousel-item, .cms-service-carousel-warpper .cms-service-carousel .owl-stage-outer .item-featured {
    height: 100%;
  }
}
@media screen and (max-width: 991px) {
  .cms-service-carousel-warpper .cms-service-carousel .owl-stage-outer {
    height: 450px;
  }
  .cms-service-carousel-warpper .cms-service-carousel .owl-stage-outer .owl-stage, .cms-service-carousel-warpper .cms-service-carousel .owl-stage-outer .owl-item, .cms-service-carousel-warpper .cms-service-carousel .owl-stage-outer .cms-carousel-item, .cms-service-carousel-warpper .cms-service-carousel .owl-stage-outer .item-featured {
    height: 450px;
  }
}
@media screen and (max-width: 991px) {
  .cms-service-carousel-warpper .cms-service-carousel .owl-stage-outer {
    height: 350px;
  }
  .cms-service-carousel-warpper .cms-service-carousel .owl-stage-outer .owl-stage, .cms-service-carousel-warpper .cms-service-carousel .owl-stage-outer .owl-item, .cms-service-carousel-warpper .cms-service-carousel .owl-stage-outer .cms-carousel-item, .cms-service-carousel-warpper .cms-service-carousel .owl-stage-outer .item-featured {
    height: 350px;
  }
}
.cms-service-carousel-warpper .cms-service-carousel .cms-carousel-item {
  width: 838px !important;
}
@media (min-width: 992px) and (max-width: 1360px) {
  .cms-service-carousel-warpper .cms-service-carousel .cms-carousel-item {
    width: 450px !important;
  }
}
@media screen and (max-width: 991px) {
  .cms-service-carousel-warpper .cms-service-carousel .cms-carousel-item {
    width: 350px% !important;
  }
}
@media screen and (max-width: 575px) {
  .cms-service-carousel-warpper .cms-service-carousel .cms-carousel-item {
    width: 150px;
  }
}
.cms-service-carousel-warpper .cms-service-carousel .owl-prev, .cms-service-carousel-warpper .cms-service-carousel .owl-next {
  position: absolute;
  top: 50%;
  background-color: #fff;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  border: none;
  width: 49px;
  height: 49px;
  line-height: 53px;
  margin: 0;
  -webkit-transform: translateY(-50%);
  -khtml-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cms-service-carousel-warpper .cms-service-carousel .owl-prev:before, .cms-service-carousel-warpper .cms-service-carousel .owl-next:before {
  font-family: "Material-Design-Iconic-Font";
  font-size: 21px;
  color: #222;
}
.cms-service-carousel-warpper .cms-service-carousel .owl-prev:hover:before, .cms-service-carousel-warpper .cms-service-carousel .owl-next:hover:before {
  color: #9f3133;
}
.cms-service-carousel-warpper .cms-service-carousel .owl-prev {
  left: 36px !important;
}
.cms-service-carousel-warpper .cms-service-carousel .owl-prev:before {
  content: "\f2ff";
}
.cms-service-carousel-warpper .cms-service-carousel .owl-next {
  right: 36px !important;
}
.cms-service-carousel-warpper .cms-service-carousel .owl-next:before {
  content: "\f301";
}
.cms-service-carousel-warpper .cms-service-carousel .owl-dots {
  position: absolute;
  bottom: 50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -khtml-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.cms-service-carousel-warpper .cms-service-carousel .owl-dots .owl-dot {
  position: relative;
  display: inline-block;
  width: 21px;
  height: 21px;
  text-align: center;
  margin-left: 4px;
  margin-right: 4px;
  border: 2px solid transparent;
  background-color: transparent;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
.cms-service-carousel-warpper .cms-service-carousel .owl-dots .owl-dot span {
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  -webkit-border-radius: 15px;
  -khtml-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
  position: absolute;
  top: 4px;
  left: 4px;
  width: 11px;
  height: 11px;
  display: block;
  background-color: transparent;
  border: 2px solid #fff;
}
.cms-service-carousel-warpper .cms-service-carousel .owl-dots .owl-dot.active {
  -webkit-border-radius: 15px;
  -khtml-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
  border: 1px solid #9f3133;
  background-color: transparent;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
.cms-service-carousel-warpper .cms-service-carousel .owl-dots .owl-dot.active span {
  background-color: #9f3133;
  position: absolute;
  border-color: #9f3133;
  top: 4px;
  left: 4px;
  width: 11px;
  height: 11px;
}
.cms-testimonial-carousel.layout1 {
  position: relative;
}
.cms-testimonial-carousel.layout1 .cms-featured {
  width: 70px;
  height: 70px;
  margin-left: auto;
  margin-right: auto;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
}
.cms-testimonial-carousel.layout1 .cms-featured img {
  max-width: 80px;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cms-testimonial-carousel.layout1 .cms-featured img:hover {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.cms-testimonial-carousel.layout1 .cms-content {
  display: inline-block;
  position: relative;
  text-align: center;
  font-family: "Renner Medium I";
  font-size: 18px;
  text-transform: capitalize;
  color: #777;
  margin-bottom: 15px;
  padding-top: 25px;
  padding-bottom: 3px;
  padding-left: 80px;
  padding-right: 80px;
}
@media screen and (max-width: 767px) {
  .cms-testimonial-carousel.layout1 .cms-content {
    padding: 45px 35px 35px;
    font-size: 15px;
  }
}
.cms-testimonial-carousel.layout1 .cms-content .cms-icon {
  position: absolute;
}
.cms-testimonial-carousel.layout1 .cms-content .cms-icon.cms-icon-fist {
  top: 10px;
  opacity: 0.5;
  left: 0;
}
.cms-testimonial-carousel.layout1 .cms-content .cms-icon.cms-icon-last {
  opacity: 0.5;
  bottom: 0;
  right: 0;
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cms-testimonial-carousel.layout1 .cms-content .cms-icon img {
  max-height: 30px;
  width: auto;
}
.cms-testimonial-carousel.layout1 .cms-content .cms-icon i {
  font-size: 45px;
  line-height: 1.2;
  color: rgba(119, 119, 119, 0.6);
}
.cms-testimonial-carousel.layout1 .cms-content p {
  margin-bottom: 11px;
}
.cms-testimonial-carousel.layout1 .cms-title {
  text-align: center;
  font-size: 20px;
  color: #222;
  font-family: "Renner Medium";
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.cms-testimonial-carousel.layout1 .cms-meta {
  text-align: center;
}
.cms-testimonial-carousel.layout1 .cms-meta .cms-position {
  display: block;
  margin-bottom: 5px;
}
.cms-testimonial-carousel.layout1 .cms-meta .cms-position + .testimonial-rating {
  display: inline-block;
}
.cms-testimonial-carousel.layout1 .testimonial-rating {
  display: inline-block;
  position: relative;
}
.cms-testimonial-carousel.layout1 .testimonial-rating:before, .cms-testimonial-carousel.layout1 .testimonial-rating:after {
  font-family: "Material-Design-Iconic-Font";
  font-size: 20px;
  letter-spacing: 2px;
}
.cms-testimonial-carousel.layout1 .testimonial-rating:before {
  content: "\f27d \f27d \f27d \f27d \f27d ";
  color: rgba(119, 119, 119, 0.5);
}
.cms-testimonial-carousel.layout1 .testimonial-rating:after {
  position: absolute;
  top: 0;
  left: 0;
}
.cms-testimonial-carousel.layout1 .testimonial-rating.no-star:after {
  content: "";
  color: rgba(119, 119, 119, 0.5);
}
.cms-testimonial-carousel.layout1 .testimonial-rating.star1:after {
  content: "\f27d ";
  color: #fab702;
}
.cms-testimonial-carousel.layout1 .testimonial-rating.star2:after {
  content: "\f27d \f27d ";
  color: #fab702;
}
.cms-testimonial-carousel.layout1 .testimonial-rating.star3:after {
  content: "\f27d \f27d \f27d ";
  color: #fab702;
}
.cms-testimonial-carousel.layout1 .testimonial-rating.star4:after {
  content: "\f27d \f27d \f27d \f27d ";
  color: #fab702;
}
.cms-testimonial-carousel.layout1 .testimonial-rating.star5:after {
  content: "\f27d \f27d \f27d \f27d \f27d ";
  color: #fab702;
}
@media screen and (max-width: 991px) {
  .cms-testimonial-carousel.layout1 .owl-stage-outer + .owl-nav {
    margin-top: 35px;
  }
}
@media screen and (min-width: 992px) {
  .cms-testimonial-carousel.layout1 .owl-prev, .cms-testimonial-carousel.layout1 .owl-next {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -khtml-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
  }
}
.cms-testimonial-carousel.layout1 .owl-prev {
  left: 0;
}
.cms-testimonial-carousel.layout1 .owl-next {
  right: 0;
}
.cms-testimonial-carousel.layout1 .owl-dots {
  margin-top: 38px;
  position: static;
  text-align: center;
}
.cms-testimonial-carousel.layout1 .owl-dots .owl-dot {
  position: relative;
  display: inline-block;
  width: 21px;
  height: 21px;
  text-align: center;
  line-height: 11px;
  margin-left: 4px;
  margin-right: 4px;
  border: 2px solid transparent;
  background-color: transparent;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
.cms-testimonial-carousel.layout1 .owl-dots .owl-dot span {
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  -webkit-border-radius: 15px;
  -khtml-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
  position: absolute;
  top: 4px;
  left: 4px;
  width: 11px;
  height: 11px;
  display: block;
  background-color: transparent;
  border: 2px solid #777;
}
.cms-testimonial-carousel.layout1 .owl-dots .owl-dot.active {
  -webkit-border-radius: 15px;
  -khtml-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
  border: 1px solid #222;
  background-color: transparent;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
.cms-testimonial-carousel.layout1 .owl-dots .owl-dot.active span {
  background-color: #222;
  position: absolute;
  border-color: #222;
  top: 4px;
  left: 4px;
  width: 11px;
  height: 11px;
}
.cms-testimonial-carousel.layout2 .owl-stage-outer {
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: -15px;
  margin-right: -15px;
}
.cms-testimonial-carousel.layout2 .cms-content {
  background-color: #fff;
  -webkit-box-shadow: 0px 6px 20px -2px rgba(0, 0, 0, 0.12);
  -khtml-box-shadow: 0px 6px 20px -2px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0px 6px 20px -2px rgba(0, 0, 0, 0.12);
  -ms-box-shadow: 0px 6px 20px -2px rgba(0, 0, 0, 0.12);
  -o-box-shadow: 0px 6px 20px -2px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 6px 20px -2px rgba(0, 0, 0, 0.12);
  padding: 53px 30px 35px;
  margin-bottom: 28px;
  position: relative;
  font-size: 17px;
  color: #222;
}
.cms-testimonial-carousel.layout2 .cms-content p {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .cms-testimonial-carousel.layout2 .cms-content {
    padding-top: 35px;
    padding-bottom: 35px;
  }
}
.cms-testimonial-carousel.layout2 .cms-content .cms-icon {
  position: absolute;
  top: -7px;
  right: 30px;
}
.cms-testimonial-carousel.layout2 .cms-content .cms-icon.icon-image img {
  max-height: 25px;
}
.cms-testimonial-carousel.layout2 .cms-content .cms-icon.icon-font {
  font-size: 25px;
  line-height: 1.2;
  color: #9f3133;
}
.cms-testimonial-carousel.layout2 .cms-content:before {
  width: 21px;
  height: 21px;
  left: 104px;
  bottom: -8px;
  z-index: 2;
  display: block;
  position: absolute;
  background-color: inherit;
  content: "";
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cms-testimonial-carousel.layout2 .cms-featured {
  width: 70px;
  height: 70px;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  float: left;
}
.cms-testimonial-carousel.layout2 .cms-featured img {
  max-width: 80px;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cms-testimonial-carousel.layout2 .cms-featured img:hover {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.cms-testimonial-carousel.layout2 .cms-featured + .cms-meta {
  padding-left: 90px;
  padding-top: 15px;
}
.cms-testimonial-carousel.layout2 .cms-title {
  clear: none;
  font-size: 17px;
  font-family: 'Renner Book';
  color: #222;
  margin-bottom: 2px;
}
.cms-testimonial-carousel.layout2 .cms-position {
  font-family: 'Renner Light';
  font-size: 15px;
  line-height: 1.2;
  color: #777;
}
.cms-testimonial-carousel.layout2 .owl-dots {
  margin-top: 35px;
  position: static;
  text-align: center;
}
.cms-testimonial-carousel.layout2 .owl-dots .owl-dot {
  position: relative;
  display: inline-block;
  width: 16px;
  height: 16px;
  text-align: center;
  line-height: 11px;
  margin-left: 4px;
  margin-right: 4px;
  border: 2px solid transparent;
  background-color: transparent;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
.cms-testimonial-carousel.layout2 .owl-dots .owl-dot span {
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  -webkit-border-radius: 15px;
  -khtml-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
  position: absolute;
  top: 2px;
  left: 2px;
  width: 8px;
  height: 8px;
  display: block;
  background-color: #777;
}
.cms-testimonial-carousel.layout2 .owl-dots .owl-dot.active {
  -webkit-border-radius: 15px;
  -khtml-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
  border: 2px solid #9f3133;
  background-color: transparent;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
.cms-testimonial-carousel.layout2 .owl-dots .owl-dot.active span {
  background-color: #9f3133;
  position: absolute;
  top: 3px;
  left: 3px;
  width: 6px;
  height: 6px;
}
.cms-testimonial-carousel.layout3 .owl-stage-outer + .owl-nav {
  margin-top: 35px;
}
.cms-testimonial-carousel.layout3 .owl-dots {
  margin-top: 35px;
  position: static;
  text-align: center;
}
.cms-testimonial-carousel.layout3 .owl-dots .owl-dot {
  position: relative;
  display: inline-block;
  width: 16px;
  height: 16px;
  text-align: center;
  line-height: 11px;
  margin-left: 4px;
  margin-right: 4px;
  border: 2px solid transparent;
  background-color: transparent;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
.cms-testimonial-carousel.layout3 .owl-dots .owl-dot span {
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  -webkit-border-radius: 15px;
  -khtml-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
  position: absolute;
  top: 2px;
  left: 2px;
  width: 8px;
  height: 8px;
  display: block;
  background-color: #777;
}
.cms-testimonial-carousel.layout3 .owl-dots .owl-dot.active {
  -webkit-border-radius: 15px;
  -khtml-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
  border: 2px solid #9f3133;
  background-color: transparent;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
.cms-testimonial-carousel.layout3 .owl-dots .owl-dot.active span {
  background-color: #9f3133;
  position: absolute;
  top: 3px;
  left: 3px;
  width: 6px;
  height: 6px;
}
.cms-testimonial-carousel.layout3 .cms-carousel-item .cms-content {
  display: none;
}
.cms-testimonial-carousel.layout3 .cms-carousel-item .cms-holder {
  overflow: hidden;
}
.cms-testimonial-carousel.layout3 .cms-carousel-item .cms-holder .cms-featured {
  width: 70px;
  height: 70px;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  float: left;
}
.cms-testimonial-carousel.layout3 .cms-carousel-item .cms-holder .cms-featured img {
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  max-width: 80px;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cms-testimonial-carousel.layout3 .cms-carousel-item .cms-holder .cms-featured img:hover {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.cms-testimonial-carousel.layout3 .cms-carousel-item .cms-holder .cms-featured + .cms-meta {
  padding-left: 90px;
  padding-top: 15px;
}
.cms-testimonial-carousel.layout3 .cms-carousel-item .cms-holder .cms-title {
  clear: none;
  font-size: 17px;
  font-family: 'Renner Book';
  color: #222;
  margin-bottom: 2px;
}
.cms-testimonial-carousel.layout3 .cms-carousel-item .cms-holder .cms-position {
  font-family: 'Renner Light';
  font-size: 15px;
  line-height: 1.2;
}
.cms-testimonial-carousel-warpper .cms-testimonial-list-info .cms-testimonial-info:not(.active) {
  display: none;
}
.cms-testimonial-carousel-warpper .wp-title {
  margin-bottom: 65px;
}
@media screen and (min-width: 768px) {
  .cms-testimonial-carousel-warpper .wp-title {
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .cms-testimonial-carousel-warpper .wp-title {
    text-align: center;
  }
}
.cms-testimonial-carousel-warpper .wp-title .cms-layout-title {
  font-weight: bold;
  font-size: 45px;
  color: #222;
  margin-bottom: 0;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 768px) {
  .cms-testimonial-carousel-warpper .wp-title .cms-layout-title {
    flex-grow: 1;
    padding-right: 20px;
  }
}
@media screen and (max-width: 991px) {
  .cms-testimonial-carousel-warpper .wp-title .cms-layout-title {
    font-size: 35px;
  }
}
@media screen and (max-width: 767px) {
  .cms-testimonial-carousel-warpper .wp-title .cms-layout-title {
    font-size: 25px;
    margin-bottom: 25px;
  }
}
@media screen and (min-width: 768px) {
  .cms-testimonial-carousel-warpper .wp-title .wp-readmore {
    flex-grow: 0;
  }
}
.cms-testimonial-carousel-warpper .wp-title .wp-readmore .cms-loadmore {
  position: relative;
  top: 8px;
  font-size: 13px;
  color: #222;
  letter-spacing: 1px;
  display: inline-block;
  font-family: 'Renner Medium';
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border-bottom: 1px solid #222;
}
.cms-testimonial-carousel-warpper .wp-title .wp-readmore .cms-loadmore:hover {
  color: #9f3133;
  border-bottom-color: #9f3133;
}
.cms-testimonial-carousel-warpper .cms-testimonial-list-info .cms-testimonial-info:not(.active) {
  display: none;
}
.cms-testimonial-carousel-warpper .cms-testimonial-list-info .cms-testimonial-info {
  padding: 42px 48px 40px;
  background-color: #ccc;
  margin-bottom: 35px;
}
@media screen and (max-width: 575px) {
  .cms-testimonial-carousel-warpper .cms-testimonial-list-info .cms-testimonial-info {
    padding: 25px 15px;
  }
}
.cms-testimonial-carousel-warpper .cms-testimonial-list-info .cms-testimonial-info.active {
  position: relative;
}
.cms-testimonial-carousel-warpper .cms-testimonial-list-info .cms-testimonial-info.active:before {
  width: 21px;
  height: 21px;
  left: 73px;
  bottom: -8px;
  z-index: 2;
  display: block;
  position: absolute;
  background-color: inherit;
  content: "";
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cms-testimonial-carousel-warpper .cms-testimonial-list-info .cms-testimonial-info .title-emotion {
  display: inline-block;
  font-size: 20px;
  letter-spacing: 0.03em;
  margin-right: 15px;
}
.cms-testimonial-carousel-warpper .cms-testimonial-list-info .cms-testimonial-info .testimonial-emotion {
  margin-bottom: 22px;
}
.cms-testimonial-carousel-warpper .cms-testimonial-list-info .cms-testimonial-info .testimonial-content {
  font-size: 17px;
  line-height: 28px;
  font-family: 'Renner Book';
  color: #222;
}
.cms-testimonial-carousel-warpper .cms-testimonial-list-info .cms-testimonial-info .testimonial-content p:last-child {
  margin-bottom: 0;
}
.cms-testimonial-carousel-warpper .cms-testimonial-list-info .testimonial-rating {
  display: inline-block;
  position: relative;
}
.cms-testimonial-carousel-warpper .cms-testimonial-list-info .testimonial-rating:before, .cms-testimonial-carousel-warpper .cms-testimonial-list-info .testimonial-rating:after {
  font-family: "Material-Design-Iconic-Font";
  font-size: 20px;
  letter-spacing: 2px;
}
.cms-testimonial-carousel-warpper .cms-testimonial-list-info .testimonial-rating:before {
  content: "\f27d \f27d \f27d \f27d \f27d ";
  color: #7387a9;
}
.cms-testimonial-carousel-warpper .cms-testimonial-list-info .testimonial-rating:after {
  position: absolute;
  top: 0;
  left: 0;
}
.cms-testimonial-carousel-warpper .cms-testimonial-list-info .testimonial-rating.no-star:after {
  content: "";
  color: #7387a9;
}
.cms-testimonial-carousel-warpper .cms-testimonial-list-info .testimonial-rating.star1:after {
  content: "\f27d ";
  color: #9f3133;
}
.cms-testimonial-carousel-warpper .cms-testimonial-list-info .testimonial-rating.star2:after {
  content: "\f27d \f27d ";
  color: #9f3133;
}
.cms-testimonial-carousel-warpper .cms-testimonial-list-info .testimonial-rating.star3:after {
  content: "\f27d \f27d \f27d ";
  color: #9f3133;
}
.cms-testimonial-carousel-warpper .cms-testimonial-list-info .testimonial-rating.star4:after {
  content: "\f27d \f27d \f27d \f27d ";
  color: #9f3133;
}
.cms-testimonial-carousel-warpper .cms-testimonial-list-info .testimonial-rating.star5:after {
  content: "\f27d \f27d \f27d \f27d \f27d ";
  color: #9f3133;
}
@media screen and (min-width: 1200px) {
  .cms-testimonial-carousel-warpper .layout3 {
    padding-right: 200px;
    position: relative;
  }
  .cms-testimonial-carousel-warpper .layout3 .owl-nav {
    position: absolute;
    right: 0;
    top: 0;
  }
  .cms-testimonial-carousel-warpper .layout3 .owl-dots {
    position: absolute;
    margin-top: 30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -khtml-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.cms-testimonial-carousel-warpper .layout3.style-1 .owl-item.active:hover .cms-holder {
  opacity: 1 !important;
}
.cms-testimonial-carousel-warpper .layout3.style-1 .owl-item.active .cms-title {
  color: #222;
  letter-spacing: 0.1em;
}
.cms-testimonial-carousel-warpper .layout3.style-1 .owl-item.active + .active .cms-holder {
  opacity: 0.7;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
.cms-testimonial-carousel-warpper .layout3.style-2 .owl-item.active .cms-featured img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.cms-testimonial-carousel-warpper .layout3.style-2 .owl-item.active:hover .cms-featured img {
  -webkit-filter: grayscale(0) !important;
  filter: grayscale(0) !important;
}
.cms-testimonial-carousel-warpper .layout3.style-2 .owl-item.active:hover .cms-holder .cms-title {
  color: #9f3133 !important;
}
.cms-testimonial-carousel-warpper .layout3.style-2 .owl-item.active .cms-title {
  color: #222;
  letter-spacing: 0.1em;
}
.cms-testimonial-carousel-warpper .layout3.style-2 .owl-item.active + .active .cms-holder {
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
.cms-testimonial-carousel-warpper .layout3.style-2 .owl-item.active + .active .cms-featured img {
  /* Safari 6.0 - 9.0 */
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.cms-textbox .cms-textbox-content {
  font-size: 15px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 20px;
}
.cms-textbox .cms-textbox-content a:hover {
  color: #9f3133;
}
.cms-textbox.layout2 .cms-textbox-content a:hover {
  color: #9f3133;
}
@media screen and (max-width: 991px) {
  .cms-textbox.text-left.text-991px {
    text-align: center !important;
  }
}
@media screen and (max-width: 767px) {
  .cms-textbox.text-left.text-767px {
    text-align: center !important;
  }
}
@media screen and (max-width: 991px) {
  .cms-textbox.text-right.text-991px {
    text-align: center !important;
  }
  .cms-textbox.text-right.text-991px-left {
    text-align: left !important;
  }
}
@media screen and (max-width: 767px) {
  .cms-textbox.text-right.text-767px {
    text-align: center !important;
  }
  .cms-textbox.text-right.text-767-left {
    text-align: left !important;
  }
}
.cms-pricing-wrapper .cms-pricing-body {
  text-align: center;
  -webkit-transition: 0.5s;
  -khtml-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  border: 1px solid rgba(119, 119, 119, 0.2);
  padding-bottom: 50px;
}
.cms-pricing-wrapper .cms-pricing-header {
  background-color: #222;
  position: relative;
  padding: 27px 15px 55px;
  margin: -1px -1px 0 -1px;
  overflow: hidden;
}
.cms-pricing-wrapper .cms-pricing-header .pricing-popular {
  z-index: 10;
  width: 180px;
  height: 35px;
  line-height: 35px;
  padding: 0 20px;
  font-size: 14px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  box-shadow: 0px 2px 5px rgba(34, 34, 34, 0.3);
  background: red;
  transform: rotate(45deg);
  position: absolute;
  right: -55px;
  top: 17px;
}
.cms-pricing-wrapper .cms-pricing-header .cms-pricing-title {
  text-transform: uppercase;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  font-family: 'Playfair Display', serif;
}
.cms-pricing-wrapper .cms-pricing-header .cms-price {
  padding-left: 10px;
  font-family: 'Renner Semibold';
  font-size: 50px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 20px;
}
.cms-pricing-wrapper .cms-pricing-header .cms-price .cms-price-currency {
  font-size: 20px;
  position: relative;
  top: -20px;
  left: -10px;
  font-weight: 300;
  color: inherit;
}
.cms-pricing-wrapper .cms-pricing-header .cms-icon {
  max-height: 55px;
  height: 55px;
  position: absolute;
  left: 50%;
  bottom: -1px;
  display: flex;
  align-items: flex-end;
  -webkit-transform: translateX(-50%);
  -khtml-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.cms-pricing-wrapper .cms-pricing-header .cms-icon img {
  max-height: inherit;
}
.cms-pricing-wrapper .cms-pricing-content {
  padding: 45px;
  padding-left: 25px;
  padding-right: 25px;
  padding-bottom: 20px;
}
.cms-pricing-wrapper .cms-pricing-content ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.cms-pricing-wrapper .cms-pricing-content li {
  list-style: none;
  color: #222;
  line-height: 26px;
  font-weight: 400;
  margin-bottom: 22px;
  font-size: 17px;
}
.cms-pricing-wrapper .btn-pricing {
  background-color: #9f3133;
  color: #fff;
  display: inline-block;
  padding: 11px 35px;
  font-size: 13px;
  letter-spacing: 0.1em;
  font-family: "Renner Medium";
  text-transform: uppercase;
}
.cms-pricing-wrapper .btn-pricing:hover {
  -webkit-box-shadow: 0 3px 38px 4px rgba(54, 73, 229, 0.2);
  -khtml-box-shadow: 0 3px 38px 4px rgba(54, 73, 229, 0.2);
  -moz-box-shadow: 0 3px 38px 4px rgba(54, 73, 229, 0.2);
  -ms-box-shadow: 0 3px 38px 4px rgba(54, 73, 229, 0.2);
  -o-box-shadow: 0 3px 38px 4px rgba(54, 73, 229, 0.2);
  box-shadow: 0 3px 38px 4px rgba(54, 73, 229, 0.2);
}
.cms-pricing-wrapper:hover .cms-pricing-body {
  -webkit-transform: translateY(-5px);
  -khtml-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  transform: translateY(-5px);
  -webkit-box-shadow: 0 3px 38px 4px rgba(119, 119, 119, 0.2);
  -khtml-box-shadow: 0 3px 38px 4px rgba(119, 119, 119, 0.2);
  -moz-box-shadow: 0 3px 38px 4px rgba(119, 119, 119, 0.2);
  -ms-box-shadow: 0 3px 38px 4px rgba(119, 119, 119, 0.2);
  -o-box-shadow: 0 3px 38px 4px rgba(119, 119, 119, 0.2);
  box-shadow: 0 3px 38px 4px rgba(119, 119, 119, 0.2);
}
.cms-fancybox-default {
  text-align: center;
}
.cms-fancybox-default .cms-fancybox-inner {
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  padding: 15px;
  margin-bottom: 15px;
}
@media screen and (max-width: 991px) {
  .cms-fancybox-default .cms-fancybox-inner {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.cms-fancybox-default .cms-icon {
  width: 55px;
  height: 55px;
  text-align: center;
  font-size: 50px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 4px;
  position: relative;
  overflow: hidden;
}
.cms-fancybox-default .cms-icon.icon-image img {
  max-width: 100px;
}
.cms-fancybox-default .cms-icon img, .cms-fancybox-default .cms-icon i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cms-fancybox-default .cms-icon i {
  color: #9f3133;
}
.cms-fancybox-default .cms-title {
  font-size: 20px;
  color: #222;
  line-height: 1.9;
  font-weight: bold;
  letter-spacing: 0.03em;
  margin: 6px 0 10px 0;
}
.cms-fancybox-default .cms-description {
  color: #777;
}
@media screen and (max-width: 1199px) {
  .cms-fancybox-default .cms-description br {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .cms-fancybox-layout2 {
    margin-bottom: 35px;
  }
}
.cms-fancybox-layout2 .cms-icon {
  display: block;
  margin-bottom: 27px;
}
.cms-fancybox-layout2 .cms-icon.icon-font {
  font-size: 35px;
}
.cms-fancybox-layout2 .cms-icon.icon-image img {
  max-height: 60px;
}
.cms-fancybox-layout2 .cms-title {
  color: #222;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.03em;
  margin-bottom: 20px;
}
.cms-fancybox-layout2 .cms-description {
  line-height: 26px;
}
.cms-fancybox-layout3 {
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .cms-fancybox-layout3 {
    margin-bottom: 35px;
  }
}
.cms-fancybox-layout3 .cms-title {
  color: #222;
  font-weight: bold;
  clear: none;
  letter-spacing: 0.025em;
  font-size: 25px;
  margin-bottom: 15px;
}
@media screen and (min-width: 576px) {
  .cms-fancybox-layout3 .cms-icon {
    width: 50px;
    float: left;
  }
  .cms-fancybox-layout3 .cms-icon + .cms-content {
    padding-left: 70px;
  }
}
.cms-fancybox-layout3 .cms-icon.icon-image {
  padding-top: 5px;
}
.cms-fancybox-layout3 .cms-icon.icon-font {
  font-size: 35px;
}
.cms-fancybox-layout3 .cms-fcb_description {
  letter-spacing: 0.02em;
}
.cms-fancybox-layout4 {
  padding: 30px;
  -webkit-box-shadow: 0 3px 38px 0 rgba(0, 0, 0, 0.1);
  -khtml-box-shadow: 0 3px 38px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 38px 0 rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 3px 38px 0 rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 3px 38px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 38px 0 rgba(0, 0, 0, 0.1);
  z-index: 2;
  position: relative;
}
@media screen and (max-width: 1199px) {
  .cms-fancybox-layout4 {
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding: 55px 25px !important;
  }
}
@media screen and (max-width: 575px) {
  .cms-fancybox-layout4 {
    margin-bottom: 30px;
  }
}
.cms-fancybox-layout4 .cms-icon {
  display: inline-block;
  margin-right: 12px;
  position: relative;
  bottom: 12px;
}
.cms-fancybox-layout4 .cms-icon.icon-image img {
  max-height: 48px;
}
.cms-fancybox-layout4 .cms-icon.icon-font {
  font-size: 35px;
}
.cms-fancybox-layout4 .cms-title {
  color: #222;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 32px;
  letter-spacing: 0.025em;
}
.cms-fancybox-layout4 .cms-content + .cms-content {
  margin-top: 17px;
}
.cms-fancybox-layout4 .cms-button {
  background-color: #9f3133;
  color: #fff;
  margin-top: 49px;
  font-size: 13px;
  font-weight: 500;
  padding: 10px 38px;
  letter-spacing: 0.15em;
  display: inline-block;
  font-family: "Renner Medium";
  white-space: nowrap;
  text-transform: uppercase;
}
.cms-fancybox-layout4 .cms-button:hover {
  background-color: #222;
}
.cms-fancybox-layout5 .cms-icon {
  margin-bottom: 23px;
}
.cms-fancybox-layout5 .cms-icon.icon-image img {
  max-height: 56px;
}
.cms-fancybox-layout5 .cms-icon.icon-font {
  font-size: 45px;
  line-height: 0;
}
.cms-fancybox-layout5 .cms-title {
  font-size: 35px;
  font-weight: bold;
  line-height: 45px;
  color: #222;
  margin-bottom: 20px;
}
.cms-fancybox-layout5 .cms-title a {
  color: inherit;
}
.cms-fancybox-layout5 .cms-title a:hover {
  color: #9f3133;
}
.cms-fancybox-layout5 .cms-title cite {
  color: #9f3133;
  font-style: normal;
}
.cms-fancybox-layout5 .cms-description + .cms-button {
  margin-top: 40px;
}
.cms-fancybox-layout5 .cms-button {
  background-color: #9f3133;
  color: #fff;
  font-size: 13px;
  font-family: "Renner Medium";
  padding: 10px 38px;
  display: inline-block;
  white-space: nowrap;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.cms-fancybox-layout5 .cms-button:hover {
  background-color: #222;
}
@media screen and (max-width: 991px) {
  .site-content .bg-mobile-none {
    background-position: -9999999px !important;
  }
}
.cms-fancybox-layout6 .cms-fancybox-inner {
  position: relative;
}
.cms-fancybox-layout6 .cms-fancybox-inner .cms-fancybox-image {
  text-align: center;
}
.cms-fancybox-layout6 .cms-fancybox-inner .cms-fancybox-image img {
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  opacity: 1;
}
.cms-fancybox-layout6.style-1 .cms-fancybox-holder {
  text-align: center;
  width: 100%;
  height: 63px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  z-index: 1;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
@media screen and (max-width: 991px) {
  .cms-fancybox-layout6.style-1 .cms-fancybox-holder {
    height: 40px;
  }
}
.cms-fancybox-layout6.style-1 .cms-fancybox-holder a {
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  font-size: 25px;
  width: 63px;
  height: 63px;
  line-height: 63px;
  text-align: center;
  color: #222;
  background-color: #fff;
  margin-left: 2px;
  margin-right: 2px;
  position: relative;
}
.cms-fancybox-layout6.style-1 .cms-fancybox-holder a i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 991px) {
  .cms-fancybox-layout6.style-1 .cms-fancybox-holder a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
  }
}
.cms-fancybox-layout6.style-1:hover .cms-fancybox-holder {
  opacity: 1;
}
.cms-fancybox-layout6.style-1:hover .cms-fancybox-holder a.btn-link {
  margin-right: 5px;
}
.cms-fancybox-layout6.style-1:hover .cms-fancybox-holder a.btn-zoom {
  margin-left: 5px;
}
.cms-fancybox-layout6.style-1:hover .cms-fancybox-image {
  background: #000;
}
.cms-fancybox-layout6.style-1:hover .cms-fancybox-image img {
  opacity: 0.5;
}
.cms-fancybox-layout6.style-2 .cms-fancybox-holder {
  text-align: center;
  width: 100%;
  height: 63px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  z-index: 1;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
@media screen and (max-width: 991px) {
  .cms-fancybox-layout6.style-2 .cms-fancybox-holder {
    height: 40px;
  }
}
.cms-fancybox-layout6.style-2 .cms-fancybox-holder a {
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  font-size: 25px;
  width: 63px;
  height: 63px;
  line-height: 63px;
  text-align: center;
  color: #fff;
  margin-left: 2px;
  margin-right: 2px;
  position: relative;
}
.cms-fancybox-layout6.style-2 .cms-fancybox-holder a i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 991px) {
  .cms-fancybox-layout6.style-2 .cms-fancybox-holder a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
  }
}
.cms-fancybox-layout6.style-2:hover .cms-fancybox-holder {
  opacity: 1;
}
.cms-fancybox-layout6.style-2:hover .cms-fancybox-holder a.btn-link {
  margin-right: 5px;
}
.cms-fancybox-layout6.style-2:hover .cms-fancybox-holder a.btn-zoom {
  margin-left: 5px;
}
.cms-fancybox-layout6.style-2:hover .cms-fancybox-image {
  background: #000;
}
.cms-fancybox-layout6.style-2:hover .cms-fancybox-image img {
  opacity: 0.8;
}
.cms-fancybox-layout7 .cms-title {
  font-size: 20px;
  color: #222;
  margin-bottom: 0;
  letter-spacing: 0.03em;
  margin-bottom: 3px;
}
.cms-fancybox-layout7 .cms-fcb_description {
  color: #777;
  font-size: 15px;
}
.cms-fancybox-layout7 .cms-button {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.15em;
  color: #222;
  position: relative;
  text-transform: uppercase;
  display: inline-block;
  white-space: nowrap;
  top: -5px;
}
.cms-fancybox-layout7 .cms-content-holder {
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  opacity: 0;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  left: 25px;
  right: 25px;
  background-color: #fff;
  padding: 28px 27px 23px;
}
@media screen and (max-width: 575px) {
  .cms-fancybox-layout7 .cms-content-holder {
    left: 15px;
    right: 15px;
    padding: 15px;
  }
}
.cms-fancybox-layout7 .cms-content-holder .cms-meta {
  flex-grow: 1;
  padding-right: 15px;
}
.cms-fancybox-layout7 .cms-content-holder .wp-button {
  flex-grow: 0;
}
.cms-fancybox-layout7 .cms-content-holder .wp-button .cms-button {
  font-family: 'Renner Medium';
  letter-spacing: 0.1em;
}
.cms-fancybox-layout7 .cms-fancybox-inner {
  position: relative;
}
.cms-fancybox-layout7 .cms-fancybox-inner:hover .cms-content-holder {
  opacity: 1;
  bottom: 27px;
}
.cms-fancybox-layout8 .cms-fancybox-image {
  max-height: 58px;
  margin-bottom: 28px;
}
.cms-fancybox-layout8 .cms-fancybox-image img {
  max-height: inherit;
}
.cms-fancybox-layout8 .cms-title {
  font-size: 17px;
  text-transform: uppercase;
  color: #222;
  font-weight: 500;
}
.cms-fancybox-layout9 {
  text-align: center;
}
.cms-fancybox-layout9 .cms-icon {
  width: 120px;
  height: 120px;
  line-height: 120px;
  text-align: center;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  -webkit-box-shadow: 0 8px 35px 0 rgba(0, 0, 0, 0.15);
  -khtml-box-shadow: 0 8px 35px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 8px 35px 0 rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0 8px 35px 0 rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 8px 35px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 8px 35px 0 rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 25px;
  -khtml-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  border-radius: 25px;
  font-size: 50px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 33px;
  position: relative;
}
.cms-fancybox-layout9 .cms-icon.show-line:after {
  display: block;
  position: absolute;
  top: 50%;
  width: 228px;
  height: 16px;
  right: -250px;
  content: "";
  background: url(../images/image-dotesd.png) no-repeat;
}
@media screen and (max-width: 991px) {
  .cms-fancybox-layout9 .cms-icon.show-line:after {
    display: none;
  }
}
.cms-fancybox-layout9 .cms-icon .icon-image {
  overflow: hidden;
  position: relative;
}
.cms-fancybox-layout9 .cms-icon .icon-image img {
  max-width: 80px;
}
.cms-fancybox-layout9 .cms-icon .icon-font {
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  position: relative;
}
.cms-fancybox-layout9 .cms-icon i {
  color: #9f3133;
}
.cms-fancybox-layout9 .cms-title {
  font-size: 20px;
  color: #222;
  line-height: 1.9;
  font-weight: bold;
  letter-spacing: 0.03em;
  margin: 6px 0 8px 0;
}
.cms-fancybox-layout9 .cms-description {
  color: #777;
}
@media screen and (max-width: 1199px) {
  .cms-fancybox-layout9 .cms-description br {
    display: none;
  }
}
.cms-fancybox-layout9 .cms-fancybox-inner {
  padding: 15px;
  margin-bottom: 15px;
}
@media screen and (max-width: 991px) {
  .cms-fancybox-layout9 .cms-fancybox-inner {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.cms-fancybox-layout9 .cms-fancybox-inner:hover .cms-icon {
  -webkit-box-shadow: 0 8px 35px 0 rgba(0, 0, 0, 0.25);
  -khtml-box-shadow: 0 8px 35px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 8px 35px 0 rgba(0, 0, 0, 0.25);
  -ms-box-shadow: 0 8px 35px 0 rgba(0, 0, 0, 0.25);
  -o-box-shadow: 0 8px 35px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 8px 35px 0 rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 991px) {
  .cms-fancybox-layout10 {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 767px) {
  .cms-fancybox-layout10 {
    margin-bottom: 35px;
  }
}
.cms-fancybox-layout10 .cms-icon.icon-font {
  font-size: 35px;
}
.cms-fancybox-layout10 .cms-icon.icon-image img {
  max-height: 60px;
}
.cms-fancybox-layout10 .cms-title {
  color: #222;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.03em;
  margin-bottom: 20px;
}
.cms-fancybox-layout10 .cms-description {
  line-height: 26px;
}
@media screen and (min-width: 576px) {
  .cms-fancybox-layout10 .cms-fancybox-inner {
    display: flex;
  }
}
.cms-fancybox-layout10 .cms-fancybox-inner .cms-icon {
  width: 65px;
  min-width: 65px;
  height: 68px;
  line-height: 68px;
  margin-right: 20px;
  text-align: center;
  background-color: rgba(159, 49, 51, 0.15);
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .cms-fancybox-layout10 .cms-fancybox-inner .cms-icon {
    margin-bottom: 30px;
  }
}
.cms-fancybox-layout10 .cms-fancybox-inner .cms-icon.icon-image img {
  -webkit-transition: 0.5s;
  -khtml-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  max-width: 45px;
  max-height: 55px;
}
.cms-fancybox-layout10 .cms-fancybox-inner .cms-icon.icon-font i {
  -webkit-transition: 0.5s;
  -khtml-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.cms-fancybox-layout10 .cms-fancybox-inner:hover .cms-icon i, .cms-fancybox-layout10 .cms-fancybox-inner:hover .cms-icon img {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.cms-contact-form.layout1 .box-meta-form {
  background-color: #222;
  padding: 22px 27px;
}
.cms-contact-form.layout1 .cms-title-form {
  font-size: 20px;
  color: #fff;
  letter-spacing: 0.03em;
  font-weight: bold;
  margin-bottom: 0;
}
.cms-contact-form.layout1 .wpcf7 {
  border: 1px solid rgba(34, 34, 34, 0.1);
  padding: 34px 27px 36px;
}
.cms-contact-form.layout1 .wpcf7 .wpcf7-form {
  margin-top: 0;
  margin-bottom: 0;
}
.cms-contact-form.layout1 .wpcf7 input, .cms-contact-form.layout1 .wpcf7 textarea {
  font-family: 'Renner Book';
  padding-left: 12px;
  padding-right: 12px;
  margin-bottom: 26px;
}
.cms-contact-form.layout1 .wpcf7 input::-webkit-input-placeholder, .cms-contact-form.layout1 .wpcf7 textarea::-webkit-input-placeholder {
  color: #777;
  font-size: 13px;
}
.cms-contact-form.layout1 .wpcf7 input::-moz-placeholder, .cms-contact-form.layout1 .wpcf7 textarea::-moz-placeholder {
  color: #777;
  font-size: 13px;
}
.cms-contact-form.layout1 .wpcf7 input::-ms-input-placeholder, .cms-contact-form.layout1 .wpcf7 textarea::-ms-input-placeholder {
  color: #777;
  font-size: 13px;
}
.cms-contact-form.layout1 .wpcf7 input::-moz-placeholder, .cms-contact-form.layout1 .wpcf7 textarea::-moz-placeholder {
  color: #777;
  font-size: 13px;
}
.cms-contact-form.layout1 textarea {
  height: 193px;
  margin-bottom: 13px !important;
}
.cms-contact-form.layout1 .wpcf7-checkbox .wpcf7-list-item {
  margin-left: 0;
  margin-bottom: 17px;
  overflow: hidden;
}
.cms-contact-form.layout1 .wpcf7-checkbox .wpcf7-list-item input {
  margin-top: 5px;
  margin-bottom: 0;
}
.cms-contact-form.layout1 .wpcf7-checkbox .wpcf7-list-item-label {
  padding-left: 4px;
  margin-bottom: 0;
  letter-spacing: 0.03em;
}
.cms-contact-form.layout1 .wpcf7-submit {
  margin-top: -5px;
  margin-bottom: 0 !important;
  width: 100%;
  display: inline-block;
  white-space: nowrap;
  background-color: #9f3133;
  color: #fff;
  font-size: 13px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  border: none;
  height: 43px;
  text-align: center;
  line-height: 43px;
}
.cms-contact-form.layout1 .wpcf7-submit:hover {
  background-color: #222;
}
.cms-contact-form.layout2 .box-meta-form {
  margin-bottom: 60px;
}
.cms-contact-form.layout2 .cms-title-form {
  font-size: 45px;
  margin-bottom: 13px;
  color: #222;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .cms-contact-form.layout2 .cms-title-form {
    font-size: 25px;
  }
}
.cms-contact-form.layout2 .cms-description {
  font-size: 17px;
  color: #222;
  letter-spacing: 0.03em;
}
.cms-contact-form.layout2 .wpcf7 .wpcf7-form {
  margin-top: 0;
  margin-bottom: 0;
}
.cms-contact-form.layout2 .wpcf7 input, .cms-contact-form.layout2 .wpcf7 textarea {
  font-family: 'Renner Book';
  padding-left: 12px;
  padding-right: 12px;
  margin-bottom: 15px;
}
.cms-contact-form.layout2 .wpcf7 input::-webkit-input-placeholder, .cms-contact-form.layout2 .wpcf7 textarea::-webkit-input-placeholder {
  color: #777;
  font-size: 13px;
}
.cms-contact-form.layout2 .wpcf7 input::-moz-placeholder, .cms-contact-form.layout2 .wpcf7 textarea::-moz-placeholder {
  color: #777;
  font-size: 13px;
}
.cms-contact-form.layout2 .wpcf7 input::-ms-input-placeholder, .cms-contact-form.layout2 .wpcf7 textarea::-ms-input-placeholder {
  color: #777;
  font-size: 13px;
}
.cms-contact-form.layout2 .wpcf7 input::-moz-placeholder, .cms-contact-form.layout2 .wpcf7 textarea::-moz-placeholder {
  color: #777;
  font-size: 13px;
}
.cms-contact-form.layout2 textarea {
  height: 193px;
  margin-bottom: 13px !important;
}
.cms-contact-form.layout2 .wpcf7-checkbox .wpcf7-list-item {
  margin-left: 0;
  margin-bottom: 6px;
}
.cms-contact-form.layout2 .wpcf7-checkbox .wpcf7-list-item-label {
  padding-left: 2px;
}
.cms-contact-form.layout2 .wpcf7-submit {
  margin-bottom: 0;
  display: inline-block;
  white-space: nowrap;
  background-color: #222;
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
  border: none;
  letter-spacing: 0.1em;
  height: 43px;
  text-align: center;
  line-height: 43px;
}
.cms-contact-form.layout2 .wpcf7-submit:hover {
  background-color: #9f3133;
}
.cms-contact-form.layout2 .col-sumbit {
  text-align: center;
}
.cms-contact-form.layout2 .col-sumbit .wpcf7-submit {
  padding-right: 38px;
  padding-left: 38px;
  font-family: "Renner Medium";
}
.cms-contact-form.layout3 .box-meta-form {
  text-align: center;
}
.cms-contact-form.layout3 .box-meta-form .cms-title-form {
  color: #fff;
  letter-spacing: 0.03em;
  margin-bottom: 12px;
}
.cms-contact-form.layout3 .box-meta-form .cms-description {
  font-size: 17px;
  margin-bottom: 40px;
  letter-spacing: 0.03em;
  color: #777;
}
.cms-contact-form.layout3 .cms-contact-form-inner {
  max-width: 830px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 47px 23px;
  background-color: #222;
}
@media screen and (max-width: 767px) {
  .cms-contact-form.layout3 .cms-contact-form-inner {
    padding: 40px 25px 20px;
  }
}
.cms-contact-form.layout3 .cms-request-table .row > div {
  padding-left: 7px;
  padding-right: 7px;
}
.cms-contact-form.layout3 .cms-request-table .wpcf7-form-control-wrap {
  margin-bottom: 16px;
  display: block;
}
.cms-contact-form.layout3 .cms-request-table .wpcf7-form-control-wrap input::-webkit-input-placeholder, .cms-contact-form.layout3 .cms-request-table .wpcf7-form-control-wrap textarea::-webkit-input-placeholder {
  color: #fff;
}
.cms-contact-form.layout3 .cms-request-table .wpcf7-form-control-wrap input::-moz-placeholder, .cms-contact-form.layout3 .cms-request-table .wpcf7-form-control-wrap textarea::-moz-placeholder {
  color: #fff;
}
.cms-contact-form.layout3 .cms-request-table .wpcf7-form-control-wrap input::-ms-input-placeholder, .cms-contact-form.layout3 .cms-request-table .wpcf7-form-control-wrap textarea::-ms-input-placeholder {
  color: #fff;
}
.cms-contact-form.layout3 .cms-request-table .wpcf7-form-control-wrap input::-moz-placeholder, .cms-contact-form.layout3 .cms-request-table .wpcf7-form-control-wrap textarea::-moz-placeholder {
  color: #fff;
}
.cms-contact-form.layout3 .cms-request-table .wpcf7-form-control-wrap input:focus, .cms-contact-form.layout3 .cms-request-table .wpcf7-form-control-wrap textarea:focus {
  background-color: #fff;
  border-color: #9f3133;
  color: #222;
}
.cms-contact-form.layout3 .cms-request-table .wpcf7-form-control-wrap.date {
  position: relative;
}
.cms-contact-form.layout3 .cms-request-table .wpcf7-form-control-wrap.date .wpcf7-form-control {
  position: relative;
  z-index: 2;
  cursor: pointer;
}
.cms-contact-form.layout3 .cms-request-table .wpcf7-form-control-wrap.date:after {
  position: absolute;
  top: 50%;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  -khtml-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 12px;
  content: "\f107";
  font-family: FontAwesome;
  color: #fff;
}
.cms-contact-form.layout3 .cms-request-table .wpcf7-form-control-wrap.your-message {
  margin-bottom: 0;
}
.cms-contact-form.layout3 .cms-request-table .wpcf7-form-control-wrap .nice-select .current {
  color: #fff;
}
.cms-contact-form.layout3 .cms-request-table .wpcf7-form-control-wrap .nice-select:focus {
  border-color: #9f3133;
  color: #222;
}
.cms-contact-form.layout3 .cms-request-table .wpcf7-form-control-wrap .nice-select.open {
  background-color: #fff;
}
.cms-contact-form.layout3 .cms-request-table .wpcf7-form-control-wrap .nice-select:after {
  content: "\f107";
  font-family: FontAwesome;
  font-size: 15px;
  color: #fff;
  right: 12px;
  top: 50%;
}
.cms-contact-form.layout3 .cms-request-table .wpcf7-form-control-wrap .wpcf7-form-control {
  padding-left: 13px;
  padding-right: 13px;
  margin-bottom: 0;
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
  -webkit-transition: all 300ms ease-in-out 0s;
  -khtml-transition: all 300ms ease-in-out 0s;
  -moz-transition: all 300ms ease-in-out 0s;
  -ms-transition: all 300ms ease-in-out 0s;
  -o-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s;
}
.cms-contact-form.layout3 .cms-request-table .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-textarea {
  min-height: 150px;
  height: 150px;
  margin-bottom: 0;
}
.cms-contact-form.layout3 .cms-request-table .wpcf7-submit {
  background-color: #9f3133;
  text-align: center;
  font-weight: 500;
  height: 43px;
  font-size: 13px;
  display: inline-block;
  line-height: 45px;
  letter-spacing: 0.1em;
  margin-bottom: 18px;
  margin-top: 0;
  padding: 0 36px;
  font-family: "Renner Medium";
}
.cms-contact-form.layout3 .cms-request-table .wpcf7-submit:hover {
  background-color: #fff;
  color: #222;
}
.cms-contact-form.layout3 .cms-request-table .col-textarea-submit {
  text-align: center;
}
.cms-banner {
  margin-bottom: 60px;
}
.cms-banner .cms-image {
  text-align: center;
  overflow: hidden;
  position: relative;
  margin-bottom: 30px;
}
.cms-banner .cms-image img {
  -webkit-transition: all 0.5s ease 0s;
  -khtml-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.cms-banner .cms-image a {
  background: #fff;
  border-radius: 100%;
  color: #222;
  font-size: 20px;
  text-align: center;
  width: 50px;
  height: 50px;
  line-height: 50px;
  opacity: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -moz-transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  z-index: 1;
}
.cms-banner .cms-image a i {
  -moz-transition: all 0.9s ease 0s;
  -webkit-transition: all 0.9s ease 0s;
  transition: all 0.9s ease 0s;
}
.cms-banner .cms-image:hover {
  background-color: #222;
}
.cms-banner .cms-image:hover img {
  opacity: 0.4;
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.cms-banner .cms-image:hover a {
  opacity: 1;
}
.cms-banner .cms-image:hover a i {
  -webkit-transform: rotateY(360deg);
  -moz-transform: rotateY(360deg);
  transform: rotateY(360deg);
}
.cms-banner .cms-image:hover a:hover {
  color: #9f3133;
}
.cms-banner .cms-heading-tag {
  font-size: 20px;
  color: #222;
  text-align: center;
}
.cms-banner .cms-heading-tag a {
  color: #222;
}
.cms-banner .cms-banner-inner {
  -webkit-transition: 0.5s;
  -khtml-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.cms-banner .cms-banner-inner:hover {
  -webkit-transform: translateY(-5px);
  -khtml-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  transform: translateY(-5px);
}
.cms-banner .cms-banner-inner:hover .cms-heading-tag {
  color: #9f3133;
}
.cms-banner .cms-banner-inner:hover .cms-heading-tag a {
  color: inherit;
}
.cms-banner .cms-banner-inner:hover .cms-image {
  box-shadow: 6px 15px 27px rgba(0, 0, 0, 0.3);
}
.cms-image-single .cms-image.has-shadow {
  -webkit-box-shadow: 0 8px 35px 0 rgba(0, 0, 0, 0.25);
  -khtml-box-shadow: 0 8px 35px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 8px 35px 0 rgba(0, 0, 0, 0.25);
  -ms-box-shadow: 0 8px 35px 0 rgba(0, 0, 0, 0.25);
  -o-box-shadow: 0 8px 35px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 8px 35px 0 rgba(0, 0, 0, 0.25);
}
.cms-image-single .cms-image.img-position-custom {
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 576px) {
  .cms-image-single .cms-image.img-position-custom {
    top: -80px;
  }
}
@media screen and (max-width: 991px) {
  .cms-image-single.text-left.text-991px {
    text-align: center !important;
  }
}
@media screen and (max-width: 767px) {
  .cms-image-single.text-left.text-767px {
    text-align: center !important;
  }
}
.cms-image-single.text-right {
  text-align: right !important;
}
@media screen and (max-width: 991px) {
  .cms-image-single.text-right.text-991px {
    text-align: center !important;
  }
  .cms-image-single.text-right.text-991px-left {
    text-align: left !important;
  }
}
@media screen and (max-width: 767px) {
  .cms-image-single.text-right.text-767px {
    text-align: center !important;
  }
  .cms-image-single.text-right.text-767-left {
    text-align: left !important;
  }
}
.cms-newsletter .cms-newsletter-inner.new-full-width {
  max-width: 100%;
}
.cms-newsletter .cms-newsletter-inner.new-full-width .newsletter-width .tnp-subscription {
  max-width: 100%;
}
.cms-newsletter .cms-newsletter-inner.new-width-570 {
  max-width: 600px;
  margin-left: 0;
  margin-right: auto;
}
.cms-newsletter .cms-newsletter-inner.new-width-570 .newsletter-width .tnp-subscription {
  max-width: 100%;
}
.cms-newsletter .cms-newsletter-inner.new-width-570.new-width-570-center {
  margin-left: auto;
  margin-right: auto;
}
.cms-newsletter .cms-newsletter-inner.new-width-870 {
  max-width: 870px;
  margin-left: 0;
  margin-right: auto;
}
.cms-newsletter .cms-newsletter-inner.new-width-870 .newsletter-width .tnp-subscription {
  max-width: 100%;
}
.cms-newsletter .cms-newsletter-inner.new-width-870.new-width-870-center {
  margin-left: auto;
  margin-right: auto;
}
.cms-newsletter.layout1 .cms-newsletter-inner {
  margin-left: auto;
  margin-right: auto;
}
.cms-newsletter.layout1 .cms-newsletter-inner .cms-newsletter-title {
  font-size: 25px;
  margin-bottom: 45px;
}
.cms-newsletter.layout1 .tnp-subscription {
  font-size: 13px;
  display: block;
  margin: 15px auto;
  max-width: 600px;
  width: 100%;
  margin-bottom: 43px;
}
@media screen and (max-width: 767px) {
  .cms-newsletter.layout1 .tnp-subscription {
    max-width: 100%;
  }
}
.cms-newsletter.layout1 .tnp-subscription .tnp-field.tnp-field-email label {
  display: none;
}
.cms-newsletter.layout1 .tnp-subscription .tnp-field.tnp-field-email .tnp-email {
  color: #777;
  border: 1px solid #656565;
  height: 50px;
  line-height: 48px;
  margin-bottom: 0;
  padding-right: 137px;
  padding-left: 20px;
  font-size: 13px;
  box-shadow: none;
  background-color: transparent;
}
.cms-newsletter.layout1 .tnp-subscription .tnp-field.tnp-field-email .tnp-email:focus {
  border-color: #9f3133;
}
.cms-newsletter.layout1 .tnp-subscription .tnp-field.tnp-field-email .tnp-email::-webkit-input-placeholder {
  color: #c8c8c8;
  font-style: italic;
}
.cms-newsletter.layout1 .tnp-subscription .tnp-field.tnp-field-email .tnp-email::-moz-placeholder {
  color: #c8c8c8;
  font-style: italic;
}
.cms-newsletter.layout1 .tnp-subscription .tnp-field.tnp-field-email .tnp-email::-ms-input-placeholder {
  color: #c8c8c8;
  font-style: italic;
}
.cms-newsletter.layout1 .tnp-subscription .tnp-field.tnp-field-email .tnp-email::-moz-placeholder {
  color: #c8c8c8;
  font-style: italic;
}
.cms-newsletter.layout1 .tnp-subscription .tnp-field.tnp-field-button .tnp-submit {
  font-weight: 500;
  width: 155px;
  font-family: 'Renner Medium';
  text-align: center;
  height: 50px;
  line-height: 48px;
  padding: 0;
  letter-spacing: 1px;
  background-color: #9f3133;
  color: #fff;
  border: 1px solid #9f3133;
  font-size: 13px;
  text-transform: uppercase;
}
@media screen and (max-width: 1199px) {
  .cms-newsletter.layout1 .tnp-subscription .tnp-field.tnp-field-button .tnp-submit {
    width: 115px;
  }
}
.cms-newsletter.layout1 .tnp-subscription .tnp-field.tnp-field-button .tnp-submit:hover {
  border-color: #9f3133;
}
@media screen and (max-width: 767px) {
  .cms-newsletter.layout1 .tnp-subscription .tnp-field.tnp-field-button .tnp-submit {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .cms-newsletter.layout1 .tnp-subscription {
    position: relative;
  }
  .cms-newsletter.layout1 .tnp-subscription .tnp-field.tnp-field-email + .tnp-field-button .tnp-submit {
    position: absolute;
    top: 0;
    right: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cms-newsletter.layout1 .cms-newsletter-inner .cms-newsletter-title {
    font-size: 25px;
  }
}
@media screen and (max-width: 767px) {
  .cms-newsletter.layout1 .cms-newsletter-inner {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .cms-newsletter.layout1 .cms-newsletter-inner .cms-newsletter-title {
    font-size: 20px;
    line-height: 30px;
  }
}
@media screen and (max-width: 575px) {
  .cms-newsletter.layout1 .tnp-subscription {
    position: static;
  }
  .cms-newsletter.layout1 .tnp-subscription .tnp-field .tnp-email {
    padding-right: 20px !important;
  }
  .cms-newsletter.layout1 .tnp-subscription .tnp-field.tnp-field-button .tnp-submit {
    position: static;
    margin: 30px auto 0;
    width: 200px;
  }
}
.cms-newsletter.layout2 .cms-newsletter-inner {
  max-width: 870px;
  margin-left: auto;
  margin-right: auto;
}
.cms-newsletter.layout2 .cms-newsletter-inner .cms-newsletter-title {
  font-size: 20px;
  margin-bottom: 0;
  font-weight: 500;
  margin-bottom: 36px;
  color: #222;
}
@media screen and (max-width: 767px) {
  .cms-newsletter.layout2 .cms-newsletter-inner .cms-newsletter-title {
    margin-bottom: 25px !important;
  }
}
.cms-newsletter.layout2 .cms-newsletter-inner .sub-title {
  font-size: 15px;
  color: #222;
}
@media screen and (max-width: 767px) {
  .cms-newsletter.layout2 .cms-newsletter-inner .sub-title {
    margin-bottom: 20px;
  }
}
.cms-newsletter.layout2 .cms-newsletter-inner .newsletter-width .tnp-subscription {
  max-width: 100%;
  font-size: 13px;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  width: 100%;
}
.cms-newsletter.layout2 .cms-newsletter-inner .newsletter-width .tnp-subscription .tnp-field.tnp-field-email {
  margin-bottom: 24px;
}
.cms-newsletter.layout2 .cms-newsletter-inner .newsletter-width .tnp-subscription .tnp-field.tnp-field-email label {
  display: none;
}
.cms-newsletter.layout2 .cms-newsletter-inner .newsletter-width .tnp-subscription .tnp-field.tnp-field-email .tnp-email {
  box-shadow: none;
  height: 45px;
  line-height: 43px;
  margin-bottom: 0;
  padding-right: 25px;
  padding-left: 19px;
  background-color: #fff;
  border: 1px solid #c8c8c8;
  color: #222;
}
.cms-newsletter.layout2 .cms-newsletter-inner .newsletter-width .tnp-subscription .tnp-field.tnp-field-email .tnp-email:focus {
  border-color: #9f3133;
}
.cms-newsletter.layout2 .cms-newsletter-inner .newsletter-width .tnp-subscription .tnp-field.tnp-field-email .tnp-email::-webkit-input-placeholder {
  color: #222;
  font-style: italic;
}
.cms-newsletter.layout2 .cms-newsletter-inner .newsletter-width .tnp-subscription .tnp-field.tnp-field-email .tnp-email::-moz-placeholder {
  color: #222;
  font-style: italic;
}
.cms-newsletter.layout2 .cms-newsletter-inner .newsletter-width .tnp-subscription .tnp-field.tnp-field-email .tnp-email::-ms-input-placeholder {
  color: #222;
  font-style: italic;
}
.cms-newsletter.layout2 .cms-newsletter-inner .newsletter-width .tnp-subscription .tnp-field.tnp-field-email .tnp-email::-moz-placeholder {
  color: #222;
  font-style: italic;
}
.cms-newsletter.layout2 .cms-newsletter-inner .newsletter-width .tnp-subscription .tnp-field.tnp-field-button {
  margin-bottom: 0;
}
.cms-newsletter.layout2 .cms-newsletter-inner .newsletter-width .tnp-subscription .tnp-field.tnp-field-button .tnp-submit {
  font-weight: 500;
  width: 155px;
  text-align: center;
  height: 45px;
  line-height: 45px;
  padding: 0;
  letter-spacing: 1px;
  background-color: #9f3133;
  color: #fff;
  font-family: 'Renner Medium';
  font-size: 13px;
  text-transform: uppercase;
}
.cms-newsletter.layout2 .cms-newsletter-inner .newsletter-width .tnp-subscription .tnp-field.tnp-field-button .tnp-submit:hover {
  background-color: #9f3133;
}
.cms-newsletter.layout3 .cms-newsletter-inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 880px;
}
.cms-newsletter.layout3 .cms-newsletter-inner .cms-newsletter-title {
  font-size: 20px;
  margin-bottom: 45px;
}
.cms-newsletter.layout3 .tnp-subscription {
  font-size: 13px;
  display: block;
  margin: 15px auto;
  max-width: 600px;
  width: 100%;
  margin-bottom: 43px;
}
.cms-newsletter.layout3 .tnp-subscription form {
  position: relative;
}
.cms-newsletter.layout3 .tnp-subscription .tnp-field.tnp-field-email label {
  display: none;
}
.cms-newsletter.layout3 .tnp-subscription .tnp-field.tnp-field-email .tnp-email {
  color: #777;
  border: 1px solid #c8c8c8;
  height: 45px;
  line-height: 43px;
  margin-bottom: 0;
  padding-right: 45px;
  padding-left: 20px;
  font-size: 13px;
  background-color: transparent;
  box-shadow: none;
}
.cms-newsletter.layout3 .tnp-subscription .tnp-field.tnp-field-email .tnp-email:focus {
  border-color: #9f3133;
  outline: none;
}
.cms-newsletter.layout3 .tnp-subscription .tnp-field.tnp-field-email .tnp-email::-webkit-input-placeholder {
  font-style: italic;
}
.cms-newsletter.layout3 .tnp-subscription .tnp-field.tnp-field-email .tnp-email::-moz-placeholder {
  font-style: italic;
}
.cms-newsletter.layout3 .tnp-subscription .tnp-field.tnp-field-email .tnp-email::-ms-input-placeholder {
  font-style: italic;
}
.cms-newsletter.layout3 .tnp-subscription .tnp-field.tnp-field-email .tnp-email::-moz-placeholder {
  font-style: italic;
}
.cms-newsletter.layout3 .tnp-subscription .tnp-field.tnp-field-button:before {
  background-color: #9f3133;
  width: 45px;
  height: 45px;
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
}
.cms-newsletter.layout3 .tnp-subscription .tnp-field.tnp-field-button .tnp-submit {
  font-weight: 500;
  width: 45px;
  text-align: center;
  height: 45px;
  padding: 0;
  background-color: transparent;
  font-size: 0px;
  z-index: 2;
  text-transform: uppercase;
  position: absolute;
  top: 0;
  right: 0;
}
.cms-newsletter.layout3 .tnp-subscription .tnp-field.tnp-field-button:after {
  content: "\f178";
  font-family: "FontAwesome";
  display: inline-block;
  font-size: 15px;
  color: #fff;
  position: absolute;
  font-weight: normal;
  top: 10px;
  z-index: 1;
  right: 14px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cms-newsletter.layout3 .cms-newsletter-inner .cms-newsletter-title {
    font-size: 25px;
  }
}
@media screen and (max-width: 767px) {
  .cms-newsletter.layout3 .cms-newsletter-inner {
    max-width: 100%;
  }
  .cms-newsletter.layout3 .cms-newsletter-inner .cms-newsletter-title {
    font-size: 20px;
    line-height: 30px;
  }
}
@media screen and (max-width: 575px) {
  .cms-newsletter.layout3 .tnp-subscription .tnp-field .tnp-email {
    padding-right: 45px !important;
  }
}
.cms-contact-info .cms-title {
  font-size: 20px;
  color: #777;
  margin-bottom: 3px;
}
.cms-contact-info .cms-title i {
  font-size: 14px;
  margin-right: 5px;
  display: inline-block;
  color: #9f3133;
}
.cms-contact-info .cms-content {
  font-size: 17px;
  color: #222;
}
.cms-contact-info.layout1 .cms-content a {
  color: inherit;
}
.cms-contact-info.layout1 .cms-content a:hover {
  color: #9f3133;
}
.cms-contact-info.layout3 {
  text-align: center;
}
.cms-contact-info.layout3 .cms-info-icon {
  display: inline-block;
  margin-bottom: 20px;
  width: 40px;
  text-align: center;
  height: 40px;
  line-height: 40px;
}
.cms-contact-info.layout3 .cms-info-icon.icon-font {
  font-size: 30px;
  color: rgba(119, 119, 119, 0.6);
}
.cms-contact-info.layout3 .cms-info-icon.icon-image img {
  max-height: 35px;
}
.cms-contact-info.layout3 .cms-title {
  font-size: 17px;
  color: #222;
  font-weight: 500;
  margin-bottom: 16px;
}
.cms-contact-info.layout3 .cms-content {
  line-height: 26px;
  color: #777;
  font-size: 15px;
}
.animation-hover, .cms-double-images.layout2 .cms-image, .cms-fancybox-default .cms-icon, .cms-fancybox-layout2 .cms-icon, .cms-fancybox-layout2 .cms-icon.icon-image, .cms-fancybox-layout9 .cms-icon .icon-image, .cms-fancybox-layout9 .cms-icon .icon-font, .cms-image-single .cms-image {
  -webkit-transition: 0.5s;
  -khtml-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.animation-hover:hover, .cms-double-images.layout2 .cms-image:hover, .cms-fancybox-default .cms-icon:hover, .cms-fancybox-layout2 .cms-icon:hover, .cms-fancybox-layout2 .cms-icon.icon-image:hover, .cms-fancybox-layout9 .cms-icon .icon-image:hover, .cms-fancybox-layout9 .cms-icon .icon-font:hover, .cms-image-single .cms-image:hover {
  -webkit-transform: translateY(-5px);
  -khtml-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  transform: translateY(-5px);
}
.cms-mediabox .cms-mediabox-inner .cms-mediabox-feature {
  background: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .cms-mediabox .cms-mediabox-inner .cms-mediabox-feature img {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cms-mediabox .cms-mediabox-inner .cms-mediabox-feature {
    padding: 0 30px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .cms-mediabox .cms-mediabox-inner .cms-mediabox-feature {
    padding: 0 30px;
  }
}
@media screen and (min-width: 992px) {
  .cms-mediabox .cms-mediabox-inner .cms-mediabox-content {
    margin-right: -100px;
    position: relative;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
    box-shadow: 0px 2px 23px 2px rgba(0, 0, 0, 0.3);
  }
}
.cms-mediabox .cms-mediabox-inner .cms-mediabox-content .inner-content {
  background: #fff;
  padding: 30px 15px;
}
@media screen and (min-width: 992px) {
  .cms-mediabox .cms-mediabox-inner .cms-mediabox-content .inner-content {
    padding: 63px 45px 73px;
  }
}
@media screen and (max-width: 991px) {
  .cms-mediabox .cms-mediabox-inner .cms-mediabox-content .inner-content {
    padding: 30px;
  }
}
@media screen and (max-width: 575px) {
  .cms-mediabox .cms-mediabox-inner .cms-mediabox-content .inner-content {
    padding: 0px 0px 30px;
  }
}
.cms-mediabox .cms-mediabox-inner .cms-mediabox-content .inner-content .cms-mediabox-title {
  font-size: 80px;
  color: #222;
  letter-spacing: 0em;
  margin-bottom: 35px;
}
.cms-mediabox .cms-mediabox-inner .cms-mediabox-content .inner-content .cms-content {
  line-height: 24px;
  color: #777;
  margin-bottom: 43px;
}
.cms-mediabox .cms-mediabox-inner .cms-mediabox-content .inner-content .btn-text {
  background: #222;
  color: #fff;
  display: inline-block;
  padding: 10px 35px;
  font-weight: 500;
  text-align: center;
}
.cms-mediabox .cms-mediabox-inner .cms-mediabox-content .inner-content .btn-text:hover {
  background: #9f3133;
}
.cms-lists {
  margin-bottom: 15px;
}
.cms-lists .cms-list-title {
  font-size: 25px;
  margin-bottom: 45px;
  color: #222;
}
.cms-lists ul, .cms-lists ol {
  font-weight: 400;
  list-style: none;
  padding-left: 0;
}
.cms-lists ul li, .cms-lists ol li {
  font-size: 15px;
  margin-bottom: 8px;
}
.cms-lists.layout1 li {
  position: relative;
  color: #777;
  padding-left: 0;
}
.cms-lists.layout1 li a {
  cursor: pointer;
  color: #777;
  letter-spacing: 0.03em;
  font-weight: 500;
}
.cms-lists.layout1 li a:hover {
  color: #9f3133;
}
.cms-lists.layout1.style-1 ul {
  margin-left: -12px;
  margin-right: -12px;
}
.cms-lists.layout1.style-1 li {
  display: inline-block;
  margin-left: 12px;
  margin-right: 12px;
}
.cms-lists.layout1.style-2 li {
  display: block;
}
.cms-lists.layout2 ul {
  padding-left: 0;
}
.cms-lists.layout2 li {
  position: relative;
  padding-left: 0px;
  color: #777;
  font-size: 17px;
}
.cms-lists.layout2 li i {
  display: inline-block;
  width: 13px;
  height: 13px;
  position: relative;
  top: -2px;
  line-height: 13px;
  font-size: 6px;
  margin-right: 6px;
  -webkit-border-radius: 13px;
  -khtml-border-radius: 13px;
  -moz-border-radius: 13px;
  -ms-border-radius: 13px;
  -o-border-radius: 13px;
  border-radius: 13px;
  background-color: #9f3133;
  color: #fff;
  text-align: center;
}
.cms-lists.layout2 li a {
  cursor: pointer;
  color: #777;
}
.cms-lists.layout2 li a:hover {
  color: #9f3133;
}
.cms-lists.layout3 .cms-list-title {
  font-size: 45px;
  font-weight: bold;
  color: #222;
  margin-bottom: 31px;
}
@media screen and (max-width: 767px) {
  .cms-lists.layout3 .cms-list-title {
    font-size: 35px;
  }
}
.cms-lists.layout3 .cms-heading-desc {
  margin-bottom: 23px;
  font-size: 17px;
  font-family: 'Renner Book';
  color: #777;
}
.cms-lists.layout3 ul {
  padding-left: 0;
}
.cms-lists.layout3 ul + .btn-list {
  margin-top: 29px;
}
.cms-lists.layout3 li {
  position: relative;
  padding-left: 0px;
  color: #777;
  font-size: 17px;
}
.cms-lists.layout3 li i {
  display: inline-block;
  width: 13px;
  height: 13px;
  position: relative;
  top: -2px;
  line-height: 13px;
  font-size: 10px;
  margin-right: 6px;
  -webkit-border-radius: 13px;
  -khtml-border-radius: 13px;
  -moz-border-radius: 13px;
  -ms-border-radius: 13px;
  -o-border-radius: 13px;
  border-radius: 13px;
  background-color: #9f3133;
  color: #fff;
  text-align: center;
}
.cms-lists.layout3 li a {
  cursor: pointer;
  color: #777;
}
.cms-lists.layout3 li a:hover {
  color: #9f3133;
}
.cms-lists.layout3 .btn-list {
  background-color: #9f3133;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.1em;
  font-family: 'Renner Medium';
  padding: 11px 38px;
  display: inline-block;
  white-space: nowrap;
  text-transform: uppercase;
}
.cms-lists.layout4 ul li:before {
  width: 5px;
  height: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  content: "";
  display: inline-block;
  position: relative;
  top: -2px;
  margin-right: 4px;
  background-color: #777;
}
.cms-lists.layout5 ul li {
  color: #222;
}
.cms-lists.layout5 ul li i {
  margin-right: 5px;
  color: #c5a47e;
}
.cms-lists.layout5 ul li a {
  color: inherit;
}
.cms-lists.layout6 ul li {
  position: relative;
  padding-left: 25px;
  color: #222;
  font-size: 17px;
  font-weight: 500;
  font-family: "Renner Medium";
}
.cms-lists.layout6 ul li i {
  position: absolute;
  top: 6px;
  left: 0;
  color: #222;
  font-size: 14px;
}
.cms-lists.layout6 ul li a {
  font-size: inherit;
  color: inherit;
}
@media screen and (max-width: 991px) {
  .cms-lists.text-right.text-991px {
    text-align: center !important;
  }
  .cms-lists.text-right.text-991px-left {
    text-align: left !important;
  }
}
@media screen and (max-width: 767px) {
  .cms-lists.text-right.text-767px {
    text-align: center !important;
  }
  .cms-lists.text-right.text-767-left {
    text-align: left !important;
  }
}
.cms-list-socials ul {
  font-size: 18px;
  padding-left: 0;
  list-style: none;
}
.cms-list-socials ul li {
  display: inline-block;
  margin: 5px 10px 5px 0;
}
.cms-list-socials ul li:last-child {
  margin-right: 0;
}
.cms-list-socials ul li a {
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: block;
  text-align: center;
  line-height: 50px;
  border: 1px solid #e3e3e3;
  color: #9f3133;
  -webkit-transition: all 300ms ease-in-out 0s;
  -khtml-transition: all 300ms ease-in-out 0s;
  -moz-transition: all 300ms ease-in-out 0s;
  -ms-transition: all 300ms ease-in-out 0s;
  -o-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s;
}
.cms-list-socials ul li a:hover {
  background: #9f3133;
  color: #fff;
  border-color: #9f3133;
}
.cms-list-socials .text-right ul li {
  margin-right: 0;
  margin-left: 10px;
}
.cms-list-socials .text-center ul li {
  margin-left: 10px;
  margin-right: 10px;
}
.cms-list-memnu .cms-title {
  font-size: 35px;
  color: #222;
  margin-bottom: 55px;
  font-weight: bold;
  letter-spacing: 0.03em;
}
.cms-list-memnu .cms-title span {
  display: inline-block;
  position: relative;
}
.cms-list-memnu .cms-title span:after {
  position: absolute;
  bottom: -8px;
  left: 0;
  display: block;
  content: "";
  right: 0;
  height: 1px;
  background-color: #222;
}
@media screen and (max-width: 991px) {
  .cms-list-memnu .cms-title.text-right.text-991px {
    text-align: center !important;
  }
  .cms-list-memnu .cms-title.text-right.text-991px-left {
    text-align: left !important;
  }
}
@media screen and (max-width: 767px) {
  .cms-list-memnu .cms-title.text-right.text-767px {
    text-align: center !important;
  }
  .cms-list-memnu .cms-title.text-right.text-767-left {
    text-align: left !important;
  }
}
.cms-list-memnu.layout1 .ul-cms-menu-food {
  padding-left: 0;
  list-style: none;
}
.cms-list-memnu.layout1 .ul-cms-menu-food li {
  clear: both;
  margin-bottom: 30px;
  display: table;
  width: 100%;
}
.cms-list-memnu.layout1 .ul-cms-menu-food li:last-child {
  margin-bottom: 0;
}
.cms-list-memnu.layout1 .ul-cms-menu-food li .feature-food {
  width: 82px;
  height: 82px;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  float: left;
  margin-right: 30px;
  background: #ececec;
}
.cms-list-memnu.layout1 .ul-cms-menu-food li .feature-food img {
  max-width: 110px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cms-list-memnu.layout1 .ul-cms-menu-food li .feature-food a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  cursor: pointer;
  z-index: 1;
}
.cms-list-memnu.layout1 .ul-cms-menu-food li .feature-food:after {
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 5px solid rgba(51, 51, 51, 0.5);
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
.cms-list-memnu.layout1 .ul-cms-menu-food li .feature-food + .content-menu {
  padding-left: 112px;
}
.cms-list-memnu.layout1 .ul-cms-menu-food li .feature-food.no-image {
  line-height: 82px;
  font-size: 12px;
  background: #ececec;
  text-align: center;
}
.cms-list-memnu.layout1 .ul-cms-menu-food li .feature-food:hover:after {
  border-width: 2px;
}
.cms-list-memnu.layout1 .ul-cms-menu-food li .title-food {
  clear: none;
  color: #222;
  font-family: 'Renner Book';
  font-size: 17px;
  line-height: 20px;
}
@media screen and (min-width: 576px) {
  .cms-list-memnu.layout1 .ul-cms-menu-food li .title-food {
    display: flex;
  }
  .cms-list-memnu.layout1 .ul-cms-menu-food li .title-food .span-title {
    flex-grow: 0;
    padding-right: 2px;
  }
  .cms-list-memnu.layout1 .ul-cms-menu-food li .title-food .span-line {
    color: #c8c8c8;
    flex-grow: 1;
    border-bottom: 1px dotted;
    margin: 0 20px 5px 20px;
  }
  .cms-list-memnu.layout1 .ul-cms-menu-food li .title-food .span-price {
    flex-grow: 0;
    color: inherit;
  }
}
.cms-list-memnu.layout1 .ul-cms-menu-food li .brea-food {
  font-size: 13px;
}
@media screen and (max-width: 575px) {
  .cms-list-memnu.layout1 .ul-cms-menu-food li {
    border-bottom: 1px solid #ccc;
    padding-bottom: 30px;
  }
  .cms-list-memnu.layout1 .ul-cms-menu-food li .title-food {
    padding-top: 0;
    margin-bottom: 15px;
  }
  .cms-list-memnu.layout1 .ul-cms-menu-food li .title-food span {
    display: block;
  }
}
.cms-list-memnu.layout2 ul {
  list-style: none;
  padding-left: 0;
}
.cms-list-memnu.layout2 li {
  clear: both;
  margin-bottom: 30px;
  display: table;
  width: 100%;
}
.cms-list-memnu.layout2 li:last-child {
  margin-bottom: 0;
}
.cms-list-memnu.layout2 .title-food {
  clear: none;
  color: #222;
  font-size: 17px;
  font-family: inherit;
  line-height: 20px;
  margin-bottom: 2px;
}
@media screen and (min-width: 576px) {
  .cms-list-memnu.layout2 .title-food {
    display: flex;
  }
  .cms-list-memnu.layout2 .title-food .span-title {
    flex-grow: 0;
    padding-right: 2px;
    letter-spacing: 0.03em;
  }
  .cms-list-memnu.layout2 .title-food .span-line {
    color: #c8c8c8;
    flex-grow: 1;
    border-bottom: 1px dotted;
    margin: 0 2px 5px 2px;
  }
  .cms-list-memnu.layout2 .title-food .span-price {
    flex-grow: 0;
    color: inherit;
  }
}
.cms-list-memnu.layout2 .brea-food {
  font-size: 13px;
}
@media screen and (max-width: 575px) {
  .cms-list-memnu.layout2 li {
    border-bottom: 1px solid #ccc;
    padding-bottom: 30px;
  }
  .cms-list-memnu.layout2 li .title-food {
    padding-top: 0;
    margin-bottom: 15px;
  }
  .cms-list-memnu.layout2 li .title-food span {
    display: block;
  }
  .cms-list-memnu.layout2 li:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }
}
.cms-accordion .cms-accordion-body {
  border: 1px solid rgba(34, 34, 34, 0.1);
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.cms-accordion .cms-card-header {
  border: none;
  padding: 0;
  background-color: transparent;
}
.cms-accordion .cms-card-header a {
  display: block;
  padding: 14px 25px 13px;
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
  color: #222;
  position: relative;
  padding-right: 58px;
  letter-spacing: 0.03em;
  font-family: 'Renner Medium';
}
.cms-accordion .cms-card-header a i {
  width: 39px;
  font-size: 20px;
  height: 39px;
  text-align: center;
  line-height: 39px;
  position: absolute;
  top: 8px;
  left: auto;
  right: 11px;
  color: #222;
}
.cms-accordion .cms-card-header a i.zmdi-minus {
  opacity: 0;
}
.cms-accordion .cms-card-header a i.zmdi-plus {
  opacity: 1;
}
.cms-accordion .cms-card-header.cms-active {
  border-bottom: 1px solid #ccc;
}
.cms-accordion .cms-card-header.cms-active a i.zmdi-minus {
  opacity: 1;
}
.cms-accordion .cms-card-header.cms-active a i.zmdi-plus {
  opacity: 0;
}
.cms-accordion .cms-card-body {
  padding: 23px 25px;
  font-size: 15px;
  color: #777;
  font-family: 'Renner Medium';
}
.cms-accordion .cms-card {
  background-color: transparent;
  border-bottom: 1px solid rgba(34, 34, 34, 0.1);
  margin-bottom: -1px;
}
.cms-accordion .cms-card:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
.vc_tta-container {
  margin-bottom: 0 !important;
}
.vc_tta-container .vc_tta-style-flat.vc_tta-tabs .vc_tta-tabs-container ul li a {
  border: none;
  padding: 0 13px;
  background-color: transparent !important;
  color: rgba(0, 0, 0, 0.33);
  font-size: 24px;
  line-height: normal;
}
.vc_tta-container .vc_tta-style-flat.vc_tta-tabs .vc_tta-tabs-container ul li.vc_active a, .vc_tta-container .vc_tta-style-flat.vc_tta-tabs .vc_tta-tabs-container ul li a:hover {
  color: #000;
}
.vc_tta-container .vc_tta-style-flat.vc_tta-tabs .vc_tta-tabs-container ul li:first-child a {
  padding-left: 0;
}
.vc_tta-container .vc_tta-style-flat.vc_tta-tabs .vc_tta-tabs-container ul li:last-child a {
  padding-right: 0;
}
.vc_tta-container .vc_tta-style-flat.vc_tta-tabs .vc_tta-panels {
  background-color: transparent !important;
}
.vc_tta-container .vc_tta-style-flat.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
  padding: 30px 0 0;
}
@media screen and (max-width: 767px) {
  .vc_tta-container .vc_tta-tabs.vc_tta-style-flat .vc_tta-panels-container .vc_tta-panel .vc_tta-panel-title {
    background-color: #fff;
  }
  .vc_tta-container .vc_tta-tabs.vc_tta-style-flat .vc_tta-panels-container .vc_tta-panel .vc_tta-panel-title a {
    font-size: 20px;
    padding-top: 22px;
    padding-bottom: 22px;
    color: #000;
  }
  .vc_tta-container .vc_tta-tabs.vc_tta-style-flat .vc_tta-panels-container .vc_tta-panel .vc_tta-panel-title a:hover {
    color: #9f3133;
  }
  .vc_tta-container .vc_tta-tabs.vc_tta-style-flat .vc_tta-panels-container .vc_tta-panel.vc_active .vc_tta-panel-title a {
    color: #9f3133;
  }
  .vc_tta-container .vc_tta-tabs.vc_tta-style-flat .vc_tta-panels-container .vc_tta-panel-body {
    background-color: #fff !important;
    padding: 30px;
  }
}
.vc_tta-style-classic .vc_tta-panels .vc_tta-panel:last-child {
  margin-bottom: 0;
}
.vc_tta-style-classic .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading {
  -webkit-border-radius: 0px !important;
  -khtml-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  -ms-border-radius: 0px !important;
  -o-border-radius: 0px !important;
  border-radius: 0px !important;
  background: #fff !important;
  border: 1px solid #e4e4e4 !important;
}
.vc_tta-style-classic .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title {
  font-weight: 500;
  text-transform: uppercase;
  padding-top: 3px;
  padding-bottom: 3px;
}
.vc_tta-style-classic .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a {
  color: #000 !important;
}
.vc_tta-style-classic .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title i {
  font-size: 16px;
}
.vc_tta-style-classic .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title i.vc_tta-icon {
  color: #774f76;
}
.vc_tta-style-classic .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title span.vc_tta-title-text {
  font-size: 15px;
}
.vc_tta-style-classic .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title i.vc_tta-controls-icon {
  font-size: 0;
}
.vc_tta-style-classic .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title i.vc_tta-controls-icon:before, .vc_tta-style-classic .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title i.vc_tta-controls-icon:after {
  font-size: 16px;
  border-color: #000 !important;
}
.vc_tta-style-classic .vc_tta-panels .vc_tta-panel .vc_tta-panel-body {
  background-color: transparent !important;
  border: none !important;
  padding: 0 !important;
  margin-bottom: 0 !important;
}
@media screen and (min-width: 576px) {
  .vc_tta-style-classic .vc_tta-panels .vc_tta-panel .vc_tta-panel-body {
    padding: 0px !important;
  }
}
.vc_tta-style-classic .vc_tta-panels .vc_tta-panel .vc_tta-panel-body .cms-textbox-default {
  margin-bottom: 16px !important;
}
@media screen and (max-width: 767px) {
  .vc_tta-style-classic .vc_tta-panels .vc_tta-panel .vc_tta-panel-body .vc_column_container > .vc_column-inner {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
}
.vc_tta-style-classic .vc_tta-panels .vc_tta-panel.vc_active {
  margin-bottom: 0 !important;
}
.vc_tta-style-classic .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading {
  background: #9f3133 !important;
  border-color: #9f3133 !important;
}
.vc_tta-style-classic .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title {
  font-weight: 500;
}
.vc_tta-style-classic .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title a {
  color: #fff !important;
}
.vc_tta-style-classic .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title i.vc_tta-icon {
  color: #fff;
}
.vc_tta-style-classic .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title i.vc_tta-controls-icon:before, .vc_tta-style-classic .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title i.vc_tta-controls-icon:after {
  border-color: #fff !important;
}
.vc_tta-style-classic .vc_tta-tabs-container {
  border: 1px solid #c8c8c8;
  border-bottom: none;
}
.vc_tta-style-classic .vc_tta-tabs-container .vc_tta-tabs-list {
  list-style: none;
  margin-right: -2px !important;
  margin-left: -1px !important;
  display: flex !important;
}
.vc_tta-style-classic .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab {
  width: 25%;
  flex-grow: 6;
  border-right: 1px solid #c8c8c8;
  border-bottom: 1px solid #c8c8c8;
  margin-left: 0 !important;
  background: #fff;
}
.vc_tta-style-classic .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab a {
  border: none !important;
  background-color: transparent !important;
  font-size: 20px;
  text-transform: uppercase;
  text-align: center;
  color: #777;
  border-top: none !important;
  border-bottom: none !important;
  font-weight: 500;
}
@media screen and (min-width: 992px) {
  .vc_tta-style-classic .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab a {
    padding: 36px 20px !important;
  }
}
.vc_tta-style-classic .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab:last-child {
  border-right: none;
}
.vc_tta-style-classic .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab:first-child {
  border-left: none;
}
.vc_tta-style-classic .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab.vc_active {
  background: #9f3133;
  border: 1px solid #9f3133;
}
.vc_tta-style-classic .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab.vc_active a {
  color: #fff !important;
}
.cms-heading cite {
  color: #9f3133;
}
.cms-heading .cms-heading-tag {
  margin-bottom: 15px;
  color: #222;
  font-size: 45px;
  line-height: 1.2;
  letter-spacing: 0.03em;
}
.cms-heading .cms-heading-sub {
  font-size: 17px;
  line-height: 1.65;
  margin-bottom: 15px;
  color: #222;
  font-weight: 600;
  font-family: 'Renner Book';
}
.cms-heading .cms-h-line .h-line1 {
  display: inline-block;
}
.cms-heading .cms-h-line .h-line1 span {
  display: inline-block;
  width: 10px;
  height: 5px;
  float: left;
  margin-left: -1px;
  margin-right: -1px;
  border: 2px solid rgba(119, 119, 119, 0.8);
  border-top: none;
  -webkit-border-radius: 0 0 10px 10px;
  -khtml-border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  -ms-border-radius: 0 0 10px 10px;
  -o-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;
}
.cms-heading .cms-h-line.hidden-line {
  display: none;
}
@media screen and (max-width: 991px) {
  .cms-heading br {
    display: none;
  }
}
.cms-heading-layout2 .cms-heading-sub {
  margin-bottom: 17px;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.1em;
}
.cms-heading-layout2 .cms-heading-tag {
  margin-bottom: 25px;
}
.cms-heading-layout2 .cms-heading-desc {
  color: #777;
}
@media screen and (max-width: 991px) {
  .cms-heading-layout2 br {
    display: none;
  }
}
.cms-heading-layout3 .cms-heading-tag {
  font-size: 45px;
  margin-bottom: 32px;
  letter-spacing: 0.03em;
}
.cms-heading-layout3 .cms-heading-sub {
  font-size: 20px;
  margin-bottom: 15px;
}
.cms-heading-layout3 .cms-heading-desc {
  color: #777;
}
@media (max-width: 1600) {
  .cms-heading-layout3 .cms-heading-desc br {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .cms-heading-layout3 br {
    display: none;
  }
}
.cms-heading-layout4 .cms-heading-tag {
  letter-spacing: 0.03em;
}
.cms-heading-layout4 .cms-title-icon {
  display: inline-block;
  margin-right: -1px;
}
.cms-heading-layout4 .cms-title-icon.icon-image {
  min-height: 25px;
}
.cms-heading-layout4 .cms-title-icon.icon-font {
  font-size: inherit;
  color: rgba(119, 119, 119, 0.8);
}
@media screen and (max-width: 991px) {
  .cms-heading-layout4 br {
    display: none;
  }
}
.cms-headingextra {
  background-color: rgba(119, 119, 119, 0.01);
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 992px) {
  .cms-headingextra .cms-headingextra-inner {
    position: relative;
  }
}
.cms-headingextra .cms-headingextra-inner .wp-title {
  margin-bottom: 15px;
}
.cms-headingextra .cms-headingextra-inner .wp-title .cms-headingextra-title {
  padding-top: 45px;
  font-weight: 600;
  font-size: 40px;
  line-height: 50px;
  font-family: "Renner Medium";
  color: #222;
}
.cms-headingextra .cms-headingextra-inner .wp-title .meta-extra {
  padding: 15px 45px;
  -webkit-box-shadow: 0px 3px 38px 5px rgba(0, 0, 0, 0.2);
  -khtml-box-shadow: 0px 3px 38px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 3px 38px 5px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0px 3px 38px 5px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0px 3px 38px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 3px 38px 5px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 20px;
  -khtml-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
}
@media screen and (min-width: 1200px) {
  .cms-headingextra .cms-headingextra-inner .wp-title .meta-extra {
    position: absolute;
    top: 0;
    right: 0;
  }
}
.cms-headingextra .cms-headingextra-inner .wp-title .meta-extra .meta-label {
  font-size: 20px;
  font-family: "Renner Book";
  color: #222;
  position: relative;
  top: -10px;
  margin-right: 10px;
  text-transform: uppercase;
}
.cms-headingextra .cms-headingextra-inner .wp-title .meta-extra .meta-price {
  font-size: 50px;
  font-family: "Renner Medium";
  font-weight: 600;
  color: #9f3133;
}
.cms-headingextra .cms-headingextra-inner .cms-heading-desc {
  margin-bottom: 55px;
}
.cms-headingextra .cms-headingextra-inner .btn {
  font-family: "Renner Medium";
  font-size: 13px;
}
@media screen and (max-width: 991px) {
  .cms-headingextra {
    padding: 45px 25px !important;
  }
}
.owl-dots.disabled, .owl-nav.disabled {
  display: block;
}
.gm-style img[src*="https://maps.gstatic.com/mapfiles/api-3/images/spotlight-"] {
  display: none;
}
.gm-style .gmnoprint {
  opacity: 1 !important;
  overflow: visible !important;
}
.gm-style .marker-icon {
  height: 18px !important;
  width: 18px !important;
  background-color: #9f3133;
  -webkit-border-radius: 18px;
  -khtml-border-radius: 18px;
  -moz-border-radius: 18px;
  -ms-border-radius: 18px;
  -o-border-radius: 18px;
  border-radius: 18px;
  position: absolute;
}
.gm-style .marker-icon:before, .gm-style .marker-icon:after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-border-radius: 100%;
  -khtml-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  opacity: 1;
  background-color: #9f3133;
}
.gm-style .marker-icon:before {
  -webkit-animation: markerWave 1.5s cubic-bezier(0.4, 0, 0.2, 1) infinite forwards;
  animation: markerWave 1.5s cubic-bezier(0.4, 0, 0.2, 1) infinite forwards;
}
.gm-style .marker-icon:after {
  -webkit-animation: markerWave 1.5s 0.45s cubic-bezier(0, 0, 0.2, 1) infinite forwards;
  animation: markerWave 1.5s 0.45s cubic-bezier(0, 0, 0.2, 1) infinite forwards;
}
.overlay-link {
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  overflow: hidden;
  position: relative;
}
.overlay-link a {
  background-color: rgba(159, 49, 51, 0.85);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.overlay-link .cms-icon-plus:before, .overlay-link .cms-icon-plus:after {
  background-color: #fff;
}
.cms-carousel-client .cms-carousel-item {
  text-align: center;
}
.cms-carousel-client .cms-carousel-item .cms-carousel-media {
  text-align: center;
  position: relative;
  display: block;
}
.cms-carousel-client .cms-carousel-item .cms-carousel-media img {
  width: inherit;
  display: inline-block;
  max-height: 120px;
}
.cms-carousel-client.cms-carousel-1row .cms-carousel-item .cms-carousel-media:before, .cms-carousel-client.cms-carousel-1row .cms-carousel-item .cms-carousel-media:after {
  display: none;
}
.cms-carousel-client .owl-item:last-child .cms-carousel-item .cms-carousel-media:after {
  width: 0;
}
@media screen and (max-width: 1199px) {
  .cms-carousel-client .owl-nav .owl-prev {
    left: 10px;
  }
  .cms-carousel-client .owl-nav .owl-next {
    right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .cms-carousel-client .owl-nav > div {
    background-color: transparent;
    opacity: 0;
  }
  .cms-carousel-client .owl-nav > div:hover {
    opacity: 1;
  }
}
.cms-carousel-client .cms-carousel-item {
  text-align: center;
}
.cms-carousel-client .cms-carousel-item .cms-carousel-media {
  text-align: center;
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
  display: block;
}
.cms-carousel-client .cms-carousel-item .cms-carousel-media:after {
  height: 1px;
  position: absolute;
  content: "";
  bottom: -1px;
  left: 15px;
  right: 15px;
  background-color: rgba(206, 206, 206, 0.3);
}
.cms-carousel-client .cms-carousel-item .cms-carousel-media:before {
  background-color: rgba(206, 206, 206, 0.3);
  bottom: 15px;
  content: "";
  position: absolute;
  right: -15px;
  top: 15px;
  width: 1px;
}
.cms-carousel-client .cms-carousel-item .cms-carousel-media img {
  width: inherit;
  display: inline-block;
}
.cms-carousel-client.cms-carousel-1row .cms-carousel-item .cms-carousel-media:before, .cms-carousel-client.cms-carousel-1row .cms-carousel-item .cms-carousel-media:after {
  display: none;
}
.cms-carousel-client .owl-item:last-child .cms-carousel-item .cms-carousel-media:after {
  width: 0;
}
@media screen and (max-width: 767px) {
  .cms-carousel-client .owl-nav > div {
    background-color: transparent;
    opacity: 0;
  }
  .cms-carousel-client .owl-nav > div:hover {
    opacity: 1;
  }
}
.cms-gallery-carousel.layout1 {
  margin-bottom: -9px;
}
.cms-gallery-carousel.layout1 .item-featured {
  display: inline-block;
  background-color: #000;
  -webkit-transition: all 500ms linear 0ms;
  -khtml-transition: all 500ms linear 0ms;
  -moz-transition: all 500ms linear 0ms;
  -ms-transition: all 500ms linear 0ms;
  -o-transition: all 500ms linear 0ms;
  transition: all 500ms linear 0ms;
  position: relative;
}
@media screen and (max-width: 575px) {
  .cms-gallery-carousel.layout1 .item-featured {
    width: 100%;
  }
}
.cms-gallery-carousel.layout1 .item-featured img {
  -webkit-transition: all 500ms linear 0ms;
  -khtml-transition: all 500ms linear 0ms;
  -moz-transition: all 500ms linear 0ms;
  -ms-transition: all 500ms linear 0ms;
  -o-transition: all 500ms linear 0ms;
  transition: all 500ms linear 0ms;
  width: 100%;
}
.cms-gallery-carousel.layout1 .item-featured .item-holder {
  position: absolute;
  top: 50%;
  left: 45%;
  width: 100%;
  text-align: center;
  transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: all 500ms linear 0ms;
  -khtml-transition: all 500ms linear 0ms;
  -moz-transition: all 500ms linear 0ms;
  -ms-transition: all 500ms linear 0ms;
  -o-transition: all 500ms linear 0ms;
  transition: all 500ms linear 0ms;
}
.cms-gallery-carousel.layout1 .item-featured .item-holder a {
  -webkit-transition: all 500ms linear 0ms;
  -khtml-transition: all 500ms linear 0ms;
  -moz-transition: all 500ms linear 0ms;
  -ms-transition: all 500ms linear 0ms;
  -o-transition: all 500ms linear 0ms;
  transition: all 500ms linear 0ms;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  font-size: 25px;
  width: 63px;
  height: 63px;
  line-height: 70px;
  text-align: center;
  color: #222;
  background-color: #fff;
  margin-right: 2px;
  margin-left: 2px;
}
.cms-gallery-carousel.layout1 .item-featured:hover img {
  opacity: 0.6;
}
.cms-gallery-carousel.layout1 .item-featured:hover .item-holder {
  left: 50%;
  opacity: 1;
}
.cms-gallery-carousel.layout1.style-2 .item-featured .item-holder a {
  font-size: 30px;
  color: #fff;
  background-color: transparent;
}
.cms-gallery-carousel.layout1 .owl-dots {
  position: static;
  -webkit-transform: translate(0, 0);
  -khtml-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  margin-top: 48px;
  text-align: center;
}
@media (min-width: 1300px) {
  .cms-gallery-carousel.layout1 .owl-nav .owl-prev {
    left: -35px;
  }
  .cms-gallery-carousel.layout1 .owl-nav .owl-next {
    right: -35px;
  }
}
.cms-gallery-carousel.layout2 {
  margin-bottom: -9px;
}
.cms-gallery-carousel.layout2.gallery-config {
  position: relative;
}
.cms-gallery-carousel.layout2.gallery-config .owl-prev, .cms-gallery-carousel.layout2.gallery-config .owl-next {
  position: absolute;
  top: 50%;
}
.cms-gallery-carousel.layout2.gallery-config .owl-prev {
  left: 40px !important;
}
.cms-gallery-carousel.layout2.gallery-config .owl-next {
  right: 40px !important;
}
.cms-gallery-carousel.layout2.gallery-config .owl-dots {
  position: absolute;
  bottom: 50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -khtml-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.cms-gallery-carousel.layout2.gallery-config .owl-dots .owl-dot {
  position: relative;
  display: inline-block;
  width: 21px;
  height: 21px;
  text-align: center;
  line-height: 11px;
  margin-left: 4px;
  margin-right: 4px;
  border: 2px solid transparent;
  background-color: transparent;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
.cms-gallery-carousel.layout2.gallery-config .owl-dots .owl-dot span {
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  -webkit-border-radius: 15px;
  -khtml-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
  position: absolute;
  top: 4px;
  left: 4px;
  width: 11px;
  height: 11px;
  display: block;
  background-color: transparent;
  border: 2px solid #fff;
}
.cms-gallery-carousel.layout2.gallery-config .owl-dots .owl-dot.active {
  -webkit-border-radius: 15px;
  -khtml-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
  border: 1px solid #9f3133;
  background-color: transparent;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
.cms-gallery-carousel.layout2.gallery-config .owl-dots .owl-dot.active span {
  background-color: #9f3133;
  position: absolute;
  border-color: #9f3133;
  top: 4px;
  left: 4px;
  width: 11px;
  height: 11px;
}
@media (min-width: 1600px) and (max-width: 1920px) {
  .cms-gallery-carousel.layout2 .cms-carousel-item {
    width: 838px !important;
  }
}
.cms-gallery-carousel.layout2 .item-featured {
  display: inline-block;
  background-color: #000;
  -webkit-transition: all 500ms linear 0ms;
  -khtml-transition: all 500ms linear 0ms;
  -moz-transition: all 500ms linear 0ms;
  -ms-transition: all 500ms linear 0ms;
  -o-transition: all 500ms linear 0ms;
  transition: all 500ms linear 0ms;
  position: relative;
}
@media screen and (max-width: 575px) {
  .cms-gallery-carousel.layout2 .item-featured {
    width: 100%;
  }
}
.cms-gallery-carousel.layout2 .item-featured img {
  -webkit-transition: all 500ms linear 0ms;
  -khtml-transition: all 500ms linear 0ms;
  -moz-transition: all 500ms linear 0ms;
  -ms-transition: all 500ms linear 0ms;
  -o-transition: all 500ms linear 0ms;
  transition: all 500ms linear 0ms;
  width: 100%;
}
.cms-gallery-carousel.layout2 .item-featured:hover img {
  opacity: 0.6;
}
.cms-gallery-carousel.layout2 .item-featured:hover .item-holder {
  left: 50%;
  opacity: 1;
}
.cms-blog-carousel.layout1 .entry-featured {
  margin-bottom: 28px;
  overflow: hidden;
}
@media screen and (min-width: 1200px) {
  .cms-blog-carousel.layout1 .entry-featured img {
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .cms-blog-carousel.layout1 .entry-featured img:hover {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
.cms-blog-carousel.layout1 .entry-content {
  padding-bottom: 15px;
}
.cms-blog-carousel.layout1 .entry-content .entry-title {
  text-transform: capitalize;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 8px;
  letter-spacing: 0.025em;
  color: #222;
}
.cms-blog-carousel.layout1 .entry-content .entry-title a {
  color: inherit;
}
.cms-blog-carousel.layout1 .entry-content .entry-title a:hover {
  color: #9f3133;
}
.cms-blog-carousel.layout1 .entry-content .entry-meta {
  list-style: none;
  padding-left: 0;
  margin-bottom: 15px;
  color: rgba(119, 119, 119, 0.7);
  padding: 6px 0 5px;
  border-bottom: 1px solid rgba(119, 119, 119, 0.2);
}
.cms-blog-carousel.layout1 .entry-content .entry-meta li {
  display: inline-block;
  color: inherit;
  margin-right: 8px;
  padding-right: 10px;
  position: relative;
}
.cms-blog-carousel.layout1 .entry-content .entry-meta li:after {
  content: "";
  width: 1px;
  display: block;
  height: 24px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -khtml-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  background-color: rgba(119, 119, 119, 0.2);
}
.cms-blog-carousel.layout1 .entry-content .entry-meta li i {
  color: #9f3133;
}
.cms-blog-carousel.layout1 .entry-content .entry-meta li a {
  color: inherit;
  font-weight: 300;
}
.cms-blog-carousel.layout1 .entry-content .entry-meta li:last-child {
  margin-right: 0;
  padding-right: 0;
}
.cms-blog-carousel.layout1 .entry-content .entry-meta li:last-child:after {
  display: none;
}
.cms-blog-carousel.layout1 .entry-content .entry-meta li + li {
  padding-left: 0;
}
.cms-blog-carousel.layout1 .entry-content .entry-excerpt {
  margin-bottom: 15px;
}
.cms-blog-carousel.layout1 .entry-content .read-more a {
  font-family: "Renner Medium";
  text-transform: uppercase;
  position: relative;
}
.cms-blog-carousel.layout1 .entry-content .read-more a i {
  position: absolute;
  -webkit-transition: all 500ms linear 0ms;
  -khtml-transition: all 500ms linear 0ms;
  -moz-transition: all 500ms linear 0ms;
  -ms-transition: all 500ms linear 0ms;
  -o-transition: all 500ms linear 0ms;
  transition: all 500ms linear 0ms;
  top: 0px;
  right: -10px;
  opacity: 0;
}
.cms-blog-carousel.layout1 .cms-carousel-item:hover .read-more a {
  color: #9f3133;
}
.cms-blog-carousel.layout1 .cms-carousel-item:hover .read-more a i {
  right: -20px;
  opacity: 1;
}
.cms-blog-carousel.layout2 .cms-carousel-item {
  text-align: center;
}
.cms-blog-carousel.layout2 .cms-carousel-item .cms-blog-inner-item {
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
.cms-blog-carousel.layout2 .cms-carousel-item .cms-blog-inner-item:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.11);
}
.cms-blog-carousel.layout2 .cms-carousel-item .cms-blog-inner-item:hover .entry-content {
  border-color: transparent !important;
}
.cms-blog-carousel.layout2 .cms-carousel-item .cms-blog-inner-item .entry-featured {
  overflow: hidden;
}
@media screen and (min-width: 1200px) {
  .cms-blog-carousel.layout2 .cms-carousel-item .cms-blog-inner-item .entry-featured img {
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .cms-blog-carousel.layout2 .cms-carousel-item .cms-blog-inner-item .entry-featured img:hover {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
.cms-blog-carousel.layout2 .cms-carousel-item .cms-blog-inner-item .entry-content {
  padding: 25px 30px 27px;
  border: 1px solid rgba(119, 119, 119, 0.3);
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
@media screen and (min-width: 992px) {
  .cms-blog-carousel.layout2 .cms-carousel-item .cms-blog-inner-item .entry-content {
    padding: 27px 30px 28px;
  }
}
.cms-blog-carousel.layout2 .cms-carousel-item .cms-blog-inner-item .entry-meta {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
  display: table;
  width: 100%;
  font-size: 11px;
  background-color: #222;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-blog-carousel.layout2 .cms-carousel-item .cms-blog-inner-item .entry-meta li {
  color: #fff;
  padding: 2px 15px;
  letter-spacing: 1px;
}
.cms-blog-carousel.layout2 .cms-carousel-item .cms-blog-inner-item .entry-meta li:first-child {
  float: left;
}
.cms-blog-carousel.layout2 .cms-carousel-item .cms-blog-inner-item .entry-meta li:last-child {
  float: right;
}
.cms-blog-carousel.layout2 .cms-carousel-item .cms-blog-inner-item .entry-meta li:last-child i {
  margin-right: 3px;
}
.cms-blog-carousel.layout2 .cms-carousel-item .cms-blog-inner-item .entry-meta li a {
  color: #fff;
}
.cms-blog-carousel.layout2 .cms-carousel-item .cms-blog-inner-item .entry-title {
  text-transform: capitalize;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
  letter-spacing: 0.025em;
  color: #222;
}
.cms-blog-carousel.layout2 .cms-carousel-item .cms-blog-inner-item .entry-title a {
  color: inherit;
}
.cms-blog-carousel.layout2 .cms-carousel-item .cms-blog-inner-item .entry-title a:hover {
  color: #9f3133;
}
.cms-blog-carousel.layout2 .cms-carousel-item .cms-blog-inner-item .entry-excerpt {
  margin-bottom: 15px;
}
.cms-blog-carousel.layout2 .read-more a {
  font-size: 13px;
  color: #222;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-bottom: 2px;
  font-family: 'Renner Medium';
}
.cms-blog-carousel.layout2 .owl-stage-outer {
  padding: 27px 30px 35px;
  margin-left: -30px;
  margin-right: -30px;
}
.cms-blog-carousel.layout2 .owl-dots {
  position: static;
  transform: translate(0, 0);
  margin-top: 20px;
}
.cms-blog-carousel.layout2 .owl-nav > div {
  top: 45%;
  width: 40px;
  height: 50px;
  line-height: 50px;
  border-width: 1px;
  background: transparent !important;
}
.cms-blog-carousel.layout2 .owl-nav > div:hover {
  border-color: #9f3133;
}
.cms-blog-carousel.layout2 .owl-nav > div:hover:before {
  color: #9f3133;
}
@media (max-width: 1360px) {
  .cms-blog-carousel.layout2 .owl-nav > div {
    border-color: rgba(159, 49, 51, 0);
  }
  .cms-blog-carousel.layout2 .owl-nav > div:before {
    color: rgba(159, 49, 51, 0);
  }
}
.cms-blog-carousel.layout2 .owl-nav > div:before {
  font-size: 25px;
}
@media (min-width: 1361px) {
  .cms-blog-carousel.layout2 .owl-nav .owl-prev {
    left: -50px;
  }
}
@media (max-width: 1360px) {
  .cms-blog-carousel.layout2 .owl-nav .owl-prev {
    left: 22px;
  }
}
@media (min-width: 1361px) {
  .cms-blog-carousel.layout2 .owl-nav .owl-next {
    right: -50px;
  }
}
@media (max-width: 1360px) {
  .cms-blog-carousel.layout2 .owl-nav .owl-next {
    right: 22px;
  }
}
@media (max-width: 1360px) {
  .cms-blog-carousel.layout2:hover .owl-nav > div {
    border-color: #9f3133;
  }
  .cms-blog-carousel.layout2:hover .owl-nav > div:before {
    color: #9f3133;
  }
}
.cms-blog-carousel.layout3 .entry-featured {
  position: relative;
  margin-bottom: 28px;
  overflow: hidden;
}
.cms-blog-carousel.layout3 .entry-featured img {
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cms-blog-carousel.layout3 .entry-featured img:hover {
  -moz-transform: scale(1.06);
  -webkit-transform: scale(1.06);
  transform: scale(1.06);
}
.cms-blog-carousel.layout3 .entry-featured .date-post {
  position: absolute;
  top: 19px;
  left: 19px;
  display: inline-block;
  min-width: 80px;
  height: 78px;
  background-color: #9f3133;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
.cms-blog-carousel.layout3 .entry-featured .date-post span {
  display: block;
}
.cms-blog-carousel.layout3 .entry-featured .date-post .date1 {
  font-family: 'Lora', serif;
  font-weight: 500;
  font-size: 30px;
  margin-top: 15px;
  line-height: 1;
  display: inline-block;
}
.cms-blog-carousel.layout3 .entry-featured .date-post .date2 {
  font-size: 13px;
}
.cms-blog-carousel.layout3 .entry-content .entry-title {
  text-transform: capitalize;
  font-size: 20px;
  letter-spacing: 0.025em;
  font-weight: bold;
  margin-bottom: 18px;
  color: #222;
}
.cms-blog-carousel.layout3 .entry-content .entry-title a {
  color: inherit;
}
.cms-blog-carousel.layout3 .entry-content .entry-title a:hover {
  color: #9f3133;
}
.cms-blog-carousel.layout3 .entry-content .entry-excerpt {
  margin-bottom: 25px;
}
.cms-blog-carousel.layout3 .read-more a {
  font-size: 13px;
  color: #222;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-bottom: 2px;
  font-family: 'Renner Medium';
}
.cms-grid-blog {
  /* Circle */
}
.cms-grid-blog .read-more a {
  font-size: 13px;
  color: #222;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-bottom: 2px;
}
.cms-grid-blog.layout1 .entry-featured {
  margin-bottom: 28px;
  overflow: hidden;
}
@media screen and (min-width: 1200px) {
  .cms-grid-blog.layout1 .entry-featured img {
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .cms-grid-blog.layout1 .entry-featured img:hover {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
.cms-grid-blog.layout1 .entry-content .entry-title {
  text-transform: capitalize;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #222;
  letter-spacing: 0.025em;
}
.cms-grid-blog.layout1 .entry-content .entry-title a {
  color: inherit;
}
.cms-grid-blog.layout1 .entry-content .entry-title a:hover {
  color: #9f3133;
}
.cms-grid-blog.layout1 .entry-content .entry-meta {
  list-style: none;
  padding-left: 0;
  margin-bottom: 15px;
  color: rgba(119, 119, 119, 0.7);
  padding: 6px 0 0;
  border-top: 1px solid rgba(119, 119, 119, 0.2);
  border-bottom: 1px solid rgba(119, 119, 119, 0.2);
}
.cms-grid-blog.layout1 .entry-content .entry-meta li {
  display: inline-block;
  color: inherit;
}
.cms-grid-blog.layout1 .entry-content .entry-meta li i {
  color: #9f3133;
}
.cms-grid-blog.layout1 .entry-content .entry-meta li a {
  color: inherit;
  font-weight: 300;
}
.cms-grid-blog.layout1 .entry-content .entry-meta li + li {
  padding-left: 15px;
}
.cms-grid-blog.layout1 .entry-content .entry-excerpt {
  margin-bottom: 15px;
}
.cms-grid-blog.layout2 .cms-blog-inner-item {
  text-align: center;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
.cms-grid-blog.layout2 .cms-blog-inner-item:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.11);
}
.cms-grid-blog.layout2 .cms-blog-inner-item:hover .entry-content {
  border-color: transparent !important;
}
.cms-grid-blog.layout2 .cms-blog-inner-item .entry-featured {
  overflow: hidden;
}
@media screen and (min-width: 1200px) {
  .cms-grid-blog.layout2 .cms-blog-inner-item .entry-featured img {
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .cms-grid-blog.layout2 .cms-blog-inner-item .entry-featured img:hover {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
.cms-grid-blog.layout2 .cms-blog-inner-item .entry-content {
  padding: 27px 15px 27px;
  border: 1px solid rgba(119, 119, 119, 0.3);
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
@media screen and (min-width: 992px) {
  .cms-grid-blog.layout2 .cms-blog-inner-item .entry-content {
    padding: 27px 30px 24px;
  }
}
.cms-grid-blog.layout2 .cms-blog-inner-item .entry-meta {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
  display: table;
  width: 100%;
  font-size: 11px;
  background-color: #222;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-grid-blog.layout2 .cms-blog-inner-item .entry-meta li {
  color: #fff;
  padding: 2px 15px;
  letter-spacing: 1px;
}
.cms-grid-blog.layout2 .cms-blog-inner-item .entry-meta li:first-child {
  float: left;
}
.cms-grid-blog.layout2 .cms-blog-inner-item .entry-meta li:last-child {
  float: right;
}
.cms-grid-blog.layout2 .cms-blog-inner-item .entry-meta li:last-child i {
  margin-right: 3px;
}
.cms-grid-blog.layout2 .cms-blog-inner-item .entry-meta li a {
  color: #fff;
}
.cms-grid-blog.layout2 .cms-blog-inner-item .entry-title {
  text-transform: capitalize;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.025em;
  margin-bottom: 20px;
  color: #222;
}
.cms-grid-blog.layout2 .cms-blog-inner-item .entry-title a {
  color: inherit;
}
.cms-grid-blog.layout2 .cms-blog-inner-item .entry-title a:hover {
  color: #9f3133;
}
.cms-grid-blog.layout2 .cms-blog-inner-item .entry-excerpt {
  margin-bottom: 15px;
}
.cms-grid-blog.layout3 .entry-featured {
  position: relative;
  margin-bottom: 28px;
  overflow: hidden;
}
.cms-grid-blog.layout3 .entry-featured img {
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cms-grid-blog.layout3 .entry-featured img:hover {
  -moz-transform: scale(1.06);
  -webkit-transform: scale(1.06);
  transform: scale(1.06);
}
.cms-grid-blog.layout3 .entry-featured .date-post {
  position: absolute;
  top: 19px;
  left: 19px;
  display: inline-block;
  min-width: 80px;
  height: 78px;
  background-color: #9f3133;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
.cms-grid-blog.layout3 .entry-featured .date-post span {
  display: block;
}
.cms-grid-blog.layout3 .entry-featured .date-post .date1 {
  font-size: 30px;
  margin-top: 15px;
  line-height: 1;
  display: inline-block;
}
.cms-grid-blog.layout3 .entry-featured .date-post .date2 {
  font-size: 13px;
}
.cms-grid-blog.layout3 .entry-content .entry-title {
  text-transform: capitalize;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 18px;
  color: #222;
  letter-spacing: 0.025em;
}
.cms-grid-blog.layout3 .entry-content .entry-title a {
  color: inherit;
}
.cms-grid-blog.layout3 .entry-content .entry-title a:hover {
  color: #9f3133;
}
.cms-grid-blog.layout3 .entry-content .entry-excerpt {
  margin-bottom: 25px;
}
.cms-grid-blog.layout4 .entry-featured {
  overflow: hidden;
}
@media screen and (min-width: 1200px) {
  .cms-grid-blog.layout4 .entry-featured img {
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .cms-grid-blog.layout4 .entry-featured img:hover {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
.cms-grid-blog.layout4 .entry-content {
  padding: 27px 15px 27px;
  border: 1px solid rgba(119, 119, 119, 0.3);
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
@media screen and (min-width: 992px) {
  .cms-grid-blog.layout4 .entry-content {
    padding: 27px 30px 24px;
  }
}
.cms-grid-blog.layout4 .entry-content .entry-title {
  text-transform: capitalize;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 5px;
  color: #222;
}
.cms-grid-blog.layout4 .entry-content .entry-title a {
  color: inherit;
}
.cms-grid-blog.layout4 .entry-content .entry-title a:hover {
  color: #9f3133;
}
.cms-grid-blog.layout4 .entry-content .entry-meta {
  list-style: none;
  padding-left: 0;
  margin-bottom: 10px;
  color: #9f3133;
}
.cms-grid-blog.layout4 .entry-content .entry-meta li {
  display: inline-block;
  color: inherit;
}
.cms-grid-blog.layout4 .entry-content .entry-meta li a {
  color: inherit;
}
.cms-grid-blog.layout4 .entry-content .entry-meta li + li {
  padding-left: 4px;
}
.cms-grid-blog.layout4 .entry-content .entry-meta li + li:before {
  width: 4px;
  height: 4px;
  position: relative;
  top: -2px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  content: "";
  background-color: #222;
  display: inline-block;
  margin-right: 7px;
}
.cms-grid-blog.layout4 .entry-content .entry-meta li.li-author a {
  font-weight: 500;
}
.cms-grid-blog.layout4 .entry-content .entry-excerpt {
  margin-bottom: 25px;
}
.hover-animation-custom figure {
  position: relative;
  overflow: hidden;
}
.hover-animation-custom figure::before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: block;
  content: '';
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, .2);
  border-radius: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
}
.hover-animation-custom figure:hover::before {
  -webkit-animation: circle 0.75s;
  animation: circle 0.75s;
}
@-webkit-keyframes circle {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}
@keyframes circle {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}
.cms-carousel-business .cms-carousel-item, .cms-carousel-testimonial .cms-carousel-item {
  text-align: center;
}
.cms-carousel-business .cms-carousel-item img, .cms-carousel-testimonial .cms-carousel-item img {
  width: inherit;
  display: inline-block;
}
.cms-carousel-testimonial-layout1 .cms-item-inner {
  padding: 40px 70px 30px;
}
@media screen and (max-width: 767px) {
  .cms-carousel-testimonial-layout1 .cms-item-inner {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cms-carousel-testimonial-layout1 .testimonial-feature {
  position: relative;
  margin-bottom: 40px;
  text-transform: uppercase;
}
.cms-carousel-testimonial-layout1 .testimonial-feature .overlay {
  width: 145px;
  height: 145px;
  line-height: 141px;
  border: 2px solid #9f3133;
  display: inline-block;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
}
.cms-carousel-testimonial-layout1 .testimonial-feature .overlay:after {
  display: block;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 500ms linear 0ms;
  -khtml-transition: all 500ms linear 0ms;
  -moz-transition: all 500ms linear 0ms;
  -ms-transition: all 500ms linear 0ms;
  -o-transition: all 500ms linear 0ms;
  transition: all 500ms linear 0ms;
  content: " ";
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  top: 50%;
  left: 50%;
  bottom: 50%;
  right: 50%;
  position: absolute;
  z-index: 1;
}
.cms-carousel-testimonial-layout1 .testimonial-feature:hover .overlay::after {
  opacity: 1;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
}
.cms-carousel-testimonial-layout1 .testimonial-feature.no-image .overlay {
  background: #f8f8f8;
  text-align: center;
  font-size: 12px;
  color: #777;
}
.cms-carousel-testimonial-layout1 .testimonial-title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.cms-carousel-testimonial-layout1 .testimonial-title a {
  color: #9f3133;
}
.cms-carousel-testimonial-layout1 .testimonial-title a:hover {
  color: #9f3133 !important;
}
.cms-carousel-testimonial-layout1 .testimonial-position {
  display: inline-block;
  margin-bottom: 5px;
}
.cms-carousel-testimonial-layout1 .testimonial-content {
  font-style: italic;
  font-size: 17px;
  font-weight: 400;
  line-height: 29px;
  margin-bottom: 30px;
}
.cms-carousel-testimonial-layout1 .owl-dots {
  bottom: 0;
  position: static;
  -webkit-transform: translate(0, 0);
  -khtml-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.cms-carousel-testimonial-layout1 .owl-nav {
  -webkit-transition: all 500ms linear 0ms;
  -khtml-transition: all 500ms linear 0ms;
  -moz-transition: all 500ms linear 0ms;
  -ms-transition: all 500ms linear 0ms;
  -o-transition: all 500ms linear 0ms;
  transition: all 500ms linear 0ms;
  opacity: 0;
  margin-top: 0;
}
.cms-carousel-testimonial-layout1 .owl-nav .owl-prev, .cms-carousel-testimonial-layout1 .owl-nav .owl-next {
  position: absolute;
  top: 50%;
}
.cms-carousel-testimonial-layout1 .owl-nav .owl-prev {
  left: 35px;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (max-width: 1360px) {
  .cms-carousel-testimonial-layout1 .owl-nav .owl-prev {
    left: 15px;
  }
}
.cms-carousel-testimonial-layout1 .owl-nav .owl-next {
  right: 35px;
  -webkit-transform: translate(50%, -50%);
  -khtml-transform: translate(50%, -50%);
  -moz-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  -o-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}
@media (max-width: 1360px) {
  .cms-carousel-testimonial-layout1 .owl-nav .owl-next {
    right: 15px;
  }
}
.cms-carousel-testimonial-layout1 .owl-prev, .cms-carousel-testimonial-layout1 .owl-next {
  display: inline-block;
  border: none;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background: #ebebeb;
  color: #000;
  font-size: 17px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin: 0;
  opacity: 1;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
.cms-carousel-testimonial-layout1 .owl-prev:hover, .cms-carousel-testimonial-layout1 .owl-next:hover {
  color: #fff;
  background-color: #9f3133;
  opacity: 1;
}
.cms-carousel-testimonial-layout1 .owl-nav {
  opacity: 0;
  -webkit-transition: all 500ms linear 0ms;
  -khtml-transition: all 500ms linear 0ms;
  -moz-transition: all 500ms linear 0ms;
  -ms-transition: all 500ms linear 0ms;
  -o-transition: all 500ms linear 0ms;
  transition: all 500ms linear 0ms;
}
.cms-carousel-testimonial-layout1:hover .owl-nav {
  opacity: 1;
}
.cms-carousel-testimonial-layout2 .owl-stage-outer {
  padding-bottom: 60px;
}
@media screen and (min-width: 992px) {
  .cms-carousel-testimonial-layout2 .owl-stage-outer {
    padding-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .cms-carousel-testimonial-layout2 .owl-stage-outer {
    padding-top: 30px;
  }
}
.cms-carousel-testimonial-layout2 .cms-carousel-item {
  margin-bottom: 15px;
  margin-top: 15px;
  position: relative;
}
.cms-carousel-testimonial-layout2 .cms-carousel-item .cms-item-inner {
  padding: 30px 35px 20px;
  border: 3px solid transparent;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
.cms-carousel-testimonial-layout2 .cms-carousel-item .cms-item-inner:hover {
  border-color: #9f3133;
}
.cms-carousel-testimonial-layout2 .testimonial-meta .testimonial-content {
  padding-bottom: 90px;
  text-align: center;
  line-height: 23px;
}
.cms-carousel-testimonial-layout2 .testimonial-meta .testimonial-title {
  font-weight: 500;
  font-size: 15px;
  font-family: "Montserrat";
  text-transform: capitalize;
  color: #c5a46d;
  margin-bottom: 0;
  text-align: center;
  padding-left: 35px;
  position: absolute;
  bottom: 22px;
  width: 100%;
  left: 0;
}
.cms-carousel-testimonial-layout2 .testimonial-meta .testimonial-title a:hover {
  color: #9f3133 !important;
}
.cms-carousel-testimonial-layout2 .testimonial-meta .testimonial-title i {
  margin-right: 10px;
  color: #9f3133;
}
.cms-carousel-testimonial-layout2 .testimonial-feature {
  position: absolute;
  width: 95px;
  height: 95px;
  line-height: 95px;
  display: inline-block;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  bottom: -45px;
  left: 35px;
}
@media screen and (max-width: 575px) {
  .cms-carousel-testimonial-layout2 .testimonial-feature {
    left: 15px;
    width: 70px;
    height: 70px;
    line-height: 70px;
  }
}
.cms-carousel-testimonial-layout2 .testimonial-feature .overlay {
  position: relative;
}
.cms-carousel-testimonial-layout2 .testimonial-feature:after {
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  content: " ";
  top: -1px;
  right: -1px;
  left: -1px;
  bottom: -1px;
  border: 4px solid #9f3133;
}
.cms-carousel-testimonial-layout2 .owl-dots {
  position: static;
  transform: translate(0, 0);
  margin-top: 37px;
}
.cms-carousel-testimonial-layout2 .owl-nav {
  opacity: 0;
}
@media (min-width: 1300px) {
  .cms-carousel-testimonial-layout2 .owl-nav {
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
  }
  .cms-carousel-testimonial-layout2 .owl-nav .owl-prev {
    top: 43%;
    left: -30px;
  }
  .cms-carousel-testimonial-layout2 .owl-nav .owl-next {
    right: -30px;
    top: 43%;
  }
  .cms-carousel-testimonial-layout2:hover .owl-nav {
    opacity: 1;
  }
}
.cms-counter-grid {
  padding-top: 30px;
  padding-bottom: 10px;
}
.cms-counter-grid.show-shadow {
  -webkit-box-shadow: 0 4px 27px 0 rgba(0, 0, 0, 0.15);
  -khtml-box-shadow: 0 4px 27px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 4px 27px 0 rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0 4px 27px 0 rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 4px 27px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 27px 0 rgba(0, 0, 0, 0.15);
}
.cms-counter-grid .cms-counter {
  margin-bottom: 15px;
  text-align: center;
}
.cms-counter-grid .cms-icon {
  width: 60px;
  float: left;
  padding-top: 4px;
  text-align: center;
}
.cms-counter-grid .cms-icon img {
  min-width: 60px;
}
.cms-counter-grid .cms-icon i {
  font-size: 55px;
}
.cms-counter-grid .cms-icon + .cms-counter-holder {
  text-align-last: left;
  padding-left: 80px;
}
@media screen and (min-width: 768px) {
  .cms-counter-grid .cms-counter-inner {
    display: inline-block;
  }
}
@media screen and (max-width: 767px) {
  .cms-counter-grid .cms-counter-inner {
    display: block;
    padding-left: 45px;
    margin-bottom: 25px;
  }
}
@media (max-width: 360px) {
  .cms-counter-grid .cms-counter-inner {
    padding-left: 15px;
  }
}
.cms-counter-grid .cms-counter-digit {
  font-size: 40px;
  line-height: 1;
  color: #222;
  font-weight: bold;
  font-family: 'Lora', serif;
}
.cms-counter-grid .cms-counter-title {
  font-size: 17px;
  color: #777;
}
@media screen and (max-width: 991px) {
  .cms-counter-grid {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.cms-counter-single.layout1 {
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .cms-counter-single.layout1 {
    margin-bottom: 30px;
  }
}
.cms-counter-single.layout1 .cms-counter-digit {
  line-height: 50px;
  font-size: 60px;
  letter-spacing: 0.1em;
  font-family: 'Lora', serif;
  color: #222;
  font-weight: bold;
  text-align: center;
  margin-bottom: 7px;
}
@media screen and (max-width: 767px) {
  .cms-counter-single.layout1 .cms-counter-digit {
    font-size: 30px;
  }
}
.cms-counter-single.layout1 .cms-counter-title {
  font-size: 25px;
  font-weight: 600;
  padding-right: 8px;
}
@media screen and (max-width: 767px) {
  .cms-counter-single.layout1 .cms-counter-title {
    font-size: 20px;
  }
}
.cms-counter-single.layout1 .cms-excerpt {
  color: #777;
}
.cms-counter-single.layout1 .cms-counter-inner {
  display: flex;
}
.cms-counter-single.layout1 .cms-counter-inner .cms-digit-title {
  padding-top: 5px;
  padding-left: 5px;
  padding-right: 35px;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .cms-counter-single.layout1 .cms-counter-inner .cms-digit-title {
    min-width: 115px;
    padding-right: 15px;
  }
}
.cms-counter-single.layout1 .cms-counter-inner .cms-digit-title + .cms-excerpt {
  padding-top: 14px;
  padding-bottom: 15px;
  padding-left: 35px;
  border-left: 1px solid rgba(119, 119, 119, 0.7);
}
@media screen and (max-width: 991px) {
  .cms-counter-single.layout1 .cms-counter-inner .cms-digit-title + .cms-excerpt {
    padding-left: 20px;
  }
}
@media (min-width: 576px) and (max-width: 991px) {
  .cms-counter-single.layout1 .cms-counter-inner .cms-digit-title + .cms-excerpt {
    font-size: 20px;
  }
}
@media screen and (max-width: 575px) {
  .cms-counter-single.layout1 .cms-counter-inner {
    align-items: center;
  }
  .cms-counter-single.layout1 .cms-counter-inner .cms-digit-title {
    padding-top: 0;
  }
}
.cms-counter-single.layout2 {
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .cms-counter-single.layout2 {
    margin-bottom: 30px;
  }
}
.cms-counter-single.layout2 .cms-counter-digit {
  line-height: 1;
  font-size: 60px;
  font-family: 'Lora', serif;
  color: #222;
  font-weight: bold;
  margin-bottom: 22px;
}
@media screen and (max-width: 767px) {
  .cms-counter-single.layout2 .cms-counter-digit {
    font-size: 30px;
  }
}
.cms-counter-single.layout2 .cms-counter-title {
  font-size: 25px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .cms-counter-single.layout2 .cms-counter-title {
    font-size: 20px;
  }
}
.cms-counter-single.layout3 {
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .cms-counter-single.layout3 {
    margin-bottom: 30px;
  }
}
.cms-counter-single.layout3 .cms-icon {
  width: 60px;
  float: left;
  padding-top: 4px;
  text-align: center;
}
.cms-counter-single.layout3 .cms-icon img {
  min-width: 60px;
}
.cms-counter-single.layout3 .cms-icon i {
  font-size: 55px;
}
.cms-counter-single.layout3 .cms-icon + .cms-digit-title {
  text-align-last: left;
  padding-left: 80px;
  clear: none;
}
@media screen and (min-width: 768px) {
  .cms-counter-single.layout3 .cms-counter-inner {
    display: inline-block;
  }
}
@media screen and (max-width: 767px) {
  .cms-counter-single.layout3 .cms-counter-inner {
    display: block;
  }
}
.cms-counter-single.layout3 .cms-counter-digit {
  font-size: 40px;
  line-height: 1;
  color: #222;
  font-weight: bold;
  font-family: 'Lora', serif;
  margin-bottom: 5px;
}
.cms-counter-single.layout3 .cms-counter-title {
  clear: none;
  font-size: 17px;
  color: #777;
  margin-bottom: 0;
}
@media screen and (max-width: 991px) {
  .cms-counter-single.layout3 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.cms-team-default .cms-team-inner {
  text-align: center;
}
.cms-team-default .cms-team-image {
  overflow: hidden;
  margin-bottom: 32px;
}
@media screen and (min-width: 992px) {
  .cms-team-default .cms-team-image {
    padding: 0 20px;
  }
}
.cms-team-default .cms-team-image img {
  max-width: 100%;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cms-team-default .cms-team-image img:hover {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.cms-team-default .cms-team-title {
  margin-top: 15px;
  margin-bottom: 3px;
  font-size: 18px;
  font-weight: 600;
  color: #000;
  text-transform: uppercase;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
.cms-team-default .cms-team-title:hover {
  color: #9f3133;
}
.cms-team-default .cms-team-position {
  color: #707070;
  font-size: 15px;
  text-transform: capitalize;
}
.cms-team-default .cms-team-social {
  margin-top: 15px;
  text-align: center;
}
.cms-team-default .cms-team-social a {
  color: #999;
  font-size: 15px;
  margin: 8px;
}
.cms-team-default .cms-team-social a:hover {
  color: #9f3133;
}
@media screen and (max-width: 767px) {
  .cms-team-layout2 {
    margin-bottom: 50px;
  }
}
.cms-team-layout2 .cms-team-inner {
  text-align: center;
  padding: 0 30px;
}
@media screen and (max-width: 991px) {
  .cms-team-layout2 .cms-team-inner {
    padding: 0;
  }
}
.cms-team-layout2 .cms-team-image {
  position: relative;
}
.cms-team-layout2 .cms-team-image .overlay {
  display: inline-block;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  border: 5px solid #8c8c8c;
  overflow: hidden;
  position: relative;
}
.cms-team-layout2 .cms-team-image .overlay:after {
  display: block;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  content: " ";
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  top: 2px;
  left: 2px;
  bottom: 2px;
  right: 2px;
  position: absolute;
  z-index: 1;
}
.cms-team-layout2 .cms-team-image:hover .overlay::after {
  opacity: 1;
  top: 10px;
  left: 10px;
  bottom: 10px;
  right: 10px;
}
.cms-team-layout2 .cms-team-image:hover .cms-team-social {
  opacity: 1;
}
.cms-team-layout2 .cms-team-social {
  position: absolute;
  z-index: 2;
  opacity: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
.cms-team-layout2 .cms-team-social a {
  color: #fff;
  font-size: 20px;
  margin: 8px;
}
.cms-team-layout2 .cms-team-social a:hover {
  color: #9f3133;
}
.cms-team-layout2 .cms-team-title {
  letter-spacing: 0.1em;
  color: #222;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 3px;
}
.cms-team-layout2 .cms-team-position {
  letter-spacing: 0.1em;
  font-size: 15px;
  text-transform: capitalize;
  color: #222;
}
.cms-social-us .cms-social-title {
  font-size: 25px;
  color: #222;
  font-weight: bold;
  margin-bottom: 25px;
}
.cms-social-us ul {
  padding-left: 0;
  list-style: none;
  margin-bottom: 30px;
}
.cms-social-us ul li {
  display: inline-block;
  margin-right: 6px;
  margin-bottom: 15px;
}
.cms-social-us ul li:last-child {
  margin-right: 0;
}
.cms-social-us ul li a {
  display: block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  font-size: 15px;
  color: #c8c8c8;
  background-color: #343a45;
  text-align: center;
  -webkit-transition: all 500ms linear 0ms;
  -khtml-transition: all 500ms linear 0ms;
  -moz-transition: all 500ms linear 0ms;
  -ms-transition: all 500ms linear 0ms;
  -o-transition: all 500ms linear 0ms;
  transition: all 500ms linear 0ms;
}
.cms-social-us ul li a:hover {
  background-color: #9f3133;
  color: #fff;
  font-size: 13px;
}
.cms-social-us.text-center ul li {
  margin-left: 4px;
  margin-right: 4px;
}
.cms-social-us.text-center ul li:first-child {
  margin-left: 0;
}
.cms-social-us.text-center ul li:last-child {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .cms-social-us.text-right {
    text-align: center !important;
  }
}
.cms-social-us.text-right ul li {
  margin-left: 10px;
}
.cms-social-us.text-right ul li:first-child {
  margin-left: 0;
}
.cms-social-us.layout1 ul {
  margin-left: -5px;
  margin-right: -5px;
  padding-left: 0;
  list-style: none;
  margin-bottom: 10px;
}
.cms-social-us.layout1 ul li {
  display: inline-block;
  margin-right: 3px;
  margin-left: 3px;
  margin-bottom: 15px;
}
.cms-social-us.layout1 ul li a {
  display: block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  font-size: 15px;
  color: #c8c8c8;
  background-color: #343a45;
  text-align: center;
  -webkit-transition: all 200ms linear 0ms;
  -khtml-transition: all 200ms linear 0ms;
  -moz-transition: all 200ms linear 0ms;
  -ms-transition: all 200ms linear 0ms;
  -o-transition: all 200ms linear 0ms;
  transition: all 200ms linear 0ms;
}
.cms-social-us.layout1 ul li a:hover {
  background-color: #9f3133;
  color: #fff;
}
.cms-social-us.layout2 ul {
  padding-left: 0;
  list-style: none;
  margin-bottom: 15px;
  margin-left: -5px;
  margin-right: -5px;
}
.cms-social-us.layout2 ul li {
  display: inline-block;
  margin-left: 3px;
  margin-right: 3px;
  margin-bottom: 15px;
}
.cms-social-us.layout2 ul li a {
  display: block;
  width: 35px;
  height: 35px;
  line-height: 33px;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  font-size: 15px;
  color: rgba(119, 119, 119, 0.5);
  background-color: #fff;
  border: 1px solid rgba(119, 119, 119, 0.5);
  text-align: center;
  -webkit-transition: all 500ms linear 0ms;
  -khtml-transition: all 500ms linear 0ms;
  -moz-transition: all 500ms linear 0ms;
  -ms-transition: all 500ms linear 0ms;
  -o-transition: all 500ms linear 0ms;
  transition: all 500ms linear 0ms;
}
.cms-social-us.layout2 ul li a:hover {
  background-color: #9f3133;
  border-color: #9f3133;
  color: #fff;
  font-size: 13px;
}
.cms-social-us.layout2 ul li i {
  line-height: inherit;
}
@media screen and (max-width: 991px) {
  .cms-social-us.layout2.text-left.text-991px {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .cms-social-us.layout2.text-left.text-767px {
    text-align: center;
  }
}
.cms-social-us.layout2.text-center {
  text-align: center;
}
.cms-social-us.layout2.text-right {
  text-align: right;
}
@media screen and (max-width: 991px) {
  .cms-social-us.layout2.text-right.text-991px {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .cms-social-us.layout2.text-right.text-767px {
    text-align: center;
  }
}
@media screen and (max-width: 991px) {
  .cms-social-us.layout2.text-right.text-991px-left {
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .cms-social-us.layout2.text-right.text-767px-left {
    text-align: left;
  }
}
.cms-social-us.layout3 ul {
  margin-bottom: 0;
}
@media screen and (min-width: 992px) {
  .cms-social-us.layout3 ul {
    display: flex;
    padding-top: 15px;
  }
}
.cms-social-us.layout3 ul li {
  text-align: center;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}
@media screen and (min-width: 992px) {
  .cms-social-us.layout3 ul li {
    flex-grow: 1;
  }
}
@media screen and (max-width: 991px) {
  .cms-social-us.layout3 ul li {
    float: left;
    width: 33.33%;
  }
}
@media screen and (max-width: 575px) {
  .cms-social-us.layout3 ul li {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .cms-social-us.layout3 ul li {
    width: 100%;
  }
}
.cms-social-us.layout3 ul li a {
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  width: 100%;
  height: 100px;
  line-height: 100px;
  background-color: #222;
  position: relative;
}
@media screen and (max-width: 991px) {
  .cms-social-us.layout3 ul li a {
    height: 70px;
    line-height: 70px;
    font-size: 20px;
  }
}
@media screen and (min-width: 992px) {
  .cms-social-us.layout3 ul li a {
    font-size: 20px;
  }
}
.cms-social-us.layout3 ul li a:before {
  content: " ";
  display: block;
  width: 100%;
  height: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  -webkit-transition: all 200ms linear 0ms;
  -khtml-transition: all 200ms linear 0ms;
  -moz-transition: all 200ms linear 0ms;
  -ms-transition: all 200ms linear 0ms;
  -o-transition: all 200ms linear 0ms;
  transition: all 200ms linear 0ms;
}
.cms-social-us.layout3 ul li a span {
  -webkit-transition: all 200ms linear 0ms;
  -khtml-transition: all 200ms linear 0ms;
  -moz-transition: all 200ms linear 0ms;
  -ms-transition: all 200ms linear 0ms;
  -o-transition: all 200ms linear 0ms;
  transition: all 200ms linear 0ms;
  font-family: "Renner Medium";
}
.cms-social-us.layout3 ul li a i {
  position: absolute;
  bottom: 35%;
  left: 50%;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  -webkit-transform: translate(-50%, 50%);
  -khtml-transform: translate(-50%, 50%);
  -moz-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  -o-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
  opacity: 0;
}
.cms-social-us.layout3 ul li a:hover {
  background-color: #fff;
  color: #9f3133;
  -webkit-box-shadow: 0 4px 27px rgba(0, 0, 0, 0.2);
  -khtml-box-shadow: 0 4px 27px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 4px 27px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 4px 27px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 4px 27px rgba(0, 0, 0, 0.2);
  box-shadow: 0 4px 27px rgba(0, 0, 0, 0.2);
}
.cms-social-us.layout3 ul li a:hover:before {
  height: 100%;
}
.cms-social-us.layout3 ul li a:hover span {
  opacity: 0;
}
.cms-social-us.layout3 ul li a:hover i {
  bottom: 50%;
  opacity: 1;
}
@media screen and (max-width: 991px) {
  .cms-social-us.text-left.text-991px {
    text-align: center !important;
  }
}
@media screen and (max-width: 767px) {
  .cms-social-us.text-left.text-767px {
    text-align: center !important;
  }
}
@media screen and (max-width: 991px) {
  .cms-social-us.text-right.text-991px {
    text-align: center !important;
  }
  .cms-social-us.text-right.text-991px-left {
    text-align: left !important;
  }
}
@media screen and (max-width: 767px) {
  .cms-social-us.text-right.text-767px {
    text-align: center !important;
  }
  .cms-social-us.text-right.text-767-left {
    text-align: left !important;
  }
}
.cms-grid .grid-filter-wrap {
  margin-bottom: 20px;
}
.cms-grid.cms-gallery-grid .grid-item-inner {
  text-align: center;
}
.cms-grid.cms-gallery-grid .grid-item-inner .item-featured {
  position: relative;
  display: inline-block;
  background-color: #9f3133;
  -webkit-transition: all 500ms linear 0ms;
  -khtml-transition: all 500ms linear 0ms;
  -moz-transition: all 500ms linear 0ms;
  -ms-transition: all 500ms linear 0ms;
  -o-transition: all 500ms linear 0ms;
  transition: all 500ms linear 0ms;
}
.cms-grid.cms-gallery-grid .grid-item-inner .item-featured img {
  -webkit-transition: all 500ms linear 0ms;
  -khtml-transition: all 500ms linear 0ms;
  -moz-transition: all 500ms linear 0ms;
  -ms-transition: all 500ms linear 0ms;
  -o-transition: all 500ms linear 0ms;
  transition: all 500ms linear 0ms;
  width: 100%;
}
.cms-grid.cms-gallery-grid .grid-item-inner .item-featured a {
  position: absolute;
  display: inline-block;
  top: 50%;
  left: 50%;
  font-size: 40px;
  color: #fff;
  opacity: 0;
  transform: translate(-50%, -50%);
  -webkit-transition: all 500ms linear 0ms;
  -khtml-transition: all 500ms linear 0ms;
  -moz-transition: all 500ms linear 0ms;
  -ms-transition: all 500ms linear 0ms;
  -o-transition: all 500ms linear 0ms;
  transition: all 500ms linear 0ms;
}
.cms-grid.cms-gallery-grid .grid-item-inner .item-featured:hover img {
  opacity: 0.6;
}
.cms-grid.cms-gallery-grid .grid-item-inner .item-featured:hover a {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .cms-grid.cms-gallery-images .grid-item-inner {
    text-align: center;
  }
}
.cms-grid.cms-gallery-images .grid-item-inner .item-featured {
  display: inline-block;
  background-color: #000;
  -webkit-transition: all 500ms linear 0ms;
  -khtml-transition: all 500ms linear 0ms;
  -moz-transition: all 500ms linear 0ms;
  -ms-transition: all 500ms linear 0ms;
  -o-transition: all 500ms linear 0ms;
  transition: all 500ms linear 0ms;
  position: relative;
}
@media screen and (max-width: 575px) {
  .cms-grid.cms-gallery-images .grid-item-inner .item-featured {
    width: 100%;
  }
}
.cms-grid.cms-gallery-images .grid-item-inner .item-featured img {
  -webkit-transition: all 500ms linear 0ms;
  -khtml-transition: all 500ms linear 0ms;
  -moz-transition: all 500ms linear 0ms;
  -ms-transition: all 500ms linear 0ms;
  -o-transition: all 500ms linear 0ms;
  transition: all 500ms linear 0ms;
  width: 100%;
}
.cms-grid.cms-gallery-images .grid-item-inner .item-featured .item-holder {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 100%;
  text-align: center;
  transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: all 500ms linear 0ms;
  -khtml-transition: all 500ms linear 0ms;
  -moz-transition: all 500ms linear 0ms;
  -ms-transition: all 500ms linear 0ms;
  -o-transition: all 500ms linear 0ms;
  transition: all 500ms linear 0ms;
}
.cms-grid.cms-gallery-images .grid-item-inner .item-featured .item-holder a {
  -webkit-transition: all 500ms linear 0ms;
  -khtml-transition: all 500ms linear 0ms;
  -moz-transition: all 500ms linear 0ms;
  -ms-transition: all 500ms linear 0ms;
  -o-transition: all 500ms linear 0ms;
  transition: all 500ms linear 0ms;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  font-size: 20px;
  width: 63px;
  height: 63px;
  line-height: 63px;
  text-align: center;
  color: #222;
  background-color: #fff;
  margin-right: 2px;
  margin-left: 2px;
}
.cms-grid.cms-gallery-images .grid-item-inner .item-featured:hover img {
  opacity: 0.6;
}
.cms-grid.cms-gallery-images .grid-item-inner .item-featured:hover .item-holder {
  top: 50%;
  opacity: 1;
}
.cms-video-wrapper.layout1 {
  text-align: center;
  padding: 30px;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position-y: 50%;
  background-attachment: fixed;
  position: relative;
}
@media screen and (max-width: 767px) {
  .cms-video-wrapper.layout1 {
    padding-top: 55px !important;
    padding-bottom: 55px !important;
  }
}
.cms-video-wrapper.layout1:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: inherit;
  display: block;
}
.cms-video-wrapper.layout1 .cms-video-inner {
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
  position: relative;
}
.cms-video-wrapper.layout1 .cms-video-inner .cms-content {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 991px) {
  .cms-video-wrapper.layout1 .cms-video-inner .cms-content {
    max-width: 100%;
  }
}
.cms-video-wrapper.layout1 .cms-video-inner .cms-title {
  font-size: 55px;
  font-weight: bold;
  margin-bottom: 16px;
  margin-top: -10px;
  color: #222;
}
.cms-video-wrapper.layout1 .cms-video-inner .sub-title {
  font-weight: 500;
  font-family: "Renner Book";
  font-size: 25px;
  color: #777;
  margin-bottom: 45px;
}
.cms-video-wrapper.layout1 .cms-video-inner .wp-button {
  position: relative;
  width: 57px;
  height: 57px;
  margin: 0 auto;
}
.cms-video-wrapper.layout1 .cms-video-inner .cms-video-button {
  display: inline-block;
}
.cms-video-wrapper.layout1 .cms-video-inner .cms-video-button.video-play-button {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  box-sizing: content-box;
  display: block;
  width: 32px;
  /* background: #fa183d; */
  height: 44px;
  border-radius: 50%;
  padding: 18px 20px 18px 28px;
}
.cms-video-wrapper.layout1 .cms-video-inner .cms-video-button.video-play-button:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 57px;
  height: 57px;
  background: #fff;
  border-radius: 50%;
  animation: pulse_border 1500ms ease-out infinite;
}
.cms-video-wrapper.layout1 .cms-video-inner .cms-video-button.video-play-button:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 57px;
  height: 57px;
  background: #fff;
  border-radius: 50%;
  transition: all 200ms;
}
.cms-video-wrapper.layout1 .cms-video-inner .cms-video-button.video-play-button:hover:after {
  background-color: #e6e6e6;
}
.cms-video-wrapper.layout1 .cms-video-inner .cms-video-button.video-play-button span {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 12px solid #222;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
}
.cms-video-wrapper.layout2 {
  padding: 30px;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .cms-video-wrapper.layout2 {
    padding-top: 200px !important;
    padding-bottom: 200px !important;
  }
}
.cms-video-wrapper.layout2:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: inherit;
  display: block;
}
.cms-video-wrapper.layout2 .cms-video-inner .cms-video-button {
  display: inline-block;
  line-height: 1;
  position: absolute;
  top: 50%;
}
.cms-video-wrapper.layout2 .cms-video-inner .video-icon {
  height: 95px;
  width: 95px;
  line-height: 95px;
  display: inline-block;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  position: relative;
  text-align: center;
  background-color: #fff;
  color: #222;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  -webkit-box-shadow: 0px 20px 35px 8px rgba(0, 0, 0, 0.2);
  -khtml-box-shadow: 0px 20px 35px 8px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 20px 35px 8px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0px 20px 35px 8px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0px 20px 35px 8px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 20px 35px 8px rgba(0, 0, 0, 0.2);
}
.cms-video-wrapper.layout2 .cms-video-inner .video-icon:hover {
  background-color: #222;
  color: #fff;
}
.cms-video-wrapper.layout2.left-middle .cms-video-inner .cms-video-button {
  -webkit-transform: translateY(-50%);
  -khtml-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -48px;
}
@media screen and (max-width: 1199px) {
  .cms-video-wrapper.layout2.left-middle .cms-video-inner .cms-video-button {
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -khtml-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
.cms-video-wrapper.layout2.center-middle .cms-video-inner .cms-video-button {
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.cms-video-wrapper.layout2.right-middle .cms-video-inner .cms-video-button {
  right: -48px;
  -webkit-transform: translateY(-50%);
  -khtml-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 1199px) {
  .cms-video-wrapper.layout2.right-middle .cms-video-inner .cms-video-button {
    left: 50%;
    right: auto;
    -webkit-transform: translate(-50%, -50%);
    -khtml-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
.cms-video-wrapper.layout3 .cms-video-inner {
  padding-top: 30px;
  padding-bottom: 30px;
}
.cms-video-wrapper.layout3 .cms-video-inner .cms-content {
  display: flex;
  align-items: center;
}
.cms-video-wrapper.layout3 .cms-video-inner .cms-content .wp-button {
  flex-grow: 0;
}
.cms-video-wrapper.layout3 .cms-video-inner .wp-button {
  position: relative;
  width: 57px;
  height: 57px;
  margin-right: 25px;
}
.cms-video-wrapper.layout3 .cms-video-inner .cms-video-button {
  display: inline-block;
}
.cms-video-wrapper.layout3 .cms-video-inner .cms-video-button.video-play-button {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  box-sizing: content-box;
  display: block;
  width: 32px;
  height: 44px;
  border-radius: 50%;
  padding: 18px 20px 18px 28px;
}
.cms-video-wrapper.layout3 .cms-video-inner .cms-video-button.video-play-button:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 57px;
  height: 57px;
  background: #fff;
  border-radius: 50%;
  animation: pulse_border 1500ms ease-out infinite;
}
.cms-video-wrapper.layout3 .cms-video-inner .cms-video-button.video-play-button:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 57px;
  height: 57px;
  background: #fff;
  border-radius: 50%;
  transition: all 200ms;
}
.cms-video-wrapper.layout3 .cms-video-inner .cms-video-button.video-play-button:hover:after {
  background-color: #e6e6e6;
}
.cms-video-wrapper.layout3 .cms-video-inner .cms-video-button.video-play-button span {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 12px solid #222;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
}
.cms-video-wrapper.layout3 .cms-video-inner .cms-title {
  margin-bottom: 0;
  font-size: 17px;
  color: #222;
}
.blog-button-hv, .cms-fancybox-layout7 .cms-button, .cms-blog-carousel.layout2 .read-more a, .cms-blog-carousel.layout3 .read-more a, .cms-grid-blog .read-more a {
  position: relative;
}
.blog-button-hv:before, .cms-fancybox-layout7 .cms-button:before, .cms-blog-carousel.layout2 .read-more a:before, .cms-blog-carousel.layout3 .read-more a:before, .cms-grid-blog .read-more a:before, .blog-button-hv:after, .cms-fancybox-layout7 .cms-button:after, .cms-blog-carousel.layout2 .read-more a:after, .cms-blog-carousel.layout3 .read-more a:after, .cms-grid-blog .read-more a:after {
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  content: "";
  height: 1px;
}
.blog-button-hv:before, .cms-fancybox-layout7 .cms-button:before, .cms-blog-carousel.layout2 .read-more a:before, .cms-blog-carousel.layout3 .read-more a:before, .cms-grid-blog .read-more a:before {
  width: 100%;
  background-color: #222;
}
.blog-button-hv:after, .cms-fancybox-layout7 .cms-button:after, .cms-blog-carousel.layout2 .read-more a:after, .cms-blog-carousel.layout3 .read-more a:after, .cms-grid-blog .read-more a:after {
  width: 1px;
  background-color: #9f3133;
}
.blog-button-hv:hover, .cms-fancybox-layout7 .cms-button:hover, .cms-blog-carousel.layout2 .read-more a:hover, .cms-blog-carousel.layout3 .read-more a:hover, .cms-grid-blog .read-more a:hover {
  color: #9f3133;
}
.blog-button-hv:hover:after, .cms-fancybox-layout7 .cms-button:hover:after, .cms-blog-carousel.layout2 .read-more a:hover:after, .cms-blog-carousel.layout3 .read-more a:hover:after, .cms-grid-blog .read-more a:hover:after {
  width: 100%;
}
@media screen and (min-width: 992px) {
  body .container {
    max-width: 1200px;
    width: 100%;
  }
  .wpb_gmaps_widget .wpb_wrapper {
    padding: 0 !important;
  }
  .content-has-sidebar.float-right {
    order: 2;
    -webkit-order: 2;
    -ms-order: 2;
  }
  .content-has-sidebar.float-right + #secondary {
    order: 1;
    -webkit-order: 1;
    -ms-order: 1;
  }
  .row-resize .vc_col-lg-3 {
    width: 26%;
  }
  .row-resize .vc_col-lg-9 {
    width: 74%;
  }
}
#bg-section-apartment {
  background-position: 100% 50% !important;
  background-size: contain !important;
  background-repeat: no-repeat;
}
@media screen and (max-width: 991px) {
  #bg-section-apartment {
    background-position: -9999999999px !important;
  }
}
.btn.focus, .btn:focus {
  box-shadow: 0;
}
.vc_row-fluid.vc_row-no-padding .wpb_column > .vc_column-inner {
  padding-top: 0 !important;
}
#page.site {
  overflow: hidden;
}
.revslider-initialised .btn {
  padding-left: 45px;
  padding-right: 45px;
}
.revslider-initialised .tp-bullets.custom .tp-bullet {
  border: none;
  height: 7px;
  width: 7px;
  -webkit-border-radius: 7px;
  -khtml-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  border-radius: 7px;
  border: 2px solid #fff;
  background-color: transparent !important;
  background-image: none !important;
  display: inline-block;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
.revslider-initialised .tp-bullets.custom .tp-bullet.selected {
  background-color: #fff !important;
}
.revslider-initialised .tp-bullets.custom .tp-bullet.selected:before {
  content: "";
  height: 19px;
  width: 19px;
  display: block;
  -webkit-border-radius: 19px;
  -khtml-border-radius: 19px;
  -moz-border-radius: 19px;
  -ms-border-radius: 19px;
  -o-border-radius: 19px;
  border-radius: 19px;
  border: 1px solid #fff;
  position: absolute;
  top: -7px;
  left: -7px;
  opacity: 0;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
.revslider-initialised .tp-bullets.custom .tp-bullet.selected:after {
  content: "";
  display: block;
  height: 11px;
  width: 11px;
  -webkit-border-radius: 11px;
  -khtml-border-radius: 11px;
  -moz-border-radius: 11px;
  -ms-border-radius: 11px;
  -o-border-radius: 11px;
  border-radius: 11px;
  background-color: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
.revslider-initialised .tp-bullets.custom .tp-bullet.selected:before, .revslider-initialised .tp-bullets.custom .tp-bullet.selected:after {
  opacity: 1;
}
.revslider-initialised .tp-bullets.custom .tp-bullet.selected:before {
  border-color: #fff;
}
.cms-row-newlleter .vc_column-inner .widget form {
  margin: 0 auto;
}
@media screen and (max-width: 991px) {
  .cms-row-newlleter .vc_column-inner {
    padding-left: 15px !important;
  }
}
.cms-subtititle-slide:before, .cms-subtititle-slide:after {
  display: inline-block;
  content: " ";
  background: #fff;
  height: 2px;
  margin-bottom: 6px;
  width: 100px;
}
@media screen and (max-width: 767px) {
  .cms-subtititle-slide:before, .cms-subtititle-slide:after {
    display: none;
  }
}
.cms-subtititle-slide:before {
  margin-right: 10px;
}
.cms-subtititle-slide:after {
  margin-left: 10px;
}
ul.tp-revslider-mainul .slotholder::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.55);
  display: block;
  z-index: 22;
}
@media ("screen and (max-width: 767px)") {
  .vc_tta-tabs .vc_column-inner {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
.search-results .navigation {
  margin-top: 70px;
}
.search-results article.single-hentry {
  border-bottom: 1px solid #ddd;
}
.search-results article.single-hentry:last-child {
  border-bottom: none;
}
.site-content {
  padding: 110px 0;
}
@media screen and (max-width: 1199px) {
  .site-content {
    padding: 100px 0;
  }
}
@media screen and (max-width: 767px) {
  .site-content {
    padding: 60px 0;
  }
}
.single-post .site-content {
  padding-bottom: 90px;
}
.single-swh-post .site-content {
  padding-bottom: 98px;
}
@media screen and (max-width: 1199px) {
  .single-swh-post .site-content {
    padding: 70px 0;
  }
}
@media screen and (max-width: 767px) {
  .single-swh-post .site-content {
    padding: 50px 0;
  }
}
.page-template-default .entry-footer {
  text-align: center;
}
.page-template-default .entry-footer i {
  padding-right: 8px;
}
.vc_column_container > .theiaStickySidebar > .vc_column-inner {
  box-sizing: border-box;
  width: 100%;
}
.entry-footer .entry-edit-link {
  display: none;
}
.row-overlay {
  position: relative;
}
.row-overlay .vc_column-inner {
  position: relative;
  z-index: 3;
}
.row-overlay .vc_parallax-inner {
  background-position: 50% 50% !important;
}
@media screen and (min-width: 1200px) {
  .row-overlay .vc_parallax-inner {
    background-attachment: fixed !important;
  }
}
.row-overlay:after {
  background-color: inherit;
  bottom: 0;
  content: "";
  display: block !important;
  height: 100% !important;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  visibility: visible !important;
}
.row-overlay .vc_column-inner {
  position: relative;
  z-index: 3;
}
.row-overlay .vc_parallax-inner {
  background-attachment: fixed !important;
  background-position: 50% 50% !important;
}
.row-overlay.bg-primary {
  background-color: #9f3133;
}
.row-overlay.bg-blur > .vc_parallax-inner {
  -webkit-filter: blur(9px);
  -moz-filter: blur(9px);
  -o-filter: blur(9px);
  -ms-filter: blur(9px);
  filter: blur(9px);
}
.row-overlay.row-gradient:after {
  background-image: linear-gradient(rgba(0, 0, 0, 0.28), rgba(0, 0, 0, 0.96));
}
.vc_section .vc_row.row-bg-bottom {
  background-repeat: repeat-x !important;
  background-position: center bottom !important;
}
.vc_section.section-overlay {
  position: relative;
}
.vc_section.section-overlay:after {
  background-color: inherit;
  bottom: 0;
  content: "";
  display: block !important;
  height: 100% !important;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  visibility: visible !important;
}
.row-bg-bottom {
  overflow: visible !important;
}
.row-bg-bottom .vc_parallax-inner {
  background-repeat: repeat-x !important;
  background-position: bottom center !important;
  background-size: inherit !important;
}
.row-bg-bottom.row-bg-bottom-z1 > * {
  z-index: -1;
}
.bg-image-scoll .vc_parallax-inner {
  background-attachment: scroll !important;
  background-position: center center !important;
}
.row-bg-right .vc_parallax-inner {
  background-position: right 58% !important;
  background-repeat: no-repeat !important;
  background-size: inherit !important;
  background-attachment: scroll !important;
}
.row-bg-left .vc_parallax-inner {
  background-position: left 50% !important;
  background-repeat: no-repeat !important;
  background-size: inherit !important;
  background-attachment: scroll !important;
}
@media screen and (max-width: 1199px) {
  .row-bg-left .vc_parallax-inner {
    background-position: -999999999px 50% !important;
  }
}
.wpb_revslider_element.wpb_content_element {
  margin-bottom: 0;
}
.col-overlay {
  z-index: 22;
}
.col-overlay .vc_column-inner {
  position: relative;
}
.col-overlay .vc_column-inner:after {
  background-color: inherit;
  bottom: 0;
  content: "";
  display: block !important;
  height: 100% !important;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  visibility: visible !important;
}
.col-overlay .vc_column-inner .wpb_wrapper {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 992px) {
  .entry-content > .vc_row > .float-right {
    order: 2;
    -webkit-order: 2;
    -ms-order: 2;
  }
}
@media screen and (max-width: 1399px) {
  body .vc_row.wpb_row .rm-padding-xl > .vc_column-inner {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  body .vc_row.wpb_row .rm-padding-0xl > .vc_column-inner {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .vc_column_container.rm-margin-xl-30px > .vc_column-inner {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  .vc_column_container.rm-margin-xl-0px > .vc_column-inner {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  .vc_column_container.rm-margin-xl-15px > .vc_column-inner {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .wpb_single_image.image_align_sm_left {
    text-align: left !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .wpb_single_image.image_align_sm_center {
    text-align: center !important;
  }
  .wpb_single_image.image_align_sm_right {
    text-align: right !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
@media screen and (max-width: 1199px) {
  .rm-padding-lg > .vc_column-inner, .rm-padding-lg > .theiaStickySidebar > .vc_column-inner {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .rm-padding-30lg > .vc_column-inner, .rm-padding-30lg > .theiaStickySidebar > .vc_column-inner {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  body .container {
    max-width: 100%;
  }
  .rm-padding-lg > .vc_column-inner, .rm-padding-lg > .theiaStickySidebar > .vc_column-inner {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .rm-padding-lg.vc_inner {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .vc_row.rm-margin-lg-015px > .vc_column-inner {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
  .vc_row.rm-margin-lg-15px {
    margin-left: 15px !important;
    margin-right: 15px !important;
  }
  .rm-padding-columinner-lg .vc_column-inner {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
@media screen and (max-width: 991px) {
  .rm-padding-md > .vc_column-inner, .rm-padding-md > .theiaStickySidebar > .vc_column-inner {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .vc_row .rm-padding-md > .vc_column-inner {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .vc_row .rm-padding-0md > .vc_column-inner {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .vc_row.rm-margin-md-015px {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
  .vc_row.rm-margin-md-15px {
    margin-left: 15px !important;
    margin-right: 15px !important;
  }
  body .vc_row.wpb_row .rm-padding-md0 > .vc_column-inner {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  #primary + #secondary {
    margin-top: 60px;
  }
  body .site-header-main {
    background-color: transparent !important;
  }
  .rm-padding-columinner-md > .vc_column-inner {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
@media screen and (max-width: 767px) {
  .rm-padding-xs > .vc_column-inner, .rm-padding-xs > .theiaStickySidebar > .vc_column-inner {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .rm-margin-sm > .vc_column-inner {
    margin: 0 !important;
  }
  #primary + #secondary {
    margin-top: 90px;
  }
  .wpb_single_image.image_align_xs_left {
    text-align: left !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .wpb_single_image.image_align_xs_center {
    text-align: center !important;
    margin-left: 0 !important;
    margin-top: 0 !important;
    margin-right: 0 !important;
  }
  .wpb_single_image.image_align_xs_right {
    text-align: right !important;
    margin-left: 0 !important;
    margin-top: 0 !important;
    margin-right: 0 !important;
  }
}
@media screen and (max-width: 575px) {
  /* 
   [Start] 13. 
   +-----------------------------------+
*/  .rm-padding-xs > .vc_column-inner, .rm-padding-xs > .theiaStickySidebar > .vc_column-inner {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .vc_row.row-rm-padding-xs {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
}
@media screen and (min-width: 1200px) {
  .cms-best-room1 .cms-room-archive-item {
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
  }
}
@media screen and (min-width: 1200px) {
  .cms-best-room1 .cms-room-archive-item .col-sameheight {
    min-height: 375px;
  }
}
.cms-best-room1 .cms-room-archive-item .cms-room-image {
  height: 350px;
  background-size: cover;
  position: relative;
  background-position: 50% 50%;
}
@media screen and (max-width: 991px) {
  .cms-best-room1 .cms-room-archive-item .cms-room-image {
    height: 375px;
    width: 100%;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .cms-best-room1 .cms-room-archive-item .cms-room-image {
    height: 450px;
  }
}
@media screen and (max-width: 575px) {
  .cms-best-room1 .cms-room-archive-item .cms-room-image {
    height: 300px;
  }
}
@media screen and (min-width: 1200px) {
  .cms-best-room1 .cms-room-archive-item .cms-room-image {
    min-width: 270px;
  }
}
.cms-best-room1 .cms-room-archive-item .cms-room-image .cms-wrapper-price {
  position: absolute;
  top: 20px;
  left: 20px;
  padding: 7px 25px;
  background-color: #222;
  color: #fff;
}
.cms-best-room1 .cms-room-archive-item .cms-room-image .cms-wrapper-price .cms-price {
  color: #7eb729;
  font-family: "Renner Semibold";
}
.cms-best-room1 .cms-room-archive-item .cms-room-holder {
  background-color: #fff;
  padding: 38px 22px 25px;
}
@media screen and (max-width: 991px) {
  .cms-best-room1 .cms-room-archive-item .cms-room-holder {
    text-align: center;
  }
}
.cms-best-room1 .cms-room-archive-item .cms-room-title {
  font-size: 20px;
  letter-spacing: 0.05em;
  font-weight: bold;
  margin-bottom: 25px;
}
.cms-best-room1 .cms-room-archive-item .cms-room-title a {
  color: #222;
}
.cms-best-room1 .cms-room-archive-item .cms-room-title a:hover {
  color: #9f3133;
}
.cms-best-room1 .cms-room-archive-item .cms-best-room-meta {
  padding-left: 0;
  list-style: none;
}
.cms-best-room1 .cms-room-archive-item .cms-best-room-meta li {
  display: inline-block;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: 0% 50%;
  padding-left: 25px;
  margin-right: 5px;
}
.cms-best-room1 .cms-room-archive-item .cms-room-excerpt {
  margin-bottom: 22px;
}
.cms-best-room1 .cms-room-archive-item .btn-book-now {
  font-size: 13px;
  font-family: 'Renner Medium';
  text-transform: uppercase;
  position: relative;
}
.cms-best-room1 .cms-room-archive-item .btn-book-now:after {
  content: "";
  position: absolute;
  display: block;
  height: 1px;
  width: 100%;
  bottom: 0;
  left: 0;
  background-color: #222;
}
.cms-best-room1 .cms-carousel {
  position: relative;
}
.cms-best-room1 .owl-stage-outer {
  padding: 30px;
  margin: -30px;
}
.cms-best-room1 .owl-nav > div {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -khtml-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  transform: translate(0, 0);
  margin-top: 0;
  margin-bottom: 0;
  border: 1px solid #c8c8c8;
  height: 45px;
  line-height: 43px;
  width: 40px;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
.cms-best-room1 .owl-nav > div:before {
  font-size: 25px;
  color: #c8c8c8;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
.cms-best-room1 .owl-nav > div:hover {
  border-color: #9f3133;
  background-color: transparent;
}
.cms-best-room1 .owl-nav > div:hover:before {
  color: #9f3133;
}
.cms-best-room1 .owl-nav .owl-prev {
  left: 0;
}
@media screen and (min-width: 1400px) {
  .cms-best-room1 .owl-nav .owl-prev {
    left: -60px;
  }
}
@media screen and (max-width: 575px) {
  .cms-best-room1 .owl-nav .owl-prev {
    left: -15px;
  }
}
.cms-best-room1 .owl-nav .owl-next {
  right: 0;
}
@media screen and (min-width: 1400px) {
  .cms-best-room1 .owl-nav .owl-next {
    right: -60px;
  }
}
@media screen and (max-width: 575px) {
  .cms-best-room1 .owl-nav .owl-next {
    right: -15px;
  }
}
.cms-best-room1 .owl-dots {
  margin-top: 52px;
  position: static;
  text-align: center;
}
.cms-best-room1 .owl-dots .owl-dot {
  position: relative;
  display: inline-block;
  width: 21px;
  height: 21px;
  text-align: center;
  line-height: 11px;
  margin-left: 4px;
  margin-right: 4px;
  border: 2px solid transparent;
  background-color: transparent;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
.cms-best-room1 .owl-dots .owl-dot span {
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  -webkit-border-radius: 15px;
  -khtml-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
  position: absolute;
  top: 4px;
  left: 4px;
  width: 11px;
  height: 11px;
  display: block;
  background-color: transparent;
  border: 2px solid #777;
}
.cms-best-room1 .owl-dots .owl-dot.active {
  -webkit-border-radius: 15px;
  -khtml-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
  border: 1px solid #222;
  background-color: transparent;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
.cms-best-room1 .owl-dots .owl-dot.active span {
  background-color: #222;
  position: absolute;
  border-color: #222;
  top: 4px;
  left: 4px;
  width: 11px;
  height: 11px;
}
.cms-best-room2 .cms-best-room-item .cms-room-holder {
  background: #fff;
  padding: 20px;
}
.cms-best-room2 .cms-best-room-item .cms-room-holder .cms-room-title {
  margin-bottom: 32px;
  font-weight: bold;
  font-size: 45px;
  text-transform: capitalize;
  letter-spacing: 0.05em;
}
.cms-best-room2 .cms-best-room-item .cms-room-holder .cms-room-title a:hover {
  color: #9f3133;
}
.cms-best-room2 .cms-best-room-item .cms-room-holder .cms-room-meta {
  margin-bottom: 14px;
}
.cms-best-room2 .cms-best-room-item .cms-room-holder .cms-room-meta ul li {
  margin-right: 15px;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: 0% 50%;
  padding-left: 25px;
  font-size: 12px;
}
.cms-best-room2 .cms-best-room-item .cms-room-holder .cms-room-meta ul li:last-child {
  margin-right: 0;
}
.cms-best-room2 .cms-best-room-item .cms-room-holder .cms-room-excerpt {
  line-height: 24px;
  margin-bottom: 50px;
}
.cms-best-room2 .cms-best-room-item .cms-room-holder .cms-wrapper-price {
  font-size: 25px;
  font-weight: 500;
  font-style: italic;
  color: #9f3133;
  font-family: 'Lora', serif;
  display: block;
  margin-bottom: 38px;
}
.cms-best-room2 .cms-best-room-item .cms-room-holder .cms-wrapper-price .cms-label {
  color: #222;
}
.cms-best-room2 .cms-best-room-item .cms-room-holder .cms-wrapper-price .cms-suffix:before {
  display: inline-block;
  content: "";
  width: 2px;
  height: 18px;
  background-color: #9f3133;
  transform: rotate(16deg);
  margin-right: 10px;
  margin-left: 7px;
}
.cms-best-room2 .cms-best-room-item .cms-room-holder .cms-room-btn {
  text-align: right;
}
.cms-best-room2 .cms-best-room-item .cms-room-holder .cms-room-btn .btn-book-now {
  color: #9f3133;
  font-size: 17px;
  text-transform: uppercase;
  font-weight: 500;
  font-family: "Renner Medium";
  letter-spacing: 0.1em;
}
.cms-best-room2 .owl-nav {
  position: absolute;
  bottom: 0;
  width: auto;
  height: 66px;
  padding-left: 131px;
  left: 50%;
  transform: translate(-50%, 0);
}
.cms-best-room2 .owl-nav > div {
  transform: translate(0, 0);
  position: static;
  width: 66px;
  height: 66px;
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  line-height: 66px;
  text-align: center;
  font-size: 30px;
  border: none;
}
.cms-best-room2 .owl-nav > div:before {
  font-size: 30px;
}
.cms-best-room2 .owl-nav > div.owl-prev {
  background: #fff;
}
.cms-best-room2 .owl-nav > div.owl-prev:before {
  color: #222;
}
.cms-best-room2 .owl-nav > div.owl-next {
  background: #fff;
}
.cms-best-room2 .owl-nav > div.owl-next:before {
  color: #222;
}
.cms-best-room2 .owl-nav > div:hover {
  background: #222;
}
.cms-best-room2 .owl-nav > div:hover:before {
  color: #fff;
}
@media (min-width: 1360px) {
  .cms-best-room2 .cms-best-room-item {
    display: flex;
  }
  .cms-best-room2 .cms-best-room-item .cms-room-image, .cms-best-room2 .cms-best-room-item .cms-room-holder {
    flex-grow: 1;
    width: 50%;
  }
  .cms-best-room2 .cms-best-room-item .cms-room-image a {
    display: none;
  }
  .cms-best-room2 .cms-best-room-item .cms-room-holder {
    padding: 90px 60px 95px 100px;
  }
}
@media (min-width: 992px) and (max-width: 1360px) {
  .cms-best-room2 .cms-best-room-item {
    display: flex;
  }
  .cms-best-room2 .cms-best-room-item .cms-room-image, .cms-best-room2 .cms-best-room-item .cms-room-holder {
    flex-grow: 1;
    width: 50%;
  }
  .cms-best-room2 .cms-best-room-item .cms-room-image a {
    display: none;
  }
  .cms-best-room2 .cms-best-room-item .cms-room-holder {
    padding: 30px;
  }
  .cms-best-room2 .cms-best-room-item .cms-room-holder .cms-room-title {
    margin-bottom: 22px;
  }
  .cms-best-room2 .cms-best-room-item .cms-room-holder .cms-room-excerpt {
    margin-bottom: 30px;
  }
  .cms-best-room2 .cms-best-room-item .cms-room-holder .cms-wrapper-price {
    margin-bottom: 25px;
  }
  .cms-best-room2 .cms-best-room-item .cms-room-holder .cms-room-btn {
    text-align: left;
  }
  .cms-best-room2 .owl-nav {
    top: 100%;
    padding-left: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cms-best-room2 .cms-best-room-item {
    display: flex;
  }
  .cms-best-room2 .cms-best-room-item .cms-room-image, .cms-best-room2 .cms-best-room-item .cms-room-holder {
    flex-grow: 1;
    width: 50%;
  }
  .cms-best-room2 .cms-best-room-item .cms-room-image a {
    display: none;
  }
  .cms-best-room2 .cms-best-room-item .cms-room-holder {
    padding: 30px;
  }
  .cms-best-room2 .cms-best-room-item .cms-room-holder .cms-room-title {
    margin-bottom: 22px;
  }
  .cms-best-room2 .cms-best-room-item .cms-room-holder .cms-room-excerpt {
    margin-bottom: 30px;
  }
  .cms-best-room2 .cms-best-room-item .cms-room-holder .cms-wrapper-price {
    margin-bottom: 25px;
  }
  .cms-best-room2 .cms-best-room-item .cms-room-holder .cms-room-btn {
    text-align: left;
  }
}
@media screen and (max-width: 1199px) {
  .cms-best-room2 .owl-nav {
    top: 100%;
    height: 40px;
    padding-left: 0;
  }
  .cms-best-room2 .owl-nav > div {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
  }
  .cms-best-room2 .owl-nav > div:before {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .cms-best-room2 .cms-best-room-item {
    padding: 15px;
  }
  .cms-best-room2 .cms-best-room-item .cms-room-holder .cms-room-title {
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 30px;
  }
  .cms-best-room2 .cms-best-room-item .cms-room-holder .cms-room-btn {
    text-align: left;
    margin-bottom: 25px;
  }
}
@media (max-width: 360px) {
  .cms-best-room2 .cms-best-room-item .cms-room-holder .cms-room-title {
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 30px;
  }
  .cms-best-room2 .cms-best-room-item .cms-room-holder .cms-room-meta li {
    display: block;
    padding-bottom: 6px;
    margin-right: 0 !important;
    border-bottom: 1px solid #ddd;
  }
  .cms-best-room2 .cms-best-room-item .cms-room-holder .cms-room-excerpt {
    margin-bottom: 20px;
  }
  .cms-best-room2 .cms-best-room-item .cms-room-holder .cms-wrapper-price {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .cms-best-room2 .cms-best-room-item .cms-room-holder .cms-room-btn a {
    font-size: 13px !important;
    padding: 10px 15px;
    border: 1px solid;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
  }
}
.cms-room-carousel.layout1 .cms-room-image {
  position: relative;
}
.cms-room-carousel.layout1 .cms-room-image .cms-wrapper-price {
  font-weight: 500;
  position: absolute;
  top: 25px;
  left: 0;
  padding: 7px 30px;
  font-size: 17px;
  background-color: #9f3133;
  color: #fff;
  font-family: "Renner Medium";
  text-transform: uppercase;
}
.cms-room-carousel.layout1 .cms-room-holder {
  padding: 40px 25px 28px;
}
@media screen and (max-width: 575px) {
  .cms-room-carousel.layout1 .cms-room-holder {
    padding-top: 25px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cms-room-carousel.layout1 .cms-room-title {
  font-size: 30px;
  margin-bottom: 23px;
}
.cms-room-carousel.layout1 .cms-room-title a {
  color: #222;
}
.cms-room-carousel.layout1 .cms-room-meta {
  margin-bottom: 22px;
  padding-left: 0;
  list-style: none;
}
.cms-room-carousel.layout1 .cms-room-meta li {
  display: inline-block;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: 0% 50%;
  padding-left: 25px;
  margin-right: 23px;
}
.cms-room-carousel.layout1 .cms-carousel-item {
  text-align: center;
}
.cms-room-carousel.layout1 .owl-nav > div {
  position: absolute;
  top: 182px;
  margin-top: 0;
  margin-bottom: 0;
  width: 15px;
  height: 28px;
  line-height: 28px;
  border: none;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
.cms-room-carousel.layout1 .owl-nav > div:before {
  font-size: 50px;
  color: rgba(119, 119, 119, 0.5);
  font-weight: normal;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
.cms-room-carousel.layout1 .owl-nav > div:hover {
  border-color: #9f3133;
  background-color: transparent;
}
.cms-room-carousel.layout1 .owl-nav > div:hover:before {
  color: #9f3133;
}
.cms-room-carousel.layout1 .owl-nav .owl-prev {
  left: 0;
}
@media screen and (min-width: 1400px) {
  .cms-room-carousel.layout1 .owl-nav .owl-prev {
    left: -55px;
  }
}
@media screen and (max-width: 575px) {
  .cms-room-carousel.layout1 .owl-nav .owl-prev {
    left: -15px;
  }
}
.cms-room-carousel.layout1 .owl-nav .owl-next {
  right: 0;
}
@media screen and (min-width: 1400px) {
  .cms-room-carousel.layout1 .owl-nav .owl-next {
    right: -55px;
  }
}
@media screen and (max-width: 575px) {
  .cms-room-carousel.layout1 .owl-nav .owl-next {
    right: -15px;
  }
}
.cms-room-carousel.layout1 .owl-dots {
  margin-top: 52px;
  position: static;
  text-align: center;
}
.cms-room-carousel.layout1 .owl-dots .owl-dot {
  position: relative;
  display: inline-block;
  width: 21px;
  height: 21px;
  text-align: center;
  line-height: 11px;
  margin-left: 4px;
  margin-right: 4px;
  border: 2px solid transparent;
  background-color: transparent;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
.cms-room-carousel.layout1 .owl-dots .owl-dot span {
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  -webkit-border-radius: 15px;
  -khtml-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
  position: absolute;
  top: 4px;
  left: 4px;
  width: 11px;
  height: 11px;
  display: block;
  background-color: transparent;
  border: 2px solid #777;
}
.cms-room-carousel.layout1 .owl-dots .owl-dot.active {
  -webkit-border-radius: 15px;
  -khtml-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
  border: 1px solid #222;
  background-color: transparent;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
.cms-room-carousel.layout1 .owl-dots .owl-dot.active span {
  background-color: #222;
  position: absolute;
  border-color: #222;
  top: 4px;
  left: 4px;
  width: 11px;
  height: 11px;
}
.cms-room-carousel.layout2 .cms-carousel-item .cms-featured {
  position: relative;
  overflow: hidden;
}
.cms-room-carousel.layout2 .cms-carousel-item .cms-featured .icon-zoom {
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  position: absolute;
  bottom: 0px;
  right: 0px;
  background-color: #222;
  color: #fff;
  display: block;
  width: 25px;
  height: 25px;
  font-size: 15px;
  line-height: 25px;
  text-align: center;
  -webkit-border-radius: 25px 0 0 0;
  -khtml-border-radius: 25px 0 0 0;
  -moz-border-radius: 25px 0 0 0;
  -ms-border-radius: 25px 0 0 0;
  -o-border-radius: 25px 0 0 0;
  border-radius: 25px 0 0 0;
  opacity: 0;
}
.cms-room-carousel.layout2 .cms-carousel-item .cms-featured:hover .icon-zoom {
  opacity: 1;
  right: -10px;
  bottom: -10px;
  width: 75px;
  height: 75px;
  font-size: 25px;
  line-height: 75px;
  -webkit-border-radius: 55px 0 0 0;
  -khtml-border-radius: 55px 0 0 0;
  -moz-border-radius: 55px 0 0 0;
  -ms-border-radius: 55px 0 0 0;
  -o-border-radius: 55px 0 0 0;
  border-radius: 55px 0 0 0;
}
.cms-room-carousel.layout2 .cms-carousel-item .cms-holder {
  position: relative;
}
.cms-room-carousel.layout2 .cms-carousel-item .cms-title {
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  position: absolute;
  top: 25px;
  display: inline-block;
  line-height: 1.73;
  left: 25px;
  font-family: 'Renner Book';
  background-color: #222;
  padding: 12px 18px;
  font-size: 15px;
  color: #fff;
}
.cms-room-carousel.layout2 .cms-carousel-item .cms-title a {
  color: #fff;
  color: inherit;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  display: inline-block;
  margin-right: 15px;
}
.cms-room-carousel.layout2 .cms-carousel-item .cms-title span {
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  color: #9f3133;
}
.cms-room-carousel.layout2 .owl-nav {
  margin-top: 35px;
}
.cms-room-carousel.layout3 .cms-carousel-item {
  position: relative;
  overflow: hidden;
}
.cms-room-carousel.layout3 .cms-carousel-item .cms-room-image {
  overflow: hidden;
  position: relative;
}
.cms-room-carousel.layout3 .cms-carousel-item .cms-room-image:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  bottom: 0;
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.4) 50%, #000);
  background-size: 100%;
  opacity: 0.7;
  background-position: 100% 50%;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  display: block;
  z-index: 1;
}
.cms-room-carousel.layout3 .cms-carousel-item .cms-room-image .cms-room-holder {
  position: absolute;
  bottom: 45px;
  width: 100%;
  padding: 15px;
  text-align: center;
  z-index: 2;
}
.cms-room-carousel.layout3 .cms-carousel-item .cms-room-image .cms-room-holder .cms-room-title {
  font-size: 25px;
  font-weight: 500;
  margin-bottom: 27px;
}
.cms-room-carousel.layout3 .cms-carousel-item .cms-room-image .cms-room-holder a {
  color: #fff;
}
.cms-room-carousel.layout3 .cms-carousel-item .cms-room-image .cms-room-holder .cms-wrapper-price {
  font-size: 17px;
  color: #fff;
}
.cms-room-carousel.layout3 .cms-carousel-item .cms-room-image .cms-room-holder .cms-wrapper-price .cms-price {
  font-family: 'Renner Medium';
}
.cms-room-carousel.layout3 .cms-carousel-item .cms-room-holder-hover {
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  position: absolute;
  z-index: 3;
  background-color: #fff;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 0;
  opacity: 0;
  padding: 70px 70px 35px;
}
@media screen and (max-width: 1399px) {
  .cms-room-carousel.layout3 .cms-carousel-item .cms-room-holder-hover {
    padding: 20px;
  }
}
@media screen and (max-width: 767px) {
  .cms-room-carousel.layout3 .cms-carousel-item .cms-room-holder-hover {
    padding: 25px 15px;
  }
}
.cms-room-carousel.layout3 .cms-carousel-item .cms-room-holder-hover .cms-room-title {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 27px;
}
@media screen and (max-width: 1399px) {
  .cms-room-carousel.layout3 .cms-carousel-item .cms-room-holder-hover .cms-room-title {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .cms-room-carousel.layout3 .cms-carousel-item .cms-room-holder-hover .cms-room-title {
    margin-bottom: 17px;
  }
}
.cms-room-carousel.layout3 .cms-carousel-item .cms-room-holder-hover .cms-room-title a {
  color: #222;
}
.cms-room-carousel.layout3 .cms-carousel-item .cms-room-holder-hover .cms-wrapper-price {
  margin-bottom: 25px;
  font-size: 17px;
  color: #222;
}
@media screen and (max-width: 1399px) {
  .cms-room-carousel.layout3 .cms-carousel-item .cms-room-holder-hover .cms-wrapper-price {
    margin-bottom: 10px;
  }
}
.cms-room-carousel.layout3 .cms-carousel-item .cms-room-holder-hover .cms-wrapper-price .cms-price {
  font-family: 'Renner Bold';
}
.cms-room-carousel.layout3 .cms-carousel-item .cms-room-holder-hover .cms-room-meta {
  padding-left: 0;
  list-style: none;
}
.cms-room-carousel.layout3 .cms-carousel-item .cms-room-holder-hover .cms-room-meta li {
  color: #222;
}
.cms-room-carousel.layout3 .cms-carousel-item .cms-room-holder-hover .cms-room-meta li + li {
  margin-top: 12px;
}
@media screen and (max-width: 1399px) {
  .cms-room-carousel.layout3 .cms-carousel-item .cms-room-holder-hover .cms-room-meta li + li {
    margin-top: 0;
  }
}
.cms-room-carousel.layout3 .cms-carousel-item .cms-room-holder-hover .wp-room-box {
  margin-top: 32px;
}
@media screen and (max-width: 1399px) {
  .cms-room-carousel.layout3 .cms-carousel-item .cms-room-holder-hover .wp-room-box {
    margin-top: 0;
  }
}
.cms-room-carousel.layout3 .cms-carousel-item .cms-room-holder-hover .wp-room-box a {
  display: inline-block;
  white-space: nowrap;
  padding: 12px 35px;
  background-color: #3649e5;
  color: #fff;
  font-size: 13px;
  letter-spacing: 0.1em;
  font-family: 'Renner Medium';
  text-transform: uppercase;
}
.cms-room-carousel.layout3 .cms-carousel-item:hover .cms-room-holder-hover {
  top: 0;
  opacity: 1;
}
@media screen and (min-width: 992px) {
  .bg-column-right .vc_column-inner {
    background-position: 100% 40px !important;
  }
}
@media screen and (max-width: 991px) {
  .bg-column-right .vc_column-inner {
    background-position: 100% 103% !important;
  }
}
.cms-vip-customer-benefits {
  margin-bottom: 30px;
}
.cms-vip-customer-benefits .inner-rapper {
  padding: 45px 30px;
  border: 1px solid rgba(119, 119, 119, 0.5);
}
.cms-vip-customer-benefits .vip-row-info {
  padding-bottom: 25px;
  border-bottom: 1px solid rgba(119, 119, 119, 0.5);
  margin-bottom: 25px;
}
.cms-vip-customer-benefits .vip-row-info:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.cms-vip-customer-benefits .vip-row-info .vip-title {
  font-size: 20px;
  color: #222;
}
.cms-vip-customer-benefits .vip-row-info label.vip-title {
  margin-bottom: 10px;
}
.cms-vip-customer-benefits .vip-row-info label.vip-title:before {
  width: 6px;
  height: 6px;
  background-color: #9f3133;
  content: "";
  display: inline-block;
  -webkit-border-radius: 6px;
  -khtml-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  margin-right: 10px;
  position: relative;
  top: -3px;
}
.cms-vip-customer-benefits .vip-row-info ul {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.cms-vip-customer-benefits .vip-row-info ul li {
  font-size: 17px;
  line-height: 1.65;
}
.cms-vip-customer-benefits .vip-row-info.row-book-rooms .swh-notes {
  margin-bottom: 25px;
  font-size: 20px;
  color: #222;
}
.cms-vip-customer-benefits .vip-row-info.row-book-rooms ul li span {
  color: #222;
}
.cms-vip-customer-benefits .vip-row-info.row-service .swh-notes {
  margin-top: 15px;
  font-size: 20px;
}
.cms-vip-customer-benefits .vip-row-info.row-becoming ul li {
  color: #222;
}
.cms-wp-room-carousel.layout-2 .cms-room-larger .room-thumbnail {
  position: relative;
  overflow: hidden;
}
.cms-wp-room-carousel.layout-2 .cms-room-larger .room-thumbnail img {
  width: 100%;
}
.cms-wp-room-carousel.layout-2 .cms-room-larger .room-thumbnail .icon-zoom {
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  position: absolute;
  bottom: 0px;
  right: 0px;
  background-color: #222;
  color: #fff;
  display: block;
  width: 25px;
  height: 25px;
  font-size: 15px;
  line-height: 25px;
  text-align: center;
  -webkit-border-radius: 25px 0 0 0;
  -khtml-border-radius: 25px 0 0 0;
  -moz-border-radius: 25px 0 0 0;
  -ms-border-radius: 25px 0 0 0;
  -o-border-radius: 25px 0 0 0;
  border-radius: 25px 0 0 0;
  opacity: 0;
}
.cms-wp-room-carousel.layout-2 .cms-room-larger .room-thumbnail:hover .icon-zoom {
  opacity: 1;
  right: -10px;
  bottom: -10px;
  width: 75px;
  height: 75px;
  font-size: 25px;
  line-height: 75px;
  -webkit-border-radius: 55px 0 0 0;
  -khtml-border-radius: 55px 0 0 0;
  -moz-border-radius: 55px 0 0 0;
  -ms-border-radius: 55px 0 0 0;
  -o-border-radius: 55px 0 0 0;
  border-radius: 55px 0 0 0;
}
@media screen and (min-width: 992px) {
  .cms-wp-room-carousel.layout-2 .cms-room-larger {
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    margin-bottom: 15px;
  }
  .cms-wp-room-carousel.layout-2 .cms-room-larger .room-thumbnail {
    width: 50%;
  }
  .cms-wp-room-carousel.layout-2 .cms-room-larger .room-content {
    margin-top: -20px;
    width: 50%;
    padding: 80px 105px;
  }
}
.cms-wp-room-carousel.layout-2 .cms-room-larger .room-content {
  display: flex;
}
@media (min-width: 992px) and (max-width: 1360px) {
  .cms-wp-room-carousel.layout-2 .cms-room-larger .room-content {
    padding: 10px 25px;
  }
}
@media screen and (max-width: 991px) {
  .cms-wp-room-carousel.layout-2 .cms-room-larger .room-content {
    padding: 30px;
  }
}
@media screen and (max-width: 767px) {
  .cms-wp-room-carousel.layout-2 .cms-room-larger .room-content {
    padding: 30px 15px;
  }
}
.cms-wp-room-carousel.layout-2 .cms-room-larger .room-content .cms-title {
  margin-bottom: 40px;
}
@media screen and (max-width: 1399px) {
  .cms-wp-room-carousel.layout-2 .cms-room-larger .room-content .cms-title {
    font-size: 30px;
    margin-bottom: 20px;
  }
}
.cms-wp-room-carousel.layout-2 .cms-room-larger .room-thumbnail img {
  width: 100%;
}
.cms-wp-room-carousel.layout-2 .cms-room-larger .cms-wrapper-price {
  margin-bottom: 19px;
  font-size: 25px;
  font-family: "Renner Medium";
}
@media screen and (max-width: 1399px) {
  .cms-wp-room-carousel.layout-2 .cms-room-larger .cms-wrapper-price {
    font-size: 20px;
  }
}
.cms-wp-room-carousel.layout-2 .cms-room-larger .cms-wrapper-price span {
  display: inline-block;
}
.cms-wp-room-carousel.layout-2 .cms-room-larger .cms-wrapper-price .cms-price {
  font-size: 35px;
  color: #9f3133;
}
@media screen and (max-width: 1399px) {
  .cms-wp-room-carousel.layout-2 .cms-room-larger .cms-wrapper-price .cms-price {
    font-size: 18px;
  }
}
.cms-wp-room-carousel.layout-2 .cms-room-larger .cms-wrapper-price .cms-suffix {
  color: #222;
}
.cms-wp-room-carousel.layout-2 .cms-room-larger .cms-wrapper-price .cms-room-label {
  color: #222;
}
.cms-wp-room-carousel.layout-2 .cms-room-larger .cms-wrapper-price .cms-room-stt {
  color: #9f3133;
}
.cms-wp-room-carousel.layout-2 .cms-room-larger .swh-excerpt {
  margin-bottom: 45px;
}
@media screen and (max-width: 1399px) {
  .cms-wp-room-carousel.layout-2 .cms-room-larger .swh-excerpt {
    margin-bottom: 25px;
  }
}
.cms-wp-room-carousel.layout-2 .cms-room-larger .cms-best-room-meta {
  padding-left: 0;
  list-style: none;
  margin-bottom: 35px;
}
@media screen and (max-width: 1399px) {
  .cms-wp-room-carousel.layout-2 .cms-room-larger .cms-best-room-meta {
    margin-bottom: 15px;
  }
}
.cms-wp-room-carousel.layout-2 .cms-room-larger .cms-best-room-meta li {
  margin-right: 35px;
  display: inline-block;
  font-size: 17px;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: 0% 50%;
  padding-left: 25px;
}
@media screen and (max-width: 1199px) {
  .cms-wp-room-carousel.layout-2 .cms-room-larger .cms-best-room-meta li {
    margin-right: 15px;
  }
}
.cms-wp-room-carousel.layout-2 .cms-room-larger .wp-room-box .btn-book-now {
  display: inline-block;
  white-space: nowrap;
  padding: 12px 38px;
  font-family: 'Renner Medium';
  background-color: #222;
  color: #fff;
  font-size: 13px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 500;
}
.cms-wp-room-carousel.layout-2 .cms-room-larger .wp-room-box .btn-book-now:hover {
  background-color: #9f3133;
}
.cms-wp-room-carousel.layout-2 .owl-item-list-info .cms-room-larger:not(.active) {
  display: none;
}
.cms-wp-room-carousel.layout-2 .cms-carousel-item .cms-holder .cms-featured {
  overflow: hidden;
}
.cms-wp-room-carousel.layout-2 .cms-carousel-item .cms-holder .cms-featured img {
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cms-wp-room-carousel.layout-2 .cms-carousel-item .cms-holder .cms-featured img:hover {
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.cms-wp-room-carousel.layout-5 {
  position: relative;
}
@media screen and (min-width: 576px) {
  .cms-wp-room-carousel.layout-5 {
    padding-bottom: 130px;
  }
}
.cms-wp-room-carousel.layout-5 .owl-item-list-info {
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
.cms-wp-room-carousel.layout-5 .owl-item-list-info .cms-room-thumbnail-lager:not(.active) {
  display: none;
}
.cms-wp-room-carousel.layout-5 .swh-meta {
  margin-bottom: 75px;
}
@media screen and (min-width: 992px) {
  .cms-wp-room-carousel.layout-5 .swh-meta {
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    justify-content: space-between;
  }
}
.cms-wp-room-carousel.layout-5 .swh-meta .swh-title, .cms-wp-room-carousel.layout-5 .swh-meta .cms-bootstrap-tabs-checkout #tab-rome-tks .swh-tks .swh-tks-title, .cms-bootstrap-tabs-checkout #tab-rome-tks .swh-tks .cms-wp-room-carousel.layout-5 .swh-meta .swh-tks-title, .cms-wp-room-carousel.layout-5 .swh-meta #tab-rome-checkout .swh-informations-title, #tab-rome-checkout .cms-wp-room-carousel.layout-5 .swh-meta .swh-informations-title, .cms-wp-room-carousel.layout-5 .swh-meta #tab-rome-checkout .swh-payment-methods-title, #tab-rome-checkout .cms-wp-room-carousel.layout-5 .swh-meta .swh-payment-methods-title {
  margin-bottom: 0;
  flex-grow: 1;
  font-size: 45px;
  line-height: 1.333;
  color: #fff;
}
@media screen and (min-width: 992px) {
  .cms-wp-room-carousel.layout-5 .swh-meta .swh-title, .cms-wp-room-carousel.layout-5 .swh-meta .cms-bootstrap-tabs-checkout #tab-rome-tks .swh-tks .swh-tks-title, .cms-bootstrap-tabs-checkout #tab-rome-tks .swh-tks .cms-wp-room-carousel.layout-5 .swh-meta .swh-tks-title, .cms-wp-room-carousel.layout-5 .swh-meta #tab-rome-checkout .swh-informations-title, #tab-rome-checkout .cms-wp-room-carousel.layout-5 .swh-meta .swh-informations-title, .cms-wp-room-carousel.layout-5 .swh-meta #tab-rome-checkout .swh-payment-methods-title, #tab-rome-checkout .cms-wp-room-carousel.layout-5 .swh-meta .swh-payment-methods-title {
    padding-right: 225px;
  }
}
@media screen and (max-width: 991px) {
  .cms-wp-room-carousel.layout-5 .swh-meta .swh-title, .cms-wp-room-carousel.layout-5 .swh-meta .cms-bootstrap-tabs-checkout #tab-rome-tks .swh-tks .swh-tks-title, .cms-bootstrap-tabs-checkout #tab-rome-tks .swh-tks .cms-wp-room-carousel.layout-5 .swh-meta .swh-tks-title, .cms-wp-room-carousel.layout-5 .swh-meta #tab-rome-checkout .swh-informations-title, #tab-rome-checkout .cms-wp-room-carousel.layout-5 .swh-meta .swh-informations-title, .cms-wp-room-carousel.layout-5 .swh-meta #tab-rome-checkout .swh-payment-methods-title, #tab-rome-checkout .cms-wp-room-carousel.layout-5 .swh-meta .swh-payment-methods-title {
    font-size: 35px;
    text-align: center;
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 575px) {
  .cms-wp-room-carousel.layout-5 .swh-meta .swh-title, .cms-wp-room-carousel.layout-5 .swh-meta .cms-bootstrap-tabs-checkout #tab-rome-tks .swh-tks .swh-tks-title, .cms-bootstrap-tabs-checkout #tab-rome-tks .swh-tks .cms-wp-room-carousel.layout-5 .swh-meta .swh-tks-title, .cms-wp-room-carousel.layout-5 .swh-meta #tab-rome-checkout .swh-informations-title, #tab-rome-checkout .cms-wp-room-carousel.layout-5 .swh-meta .swh-informations-title, .cms-wp-room-carousel.layout-5 .swh-meta #tab-rome-checkout .swh-payment-methods-title, #tab-rome-checkout .cms-wp-room-carousel.layout-5 .swh-meta .swh-payment-methods-title {
    font-size: 25px;
    color: #222;
  }
}
@media screen and (max-width: 991px) {
  .cms-wp-room-carousel.layout-5 .swh-meta {
    text-align: center;
  }
}
@media screen and (max-width: 575px) {
  .cms-wp-room-carousel.layout-5 .swh-meta {
    margin-top: 25px;
    margin-bottom: 35px;
  }
}
.cms-wp-room-carousel.layout-5 .swh-meta .btn {
  height: 43px;
  font-size: 13px;
  font-family: 'Renner Medium';
  letter-spacing: 0.1em;
  text-transform: uppercase;
  display: inline-block;
  background-color: #fff;
}
@media screen and (max-width: 575px) {
  .cms-wp-room-carousel.layout-5 .swh-meta .btn {
    background: #222;
    color: #fff;
  }
}
@media screen and (min-width: 576px) {
  .cms-wp-room-carousel.layout-5 .row-container {
    position: absolute;
    bottom: 0;
    left: 50%;
    z-index: 222;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 991px) {
  .cms-wp-room-carousel.layout-5 .row-container {
    padding-left: 45px;
    padding-right: 45px;
  }
}
@media screen and (max-width: 575px) {
  .cms-wp-room-carousel.layout-5 .row-container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cms-wp-room-carousel.layout-5 .cms-room-thumbnail-lager {
  width: 100%;
}
.cms-wp-room-carousel.layout-5 .cms-room-thumbnail-lager .cms-room-image-lager {
  width: 100%;
  height: 908px;
  overflow: hidden;
  position: relative;
}
.cms-wp-room-carousel.layout-5 .cms-room-thumbnail-lager .cms-room-image-lager img {
  width: 100%;
}
@media screen and (min-width: 576px) {
  .cms-wp-room-carousel.layout-5 .cms-room-thumbnail-lager .cms-room-image-lager img {
    height: 100%;
    -webkit-filter: blur(8px);
    filter: blur(8px);
  }
}
@media screen and (max-width: 991px) {
  .cms-wp-room-carousel.layout-5 .cms-room-thumbnail-lager .cms-room-image-lager {
    height: 600px;
  }
}
@media screen and (max-width: 767px) {
  .cms-wp-room-carousel.layout-5 .cms-room-thumbnail-lager .cms-room-image-lager {
    height: 500px;
  }
}
@media screen and (max-width: 575px) {
  .cms-wp-room-carousel.layout-5 .cms-room-thumbnail-lager .cms-room-image-lager {
    display: none;
  }
}
.cms-wp-room-carousel.layout-5 .cms-room-thumbnail-lager .cms-room-image-lager:after {
  background-color: rgba(34, 34, 34, 0.5);
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.cms-wp-room-carousel.layout-5 .owl-prev, .cms-wp-room-carousel.layout-5 .owl-next {
  position: absolute;
  margin-bottom: 0;
  margin-top: 0;
  border: 1px solid #fff;
}
@media screen and (min-width: 992px) {
  .cms-wp-room-carousel.layout-5 .owl-prev, .cms-wp-room-carousel.layout-5 .owl-next {
    bottom: 280px;
  }
}
.cms-wp-room-carousel.layout-5 .owl-prev:before, .cms-wp-room-carousel.layout-5 .owl-next:before {
  color: #fff;
}
.cms-wp-room-carousel.layout-5 .owl-prev {
  left: 10px;
}
.cms-wp-room-carousel.layout-5 .owl-next {
  right: 10px;
}
.cms-wp-room-carousel.layout-5 .owl-dots {
  position: absolute;
  bottom: 22px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -khtml-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.cms-wp-room-carousel.layout-5 .owl-dots .owl-dot {
  position: relative;
  display: inline-block;
  width: 21px;
  height: 21px;
  text-align: center;
  margin-left: 4px;
  margin-right: 4px;
  border: 2px solid transparent;
  background-color: transparent;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
.cms-wp-room-carousel.layout-5 .owl-dots .owl-dot span {
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  -webkit-border-radius: 15px;
  -khtml-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
  position: absolute;
  top: 4px;
  left: 4px;
  width: 11px;
  height: 11px;
  display: block;
  background-color: transparent;
  border: 2px solid #fff;
}
.cms-wp-room-carousel.layout-5 .owl-dots .owl-dot.active {
  -webkit-border-radius: 15px;
  -khtml-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
  border: 1px solid #fff;
  background-color: transparent;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
.cms-wp-room-carousel.layout-5 .owl-dots .owl-dot.active span {
  background-color: #fff;
  position: absolute;
  border-color: #fff;
  top: 4px;
  left: 4px;
  width: 11px;
  height: 11px;
}
@media screen and (min-width: 992px) {
  .cms-wp-room-carousel.layout-4 {
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    height: 650px;
  }
}
@media (min-width: 992px) and (max-width: 1360px) {
  .cms-wp-room-carousel.layout-4 {
    height: 480px;
  }
}
.cms-wp-room-carousel.layout-4 .cms-room-list-info .cms-room-info:not(.active) {
  display: none;
}
.cms-wp-room-carousel.layout-4 .cms-room-list-info {
  background: #222;
}
@media screen and (min-width: 992px) {
  .cms-wp-room-carousel.layout-4 .cms-room-list-info {
    width: 42%;
    padding: 95px 83px 110px;
    height: 100%;
  }
}
@media (min-width: 992px) and (max-width: 1360px) {
  .cms-wp-room-carousel.layout-4 .cms-room-list-info {
    padding: 45px;
  }
}
@media screen and (max-width: 991px) {
  .cms-wp-room-carousel.layout-4 .cms-room-list-info {
    padding: 45px 30px;
  }
}
.cms-wp-room-carousel.layout-4 .cms-room-list-info .cms-room-title {
  margin-bottom: 25px;
}
@media screen and (max-width: 1399px) {
  .cms-wp-room-carousel.layout-4 .cms-room-list-info .cms-room-title {
    margin-bottom: 15px;
    font-size: 30px;
  }
}
.cms-wp-room-carousel.layout-4 .cms-room-list-info .cms-room-title a {
  color: inherit;
}
.cms-wp-room-carousel.layout-4 .cms-room-list-info .cms-wrapper-price {
  margin-bottom: 28px;
}
@media screen and (max-width: 1399px) {
  .cms-wp-room-carousel.layout-4 .cms-room-list-info .cms-wrapper-price {
    margin-bottom: 18px;
  }
}
.cms-wp-room-carousel.layout-4 .cms-room-list-info .cms-wrapper-price span {
  font-size: 17px;
}
.cms-wp-room-carousel.layout-4 .cms-room-list-info .cms-wrapper-price span.cms-price {
  font-size: 35px;
  font-family: 'Renner Medium';
  font-weight: bold;
}
@media screen and (max-width: 1399px) {
  .cms-wp-room-carousel.layout-4 .cms-room-list-info .cms-wrapper-price span.cms-price {
    font-size: 25px;
  }
}
.cms-wp-room-carousel.layout-4 .cms-room-list-info .cms-room-meta {
  padding-left: 0;
  list-style: none;
  margin-bottom: 50px;
}
@media screen and (max-width: 1399px) {
  .cms-wp-room-carousel.layout-4 .cms-room-list-info .cms-room-meta {
    margin-bottom: 20px;
  }
}
.cms-wp-room-carousel.layout-4 .cms-room-list-info .cms-room-meta li {
  font-size: 17px;
}
.cms-wp-room-carousel.layout-4 .cms-room-list-info .cms-room-meta li + li {
  margin-top: 16px;
}
@media screen and (max-width: 1399px) {
  .cms-wp-room-carousel.layout-4 .cms-room-list-info .cms-room-meta li + li {
    margin-top: 5px;
  }
}
.cms-wp-room-carousel.layout-4 .cms-room-list-info .cms-btn-sv {
  height: 43px;
  line-height: 43px;
  padding-left: 38px;
  padding-right: 38px;
  display: inline-block;
  font-size: 13px;
  letter-spacing: 0.1em;
  font-family: "Renner Medium";
  text-transform: uppercase;
  background-color: #9f3133;
  color: #fff;
}
.cms-wp-room-carousel.layout-4 .wp-carousel {
  height: 100%;
}
.cms-wp-room-carousel.layout-4 .cms-room-carousel {
  position: relative;
}
@media screen and (min-width: 992px) {
  .cms-wp-room-carousel.layout-4 .cms-room-carousel {
    width: 58%;
    height: 100%;
  }
}
@media screen and (min-width: 992px) {
  .cms-wp-room-carousel.layout-4 .cms-room-carousel .owl-stage-outer {
    height: 100%;
  }
  .cms-wp-room-carousel.layout-4 .cms-room-carousel .owl-stage-outer .owl-stage, .cms-wp-room-carousel.layout-4 .cms-room-carousel .owl-stage-outer .owl-item, .cms-wp-room-carousel.layout-4 .cms-room-carousel .owl-stage-outer .cms-carousel-item, .cms-wp-room-carousel.layout-4 .cms-room-carousel .owl-stage-outer .item-featured {
    height: 100%;
  }
}
@media screen and (max-width: 991px) {
  .cms-wp-room-carousel.layout-4 .cms-room-carousel .owl-stage-outer {
    height: 450px;
  }
  .cms-wp-room-carousel.layout-4 .cms-room-carousel .owl-stage-outer .owl-stage, .cms-wp-room-carousel.layout-4 .cms-room-carousel .owl-stage-outer .owl-item, .cms-wp-room-carousel.layout-4 .cms-room-carousel .owl-stage-outer .cms-carousel-item, .cms-wp-room-carousel.layout-4 .cms-room-carousel .owl-stage-outer .item-featured {
    height: 450px;
  }
}
@media screen and (max-width: 991px) {
  .cms-wp-room-carousel.layout-4 .cms-room-carousel .owl-stage-outer {
    height: 350px;
  }
  .cms-wp-room-carousel.layout-4 .cms-room-carousel .owl-stage-outer .owl-stage, .cms-wp-room-carousel.layout-4 .cms-room-carousel .owl-stage-outer .owl-item, .cms-wp-room-carousel.layout-4 .cms-room-carousel .owl-stage-outer .cms-carousel-item, .cms-wp-room-carousel.layout-4 .cms-room-carousel .owl-stage-outer .item-featured {
    height: 350px;
  }
}
.cms-wp-room-carousel.layout-4 .cms-room-carousel .cms-carousel-item {
  width: 838px !important;
}
@media (min-width: 992px) and (max-width: 1360px) {
  .cms-wp-room-carousel.layout-4 .cms-room-carousel .cms-carousel-item {
    width: 450px !important;
  }
}
@media screen and (max-width: 991px) {
  .cms-wp-room-carousel.layout-4 .cms-room-carousel .cms-carousel-item {
    width: 350px% !important;
  }
}
@media screen and (max-width: 575px) {
  .cms-wp-room-carousel.layout-4 .cms-room-carousel .cms-carousel-item {
    width: 150px;
  }
}
.cms-wp-room-carousel.layout-4 .cms-room-carousel .owl-prev, .cms-wp-room-carousel.layout-4 .cms-room-carousel .owl-next {
  position: absolute;
  top: 52%;
  background-color: #fff;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  border: none;
  width: 49px;
  height: 49px;
  line-height: 49px;
  margin: 0;
  -webkit-transform: translateY(-50%);
  -khtml-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cms-wp-room-carousel.layout-4 .cms-room-carousel .owl-prev:before, .cms-wp-room-carousel.layout-4 .cms-room-carousel .owl-next:before {
  font-family: "Material-Design-Iconic-Font";
  font-size: 21px;
  color: #222;
}
.cms-wp-room-carousel.layout-4 .cms-room-carousel .owl-prev:hover:before, .cms-wp-room-carousel.layout-4 .cms-room-carousel .owl-next:hover:before {
  color: #9f3133;
}
.cms-wp-room-carousel.layout-4 .cms-room-carousel .owl-prev {
  left: 34px !important;
}
.cms-wp-room-carousel.layout-4 .cms-room-carousel .owl-prev:before {
  content: "\f2ff";
}
.cms-wp-room-carousel.layout-4 .cms-room-carousel .owl-next {
  right: 34px !important;
}
.cms-wp-room-carousel.layout-4 .cms-room-carousel .owl-next:before {
  content: "\f301";
}
.cms-wp-room-carousel.layout-4 .cms-room-carousel .owl-dots {
  position: absolute;
  bottom: 50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -khtml-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.cms-wp-room-carousel.layout-4 .cms-room-carousel .owl-dots .owl-dot {
  position: relative;
  display: inline-block;
  width: 21px;
  height: 21px;
  text-align: center;
  margin-left: 4px;
  margin-right: 4px;
  border: 2px solid transparent;
  background-color: transparent;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
.cms-wp-room-carousel.layout-4 .cms-room-carousel .owl-dots .owl-dot span {
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  -webkit-border-radius: 15px;
  -khtml-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
  position: absolute;
  top: 4px;
  left: 4px;
  width: 11px;
  height: 11px;
  display: block;
  background-color: transparent;
  border: 2px solid #fff;
}
.cms-wp-room-carousel.layout-4 .cms-room-carousel .owl-dots .owl-dot.active {
  -webkit-border-radius: 15px;
  -khtml-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
  border: 1px solid #9f3133;
  background-color: transparent;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
.cms-wp-room-carousel.layout-4 .cms-room-carousel .owl-dots .owl-dot.active span {
  background-color: #9f3133;
  position: absolute;
  border-color: #9f3133;
  top: 4px;
  left: 4px;
  width: 11px;
  height: 11px;
}
.cms-room-gallery .grid-sizer {
  position: relative;
  z-index: -2;
}
.cms-room-gallery .grid-item .item-content .cms-wrapper-price {
  font-family: 'Renner Medium';
}
.cms-room-gallery .grid-item .btn-book-now {
  font-family: 'Renner Medium';
}
.cms-room-gallery .grid-item .item-featured {
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cms-room-gallery .grid-item .item-featured .icon-zoom {
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  position: absolute;
  top: 0px;
  right: 0px;
  background-color: #222;
  color: #fff;
  display: block;
  width: 25px;
  height: 25px;
  font-size: 15px;
  line-height: 25px;
  text-align: center;
  -webkit-border-radius: 0 0 0 25px;
  -khtml-border-radius: 0 0 0 25px;
  -moz-border-radius: 0 0 0 25px;
  -ms-border-radius: 0 0 0 25px;
  -o-border-radius: 0 0 0 25px;
  border-radius: 0 0 0 25px;
  opacity: 0;
}
.cms-room-gallery .grid-item .item-featured:hover .icon-zoom {
  opacity: 1;
  right: -10px;
  top: -10px;
  width: 75px;
  height: 75px;
  font-size: 25px;
  line-height: 75px;
  -webkit-border-radius: 0 0 0 55px;
  -khtml-border-radius: 0 0 0 55px;
  -moz-border-radius: 0 0 0 55px;
  -ms-border-radius: 0 0 0 55px;
  -o-border-radius: 0 0 0 55px;
  border-radius: 0 0 0 55px;
}
.cms-room-gallery .grid-item:nth-child(3n+1) .grid-item-inner {
  position: relative;
}
.cms-room-gallery .grid-item:nth-child(3n+1) .grid-item-inner .item-featured {
  background-size: cover;
  height: 800px;
  overflow: hidden;
}
.cms-room-gallery .grid-item:nth-child(3n+1) .grid-item-inner .item-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding-right: 240px;
}
.cms-room-gallery .grid-item:nth-child(3n+1) .grid-item-inner .item-content .cms-title {
  color: #fff;
  font-size: 30px;
}
.cms-room-gallery .grid-item:nth-child(3n+1) .grid-item-inner .item-content .cms-title a {
  color: inherit;
}
.cms-room-gallery .grid-item:nth-child(3n+1) .grid-item-inner .item-content .inner-content {
  background-color: #222;
  padding: 15px;
  position: relative;
}
@media screen and (min-width: 992px) {
  .cms-room-gallery .grid-item:nth-child(3n+1) .grid-item-inner .item-content .inner-content {
    padding: 45px 35px;
  }
}
.cms-room-gallery .grid-item:nth-child(3n+1) .grid-item-inner .item-content .swh-excerpt {
  display: none;
}
.cms-room-gallery .grid-item:nth-child(3n+1) .grid-item-inner .item-content .cms-wrapper-price {
  color: #fff;
  font-size: 17px;
}
@media screen and (min-width: 992px) {
  .cms-room-gallery .grid-item:nth-child(3n+1) .grid-item-inner .item-content .cms-wrapper-price {
    font-size: 20px;
  }
}
.cms-room-gallery .grid-item:nth-child(3n+1) .grid-item-inner .item-content .cms-wrapper-price .cms-price, .cms-room-gallery .grid-item:nth-child(3n+1) .grid-item-inner .item-content .cms-wrapper-price .cms-old-price {
  color: #9f3133;
  font-family: "Renner Medium";
}
.cms-room-gallery .grid-item:nth-child(3n+1) .grid-item-inner .item-content .cms-wrapper-price .cms-old-price {
  text-decoration: line-through;
  color: rgba(159, 49, 51, 0.5);
}
.cms-room-gallery .grid-item:nth-child(3n+1) .grid-item-inner .item-content .btn-book-now {
  padding: 10px 35px;
  display: inline-block;
  white-space: nowrap;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 0.1em;
  background-color: #fff;
  color: #222;
}
.cms-room-gallery .grid-item:nth-child(3n+1) .grid-item-inner .item-content .btn-book-now:hover {
  background-color: #9f3133;
  color: #fff;
}
@media screen and (min-width: 992px) {
  .cms-room-gallery .grid-item:nth-child(3n+1) .grid-item-inner .item-content .btn-book-now {
    position: absolute;
    top: 50%;
    right: 40px;
    -webkit-transform: translateY(-50%);
    -khtml-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@media screen and (min-width: 992px) {
  .cms-room-gallery .grid-item:nth-child(3n+2) .grid-item-inner {
    display: flex;
    flex-direction: column-reverse;
  }
}
.cms-room-gallery .grid-item:nth-child(3n+2) .grid-item-inner .item-content {
  background-color: #fff;
  height: 400px;
  padding: 47px 43px;
  display: flex;
  align-items: center;
}
@media (min-width: 1200px) and (max-width: 1700px) {
  .cms-room-gallery .grid-item:nth-child(3n+2) .grid-item-inner .item-content {
    padding: 25px;
  }
}
.cms-room-gallery .grid-item:nth-child(3n+2) .grid-item-inner .item-featured {
  height: 400px;
}
.cms-room-gallery .grid-item:nth-child(3n+2) .grid-item-inner .cms-title {
  font-size: 25px;
  margin-bottom: 15px;
}
.cms-room-gallery .grid-item:nth-child(3n+2) .grid-item-inner .cms-wrapper-price {
  margin-bottom: 15px;
  font-size: 17px;
  color: #222;
}
@media screen and (min-width: 992px) {
  .cms-room-gallery .grid-item:nth-child(3n+2) .grid-item-inner .cms-wrapper-price {
    font-size: 20px;
  }
}
.cms-room-gallery .grid-item:nth-child(3n+2) .grid-item-inner .cms-wrapper-price .cms-price, .cms-room-gallery .grid-item:nth-child(3n+2) .grid-item-inner .cms-wrapper-price .cms-old-price {
  font-family: "Renner Medium";
  color: #9f3133;
}
.cms-room-gallery .grid-item:nth-child(3n+2) .grid-item-inner .cms-wrapper-price .cms-old-price {
  text-decoration: line-through;
  color: rgba(159, 49, 51, 0.5);
}
.cms-room-gallery .grid-item:nth-child(3n+2) .grid-item-inner .swh-excerpt {
  margin-bottom: 25px;
}
.cms-room-gallery .grid-item:nth-child(3n+2) .grid-item-inner .btn-book-now {
  font-size: 13px;
  padding: 10px 40px;
  letter-spacing: 0.1em;
  color: #fff;
  display: inline-block;
  white-space: nowrap;
  text-transform: uppercase;
  background-color: #222;
}
.cms-room-gallery .grid-item:nth-child(3n+2) .grid-item-inner .btn-book-now:hover {
  background-color: #9f3133;
}
@media screen and (min-width: 992px) {
  .cms-room-gallery .grid-item:nth-child(3n+3) .grid-item-inner {
    display: flex;
    flex-direction: column;
  }
}
.cms-room-gallery .grid-item:nth-child(3n+3) .grid-item-inner .item-content {
  background-color: #fff;
  height: 400px;
  padding: 47px 43px;
  display: flex;
  align-items: center;
}
@media (min-width: 1200px) and (max-width: 1700px) {
  .cms-room-gallery .grid-item:nth-child(3n+3) .grid-item-inner .item-content {
    padding: 25px;
  }
}
.cms-room-gallery .grid-item:nth-child(3n+3) .grid-item-inner .item-featured {
  height: 400px;
}
.cms-room-gallery .grid-item:nth-child(3n+3) .grid-item-inner .cms-title {
  font-size: 25px;
  margin-bottom: 15px;
}
.cms-room-gallery .grid-item:nth-child(3n+3) .grid-item-inner .cms-wrapper-price {
  margin-bottom: 15px;
  font-size: 17px;
  color: #222;
  font-family: "Renner Medium";
}
@media screen and (min-width: 992px) {
  .cms-room-gallery .grid-item:nth-child(3n+3) .grid-item-inner .cms-wrapper-price {
    font-size: 20px;
  }
}
.cms-room-gallery .grid-item:nth-child(3n+3) .grid-item-inner .cms-wrapper-price .cms-price, .cms-room-gallery .grid-item:nth-child(3n+3) .grid-item-inner .cms-wrapper-price .cms-old-price {
  color: #9f3133;
}
.cms-room-gallery .grid-item:nth-child(3n+3) .grid-item-inner .cms-wrapper-price .cms-old-price {
  text-decoration: line-through;
  color: rgba(159, 49, 51, 0.5);
}
.cms-room-gallery .grid-item:nth-child(3n+3) .grid-item-inner .swh-excerpt {
  margin-bottom: 25px;
}
.cms-room-gallery .grid-item:nth-child(3n+3) .grid-item-inner .btn-book-now {
  color: #fff;
  letter-spacing: 0.1em;
  padding: 10px 40px;
  text-transform: uppercase;
  display: inline-block;
  font-size: 13px;
  white-space: nowrap;
  background-color: #222;
}
.cms-room-gallery .grid-item:nth-child(3n+3) .grid-item-inner .btn-book-now:hover {
  background-color: #9f3133;
}
@media (min-width: 992px) {
  .cms-room-gallery .grid-item:nth-child(3n+1) .grid-item-inner .item-content .inner-content {
    padding-right: 200px;
  }
}
@media (min-width: 992px) and (max-width: 1599px) {
  .cms-room-gallery .grid-item:nth-child(3n+1) .grid-item-inner {
    position: relative;
  }
  .cms-room-gallery .grid-item:nth-child(3n+1) .grid-item-inner .item-featured {
    height: 800px;
    overflow: hidden;
  }
  .cms-room-gallery .grid-item:nth-child(3n+1) .grid-item-inner .item-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding-right: 0px;
  }
  .cms-room-gallery .grid-item:nth-child(3n+1) .grid-item-inner .item-content .cms-title {
    color: #fff;
  }
  .cms-room-gallery .grid-item:nth-child(3n+1) .grid-item-inner .item-content .cms-title a {
    color: inherit;
  }
  .cms-room-gallery .grid-item:nth-child(3n+1) .grid-item-inner .item-content .inner-content {
    background-color: #222;
    padding: 40px 35px;
    position: relative;
    padding-right: 200px;
  }
  .cms-room-gallery .grid-item:nth-child(3n+1) .grid-item-inner .item-content .swh-excerpt {
    display: none;
  }
  .cms-room-gallery .grid-item:nth-child(3n+1) .grid-item-inner .item-content .btn-book-now {
    position: absolute;
    letter-spacing: 0.1em;
    padding: 10px 40px;
    display: inline-block;
    white-space: nowrap;
    text-transform: uppercase;
    top: 50%;
    right: 35px;
    font-size: 13px;
    -webkit-transform: translateY(-50%);
    -khtml-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #fff;
    color: #222;
  }
  .cms-room-gallery .grid-item:nth-child(3n+2) .grid-item-inner .item-content {
    padding: 25px 30px;
  }
  .cms-room-gallery .grid-item:nth-child(3n+2) .grid-item-inner .item-featured {
    height: 400px;
  }
  .cms-room-gallery .grid-item:nth-child(3n+2) .grid-item-inner .cms-title {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .cms-room-gallery .grid-item:nth-child(3n+2) .grid-item-inner .cms-wrapper-price {
    margin-bottom: 10px;
  }
  .cms-room-gallery .grid-item:nth-child(3n+2) .grid-item-inner .cms-wrapper-price .cms-price, .cms-room-gallery .grid-item:nth-child(3n+2) .grid-item-inner .cms-wrapper-price .cms-old-price {
    color: #9f3133;
    font-size: 18px;
  }
  .cms-room-gallery .grid-item:nth-child(3n+2) .grid-item-inner .swh-excerpt {
    margin-bottom: 15px;
  }
  .cms-room-gallery .grid-item:nth-child(3n+2) .grid-item-inner .btn-book-now {
    font-size: 13px;
    letter-spacing: 0.1em;
    padding: 10px 40px;
    color: #fff;
    display: inline-block;
    white-space: nowrap;
    text-transform: uppercase;
    background-color: #222;
  }
  .cms-room-gallery .grid-item:nth-child(3n+3) .grid-item-inner .item-content {
    padding: 25px 30px;
  }
  .cms-room-gallery .grid-item:nth-child(3n+3) .grid-item-inner .item-featured {
    height: 400px;
  }
  .cms-room-gallery .grid-item:nth-child(3n+3) .grid-item-inner .cms-title {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .cms-room-gallery .grid-item:nth-child(3n+3) .grid-item-inner .cms-wrapper-price {
    margin-bottom: 10px;
  }
  .cms-room-gallery .grid-item:nth-child(3n+3) .grid-item-inner .cms-wrapper-price .cms-price, .cms-room-gallery .grid-item:nth-child(3n+3) .grid-item-inner .cms-wrapper-price .cms-old-price {
    color: #9f3133;
    font-size: 18px;
  }
  .cms-room-gallery .grid-item:nth-child(3n+3) .grid-item-inner .swh-excerpt {
    margin-bottom: 15px;
  }
  .cms-room-gallery .grid-item:nth-child(3n+3) .grid-item-inner .btn-book-now {
    letter-spacing: 0.1em;
    padding: 10px 40px;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    font-size: 13px;
    white-space: nowrap;
    background-color: #222;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cms-room-gallery .grid-item:nth-child(3n+2) .grid-item-inner .item-content, .cms-room-gallery .grid-item:nth-child(3n+3) .grid-item-inner .item-content {
    padding: 20px;
  }
  .cms-room-gallery .grid-item:nth-child(3n+2) .grid-item-inner .item-content .swh-excerpt, .cms-room-gallery .grid-item:nth-child(3n+3) .grid-item-inner .item-content .swh-excerpt {
    font-size: 13px;
  }
  .cms-room-gallery .grid-item:nth-child(3n+2) .grid-item-inner .item-content .cms-wrapper-price, .cms-room-gallery .grid-item:nth-child(3n+3) .grid-item-inner .item-content .cms-wrapper-price {
    margin-bottom: 10px;
  }
  .cms-room-gallery .grid-item:nth-child(3n+2) .grid-item-inner .item-content .cms-wrapper-price .cms-price, .cms-room-gallery .grid-item:nth-child(3n+3) .grid-item-inner .item-content .cms-wrapper-price .cms-price, .cms-room-gallery .grid-item:nth-child(3n+2) .grid-item-inner .item-content .cms-wrapper-price .cms-old-price, .cms-room-gallery .grid-item:nth-child(3n+3) .grid-item-inner .item-content .cms-wrapper-price .cms-old-price {
    color: #9f3133;
    font-size: 15px;
  }
}
@media (max-width: 991px) {
  .cms-room-gallery .grid-item:nth-child(3n+1) .grid-item-inner {
    position: relative;
  }
  .cms-room-gallery .grid-item:nth-child(3n+1) .grid-item-inner .item-featured {
    height: 480px;
    overflow: hidden;
  }
  .cms-room-gallery .grid-item:nth-child(3n+1) .grid-item-inner .item-content {
    position: static;
    bottom: 0;
    left: 0;
    width: 100%;
    padding-right: 0px;
  }
  .cms-room-gallery .grid-item:nth-child(3n+1) .grid-item-inner .item-content .cms-title {
    color: #222;
    font-size: 18px;
  }
  .cms-room-gallery .grid-item:nth-child(3n+1) .grid-item-inner .item-content .cms-title a {
    color: inherit;
  }
  .cms-room-gallery .grid-item:nth-child(3n+1) .grid-item-inner .item-content .inner-content {
    background-color: #fff;
    padding: 27px 23px;
    position: static;
  }
  .cms-room-gallery .grid-item:nth-child(3n+1) .grid-item-inner .item-content .swh-excerpt {
    display: block;
    margin-bottom: 25px;
  }
  .cms-room-gallery .grid-item:nth-child(3n+1) .grid-item-inner .item-content .btn-book-now {
    position: static;
    letter-spacing: 0.1em;
    background-color: #222;
    color: #fff;
  }
  .cms-room-gallery .grid-item:nth-child(3n+2) .grid-item-inner .item-content {
    background-color: #fff;
    height: auto;
    padding: 27px 23px;
  }
  .cms-room-gallery .grid-item:nth-child(3n+2) .grid-item-inner .item-featured {
    height: 480px;
  }
  .cms-room-gallery .grid-item:nth-child(3n+2) .grid-item-inner .cms-title {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .cms-room-gallery .grid-item:nth-child(3n+2) .grid-item-inner .cms-wrapper-price {
    margin-bottom: 20px;
  }
  .cms-room-gallery .grid-item:nth-child(3n+2) .grid-item-inner .swh-excerpt {
    margin-bottom: 25px;
  }
  .cms-room-gallery .grid-item:nth-child(3n+2) .grid-item-inner .btn-book-now {
    font-size: 13px;
    padding: 10px 35px;
    letter-spacing: 0.1em;
    color: #fff;
    display: inline-block;
    white-space: nowrap;
    text-transform: uppercase;
    background-color: #222;
  }
  .cms-room-gallery .grid-item:nth-child(3n+3) .grid-item-inner {
    display: flex;
    flex-direction: column;
  }
  .cms-room-gallery .grid-item:nth-child(3n+3) .grid-item-inner .item-content {
    background-color: #fff;
    height: auto;
    padding: 27px 23px;
  }
  .cms-room-gallery .grid-item:nth-child(3n+3) .grid-item-inner .item-featured {
    height: 480px;
  }
  .cms-room-gallery .grid-item:nth-child(3n+3) .grid-item-inner .cms-title {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .cms-room-gallery .grid-item:nth-child(3n+3) .grid-item-inner .cms-wrapper-price {
    margin-bottom: 20px;
  }
  .cms-room-gallery .grid-item:nth-child(3n+3) .grid-item-inner .swh-excerpt {
    margin-bottom: 20px;
  }
  .cms-room-gallery .grid-item:nth-child(3n+3) .grid-item-inner .btn-book-now {
    padding: 10px 35px;
    color: #fff;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    display: inline-block;
    font-size: 13px;
    white-space: nowrap;
    background-color: #222;
  }
}
.cms-room-gallery .item-featured {
  background-position: 50%;
}
.cms-special-layout1 .owl-nav {
  position: absolute;
  bottom: 0;
  left: 0;
}
.cms-special-layout1 .owl-nav > div {
  transform: translate(0, 0);
  position: static;
  width: 66px;
  height: 66px;
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  line-height: 66px;
  text-align: center;
  font-size: 30px;
  border: none;
}
.cms-special-layout1 .owl-nav > div:before {
  font-size: 30px;
}
.cms-special-layout1 .owl-nav > div.owl-prev {
  background: #fff;
}
.cms-special-layout1 .owl-nav > div.owl-prev:before {
  color: #222;
}
.cms-special-layout1 .owl-nav > div.owl-next {
  background: #fff;
}
.cms-special-layout1 .owl-nav > div.owl-next:before {
  color: #222;
}
.cms-special-layout1 .owl-nav > div:hover {
  background: #222;
}
.cms-special-layout1 .owl-nav > div:hover:before {
  color: #fff;
}
@media screen and (min-width: 992px) {
  .cms-special-layout1 .cms-room-special-item {
    position: relative;
  }
  .cms-special-layout1 .cms-room-special-item .cms-room-holder {
    position: absolute;
    top: 90px;
    left: 40px;
    background: rgba(0, 0, 0, 0.5);
    width: 490px;
  }
  .cms-special-layout1 .cms-room-special-item .cms-room-holder .room-content {
    padding: 32px 40px 0 40px;
  }
  .cms-special-layout1 .cms-room-special-item .cms-room-holder .room-content .cms-room-title {
    position: relative;
    margin-bottom: 35px;
    padding-right: 140px;
    font-size: 30px;
    font-weight: bold;
  }
  .cms-special-layout1 .cms-room-special-item .cms-room-holder .room-content .cms-room-title a {
    color: #fff;
  }
  .cms-special-layout1 .cms-room-special-item .cms-room-holder .room-content .cms-room-title a:hover {
    color: #9f3133;
  }
  .cms-special-layout1 .cms-room-special-item .cms-room-holder .room-content .cms-room-title .cms-room-sale {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 500;
    width: 140px;
    text-align: center;
    background: #9f3133;
    color: #fff;
    height: 35px;
    line-height: 35px;
  }
  .cms-special-layout1 .cms-room-special-item .cms-room-holder .room-content .cms-room-title .cms-room-sale:hover {
    background-color: #222;
  }
  .cms-special-layout1 .cms-room-special-item .cms-room-holder .archive-book-room {
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
    display: flex;
    border-top: 1px solid rgba(255, 255, 255, 0.4);
  }
  .cms-special-layout1 .cms-room-special-item .cms-room-holder .archive-book-room li {
    flex-grow: 1;
    text-align: center;
    padding: 32px 0 27px;
  }
  .cms-special-layout1 .cms-room-special-item .cms-room-holder .archive-book-room li.cms-room-btn {
    text-align: left;
    padding-left: 40px;
    border-right: 1px solid rgba(255, 255, 255, 0.4);
  }
  .cms-special-layout1 .cms-room-special-item .cms-room-holder .archive-book-room li.cms-room-btn a {
    margin-top: 8px;
    height: 35px;
    line-height: 35px;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    display: inline-block;
    background-color: #9f3133;
    color: #fff;
    cursor: pointer;
  }
  .cms-special-layout1 .cms-room-special-item .cms-room-holder .archive-book-room li.cms-room-btn a:hover {
    background-color: #222;
  }
  .cms-special-layout1 .cms-room-special-item .cms-room-holder .archive-book-room li.cms-room-meta-price .cms-wrapper-price span {
    color: #fff;
    display: block;
  }
  .cms-special-layout1 .cms-room-special-item .cms-room-holder .archive-book-room li.cms-room-meta-price .cms-wrapper-price span.cms-price {
    font-size: 30px;
    color: #9f3133;
    font-weight: 500;
    margin-bottom: 3px;
  }
  .cms-special-layout1 .cms-room-special-item .cms-room-holder .archive-book-room li.cms-room-meta-price .cms-wrapper-price span.cms-suffix {
    font-size: 18px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cms-special-layout1 .cms-room-special-item {
    position: relative;
  }
  .cms-special-layout1 .cms-room-special-item .cms-room-holder {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -khtml-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, 0.5);
    width: 80%;
  }
  .cms-special-layout1 .cms-room-special-item .cms-room-holder .room-content {
    padding: 32px 40px 0 40px;
  }
  .cms-special-layout1 .cms-room-special-item .cms-room-holder .room-content .cms-room-title {
    position: relative;
    margin-bottom: 35px;
    padding-right: 140px;
    font-size: 30px;
    font-weight: 500;
  }
  .cms-special-layout1 .cms-room-special-item .cms-room-holder .room-content .cms-room-title a {
    color: #fff;
  }
  .cms-special-layout1 .cms-room-special-item .cms-room-holder .room-content .cms-room-title a:hover {
    color: #9f3133;
  }
  .cms-special-layout1 .cms-room-special-item .cms-room-holder .room-content .cms-room-title .cms-room-sale {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 500;
    width: 140px;
    text-align: center;
    background: #9f3133;
    color: #fff;
    height: 35px;
    line-height: 35px;
  }
  .cms-special-layout1 .cms-room-special-item .cms-room-holder .room-content .cms-room-title .cms-room-sale:hover {
    background-color: #222;
  }
  .cms-special-layout1 .cms-room-special-item .cms-room-holder .archive-book-room {
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
    display: flex;
    border-top: 1px solid rgba(255, 255, 255, 0.4);
  }
  .cms-special-layout1 .cms-room-special-item .cms-room-holder .archive-book-room li {
    flex-grow: 1;
    text-align: center;
    padding: 32px 0 27px;
  }
  .cms-special-layout1 .cms-room-special-item .cms-room-holder .archive-book-room li.cms-room-btn {
    text-align: left;
    padding-left: 40px;
    border-right: 1px solid rgba(255, 255, 255, 0.4);
  }
  .cms-special-layout1 .cms-room-special-item .cms-room-holder .archive-book-room li.cms-room-btn a {
    margin-top: 8px;
    height: 35px;
    line-height: 35px;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    display: inline-block;
    background-color: #9f3133;
    color: #fff;
    cursor: pointer;
  }
  .cms-special-layout1 .cms-room-special-item .cms-room-holder .archive-book-room li.cms-room-btn a:hover {
    background-color: #222;
  }
  .cms-special-layout1 .cms-room-special-item .cms-room-holder .archive-book-room li.cms-room-meta-price .cms-wrapper-price span {
    color: #fff;
    display: block;
  }
  .cms-special-layout1 .cms-room-special-item .cms-room-holder .archive-book-room li.cms-room-meta-price .cms-wrapper-price span.cms-price {
    font-size: 30px;
    color: #9f3133;
    font-weight: 500;
    margin-bottom: 3px;
  }
  .cms-special-layout1 .cms-room-special-item .cms-room-holder .archive-book-room li.cms-room-meta-price .cms-wrapper-price span.cms-suffix {
    font-size: 18px;
  }
  .cms-special-layout1 .owl-nav {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .cms-special-layout1 .owl-nav > div {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
  }
  .cms-special-layout1 .owl-nav > div:before {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .cms-special-layout1 .cms-room-special-item .cms-room-holder {
    background-color: #222;
    padding: 20px;
  }
  .cms-special-layout1 .cms-room-special-item .cms-room-holder .room-content {
    padding: 15px;
  }
  .cms-special-layout1 .cms-room-special-item .cms-room-holder .room-content .cms-room-title {
    margin-bottom: 15px;
  }
  .cms-special-layout1 .cms-room-special-item .cms-room-holder .room-content .cms-room-title a {
    color: #fff;
    font-size: 30px;
    display: block;
  }
  .cms-special-layout1 .cms-room-special-item .cms-room-holder .room-content .cms-room-title .cms-room-sale {
    margin-top: 15px;
    font-size: 20px;
    font-family: 'Lora', serif;
    color: #9f3133;
    font-weight: 300;
    display: block;
  }
  .cms-special-layout1 .cms-room-special-item .cms-room-holder .archive-book-room {
    padding-left: 0;
    list-style: none;
  }
  .cms-special-layout1 .cms-room-special-item .cms-room-holder .archive-book-room li {
    text-align: left;
    padding: 15px;
  }
  .cms-special-layout1 .cms-room-special-item .cms-room-holder .archive-book-room li.cms-room-btn {
    padding: 15px;
  }
  .cms-special-layout1 .cms-room-special-item .cms-room-holder .archive-book-room li.cms-room-btn a {
    color: #222;
    background-color: #fff;
    padding: 5px 15px;
    font-size: 17px;
    display: inline-block;
  }
  .cms-special-layout1 .cms-room-special-item .cms-room-holder .archive-book-room li.cms-room-meta-price .cms-wrapper-price span {
    color: #fff;
  }
  .cms-special-layout1 .cms-room-special-item .cms-room-holder .archive-book-room li.cms-room-meta-price .cms-wrapper-price span.cms-price {
    font-size: 20px;
  }
  .cms-special-layout1 .cms-room-special-item .cms-room-holder .archive-book-room li.cms-room-meta-price .cms-wrapper-price span.cms-suffix {
    font-size: 20px;
  }
  .cms-special-layout1 .owl-nav {
    position: static;
  }
  .cms-special-layout1 .owl-nav > div {
    margin-top: 30px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
  }
  .cms-special-layout1 .owl-nav > div:before {
    font-size: 20px;
  }
  .cms-special-layout1 .owl-nav > div.owl-prev {
    background: #222;
  }
  .cms-special-layout1 .owl-nav > div.owl-prev:before {
    color: #fff;
  }
  .cms-special-layout1 .owl-nav > div.owl-next {
    background: #9f3133;
  }
  .cms-special-layout1 .owl-nav > div.owl-next:before {
    color: #fff;
  }
}
@media screen and (max-width: 767px) {
  .cms-special-layout1 .cms-room-special-item .cms-room-holder {
    padding: 20px 5px;
  }
}
.cms-special-layout2 .cms-room-item {
  overflow: hidden;
  position: relative;
}
.cms-special-layout2 .cms-room-item .cms-room-sale-top {
  position: absolute;
  top: 30px;
  left: 30px;
  width: 175px;
  text-align: center;
  height: 35px;
  display: block;
  line-height: 35px;
  background: #222;
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 40px;
  -webkit-transition: all 500ms linear 0ms;
  -khtml-transition: all 500ms linear 0ms;
  -moz-transition: all 500ms linear 0ms;
  -ms-transition: all 500ms linear 0ms;
  -o-transition: all 500ms linear 0ms;
  transition: all 500ms linear 0ms;
}
@media screen and (min-width: 1200px) {
  .cms-special-layout2 .cms-room-item .cms-room-image img:hover {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.cms-special-layout2 .cms-room-item .cms-room-holder {
  position: absolute;
  top: 30px;
  left: 30px;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  -webkit-transition: all 500ms linear 0ms;
  -khtml-transition: all 500ms linear 0ms;
  -moz-transition: all 500ms linear 0ms;
  -ms-transition: all 500ms linear 0ms;
  -o-transition: all 500ms linear 0ms;
  transition: all 500ms linear 0ms;
}
.cms-special-layout2 .cms-room-item .cms-room-holder .cms-room-content {
  -webkit-transition: all 500ms linear 0ms;
  -khtml-transition: all 500ms linear 0ms;
  -moz-transition: all 500ms linear 0ms;
  -ms-transition: all 500ms linear 0ms;
  -o-transition: all 500ms linear 0ms;
  transition: all 500ms linear 0ms;
  padding: 62px 30px;
  border-bottom: none !important;
  position: relative;
  text-align: center;
}
.cms-special-layout2 .cms-room-item .cms-room-holder .cms-room-content .cms-room-title {
  font-weight: 400;
  font-size: 30px;
  text-transform: uppercase;
  margin-bottom: 23px;
}
.cms-special-layout2 .cms-room-item .cms-room-holder .cms-room-content .cms-room-title a {
  color: #fff;
}
.cms-special-layout2 .cms-room-item .cms-room-holder .cms-room-content .cms-room-sale {
  width: 175px;
  text-align: center;
  height: 35px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  line-height: 35px;
  background: #222;
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 40px;
}
.cms-special-layout2 .cms-room-item .cms-room-holder .cms-room-content .cms-room-excerpt {
  line-height: 24px;
  margin-bottom: 42px;
  color: #fff;
}
.cms-special-layout2 .cms-room-item .cms-room-holder .cms-room-content .btn-book-now {
  width: 115px;
  height: 30px;
  line-height: 30px;
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  text-align: center;
  background: #9f3133;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 992px) and (max-width: 1360px) {
  .cms-special-layout2 .cms-room-item .cms-room-holder .cms-room-content {
    padding: 32px 20px;
  }
  .cms-special-layout2 .cms-room-item .cms-room-holder .cms-room-content .cms-room-title {
    margin-bottom: 15px;
  }
  .cms-special-layout2 .cms-room-item .cms-room-holder .cms-room-content .cms-room-sale {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 575px) {
  .cms-special-layout2 .cms-room-item .cms-room-holder .cms-room-content {
    padding: 15px;
  }
  .cms-special-layout2 .cms-room-item .cms-room-holder .cms-room-content .cms-room-title {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .cms-special-layout2 .cms-room-item .cms-room-holder .cms-room-content .cms-room-sale {
    margin-bottom: 20px;
  }
  .cms-special-layout2 .cms-room-item .cms-room-holder .cms-room-content .cms-room-excerpt {
    margin-bottom: 22px;
    color: #fff;
  }
}
.cms-special-layout2 .cms-room-item:hover .cms-room-sale-top {
  opacity: 0;
  top: 0;
  left: 0;
}
.cms-special-layout2 .cms-room-item:hover .cms-room-holder {
  opacity: 1;
  top: 0;
  left: 0;
}
.cms-special-layout2 .owl-nav > div {
  top: 45%;
  width: 42px;
  height: 105px;
  line-height: 103px;
  border-width: 1px;
  background: transparent !important;
}
.cms-special-layout2 .owl-nav > div:hover {
  border-color: #9f3133;
}
.cms-special-layout2 .owl-nav > div:hover:before {
  color: #9f3133;
}
@media (max-width: 1360px) {
  .cms-special-layout2 .owl-nav > div {
    border-color: #9f3133;
  }
  .cms-special-layout2 .owl-nav > div:before {
    color: #9f3133;
  }
}
.cms-special-layout2 .owl-nav > div:before {
  font-size: 25px;
}
@media (min-width: 1361px) {
  .cms-special-layout2 .owl-nav .owl-prev {
    left: -70px;
  }
}
@media (min-width: 1361px) {
  .cms-special-layout2 .owl-nav .owl-next {
    right: -70px;
  }
}
@media (max-width: 1360px) {
  .cms-special-layout2 .owl-nav .owl-next, .cms-special-layout2 .owl-nav .owl-prev {
    position: static;
    height: 50px;
    line-height: 48px;
    margin: 0 5px;
    transform: translate(0, 0);
  }
}
.cms-special-layout2 .cms-best-room-all {
  position: relative;
  height: 46px;
  margin-top: 18px;
}
.cms-special-layout2 .cms-best-room-all a {
  display: inline-block;
  height: 45px;
  line-height: 45px;
  background-color: #222;
  color: #fff;
  font-weight: 500;
  font-size: 17px;
  text-transform: uppercase;
  width: 212px;
  text-align: center;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 1;
}
.cms-special-layout2 .cms-best-room-all a:hover {
  background-color: #9f3133;
}
.swh-order-notification.open .swh-noti-title {
  text-align: center;
  color: green;
}
.swh-order-notification.open .swh-order-noti-inner .swh-noti-contents {
  padding: 15px 0;
  border: 1px solid #ddd;
}
.swh-order-notification.open .swh-order-noti-inner .swh-noti-contents div p {
  padding: 5px 15px;
}
.swh-order-notification.open .swh-order-noti-inner .swh-noti-contents div p + p {
  border-top: 1px solid #ddd;
}
.cms-grid-room.layout1 .cms-room-item .entry-featured {
  background: #f8f8f8;
  overflow: hidden;
}
.cms-grid-room.layout1 .cms-room-item .entry-featured img {
  width: 100%;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cms-grid-room.layout1 .cms-room-item .entry-featured img:hover {
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.cms-grid-room.layout1 .cms-room-item .entry-holder {
  background: #fff;
  color: #777;
  padding: 40px 30px;
}
@media screen and (max-width: 1199px) {
  .cms-grid-room.layout1 .cms-room-item .entry-holder {
    padding-bottom: 50px;
  }
}
.cms-grid-room.layout1 .cms-room-item .entry-holder .entry-title {
  text-transform: capitalize;
  font-size: 45px;
  margin-bottom: 55px;
  font-weight: bold;
}
@media screen and (max-width: 1199px) {
  .cms-grid-room.layout1 .cms-room-item .entry-holder .entry-title {
    font-size: 35px;
    margin-bottom: 35px;
  }
}
.cms-grid-room.layout1 .cms-room-item .entry-holder .entry-title a {
  color: #222;
}
.cms-grid-room.layout1 .cms-room-item .entry-holder .entry-title a:hover {
  color: #9f3133;
}
.cms-grid-room.layout1 .cms-room-item .entry-holder .cms-room-meta ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 30px;
}
@media screen and (max-width: 1199px) {
  .cms-grid-room.layout1 .cms-room-item .entry-holder .cms-room-meta ul {
    margin-bottom: 20px;
  }
}
.cms-grid-room.layout1 .cms-room-item .entry-holder .cms-room-meta ul li {
  margin-right: 35px;
  display: inline-block;
  font-size: 17px;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: 0% 50%;
  padding-left: 25px;
}
@media screen and (max-width: 1199px) {
  .cms-grid-room.layout1 .cms-room-item .entry-holder .cms-room-meta ul li {
    margin-right: 15px;
  }
}
.cms-grid-room.layout1 .cms-room-item .entry-holder .cms-room-meta ul li:last-child {
  margin-right: 0;
}
.cms-grid-room.layout1 .cms-room-item .entry-holder .cms-room-excerpt {
  line-height: 26px;
  margin-bottom: 42px;
}
@media screen and (max-width: 1199px) {
  .cms-grid-room.layout1 .cms-room-item .entry-holder .cms-room-excerpt {
    margin-bottom: 25px;
  }
}
.cms-grid-room.layout1 .cms-room-item .entry-holder ul.cms-meta-price {
  list-style: none;
  padding-left: 0;
  margin-bottom: 23px;
}
@media screen and (max-width: 1199px) {
  .cms-grid-room.layout1 .cms-room-item .entry-holder ul.cms-meta-price {
    margin-bottom: 15px;
  }
}
.cms-grid-room.layout1 .cms-room-item .entry-holder ul.cms-meta-price li {
  margin-right: 14px;
  color: #222;
  display: inline-block;
}
.cms-grid-room.layout1 .cms-room-item .entry-holder ul.cms-meta-price li + li:before {
  display: inline-block;
  content: "";
  height: 20px;
  width: 1px;
  background-color: rgba(34, 34, 34, 0.3);
  position: relative;
  top: 2px;
  margin-right: 5px;
}
.cms-grid-room.layout1 .cms-room-item .entry-holder ul.cms-meta-price li:last-child {
  margin-right: 0;
}
.cms-grid-room.layout1 .cms-room-item .entry-holder ul.cms-meta-price li.cms-wrapper-price span {
  display: inline-block;
}
.cms-grid-room.layout1 .cms-room-item .entry-holder ul.cms-meta-price li.cms-wrapper-price .cms-price {
  font-size: 35px;
}
@media screen and (max-width: 1199px) {
  .cms-grid-room.layout1 .cms-room-item .entry-holder ul.cms-meta-price li.cms-wrapper-price .cms-price {
    font-size: 25px;
  }
}
.cms-grid-room.layout1 .cms-room-item .entry-holder ul.cms-meta-price li.cms-wrapper-price .cms-price cite {
  font-style: normal;
  font-family: 'Renner Medium';
  color: #9f3133;
}
.cms-grid-room.layout1 .cms-room-item .entry-holder ul.cms-meta-price li.cms-wrapper-price .cms-suffix {
  font-size: 25px;
}
@media screen and (max-width: 1199px) {
  .cms-grid-room.layout1 .cms-room-item .entry-holder ul.cms-meta-price li.cms-wrapper-price .cms-suffix {
    font-size: 20px;
  }
}
.cms-grid-room.layout1 .cms-room-item .entry-holder ul.cms-meta-price li.cms-status {
  font-size: 25px;
}
@media screen and (max-width: 1199px) {
  .cms-grid-room.layout1 .cms-room-item .entry-holder ul.cms-meta-price li.cms-status {
    font-size: 20px;
  }
}
.cms-grid-room.layout1 .cms-room-item .entry-holder ul.cms-meta-price li.cms-status span {
  color: #9f3133;
}
.cms-grid-room.layout1 .cms-room-item .entry-holder .btn-book-now {
  display: inline-block;
  white-space: nowrap;
  line-height: 43px;
  height: 43px;
  font-size: 13px;
  text-transform: uppercase;
  padding-left: 35px;
  font-family: "Renner Medium";
  padding-right: 35px;
  letter-spacing: 0.1em;
  text-align: center;
  background: #222;
  color: #fff;
}
.cms-grid-room.layout1 .cms-room-item .entry-holder .btn-book-now:hover {
  background: #9f3133;
}
@media screen and (min-width: 1200px) {
  .cms-grid-room.layout1 .cms-room-item {
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
  }
  .cms-grid-room.layout1 .cms-room-item .entry-featured {
    width: 50%;
  }
  .cms-grid-room.layout1 .cms-room-item .entry-holder {
    padding: 100px;
    width: 50%;
  }
  .cms-grid-room.layout1 .cms-room-item:nth-child(2n) {
    display: flex;
    flex-direction: row-reverse;
  }
}
.cms-grid-room.layout2 .cms-room-item {
  margin-bottom: 30px;
}
.cms-grid-room.layout2 .cms-room-item:last-child {
  margin-bottom: 0;
}
.cms-grid-room.layout2 .cms-carousel {
  position: relative;
}
.cms-grid-room.layout2 .cms-carousel .owl-prev, .cms-grid-room.layout2 .cms-carousel .owl-next {
  position: absolute;
  top: 50%;
  background-color: #fff;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  border: none;
  width: 35px;
  height: 35px;
  line-height: 35px;
  margin: 0;
  opacity: 0.33;
  -webkit-transform: translateY(-50%);
  -khtml-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cms-grid-room.layout2 .cms-carousel .owl-prev:before, .cms-grid-room.layout2 .cms-carousel .owl-next:before {
  font-family: "Material-Design-Iconic-Font";
  font-size: 15px;
  color: #222;
}
.cms-grid-room.layout2 .cms-carousel .owl-prev:hover, .cms-grid-room.layout2 .cms-carousel .owl-next:hover {
  opacity: 1;
}
.cms-grid-room.layout2 .cms-carousel .owl-prev:hover:before, .cms-grid-room.layout2 .cms-carousel .owl-next:hover:before {
  color: #9f3133;
}
.cms-grid-room.layout2 .cms-carousel .owl-prev {
  left: 40px !important;
}
.cms-grid-room.layout2 .cms-carousel .owl-prev:before {
  content: "\f2ff";
}
.cms-grid-room.layout2 .cms-carousel .owl-next {
  right: 40px !important;
}
.cms-grid-room.layout2 .cms-carousel .owl-next:before {
  content: "\f301";
}
.cms-grid-room.layout2 .entry-holder {
  position: relative;
  font-size: 17px;
  color: #ededed;
  background-color: #222;
  padding: 60px 30px 40px;
}
.cms-grid-room.layout2 .entry-holder .entry-status {
  position: absolute;
  top: 20px;
  right: 5px;
  display: inline-block;
  background-size: 20px 17px;
  background-repeat: no-repeat;
  background-position: 0% 50%;
  padding-left: 25px;
  margin-right: 23px;
  color: #fff;
}
.cms-grid-room.layout2 .entry-holder .entry-title {
  font-size: 35px;
  letter-spacing: 0.03em;
  color: #fff;
  margin-bottom: 30px;
}
@media screen and (max-width: 991px) {
  .cms-grid-room.layout2 .entry-holder .entry-title {
    margin-bottom: 15px;
  }
}
.cms-grid-room.layout2 .entry-holder .entry-title a {
  color: inherit;
}
.cms-grid-room.layout2 .cms-wrapper-price {
  margin-bottom: 27px;
}
@media screen and (max-width: 991px) {
  .cms-grid-room.layout2 .cms-wrapper-price {
    margin-bottom: 15px;
  }
}
.cms-grid-room.layout2 .cms-wrapper-price .cms-label {
  color: #fff;
}
.cms-grid-room.layout2 .cms-wrapper-price .cms-price {
  font-size: 35px;
  font-family: 'Renner Semibold';
  color: #9f3133;
}
@media screen and (max-width: 767px) {
  .cms-grid-room.layout2 .cms-wrapper-price .cms-price {
    font-size: 20px;
  }
}
.cms-grid-room.layout2 .cms-wrapper-price .cms-suffix {
  font-family: 'Renner Book';
  font-size: 25px;
  color: #9f3133;
}
.cms-grid-room.layout2 .cms-room-meta {
  margin-bottom: 47px;
}
@media screen and (max-width: 991px) {
  .cms-grid-room.layout2 .cms-room-meta {
    margin-bottom: 25px;
  }
}
.cms-grid-room.layout2 .cms-room-meta ul {
  padding-left: 0;
  list-style: none;
}
.cms-grid-room.layout2 .cms-room-meta ul li {
  font-family: 'Renner Book';
  color: #ededed;
}
.cms-grid-room.layout2 .cms-room-meta ul li + li {
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .cms-grid-room.layout2 .cms-room-meta ul li + li {
    margin-top: 5px;
  }
}
.cms-grid-room.layout2 .btn-book-now {
  display: inline-block;
  white-space: nowrap;
  line-height: 43px;
  height: 43px;
  letter-spacing: 0.1em;
  font-size: 13px;
  font-family: 'Renner Medium';
  text-transform: uppercase;
  padding-left: 35px;
  padding-right: 35px;
  text-align: center;
  background: #9f3133;
  color: #fff;
}
@media screen and (min-width: 992px) {
  .cms-grid-room.layout2 .cms-room-item {
    display: flex;
    flex-wrap: wrap;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    flex-direction: row-reverse;
  }
  .cms-grid-room.layout2 .cms-room-item .item-featured {
    height: 565px;
    width: 50%;
    background-size: cover;
  }
  .cms-grid-room.layout2 .cms-room-item .entry-holder {
    width: 50%;
    height: 565px;
    padding: 60px 58px 40px;
  }
}
@media screen and (max-width: 767px) {
  .cms-grid-room.layout2 .cms-room-item .col-sameheight {
    width: 100%;
  }
  .cms-grid-room.layout2 .cms-room-item .item-featured {
    height: 450px;
  }
  .cms-grid-room.layout2 .cms-room-item .entry-holder {
    padding: 60px 30px 40px;
    background-color: #222;
  }
}
@media screen and (max-width: 575px) {
  .cms-grid-room.layout2 .cms-room-item .item-featured {
    height: 250px;
  }
}
@media screen and (max-width: 767px) {
  .cms-grid-room.layout3 .cms-room-item {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 575px) {
  .cms-grid-room.layout3 .cms-room-item {
    margin-bottom: 20px;
  }
}
.cms-grid-room.layout3 .cms-room-item .cms-inner-item {
  position: relative;
}
.cms-grid-room.layout3 .cms-room-item .cms-inner-item .cms-room-meta {
  position: absolute;
  z-index: 1;
  top: 25px;
  left: 25px;
  font-size: 15px;
  padding: 6px 15px;
  background-color: #222;
  color: #fff;
}
.cms-grid-room.layout3 .cms-room-item .cms-inner-item .cms-room-meta span {
  color: #fff;
}
.cms-grid-room.layout3 .cms-room-item .cms-inner-item .cms-room-meta span + span {
  color: #9f3133;
}
.cms-grid-room.layout3 .cms-room-item .entry-featured img {
  width: 100%;
}
.cms-grid-room.layout3 .cms-room-item .entry-featured + .entry-holder {
  margin-top: 25px;
}
.cms-grid-room.layout3 .cms-room-item .cms-wrapper-price {
  font-family: "Renner Medium";
}
.cms-grid-room.layout3 .cms-room-item .entry-holder {
  text-align: center;
  padding-left: 25px;
  padding-right: 25px;
}
.cms-grid-room.layout3 .cms-room-item .entry-holder .entry-title {
  font-size: 20px;
  color: #222;
  line-height: 24px;
  margin-bottom: 20px;
}
.cms-grid-room.layout3 .cms-room-item .entry-holder .entry-title a {
  color: inherit;
}
.img-zoom, .cms-wp-room-carousel.layout-2 .cms-room-larger .room-thumbnail, .cms-wp-room-carousel.layout-2 .cms-room-larger .room-content .cms-featured, .cms-grid-room.layout3 .cms-room-item .entry-featured {
  overflow: hidden;
}
.img-zoom img, .cms-wp-room-carousel.layout-2 .cms-room-larger .room-thumbnail img, .cms-wp-room-carousel.layout-2 .cms-room-larger .room-content .cms-featured img, .cms-grid-room.layout3 .cms-room-item .entry-featured img {
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.img-zoom img:hover, .cms-wp-room-carousel.layout-2 .cms-room-larger .room-thumbnail img:hover, .cms-wp-room-carousel.layout-2 .cms-room-larger .room-content .cms-featured img:hover, .cms-grid-room.layout3 .cms-room-item .entry-featured img:hover {
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.room-summary-wrap {
  margin-bottom: 30px;
}
.room-summary-wrap .entry-featured {
  margin-bottom: 20px;
}
.room-summary-wrap .entry-featured .cms-carousel .owl-dots {
  margin-top: 0;
  bottom: 20px;
}
.room-summary-wrap .entry-featured .cms-carousel .owl-dots .owl-dot {
  border-color: #fff;
}
.room-summary-wrap .entry-featured .cms-carousel .owl-dots .owl-dot.active {
  background: #fff;
}
.room-summary-wrap .cms-room-meta ul li {
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: 0% 2px;
  padding-left: 32px;
  margin-right: 15px;
  font-size: 15px;
}
.room-summary-wrap .cms-room-meta ul li:last-child {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .room-summary-wrap .cms-room-meta ul li:last-child {
    padding-left: 0;
  }
}
.room-summary-wrap .cms-room-meta ul li.meta-first {
  background-size: 20px 20px;
  padding-left: 32px;
}
.room-summary-wrap .cms-room-meta ul li.meta-second {
  background-size: 20px 20px;
  padding-left: 32px;
}
.room-summary-wrap .cms-room-meta ul li.meta-three {
  background-size: 28px 18px;
  padding-left: 40px;
}
.room-summary-wrap .cms-room-meta ul li.cms-room-meta-price {
  padding-left: 15px;
  padding-right: 15px;
}
.room-summary-wrap .cms-room-meta ul li.cms-room-meta-price .cms-price {
  font-size: 25px;
  font-weight: 600;
  color: #9f3133;
}
.room-summary-wrap .cms-room-meta ul li.cms-room-meta-price .cms-suffix {
  position: relative;
  top: -4px;
}
@media screen and (max-width: 767px) {
  .room-summary-wrap .cms-room-meta ul li.cms-room-meta-price {
    padding-left: 0;
  }
  .room-summary-wrap .cms-room-meta ul li.cms-room-meta-price .cms-price {
    font-size: 15px;
  }
}
@media screen and (min-width: 992px) {
  .room-summary-wrap .cms-room-meta ul {
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
  }
  .room-summary-wrap .cms-room-meta ul li {
    flex-grow: 1;
    background-size: 20px 20px;
    background-repeat: no-repeat;
    background-position: 0% 50%;
    padding-left: 25px;
    margin-right: 23px;
  }
  .room-summary-wrap .cms-room-meta ul li:last-child {
    margin-right: 0;
  }
  .room-summary-wrap .cms-room-meta ul li.cms-room-meta-price {
    padding-left: 20px;
    padding-right: 20px;
    border-left: 1px solid #4e4e4e;
    margin-right: 10px;
  }
  .room-summary-wrap .cms-room-meta ul li.cms-room-meta-price .cms-price {
    font-size: 25px;
    font-weight: 600;
    color: #9f3133;
  }
  .room-summary-wrap .cms-room-meta ul li.cms-room-btn {
    padding-left: 0;
  }
  .room-summary-wrap .cms-room-meta ul li.cms-room-btn a {
    margin-top: 3px;
    font-family: "Renner Medium";
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .room-summary-wrap .cms-room-meta ul {
    display: table;
  }
  .room-summary-wrap .cms-room-meta ul li {
    margin-right: 15px;
    padding-left: 25px;
    line-height: inherit;
    margin-bottom: 0px;
  }
  .room-summary-wrap .cms-room-meta ul li:last-child {
    margin-right: 0;
  }
  .room-summary-wrap .cms-room-meta ul li.cms-room-meta-price {
    padding-left: 17px;
    padding-right: 17px;
  }
  .room-summary-wrap .cms-room-meta ul li.cms-room-meta-price .cms-price {
    font-size: 20px;
  }
  .room-summary-wrap .cms-room-meta ul li.cms-room-btn {
    padding-left: 0;
    text-align: center;
  }
  .room-summary-wrap .cms-room-meta ul li.cms-room-btn a {
    margin-top: 3px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 767px) {
  .room-summary-wrap .cms-room-meta ul li {
    width: 45%;
    margin-bottom: 15px;
  }
}
@media (max-width: 480px) {
  .room-summary-wrap .cms-room-meta ul li {
    width: 100%;
    margin: 0;
    margin-bottom: 15px;
  }
}
.single-room .cms-text-custom {
  font-family: 'Renner Medium I';
  color: #222;
  line-height: 26px;
  font-size: 17px;
  margin-bottom: 18px;
}
.single-room.layout1 .cms-carousel-room-1 {
  margin-bottom: 55px;
}
.single-room.layout1 .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.single-room.layout1 .cms-room-meta {
  padding: 63px 30px 45px;
  background-color: #222;
}
.single-room.layout1 .cms-room-meta li {
  color: #fff;
}
.single-room.layout1 .cms-room-meta li + li {
  margin-top: 12px;
}
.single-room.layout1 .cms-room-meta li + li label {
  margin-right: 5px;
  color: #9f3133;
}
.single-room.layout1 .cms-room-meta .cms-room-meta-price {
  margin-bottom: 43px;
}
.single-room.layout1 .cms-room-meta li.cms-room-btn {
  margin-bottom: 45px;
}
.single-room.layout1 .cms-room-meta li a {
  color: #fff;
  background-color: #9f3133;
}
.single-room.layout1 .cms-room-meta li a:hover {
  background-color: #fff;
  color: #222;
}
.single-room.layout1 .cms-room-meta li a.btn-show-booking-form:hover {
  background-color: #9f3133;
  color: #fff;
}
.single-room.layout1 .cms-room-meta .cms-room-meta-price label {
  font-size: 17px;
  margin-right: 5px;
}
.single-room.layout1 .cms-room-meta .cms-room-meta-price .cms-price {
  font-size: 50px;
  font-family: 'Renner Semibold';
}
.single-room.layout1 .cms-room-meta .cms-room-meta-price .cms-suffix {
  font-size: 25px;
  font-family: 'Renner Book';
}
.single-room.layout1 .cms-room-meta li.cms-room-btn a {
  color: #fff;
  text-align: center;
  width: 100%;
  letter-spacing: 0.1em;
  display: block;
  height: 45px;
  font-size: 13px;
  text-transform: uppercase;
  line-height: 45px;
  font-family: 'Renner Medium';
}
.single-room.layout2 .cms-carouse-small .owl-item {
  margin-top: 15px;
  margin-right: 15px;
}
.single-room.layout2 .swh-checking-form .swh-room-package-booking {
  padding: 13px 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  background-color: #222;
  margin: 10px 5px 12px;
  margin-bottom: 12px;
  margin-top: 10px;
}
.single-room.layout2 .swh-checking-form .swh-room-package-booking span {
  margin-bottom: 0;
  font-size: 20px;
  color: #fff;
  font-weight: 600;
}
.single-room.layout2 .swh-checking-form .swh-room-package-booking #swh-room-package-remove {
  -webkit-transition: all 0.3s linear 0ms;
  -khtml-transition: all 0.3s linear 0ms;
  -moz-transition: all 0.3s linear 0ms;
  -ms-transition: all 0.3s linear 0ms;
  -o-transition: all 0.3s linear 0ms;
  transition: all 0.3s linear 0ms;
  border: 1px solid #fff;
  color: red;
  width: 20px;
  background-color: #fff;
  height: 20px;
  color: red;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
  line-height: 16px;
  position: relative;
  top: 1px;
}
.single-room.layout2 .room-summary-wrap .entry-featured {
  margin-bottom: 35px;
}
.single-room.layout2 .room-summary-wrap .cms-room-meta {
  padding: 30px 20px 23px;
  background-color: #222;
}
.single-room.layout2 .room-summary-wrap .cms-room-meta ul {
  margin-bottom: 0;
  padding-left: 8px;
  display: table;
  width: 100%;
}
.single-room.layout2 .room-summary-wrap .cms-room-meta li {
  color: #fff;
  float: none;
  display: block;
}
@media screen and (min-width: 768px) {
  .single-room.layout2 .room-summary-wrap .cms-room-meta li {
    float: left;
    display: inline-block;
  }
}
.single-room.layout2 .room-summary-wrap .cms-room-meta li.meta-four .cms-price {
  color: #fff;
  font-size: 15px;
  margin-left: 11px;
  font-weight: bold;
}
@media screen and (min-width: 1200px) {
  .single-room.layout2 .room-summary-wrap .cms-room-meta li.meta-four .cms-price {
    font-size: 30px;
  }
}
.single-room.layout2 .room-summary-wrap .cms-room-meta li.cms-room-meta-price {
  float: right;
}
.single-room.layout2 .single-thumbnail-lager .thumbnail-lager {
  display: none;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
.single-room.layout2 .single-thumbnail-lager .thumbnail-lager.active {
  display: block;
}
.room-tabs ul, #room-tab-review ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.room-tabs ul li, #room-tab-review ul li {
  display: inline-block;
}
.swh-notification {
  max-width: 500px;
  padding: 50px 30px;
  margin: 0 auto;
  color: #222;
  border: 1px solid #9f3133;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.swh-notification p {
  color: inherit;
  font-size: 20px;
}
.swh-notification .btn {
  margin-top: 30px;
  background: #9f3133;
  color: #fff;
}
.swh-notification .btn:hover {
  background: #222;
}
.tab-single-room {
  border-bottom: 1px solid #d8d8d8;
}
.tab-single-room li {
  padding: 11px 0;
  margin-right: 60px;
  display: inline-block;
  font-size: 17px;
  text-transform: uppercase;
  font-family: 'Renner Medium';
  position: relative;
}
.tab-single-room li:before {
  content: "";
  height: 2px;
  display: block;
  background: #9f3133;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  -webkit-transition: all 500ms linear 0ms;
  -khtml-transition: all 500ms linear 0ms;
  -moz-transition: all 500ms linear 0ms;
  -ms-transition: all 500ms linear 0ms;
  -o-transition: all 500ms linear 0ms;
  transition: all 500ms linear 0ms;
}
.tab-single-room li.active:before {
  opacity: 1;
}
.tab-single-room li:last-child {
  margin-right: 0;
}
@media (min-width: 576px) and (max-width: 767px) {
  .tab-single-room {
    border-bottom: none;
    margin-left: -2%;
    margin-right: -2%;
  }
  .tab-single-room li {
    width: 46%;
    float: left;
    margin: 1% 2%;
    padding-left: 15px;
    border: 1px solid #ddd;
    padding-top: 0;
    padding-bottom: 0;
  }
  .tab-single-room li a {
    display: block;
    padding: 10px 0;
  }
}
@media screen and (max-width: 575px) {
  .tab-single-room {
    border-bottom: none;
  }
  .tab-single-room li {
    display: block;
    padding-left: 15px;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    border: 1px solid #ddd;
    width: 100%;
    margin-bottom: 10px;
  }
  .tab-single-room li a {
    display: block;
    padding: 10px 0;
  }
  .tab-single-room li:last-child {
    margin-bottom: 0;
  }
}
#room-tab-review .swh-review-list-wrap {
  margin-bottom: 45px;
}
#room-tab-review .swh-review-list-wrap .swh-title-line {
  margin-bottom: 43px;
  padding-bottom: 10px;
  position: relative;
  font-size: 15px;
  font-weight: 600;
}
#room-tab-review .swh-review-list-wrap .swh-title-line:after {
  content: '';
  display: block;
  width: 40px;
  height: 3px;
  background-color: #9f3133;
  position: absolute;
  bottom: 0;
  left: 0;
}
#room-tab-review .swh-review-list-wrap .swh-box .swh-review-list .swh-review-item {
  clear: both;
  padding-bottom: 30px;
  margin-bottom: 32px;
  border-bottom: 1px solid #d8d8d8;
}
#room-tab-review .swh-review-list-wrap .swh-box .swh-review-list .swh-review-item:last-child {
  margin-bottom: 0;
}
#room-tab-review .swh-review-list-wrap .swh-box .swh-review-list .swh-review-item .swh-review-holder {
  width: 63px;
  height: 63px;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  float: left;
  border: 1px solid #9f3133;
}
#room-tab-review .swh-review-list-wrap .swh-box .swh-review-list .swh-review-item .swh-review-holder img {
  width: 100%;
}
#room-tab-review .swh-review-list-wrap .swh-box .swh-review-list .swh-review-item .swh-review-holder + .wp-content-review {
  padding-left: 80px;
}
#room-tab-review .swh-review-list-wrap .swh-box .swh-review-list .swh-review-item .wp-content-review .swh-review-author cite {
  font-style: normal;
  font-weight: 600;
  color: #222;
  display: inline-block;
  margin-right: 15px;
}
#room-tab-review .swh-review-list-wrap .swh-box .swh-review-list .swh-review-item .wp-content-review .swh-review-author .swh-reviews-star {
  display: inline-block;
  font-size: 18px;
}
#room-tab-review .swh-review-list-wrap .swh-box .swh-review-list .swh-review-item .wp-content-review .swh-review-date {
  font-style: italic;
  font-size: 13px;
  color: #999;
  display: block;
  margin-bottom: 17px;
}
#room-tab-review .swh-review-list-wrap .swh-box .swh-review-list .swh-review-item .wp-content-review .swh-review-title {
  display: block;
  font-size: 18px;
}
#room-tab-review .swh-review-list-wrap .swh-box .swh-review-list .swh-review-item .wp-content-review .swh-review-content {
  line-height: 24px;
}
#room-tab-review .swh-review-form .swh-title-line {
  margin-bottom: 40px;
}
#room-tab-review .swh-review-form .swh-title, #room-tab-review .swh-review-form .cms-bootstrap-tabs-checkout #tab-rome-tks .swh-tks .swh-tks-title, .cms-bootstrap-tabs-checkout #tab-rome-tks .swh-tks #room-tab-review .swh-review-form .swh-tks-title, #room-tab-review .swh-review-form #tab-rome-checkout .swh-informations-title, #tab-rome-checkout #room-tab-review .swh-review-form .swh-informations-title, #room-tab-review .swh-review-form #tab-rome-checkout .swh-payment-methods-title, #tab-rome-checkout #room-tab-review .swh-review-form .swh-payment-methods-title {
  display: none;
}
#room-tab-review .swh-review-form .swh-stars {
  margin-bottom: 30px;
  margin-top: 6px;
  color: #ffb400;
  font-size: 24px;
  letter-spacing: 0.1em;
}
#room-tab-review .swh-review-form .swh-stars .swh-rating-select {
  display: inline-block;
  vertical-align: middle;
}
#room-tab-review .swh-review-form .swh-stars .swh-rating-select .swh-star.zmdi-star-outline {
  color: #ebebeb;
}
#room-tab-review .swh-review-form .swh-stars .swh-rating-hover {
  color: #fff;
  display: inline-block;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 1;
  margin-left: 10px;
  padding: 5px 7px;
  position: relative;
  vertical-align: middle;
  background-color: #1b5e20;
}
#room-tab-review .swh-review-form .swh-stars .swh-rating-hover:before {
  border-color: transparent #1b5e20 transparent transparent;
  border-style: solid;
  border-width: 6px;
  content: "";
  left: -12px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0px, -50%);
  -khtml-transform: translate(0px, -50%);
  -moz-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  -o-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}
#room-tab-review .swh-review-form .swh-review-fields input, #room-tab-review .swh-review-form .swh-review-fields textarea {
  font-size: 15px;
  margin-bottom: 25px;
}
#room-tab-review .swh-review-form .swh-review-fields input:focus, #room-tab-review .swh-review-form .swh-review-fields textarea:focus {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.11);
}
#room-tab-review .swh-review-form .swh-review-fields input::-webkit-input-placeholder, #room-tab-review .swh-review-form .swh-review-fields textarea::-webkit-input-placeholder {
  font-style: italic;
  font-size: 15px;
}
#room-tab-review .swh-review-form .swh-review-fields input::-moz-placeholder, #room-tab-review .swh-review-form .swh-review-fields textarea::-moz-placeholder {
  font-style: italic;
}
#room-tab-review .swh-review-form .swh-review-fields input::-ms-input-placeholder, #room-tab-review .swh-review-form .swh-review-fields textarea::-ms-input-placeholder {
  font-style: italic;
}
#room-tab-review .swh-review-form .swh-review-fields input::-moz-placeholder, #room-tab-review .swh-review-form .swh-review-fields textarea::-moz-placeholder {
  font-style: italic;
}
#room-tab-review .swh-review-form .swh-review-fields textarea#swh-rv-content {
  line-height: 24px;
  margin-bottom: 20px;
}
#room-tab-review .swh-review-form .swh-review-fields textarea#swh-rv-content.swh-error {
  border-color: red;
}
#room-tab-review .swh-review-form .swh-review-fields .swh-rate-title.swh-error {
  border-color: red;
}
#room-tab-review .swh-review-form .swh-review-fields input.swh-rv-submit {
  height: 45px;
  line-height: 45px;
  margin-bottom: 0;
  padding: 0 25px;
  background: #9f3133;
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
  font-family: "Renner Medium";
}
#room-tab-review .swh-review-form .swh-review-fields input.swh-rv-submit:hover {
  background: #222;
}
.cms-bootstrap-tabs .tab-content {
  padding-top: 43px;
}
.cms-bootstrap-tabs .tab-content .row-service-extra {
  margin-top: 35px;
}
.cms-bootstrap-tabs .tab-content .tab-pane {
  padding-bottom: 20px;
}
.cms-bootstrap-tabs .tab-content .tab-pane .swh-title-line {
  font-weight: 600;
  font-size: 15px;
  text-transform: uppercase;
  color: #222;
  padding-bottom: 10px;
  position: relative;
}
.cms-bootstrap-tabs .tab-content .tab-pane .swh-title-line:after {
  content: '';
  display: block;
  width: 40px;
  height: 3px;
  background-color: #9f3133;
  position: absolute;
  bottom: 0;
  left: 0;
}
.cms-bootstrap-tabs .tab-content .tab-pane .entry-content-adition .row-adition {
  padding: 15px 0;
  border-bottom: 1px solid #d8d8d8;
  display: flex;
}
.cms-bootstrap-tabs .tab-content .tab-pane .entry-content-adition .row-adition:first-child {
  padding-top: 0;
}
.cms-bootstrap-tabs .tab-content .tab-pane .entry-content-adition .row-adition:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.cms-bootstrap-tabs .tab-content .tab-pane .entry-content-adition .row-adition .entry-label, .cms-bootstrap-tabs .tab-content .tab-pane .entry-content-adition .row-adition .entry-content {
  flex-grow: 1;
}
.cms-bootstrap-tabs .tab-content .tab-pane .entry-content-adition .row-adition .entry-label {
  color: #222;
  width: 30%;
  font-weight: 500;
  padding-right: 15px;
}
.cms-bootstrap-tabs .tab-content .tab-pane .entry-content-adition .row-adition .entry-content {
  line-height: 24px;
  width: 70%;
}
@media screen and (max-width: 575px) {
  .cms-bootstrap-tabs .tab-content .tab-pane .entry-content-adition .row-adition {
    display: inherit;
    margin-bottom: 10px;
    border: 1px solid #d8d8d8;
    padding: 0;
  }
  .cms-bootstrap-tabs .tab-content .tab-pane .entry-content-adition .row-adition:first-child {
    padding-top: 0;
  }
  .cms-bootstrap-tabs .tab-content .tab-pane .entry-content-adition .row-adition:last-child {
    padding-bottom: 15px;
    border-bottom: 1px solid #d8d8d8;
  }
  .cms-bootstrap-tabs .tab-content .tab-pane .entry-content-adition .row-adition .entry-label, .cms-bootstrap-tabs .tab-content .tab-pane .entry-content-adition .row-adition .entry-content {
    flex-grow: unset;
    padding: 15px;
    width: 100%;
  }
  .cms-bootstrap-tabs .tab-content .tab-pane .entry-content-adition .row-adition .entry-label {
    border-bottom: 1px solid #d8d8d8;
    background-color: #f8f8f8;
    color: #777;
  }
}
.cms-bootstrap-tabs .tab-content .tab-pane .commentlist .comment .avatar {
  width: 63px;
  height: 63px;
  position: relative;
  overflow: hidden;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background-color: #d8f8f8;
}
.cms-bootstrap-tabs .tab-content .tab-pane .commentlist .comment .avatar img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cms-bootstrap-tabs .tab-content .tab-pane .commentlist .comment .avatar img:hover {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.cms-bootstrap-tabs .tab-content .tab-pane .cms-room-plan {
  margin-top: 45px;
  border: 1px solid #d8d8d8;
}
.cms-bootstrap-tabs .tab-content .tab-pane .cms-room-plan .cms-regular-plan-col {
  font-size: 15px;
}
.cms-bootstrap-tabs .tab-content .tab-pane .cms-room-plan .cms-regular-plan-col .cms-plan-head {
  font-weight: 500;
  color: #9f3133;
  line-height: 35px;
  border-bottom: 1px solid #d8d8d8;
}
.cms-bootstrap-tabs .tab-content .tab-pane .cms-room-plan .cms-regular-plan-col .cms-plan-price {
  padding: 20px 0;
  font-weight: 400;
}
@media (min-width: 576px) {
  .cms-bootstrap-tabs .tab-content .tab-pane .cms-room-plan {
    display: flex;
  }
  .cms-bootstrap-tabs .tab-content .tab-pane .cms-room-plan .cms-regular-plan-col {
    border-right: 1px solid #d8d8d8;
    text-align: center;
    flex-grow: 1;
    width: 14.2%;
  }
  .cms-bootstrap-tabs .tab-content .tab-pane .cms-room-plan .cms-regular-plan-col:last-child {
    border-right: none;
  }
}
@media screen and (max-width: 575px) {
  .cms-bootstrap-tabs .tab-content .tab-pane .cms-room-plan {
    margin-top: 45px;
    border: none;
    display: table;
    width: 100%;
  }
  .cms-bootstrap-tabs .tab-content .tab-pane .cms-room-plan .cms-regular-plan-col {
    width: 48%;
    float: left;
    border: 1px solid #d8d8d8;
    text-align: center;
    margin: 1%;
  }
  .cms-bootstrap-tabs .tab-content .tab-pane .cms-room-plan .cms-regular-plan-col .cms-plan-head {
    background: #f8f8f8;
  }
}
.row-packet-extra {
  margin-top: 50px;
  padding-left: 15px;
  padding-right: 15px;
}
.row-packet-extra > div {
  padding-left: 0;
  padding-right: 0;
}
.row-packet-extra > div + div {
  margin-left: -1px;
}
.row-packet-extra > div .swh-pricing-extra {
  text-align: center;
  margin-top: 10px;
}
.row-packet-extra > div .swh-pricing-extra .swh-pricing-header {
  padding: 21px 15px;
  background-color: #222;
}
.row-packet-extra > div .swh-pricing-extra .swh-pricing-header .title-packet {
  font-weight: bold;
  font-size: 25px;
  color: #fff;
  font-family: 'Playfair Display', serif;
  font-weight: bold;
  margin-bottom: 11px;
}
.row-packet-extra > div .swh-pricing-extra .swh-pricing-header .title-price {
  font-size: 30px;
  color: #fff;
  font-family: 'Renner Semibold';
}
.row-packet-extra > div .swh-pricing-extra.swh-pricing-active .swh-pricing-header {
  background-color: #9f3133;
}
.row-packet-extra > div .swh-pricing-extra .swh-pricing-content {
  border: 1px solid rgba(119, 119, 119, 0.2);
  padding: 28px 15px 35px;
}
.row-packet-extra > div .swh-pricing-extra ul {
  list-style: none;
  padding-left: 0;
}
.row-packet-extra > div .swh-pricing-extra ul li {
  color: #222;
  line-height: 26px;
}
.row-packet-extra > div .swh-pricing-extra ul li + li {
  margin-top: 15px;
}
.row-packet-extra > div .swh-pricing-extra ul li.not-in {
  text-decoration: line-through;
  color: #777;
}
.row-packet-extra > div .swh-pricing-extra a.btn-get-started {
  padding: 8px 35px;
  display: inline-block;
  white-space: nowrap;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #fff;
  font-family: 'Renner Medium';
  text-transform: uppercase;
  background-color: #222;
}
.row-packet-extra > div .swh-pricing-extra a.btn-get-started:hover {
  background-color: #9f3133;
}
.cms-edit-order-modal.open .row-packet-extra {
  margin-top: 35px;
}
.cms-edit-order-modal.open .cms-modal-content {
  margin-bottom: 35px;
  padding-bottom: 35px;
}
.cms-list-serivce-of-room {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.cms-list-serivce-of-room li {
  position: relative;
  padding-left: 17px;
  font-family: 400;
  color: #222;
  font-family: 'Renner Book';
  line-height: 35px;
}
.cms-list-serivce-of-room li:before {
  position: absolute;
  font-size: 15px;
  font-family: "FontAwesome";
  content: "\f105";
  color: inherit;
  top: 0;
  left: 0;
}
.cms-room-serivces {
  display: table;
  width: 100%;
  padding-bottom: 27px;
}
@media screen and (max-width: 991px) {
  .cms-room-serivces {
    margin-bottom: 45px;
  }
}
.cms-room-serivces .cms-title-service-of-room {
  text-transform: capitalize;
  font-size: 20px;
  font-family: 'Renner Book';
  font-weight: 600;
  margin-bottom: 10px;
  padding-top: 16px;
  padding-bottom: 15px;
  background-repeat: no-repeat;
  background-position: 0% 50%;
  padding-left: 45px;
}
.cms-room-serivces.service-extra .cms-title-service-of-room {
  padding-left: 60px;
}
.cms-single-room-related {
  margin-top: 45px;
}
.cms-single-room-related .cms-carousel-item {
  border: none;
  position: relative;
}
.cms-single-room-related .cms-carousel-item .cms-sale-percent {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 35px;
  line-height: 35px;
  padding-left: 25px;
  padding-right: 25px;
  color: #fff;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  background: #9f3133;
  -webkit-border-radius: 0 0 10px 10px;
  -khtml-border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  -ms-border-radius: 0 0 10px 10px;
  -o-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;
}
.cms-single-room-related .cms-carousel-item:hover .cms-sale-percent {
  background-color: #222;
}
.cms-single-room-related .cms-room-holder {
  border: 1px solid #d8d8d8;
  border-top: none;
  text-align: center;
  padding: 0 30px 26px;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
.cms-single-room-related .cms-room-holder .cms-room-meta-price {
  position: relative;
  top: -15px;
  margin-bottom: 13px;
}
.cms-single-room-related .cms-room-holder .cms-wrapper-price {
  -webkit-box-shadow: 0 0 13px rgba(0, 0, 0, 0.15);
  -khtml-box-shadow: 0 0 13px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 13px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0 0 13px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 0 13px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 13px rgba(0, 0, 0, 0.15);
  padding: 8px 20px;
  color: #222;
  background-color: #fff;
  font-family: 'Renner Book';
}
.cms-single-room-related .cms-room-holder .cms-wrapper-price .cms-price {
  color: #9f3133;
}
.cms-single-room-related .cms-room-holder .cms-wrapper-price .cms-price.sale-old {
  margin-right: 5px;
  position: relative;
}
.cms-single-room-related .cms-room-holder .cms-wrapper-price .cms-price.sale-old:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
  left: -2px;
  background-color: #9f3133;
}
.cms-single-room-related .cms-room-holder .cms-wrapper-price .sale-old + .sale-price:before {
  position: relative;
  display: inline-block;
  content: "";
  width: 3px;
  height: 1px;
  background-color: #9f3133;
  top: -4px;
  left: -2px;
}
.cms-single-room-related .cms-room-holder .cms-room-title {
  font-size: 20px;
  margin-bottom: 13px;
}
.cms-single-room-related .cms-room-holder .cms-room-excerpt {
  margin-bottom: 10px;
}
.cms-single-room-related .cms-room-holder .btn-book-now {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 13px;
  font-family: 'Renner Medium';
  border-bottom: 1px solid;
}
.cms-single-room-related .cms-room-image + .cms-room-holder {
  border-top: none;
}
.cms-single-room-related .title-room-related {
  font-size: 45px;
  margin-bottom: 10px;
  padding-bottom: 0px;
}
.cms-single-room-related .cms-romm-meta-related {
  padding-left: 0;
  margin-bottom: 18px !important;
  list-style: none;
}
.cms-single-room-related .cms-romm-meta-related li {
  display: inline-block;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: 0% 50%;
  padding-left: 25px;
  margin-right: 23px;
}
.cms-single-room-related .cms-romm-meta-related li:last-child {
  margin-right: 0;
}
.cms-single-room-related .cms-romm-meta-related li.room-bed {
  background-size: 25px 20px;
  padding-left: 30px;
}
.cms-single-room-related .sub-room-title {
  font-size: 17px;
  text-transform: uppercase;
}
.cms-single-room-related .owl-carousel {
  margin-top: 62px;
}
.cms-single-room-related .owl-carousel .owl-stage-outer {
  padding-left: 20px;
  padding-right: 20px;
  margin-left: -20px;
  margin-right: -20px;
}
.cms-single-room-related .owl-carousel .owl-nav {
  margin-top: 20px;
}
.cms-single-room-related .owl-carousel .owl-nav .owl-next, .cms-single-room-related .owl-carousel .owl-nav .owl-prev {
  position: static;
  transform: translate(0, 0);
  background: #222;
  border: none;
}
.cms-single-room-related .owl-carousel .owl-nav .owl-next:before, .cms-single-room-related .owl-carousel .owl-nav .owl-prev:before {
  font-weight: bold;
  font-size: 20px;
  color: #fff;
}
.cms-single-room-related .owl-carousel .owl-nav .owl-next:hover, .cms-single-room-related .owl-carousel .owl-nav .owl-prev:hover {
  background: #9f3133;
}
.cms-single-room-related .owl-carousel .owl-nav .owl-next {
  margin-left: 7px;
}
.cms-single-room-related .owl-carousel .owl-nav .owl-prev {
  margin-right: 7px;
}
.cms-single-room-related .cms-carousel-item {
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  margin-bottom: 30px;
}
.cms-single-room-related .cms-carousel-item:hover {
  -webkit-box-shadow: 0 0 35px rgba(0, 0, 0, 0.15);
  -khtml-box-shadow: 0 0 35px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 35px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0 0 35px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 0 35px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.15);
}
.cms-single-room-related .cms-carousel-item:hover .cms-room-holder {
  border-color: transparent;
}
.archive .cms-room-item {
  position: relative;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  margin-bottom: 50px;
}
@media screen and (max-width: 575px) {
  .archive .cms-room-item {
    margin-bottom: 20px;
  }
}
.archive .cms-room-item:hover {
  -webkit-box-shadow: 0px 2px 15px 2px rgba(0, 0, 0, 0.1);
  -khtml-box-shadow: 0px 2px 15px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 2px 15px 2px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0px 2px 15px 2px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px 2px 15px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 15px 2px rgba(0, 0, 0, 0.1);
}
.archive .cms-room-item .cms-sale-percent {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 35px;
  line-height: 35px;
  padding-left: 25px;
  padding-right: 25px;
  color: #fff;
  background: #9f3133;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  -webkit-border-radius: 0 0 10px 10px;
  -khtml-border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  -ms-border-radius: 0 0 10px 10px;
  -o-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;
}
.archive .cms-room-item:hover .cms-sale-percent {
  background-color: #222;
}
.archive .cms-room-item .cms-room-holder {
  text-align: center;
  padding: 0 30px 30px;
  border: 1px solid rgba(119, 119, 119, 0.2);
  border-top: none;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
@media screen and (max-width: 575px) {
  .archive .cms-room-item .cms-room-holder {
    padding-left: 0;
    padding-right: 0;
    border: none;
  }
}
.archive .cms-room-item .cms-room-holder .cms-room-meta-price {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .archive .cms-room-item .cms-room-holder .cms-room-meta-price {
    position: relative;
    top: -15px;
  }
}
@media screen and (max-width: 575px) {
  .archive .cms-room-item .cms-room-holder .cms-room-meta-price {
    margin-top: 20px;
  }
}
.archive .cms-room-item .cms-room-holder .cms-wrapper-price {
  -webkit-box-shadow: 0 0 13px rgba(0, 0, 0, 0.15);
  -khtml-box-shadow: 0 0 13px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 13px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0 0 13px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 0 13px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 13px rgba(0, 0, 0, 0.15);
  padding: 8px 20px;
  background-color: #fff;
  color: #222;
  font-family: 'Renner Medium';
}
.archive .cms-room-item .cms-room-holder .cms-wrapper-price .cms-price {
  color: #9f3133;
}
.archive .cms-room-item .cms-room-holder .cms-wrapper-price .cms-price.sale-old {
  margin-right: 5px;
  position: relative;
}
.archive .cms-room-item .cms-room-holder .cms-wrapper-price .cms-price.sale-old:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
  left: -2px;
  background-color: #9f3133;
}
.archive .cms-room-item .cms-room-holder .cms-wrapper-price .sale-old + .sale-price:before {
  position: relative;
  display: inline-block;
  content: "";
  width: 3px;
  height: 1px;
  background-color: #9f3133;
  top: -4px;
  left: -2px;
}
.archive .cms-room-item .cms-room-holder .cms-room-title {
  font-size: 20px;
  margin-bottom: 13px;
}
.archive .cms-room-item .cms-room-holder .cms-room-excerpt {
  margin-bottom: 15px;
}
.archive .cms-room-item .cms-room-holder .btn-book-now {
  text-transform: uppercase;
  font-weight: 500;
  font-family: 'Renner Medium';
  font-size: 13px;
  border-bottom: 1px solid;
}
.archive .cms-room-item .cms-room-image + .cms-room-holder {
  border-top: none;
}
.archive .cms-room-item .title-room-related {
  font-size: 45px;
  margin-bottom: 10px;
  padding-bottom: 0px;
}
.archive .cms-room-item .cms-romm-meta-related {
  padding-left: 0;
  margin-bottom: 25px !important;
  list-style: none;
}
.archive .cms-room-item .cms-romm-meta-related li {
  display: inline-block;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: 0% 50%;
  padding-left: 25px;
  margin-right: 23px;
}
.archive .cms-room-item .cms-romm-meta-related li:last-child {
  margin-right: 0;
}
.archive .cms-room-item .cms-romm-meta-related li.room-bed {
  background-size: 25px 20px;
  padding-left: 30px;
}
.single-swh-post .entry-featured-single {
  margin-bottom: 30px;
}
.single-swh-post .owl-nav {
  display: none;
}
.swh-row-total {
  position: relative;
}
.swh-row-total:before {
  content: '';
  position: absolute;
  width: 0;
  height: 4px;
  background-color: #9f3133;
  transition: width 1s ease 0s;
  top: 0;
  left: 0;
}
.swh-row-total.loading:before {
  width: 100%;
}
.cms-bootstrap-tabs-checkout .tab-reservation-room {
  border-bottom: none;
  padding-bottom: 53px;
}
.cms-bootstrap-tabs-checkout .tab-reservation-room li {
  margin-right: 0;
  padding-right: 90px;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 500;
  position: relative;
}
@media screen and (max-width: 1399px) {
  .cms-bootstrap-tabs-checkout .tab-reservation-room li {
    padding-right: 30px;
  }
}
@media screen and (max-width: 767px) {
  .cms-bootstrap-tabs-checkout .tab-reservation-room li {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 575px) {
  .cms-bootstrap-tabs-checkout .tab-reservation-room li {
    padding-right: 0;
    display: block;
    width: 100%;
    padding-bottom: 15px;
    margin-bottom: 25px;
  }
}
.cms-bootstrap-tabs-checkout .tab-reservation-room li a {
  font-size: 17px;
  text-transform: uppercase;
  color: #222;
  font-family: "Renner Medium";
}
.cms-bootstrap-tabs-checkout .tab-reservation-room li a span {
  margin-right: 15px;
  display: inline-block;
  width: 44px;
  line-height: 44px;
  text-align: center;
  height: 44px;
  border: 1px solid #222;
  -webkit-border-radius: 44px;
  -khtml-border-radius: 44px;
  -moz-border-radius: 44px;
  -ms-border-radius: 44px;
  -o-border-radius: 44px;
  border-radius: 44px;
}
.cms-bootstrap-tabs-checkout .tab-reservation-room li.active a span {
  color: #fff;
  border-color: #9f3133;
  background-color: #9f3133;
}
@media screen and (max-width: 575px) {
  .cms-bootstrap-tabs-checkout .tab-reservation-room {
    padding-bottom: 40px;
  }
  .cms-bootstrap-tabs-checkout .tab-reservation-room li {
    margin-bottom: 5px;
    margin-bottom: 0;
    padding: 10px;
    border: 1px solid #777;
  }
  .cms-bootstrap-tabs-checkout .tab-reservation-room li.active {
    border-color: #9f3133;
  }
  .cms-bootstrap-tabs-checkout .tab-reservation-room li.active a {
    color: #9f3133;
  }
}
.cms-bootstrap-tabs-checkout .swh-form-title {
  padding: 23px;
  background-color: #fff;
  box-shadow: 0 3px 29px rgba(0, 0, 0, 0.15);
  background-repeat: no-repeat;
  padding-left: 100px;
  background-position: 30px 50%;
  font-size: 17px;
  margin-bottom: 45px;
  color: #222;
}
.cms-bootstrap-tabs-checkout .swh-form-title span a {
  color: #9f3133;
  text-transform: uppercase;
  font-weight: 600;
}
.cms-bootstrap-tabs-checkout .swh-row-extra-service {
  margin-bottom: 50px;
  border: 1px solid rgba(119, 119, 119, 0.3);
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
.cms-bootstrap-tabs-checkout .swh-row-extra-service .swh-extra-service-label {
  padding: 22px 30px;
  color: #222;
}
@media screen and (min-width: 576px) {
  .cms-bootstrap-tabs-checkout .swh-row-extra-service .swh-extra-service-label {
    display: flex;
  }
  .cms-bootstrap-tabs-checkout .swh-row-extra-service .swh-extra-service-label .lb-title {
    flex-grow: 1;
  }
}
@media screen and (max-width: 575px) {
  .cms-bootstrap-tabs-checkout .swh-row-extra-service .swh-extra-service-label {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cms-bootstrap-tabs-checkout .swh-row-extra-service .swh-extra-service-label .lb-title {
  font-size: 20px;
  font-family: 'Renner Medium';
}
@media screen and (max-width: 575px) {
  .cms-bootstrap-tabs-checkout .swh-row-extra-service .swh-extra-service-label .lb-title {
    display: block;
    margin-bottom: 25px;
  }
}
.cms-bootstrap-tabs-checkout .swh-row-extra-service .swh-extra-service-label .lb-radio {
  position: relative;
  top: 5px;
}
.cms-bootstrap-tabs-checkout .swh-row-extra-service .swh-extra-service-label .lb-radio input {
  margin-right: 12px;
  position: relative;
  top: -1px;
}
.cms-bootstrap-tabs-checkout .swh-row-extra-service .swh-extra-service-label .lb-radio + .lb-radio {
  margin-left: 40px;
}
.cms-bootstrap-tabs-checkout .swh-row-extra-service .swh-extra-service-list {
  overflow: hidden;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  overflow: hidden;
}
.cms-bootstrap-tabs-checkout .swh-row-extra-service .swh-extra-service-list li {
  padding: 15px 30px;
  border-top: 1px solid rgba(119, 119, 119, 0.3);
  display: block;
}
@media screen and (max-width: 575px) {
  .cms-bootstrap-tabs-checkout .swh-row-extra-service .swh-extra-service-list li {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cms-bootstrap-tabs-checkout .swh-row-extra-service .swh-extra-service-list li + li {
  margin-top: 0 !important;
  /* Base for label styling */
}
.cms-bootstrap-tabs-checkout .swh-row-extra-service .swh-extra-service-list li [type="checkbox"]:not(:checked), .cms-bootstrap-tabs-checkout .swh-row-extra-service .swh-extra-service-list li [type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}
.cms-bootstrap-tabs-checkout .swh-row-extra-service .swh-extra-service-list li [type="checkbox"]:not(:checked) + label, .cms-bootstrap-tabs-checkout .swh-row-extra-service .swh-extra-service-list li [type="checkbox"]:checked + label {
  position: relative;
  padding-left: 1.95em;
  cursor: pointer;
  /* checkbox aspect */
}
.cms-bootstrap-tabs-checkout .swh-row-extra-service .swh-extra-service-list li [type="checkbox"]:not(:checked) + label:before, .cms-bootstrap-tabs-checkout .swh-row-extra-service .swh-extra-service-list li [type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 5px;
  width: 15px;
  height: 15px;
  border: 1px solid rgba(119, 119, 119, 0.3);
  background: #fff;
  border-radius: 2px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, .1);
  /* checked mark aspect */
}
.cms-bootstrap-tabs-checkout .swh-row-extra-service .swh-extra-service-list li [type="checkbox"]:not(:checked) + label:after, .cms-bootstrap-tabs-checkout .swh-row-extra-service .swh-extra-service-list li [type="checkbox"]:checked + label:after {
  content: '\2713\0020';
  position: absolute;
  top: 0px;
  left: 4px;
  font-size: 13px;
  color: #777;
  font-family: 'Lucida Sans Unicode', 'Arial Unicode MS', Arial;
  /* checked mark aspect changes */
}
.cms-bootstrap-tabs-checkout .swh-row-extra-service .swh-extra-service-list li [type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
.cms-bootstrap-tabs-checkout .swh-row-extra-service .swh-extra-service-list li [type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
  /* disabled checkbox */
}
.cms-bootstrap-tabs-checkout .swh-row-extra-service .swh-extra-service-list li [type="checkbox"]:disabled:not(:checked) + label:before, .cms-bootstrap-tabs-checkout .swh-row-extra-service .swh-extra-service-list li [type="checkbox"]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #777;
  background-color: #777;
}
.cms-bootstrap-tabs-checkout .swh-row-extra-service .swh-extra-service-list li [type="checkbox"]:disabled:checked + label:after {
  color: #777;
}
.cms-bootstrap-tabs-checkout .swh-row-extra-service .swh-extra-service-list li [type="checkbox"]:disabled + label {
  color: #777;
  /* accessibility */
}
.cms-bootstrap-tabs-checkout .swh-row-extra-service .swh-extra-service-list li [type="checkbox"]:checked:focus + label:before, .cms-bootstrap-tabs-checkout .swh-row-extra-service .swh-extra-service-list li [type="checkbox"]:not(:checked):focus + label:before {
  border: 2px dotted blue;
  /* hover style just for information */
}
.cms-bootstrap-tabs-checkout .swh-row-extra-service .swh-extra-service-list li label:hover:before {
  border: 1px solid #222 !important;
}
.cms-bootstrap-tabs-checkout .swh-row-extra-service .swh-extra-service-list li label {
  color: #222;
  margin-right: 5px;
}
.cms-bootstrap-tabs-checkout .swh-row-extra-service .swh-extra-service-list li + li {
  margin-top: 12px;
}
.cms-bootstrap-tabs-checkout .swh-row-total {
  padding: 10px 0 0;
  background-color: #222;
  color: #fff;
  margin-bottom: 40px;
}
.cms-bootstrap-tabs-checkout .swh-row-total .swh-item {
  padding: 32px 30px 30px;
}
@media screen and (max-width: 575px) {
  .cms-bootstrap-tabs-checkout .swh-row-total .swh-item {
    padding: 15px;
  }
}
.cms-bootstrap-tabs-checkout .swh-row-total .swh-item.swh-item-total {
  padding-top: 4px;
  padding-bottom: 10px;
  text-align: center;
}
@media screen and (max-width: 575px) {
  .cms-bootstrap-tabs-checkout .swh-row-total .swh-item.swh-item-total {
    padding: 15px;
  }
}
.cms-bootstrap-tabs-checkout .swh-row-total .swh-item.swh-item-total .swh-value {
  font-size: 50px;
  font-weight: bold;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
@media screen and (max-width: 575px) {
  .cms-bootstrap-tabs-checkout .swh-row-total .swh-item.swh-item-total .swh-value {
    font-size: 25px;
  }
}
.cms-bootstrap-tabs-checkout .swh-row-total .swh-item.swh-item-total .swh-value span {
  font-size: 25px;
  font-family: 'Renner Bold';
  position: relative;
  top: -18px;
  left: 2px;
  font-weight: bold;
}
@media screen and (max-width: 575px) {
  .cms-bootstrap-tabs-checkout .swh-row-total .swh-item.swh-item-total .swh-value span {
    font-size: 16px;
  }
}
.cms-bootstrap-tabs-checkout .swh-row-total .swh-item.swh-item-total .swh-suffixes {
  font-size: 25px;
  text-transform: uppercase;
  font-family: 'Renner Book';
  position: relative;
  left: -5px;
}
@media screen and (max-width: 575px) {
  .cms-bootstrap-tabs-checkout .swh-row-total .swh-item.swh-item-total .swh-suffixes {
    font-size: 15px;
  }
}
.cms-bootstrap-tabs-checkout .swh-row-total .swh-item + .swh-item {
  border-top: 1px solid #434343;
}
.cms-bootstrap-tabs-checkout .swh-row-total .swh-item .swh-item-row + .swh-item-row {
  margin-top: 3px;
}
.cms-bootstrap-tabs-checkout .swh-row-total .swh-item .swh-item-row label {
  text-transform: uppercase;
  color: #9f3133;
}
.cms-bootstrap-tabs-checkout .swh-row-total .swh-item .swh-item-row span {
  color: #fff;
}
.cms-bootstrap-tabs-checkout .swh-form-check-count {
  margin-bottom: 70px;
}
@media screen and (max-width: 991px) {
  .cms-bootstrap-tabs-checkout .swh-form-check-count {
    margin-bottom: 40px;
  }
}
.cms-bootstrap-tabs-checkout .swh-form-check-count .swh-filed label {
  color: #222;
  margin-bottom: 6px;
}
.cms-bootstrap-tabs-checkout .swh-form-check-count .swh-filed input {
  height: 43px;
  line-height: 43px;
  margin-bottom: 25px;
}
.cms-bootstrap-tabs-checkout .swh-form-check-count .swh-filed textarea {
  height: 140px;
  margin-bottom: 25px;
}
.cms-bootstrap-tabs-checkout .swh-form-check-count .btn.swh-checkout-submit {
  height: 43px;
  line-height: 43px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
  font-family: "Renner Medium";
  letter-spacing: 0.1em;
  background-color: #222;
  color: #fff;
  padding-left: 35px;
  padding-right: 35px;
}
.cms-bootstrap-tabs-checkout .swh-form-check-count .btn.swh-checkout-submit:hover {
  background-color: #9f3133;
}
.cms-bootstrap-tabs-checkout .cms-room-item-checkout {
  margin-bottom: 40px;
}
.cms-bootstrap-tabs-checkout .cms-room-item-checkout .swh-item-feature {
  position: relative;
}
.cms-bootstrap-tabs-checkout .cms-room-item-checkout .swh-item-feature img {
  width: 100%;
}
.cms-bootstrap-tabs-checkout .cms-room-item-checkout .swh-item-feature .cms-room-title {
  padding: 12px 25px;
  background-color: #222;
  color: #fff;
  font-size: 15px;
  font-family: 'Renner Book';
  position: absolute;
  top: 25px;
  right: 25px;
}
.cms-bootstrap-tabs-checkout .cms-room-item-checkout .swh-item-feature .cms-room-title a {
  color: inherit;
}
.cms-bootstrap-tabs-checkout .cms-room-item-checkout .swh-checking-edit {
  border: 1px solid rgba(34, 34, 34, 0.2);
  border-top: none;
  padding: 30px;
}
.cms-bootstrap-tabs-checkout .cms-room-item-checkout .swh-checking-edit .swh-room-edit {
  font-size: 17px;
  margin-bottom: 27px;
  font-weight: bold;
  letter-spacing: 0.1em;
  font-family: 'Renner Book';
  color: #222;
  text-transform: uppercase;
}
.cms-bootstrap-tabs-checkout .cms-room-item-checkout .swh-checking-edit .swh-room-edit .swh-edit {
  color: #9f3133;
  float: right;
  font-weight: normal;
}
.cms-bootstrap-tabs-checkout .cms-room-item-checkout .swh-checking-edit .swh-room-edit .swh-edit a {
  color: inherit;
}
.cms-bootstrap-tabs-checkout .cms-room-item-checkout .swh-checking-item {
  padding-bottom: 12px;
  border-bottom: 1px dotted rgba(34, 34, 34, 0.2);
}
.cms-bootstrap-tabs-checkout .cms-room-item-checkout .swh-checking-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.cms-bootstrap-tabs-checkout .cms-room-item-checkout .swh-checking-item + .swh-checking-item {
  margin-top: 10px;
}
.cms-bootstrap-tabs-checkout .cms-room-item-checkout .swh-checking-item .swh-wg-field i {
  margin-right: 7px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  background-color: #9f3133;
  font-size: 15px;
  color: #fff;
  -webkit-border-radius: 20px;
  -khtml-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
}
.cms-bootstrap-tabs-checkout .cms-room-item-checkout .swh-checking-item .swh-wg-field span {
  display: inline-block;
  color: #222;
}
.cms-bootstrap-tabs-checkout .cms-room-item-checkout .swh-checking-item .swh-wg-field + .swh-wg-field {
  margin-top: 5px;
}
.cms-bootstrap-tabs-checkout #tab-rome-tks {
  margin-top: -10px;
}
.cms-bootstrap-tabs-checkout #tab-rome-tks .swh-tks {
  overflow: hidden;
}
.cms-bootstrap-tabs-checkout #tab-rome-tks .swh-tks .name-administrators {
  font-size: 17px;
  font-style: italic;
  margin-bottom: 10px;
  color: #222;
}
.cms-bootstrap-tabs-checkout #tab-rome-tks .swh-tks .swh-tks-botton {
  padding-top: 10px;
  display: inline-block;
  float: right;
  text-align: center;
}
.cms-bootstrap-tabs-checkout #tab-rome-tks .swh-tks .swh-tks-botton .hotel-admin-position {
  font-size: 17px;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-weight: 500;
  color: #222;
}
.cms-bootstrap-tabs-checkout #tab-rome-tks .swh-tks .swh-tks-botton img {
  max-height: 51px;
  margin-bottom: 15px;
}
.cms-bootstrap-tabs-checkout #tab-rome-tks .swh-tks .swh-tks-botton .hotel-admin-name {
  color: #222;
  margin-bottom: 10px;
}
.cms-bootstrap-tabs-checkout #tab-rome-tks .swh-tks .shw-content-tks {
  color: #222;
}
.cms-bootstrap-tabs-checkout .swh-attention .swh-attention-title {
  background-repeat: no-repeat;
  padding-left: 37px;
  background-position: 0px 2px;
  font-size: 25px;
  font-weight: bold;
  color: #222;
  margin-bottom: 43px;
}
@media screen and (max-width: 991px) {
  .cms-bootstrap-tabs-checkout .swh-attention .swh-attention-title {
    margin-bottom: 20px;
  }
}
.cms-bootstrap-tabs-checkout .swh-attention .swh-attention-title label {
  color: #d20000;
}
.cms-bootstrap-tabs-checkout .swh-attention .shw-attention-content p + p {
  margin-top: 25px;
}
.cms-bootstrap-tabs-checkout .sidebar-room-checkout {
  padding-top: 98px;
}
@media screen and (max-width: 767px) {
  .cms-bootstrap-tabs-checkout .sidebar-room-checkout {
    padding-top: 55px;
  }
}
.cms-bootstrap-tabs-checkout .sidebar-room-checkouted img {
  margin-top: 30px;
  margin-bottom: 30px;
}
@media screen and (min-width: 992px) {
  .cms-bootstrap-tabs-checkout .sidebar-room-checkouted img {
    margin-top: 250px;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 40px;
  }
}
.cms-bootstrap-tabs-checkout .sidebar-room-checkouted .swh-bth-button {
  text-align: center;
}
.cms-bootstrap-tabs-checkout .sidebar-room-checkouted .swh-bth-button .btn-gohome {
  padding: 12px 45px;
  background: #222;
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
  display: inline-block;
  font-family: "Renner Medium";
  letter-spacing: 0.1em;
}
.cms-bootstrap-tabs-checkout .sidebar-room-checkouted .swh-bth-button .btn-gohome:hover {
  background: #9f3133;
}
.swh-checking-form-popup {
  padding: 20px !important;
  background-color: #fff;
}
.swh-checking-form-popup li span {
  color: #222;
  margin-bottom: 5px;
  display: block;
}
.swh-checking-form-popup li .wp-input {
  position: relative;
  z-index: 1;
}
.swh-checking-form-popup li .wp-input:after {
  content: "\f073";
  font-size: 15px;
  color: #9f3133;
  font-family: FontAwesome;
  position: absolute;
  top: 45%;
  right: 15px;
  transform: translate(0, -50%);
  z-index: 0;
}
.swh-checking-form-popup li.swh-room-package-booking {
  padding: 10px 15px;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
  border: 1px solid #d8d8d8;
}
.swh-checking-form-popup li.swh-room-package-booking span {
  margin-bottom: 0;
  display: inline-block;
  color: #222;
}
.swh-checking-form-popup li.swh-room-package-booking #swh-room-package-remove {
  -webkit-transition: all 0.3s linear 0ms;
  -khtml-transition: all 0.3s linear 0ms;
  -moz-transition: all 0.3s linear 0ms;
  -ms-transition: all 0.3s linear 0ms;
  -o-transition: all 0.3s linear 0ms;
  transition: all 0.3s linear 0ms;
  border: 1px solid red;
  color: red;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 20px;
  -khtml-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  text-align: center;
  line-height: 16px;
  position: relative;
  top: 2px;
}
.swh-checking-form-popup li #swh-room-check-out, .swh-checking-form-popup li #swh-room-check-in {
  padding-left: 12px;
  background-color: transparent;
  z-index: 1;
  cursor: pointer;
  position: relative;
}
.swh-checking-form-popup li.btn-book-inner {
  margin-top: 25px !important;
  text-align: center;
}
.swh-checking-form-popup li.btn-book-inner .btn-book-now {
  display: inline-block !important;
  width: auto !important;
  background-color: #222 !important;
  padding-left: 35px;
  padding-right: 35px;
}
.swh-checking-form-popup li.btn-book-inner .btn-book-now:hover {
  background-color: #9f3133 !important;
}
.swh-guests-night {
  display: flex;
}
.swh-guests-night .swh-guests {
  padding-right: 10px;
}
.swh-guests-night .swh-nights {
  padding-left: 10px;
}
.swh-guests-night .check-night-layout span {
  margin-bottom: 0;
}
.swh-guests-night .check-guest-layout-wrap {
  display: flex;
}
.swh-guests-night .check-guest-layout-wrap .check-guest-layout {
  flex-grow: 1;
}
.swh-guests-night .check-guest-layout-wrap .btn-up-dow {
  position: relative;
}
.swh-guests-night .check-guest-layout-wrap .btn-up-dow .btn-up {
  position: absolute;
  line-height: 1;
  top: 10px;
  right: 0;
}
.swh-guests-night .check-guest-layout-wrap .btn-up-dow .btn-dow {
  position: absolute;
  line-height: 1;
  bottom: 0px;
  right: 0;
}
.swh-guests-night .swh-guests, .swh-guests-night .swh-nights {
  flex-grow: 1;
  width: 50%;
}
.swh-guests-night .check-night-layout, .swh-guests-night .check-guest-layout-wrap {
  height: 42px;
  line-height: 42px;
  border: 1px solid rgba(119, 119, 119, 0.3);
  padding-left: 10px;
  padding-right: 10px;
}
#tab-rome-checkout .swh-informations-title {
  margin-top: -10px;
}
#tab-rome-checkout .swh-payments .swh-getinfo {
  margin-bottom: 42px;
}
#tab-rome-checkout .swh-payments .swh-getinfo .swh-table-info {
  overflow: hidden;
  border: 1px solid rgba(119, 119, 119, .15);
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
#tab-rome-checkout .swh-payments .swh-getinfo .swh-table-info .row-info {
  border-bottom: 1px solid rgba(119, 119, 119, .15);
  margin-bottom: -1px;
}
#tab-rome-checkout .swh-payments .swh-getinfo .swh-table-info .row-info .col-info {
  padding: 10px 20px;
}
@media screen and (max-width: 575px) {
  #tab-rome-checkout .swh-payments .swh-getinfo .swh-table-info .row-info .col-info {
    padding-bottom: 5px;
  }
  #tab-rome-checkout .swh-payments .swh-getinfo .swh-table-info .row-info .col-info + .col-info {
    padding-top: 0;
    padding-bottom: 15px;
  }
}
#tab-rome-checkout .swh-payments .swh-getinfo .swh-table-info .row-info .col-info label {
  margin-right: 8px;
  color: #222;
}
#tab-rome-checkout .swh-payments .swh-getinfo .swh-table-info .row-info .col-info span.inner-row-get-info {
  display: block;
}
#tab-rome-checkout .swh-payments .swh-getinfo .swh-table-info .row-info .col-info span.inner-row-get-info + .inner-row-get-info {
  color: #777;
}
#tab-rome-checkout .swh-payments .swh-getinfo .swh-table-info .row-info .col-info span.inner-row-get-info + .inner-row-get-info label {
  color: #777;
}
@media screen and (min-width: 576px) {
  #tab-rome-checkout .swh-payments .swh-getinfo .swh-table-info .row-info {
    display: flex;
  }
  #tab-rome-checkout .swh-payments .swh-getinfo .swh-table-info .row-info .col-info {
    flex-grow: 1;
    width: 50%;
    padding: 10px 15px;
  }
  #tab-rome-checkout .swh-payments .swh-getinfo .swh-table-info .row-info .col-info + .col-info {
    border-left: 1px solid rgba(119, 119, 119, .15);
  }
}
#tab-rome-checkout .swh-pm-method .swh-pm-method-item {
  padding: 15px;
  border: 1px solid rgba(119, 119, 119, .15);
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
#tab-rome-checkout .swh-pm-method .swh-pm-method-item + .swh-pm-method-item {
  margin-top: 15px;
}
#tab-rome-checkout .swh-pm-method .swh-pm-method-item .swh-field-radio {
  display: block;
  line-height: 1;
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-bottom: 4px;
  -webkit-transition: all 0.3s linear 0ms;
  -khtml-transition: all 0.3s linear 0ms;
  -moz-transition: all 0.3s linear 0ms;
  -ms-transition: all 0.3s linear 0ms;
  -o-transition: all 0.3s linear 0ms;
  transition: all 0.3s linear 0ms;
}
#tab-rome-checkout .swh-pm-method .swh-pm-method-item .swh-field-radio label {
  line-height: 1;
  font-family: 'Renner Book';
  font-size: 17px;
  letter-spacing: 0.03em;
  color: #777;
}
#tab-rome-checkout .swh-pm-method .swh-pm-method-item .swh-field-radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  z-index: 1;
  -webkit-transition: all 0.3s linear 0ms;
  -khtml-transition: all 0.3s linear 0ms;
  -moz-transition: all 0.3s linear 0ms;
  -ms-transition: all 0.3s linear 0ms;
  -o-transition: all 0.3s linear 0ms;
  transition: all 0.3s linear 0ms;
}
#tab-rome-checkout .swh-pm-method .swh-pm-method-item .swh-field-radio .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 18px;
  width: 18px;
  background-color: rgba(119, 119, 119, 0.15);
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #777;
  -webkit-transition: all 0.3s linear 0ms;
  -khtml-transition: all 0.3s linear 0ms;
  -moz-transition: all 0.3s linear 0ms;
  -ms-transition: all 0.3s linear 0ms;
  -o-transition: all 0.3s linear 0ms;
  transition: all 0.3s linear 0ms;
}
#tab-rome-checkout .swh-pm-method .swh-pm-method-item .swh-field-radio .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
#tab-rome-checkout .swh-pm-method .swh-pm-method-item .swh-field-radio input:checked ~ .checkmark:after {
  display: block;
}
#tab-rome-checkout .swh-pm-method .swh-pm-method-item .swh-field-radio .checkmark:after {
  top: 4px;
  left: 4px;
  width: 8px;
  height: 8px;
  background: #777;
  border-radius: 50%;
  -webkit-transition: all 0.3s linear 0ms;
  -khtml-transition: all 0.3s linear 0ms;
  -moz-transition: all 0.3s linear 0ms;
  -ms-transition: all 0.3s linear 0ms;
  -o-transition: all 0.3s linear 0ms;
  transition: all 0.3s linear 0ms;
}
#tab-rome-checkout .swh-pm-method .swh-pm-method-item .swh-field-radio label {
  position: relative;
  top: -5px;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.03em;
  color: #222;
}
#tab-rome-checkout .swh-pm-method .swh-pm-method-item .swh-notice label {
  margin-right: 5px;
  text-transform: uppercase;
}
#tab-rome-checkout .swh-pm-method .swh-pm-method-item .swh-notice label i {
  margin-right: 5px;
}
#tab-rome-checkout .swh-pm-method .swh-pm-method-item .swh-notice.swh-notice-transfer .swh-bank-account {
  border: 1px solid rgba(119, 119, 119, .15);
  overflow: hidden;
}
@media screen and (min-width: 576px) {
  #tab-rome-checkout .swh-pm-method .swh-pm-method-item .swh-notice.swh-notice-transfer .swh-bank-account {
    display: flex;
  }
  #tab-rome-checkout .swh-pm-method .swh-pm-method-item .swh-notice.swh-notice-transfer .swh-bank-account .col-bank-account {
    flex-grow: 1;
    width: 50%;
  }
  #tab-rome-checkout .swh-pm-method .swh-pm-method-item .swh-notice.swh-notice-transfer .swh-bank-account .col-bank-account + .col-bank-account {
    border-left: 1px solid rgba(119, 119, 119, .15);
  }
  #tab-rome-checkout .swh-pm-method .swh-pm-method-item .swh-notice.swh-notice-transfer .swh-bank-account .col-bank-account > div + div {
    border-top: 1px solid rgba(119, 119, 119, .15);
  }
}
#tab-rome-checkout .swh-pm-method .swh-pm-method-item .swh-notice.swh-notice-transfer .swh-bank-account .col-bank-account > div {
  padding: 10px 15px;
}
#tab-rome-checkout .swh-pm-method .swh-pm-method-item .swh-notice.swh-notice-transfer .swh-bank-account .col-bank-account > div label {
  color: #222;
}
#tab-rome-checkout .swh-pm-method .swh-pm-method-item .swh-notice.swh-notice-transfer .swh-bank-account .swh-account-item {
  margin-bottom: -1px;
  border-bottom: 1px solid rgba(119, 119, 119, .15);
}
#tab-rome-checkout .swh-payment-methods {
  margin-bottom: 35px;
}
#tab-rome-checkout .swh-row-btn-action {
  margin-top: 35px;
}
@media (max-width: 360px) {
  #tab-rome-checkout .swh-row-btn-action {
    padding: 10px;
    border: 1px solid rgba(119, 119, 119, 0.5);
  }
}
#tab-rome-checkout .swh-row-btn-action .swh-btn.swh-btn-back-to-reservation {
  height: 43px;
  line-height: 43px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
  background-color: #222;
  color: #fff;
  letter-spacing: 0.1em;
  font-family: "Renner Medium";
  display: inline-block;
  white-space: nowrap;
  padding-left: 35px;
  padding-right: 35px;
}
@media screen and (max-width: 575px) {
  #tab-rome-checkout .swh-row-btn-action .swh-btn.swh-btn-back-to-reservation {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (max-width: 360px) {
  #tab-rome-checkout .swh-row-btn-action .swh-btn.swh-btn-back-to-reservation {
    display: block;
    width: 100%;
    margin-bottom: 15px;
  }
}
#tab-rome-checkout .swh-row-btn-action .swh-btn.swh-btn-back-to-reservation:hover {
  background-color: #9f3133;
}
#tab-rome-checkout .row-accept .swh-accept-terms {
  display: block;
  line-height: 1;
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-bottom: 4px;
  -webkit-transition: all 0.3s linear 0ms;
  -khtml-transition: all 0.3s linear 0ms;
  -moz-transition: all 0.3s linear 0ms;
  -ms-transition: all 0.3s linear 0ms;
  -o-transition: all 0.3s linear 0ms;
  transition: all 0.3s linear 0ms;
}
#tab-rome-checkout .row-accept .swh-accept-terms label {
  line-height: 1;
  font-family: 'Renner Book';
  font-size: 17px;
  color: #777;
}
#tab-rome-checkout .row-accept .swh-accept-terms input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  z-index: 1;
  -webkit-transition: all 0.3s linear 0ms;
  -khtml-transition: all 0.3s linear 0ms;
  -moz-transition: all 0.3s linear 0ms;
  -ms-transition: all 0.3s linear 0ms;
  -o-transition: all 0.3s linear 0ms;
  transition: all 0.3s linear 0ms;
}
#tab-rome-checkout .row-accept .swh-accept-terms .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 18px;
  width: 18px;
  background-color: rgba(119, 119, 119, 0.15);
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #777;
  -webkit-transition: all 0.3s linear 0ms;
  -khtml-transition: all 0.3s linear 0ms;
  -moz-transition: all 0.3s linear 0ms;
  -ms-transition: all 0.3s linear 0ms;
  -o-transition: all 0.3s linear 0ms;
  transition: all 0.3s linear 0ms;
}
#tab-rome-checkout .row-accept .swh-accept-terms .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
#tab-rome-checkout .row-accept .swh-accept-terms input:checked ~ .checkmark:after {
  display: block;
}
#tab-rome-checkout .row-accept .swh-accept-terms .checkmark:after {
  top: 4px;
  left: 4px;
  width: 8px;
  height: 8px;
  background: #777;
  border-radius: 50%;
  -webkit-transition: all 0.3s linear 0ms;
  -khtml-transition: all 0.3s linear 0ms;
  -moz-transition: all 0.3s linear 0ms;
  -ms-transition: all 0.3s linear 0ms;
  -o-transition: all 0.3s linear 0ms;
  transition: all 0.3s linear 0ms;
}
#tab-rome-checkout .row-accept .swh-accept-terms label {
  position: relative;
  top: -5px;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.1em;
  color: #222;
}
#tab-rome-checkout .swh-btn-done-order {
  height: 43px;
  line-height: 43px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
  background-color: #222;
  color: #fff;
  letter-spacing: 0.1em;
  font-family: "Renner Medium";
  display: inline-block;
  white-space: nowrap;
  padding-left: 35px;
  padding-right: 35px;
}
@media screen and (max-width: 575px) {
  #tab-rome-checkout .swh-btn-done-order {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (max-width: 360px) {
  #tab-rome-checkout .swh-btn-done-order {
    display: block;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    margin-bottom: 0px;
  }
}
#tab-rome-checkout .swh-btn-done-order:hover {
  background-color: #9f3133;
}
.cms-widget-text2 {
  padding: 0 30px 28px;
  border: 1px solid rgba(119, 119, 119, 0.3);
  padding-bottom: 25px;
}
.cms-widget-text2 .widget-title {
  font-size: 20px;
  line-height: 24px;
  font-weight: bold;
  margin: 0px 0 30px 0;
  background-color: #222;
  padding: 23px 20px 23px 30px;
  margin-left: -31px;
  margin-right: -31px;
  color: #fff;
}
.cms-widget-text2 ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.cms-widget-text2 ul li {
  font-size: 15px;
  color: #222;
  line-height: 2;
}
.cms-widget-text2 ul li.wg-infor-title-inner {
  font-family: 'Playfair Display', serif;
  font-size: 20px;
  line-height: 26px;
  font-weight: bold;
  margin-top: 22px;
  margin-bottom: 3px;
}
.swh-title, .cms-bootstrap-tabs-checkout #tab-rome-tks .swh-tks .swh-tks-title, #tab-rome-checkout .swh-informations-title, #tab-rome-checkout .swh-payment-methods-title {
  font-size: 25px;
  font-weight: bold;
  color: #222;
  margin-bottom: 25px;
}
#ui-datepicker-div .ui-datepicker-prev:before {
  font-size: 20px;
}
#ui-datepicker-div .ui-datepicker-next:before {
  font-size: 20px;
}
.nice-select {
  outline: none;
}
.swh-checking-form {
  margin-left: -5px;
  margin-right: -5px;
  margin-bottom: 48px;
}
.swh-checking-form .swh-checking-wrap {
  display: table;
  width: 100%;
}
.swh-checking-form .swh-checking-wrap .swh-checking-item {
  width: 50%;
  float: left;
  padding: 5px;
}
.swh-checking-form .swh-checking-wrap .swh-checking-item .swh-wg-field {
  text-align: center;
  background: #222;
  padding: 22px 15px;
}
.swh-checking-form .swh-checking-wrap .swh-checking-item .swh-wg-field .date-label {
  color: #9f3133;
}
.swh-checking-form .swh-checking-wrap .swh-checking-item .swh-wg-field .head-label {
  letter-spacing: 0.03em;
  color: #fff;
  display: block;
  font-size: 15px;
  font-family: 'Renner Book';
  text-transform: uppercase;
  margin-bottom: 10px;
}
.swh-checking-form .swh-checking-wrap .swh-checking-item .swh-wg-field .date-label {
  font-family: 'Lora', serif;
  font-weight: bold;
}
.swh-checking-form .swh-checking-wrap .swh-checking-item .swh-wg-field .btn-change-in, .swh-checking-form .swh-checking-wrap .swh-checking-item .swh-wg-field .btn-change-out {
  display: block;
  width: 105px;
  height: 30px;
  font-family: "Renner Medium";
  font-size: 13px;
  line-height: 30px;
  background-color: #9f3133;
  color: #fff;
  position: relative;
  margin: 0 auto;
  cursor: pointer;
  text-transform: uppercase;
}
.swh-checking-form .swh-checking-wrap .swh-checking-item .swh-wg-field .btn-change-in input, .swh-checking-form .swh-checking-wrap .swh-checking-item .swh-wg-field .btn-change-out input {
  background-color: transparent;
  border: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
  color: transparent;
}
.swh-checking-form .swh-checking-wrap .swh-checking-item.swh-check-in .swh-wg-field .date-label, .swh-checking-form .swh-checking-wrap .swh-checking-item.swh-check-out .swh-wg-field .date-label {
  display: block;
  font-size: 45px;
}
.swh-checking-form .swh-checking-wrap .swh-checking-item.swh-check-in .swh-wg-field .detail-date-label, .swh-checking-form .swh-checking-wrap .swh-checking-item.swh-check-out .swh-wg-field .detail-date-label {
  font-size: 13px;
  color: #fff;
  text-transform: capitalize;
  display: block;
  font-family: 'Renner Book I';
  min-height: 50px;
  line-height: 22px;
  margin-top: 3px;
}
.swh-checking-form .swh-checking-wrap .swh-checking-item.swh-guests .check-guest-layout {
  width: 30px;
  text-align: right;
}
.swh-checking-form .swh-checking-wrap .swh-checking-item.swh-guests .swh-wg-field, .swh-checking-form .swh-checking-wrap .swh-checking-item.swh-nights .swh-wg-field {
  padding: 18px 15px 13px;
}
.swh-checking-form .swh-checking-wrap .swh-checking-item.swh-guests .swh-wg-field .head-label, .swh-checking-form .swh-checking-wrap .swh-checking-item.swh-nights .swh-wg-field .head-label {
  margin-bottom: 8px;
  letter-spacing: 0.1em;
}
.swh-checking-form .swh-checking-wrap .swh-checking-item.swh-guests .swh-wg-field .check-guest-layout, .swh-checking-form .swh-checking-wrap .swh-checking-item.swh-nights .swh-wg-field .check-guest-layout, .swh-checking-form .swh-checking-wrap .swh-checking-item.swh-guests .swh-wg-field .check-night-layout, .swh-checking-form .swh-checking-wrap .swh-checking-item.swh-nights .swh-wg-field .check-night-layout {
  font-size: 45px;
  color: #9f3133;
  display: inline-block;
  font-family: 'Lora', serif;
  font-weight: bold;
}
.swh-checking-form .swh-checking-wrap .swh-checking-item.swh-guests .swh-wg-field .btn-up-dow, .swh-checking-form .swh-checking-wrap .swh-checking-item.swh-nights .swh-wg-field .btn-up-dow {
  display: inline-block;
  width: 20px;
  position: relative;
  height: 28px;
}
.swh-checking-form .swh-checking-wrap .swh-checking-item.swh-guests .swh-wg-field .btn-up-dow .btn-up, .swh-checking-form .swh-checking-wrap .swh-checking-item.swh-nights .swh-wg-field .btn-up-dow .btn-up, .swh-checking-form .swh-checking-wrap .swh-checking-item.swh-guests .swh-wg-field .btn-up-dow .btn-dow, .swh-checking-form .swh-checking-wrap .swh-checking-item.swh-nights .swh-wg-field .btn-up-dow .btn-dow {
  position: absolute;
  font-size: 17px;
  cursor: pointer;
  left: 0;
  overflow: hidden;
  color: #fff;
}
.swh-checking-form .swh-checking-wrap .swh-checking-item.swh-guests .swh-wg-field .btn-up-dow .btn-up, .swh-checking-form .swh-checking-wrap .swh-checking-item.swh-nights .swh-wg-field .btn-up-dow .btn-up {
  top: -4px;
  width: 15px;
  height: 12px;
  line-height: 12px;
}
.swh-checking-form .swh-checking-wrap .swh-checking-item.swh-guests .swh-wg-field .btn-up-dow .btn-dow, .swh-checking-form .swh-checking-wrap .swh-checking-item.swh-nights .swh-wg-field .btn-up-dow .btn-dow {
  bottom: 4px;
  width: 15px;
  height: 12px;
  line-height: 12px;
}
.swh-checking-form .cms-room-btn {
  margin-top: 5px;
  padding-left: 5px;
  padding-right: 5px;
}
.swh-checking-form .cms-room-btn a {
  display: block;
  text-align: center;
  padding: 0 15px;
  height: 45px;
  line-height: 45px;
  font-size: 13px;
  background: #9f3133;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.1em;
  font-family: "Renner Medium";
  text-transform: uppercase;
}
.swh-checking-form .cms-room-btn a:hover {
  background: #222;
  color: #fff;
}
input#swh-room-check-in::selection {
  color: transparent;
  background: transparent;
}
.swh-search-default .swh-search-meta .swh-search-item .swh-wg-field {
  cursor: pointer;
}
.swh-search-default .swh-search-meta .swh-search-item .swh-wg-field label {
  font-size: 15px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 13px;
  margin-top: 5px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .swh-search-default .swh-search-meta .swh-search-item .swh-wg-field label {
    top: 16px;
  }
}
.swh-search-default .swh-search-meta .swh-search-item .swh-wg-field .date-checkin-layout, .swh-search-default .swh-search-meta .swh-search-item .swh-wg-field .date-checkout-layout {
  display: inline-block;
  margin-left: 10px;
  cursor: pointer;
}
.swh-search-default .swh-search-meta .swh-search-item .swh-wg-field .date-checkin-layout:after, .swh-search-default .swh-search-meta .swh-search-item .swh-wg-field .date-checkout-layout:after {
  display: inline-block;
  font-family: FontAwesome;
  content: '\f107';
  font-size: 25px;
  color: #777;
  margin-left: 15px;
}
.swh-search-default .swh-search-meta .swh-search-item .swh-wg-field .date-checkin-layout.swh-error, .swh-search-default .swh-search-meta .swh-search-item .swh-wg-field .date-checkout-layout.swh-error {
  color: red;
}
.swh-search-default .swh-search-meta .swh-search-item .swh-wg-field .date-checkin-layout .date, .swh-search-default .swh-search-meta .swh-search-item .swh-wg-field .date-checkout-layout .date {
  font-family: "Lora";
  font-size: 60px;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #222;
}
.swh-search-default .swh-search-meta .swh-search-item .swh-wg-field .date-checkin-layout .month, .swh-search-default .swh-search-meta .swh-search-item .swh-wg-field .date-checkout-layout .month {
  font-size: 20px;
  position: relative;
  padding-left: 20px;
  font-family: "Renner Book";
  top: -2px;
}
.swh-search-default .swh-search-meta .swh-search-item .swh-wg-field .date-checkin-layout .month:before, .swh-search-default .swh-search-meta .swh-search-item .swh-wg-field .date-checkout-layout .month:before {
  position: absolute;
  top: 1px;
  left: 5px;
  content: "/";
  display: inline-block;
  font-size: 17px;
  color: #777;
  transform: rotate(-5deg);
}
.swh-search-default .swh-search-meta .swh-search-item.swh-search-checkin .swh-wg-field input, .swh-search-default .swh-search-meta .swh-search-item.swh-search-checkout .swh-wg-field input {
  width: 1px;
  height: 1px;
  border: none;
  background-color: transparent;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
  position: absolute;
  bottom: 0;
  left: 15px;
  cursor: pointer;
}
.swh-search-default .swh-search-meta .swh-search-item.swh-search-checkin .swh-wg-field:before, .swh-search-default .swh-search-meta .swh-search-item.swh-search-checkout .swh-wg-field:before {
  position: absolute;
  display: block;
  content: "";
  width: 1px;
  height: 60px;
  right: 0px;
  background: #c8c8c8;
  top: 50%;
  transform: translate(0, -50%);
}
.swh-search-default .swh-search-meta .swh-search-item.swh-search-guests .guest-layout {
  width: 85px;
  font-size: 60px;
  color: #222;
  display: inline-block;
  font-family: "Lora";
  font-weight: 600;
  padding-right: 22px;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
.swh-search-default .swh-search-meta .swh-search-item.swh-search-guests .btn-up-dow {
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  width: 20px;
  height: 45px;
  font-size: 25px;
  display: inline-block;
  position: relative;
}
.swh-search-default .swh-search-meta .swh-search-item.swh-search-guests .btn-up-dow .btn-up, .swh-search-default .swh-search-meta .swh-search-item.swh-search-guests .btn-up-dow .btn-dow {
  color: #777;
}
.swh-search-default .swh-search-meta .swh-search-item.swh-search-submit {
  background: #222;
}
.swh-search-default .swh-search-meta .swh-search-item.swh-search-submit .btn {
  text-transform: uppercase;
  font-size: 15px;
  background-color: transparent;
  padding-left: 0;
  padding-right: 0;
  color: #fff;
  font-family: "Renner Medium";
}
.swh-search-default .swh-search-meta .swh-search-item.swh-search-submit .btn:focus {
  box-shadow: none;
}
.swh-search-default .swh-search-meta .swh-search-item.swh-search-submit .btn:hover {
  color: #9f3133;
}
@media screen and (min-width: 992px) {
  .swh-search-default .swh-search-meta {
    min-height: 185px;
    background: #fff;
    box-shadow: 6px 20px 40px rgba(0, 0, 0, 0.17);
    display: flex;
  }
  .swh-search-default .swh-search-meta .swh-search-item {
    width: 25%;
    flex-grow: 1;
    position: relative;
  }
  .swh-search-default .swh-search-meta .swh-search-item .swh-wg-field {
    position: absolute;
  }
  .swh-search-default .swh-search-meta .swh-search-item .swh-wg-field .date-checkin-layout .date, .swh-search-default .swh-search-meta .swh-search-item .swh-wg-field .date-checkout-layout .date {
    font-size: 60px;
  }
  .swh-search-default .swh-search-meta .swh-search-item.swh-search-checkin .swh-wg-field, .swh-search-default .swh-search-meta .swh-search-item.swh-search-checkout .swh-wg-field, .swh-search-default .swh-search-meta .swh-search-item.swh-search-guests .swh-wg-field {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .swh-search-default .swh-search-meta .swh-search-item.swh-search-checkin .swh-wg-field, .swh-search-default .swh-search-meta .swh-search-item.swh-search-checkout .swh-wg-field {
    width: 100%;
    padding-left: 65px;
  }
  .swh-search-default .swh-search-meta .swh-search-item.swh-search-checkin .swh-wg-field input, .swh-search-default .swh-search-meta .swh-search-item.swh-search-checkout .swh-wg-field input {
    width: 0px;
    height: 0px;
    border: none;
    background-color: transparent;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
    position: absolute;
    bottom: 0;
    left: 15px;
  }
  .swh-search-default .swh-search-meta .swh-search-item.swh-search-checkin .swh-wg-field:before, .swh-search-default .swh-search-meta .swh-search-item.swh-search-checkout .swh-wg-field:before {
    position: absolute;
    display: block;
    content: "";
    width: 1px;
    height: 60px;
    right: 0px;
    background: #c8c8c8;
    top: 50%;
    transform: translate(0, -50%);
  }
  .swh-search-default .swh-search-meta .swh-search-item.swh-search-guests .guest-layout {
    font-size: 60px;
    padding-right: 22px;
  }
  .swh-search-default .swh-search-meta .swh-search-item.swh-search-guests .btn-up-dow {
    width: 20px;
    height: 45px;
    font-size: 25px;
    position: relative;
  }
  .swh-search-default .swh-search-meta .swh-search-item.swh-search-guests .btn-up-dow .btn-up i {
    position: absolute;
    top: 5px;
    width: 100%;
    height: 5px;
    left: 0;
  }
  .swh-search-default .swh-search-meta .swh-search-item.swh-search-guests .btn-up-dow .btn-dow i {
    position: absolute;
    bottom: 20px;
    width: 100%;
    height: 5px;
    left: 0;
  }
  .swh-search-default .swh-search-meta .swh-search-item.swh-search-submit .swh-wg-field {
    top: 50%;
    transform: translate(0, -50%);
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .swh-search-default .swh-search-meta {
    display: table;
    width: 100%;
  }
  .swh-search-default .swh-search-meta .swh-search-item:not(.swh-search-submit) {
    width: 33.33%;
    float: left;
    height: 120px;
    border: 1px solid #d8d8d8;
    text-align: center;
    position: relative;
    margin-bottom: 30px;
    background: #fff;
  }
  .swh-search-default .swh-search-meta .swh-search-item:not(.swh-search-submit) .swh-wg-field {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
  }
  .swh-search-default .swh-search-meta .swh-search-item:not(.swh-search-submit) .swh-wg-field:before {
    background-color: transparent !important;
  }
  .swh-search-default .swh-search-meta .swh-search-item.swh-search-checkout {
    border-left: none;
    border-right: none;
  }
  .swh-search-default .swh-search-meta .swh-search-item:last-child {
    margin-top: 30px;
    width: 100%;
    clear: both;
  }
  .swh-search-default .swh-search-meta .swh-search-item .swh-wg-field label {
    font-size: 15px;
    margin-bottom: 5px;
  }
  .swh-search-default .swh-search-meta .swh-search-item .swh-wg-field .date-checkin-layout.swh-error, .swh-search-default .swh-search-meta .swh-search-item .swh-wg-field .date-checkout-layout.swh-error {
    color: red;
  }
  .swh-search-default .swh-search-meta .swh-search-item .swh-wg-field .date-checkin-layout .date, .swh-search-default .swh-search-meta .swh-search-item .swh-wg-field .date-checkout-layout .date {
    font-size: 30px;
  }
  .swh-search-default .swh-search-meta .swh-search-item.swh-search-guests .guest-layout {
    font-size: 30px;
    color: #222;
    display: inline-block;
    font-family: "Lora";
    padding-right: 22px;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
  }
  .swh-search-default .swh-search-meta .swh-search-item.swh-search-guests .btn-up-dow {
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    width: 20px;
    height: 38px;
    font-size: 25px;
    display: inline-block;
    position: relative;
  }
  .swh-search-default .swh-search-meta .swh-search-item.swh-search-guests .btn-up-dow .btn-up, .swh-search-default .swh-search-meta .swh-search-item.swh-search-guests .btn-up-dow .btn-dow {
    color: #777;
  }
  .swh-search-default .swh-search-meta .swh-search-item.swh-search-guests .btn-up-dow .btn-dow i {
    position: absolute;
    bottom: 10px;
    width: 100%;
    height: 5px;
  }
  .swh-search-default .swh-search-meta .swh-search-item.swh-search-guests .btn-up-dow .btn-up i {
    position: absolute;
    top: 10px;
    width: 100%;
    height: 5px;
  }
  .swh-search-default .swh-search-meta .swh-search-item.swh-search-submit {
    margin: 0 auto;
  }
  .swh-search-default .swh-search-meta .swh-search-item.swh-search-submit .btn {
    text-transform: uppercase;
    font-size: 15px;
    background-color: transparent;
    padding-left: 0;
    padding-right: 0;
  }
  .swh-search-default .swh-search-meta .swh-search-item.swh-search-submit .btn:hover {
    background: #fff !important;
    color: #9f3133;
  }
}
@media (min-width: 992px) and (max-width: 1360px) {
  .swh-search-default .swh-search-meta .swh-search-item.swh-search-checkin .swh-wg-field, .swh-search-default .swh-search-meta .swh-search-item.swh-search-checkout .swh-wg-field {
    padding-left: 0;
    text-align: center;
  }
  .swh-search-default .swh-search-meta .swh-search-item .swh-wg-field .date-checkin-layout .date, .swh-search-default .swh-search-meta .swh-search-item .swh-wg-field .date-checkout-layout .date {
    font-size: 40px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .swh-search-default .swh-search-meta .swh-search-item .swh-wg-field .date-checkin-layout .date, .swh-search-default .swh-search-meta .swh-search-item .swh-wg-field .date-checkout-layout .date {
    font-size: 20px;
  }
  .swh-search-default .swh-search-meta .swh-search-item.swh-search-guests .guest-layout {
    font-size: 20px;
    padding-right: 15px;
  }
  .swh-search-default .swh-search-meta .swh-search-item.swh-search-guests .btn-up-dow {
    height: 32px;
    font-size: 25px;
  }
  .swh-search-default .swh-search-meta .swh-search-item.swh-search-guests .btn-up-dow .btn-up i {
    top: 7px;
    left: 0;
  }
  .swh-search-default .swh-search-meta .swh-search-item.swh-search-guests .btn-up-dow .btn-dow i {
    bottom: 7px;
    left: 0;
  }
  .swh-search-default .swh-search-meta .swh-search-item.swh-search-submit {
    background-color: transparent;
  }
  .swh-search-default .swh-search-meta .swh-search-item.swh-search-submit .btn {
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #9f3133;
    color: #fff;
  }
  .swh-search-default .swh-search-meta .swh-search-item select:focus, .swh-search-default .swh-search-meta .swh-search-item input:focus {
    border-color: #9f3133;
  }
  .swh-search-default .swh-search-meta .swh-search-item select::-webkit-input-placeholder, .swh-search-default .swh-search-meta .swh-search-item input::-webkit-input-placeholder {
    font-style: normal;
    color: #fff;
    font-weight: 400;
  }
  .swh-search-default .swh-search-meta .swh-search-item select::-moz-placeholder, .swh-search-default .swh-search-meta .swh-search-item input::-moz-placeholder {
    font-style: normal;
    color: #fff;
    font-weight: 400;
  }
  .swh-search-default .swh-search-meta .swh-search-item select::-ms-input-placeholder, .swh-search-default .swh-search-meta .swh-search-item input::-ms-input-placeholder {
    font-style: normal;
    color: #fff;
    font-weight: 400;
  }
  .swh-search-default .swh-search-meta .swh-search-item select::-moz-placeholder, .swh-search-default .swh-search-meta .swh-search-item input::-moz-placeholder {
    font-style: normal;
    color: #fff;
    font-weight: 400;
  }
}
@media screen and (max-width: 767px) {
  .swh-search-default .swh-search-meta .swh-search-item.swh-search-submit {
    clear: both;
  }
  .swh-search-default .swh-search-meta .swh-search-item.swh-search-submit .swh-wg-field input {
    background: #9f3133 !important;
    border-color: #9f3133 !important;
    color: #fff;
    font-weight: 400;
  }
  .swh-search-default .swh-search-meta .swh-search-item.swh-search-submit .swh-wg-field input:hover {
    background-color: #222;
  }
  .swh-search-default .swh-search-meta .swh-search-item select:focus, .swh-search-default .swh-search-meta .swh-search-item input:focus {
    border-color: #9f3133;
  }
  .swh-search-default .swh-search-meta .swh-search-item select::-webkit-input-placeholder, .swh-search-default .swh-search-meta .swh-search-item input::-webkit-input-placeholder {
    font-style: normal;
    color: #fff;
    font-weight: 400;
  }
  .swh-search-default .swh-search-meta .swh-search-item select::-moz-placeholder, .swh-search-default .swh-search-meta .swh-search-item input::-moz-placeholder {
    font-style: normal;
    color: #fff;
    font-weight: 400;
  }
  .swh-search-default .swh-search-meta .swh-search-item select::-ms-input-placeholder, .swh-search-default .swh-search-meta .swh-search-item input::-ms-input-placeholder {
    font-style: normal;
    color: #fff;
    font-weight: 400;
  }
  .swh-search-default .swh-search-meta .swh-search-item select::-moz-placeholder, .swh-search-default .swh-search-meta .swh-search-item input::-moz-placeholder {
    font-style: normal;
    color: #fff;
    font-weight: 400;
  }
}
@media screen and (max-width: 575px) {
  .swh-search-default .swh-search-meta .swh-search-item:not(.swh-search-submit) {
    width: 100%;
    float: none;
    margin-bottom: 17px;
    height: auto;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
  }
  .swh-search-default .swh-search-meta .swh-search-item:not(.swh-search-submit) .swh-wg-field {
    padding: 15px;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    position: static;
    -webkit-transform: translate(0, 0);
    -khtml-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .swh-search-default .swh-search-meta .swh-search-item:not(.swh-search-submit) .swh-wg-field label {
    flex-grow: 0;
    font-size: 13px;
    margin-bottom: 5px;
    width: 150px;
    border-right: 1px solid #ccc;
    padding-right: 15px;
    padding-left: 30px;
    text-align: left;
  }
  .swh-search-default .swh-search-meta .swh-search-item:not(.swh-search-submit) .swh-wg-field .date-checkin-layout, .swh-search-default .swh-search-meta .swh-search-item:not(.swh-search-submit) .swh-wg-field .date-checkout-layout {
    flex-grow: 1;
    text-align: left;
    padding-left: 38px;
  }
  .swh-search-default .swh-search-meta .swh-search-item:not(.swh-search-submit) .swh-wg-field .date-checkin-layout .date, .swh-search-default .swh-search-meta .swh-search-item:not(.swh-search-submit) .swh-wg-field .date-checkout-layout .date, .swh-search-default .swh-search-meta .swh-search-item:not(.swh-search-submit) .swh-wg-field .date-checkin-layout .month, .swh-search-default .swh-search-meta .swh-search-item:not(.swh-search-submit) .swh-wg-field .date-checkout-layout .month {
    font-size: 15px;
  }
  .swh-search-default .swh-search-meta .swh-search-item:not(.swh-search-submit) .swh-wg-field .date-checkin-layout .month:before, .swh-search-default .swh-search-meta .swh-search-item:not(.swh-search-submit) .swh-wg-field .date-checkout-layout .month:before {
    font-size: 12px;
  }
  .swh-search-default .swh-search-meta .swh-search-item:not(.swh-search-submit) .swh-wg-field .date-checkin-layout:after, .swh-search-default .swh-search-meta .swh-search-item:not(.swh-search-submit) .swh-wg-field .date-checkout-layout:after {
    font-size: 20px;
  }
  .swh-search-default .swh-search-meta .swh-search-item:not(.swh-search-submit) .swh-wg-field .date-checkout-layout {
    flex-grow: 1;
  }
  .swh-search-default .swh-search-meta .swh-search-item.swh-search-checkout {
    border-left: 1px solid #d8d8d8;
    border-right: 1px solid #d8d8d8;
  }
  .swh-search-default .swh-search-meta .swh-search-item.swh-search-guests .swh-wg-field {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .swh-search-default .swh-search-meta .swh-search-item.swh-search-guests .guest-layout {
    font-size: 20px;
    padding-right: 0;
    padding-left: 20px;
  }
  .swh-search-default .swh-search-meta .swh-search-item.swh-search-guests .btn-up-dow {
    height: 20px;
  }
  .swh-search-default .swh-search-meta .swh-search-item.swh-search-guests .btn-up-dow i {
    font-size: 20px;
  }
  .swh-search-default .swh-search-meta .swh-search-item.swh-search-guests .btn-up-dow .btn-up i {
    top: -8px;
    left: 0;
  }
  .swh-search-default .swh-search-meta .swh-search-item.swh-search-guests .btn-up-dow .btn-dow i {
    bottom: 8px;
    left: 0;
  }
  .swh-search-default .swh-search-meta .swh-search-item.swh-search-submit {
    background-color: transparent;
  }
  .swh-search-default .swh-search-meta .swh-search-item.swh-search-submit .swh-wg-field input {
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
  }
}
@media (max-width: 480px) {
  .swh-search-default .swh-search-meta .swh-search-item:not(.swh-search-submit) .swh-wg-field label {
    width: 120px;
    padding-left: 0px;
  }
  .swh-search-default .swh-search-meta .swh-search-item:not(.swh-search-submit) .swh-wg-field .date-checkin-layout, .swh-search-default .swh-search-meta .swh-search-item:not(.swh-search-submit) .swh-wg-field .date-checkout-layout {
    padding-left: 18px;
  }
}
.swh-search-layout2 .swh-search-meta .swh-search-item input, .swh-search-layout2 .swh-search-meta .swh-search-item select {
  border: 2px solid #d1d6d8;
  background: transparent;
  height: 65px;
  line-height: 63px;
  padding: 0 15px;
  margin-bottom: 0;
  font-size: 20px;
  position: relative;
  z-index: 1;
}
.swh-search-layout2 .swh-search-meta .swh-search-item input:focus, .swh-search-layout2 .swh-search-meta .swh-search-item select:focus {
  border-color: #9f3133;
}
.swh-search-layout2 .swh-search-meta .swh-search-item input::-webkit-input-placeholder, .swh-search-layout2 .swh-search-meta .swh-search-item select::-webkit-input-placeholder {
  color: #fff;
}
.swh-search-layout2 .swh-search-meta .swh-search-item input::-moz-placeholder, .swh-search-layout2 .swh-search-meta .swh-search-item select::-moz-placeholder {
  color: #fff;
}
.swh-search-layout2 .swh-search-meta .swh-search-item input::-ms-input-placeholder, .swh-search-layout2 .swh-search-meta .swh-search-item select::-ms-input-placeholder {
  color: #fff;
}
.swh-search-layout2 .swh-search-meta .swh-search-item input::-moz-placeholder, .swh-search-layout2 .swh-search-meta .swh-search-item select::-moz-placeholder {
  color: #fff;
}
.swh-search-layout2 .swh-search-meta .swh-search-item input option, .swh-search-layout2 .swh-search-meta .swh-search-item select option {
  color: #222;
}
.swh-search-layout2 .swh-search-meta .swh-search-item.swh-search-checkin .swh-wg-field, .swh-search-layout2 .swh-search-meta .swh-search-item.swh-search-checkout .swh-wg-field {
  height: 65px;
  position: relative;
}
.swh-search-layout2 .swh-search-meta .swh-search-item.swh-search-checkin .swh-wg-field:after, .swh-search-layout2 .swh-search-meta .swh-search-item.swh-search-checkout .swh-wg-field:after {
  content: "\f073";
  font-size: 15px;
  color: #fff;
  font-family: FontAwesome;
  position: absolute;
  top: 48%;
  right: 15px;
  transform: translate(0, -50%);
  z-index: 0;
}
.swh-search-layout2 .swh-search-meta .swh-search-item.swh-search-adult .nice-select, .swh-search-layout2 .swh-search-meta .swh-search-item.swh-search-styleroom .nice-select {
  font-size: 15px;
  height: 65px;
  border: 2px solid #d1d6d8;
  position: relative;
  cursor: pointer;
}
.swh-search-layout2 .swh-search-meta .swh-search-item.swh-search-adult .nice-select:focus, .swh-search-layout2 .swh-search-meta .swh-search-item.swh-search-styleroom .nice-select:focus {
  border: 2px solid #9f3133;
}
.swh-search-layout2 .swh-search-meta .swh-search-item.swh-search-adult .nice-select span.current, .swh-search-layout2 .swh-search-meta .swh-search-item.swh-search-styleroom .nice-select span.current {
  height: 65px;
  line-height: 65px;
  padding-left: 15px;
  color: #fff;
}
.swh-search-layout2 .swh-search-meta .swh-search-item.swh-search-adult .nice-select:after, .swh-search-layout2 .swh-search-meta .swh-search-item.swh-search-styleroom .nice-select:after {
  content: "\f0dd";
  font-size: 15px;
  color: #fff;
  font-family: FontAwesome;
  position: absolute;
  top: 48%;
  right: 15px;
  transform: translate(0, -50%);
}
.swh-search-layout2 .swh-search-meta .swh-search-item.swh-search-adult .nice-select .list, .swh-search-layout2 .swh-search-meta .swh-search-item.swh-search-styleroom .nice-select .list {
  font-size: 14px;
}
.swh-search-layout2 .swh-search-meta .swh-search-item.swh-search-submit .swh-wg-field input {
  border: none;
  height: 65px;
  line-height: 65px;
  font-size: 15px;
  font-weight: 500;
  background: #fff;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 992px) {
  .swh-search-layout2 .swh-search-meta {
    display: flex;
    margin-left: -15px;
    margin-right: -15px;
  }
  .swh-search-layout2 .swh-search-meta .swh-search-item {
    flex-grow: 1;
    margin-left: 15px;
    margin-right: 15px;
  }
  .swh-search-layout2 .swh-search-meta .swh-search-item.swh-search-checkin .swh-wg-field, .swh-search-layout2 .swh-search-meta .swh-search-item.swh-search-checkout .swh-wg-field {
    height: 65px;
    position: relative;
  }
  .swh-search-layout2 .swh-search-meta .swh-search-item.swh-search-checkin .swh-wg-field:after, .swh-search-layout2 .swh-search-meta .swh-search-item.swh-search-checkout .swh-wg-field:after {
    font-size: 20px;
  }
  .swh-search-layout2 .swh-search-meta .swh-search-item.swh-search-adult select:focus, .swh-search-layout2 .swh-search-meta .swh-search-item.swh-search-styleroom select:focus {
    border-color: #9f3133;
  }
  .swh-search-layout2 .swh-search-meta .swh-search-item.swh-search-adult select::-webkit-input-placeholder, .swh-search-layout2 .swh-search-meta .swh-search-item.swh-search-styleroom select::-webkit-input-placeholder {
    font-style: normal;
    color: #fff;
  }
  .swh-search-layout2 .swh-search-meta .swh-search-item.swh-search-adult select::-moz-placeholder, .swh-search-layout2 .swh-search-meta .swh-search-item.swh-search-styleroom select::-moz-placeholder {
    font-style: normal;
    color: #fff;
  }
  .swh-search-layout2 .swh-search-meta .swh-search-item.swh-search-adult select::-ms-input-placeholder, .swh-search-layout2 .swh-search-meta .swh-search-item.swh-search-styleroom select::-ms-input-placeholder {
    font-style: normal;
    color: #fff;
  }
  .swh-search-layout2 .swh-search-meta .swh-search-item.swh-search-adult select::-moz-placeholder, .swh-search-layout2 .swh-search-meta .swh-search-item.swh-search-styleroom select::-moz-placeholder {
    font-style: normal;
    color: #fff;
  }
  .swh-search-layout2 .swh-search-meta .swh-search-item.swh-search-adult select option, .swh-search-layout2 .swh-search-meta .swh-search-item.swh-search-styleroom select option {
    color: #222;
  }
  .swh-search-layout2 .swh-search-meta .swh-search-item.swh-search-adult .nice-select, .swh-search-layout2 .swh-search-meta .swh-search-item.swh-search-styleroom .nice-select {
    font-size: 20px;
  }
  .swh-search-layout2 .swh-search-meta .swh-search-item.swh-search-adult .nice-select:after, .swh-search-layout2 .swh-search-meta .swh-search-item.swh-search-styleroom .nice-select:after {
    font-size: 20px;
  }
  .swh-search-layout2 .swh-search-meta .swh-search-item.swh-search-adult .nice-select.open:focus, .swh-search-layout2 .swh-search-meta .swh-search-item.swh-search-styleroom .nice-select.open:focus {
    border-color: #9f3133;
  }
  .swh-search-layout2 .swh-search-meta .swh-search-item.swh-search-adult, .swh-search-layout2 .swh-search-meta .swh-search-item.swh-search-styleroom, .swh-search-layout2 .swh-search-meta .swh-search-item.swh-search-submit {
    width: 13%;
  }
  .swh-search-layout2 .swh-search-meta .swh-search-item.swh-search-submit .swh-wg-field input {
    height: 65px;
    line-height: 65px;
    font-weight: 500;
    text-transform: uppercase;
  }
  .swh-search-layout2 .swh-search-meta .swh-search-item.swh-search-adult, .swh-search-layout2 .swh-search-meta .swh-search-item.swh-search-styleroom, .swh-search-layout2 .swh-search-meta .swh-search-item.swh-search-submit {
    width: auto;
  }
}
@media screen and (max-width: 991px) {
  .swh-search-layout2 .swh-search-meta {
    margin-left: -15px;
    margin-right: -15px;
  }
  .swh-search-layout2 .swh-search-meta .swh-search-item {
    padding-left: 15px;
    padding-right: 15px;
  }
  .swh-search-layout2 .swh-search-meta .swh-search-item:not(.swh-search-submit) {
    margin-bottom: 30px;
    float: left;
    width: 50%;
  }
  .swh-search-layout2 .swh-search-meta .swh-search-item.swh-search-submit {
    margin-bottom: 20px;
  }
  .swh-search-layout2 .swh-search-meta .swh-search-item.swh-search-adult .nice-select, .swh-search-layout2 .swh-search-meta .swh-search-item.swh-search-styleroom .nice-select {
    font-size: 15px;
  }
  .swh-search-layout2 .swh-search-meta .swh-search-item.swh-search-adult .nice-select:after, .swh-search-layout2 .swh-search-meta .swh-search-item.swh-search-styleroom .nice-select:after {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .swh-search-layout2 {
    padding: 30px 15px 15px;
    background: #222;
  }
  .swh-search-layout2 .swh-search-meta .swh-search-item .swh-wg-field:after {
    z-index: 0 !important;
  }
  .swh-search-layout2 .swh-search-meta .swh-search-item .swh-wg-field .nice-select span {
    color: #fff;
  }
  .swh-search-layout2 .swh-search-meta .swh-search-item select, .swh-search-layout2 .swh-search-meta .swh-search-item input {
    position: relative;
    z-index: 2;
  }
}
@media screen and (max-width: 575px) {
  .swh-search-layout2 .swh-search-meta .swh-search-item:not(.swh-search-submit) {
    float: none;
    width: 100%;
  }
  .swh-search-layout2 .swh-search-meta .swh-search-item.swh-search-submit {
    margin-bottom: 20px;
  }
  .swh-search-layout2 .swh-search-meta .swh-search-item.swh-search-submit .swh-wg-field .btn {
    height: 45px;
    line-height: 45px;
  }
}
.swh-search-layout3 .swh-search-meta .swh-search-item input {
  margin-bottom: 0;
}
.swh-search-layout3 .swh-search-meta .swh-search-item.swh-search-guests .swh-wg-field .nice-select {
  border: 1px solid transparent;
  background: transparent;
  height: 45px;
  line-height: 45px;
  padding: 0 15px;
  color: #222;
  margin-bottom: 0;
  font-size: 15px;
}
.swh-search-layout3 .swh-search-meta .swh-search-item.swh-search-guests .swh-wg-field .nice-select:focus {
  border: 2px solid #9f3133;
}
.swh-search-layout3 .swh-search-meta .swh-search-item.swh-search-guests .swh-wg-field .nice-select:after {
  content: "\f0dd";
  font-size: 15px;
  color: #222;
  font-family: FontAwesome;
  top: 46%;
  right: 20px;
}
.swh-search-layout3 .swh-search-meta .swh-search-item.swh-search-checkin .swh-wg-field, .swh-search-layout3 .swh-search-meta .swh-search-item.swh-search-checkout .swh-wg-field {
  position: relative;
  z-index: 1;
}
.swh-search-layout3 .swh-search-meta .swh-search-item.swh-search-checkin .swh-wg-field input, .swh-search-layout3 .swh-search-meta .swh-search-item.swh-search-checkout .swh-wg-field input {
  height: 65px;
  border: 2px solid #d8d8d8;
  background-color: transparent;
}
.swh-search-layout3 .swh-search-meta .swh-search-item.swh-search-checkin .swh-wg-field:after, .swh-search-layout3 .swh-search-meta .swh-search-item.swh-search-checkout .swh-wg-field:after {
  content: "\f073";
  font-size: 15px;
  color: #222;
  font-family: FontAwesome;
  position: absolute;
  top: 48%;
  right: 15px;
  transform: translate(0, -50%);
  z-index: 0;
}
.swh-search-layout3 .swh-search-meta .swh-search-item.swh-search-checkin .swh-wg-field:focus .number-guests, .swh-search-layout3 .swh-search-meta .swh-search-item.swh-search-checkout .swh-wg-field:focus .number-guests {
  color: transparent;
}
.swh-search-layout3 .swh-search-meta .swh-search-item.swh-search-checkin .swh-wg-field .btn-up-dow, .swh-search-layout3 .swh-search-meta .swh-search-item.swh-search-checkout .swh-wg-field .btn-up-dow {
  width: auto;
  height: 45px;
  font-size: 15px;
}
.swh-search-layout3 .swh-search-meta .swh-search-item.swh-search-checkin .swh-wg-field .btn-up-dow .btn-up, .swh-search-layout3 .swh-search-meta .swh-search-item.swh-search-checkout .swh-wg-field .btn-up-dow .btn-up {
  position: relative;
  top: 6px;
}
.swh-search-layout3 .swh-search-meta .swh-search-item.swh-search-checkin .swh-wg-field .btn-up-dow .btn-up i, .swh-search-layout3 .swh-search-meta .swh-search-item.swh-search-checkout .swh-wg-field .btn-up-dow .btn-up i {
  position: absolute;
  left: -10px;
}
.swh-search-layout3 .swh-search-meta .swh-search-item.swh-search-checkin .swh-wg-field .btn-up-dow .btn-dow, .swh-search-layout3 .swh-search-meta .swh-search-item.swh-search-checkout .swh-wg-field .btn-up-dow .btn-dow {
  position: relative;
  bottom: -22px;
}
.swh-search-layout3 .swh-search-meta .swh-search-item.swh-search-checkin .swh-wg-field .btn-up-dow .btn-dow i, .swh-search-layout3 .swh-search-meta .swh-search-item.swh-search-checkout .swh-wg-field .btn-up-dow .btn-dow i {
  position: absolute;
  left: -10px;
}
.swh-search-layout3 .swh-search-meta .swh-search-item.swh-search-submit {
  width: 100%;
}
.swh-search-layout3 .swh-search-meta .swh-search-item.swh-search-submit .swh-wg-field input {
  height: 45px;
  line-height: 45px;
  font-weight: 500;
  color: #fff;
  background-color: #222;
  text-transform: uppercase;
}
@media screen and (min-width: 992px) {
  .swh-search-layout3 .swh-search-meta {
    display: flex;
    margin-left: -15px;
    margin-right: -15px;
  }
  .swh-search-layout3 .swh-search-meta .swh-search-item {
    flex-grow: 1;
    margin-left: 15px;
    margin-right: 15px;
    width: 25%;
  }
  .swh-search-layout3 .swh-search-meta .swh-search-item.swh-search-guests {
    width: 15%;
  }
  .swh-search-layout3 .swh-search-meta .swh-search-item.swh-search-guests .swh-wg-field .nice-select {
    border: 2px solid #fff;
    background: transparent;
    height: 65px;
    line-height: 63px;
    padding: 0 15px;
    color: #fff;
    margin-bottom: 0;
    font-size: 20px;
  }
  .swh-search-layout3 .swh-search-meta .swh-search-item.swh-search-guests .swh-wg-field .nice-select:after {
    content: "\f0dd";
    font-size: 20px;
    color: #fff;
    font-family: FontAwesome;
    top: 46%;
    right: 20px;
  }
  .swh-search-layout3 .swh-search-meta .swh-search-item.swh-search-checkin .swh-wg-field, .swh-search-layout3 .swh-search-meta .swh-search-item.swh-search-checkout .swh-wg-field {
    height: 65px;
    position: relative;
  }
  .swh-search-layout3 .swh-search-meta .swh-search-item.swh-search-checkin .swh-wg-field:after, .swh-search-layout3 .swh-search-meta .swh-search-item.swh-search-checkout .swh-wg-field:after {
    content: "\f073";
    font-size: 20px;
    color: #fff;
    font-family: FontAwesome;
    position: absolute;
    top: 48%;
    right: 15px;
    transform: translate(0, -50%);
    z-index: -1;
  }
  .swh-search-layout3 .swh-search-meta .swh-search-item.swh-search-checkin .swh-wg-field:focus .number-guests, .swh-search-layout3 .swh-search-meta .swh-search-item.swh-search-checkout .swh-wg-field:focus .number-guests {
    color: transparent;
  }
  .swh-search-layout3 .swh-search-meta .swh-search-item.swh-search-checkin .swh-wg-field .btn-up-dow, .swh-search-layout3 .swh-search-meta .swh-search-item.swh-search-checkout .swh-wg-field .btn-up-dow {
    width: auto;
    height: 45px;
    font-size: 25px;
  }
  .swh-search-layout3 .swh-search-meta .swh-search-item.swh-search-checkin .swh-wg-field .btn-up-dow .btn-up, .swh-search-layout3 .swh-search-meta .swh-search-item.swh-search-checkout .swh-wg-field .btn-up-dow .btn-up {
    position: relative;
    top: 6px;
  }
  .swh-search-layout3 .swh-search-meta .swh-search-item.swh-search-checkin .swh-wg-field .btn-up-dow .btn-up i, .swh-search-layout3 .swh-search-meta .swh-search-item.swh-search-checkout .swh-wg-field .btn-up-dow .btn-up i {
    position: absolute;
    left: -10px;
  }
  .swh-search-layout3 .swh-search-meta .swh-search-item.swh-search-checkin .swh-wg-field .btn-up-dow .btn-dow, .swh-search-layout3 .swh-search-meta .swh-search-item.swh-search-checkout .swh-wg-field .btn-up-dow .btn-dow {
    position: relative;
    bottom: -22px;
  }
  .swh-search-layout3 .swh-search-meta .swh-search-item.swh-search-checkin .swh-wg-field .btn-up-dow .btn-dow i, .swh-search-layout3 .swh-search-meta .swh-search-item.swh-search-checkout .swh-wg-field .btn-up-dow .btn-dow i {
    position: absolute;
    left: -10px;
  }
  .swh-search-layout3 .swh-search-meta .swh-search-item.swh-search-checkin input, .swh-search-layout3 .swh-search-meta .swh-search-item.swh-search-checkout input {
    border: 1px solid #fff;
    background: transparent;
    height: 65px;
    line-height: 63px;
    padding: 0 15px;
    margin-bottom: 0;
    font-size: 20px;
  }
  .swh-search-layout3 .swh-search-meta .swh-search-item.swh-search-checkin input:focus, .swh-search-layout3 .swh-search-meta .swh-search-item.swh-search-checkout input:focus {
    border-color: #9f3133;
  }
  .swh-search-layout3 .swh-search-meta .swh-search-item.swh-search-checkin input::-webkit-input-placeholder, .swh-search-layout3 .swh-search-meta .swh-search-item.swh-search-checkout input::-webkit-input-placeholder {
    font-style: normal;
    color: #fff;
  }
  .swh-search-layout3 .swh-search-meta .swh-search-item.swh-search-checkin input::-moz-placeholder, .swh-search-layout3 .swh-search-meta .swh-search-item.swh-search-checkout input::-moz-placeholder {
    font-style: normal;
    color: #fff;
  }
  .swh-search-layout3 .swh-search-meta .swh-search-item.swh-search-checkin input::-ms-input-placeholder, .swh-search-layout3 .swh-search-meta .swh-search-item.swh-search-checkout input::-ms-input-placeholder {
    font-style: normal;
    color: #fff;
  }
  .swh-search-layout3 .swh-search-meta .swh-search-item.swh-search-checkin input::-moz-placeholder, .swh-search-layout3 .swh-search-meta .swh-search-item.swh-search-checkout input::-moz-placeholder {
    font-style: normal;
    color: #fff;
  }
  .swh-search-layout3 .swh-search-meta .swh-search-item.swh-search-submit {
    width: 18%;
  }
  .swh-search-layout3 .swh-search-meta .swh-search-item.swh-search-submit .swh-wg-field input {
    height: 65px;
    line-height: 65px;
    font-weight: 500;
    background-color: #fff;
    color: #222;
    text-transform: uppercase;
  }
  .swh-search-layout3 .swh-search-meta .swh-search-item.swh-search-submit .swh-wg-field input:hover {
    background: #9f3133;
    color: #fff;
  }
}
@media screen and (max-width: 991px) {
  .swh-search-layout3 {
    padding: 30px 15px 15px;
    background-color: #222;
  }
  .swh-search-layout3 .swh-search-meta {
    margin-left: -15px;
    margin-right: -15px;
  }
  .swh-search-layout3 .swh-search-meta .swh-search-item {
    padding-left: 15px;
    padding-right: 15px;
  }
  .swh-search-layout3 .swh-search-meta .swh-search-item:not(.swh-search-submit) {
    margin-bottom: 30px;
    float: left;
    width: 33.33%;
  }
  .swh-search-layout3 .swh-search-meta .swh-search-item.swh-search-submit {
    margin-bottom: 20px;
  }
  .swh-search-layout3 .swh-search-meta .swh-search-item.swh-search-submit .btn-primary-lighten {
    background-color: #9f3133 !important;
    color: #fff !important;
  }
  .swh-search-layout3 .swh-search-meta .swh-search-item.swh-search-guests .nice-select {
    padding: 0 20px !important;
    font-size: 15px;
  }
  .swh-search-layout3 .swh-search-meta .swh-search-item.swh-search-guests .nice-select:after {
    font-size: 15px;
    color: #fff !important;
  }
  .swh-search-layout3 .swh-search-meta .swh-search-item select:focus, .swh-search-layout3 .swh-search-meta .swh-search-item input:focus {
    border-color: #9f3133;
  }
  .swh-search-layout3 .swh-search-meta .swh-search-item select::-webkit-input-placeholder, .swh-search-layout3 .swh-search-meta .swh-search-item input::-webkit-input-placeholder {
    font-style: normal;
    color: #fff;
    font-weight: 400;
  }
  .swh-search-layout3 .swh-search-meta .swh-search-item select::-moz-placeholder, .swh-search-layout3 .swh-search-meta .swh-search-item input::-moz-placeholder {
    font-style: normal;
    color: #fff;
    font-weight: 400;
  }
  .swh-search-layout3 .swh-search-meta .swh-search-item select::-ms-input-placeholder, .swh-search-layout3 .swh-search-meta .swh-search-item input::-ms-input-placeholder {
    font-style: normal;
    color: #fff;
    font-weight: 400;
  }
  .swh-search-layout3 .swh-search-meta .swh-search-item select::-moz-placeholder, .swh-search-layout3 .swh-search-meta .swh-search-item input::-moz-placeholder {
    font-style: normal;
    color: #fff;
    font-weight: 400;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .swh-search-layout3 .swh-search-meta .swh-search-item:not(.swh-search-submit) {
    margin-bottom: 20px;
    float: none;
    width: 100%;
  }
  .swh-search-layout3 .swh-search-meta .swh-search-item.swh-search-submit {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .swh-search-layout3 .swh-search-meta .swh-search-item:not(.swh-search-submit) {
    float: none;
    width: 100%;
  }
  .swh-search-layout3 .swh-search-meta .swh-search-item:not(.swh-search-submit) .swh-wg-field:after {
    z-index: 0 !important;
    color: #fff;
  }
  .swh-search-layout3 .swh-search-meta .swh-search-item:not(.swh-search-submit) .swh-wg-field input {
    position: relative;
    z-index: 2;
  }
  .swh-search-layout3 .swh-search-meta .swh-search-item.swh-search-submit {
    margin-bottom: 0px;
    clear: both;
  }
  .swh-search-layout3 .swh-search-meta .swh-search-item.swh-search-guests .nice-select span {
    color: #fff;
  }
  .swh-search-layout3 .swh-search-meta .swh-search-item.swh-search-guests .nice-select:after {
    color: #fff;
  }
}
@media screen and (max-width: 575px) {
  .swh-search-layout3 .swh-search-meta .swh-search-item.swh-search-submit .swh-wg-field input {
    margin-bottom: 20px;
    clear: both;
    height: 45px;
    line-height: 45px;
  }
}
.swh-widget-search {
  padding: 30px 28px;
  background: #222;
}
@media screen and (max-width: 575px) {
  .swh-widget-search {
    padding: 30px 15px;
  }
}
.swh-widget-search .swh-search-meta .swh-search-item {
  margin-bottom: 30px;
}
.swh-widget-search .swh-search-meta .swh-search-item input {
  border: 1px solid #f1f1f1;
  background: transparent;
  height: 45px;
  line-height: 45px;
  padding: 0 15px;
  margin-bottom: 0;
  font-size: 15px;
}
.swh-widget-search .swh-search-meta .swh-search-item input:focus {
  border-color: #9f3133;
}
.swh-widget-search .swh-search-meta .swh-search-item input::-webkit-input-placeholder {
  font-style: normal;
  color: #777 !important;
}
.swh-widget-search .swh-search-meta .swh-search-item input::-moz-placeholder {
  font-style: normal;
  color: #777 !important;
}
.swh-widget-search .swh-search-meta .swh-search-item input::-ms-input-placeholder {
  font-style: normal;
  color: #777 !important;
}
.swh-widget-search .swh-search-meta .swh-search-item input::-moz-placeholder {
  font-style: normal;
  color: #777 !important;
}
.swh-widget-search .swh-search-meta .swh-search-item input option {
  color: #222;
}
.swh-widget-search .swh-search-meta .swh-search-item.swh-search-checkin .swh-wg-field, .swh-widget-search .swh-search-meta .swh-search-item.swh-search-checkout .swh-wg-field {
  height: 45px;
  position: relative;
}
.swh-widget-search .swh-search-meta .swh-search-item.swh-search-checkin .swh-wg-field input, .swh-widget-search .swh-search-meta .swh-search-item.swh-search-checkout .swh-wg-field input {
  position: relative;
  z-index: 1;
}
.swh-widget-search .swh-search-meta .swh-search-item.swh-search-checkin .swh-wg-field:after, .swh-widget-search .swh-search-meta .swh-search-item.swh-search-checkout .swh-wg-field:after {
  content: "\f073";
  font-size: 15px;
  color: #fff;
  font-family: FontAwesome;
  position: absolute;
  top: 48%;
  right: 15px;
  transform: translate(0, -50%);
  z-index: 0;
}
.swh-widget-search .swh-search-meta .swh-search-item.swh-search-guests .nice-select, .swh-widget-search .swh-search-meta .swh-search-item.swh-search-styleroom .nice-select {
  font-size: 15px;
  height: 45px;
  border: 1px solid #f1f1f1;
  position: relative;
}
.swh-widget-search .swh-search-meta .swh-search-item.swh-search-guests .nice-select span.current, .swh-widget-search .swh-search-meta .swh-search-item.swh-search-styleroom .nice-select span.current {
  height: 45px;
  font-size: 15px;
  line-height: 45px;
  padding-left: 15px;
  color: #777;
}
.swh-widget-search .swh-search-meta .swh-search-item.swh-search-guests .nice-select:after, .swh-widget-search .swh-search-meta .swh-search-item.swh-search-styleroom .nice-select:after {
  content: "\f107";
  font-size: 17px;
  color: #fff;
  font-family: FontAwesome;
  position: absolute;
  top: 42%;
  right: 15px;
  transform: translate(0, -50%);
}
.swh-widget-search .swh-search-meta .swh-search-item.swh-search-guests .nice-select.open:focus, .swh-widget-search .swh-search-meta .swh-search-item.swh-search-styleroom .nice-select.open:focus {
  border-color: #9f3133;
}
.swh-widget-search .swh-search-meta .swh-search-item.swh-search-submit {
  margin-bottom: 0;
}
.swh-widget-search .swh-search-meta .swh-search-item.swh-search-submit .swh-wg-field input {
  height: 45px;
  line-height: 45px;
  font-size: 13px;
  font-family: "Renner Medium";
  color: #fff;
  letter-spacing: 1px;
  background: #9f3133;
  text-transform: uppercase;
  border-color: transparent;
}
.swh-widget-search .swh-search-meta .swh-search-item.swh-search-submit .swh-wg-field input:hover {
  background-color: #fff;
  color: #222;
}
@media screen and (max-width: 1199px) {
  .swh-widget-search .swh-search-meta .swh-search-item.swh-search-submit .swh-wg-field input {
    font-size: 12px;
  }
}
.swh-search-layout-4 .swh-search-meta .swh-search-item input {
  height: 43px !important;
  line-height: 43px !important;
  border-color: transparent;
  background-color: rgba(119, 119, 119, 0.2);
  color: #fff;
  cursor: pointer;
}
.swh-search-layout-4 .swh-search-meta .swh-search-item input:focus {
  border-color: #9f3133;
}
.swh-search-layout-4 .swh-search-meta .swh-search-item input::-webkit-input-placeholder {
  font-style: normal;
  color: #fff !important;
}
.swh-search-layout-4 .swh-search-meta .swh-search-item input::-moz-placeholder {
  font-style: normal;
  color: #fff !important;
}
.swh-search-layout-4 .swh-search-meta .swh-search-item input::-ms-input-placeholder {
  font-style: normal;
  color: #fff !important;
}
.swh-search-layout-4 .swh-search-meta .swh-search-item input::-moz-placeholder {
  font-style: normal;
  color: #fff !important;
}
.swh-search-layout-4 .swh-search-item .nice-select {
  height: 43px;
  line-height: 43px;
  border-color: transparent !important;
  background-color: rgba(119, 119, 119, 0.2);
  color: #fff;
}
.swh-search-layout-4 .swh-search-item .nice-select span.current {
  color: #fff !important;
}
.swh-search-layout-5 {
  background-color: transparent;
  padding-bottom: 40px;
  position: relative;
  z-index: 22;
}
.swh-search-layout-5 .swh-search-heading {
  padding: 20px 35px;
  background-color: #222;
  color: #fff;
  margin-left: -28px;
  margin-right: -28px;
  margin-top: -30px;
  margin-bottom: 65px;
  text-align: center;
  font-size: 25px;
  text-transform: uppercase;
  letter-spacing: 0.13em;
  font-family: "Renner Semibold";
}
.swh-search-layout-5 .swh-search-item label {
  color: #222;
  margin-bottom: 3px;
}
.swh-search-layout-5 .swh-search-item.swh-search-checkin, .swh-search-layout-5 .swh-search-item.swh-search-checkout {
  margin-bottom: 28px;
}
.swh-search-layout-5 .swh-search-item.swh-search-checkin .swh-wg-field, .swh-search-layout-5 .swh-search-item.swh-search-checkout .swh-wg-field {
  background-color: #fff;
}
.swh-search-layout-5 .swh-search-item.swh-search-checkin .swh-wg-field .swh-ft-check-in, .swh-search-layout-5 .swh-search-item.swh-search-checkout .swh-wg-field .swh-ft-check-in {
  z-index: 2;
  background-color: transparent;
}
.swh-search-layout-5 .swh-search-item.swh-search-checkin .swh-wg-field:after, .swh-search-layout-5 .swh-search-item.swh-search-checkout .swh-wg-field:after {
  color: #222 !important;
  z-index: 1;
}
.swh-search-layout-5 .swh-search-item.swh-search-checkin input, .swh-search-layout-5 .swh-search-item.swh-search-checkout input {
  cursor: pointer;
  border-color: rgba(119, 119, 119, 0.3) !important;
  background-color: transparent !important;
}
.swh-search-layout-5 .swh-search-item.swh-search-guests, .swh-search-layout-5 .swh-search-item.swh-search-styleroom {
  margin-bottom: 43px;
}
.swh-search-layout-5 .swh-search-item.swh-search-guests .nice-select, .swh-search-layout-5 .swh-search-item.swh-search-styleroom .nice-select {
  border-color: rgba(119, 119, 119, 0.3) !important;
  background-color: #fff;
}
.swh-search-layout-5 .swh-search-item.swh-search-guests .nice-select.open .list, .swh-search-layout-5 .swh-search-item.swh-search-styleroom .nice-select.open .list {
  max-height: 250px;
}
.swh-search-layout-5 .swh-search-item.swh-search-guests .nice-select:after, .swh-search-layout-5 .swh-search-item.swh-search-styleroom .nice-select:after {
  top: 50% !important;
  color: #222 !important;
  z-index: 1;
}
.swh-popup-edit-order .container {
  height: 100%;
  position: relative;
}
.swh-popup-edit-order .container .swh-mobile-close {
  position: absolute;
  right: 8px;
  top: -8px;
  width: 30px;
  height: 30px;
  background: #222;
  color: #fff;
  text-align: center;
  line-height: 30px;
  -webkit-border-radius: 15px;
  -khtml-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
}
.swh-popup-edit-order .container .swh-mobile-close:hover {
  background-color: #9f3133;
}
@media screen and (max-width: 575px) {
  .swh-popup-edit-order .container .swh-mobile-close {
    right: 15px;
    top: -30px;
    width: 30px;
    height: 30px;
    -webkit-border-radius: 5px 5px 0 0;
    -khtml-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -ms-border-radius: 5px 5px 0 0;
    -o-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
  }
}
#edit-order-wrap {
  border: 1px solid #b7b7b7;
}
#edit-order-wrap .cms-col-left, #edit-order-wrap .cms-col-right {
  flex-grow: 1;
  width: 50%;
}
#edit-order-wrap .swh-room-image, #edit-order-wrap .swh-checking-form2 {
  padding: 10px;
}
#edit-order-wrap .swh-room-image {
  border-bottom: 1px solid #b7b7b7;
  position: relative;
}
#edit-order-wrap .swh-room-image .cms-room-title {
  position: absolute;
  top: 27px;
  left: 23px;
}
@media screen and (max-width: 991px) {
  body .swh-popup-edit-order {
    padding-left: 0;
    padding-right: 0;
    overflow-x: scroll;
  }
}
@media screen and (min-width: 768px) {
  #edit-order-wrap {
    border: 1px solid #b7b7b7;
  }
  #edit-order-wrap .swh-col-left, #edit-order-wrap .swh-col-right {
    flex-grow: 1;
    width: 50%;
  }
  #edit-order-wrap .swh-room-image, #edit-order-wrap .swh-checking-form2 {
    padding: 10px;
    border-right: 1px solid #b7b7b7;
    border-bottom: 1px solid #b7b7b7;
  }
  #edit-order-wrap .swh-room-image {
    border-bottom: 1px solid #b7b7b7;
    position: relative;
  }
  #edit-order-wrap .swh-room-image .cms-room-title {
    position: absolute;
    top: 27px;
    left: 23px;
    font-weight: 500;
    text-transform: uppercase;
    display: inline-block;
    padding: 6px 20px;
    font-size: 15px;
    margin-bottom: 0;
    background: #000;
    -webkit-transition: all 500ms linear 0ms;
    -khtml-transition: all 500ms linear 0ms;
    -moz-transition: all 500ms linear 0ms;
    -ms-transition: all 500ms linear 0ms;
    -o-transition: all 500ms linear 0ms;
    transition: all 500ms linear 0ms;
  }
  #edit-order-wrap .swh-room-image .cms-room-title a {
    color: #fff;
  }
  #edit-order-wrap .swh-room-image .cms-room-title:hover {
    background-color: #9f3133;
  }
  #edit-order-wrap .swh-checking-form2 .swh-wp-checking-item {
    margin-bottom: 10px;
    display: flex;
  }
  #edit-order-wrap .swh-checking-form2 .swh-wp-checking-item:last-child {
    margin-bottom: 0;
  }
  #edit-order-wrap .swh-checking-form2 .swh-checking-item {
    flex-grow: 1;
    width: 50%;
    background-color: #222;
    flex-grow: 1;
    margin-left: 10px;
  }
  #edit-order-wrap .swh-checking-form2 .swh-checking-item .swh-wg-field {
    text-align: center;
  }
  #edit-order-wrap .swh-checking-form2 .swh-checking-item .swh-wg-field .head-label {
    font-size: 13px;
    font-weight: 400;
    color: #9f3133;
    text-transform: uppercase;
    margin-bottom: 10px;
  }
  #edit-order-wrap .swh-checking-form2 .swh-checking-item .swh-wg-field .date-label {
    color: #9f3133;
    font-size: 55px;
    font-weight: 500;
  }
  #edit-order-wrap .swh-checking-form2 .swh-checking-item .swh-wg-field .detail-date-label {
    font-size: 13px;
    color: #c8c8c8;
    font-style: italic;
  }
  #edit-order-wrap .swh-checking-form2 .swh-checking-item .swh-wg-field .btn-change-in, #edit-order-wrap .swh-checking-form2 .swh-checking-item .swh-wg-field .btn-change-out {
    display: block;
    width: 105px;
    height: 26px;
    font-family: "Renner Medium";
    font-size: 12px;
    line-height: 26px;
    background-color: #9f3133;
    color: #fff;
    position: relative;
    margin: 20px auto 25px;
    cursor: pointer;
    text-transform: uppercase;
  }
  #edit-order-wrap .swh-checking-form2 .swh-checking-item .swh-wg-field .btn-change-in input, #edit-order-wrap .swh-checking-form2 .swh-checking-item .swh-wg-field .btn-change-out input {
    background-color: transparent;
    border: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    cursor: pointer;
    color: transparent;
  }
  #edit-order-wrap .swh-checking-form2 .swh-checking-item.swh-check-in .head-label, #edit-order-wrap .swh-checking-form2 .swh-checking-item.swh-check-out .head-label {
    margin-top: 25px;
    margin-bottom: 13px;
  }
  #edit-order-wrap .swh-checking-form2 .swh-checking-item.swh-check-in .date-label, #edit-order-wrap .swh-checking-form2 .swh-checking-item.swh-check-out .date-label {
    margin-bottom: 3px;
  }
  #edit-order-wrap .swh-checking-form2 .swh-checking-item.swh-guests, #edit-order-wrap .swh-checking-form2 .swh-checking-item.swh-nights {
    background-color: transparent;
  }
  #edit-order-wrap .swh-checking-form2 .swh-checking-item.swh-guests .swh-wg-field, #edit-order-wrap .swh-checking-form2 .swh-checking-item.swh-nights .swh-wg-field {
    margin-bottom: 0 !important;
    padding: 10px;
    background-color: #222;
  }
  #edit-order-wrap .swh-checking-form2 .swh-checking-item.swh-guests .swh-wg-field .head-label, #edit-order-wrap .swh-checking-form2 .swh-checking-item.swh-nights .swh-wg-field .head-label {
    display: block;
    margin-top: 9px;
    margin-bottom: 11px;
  }
  #edit-order-wrap .swh-checking-form2 .swh-checking-item.swh-guests .swh-wg-field:first-child, #edit-order-wrap .swh-checking-form2 .swh-checking-item.swh-nights .swh-wg-field:first-child {
    margin-bottom: 10px;
  }
  #edit-order-wrap .swh-checking-form2 .swh-checking-item.swh-guests .swh-wg-field .check-guest-layout, #edit-order-wrap .swh-checking-form2 .swh-checking-item.swh-nights .swh-wg-field .check-guest-layout, #edit-order-wrap .swh-checking-form2 .swh-checking-item.swh-guests .swh-wg-field .check-night-layout, #edit-order-wrap .swh-checking-form2 .swh-checking-item.swh-nights .swh-wg-field .check-night-layout {
    font-size: 40px;
    color: #9f3133;
    font-weight: 500;
  }
  #edit-order-wrap .swh-checking-form2 .swh-checking-item.swh-guests .swh-wg-field .check-guest-layout, #edit-order-wrap .swh-checking-form2 .swh-checking-item.swh-nights .swh-wg-field .check-guest-layout, #edit-order-wrap .swh-checking-form2 .swh-checking-item.swh-guests .swh-wg-field .btn-up-dow, #edit-order-wrap .swh-checking-form2 .swh-checking-item.swh-nights .swh-wg-field .btn-up-dow {
    display: inline-block;
  }
  #edit-order-wrap .swh-checking-form2 .swh-checking-item.swh-guests .swh-wg-field .btn-up-dow, #edit-order-wrap .swh-checking-form2 .swh-checking-item.swh-nights .swh-wg-field .btn-up-dow {
    width: 20px;
    position: relative;
    height: 28px;
  }
  #edit-order-wrap .swh-checking-form2 .swh-checking-item.swh-guests .swh-wg-field .btn-up-dow .btn-up, #edit-order-wrap .swh-checking-form2 .swh-checking-item.swh-nights .swh-wg-field .btn-up-dow .btn-up, #edit-order-wrap .swh-checking-form2 .swh-checking-item.swh-guests .swh-wg-field .btn-up-dow .btn-dow, #edit-order-wrap .swh-checking-form2 .swh-checking-item.swh-nights .swh-wg-field .btn-up-dow .btn-dow {
    position: absolute;
    width: 15px;
    height: 12px;
    line-height: 12px;
    font-size: 17px;
  }
  #edit-order-wrap .swh-checking-form2 .swh-checking-item.swh-guests .swh-wg-field .btn-up-dow .btn-up, #edit-order-wrap .swh-checking-form2 .swh-checking-item.swh-nights .swh-wg-field .btn-up-dow .btn-up {
    top: 8px;
  }
  #edit-order-wrap .swh-checking-form2 .swh-checking-item.swh-guests .swh-wg-field .btn-up-dow .btn-dow, #edit-order-wrap .swh-checking-form2 .swh-checking-item.swh-nights .swh-wg-field .btn-up-dow .btn-dow {
    bottom: 0;
  }
  #edit-order-wrap .swh-checking-form2 .swh-checking-item:first-child {
    margin-left: 0;
  }
  #edit-order-wrap .swh-checking-form2 .swh-checking-item .swh-wg-field span {
    display: block;
    text-align: center;
  }
  #edit-order-wrap .swh-col-right .inner-col > div {
    padding-left: 30px;
    padding-right: 25px;
    border-bottom: 1px solid #b7b7b7;
  }
  #edit-order-wrap .swh-col-right .inner-col > div:last-child {
    margin-bottom: 0;
    border-bottom: none;
  }
  #edit-order-wrap .swh-col-right ul {
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
  }
  #edit-order-wrap .swh-col-right .swh-row-total {
    padding-top: 25px;
    padding-bottom: 25px;
    display: flex;
  }
  #edit-order-wrap .swh-col-right .swh-room-meta {
    padding-top: 12px;
    padding-bottom: 12px;
    display: table;
    width: 100%;
  }
  #edit-order-wrap .swh-col-right .swh-room-meta ul li {
    display: inline-block;
    margin-right: 30px;
    background-size: 19px 19px;
    background-repeat: no-repeat;
    background-position: 0% 50%;
    padding-left: 29px;
  }
  #edit-order-wrap .swh-col-right .swh-room-meta ul li:last-child {
    margin-right: 0;
  }
  #edit-order-wrap .swh-col-right .swh-row-extra-service {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  #edit-order-wrap .swh-col-right .swh-row-extra-service .swh-extra-service-label {
    display: flex;
    margin-bottom: 30px;
    color: #777;
  }
  #edit-order-wrap .swh-col-right .swh-row-extra-service .swh-extra-service-label label {
    flex-grow: 1;
    font-size: 25px;
    font-weight: 500;
    color: #222;
  }
  #edit-order-wrap .swh-col-right .swh-row-extra-service .swh-extra-service-label .lb-radio input {
    margin-right: 5px;
  }
  #edit-order-wrap .swh-col-right .swh-row-extra-service .swh-extra-service-label span {
    flex-grow: 1;
    line-height: 35px;
    position: relative;
    padding-left: 20px;
  }
  #edit-order-wrap .swh-col-right .swh-row-extra-service .swh-extra-service-label span input {
    width: 15px;
    height: 15px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
  #edit-order-wrap .swh-col-right .swh-row-extra-service .swh-extra-service-list li {
    margin-bottom: 11px;
    color: #777;
    position: relative;
    padding-left: 23px;
  }
  #edit-order-wrap .swh-col-right .swh-row-extra-service .swh-extra-service-list li:last-child {
    margin-bottom: 0;
  }
  #edit-order-wrap .swh-col-right .swh-row-extra-service .swh-extra-service-list li input {
    width: 15px;
    height: 15px;
    position: absolute;
    top: 5px;
    left: 0;
  }
  #edit-order-wrap .swh-col-right .swh-row-extra-service .swh-extra-service-list li label {
    font-weight: 400;
    font-size: 15px;
    color: #222;
  }
  #edit-order-wrap .swh-col-right .swh-row-btn-action {
    display: table;
    width: 100%;
    margin-bottom: 0;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  #edit-order-wrap .swh-col-right .swh-row-btn-action .swh-btn {
    padding-left: 35px;
    padding-right: 35px;
    line-height: 40px;
    height: 40px;
    text-transform: uppercase;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
  }
  #edit-order-wrap .swh-col-right .swh-row-btn-action .swh-btn.btn-1 {
    float: left;
    background-color: #222;
  }
  #edit-order-wrap .swh-col-right .swh-row-btn-action .swh-btn.btn-2 {
    float: right;
    background-color: #9f3133;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  #edit-order-wrap {
    display: table;
  }
  #edit-order-wrap .swh-col-left, #edit-order-wrap .swh-col-right {
    flex-grow: unset;
    width: 100%;
  }
  #edit-order-wrap .swh-room-image, #edit-order-wrap .swh-checking-form2 {
    padding: 10px;
  }
  #edit-order-wrap .swh-room-image {
    border-bottom: 1px solid #b7b7b7;
    position: relative;
  }
  #edit-order-wrap .swh-room-image .cms-room-title {
    position: absolute;
    top: 27px;
    left: 23px;
    font-weight: 500;
    text-transform: uppercase;
    display: inline-block;
    padding: 6px 20px;
    font-size: 15px;
    margin-bottom: 0;
    background: #000;
    -webkit-transition: all 500ms linear 0ms;
    -khtml-transition: all 500ms linear 0ms;
    -moz-transition: all 500ms linear 0ms;
    -ms-transition: all 500ms linear 0ms;
    -o-transition: all 500ms linear 0ms;
    transition: all 500ms linear 0ms;
  }
  #edit-order-wrap .swh-room-image .cms-room-title a {
    color: #fff;
  }
  #edit-order-wrap .swh-room-image .cms-room-title:hover {
    background-color: #9f3133;
  }
  #edit-order-wrap .swh-checking-form2 .swh-wp-checking-item {
    margin-bottom: 10px;
    display: flex;
  }
  #edit-order-wrap .swh-checking-form2 .swh-wp-checking-item:last-child {
    margin-bottom: 0;
  }
  #edit-order-wrap .swh-checking-form2 .swh-checking-item {
    flex-grow: 1;
    width: 50%;
    background-color: #222;
    flex-grow: 1;
    margin-left: 10px;
  }
  #edit-order-wrap .swh-checking-form2 .swh-checking-item .swh-wg-field {
    text-align: center;
  }
  #edit-order-wrap .swh-checking-form2 .swh-checking-item .swh-wg-field .head-label {
    font-size: 13px;
    font-weight: 400;
    color: #9f3133;
    text-transform: uppercase;
    margin-bottom: 10px;
  }
  #edit-order-wrap .swh-checking-form2 .swh-checking-item .swh-wg-field .date-label {
    color: #9f3133;
    font-size: 55px;
    font-weight: 500;
  }
  #edit-order-wrap .swh-checking-form2 .swh-checking-item .swh-wg-field .detail-date-label {
    font-size: 13px;
    color: #c8c8c8;
    font-style: italic;
  }
  #edit-order-wrap .swh-checking-form2 .swh-checking-item .swh-wg-field .btn-change-in, #edit-order-wrap .swh-checking-form2 .swh-checking-item .swh-wg-field .btn-change-out {
    display: block;
    width: 105px;
    height: 26px;
    font-family: "Renner Medium";
    font-size: 12px;
    line-height: 26px;
    background-color: #9f3133;
    color: #fff;
    position: relative;
    margin: 20px auto 25px;
    cursor: pointer;
    text-transform: uppercase;
  }
  #edit-order-wrap .swh-checking-form2 .swh-checking-item .swh-wg-field .btn-change-in input, #edit-order-wrap .swh-checking-form2 .swh-checking-item .swh-wg-field .btn-change-out input {
    background-color: transparent;
    border: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    cursor: pointer;
    color: transparent;
  }
  #edit-order-wrap .swh-checking-form2 .swh-checking-item.swh-check-in .head-label, #edit-order-wrap .swh-checking-form2 .swh-checking-item.swh-check-out .head-label {
    margin-top: 25px;
    margin-bottom: 13px;
  }
  #edit-order-wrap .swh-checking-form2 .swh-checking-item.swh-check-in .date-label, #edit-order-wrap .swh-checking-form2 .swh-checking-item.swh-check-out .date-label {
    margin-bottom: 3px;
  }
  #edit-order-wrap .swh-checking-form2 .swh-checking-item.swh-guests, #edit-order-wrap .swh-checking-form2 .swh-checking-item.swh-nights {
    background-color: transparent;
  }
  #edit-order-wrap .swh-checking-form2 .swh-checking-item.swh-guests .swh-wg-field, #edit-order-wrap .swh-checking-form2 .swh-checking-item.swh-nights .swh-wg-field {
    margin-bottom: 0 !important;
    padding: 10px;
    background-color: #222;
  }
  #edit-order-wrap .swh-checking-form2 .swh-checking-item.swh-guests .swh-wg-field .head-label, #edit-order-wrap .swh-checking-form2 .swh-checking-item.swh-nights .swh-wg-field .head-label {
    display: block;
    margin-top: 9px;
    margin-bottom: 11px;
  }
  #edit-order-wrap .swh-checking-form2 .swh-checking-item.swh-guests .swh-wg-field:first-child, #edit-order-wrap .swh-checking-form2 .swh-checking-item.swh-nights .swh-wg-field:first-child {
    margin-bottom: 10px;
  }
  #edit-order-wrap .swh-checking-form2 .swh-checking-item.swh-guests .swh-wg-field .check-guest-layout, #edit-order-wrap .swh-checking-form2 .swh-checking-item.swh-nights .swh-wg-field .check-guest-layout, #edit-order-wrap .swh-checking-form2 .swh-checking-item.swh-guests .swh-wg-field .check-night-layout, #edit-order-wrap .swh-checking-form2 .swh-checking-item.swh-nights .swh-wg-field .check-night-layout {
    font-size: 40px;
    color: #9f3133;
    font-weight: 500;
  }
  #edit-order-wrap .swh-checking-form2 .swh-checking-item.swh-guests .swh-wg-field .check-guest-layout, #edit-order-wrap .swh-checking-form2 .swh-checking-item.swh-nights .swh-wg-field .check-guest-layout, #edit-order-wrap .swh-checking-form2 .swh-checking-item.swh-guests .swh-wg-field .btn-up-dow, #edit-order-wrap .swh-checking-form2 .swh-checking-item.swh-nights .swh-wg-field .btn-up-dow {
    display: inline-block;
  }
  #edit-order-wrap .swh-checking-form2 .swh-checking-item.swh-guests .swh-wg-field .btn-up-dow, #edit-order-wrap .swh-checking-form2 .swh-checking-item.swh-nights .swh-wg-field .btn-up-dow {
    width: 20px;
    position: relative;
    height: 28px;
  }
  #edit-order-wrap .swh-checking-form2 .swh-checking-item.swh-guests .swh-wg-field .btn-up-dow .btn-up, #edit-order-wrap .swh-checking-form2 .swh-checking-item.swh-nights .swh-wg-field .btn-up-dow .btn-up, #edit-order-wrap .swh-checking-form2 .swh-checking-item.swh-guests .swh-wg-field .btn-up-dow .btn-dow, #edit-order-wrap .swh-checking-form2 .swh-checking-item.swh-nights .swh-wg-field .btn-up-dow .btn-dow {
    position: absolute;
    width: 15px;
    height: 12px;
    line-height: 12px;
  }
  #edit-order-wrap .swh-checking-form2 .swh-checking-item.swh-guests .swh-wg-field .btn-up-dow .btn-up, #edit-order-wrap .swh-checking-form2 .swh-checking-item.swh-nights .swh-wg-field .btn-up-dow .btn-up {
    top: 8px;
  }
  #edit-order-wrap .swh-checking-form2 .swh-checking-item.swh-guests .swh-wg-field .btn-up-dow .btn-dow, #edit-order-wrap .swh-checking-form2 .swh-checking-item.swh-nights .swh-wg-field .btn-up-dow .btn-dow {
    bottom: 0;
  }
  #edit-order-wrap .swh-checking-form2 .swh-checking-item:first-child {
    margin-left: 0;
  }
  #edit-order-wrap .swh-checking-form2 .swh-checking-item .swh-wg-field span {
    display: block;
    text-align: center;
  }
  #edit-order-wrap .swh-col-right .inner-col > div {
    padding-left: 30px;
    padding-right: 25px;
    border-bottom: 1px solid #b7b7b7;
  }
  #edit-order-wrap .swh-col-right .inner-col > div:last-child {
    margin-bottom: 0;
    border-bottom: none;
  }
  #edit-order-wrap .swh-col-right ul {
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
  }
  #edit-order-wrap .swh-col-right .swh-row-total {
    padding-top: 25px;
    padding-bottom: 25px;
    display: flex;
  }
  #edit-order-wrap .swh-col-right .swh-row-total .swh-left, #edit-order-wrap .swh-col-right .swh-row-total .swh-right {
    flex-grow: 1;
  }
  #edit-order-wrap .swh-col-right .swh-row-total .swh-left {
    width: 40%;
    color: #222;
  }
  #edit-order-wrap .swh-col-right .swh-row-total .swh-left .swh-value {
    font-size: 30px;
    font-weight: 500;
  }
  #edit-order-wrap .swh-col-right .swh-row-total .swh-left .swh-suffixes {
    font-weight: 400;
    font-size: 15px;
  }
  #edit-order-wrap .swh-col-right .swh-row-total .swh-right {
    width: 60%;
    font-size: 13px;
    color: #777;
  }
  #edit-order-wrap .swh-col-right .swh-row-total .swh-right label {
    color: #222;
    font-weight: 500;
    text-transform: uppercase;
  }
  #edit-order-wrap .swh-col-right .swh-row-total .swh-right span {
    display: block;
    margin-bottom: 9px;
  }
  #edit-order-wrap .swh-col-right .swh-row-total .swh-right span:last-child {
    margin-bottom: 0;
  }
  #edit-order-wrap .swh-col-right .swh-room-meta {
    padding-top: 12px;
    padding-bottom: 12px;
    display: table;
    width: 100%;
  }
  #edit-order-wrap .swh-col-right .swh-room-meta ul li {
    display: inline-block;
    margin-right: 30px;
    background-size: 19px 19px;
    background-repeat: no-repeat;
    background-position: 0% 50%;
    padding-left: 29px;
  }
  #edit-order-wrap .swh-col-right .swh-room-meta ul li:last-child {
    margin-right: 0;
  }
  #edit-order-wrap .swh-col-right .swh-row-extra-service {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  #edit-order-wrap .swh-col-right .swh-row-extra-service .swh-extra-service-label {
    display: flex;
    margin-bottom: 30px;
    color: #777;
  }
  #edit-order-wrap .swh-col-right .swh-row-extra-service .swh-extra-service-label label {
    flex-grow: 1;
    font-size: 25px;
    font-weight: 500;
    color: #222;
    font-family: "Cormorant";
  }
  #edit-order-wrap .swh-col-right .swh-row-extra-service .swh-extra-service-label .lb-radio input {
    margin-right: 5px;
  }
  #edit-order-wrap .swh-col-right .swh-row-extra-service .swh-extra-service-label span {
    flex-grow: 1;
    line-height: 35px;
    position: relative;
    padding-left: 20px;
  }
  #edit-order-wrap .swh-col-right .swh-row-extra-service .swh-extra-service-label span input {
    width: 15px;
    height: 15px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
  #edit-order-wrap .swh-col-right .swh-row-extra-service .swh-extra-service-list li {
    color: #777;
    position: relative;
    padding-left: 23px;
  }
  #edit-order-wrap .swh-col-right .swh-row-extra-service .swh-extra-service-list li:last-child {
    margin-bottom: 0;
  }
  #edit-order-wrap .swh-col-right .swh-row-extra-service .swh-extra-service-list li input {
    width: 15px;
    height: 15px;
    position: absolute;
    top: 5px;
    left: 0;
  }
  #edit-order-wrap .swh-col-right .swh-row-extra-service .swh-extra-service-list li label {
    font-weight: 400;
    font-size: 15px;
    color: #222;
  }
  #edit-order-wrap .swh-col-right .swh-row-btn-action {
    display: table;
    width: 100%;
    margin-bottom: 0;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  #edit-order-wrap .swh-col-right .swh-row-btn-action .swh-btn {
    padding-left: 35px;
    padding-right: 35px;
    line-height: 40px;
    height: 40px;
    text-transform: uppercase;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
  }
  #edit-order-wrap .swh-col-right .swh-row-btn-action .swh-btn.btn-1 {
    float: left;
    background-color: #222;
  }
  #edit-order-wrap .swh-col-right .swh-row-btn-action .swh-btn.btn-2 {
    float: right;
    background-color: #9f3133;
  }
}
@media screen and (max-width: 575px) {
  #edit-order-wrap {
    display: table;
  }
  #edit-order-wrap .swh-col-left, #edit-order-wrap .swh-col-right {
    width: 100%;
  }
  #edit-order-wrap .swh-room-image, #edit-order-wrap .swh-checking-form2 {
    padding: 10px;
  }
  #edit-order-wrap .swh-room-image {
    border-bottom: 1px solid #b7b7b7;
    position: relative;
  }
  #edit-order-wrap .swh-room-image .cms-room-title {
    position: absolute;
    top: 27px;
    left: 23px;
    font-weight: 500;
    text-transform: uppercase;
    display: inline-block;
    padding: 6px 20px;
    font-size: 15px;
    margin-bottom: 0;
    background: #000;
    -webkit-transition: all 500ms linear 0ms;
    -khtml-transition: all 500ms linear 0ms;
    -moz-transition: all 500ms linear 0ms;
    -ms-transition: all 500ms linear 0ms;
    -o-transition: all 500ms linear 0ms;
    transition: all 500ms linear 0ms;
  }
  #edit-order-wrap .swh-room-image .cms-room-title a {
    color: #fff;
  }
  #edit-order-wrap .swh-room-image .cms-room-title:hover {
    background-color: #9f3133;
  }
  #edit-order-wrap .swh-checking-form2 .swh-wp-checking-item {
    margin-bottom: 10px;
  }
  #edit-order-wrap .swh-checking-form2 .swh-wp-checking-item:last-child {
    margin-bottom: 0;
  }
  #edit-order-wrap .swh-checking-form2 .swh-checking-item {
    width: 100%;
    background-color: #222;
    flex-grow: unset;
    margin-left: 0px;
  }
  #edit-order-wrap .swh-checking-form2 .swh-checking-item .swh-wg-field {
    text-align: center;
  }
  #edit-order-wrap .swh-checking-form2 .swh-checking-item .swh-wg-field .head-label {
    font-size: 13px;
    font-weight: 400;
    color: #9f3133;
    text-transform: uppercase;
    margin-bottom: 10px;
  }
  #edit-order-wrap .swh-checking-form2 .swh-checking-item .swh-wg-field .date-label {
    color: #9f3133;
    font-size: 55px;
    font-weight: 500;
  }
  #edit-order-wrap .swh-checking-form2 .swh-checking-item .swh-wg-field .detail-date-label {
    font-size: 13px;
    color: #c8c8c8;
    font-style: italic;
  }
  #edit-order-wrap .swh-checking-form2 .swh-checking-item .swh-wg-field .btn-change-in, #edit-order-wrap .swh-checking-form2 .swh-checking-item .swh-wg-field .btn-change-out {
    display: block;
    width: 105px;
    height: 26px;
    font-weight: 500;
    font-size: 12px;
    line-height: 26px;
    font-family: "Renner Medium";
    background-color: #9f3133;
    color: #fff;
    position: relative;
    margin: 20px auto 25px;
    cursor: pointer;
    text-transform: uppercase;
  }
  #edit-order-wrap .swh-checking-form2 .swh-checking-item .swh-wg-field .btn-change-in input, #edit-order-wrap .swh-checking-form2 .swh-checking-item .swh-wg-field .btn-change-out input {
    background-color: transparent;
    border: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    cursor: pointer;
    color: transparent;
  }
  #edit-order-wrap .swh-checking-form2 .swh-checking-item.swh-check-in, #edit-order-wrap .swh-checking-form2 .swh-checking-item.swh-check-out {
    padding-top: 20px;
    padding-bottom: 1px;
    margin-bottom: 20px;
  }
  #edit-order-wrap .swh-checking-form2 .swh-checking-item.swh-check-in .head-label, #edit-order-wrap .swh-checking-form2 .swh-checking-item.swh-check-out .head-label {
    margin-top: 0px;
    margin-bottom: 13px;
  }
  #edit-order-wrap .swh-checking-form2 .swh-checking-item.swh-check-in .date-label, #edit-order-wrap .swh-checking-form2 .swh-checking-item.swh-check-out .date-label {
    margin-bottom: 3px;
  }
  #edit-order-wrap .swh-checking-form2 .swh-checking-item.swh-guests, #edit-order-wrap .swh-checking-form2 .swh-checking-item.swh-nights {
    background-color: transparent;
  }
  #edit-order-wrap .swh-checking-form2 .swh-checking-item.swh-guests .swh-wg-field, #edit-order-wrap .swh-checking-form2 .swh-checking-item.swh-nights .swh-wg-field {
    margin-bottom: 0 !important;
    padding: 10px;
    background-color: #222;
  }
  #edit-order-wrap .swh-checking-form2 .swh-checking-item.swh-guests .swh-wg-field .head-label, #edit-order-wrap .swh-checking-form2 .swh-checking-item.swh-nights .swh-wg-field .head-label {
    display: block;
    margin-top: 9px;
    margin-bottom: 11px;
  }
  #edit-order-wrap .swh-checking-form2 .swh-checking-item.swh-guests .swh-wg-field:first-child, #edit-order-wrap .swh-checking-form2 .swh-checking-item.swh-nights .swh-wg-field:first-child {
    margin-bottom: 10px;
  }
  #edit-order-wrap .swh-checking-form2 .swh-checking-item.swh-guests .swh-wg-field .check-guest-layout, #edit-order-wrap .swh-checking-form2 .swh-checking-item.swh-nights .swh-wg-field .check-guest-layout, #edit-order-wrap .swh-checking-form2 .swh-checking-item.swh-guests .swh-wg-field .check-night-layout, #edit-order-wrap .swh-checking-form2 .swh-checking-item.swh-nights .swh-wg-field .check-night-layout {
    font-size: 40px;
    color: #9f3133;
    font-weight: 500;
  }
  #edit-order-wrap .swh-checking-form2 .swh-checking-item.swh-guests .swh-wg-field .check-guest-layout, #edit-order-wrap .swh-checking-form2 .swh-checking-item.swh-nights .swh-wg-field .check-guest-layout, #edit-order-wrap .swh-checking-form2 .swh-checking-item.swh-guests .swh-wg-field .btn-up-dow, #edit-order-wrap .swh-checking-form2 .swh-checking-item.swh-nights .swh-wg-field .btn-up-dow {
    display: inline-block;
  }
  #edit-order-wrap .swh-checking-form2 .swh-checking-item.swh-guests .swh-wg-field .btn-up-dow, #edit-order-wrap .swh-checking-form2 .swh-checking-item.swh-nights .swh-wg-field .btn-up-dow {
    width: 20px;
    position: relative;
    height: 28px;
  }
  #edit-order-wrap .swh-checking-form2 .swh-checking-item.swh-guests .swh-wg-field .btn-up-dow .btn-up, #edit-order-wrap .swh-checking-form2 .swh-checking-item.swh-nights .swh-wg-field .btn-up-dow .btn-up, #edit-order-wrap .swh-checking-form2 .swh-checking-item.swh-guests .swh-wg-field .btn-up-dow .btn-dow, #edit-order-wrap .swh-checking-form2 .swh-checking-item.swh-nights .swh-wg-field .btn-up-dow .btn-dow {
    position: absolute;
    width: 15px;
    height: 12px;
    line-height: 12px;
  }
  #edit-order-wrap .swh-checking-form2 .swh-checking-item.swh-guests .swh-wg-field .btn-up-dow .btn-up, #edit-order-wrap .swh-checking-form2 .swh-checking-item.swh-nights .swh-wg-field .btn-up-dow .btn-up {
    top: 8px;
  }
  #edit-order-wrap .swh-checking-form2 .swh-checking-item.swh-guests .swh-wg-field .btn-up-dow .btn-dow, #edit-order-wrap .swh-checking-form2 .swh-checking-item.swh-nights .swh-wg-field .btn-up-dow .btn-dow {
    bottom: 0;
  }
  #edit-order-wrap .swh-checking-form2 .swh-checking-item:first-child {
    margin-left: 0;
    margin-bottom: 20px;
  }
  #edit-order-wrap .swh-checking-form2 .swh-checking-item .swh-wg-field span {
    display: block;
    text-align: center;
  }
  #edit-order-wrap .swh-col-right .inner-col > div {
    padding-left: 30px;
    padding-right: 25px;
    border-bottom: 1px solid #b7b7b7;
  }
  #edit-order-wrap .swh-col-right .inner-col > div:last-child {
    margin-bottom: 0;
    border-bottom: none;
  }
  #edit-order-wrap .swh-col-right ul {
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
  }
  #edit-order-wrap .swh-col-right .swh-row-total {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  #edit-order-wrap .swh-col-right .swh-row-total .swh-left {
    width: 100%;
    color: #222;
  }
  #edit-order-wrap .swh-col-right .swh-row-total .swh-left .swh-value {
    font-size: 30px;
    font-weight: 500;
  }
  #edit-order-wrap .swh-col-right .swh-row-total .swh-left .swh-suffixes {
    font-weight: 400;
    font-size: 15px;
  }
  #edit-order-wrap .swh-col-right .swh-row-total .swh-right {
    width: 100%;
    font-size: 13px;
    color: #777;
  }
  #edit-order-wrap .swh-col-right .swh-row-total .swh-right label {
    color: #222;
    font-weight: 500;
    text-transform: uppercase;
  }
  #edit-order-wrap .swh-col-right .swh-row-total .swh-right span {
    display: block;
    margin-bottom: 9px;
  }
  #edit-order-wrap .swh-col-right .swh-row-total .swh-right span:last-child {
    margin-bottom: 0;
  }
  #edit-order-wrap .swh-col-right .swh-room-meta {
    padding-top: 12px;
    padding-bottom: 12px;
    display: table;
    width: 100%;
  }
  #edit-order-wrap .swh-col-right .swh-room-meta ul li {
    display: inline-block;
    margin-right: 30px;
    background-size: 19px 19px;
    background-repeat: no-repeat;
    background-position: 0% 50%;
    padding-left: 29px;
  }
  #edit-order-wrap .swh-col-right .swh-room-meta ul li:last-child {
    margin-right: 0;
  }
  #edit-order-wrap .swh-col-right .swh-row-extra-service {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  #edit-order-wrap .swh-col-right .swh-row-extra-service .swh-extra-service-label {
    margin-bottom: 30px;
    color: #777;
  }
  #edit-order-wrap .swh-col-right .swh-row-extra-service .swh-extra-service-label label {
    font-size: 25px;
    font-weight: 500;
    color: #222;
    font-family: "Cormorant";
  }
  #edit-order-wrap .swh-col-right .swh-row-extra-service .swh-extra-service-label .lb-radio input {
    margin-right: 5px;
  }
  #edit-order-wrap .swh-col-right .swh-row-extra-service .swh-extra-service-label span {
    line-height: 35px;
    position: relative;
    padding-left: 20px;
  }
  #edit-order-wrap .swh-col-right .swh-row-extra-service .swh-extra-service-label span input {
    width: 15px;
    height: 15px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
  #edit-order-wrap .swh-col-right .swh-row-extra-service .swh-extra-service-list li {
    margin-bottom: 11px;
    color: #777;
    position: relative;
    padding-left: 23px;
  }
  #edit-order-wrap .swh-col-right .swh-row-extra-service .swh-extra-service-list li:last-child {
    margin-bottom: 0;
  }
  #edit-order-wrap .swh-col-right .swh-row-extra-service .swh-extra-service-list li input {
    width: 15px;
    height: 15px;
    position: absolute;
    top: 5px;
    left: 0;
  }
  #edit-order-wrap .swh-col-right .swh-row-extra-service .swh-extra-service-list li label {
    font-weight: 400;
    font-size: 15px;
    color: #222;
  }
  #edit-order-wrap .swh-col-right .swh-row-btn-action {
    display: table;
    width: 100%;
    margin-bottom: 0;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  #edit-order-wrap .swh-col-right .swh-row-btn-action .swh-btn {
    padding-left: 35px;
    padding-right: 35px;
    line-height: 40px;
    height: 40px;
    text-transform: uppercase;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
  }
  #edit-order-wrap .swh-col-right .swh-row-btn-action .swh-btn.btn-1 {
    float: none;
    display: block;
    text-align: center;
    background-color: #222;
  }
  #edit-order-wrap .swh-col-right .swh-row-btn-action .swh-btn.btn-2 {
    display: block;
    float: none;
    text-align: center;
    background-color: #9f3133;
  }
}
.cshlg-popup .login_dialog {
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.cshlg-popup .login_dialog .alert_status {
  text-align: center;
}
.cshlg-popup .login_dialog .alert_status.alert-success {
  background: green !important;
  color: #fff !important;
}
.cshlg-popup .login_dialog .alert_status.alert-error {
  color: #fff !important;
}
.cshlg-popup .login_dialog .boxclose {
  color: #9f3133;
}
.cshlg-popup .login_dialog .boxclose:after {
  color: #9f3133;
  font-size: 30px;
}
.cshlg-popup .login_dialog #pass_user, .cshlg-popup .login_dialog #login_user, .cshlg-popup .login_dialog #register_user, .cshlg-popup .login_dialog #register_email, .cshlg-popup .login_dialog #lost_pwd_user_email {
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  padding-left: 20px;
}
.cshlg-popup .login_dialog #pass_user:focus, .cshlg-popup .login_dialog #login_user:focus, .cshlg-popup .login_dialog #register_user:focus, .cshlg-popup .login_dialog #register_email:focus, .cshlg-popup .login_dialog #lost_pwd_user_email:focus {
  border: 1px solid #9f3133;
}
.cshlg-popup .login_dialog .login_submit, .cshlg-popup .login_dialog #register_submit, .cshlg-popup .login_dialog #lost_pwd_submit {
  background: #9f3133;
  color: #fff;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.cshlg-popup .login_dialog .login_submit:hover, .cshlg-popup .login_dialog #register_submit:hover, .cshlg-popup .login_dialog #lost_pwd_submit:hover {
  background: ;
}
.cshlg-popup .login_dialog .pass_and_register {
  text-align: center;
  padding-top: 15px;
  border-top: 1px solid #ddd;
  margin-top: 22px;
}
.cshlg-popup .login_dialog .pass_and_register .go_to_lostpassword_link, .cshlg-popup .login_dialog .pass_and_register .go_to_register_link, .cshlg-popup .login_dialog .pass_and_register .back_login {
  position: relative;
  color: #222;
  display: inline-block;
  padding-left: 20px;
  font-size: 12px;
}
.cshlg-popup .login_dialog .pass_and_register .go_to_lostpassword_link:before, .cshlg-popup .login_dialog .pass_and_register .go_to_register_link:before, .cshlg-popup .login_dialog .pass_and_register .back_login:before {
  position: absolute;
  font-family: "FontAwesome";
  color: inherit;
  top: -2px;
  left: 0;
  color: #9f3133;
  font-size: 13px;
}
.cshlg-popup .login_dialog .pass_and_register .go_to_lostpassword_link:hover, .cshlg-popup .login_dialog .pass_and_register .go_to_register_link:hover, .cshlg-popup .login_dialog .pass_and_register .back_login:hover {
  color: #9f3133;
}
.cshlg-popup .login_dialog .pass_and_register .go_to_register_link:before {
  content: "\f234";
}
.cshlg-popup .login_dialog .pass_and_register .go_to_lostpassword_link:before {
  content: "\f011";
}
.cshlg-popup .login_dialog .pass_and_register .back_login:before {
  content: "\f023";
}
@media screen and (max-width: 575px) {
  .cshlg-popup .login_dialog {
    max-width: 280px;
    min-width: 280px;
    padding: 20px 15px;
  }
  .cshlg-popup .login_dialog .login_form h2 {
    display: none;
  }
}
.swh-dashboard-page .page-title-content {
  padding-top: 125px;
  padding-bottom: 158px;
}
.inner-site-content-user .cms-widget-text2 {
  margin-top: 35px;
}
@media screen and (min-width: 1200px) {
  .inner-site-content-user {
    margin-top: -300px;
  }
}
@media screen and (max-width: 1199px) {
  .inner-site-content-user {
    margin-top: -250px;
  }
  .inner-site-content-user .wp-box-header {
    background: #222 !important;
    padding: 0 30px;
  }
  .inner-site-content-user .wp-box-header .swh-box {
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.03);
    -khtml-box-shadow: 0 0 0 rgba(0, 0, 0, 0.03);
    -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0.03);
    -ms-box-shadow: 0 0 0 rgba(0, 0, 0, 0.03);
    -o-box-shadow: 0 0 0 rgba(0, 0, 0, 0.03);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.03);
  }
  .inner-site-content-user .wp-box-header .swh-box .user-title-name, .inner-site-content-user .wp-box-header .swh-box .user-description {
    color: #fff;
  }
  .inner-site-content-user .wp-box-header .swh-box .user-title-name {
    font-size: 30px !important;
  }
  .inner-site-content-user .wp-box-header .swh-box.box-info-name {
    margin-bottom: 0 !important;
  }
  .inner-site-content-user .box-user-info.thumnail .user-media {
    border: 2px solid #fff;
  }
}
@media screen and (max-width: 991px) {
  .inner-site-content-user {
    margin-top: -150px;
  }
}
.secondary-sidebar-user .box-user-info {
  margin-bottom: 30px;
}
.secondary-sidebar-user .box-user-info:last-child {
  margin-bottom: 0;
}
.secondary-sidebar-user .box-user-info.thumnail {
  padding: 0;
  -webkit-box-shadow: 0 4px 18px rgba(0, 0, 0, 0.1);
  -khtml-box-shadow: 0 4px 18px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 4px 18px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 4px 18px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 4px 18px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.1);
}
.secondary-sidebar-user .box-user-info.thumnail .user-media {
  position: relative;
  margin-bottom: 0px;
}
.secondary-sidebar-user .box-user-info.thumnail .user-media img {
  border: 12px solid rgba(255, 255, 255, 0.3);
  -webkit-border-radius: 2px 2px 0 0;
  -khtml-border-radius: 2px 2px 0 0;
  -moz-border-radius: 2px 2px 0 0;
  -ms-border-radius: 2px 2px 0 0;
  -o-border-radius: 2px 2px 0 0;
  border-radius: 2px 2px 0 0;
  width: 100%;
}
.secondary-sidebar-user .box-user-info.thumnail .user-media .cms-change-avata {
  position: absolute;
  font-size: 30px;
  bottom: 20px;
  right: 30px;
  cursor: pointer;
  color: rgba(255, 255, 255, 0.7);
}
.secondary-sidebar-user .box-user-info.thumnail .user-media .cms-change-avata:hover {
  color: #fff;
}
.secondary-sidebar-user .box-user-info.thumnail .user-list-info {
  padding: 30px;
  padding-left: 30px !important;
  background-color: #fff;
}
@media screen and (max-width: 575px) {
  .secondary-sidebar-user .box-user-info.thumnail .user-list-info {
    padding: 30px 20px;
    padding-left: 20px !important;
  }
}
.secondary-sidebar-user .box-user-info.thumnail .user-list-info li {
  color: #777;
  font-size: 15px;
  font-weight: 400;
  padding-bottom: 8px;
  margin-bottom: 8px;
}
.secondary-sidebar-user .box-user-info.thumnail .user-list-info li:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.secondary-sidebar-user .box-user-info.thumnail .user-list-info li label {
  color: #000;
}
.secondary-sidebar-user .box-user-info.my-acount, .secondary-sidebar-user .box-user-info.my-reservation, .secondary-sidebar-user .box-user-info.edit-acount, .secondary-sidebar-user .box-user-info.logout-acount {
  text-transform: uppercase;
  margin-bottom: 13px;
  border: 1px solid #9f3133;
}
.secondary-sidebar-user .box-user-info.my-acount a, .secondary-sidebar-user .box-user-info.my-reservation a, .secondary-sidebar-user .box-user-info.edit-acount a, .secondary-sidebar-user .box-user-info.logout-acount a {
  padding: 10px 30px;
  display: block;
  background: #9f3133;
  color: #fff;
  letter-spacing: 0.1em;
  font-family: "Renner Medium";
  font-size: 13px;
  cursor: pointer;
}
@media screen and (max-width: 575px) {
  .secondary-sidebar-user .box-user-info.my-acount a, .secondary-sidebar-user .box-user-info.my-reservation a, .secondary-sidebar-user .box-user-info.edit-acount a, .secondary-sidebar-user .box-user-info.logout-acount a {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.secondary-sidebar-user .box-user-info.my-acount a i, .secondary-sidebar-user .box-user-info.my-reservation a i, .secondary-sidebar-user .box-user-info.edit-acount a i, .secondary-sidebar-user .box-user-info.logout-acount a i {
  color: #fff;
  display: inline-block;
  margin-right: 13px;
}
.secondary-sidebar-user .box-user-info.my-acount.is-active, .secondary-sidebar-user .box-user-info.my-reservation.is-active, .secondary-sidebar-user .box-user-info.edit-acount.is-active, .secondary-sidebar-user .box-user-info.logout-acount.is-active {
  background: #222;
  border: 1px solid #222;
}
.secondary-sidebar-user .box-user-info.my-acount.is-active a, .secondary-sidebar-user .box-user-info.my-reservation.is-active a, .secondary-sidebar-user .box-user-info.edit-acount.is-active a, .secondary-sidebar-user .box-user-info.logout-acount.is-active a {
  font-size: 13px;
  text-transform: uppercase;
  color: #fff;
  background: #222;
}
.secondary-sidebar-user .box-user-info.my-acount.is-active a:hover, .secondary-sidebar-user .box-user-info.my-reservation.is-active a:hover, .secondary-sidebar-user .box-user-info.edit-acount.is-active a:hover, .secondary-sidebar-user .box-user-info.logout-acount.is-active a:hover {
  color: #fff;
}
.secondary-sidebar-user .box-user-info.my-acount.is-active a i, .secondary-sidebar-user .box-user-info.my-reservation.is-active a i, .secondary-sidebar-user .box-user-info.edit-acount.is-active a i, .secondary-sidebar-user .box-user-info.logout-acount.is-active a i {
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  -webkit-border-radius: 15px;
  -khtml-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
  color: #fff;
  display: inline-block;
  margin-right: 13px;
  font-size: 12px;
}
.col-user-content .swh-box {
  background: #fff;
  padding: 50px 30px 45px;
  -webkit-box-shadow: 0 6px 27px rgba(0, 0, 0, 0.2);
  -khtml-box-shadow: 0 6px 27px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 6px 27px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 6px 27px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 6px 27px rgba(0, 0, 0, 0.2);
  box-shadow: 0 6px 27px rgba(0, 0, 0, 0.2);
  margin-bottom: 30px;
}
.col-user-content .swh-box.box-info-name {
  box-shadow: none;
}
.col-user-content .swh-box:last-child {
  margin-bottom: 0;
}
.col-user-content .swh-box.box-info-room {
  margin-top: 30px;
  padding: 35px 30px 15px;
}
@media screen and (max-width: 991px) {
  .col-user-content .swh-box.box-info-room {
    padding: 25px;
  }
}
@media screen and (max-width: 767px) {
  .col-user-content .swh-box.box-info-room .inner-box {
    text-align: center;
    margin-bottom: 30;
    padding-bottom: 30px;
  }
  .col-user-content .swh-box.box-info-room .inner-box.inner-box-review {
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
.col-user-content .swh-box .user-lv-progress {
  height: 10px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background-color: rgba(119, 119, 119, 0.2);
  position: relative;
  margin-bottom: 50px;
}
.col-user-content .swh-box .user-lv-progress .progress-bar {
  position: absolute;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  top: -10px;
  height: 10px;
  background-color: #9f3133;
  top: 0;
  left: 0;
}
.col-user-content .wp-box-content {
  margin-bottom: 30px;
}
.col-user-content .wp-box-content .box-info-lever {
  position: relative;
}
.col-user-content .wp-box-content .box-info-lever .inner-box-vip {
  margin-bottom: 25px;
}
.col-user-content .wp-box-content .box-info-lever .inner-box-vip .icon-vip {
  height: 61px;
  width: 45px;
  line-height: 55px;
  text-align: center;
  position: absolute;
  top: 0;
  right: 35px;
  font-size: 15px;
  font-weight: 500;
}
.col-user-content .wp-box-content .box-info-lever .inner-box-vip .icon-vip span {
  color: #fff;
}
.col-user-content .wp-box-content .box-info-lever .inner-box-vip .list-point {
  padding-left: 0;
  list-style: none;
  margin-bottom: 45px;
}
.col-user-content .wp-box-content .box-info-lever .inner-box-vip .list-point li {
  font-size: 15px;
  color: #777;
}
.col-user-content .wp-box-content .box-info-lever .inner-box-vip .list-point li i {
  font-size: 17px;
  text-align: center;
  width: 18px;
  height: 18px;
  color: #222;
}
.col-user-content .wp-box-content .box-info-lever .inner-box-vip .list-point li span {
  font-size: 20px;
  color: #222;
}
.col-user-content .wp-box-content .box-info-lever .inner-box-vip .list-point li.point-item-1 i {
  font-size: 14px;
  line-height: 18px;
  -webkit-border-radius: 18px;
  -khtml-border-radius: 18px;
  -moz-border-radius: 18px;
  -ms-border-radius: 18px;
  -o-border-radius: 18px;
  border-radius: 18px;
  background-color: #222;
  color: #fff;
}
.col-user-content .wp-box-content .box-info-lever .inner-box-vip .list-point li + li {
  margin-top: 25px;
}
.col-user-content .wp-box-content .box-info-lever .inner-box-vip .list-lever .user-title {
  font-size: 20px;
  line-height: 24px;
  color: #222;
  margin-bottom: 25px;
}
.col-user-content .wp-box-content .box-info-lever .inner-box-vip .list-lever ul {
  padding-left: 0;
  list-style: none;
}
.col-user-content .wp-box-content .box-info-lever .inner-box-vip .list-lever ul li {
  font-size: 15px;
  color: #222;
}
.col-user-content .wp-box-content .box-info-lever .inner-box-vip .list-lever ul li + li {
  margin-top: 12px;
}
.col-user-content .wp-box-content .box-info-lever .inner-box-vip .list-lever .notes {
  margin-top: 25px;
  color: #222;
}
.col-user-content .wp-box-content .box-info-lever .inner-box-vip .list-lever .notes label {
  color: #d10000;
}
.col-user-content .wp-box-content .swh-edit-user-info {
  margin-top: 30px;
  padding-top: 30px;
  background-color: #fff;
}
@media screen and (max-width: 1599px) {
  .col-user-content .wp-box-content .swh-edit-user-info {
    margin-top: 0;
  }
}
.col-user-content .inner-box-credicard .inner-box {
  width: 100%;
}
.col-user-content .inner-box-credicard .inner-box label {
  font-size: 20px;
  color: #222;
  font-weight: 500;
}
.col-user-content .inner-box-credicard .inner-box .switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 31px;
}
.col-user-content .inner-box-credicard .inner-box .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.col-user-content .inner-box-credicard .inner-box .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  -khtml-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.col-user-content .inner-box-credicard .inner-box .slider:before {
  position: absolute;
  content: "";
  height: 25px;
  width: 25px;
  left: 4px;
  bottom: 3px;
  background-color: white;
  -webkit-transition: 0.4s;
  -khtml-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.col-user-content .inner-box-credicard .inner-box input:checked + .slider {
  background-color: #9f3133;
}
.col-user-content .inner-box-credicard .inner-box input:focus + .slider {
  box-shadow: 0 0 1px #9f3133;
}
.col-user-content .inner-box-credicard .inner-box input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -khtml-transform: translateX(26px);
  -moz-transform: translateX(26px);
  -ms-transform: translateX(26px);
  -o-transform: translateX(26px);
  transform: translateX(26px);
  /* Rounded sliders */
}
.col-user-content .inner-box-credicard .inner-box .slider.round {
  border-radius: 34px;
}
.col-user-content .inner-box-credicard .inner-box .slider.round:before {
  border-radius: 50%;
}
@media screen and (min-width: 576px) {
  .col-user-content .inner-box-credicard .inner-box {
    display: flex;
  }
  .col-user-content .inner-box-credicard .inner-box label {
    flex-grow: 1;
  }
  .col-user-content .inner-box-credicard .inner-box .switch {
    flex-grow: 0;
  }
}
@media screen and (max-width: 575px) {
  .col-user-content .inner-box-credicard label {
    margin-bottom: 20px;
  }
  .col-user-content .inner-box-credicard .switch {
    display: block !important;
  }
}
.col-user-content .inner-box-credicard:last-child {
  padding-bottom: 0;
}
@media screen and (max-width: 575px) {
  .wp-box-header {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media screen and (min-width: 768px) {
  .wp-box-content {
    padding-top: 35px;
  }
}
.box-info-name {
  margin-bottom: 30px !important;
  background-color: transparent !important;
  padding: 30px 0px !important;
  -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0.06);
  -khtml-box-shadow: 0 0px 0px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0 0px 0px rgba(0, 0, 0, 0.06);
  -ms-box-shadow: 0 0px 0px rgba(0, 0, 0, 0.06);
  -o-box-shadow: 0 0px 0px rgba(0, 0, 0, 0.06);
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0.06);
}
@media screen and (min-width: 768px) {
  .box-info-name .inner-box {
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
  }
  .box-info-name .inner-box .col-box-left {
    flex-grow: 1;
  }
  .box-info-name .inner-box .col-box-left .user-title-name {
    display: inline-block;
    color: #fff;
    font-size: 50px;
    font-weight: 600;
    margin-right: 15px;
  }
  .box-info-name .inner-box .col-box-left .user-description {
    color: #fff;
    font-size: 15px;
  }
  .box-info-name .inner-box .col-box-right {
    flex-grow: 0;
  }
  .box-info-name .inner-box .col-box-right .btn-change-info {
    padding: 9px 35px;
    text-transform: uppercase;
    color: #fff;
    display: block;
    font-weight: 500;
    font-size: 15px;
    transition: all 0.4s ease;
    display: inline-block;
  }
  .box-info-name .inner-box .col-box-right .btn-change-info i {
    font-size: 13px;
    margin-left: 6px;
    display: inline-block;
  }
  .box-info-name .inner-box .col-box-right .btn-email a {
    color: #fff;
    font-size: 20px;
  }
  .box-info-name .inner-box .col-box-right .btn-email .email-counter {
    position: relative;
    cursor: pointer;
    top: -13px;
    left: -10px;
    padding: 1px 8px;
    color: #fff;
    display: inline-block;
    font-size: 11px;
    background-color: #d10000;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
  }
  .box-info-name .inner-box .col-box-right .btn-email.loading {
    animation: msgloading 1.5s infinite ease-in;
  }
}
@media screen and (max-width: 767px) {
  .box-info-name .inner-box {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
  }
  .box-info-name .inner-box .col-box-left {
    margin-bottom: 15px;
  }
  .box-info-name .inner-box .col-box-left .user-title-name {
    display: inline-block;
    color: #222;
    font-size: 50px;
    font-weight: 600;
    margin-right: 15px;
  }
  .box-info-name .inner-box .col-box-left .user-description {
    color: #222;
    font-size: 15px;
  }
  .box-info-name .inner-box .col-box-right .btn-change-info {
    padding: 9px 15px;
    text-transform: uppercase;
    background: #9f3133;
    color: #222;
    display: block;
    font-weight: 500;
    font-size: 11px;
    display: inline-block;
    transition: all 0.4s ease;
  }
  .box-info-name .inner-box .col-box-right .btn-change-info i {
    font-size: 13px;
    margin-left: 6px;
    display: inline-block;
  }
  .box-info-name .inner-box .col-box-right .btn-change-info:hover {
    background: #222;
  }
}
.box-info-room .inner-box {
  text-align: center;
}
.box-info-room .inner-box svg path {
  fill: #9f3133;
}
.box-info-room .inner-box svg {
  width: 45px;
  height: 40px;
  display: block;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 19px;
}
.box-info-room .inner-box .tite-book-room {
  color: #222;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 7px;
}
.box-info-room .inner-box span {
  font-size: 45px;
  font-weight: bold;
  color: #222;
}
@media screen and (max-width: 991px) {
  .box-info-room .inner-box span {
    font-size: 30px;
  }
}
.inner-box-change-password {
  margin-bottom: 45px;
  padding-bottom: 35px;
  border-bottom: 1px solid rgba(119, 119, 119, 0.3);
}
@media screen and (min-width: 768px) {
  .inner-box-change-password .inner-box {
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
  }
  .inner-box-change-password .inner-box .col-box-left {
    flex-grow: 1;
  }
  .inner-box-change-password .inner-box .col-box-right {
    flex-grow: 0;
  }
}
.inner-box-change-password .inner-box .col-box-left label {
  display: inline-block;
  color: #222;
  font-size: 20px;
  font-weight: 600;
  margin-right: 15px;
}
.inner-box-change-password .inner-box .col-box-left input {
  min-width: 120px;
  max-width: 200px;
  width: 100%;
  height: 30px;
  line-height: 30px;
  margin-bottom: 0 !important;
}
.inner-box-change-password .inner-box .col-box-left input:focus {
  border: 1px solid #9f3133 !important;
  -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06);
  -khtml-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06);
  -ms-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06);
  -o-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06);
}
.inner-box-change-password .inner-box .col-box-left input::-webkit-input-placeholder {
  color: #777;
  font-size: 12px;
  font-weight: 500;
}
.inner-box-change-password .inner-box .col-box-left input::-moz-placeholder {
  color: #777;
  font-size: 12px;
  font-weight: 500;
}
.inner-box-change-password .inner-box .col-box-left input::-ms-input-placeholder {
  color: #777;
  font-size: 12px;
  font-weight: 500;
}
.inner-box-change-password .inner-box .col-box-left input::-moz-placeholder {
  color: #777;
  font-size: 12px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .inner-box-change-password .inner-box .col-box-left {
    margin-bottom: 30px;
  }
}
.inner-box-change-password .inner-box .col-box-right .btn-change-pass {
  display: block;
  padding: 9px 35px;
  text-transform: uppercase;
  background: #9f3133;
  color: #fff;
  font-weight: 500;
  font-size: 13px;
  transition: all 0.4s ease;
}
.inner-box-change-password .inner-box .col-box-right .btn-change-pass:hover {
  background: #222;
}
.inner-box-change-password .infor-change-popup {
  display: none;
  margin-top: 30px;
  width: 100%;
  padding-top: 30px;
}
.inner-box-change-password .infor-change-popup label {
  display: block;
  margin-bottom: 5px;
  color: #222;
  font-size: 20px !important;
  font-weight: 500 !important;
}
.inner-box-change-password .infor-change-popup .user-input-text {
  max-width: 370px;
  border: 1px solid #c8c8c8;
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  margin-bottom: 27px !important;
}
.inner-box-change-password .infor-change-popup .user-input-text:focus {
  border: 1px solid #9f3133 !important;
  -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06);
  -khtml-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06);
  -ms-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06);
  -o-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06);
}
.inner-box-change-password .infor-change-popup .user-input-text::-webkit-input-placeholder {
  color: #777;
}
.inner-box-change-password .infor-change-popup .user-input-text::-moz-placeholder {
  color: #777;
}
.inner-box-change-password .infor-change-popup .user-input-text::-ms-input-placeholder {
  color: #777;
}
.inner-box-change-password .infor-change-popup .user-input-text::-moz-placeholder {
  color: #777;
}
.inner-box-change-password .infor-change-popup .swh-input {
  margin-top: 7px;
}
.inner-box-change-password .infor-change-popup .swh-input .user-btn {
  text-transform: uppercase;
  font-size: 13px;
  display: inline-block;
  padding: 0px 35px;
  line-height: 30px;
  height: 30px;
  color: #fff;
  font-weight: 500;
  -webkit-transition: 0s;
  -khtml-transition: 0s;
  -moz-transition: 0s;
  -ms-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
}
.inner-box-change-password .infor-change-popup .swh-input .btn1 {
  background: #9f3133;
  margin-right: 6px;
}
.inner-box-change-password .infor-change-popup .swh-input .btn1:hover {
  background: #222;
}
.inner-box-list-check {
  margin-bottom: 45px;
  padding-bottom: 35px;
  border-bottom: 1px solid rgba(119, 119, 119, 0.3);
}
.inner-box-list-check > label {
  color: #222;
  margin-bottom: 17px;
  font-size: 20px !important;
  font-weight: 500 !important;
}
@media screen and (min-width: 576px) {
  .inner-box-list-check .inner-box {
    display: flex;
    justify-content: space-between;
  }
}
.inner-box-list-check .box-col {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 8px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.inner-box-list-check .box-col label {
  font-size: 15px;
  font-weight: 300;
  color: #777;
  position: relative;
  top: -9px;
}
.inner-box-list-check .box-col input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  top: 0;
  left: 0;
  width: 23px;
  height: 23px;
  z-index: 1;
}
.inner-box-list-check .box-col .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 23px;
  width: 23px;
  background-color: transparent;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #777;
}
.inner-box-list-check .box-col .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 8px;
  top: 5px;
  width: 7px;
  height: 10px;
  border: solid #9f3133;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.inner-box-list-check .box-col input:checked ~ .checkmark {
  border-color: #9f3133;
  background-color: #9f3133;
}
.inner-box-list-check .box-col input:checked ~ .checkmark:after {
  border: solid #fff;
  content: "";
  position: absolute;
  display: none;
  left: 8px;
  top: 5px;
  width: 7px;
  height: 10px;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.inner-box-list-check .box-col input:checked ~ .checkmark:after {
  display: block;
}
.inner-box-credicard {
  padding-bottom: 35px;
  border-bottom: 1px solid rgba(119, 119, 119, 0.3);
}
.inner-box-credicard + .inner-box-credicard {
  margin-top: 45px;
  border-bottom: none;
}
@media screen and (min-width: 576px) {
  .inner-box-credicard .inner-box {
    display: flex;
  }
  .inner-box-credicard .inner-box label, .inner-box-credicard .inner-box .slideThree {
    flex-grow: 1;
  }
}
.swh-edit-user-info {
  padding: 30px 30px 40px;
}
.swh-edit-user-info .row-edit-info {
  margin-bottom: 30px;
}
.swh-edit-user-info .row-edit-info:last-child {
  margin-bottom: 0;
}
.swh-edit-user-info .row-edit-info input {
  max-width: 470px;
  display: block;
  font-size: 15px;
}
.swh-edit-user-info .row-edit-info input:focus {
  border: 1px solid #9f3133 !important;
  -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06);
  -khtml-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06);
  -ms-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06);
  -o-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06);
}
.swh-edit-user-info .row-edit-info input::-webkit-input-placeholder {
  color: #999;
  font-weight: 300;
  font-style: italic;
}
.swh-edit-user-info .row-edit-info input::-moz-placeholder {
  color: #999;
  font-weight: 300;
  font-style: italic;
}
.swh-edit-user-info .row-edit-info input::-ms-input-placeholder {
  color: #999;
  font-weight: 300;
  font-style: italic;
}
.swh-edit-user-info .row-edit-info input::-moz-placeholder {
  color: #999;
  font-weight: 300;
  font-style: italic;
}
.swh-edit-user-info .row-edit-info label {
  font-size: 20px;
  color: #222;
  font-weight: 600;
  margin-bottom: 6px;
}
.swh-edit-user-info .row-edit-info .btn-edit-user-info {
  height: 30px;
  line-height: 30px;
  text-transform: uppercase;
  font-size: 13px;
  color: #fff;
}
.swh-edit-user-info .row-edit-info .btn-edit-user-info.btn1 {
  background: #9f3133;
  margin-right: 6px;
}
.swh-edit-user-info .row-edit-info .btn-edit-user-info.btn1:hover {
  background-color: #222;
}
.swh-edit-user-info .row-edit-info .btn-edit-user-info.btn2 {
  background: #222;
}
.swh-items-room .room-item {
  background: #fff;
  margin-bottom: 30px;
  position: relative;
  border: 1px solid #fff;
}
.swh-items-room .room-item:first-child {
  margin-top: 30px;
}
.swh-items-room .room-item:last-child {
  margin-bottom: 0;
}
.swh-items-room .swh-wp-status {
  color: #222;
}
.swh-items-room .swh-wp-status .order-stt {
  display: block;
  padding-left: 15px;
  position: relative;
  font-weight: 500;
  text-transform: uppercase;
}
.swh-items-room .swh-wp-status .order-stt:before {
  top: 5px;
  left: 0;
  position: absolute;
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
.swh-items-room .swh-wp-status .o-s-reject:before, .swh-items-room .swh-wp-status .o-s-deleted:before {
  background: red;
}
.swh-items-room .swh-wp-status .o-s-pending:before {
  background: #fab702;
}
.swh-items-room .swh-wp-status .o-s-changed:before {
  background-color: red;
}
.swh-items-room .swh-wp-status .o-s-deleting:before {
  background: #fa741e;
}
.swh-items-room .swh-wp-status .o-s-approved:before {
  background: #12d212;
}
.swh-items-room .swh-wp-status .o-s-paid:before {
  background: #4eacf4;
}
@media screen and (min-width: 992px) {
  .swh-items-room .swh-row-infor-1 {
    display: flex;
  }
  .swh-items-room .swh-row-infor-1 .entry-featured {
    min-width: 280px;
    background-size: cover;
    background-position: 50%;
  }
  .swh-items-room .swh-row-infor-1 .entry-featured img {
    display: none;
  }
  .swh-items-room .swh-row-infor-1 .entry-content {
    flex-grow: 1;
  }
  .swh-items-room .swh-row-infor-1 .entry-content > * {
    padding: 12px 40px;
  }
  .swh-items-room .swh-row-infor-1 .entry-content .row-info {
    border-bottom: 1px solid #e3e3e3;
  }
  .swh-items-room .swh-row-infor-1 .entry-content .row-info.room-order-time {
    display: flex;
  }
  .swh-items-room .swh-row-infor-1 .entry-content .row-info.room-order-time .col-row-info i {
    color: #9f3133;
    display: inline-block;
    margin-right: 8px;
  }
  .swh-items-room .swh-row-infor-1 .entry-content .row-info.room-order-time .col-row-info label {
    color: #222;
    font-size: 17px;
    font-weight: 500;
  }
  .swh-items-room .swh-row-infor-1 .entry-content .row-info.room-order-time .col-row-info span {
    color: #777;
    font-weight: 400;
  }
  .swh-items-room .swh-row-infor-1 .entry-content .row-info.room-order-time .col-left {
    flex-grow: 1;
  }
  .swh-items-room .swh-row-infor-1 .entry-content .row-info.room-order-time .col-left .time-sign-in, .swh-items-room .swh-row-infor-1 .entry-content .row-info.room-order-time .col-left .time-sign-out {
    display: block;
  }
  .swh-items-room .swh-row-infor-1 .entry-content .row-info.room-order-time .col-right {
    flex-grow: 0;
  }
  .swh-items-room .swh-row-infor-1 .entry-content .room-service-extra label, .swh-items-room .swh-row-infor-1 .entry-content .room-payment-method label {
    color: #222;
    font-size: 17px;
    font-weight: 500;
  }
  .swh-items-room .swh-row-infor-1 .entry-content .room-service-extra span, .swh-items-room .swh-row-infor-1 .entry-content .room-payment-method span {
    color: #777;
    font-weight: 400;
  }
  .swh-items-room .swh-row-infor-1 .entry-content .order-detail {
    display: flex;
  }
  .swh-items-room .swh-row-infor-1 .entry-content .order-detail .swh-wp-title {
    flex-grow: 1;
  }
  .swh-items-room .swh-row-infor-1 .entry-content .order-detail .swh-wp-title .order-title1, .swh-items-room .swh-row-infor-1 .entry-content .order-detail .swh-wp-title .order-title2 {
    color: #222;
    font-weight: 500;
  }
  .swh-items-room .swh-row-infor-1 .entry-content .order-detail .swh-wp-title .order-title1 {
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 7px;
    display: block;
  }
  .swh-items-room .swh-row-infor-1 .entry-content .order-detail .swh-wp-title .order-title2 {
    margin-bottom: 0;
    font-size: 25px;
    font-weight: 500;
  }
  .swh-items-room .swh-row-infor-1 .entry-content .order-detail {
    padding-top: 18px;
    padding-bottom: 16px;
  }
  .swh-items-room .swh-row-infor-2 {
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    padding: 14px 40px 20px;
  }
  .swh-items-room .swh-row-infor-2 .service-fee .order-price {
    padding-right: 38px;
    margin-right: 38px;
    border-right: 1px solid #e3e3e3;
    position: relative;
  }
  .swh-items-room .swh-row-infor-2 .service-fee .order-price:after {
    position: absolute;
    display: block;
    content: "";
  }
  .swh-items-room .swh-row-infor-2 .service-fee .order-price, .swh-items-room .swh-row-infor-2 .service-fee .order-price-paid {
    display: inline-block;
  }
  .swh-items-room .swh-row-infor-2 .service-fee .order-price label, .swh-items-room .swh-row-infor-2 .service-fee .order-price-paid label {
    font-weight: 500;
    font-size: 25px !important;
    color: #9f3133;
  }
  .swh-items-room .swh-row-infor-2 .service-fee .order-price span, .swh-items-room .swh-row-infor-2 .service-fee .order-price-paid span {
    font-weight: 500;
    color: #222;
    text-transform: uppercase;
  }
  .swh-items-room .swh-row-infor-2 .service-fee .order-vat {
    margin-top: 20px;
    font-size: 13px;
  }
  .swh-items-room .swh-row-infor-2 .service-fee .order-vat label {
    text-transform: uppercase;
    font-weight: 500;
    color: #222;
  }
  .swh-items-room .swh-row-infor-2 .service-fee .order-vat span {
    font-weight: 400;
  }
  .swh-items-room .swh-row-infor-2 .col-info {
    flex-grow: 1;
  }
  .swh-items-room .swh-row-infor-2 .col-info.wp-buttons {
    flex-grow: 0;
  }
  .swh-items-room .swh-row-infor-2 .col-info.wp-buttons .btn-room {
    display: block;
    width: 143px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
    font-family: "Renner Medium";
    color: #fff;
  }
  .swh-items-room .swh-row-infor-2 .col-info.wp-buttons .btn-room.btn1 {
    background: #9f3133;
    margin-bottom: 8px;
  }
  .swh-items-room .swh-row-infor-2 .col-info.wp-buttons .btn-room.btn1:hover {
    background: #222;
  }
  .swh-items-room .swh-row-infor-2 .col-info.wp-buttons .btn-room.btn2 {
    background: #222;
  }
  .swh-items-room .swh-row-infor-2 .col-info.wp-buttons .btn-room.btn2:hover {
    background: #9f3133;
  }
}
@media screen and (max-width: 991px) {
  .swh-items-room .swh-row-infor-1 .entry-featured {
    width: 100%;
    background-size: cover;
    background-position: 50%;
  }
  .swh-items-room .swh-row-infor-1 .entry-featured img {
    display: block;
  }
  .swh-items-room .swh-row-infor-1 .entry-content > * {
    padding: 12px 40px;
  }
  .swh-items-room .swh-row-infor-1 .entry-content .row-info {
    border-bottom: 1px solid #e3e3e3;
  }
  .swh-items-room .swh-row-infor-1 .entry-content .row-info.room-order-time {
    display: flex;
  }
  .swh-items-room .swh-row-infor-1 .entry-content .row-info.room-order-time .col-row-info {
    flex-grow: 1;
  }
  .swh-items-room .swh-row-infor-1 .entry-content .row-info.room-order-time .col-row-info i {
    color: #9f3133;
    display: inline-block;
    margin-right: 8px;
  }
  .swh-items-room .swh-row-infor-1 .entry-content .row-info.room-order-time .col-row-info label {
    color: #222;
    font-size: 17px;
    font-weight: 600;
  }
  .swh-items-room .swh-row-infor-1 .entry-content .row-info.room-order-time .col-row-info span {
    color: #777;
    font-weight: 400;
  }
  .swh-items-room .swh-row-infor-1 .entry-content .row-info.room-order-time .col-left {
    margin-bottom: 10px;
  }
  .swh-items-room .swh-row-infor-1 .entry-content .row-info.room-order-time .col-left .time-sign-in, .swh-items-room .swh-row-infor-1 .entry-content .row-info.room-order-time .col-left .time-sign-out {
    display: block;
  }
  .swh-items-room .swh-row-infor-1 .entry-content .room-service-extra label, .swh-items-room .swh-row-infor-1 .entry-content .room-payment-method label {
    color: #222;
    font-size: 17px;
    font-weight: 500;
  }
  .swh-items-room .swh-row-infor-1 .entry-content .room-service-extra span, .swh-items-room .swh-row-infor-1 .entry-content .room-payment-method span {
    color: #777;
    font-weight: 400;
  }
  .swh-items-room .swh-row-infor-1 .entry-content .order-detail {
    padding-top: 30px;
    padding-bottom: 25px;
  }
  .swh-items-room .swh-row-infor-1 .entry-content .order-detail .swh-wp-title {
    margin-bottom: 20px;
  }
  .swh-items-room .swh-row-infor-1 .entry-content .order-detail .swh-wp-title .order-title1, .swh-items-room .swh-row-infor-1 .entry-content .order-detail .swh-wp-title .order-title2 {
    color: #222;
  }
  .swh-items-room .swh-row-infor-1 .entry-content .order-detail .swh-wp-title .order-title1 {
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 17px;
    display: inline-block;
    padding: 5px 10px;
    border: 1px solid #ccc;
    background: #f8f8f8;
  }
  .swh-items-room .swh-row-infor-1 .entry-content .order-detail .swh-wp-title .order-title2 {
    margin-bottom: 0;
    font-size: 30px;
  }
  .swh-items-room .swh-row-infor-2 {
    padding: 14px 40px 20px;
  }
  .swh-items-room .swh-row-infor-2 .service-fee {
    margin-bottom: 20px;
  }
  .swh-items-room .swh-row-infor-2 .service-fee .order-price {
    padding-right: 38px;
    margin-right: 38px;
    border-right: 1px solid #e3e3e3;
    margin-bottom: 10px;
  }
  .swh-items-room .swh-row-infor-2 .service-fee .order-price, .swh-items-room .swh-row-infor-2 .service-fee .order-price-paid {
    display: inline-block;
  }
  .swh-items-room .swh-row-infor-2 .service-fee .order-price label, .swh-items-room .swh-row-infor-2 .service-fee .order-price-paid label {
    font-weight: 500;
    font-size: 25px !important;
    color: #9f3133;
  }
  .swh-items-room .swh-row-infor-2 .service-fee .order-price span, .swh-items-room .swh-row-infor-2 .service-fee .order-price-paid span {
    font-weight: 500;
    color: #222;
    text-transform: uppercase;
  }
  .swh-items-room .swh-row-infor-2 .service-fee .order-vat {
    margin-top: 10px;
    font-size: 13px;
  }
  .swh-items-room .swh-row-infor-2 .service-fee .order-vat label {
    text-transform: uppercase;
    font-weight: 500;
    color: #222;
  }
  .swh-items-room .swh-row-infor-2 .service-fee .order-vat span {
    font-weight: 400;
  }
  .swh-items-room .swh-row-infor-2 .col-info.wp-buttons .btn-room {
    width: auto;
    padding-left: 15px;
    padding-right: 15px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    text-transform: uppercase;
    font-size: 11px;
    color: #fff;
  }
  .swh-items-room .swh-row-infor-2 .col-info.wp-buttons .btn-room.btn1 {
    background: #9f3133;
    margin-bottom: 8px;
  }
  .swh-items-room .swh-row-infor-2 .col-info.wp-buttons .btn-room.btn1:hover {
    background: #222;
  }
  .swh-items-room .swh-row-infor-2 .col-info.wp-buttons .btn-room.btn2 {
    background: #222;
  }
  .swh-items-room .swh-row-infor-2 .col-info.wp-buttons .btn-room.btn2:hover {
    background: #9f3133;
  }
}
@media screen and (max-width: 575px) {
  .swh-items-room .swh-row-infor-1 .entry-content > * {
    padding: 12px 20px;
  }
  .swh-items-room .swh-row-infor-1 .entry-content .row-info.room-order-time {
    display: inherit;
  }
  .swh-items-room .swh-row-infor-1 .entry-content .row-info.room-order-time .col-row-info i {
    color: #9f3133;
    display: inline-block;
    margin-right: 8px;
  }
  .swh-items-room .swh-row-infor-1 .entry-content .row-info.room-order-time .col-row-info label {
    color: #222;
    font-size: 17px;
    font-weight: 600;
  }
  .swh-items-room .swh-row-infor-1 .entry-content .row-info.room-order-time .col-row-info span {
    color: #777;
    font-weight: 400;
  }
  .swh-items-room .swh-row-infor-1 .entry-content .row-info.room-order-time .col-left {
    margin-bottom: 10px;
  }
  .swh-items-room .swh-row-infor-1 .entry-content .row-info.room-order-time .col-left .time-sign-in, .swh-items-room .swh-row-infor-1 .entry-content .row-info.room-order-time .col-left .time-sign-out {
    display: block;
  }
  .swh-items-room .swh-row-infor-2 {
    padding: 14px 20px 20px;
  }
  .swh-items-room .swh-row-infor-2 .service-fee {
    margin-bottom: 20px;
  }
  .swh-items-room .swh-row-infor-2 .service-fee .order-price {
    padding-right: 38px;
    margin-right: 38px;
    border-right: none;
    margin-bottom: 0px;
  }
  .swh-items-room .swh-row-infor-2 .service-fee .order-price, .swh-items-room .swh-row-infor-2 .service-fee .order-price-paid {
    display: block;
  }
  .swh-items-room .swh-row-infor-2 .service-fee .order-price label, .swh-items-room .swh-row-infor-2 .service-fee .order-price-paid label {
    font-weight: 500;
    font-size: 18px !important;
    color: #9f3133;
  }
  .swh-items-room .swh-row-infor-2 .service-fee .order-price span, .swh-items-room .swh-row-infor-2 .service-fee .order-price-paid span {
    font-weight: 500;
    color: #222;
    text-transform: uppercase;
  }
}
.cms-room-btn .swh-notification {
  margin-top: 15px;
}
.swh-notification .btn {
  margin-top: 30px;
  background: #9f3133;
  color: #fff;
}
.swh-notification .btn:hover {
  background: #222;
}
.dashboard-login .inne-dashboard-login {
  max-width: 500px;
  padding: 50px 30px;
  text-align: center;
  margin: 0 auto;
  border: 1px solid #9f3133;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.dashboard-login .inne-dashboard-login .title-reback {
  color: inherit;
  font-size: 20px;
}
.dashboard-login .inne-dashboard-login .title-reback + .btn-login .go_to_login_link {
  padding: 8px 20px;
  display: inline-block;
  background-color: #222;
  color: #fff;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.dashboard-login .inne-dashboard-login .title-reback + .btn-login .go_to_login_link:hover {
  background-color: #9f3133;
  color: #fff;
}
