/**
 * @package SP Page Builder
 * @author JoomShaper http://www.joomshaper.com
 * @copyright Copyright (c) 2010 - 2015 JoomShaper
 * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 or later
*/
html {
    scroll-behavior: smooth;
    scroll-padding: 80px;
}

.pt-0{ padding-top: 0 !important; }
.pb-3{padding-bottom: 30px !important;}
#sp-page-builder {
    position: relative;
  }
  
  #sp-page-builder .sp-pagebuilder-page-edit {
    position: absolute;
    font-size: 13px;
    line-height: 1;
    top: 15px;
    right: 15px;
    color: #fff;
    display: block;
    margin: 0;
    padding: 8px 10px;
    text-decoration: none;
    font-style: normal;
    background: rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 3px;
    -webkit-transition: background-color 300ms, color 300ms, border-color 300ms;
    transition: background-color 300ms, color 300ms, border-color 300ms;
    z-index: 9995;
  }
  
  #sp-page-builder .sp-pagebuilder-page-edit:hover,
  #sp-page-builder .sp-pagebuilder-page-edit:active,
  #sp-page-builder .sp-pagebuilder-page-edit:focus {
    color: #000;
    background: #fff;
    border-color: rgba(0, 0, 0, 0.2);
  }
  
  #sp-page-builder .page-content .sppb-section,
  #sp-page-builder .sppb-section {
    /*margin-top: 30px;*/
    z-index: 1;
    /*position: relative;*/
  }
  
  #sp-page-builder .page-content .sppb-section:first-child {
    margin-top: 0;
  }
  
  #sp-page-builder .sppb-section-title {
    margin-bottom: 50px;
    position: relative;
    z-index: 1;
  }
  
  #sp-page-builder .sppb-section-title .sppb-title-heading {
    margin-top: 0;
    font-size: 36px;
    line-height: 36px;
    margin-bottom: 15px;
    border: 0;
  }
  
  #sp-page-builder .sppb-section-title .sppb-title-subheading {
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 0;
  }
  
  #sp-page-builder .sppb-section-title.sppb-text-center .sppb-title-subheading {
    display: inline-block;
    max-width: 80%;
  }
  
  
  /* *** Helix3 frotend edit *** */

  .com-sppagebuilder.view-form.layout-edit.off-canvas-menu-init {
    position: inherit;
  }
  
  .sppb-addon-cta .sppb-cta-title {
    margin-top: 0;
    font-size: 36px;
    line-height: 36px;
    margin-bottom: 15px;
    border: 0;
  }
  
  .sppb-addon-cta .sppb-cta-subtitle {
    font-size: 24px;
    line-height: 24px;
    margin-top: 0;
    margin-bottom: 0;
  }
  
  .sppb-addon-cta .sppb-cta-text {
    margin-top: 15px;
    margin-bottom: 0;
  }
  
  @media screen and (min-width: 768px) {
    .sppb-addon-cta .sppb-row {
        display: table-row;
        height: 100%;
    }
    .sppb-addon-cta .sppb-row>div {
        display: table-cell;
        vertical-align: middle;
        float: none;
    }
  }
  
  
  /* IE10+ CSS styles go here */
  
  @media all and (-ms-high-contrast: none),
  (-ms-high-contrast: active) {
    .sppb-img-responsive,
    .sppb-carousel-inner>.sppb-item>img,
    .sppb-carousel-inner>.sppb-item>a>img {
        width: 100%;
    }
    .sppb-testimonial-pro .sppb-img-responsive.sppb-avatar {
        width: auto !important;
    }
  }
  
  .sppb-addon-facebook-likebox * {
    max-width: 100% !important;
  }
  
  .sppb-gallery {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  
  .sppb-gallery li {
    display: inline-block;
    float: left;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  
  .sppb-gallery li a {
    display: block;
  }
  
  .sppb-addon-persion .sppb-addon-content>div {
    margin-top: 15px;
  }
  
  .sppb-addon-persion .sppb-addon-content>div:first-child {
    margin-top: 0;
  }
  
  .sppb-addon-persion .sppb-person-information>span {
    display: block;
  }
  
  .sppb-addon-persion .sppb-person-information>span.sppb-person-name {
    font-size: 16px;
    font-weight: bold;
  }
  
  .sppb-addon-persion .sppb-person-information>span.sppb-person-designation {
    font-size: 12px;
    color: #888;
  }
  
  .sppb-addon-persion .sppb-person-social {
    list-style: none;
    display: block;
    padding: 0;
    margin: 0 -8px;
  }
  
  .sppb-addon-persion .sppb-person-social>li {
    display: inline-block;
    margin: 0 8px;
  }
  
  .sppb-addon-persion .sppb-person-social>li>a {
    display: block;
    font-size: 16px;
    line-height: 16px;
    color: #999;
  }
  
  .sppb-addon-persion .sppb-person-social>li>a:hover {
    color: #666;
  }
  
  .sppb-pricing-box {
    border: 1px solid #e5e5e5;
    padding: 20px;
  }
  
  .sppb-pricing-box.sppb-pricing-featured {
    border-color: #7FBA00;
    background-color: #7FBA00;
    color: #fff;
  }
  
  .sppb-pricing-box .sppb-pricing-header .sppb-pricing-title {
    margin-top: 0;
    padding: 0;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px;
  }
  
  .sppb-pricing-box .sppb-pricing-header>span.sppb-pricing-price {
    font-size: 24px;
    line-height: 24px;
  }
  
  .sppb-pricing-box .sppb-pricing-header>span.sppb-pricing-duration {
    font-size: 16px;
    line-height: 16px;
  }
  
  .sppb-pricing-box .sppb-pricing-features {
    padding: 20px 0;
  }
  
  .sppb-pricing-box .sppb-pricing-features>ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  
  .sppb-pricing-box .sppb-pricing-features>ul>li {
    display: block;
    padding: 5px 0;
  }
  
  .sppb-addon-animated-number .sppb-addon-content {
    display: inline-block;
  }
  
  .sppb-addon-animated-number .sppb-addon-content .sppb-animated-number-title {
    margin-top: 10px;
  }
  
  .sppb-addon-animated-number.sppb-hasbg .sppb-addon-content {
    padding: 20px;
  }
  
  .sppb-pie-chart {
    position: relative;
    display: inline-block;
  }
  
  .sppb-pie-chart canvas {
    position: absolute;
    top: 0;
    left: 0;
  }
  
  .sppb-pie-chart .sppb-chart-percent {
    font-size: 24px;
  }
  
  .sppb-pie-chart .sppb-chart-icon,
  .sppb-pie-chart .sppb-chart-percent {
    width: 100%;
    height: 100%;
    display: table;
  }
  
  .sppb-pie-chart .sppb-chart-icon span,
  .sppb-pie-chart .sppb-chart-percent span {
    display: table-cell;
    vertical-align: middle;
  }
  
  .sppb-addon-single-image-container {
    display: inline-block;
    position: relative;
  }
  
  .sppb-addon-image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    -webkit-transition: opacity 400ms;
    transition: opacity 400ms;
  }
  
  .sppb-addon-single-image-container:hover .sppb-addon-image-overlay {
    opacity: 1;
  }
  
  .sppb-addon-image-overlay-icon {
    position: absolute;
    color: #fff;
    text-decoration: none;
    display: block;
    width: 36px;
    font-size: 28px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    background: transparent;
    top: 50%;
    left: 50%;
    margin-left: -18px;
    margin-top: -18px;
    background: rgba(0, 0, 0, 0.8);
    border-radius: 40px;
    -webkit-transition: background-color 300ms;
    transition: background-color 300ms;
    display: none;
  }
  
  .sppb-addon-image-overlay-icon:hover,
  .sppb-addon-image-overlay-icon:active,
  .sppb-addon-image-overlay-icon:focus {
    text-decoration: none;
    color: #fff;
    background: #000;
    outline: none;
  }
  
  .sppb-addon-single-image-container:hover .sppb-addon-image-overlay-icon {
    display: block;
    -webkit-animation: zoomIn 200ms;
    animation: zoomIn 200ms;
  }
  
  .sppb-addon-image-content {
    position: relative;
  }
  
  .sppb-addon-image-content .sppb-image-holder {
    position: absolute;
    top: 0;
    width: 50%;
    height: 100%;
    background-position: 50%;
    background-size: cover;
  }
  
  .sppb-addon-image-content.aligment-left .sppb-image-holder {
    left: 0;
  }
  
  .sppb-addon-image-content.aligment-left .sppb-content-holder {
    padding: 120px 0 120px 50px;
  }
  
  .sppb-addon-image-content.aligment-right .sppb-image-holder {
    right: 0;
  }
  
  .sppb-addon-image-content.aligment-right .sppb-content-holder {
    padding: 120px 50px 120px 0;
  }
  
  @media (max-width: 768px) {
    .sppb-addon-image-content .sppb-image-holder {
        position: inherit;
        width: 100% !important;
        height: 300px;
    }
  }
  
  .sppb-addon-articles {
    margin-bottom: -30px;
  }
  
  .sppb-addon-articles .sppb-addon-article {
    margin-bottom: 30px;
  }
  
  .sppb-addon-articles .sppb-carousel .sppb-carousel-inner>.sppb-item {
    padding: 0;
  }
  
  .sppb-addon-articles .sppb-carousel .sppb-carousel-control {
    position: absolute;
    top: 50%;
    border: 1px solid #fff;
    color: #fff;
    border-radius: 100px;
    width: 36px;
    height: 36px;
    line-height: 34px;
    font-size: 18px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: 400ms;
    transition: 400ms;
    opacity: 0;
    text-align: center;
  }
  
  .sppb-addon-articles .sppb-carousel .sppb-carousel-control.left {
    left: 10px;
  }
  
  .sppb-addon-articles .sppb-carousel .sppb-carousel-control.right {
    right: 10px;
  }
  
  .sppb-addon-articles .sppb-carousel .sppb-carousel-control:hover {
    background-color: #333;
    border-color: #333;
  }
  
  .sppb-addon-articles:hover .sppb-carousel-control {
    opacity: 1;
  }
  
  .sppb-addon-articles .sppb-article-meta {
    margin: -5px -5px 5px;
  }
  
  .sppb-addon-articles .sppb-article-meta>span {
    display: inline-block;
    margin: 5px;
    color: #888;
    font-size: 13px;
  }
  
  * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  
  *:before,
  *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  
  input,
  button,
  select,
  textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
  }
  
  img {
    vertical-align: middle;
  }
  
  .sppb-img-responsive,
  .sppb-carousel-inner>.sppb-item>img,
  .sppb-carousel-inner>.sppb-item>a>img {
    display: block;
    width: 100% \9;
    max-width: 100%;
    height: auto;
  }
  
  .sppb-img-rounded {
    border-radius: 6px;
  }
  
  .sppb-img-thumbnail {
    padding: 4px;
    line-height: 1.42857143;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    width: 100% \9;
    max-width: 100%;
    height: auto;
  }
  
  .sppb-img-circle {
    border-radius: 50%;
  }
  
  hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eeeeee;
  }
  
  .sppb-lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
  }
  
  @media (min-width: 768px) {
    .sppb-lead {
        font-size: 21px;
    }
  }
  
  .sppb-text-left {
    text-align: left;
  }
  
  .sppb-text-right {
    text-align: right;
  }
  
  .sppb-text-center {
    text-align: center;
  }
  
  .sppb-text-left .sppb-img-responsive,
  .sppb-text-center .sppb-img-responsive,
  .sppb-text-right .sppb-img-responsive {
    display: inline-block;
  }
  
  .sppb-text-justify {
    text-align: justify;
  }
  
  .sppb-text-nowrap {
    white-space: nowrap;
  }
  
  .sppb-text-lowercase {
    text-transform: lowercase;
  }
  
  .sppb-text-uppercase {
    text-transform: uppercase;
  }
  
  .sppb-text-capitalize {
    text-transform: capitalize;
  }
  
  .sppb-text-muted {
    color: #777777;
  }
  
  .sppb-text-primary {
    color: #428bca;
  }
  
  a.sppb-text-primary:hover {
    color: #3071a9;
  }
  
  .sppb-text-success {
    color: #3c763d;
  }
  
  a.sppb-text-success:hover {
    color: #2b542c;
  }
  
  .sppb-text-info {
    color: #31708f;
  }
  
  a.sppb-text-info:hover {
    color: #245269;
  }
  
  .sppb-text-warning {
    color: #8a6d3b;
  }
  
  a.sppb-text-warning:hover {
    color: #66512c;
  }
  
  .sppb-text-danger {
    color: #a94442;
  }
  
  a.sppb-text-danger:hover {
    color: #843534;
  }
  
  .sppb-blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eeeeee;
  }
  
  .sppb-blockquote p:last-child,
  .sppb-blockquote ul:last-child,
  .sppb-blockquote ol:last-child {
    margin-bottom: 0;
  }
  
  .sppb-blockquote footer,
  .sppb-blockquote small,
  .sppb-blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.42857143;
    color: #777777;
  }
  
  .sppb-blockquote footer:before,
  .sppb-blockquote small:before,
  .sppb-blockquote .small:before {
    content: '\2014 \00A0';
  }
  
  .sppb-blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #eeeeee;
    border-left: 0;
    text-align: right;
  }
  
  .sppb-blockquote.pull-right footer:before,
  .sppb-blockquote.pull-right small:before,
  .sppb-blockquote.pull-right .small:before {
    content: '';
  }
  
  .sppb-blockquote.pull-right footer:after,
  .sppb-blockquote.pull-right small:after,
  .sppb-blockquote.pull-right .small:after {
    content: '\00A0 \2014';
  }
  
  .sppb-blockquote:before,
  .sppb-blockquote:after {
    content: "";
  }
  
  .sppb-address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857143;
  }
  
  .sppb-addon-blocknumber .sppb-blocknumber-number {
    display: inline-block;
    text-align: center;
  }
  
  .sppb-addon-blocknumber .sppb-media-body.sppb-text-center {
    margin-top: 15px;
  }
  
  .sppb-addon-blocknumber .sppb-media-body h1,
  .sppb-addon-blocknumber .sppb-media-body h2,
  .sppb-addon-blocknumber .sppb-media-body h3,
  .sppb-addon-blocknumber .sppb-media-body h4,
  .sppb-addon-blocknumber .sppb-media-body h5,
  .sppb-addon-blocknumber .sppb-media-body h6 {
    margin-top: 0;
  }
  
  .sppb-dropcap:first-letter {
    color: #666;
    display: block;
    float: left;
    font-size: 50px;
    line-height: 40px;
    padding: 4px 8px 0 0;
  }
  
  .sppb-code,
  .sppb-pre {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
  }
  
  .sppb-code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px;
  }
  
  .sppb-pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    word-break: break-all;
    word-wrap: break-word;
    color: #333333;
    background-color: #f5f5f5;
    border: 1px solid #cccccc;
    border-radius: 4px;
  }
  
  .sppb-pre .sppb-code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0;
  }
  
  .pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
  }
  
  .sppb-container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
  }
  
  @media (min-width: 768px) {
    .sppb-container {
        width: 750px;
    }
  }
  
  @media (min-width: 992px) {
    .sppb-container {
        width: 970px;
    }
  }
  
  @media (min-width: 1200px) {
    .sppb-container {
        width: 1170px;
    }
  }
  
  .sppb-container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
  }
  
  .sppb-row,
  .sp-pagebuilder-row {
    margin-left: -15px;
    margin-right: -15px;
  }
  
  .sppb-col-xs-1,
  .sppb-col-sm-1,
  .sppb-col-md-1,
  .sppb-col-lg-1,
  .sppb-col-xs-2,
  .sppb-col-sm-2,
  .sppb-col-md-2,
  .sppb-col-lg-2,
  .sppb-col-xs-3,
  .sppb-col-sm-3,
  .sppb-col-md-3,
  .sppb-col-lg-3,
  .sppb-col-xs-4,
  .sppb-col-sm-4,
  .sppb-col-md-4,
  .sppb-col-lg-4,
  .sppb-col-xs-5,
  .sppb-col-sm-5,
  .sppb-col-md-5,
  .sppb-col-lg-5,
  .sppb-col-xs-6,
  .sppb-col-sm-6,
  .sppb-col-md-6,
  .sppb-col-lg-6,
  .sppb-col-xs-7,
  .sppb-col-sm-7,
  .sppb-col-md-7,
  .sppb-col-lg-7,
  .sppb-col-xs-8,
  .sppb-col-sm-8,
  .sppb-col-md-8,
  .sppb-col-lg-8,
  .sppb-col-xs-9,
  .sppb-col-sm-9,
  .sppb-col-md-9,
  .sppb-col-lg-9,
  .sppb-col-xs-10,
  .sppb-col-sm-10,
  .sppb-col-md-10,
  .sppb-col-lg-10,
  .sppb-col-xs-11,
  .sppb-col-sm-11,
  .sppb-col-md-11,
  .sppb-col-lg-11,
  .sppb-col-xs-12,
  .sppb-col-sm-12,
  .sppb-col-md-12,
  .sppb-col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
  
  .sppb-col-xs-1,
  .sppb-col-xs-2,
  .sppb-col-xs-3,
  .sppb-col-xs-4,
  .sppb-col-xs-5,
  .sppb-col-xs-6,
  .sppb-col-xs-7,
  .sppb-col-xs-8,
  .sppb-col-xs-9,
  .sppb-col-xs-10,
  .sppb-col-xs-11,
  .sppb-col-xs-12 {
    float: left;
  }
  
  .sppb-col-xs-12 {
    width: 100%;
  }
  
  .sppb-col-xs-11 {
    width: 91.66666667%;
  }
  
  .sppb-col-xs-10 {
    width: 83.33333333%;
  }
  
  .sppb-col-xs-9 {
    width: 75%;
  }
  
  .sppb-col-xs-8 {
    width: 66.66666667%;
  }
  
  .sppb-col-xs-7 {
    width: 58.33333333%;
  }
  
  .sppb-col-xs-6 {
    width: 50%;
  }
  
  .sppb-col-xs-5 {
    width: 41.66666667%;
  }
  
  .sppb-col-xs-4 {
    width: 33.33333333%;
  }
  
  .sppb-col-xs-3 {
    width: 25%;
  }
  
  .sppb-col-xs-2 {
    width: 16.66666667%;
  }
  
  .sppb-col-xs-1 {
    width: 8.33333333%;
  }
  
  
  /* Equal Height start */
  
  .sppb-equalize-columns .sppb-row>div.sppb-col-xs-12 {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  
  .sppb-equalize-columns .sppb-row>div.sppb-col-xs-11 {
    -webkit-flex: 0 0 91.66666667%;
    -ms-flex: 0 0 91.66666667%;
    flex: 0 0 91.66666667%;
  }
  
  .sppb-equalize-columns .sppb-row>div.sppb-col-xs-10 {
    -webkit-flex: 0 0 83.33333333%;
    -ms-flex: 0 0 83.33333333%;
    flex: 0 0 83.33333333%;
  }
  
  .sppb-equalize-columns .sppb-row>div.sppb-col-xs-9 {
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
  }
  
  .sppb-equalize-columns .sppb-row>div.sppb-col-xs-8 {
    -webkit-flex: 0 0 66.66666667%;
    -ms-flex: 0 0 66.66666667%;
    flex: 0 0 66.66666667%;
  }
  
  .sppb-equalize-columns .sppb-row>div.sppb-col-xs-7 {
    -webkit-flex: 0 0 58.33333333%;
    -ms-flex: 0 0 58.33333333%;
    flex: 0 0 58.33333333%;
  }
  
  .sppb-equalize-columns .sppb-row>div.sppb-col-xs-6 {
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
  
  .sppb-equalize-columns .sppb-row>div.sppb-col-xs-5 {
    -webkit-flex: 0 0 41.66666667%;
    -ms-flex: 0 0 41.66666667%;
    flex: 0 0 41.66666667%;
  }
  
  .sppb-equalize-columns .sppb-row>div.sppb-col-xs-4 {
    -webkit-flex: 0 0 33.33333333%;
    -ms-flex: 0 0 33.33333333%;
    flex: 0 0 33.33333333%;
  }
  
  .sppb-equalize-columns .sppb-row>div.sppb-col-xs-3 {
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
  }
  
  .sppb-equalize-columns .sppb-row>div.sppb-col-xs-2 {
    -webkit-flex: 0 0 16.66666667%;
    -ms-flex: 0 0 16.66666667%;
    flex: 0 0 16.66666667%;
  }
  
  .sppb-equalize-columns .sppb-row>div.sppb-col-xs-1 {
    -webkit-flex: 0 0 8.33333333%;
    -ms-flex: 0 0 8.33333333%;
    flex: 0 0 8.33333333%;
  }
  
  
  /* Equal Height end */
  
  .sppb-col-xs-pull-12 {
    right: 100%;
  }
  
  .sppb-col-xs-pull-11 {
    right: 91.66666667%;
  }
  
  .sppb-col-xs-pull-10 {
    right: 83.33333333%;
  }
  
  .sppb-col-xs-pull-9 {
    right: 75%;
  }
  
  .sppb-col-xs-pull-8 {
    right: 66.66666667%;
  }
  
  .sppb-col-xs-pull-7 {
    right: 58.33333333%;
  }
  
  .sppb-col-xs-pull-6 {
    right: 50%;
  }
  
  .sppb-col-xs-pull-5 {
    right: 41.66666667%;
  }
  
  .sppb-col-xs-pull-4 {
    right: 33.33333333%;
  }
  
  .sppb-col-xs-pull-3 {
    right: 25%;
  }
  
  .sppb-col-xs-pull-2 {
    right: 16.66666667%;
  }
  
  .sppb-col-xs-pull-1 {
    right: 8.33333333%;
  }
  
  .sppb-col-xs-pull-0 {
    right: auto;
  }
  
  .sppb-col-xs-push-12 {
    left: 100%;
  }
  
  .sppb-col-xs-push-11 {
    left: 91.66666667%;
  }
  
  .sppb-col-xs-push-10 {
    left: 83.33333333%;
  }
  
  .sppb-col-xs-push-9 {
    left: 75%;
  }
  
  .sppb-col-xs-push-8 {
    left: 66.66666667%;
  }
  
  .sppb-col-xs-push-7 {
    left: 58.33333333%;
  }
  
  .sppb-col-xs-push-6 {
    left: 50%;
  }
  
  .sppb-col-xs-push-5 {
    left: 41.66666667%;
  }
  
  .sppb-col-xs-push-4 {
    left: 33.33333333%;
  }
  
  .sppb-col-xs-push-3 {
    left: 25%;
  }
  
  .sppb-col-xs-push-2 {
    left: 16.66666667%;
  }
  
  .sppb-col-xs-push-1 {
    left: 8.33333333%;
  }
  
  .sppb-col-xs-push-0 {
    left: auto;
  }
  
  .sppb-col-xs-offset-12 {
    margin-left: 100%;
  }
  
  .sppb-col-xs-offset-11 {
    margin-left: 91.66666667%;
  }
  
  .sppb-col-xs-offset-10 {
    margin-left: 83.33333333%;
  }
  
  .sppb-col-xs-offset-9 {
    margin-left: 75%;
  }
  
  .sppb-col-xs-offset-8 {
    margin-left: 66.66666667%;
  }
  
  .sppb-col-xs-offset-7 {
    margin-left: 58.33333333%;
  }
  
  .sppb-col-xs-offset-6 {
    margin-left: 50%;
  }
  
  .sppb-col-xs-offset-5 {
    margin-left: 41.66666667%;
  }
  
  .sppb-col-xs-offset-4 {
    margin-left: 33.33333333%;
  }
  
  .sppb-col-xs-offset-3 {
    margin-left: 25%;
  }
  
  .sppb-col-xs-offset-2 {
    margin-left: 16.66666667%;
  }
  
  .sppb-col-xs-offset-1 {
    margin-left: 8.33333333%;
  }
  
  .sppb-col-xs-offset-0 {
    margin-left: 0%;
  }
  
  @media (min-width: 768px) {
    .sppb-col-sm-1,
    .sppb-col-sm-2,
    .sppb-col-sm-3,
    .sppb-col-sm-4,
    .sppb-col-sm-5,
    .sppb-col-sm-6,
    .sppb-col-sm-7,
    .sppb-col-sm-8,
    .sppb-col-sm-9,
    .sppb-col-sm-10,
    .sppb-col-sm-11,
    .sppb-col-sm-12 {
        float: left;
    }
    .sppb-col-sm-12 {
        width: 100%;
    }
    .sppb-col-sm-11 {
        width: 91.66666667%;
    }
    .sppb-col-sm-10 {
        width: 83.33333333%;
    }
    .sppb-col-sm-9 {
        width: 75%;
    }
    .sppb-col-sm-8 {
        width: 66.66666667%;
    }
    .sppb-col-sm-7 {
        width: 58.33333333%;
    }
    .sppb-col-sm-6 {
        width: 50%;
    }
    .sppb-col-sm-5 {
        width: 41.66666667%;
    }
    .sppb-col-sm-4 {
        width: 33.33333333%;
    }
    .sppb-col-sm-3 {
        width: 25%;
    }
    .sppb-col-sm-2 {
        width: 16.66666667%;
    }
    .sppb-col-sm-1 {
        width: 8.33333333%;
    }
    /* Equal Height start */
    .sppb-equalize-columns .sppb-row>div.sppb-col-sm-12 {
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
    .sppb-equalize-columns .sppb-row>div.sppb-col-sm-11 {
        -webkit-flex: 0 0 91.66666667%;
        -ms-flex: 0 0 91.66666667%;
        flex: 0 0 91.66666667%;
    }
    .sppb-equalize-columns .sppb-row>div.sppb-col-sm-10 {
        -webkit-flex: 0 0 83.33333333%;
        -ms-flex: 0 0 83.33333333%;
        flex: 0 0 83.33333333%;
    }
    .sppb-equalize-columns .sppb-row>div.sppb-col-sm-9 {
        -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    }
    .sppb-equalize-columns .sppb-row>div.sppb-col-sm-8 {
        -webkit-flex: 0 0 66.66666667%;
        -ms-flex: 0 0 66.66666667%;
        flex: 0 0 66.66666667%;
    }
    .sppb-equalize-columns .sppb-row>div.sppb-col-sm-7 {
        -webkit-flex: 0 0 58.33333333%;
        -ms-flex: 0 0 58.33333333%;
        flex: 0 0 58.33333333%;
    }
    .sppb-equalize-columns .sppb-row>div.sppb-col-sm-6 {
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    }
    .sppb-equalize-columns .sppb-row>div.sppb-col-sm-5 {
        -webkit-flex: 0 0 41.66666667%;
        -ms-flex: 0 0 41.66666667%;
        flex: 0 0 41.66666667%;
    }
    .sppb-equalize-columns .sppb-row>div.sppb-col-sm-4 {
        -webkit-flex: 0 0 33.33333333%;
        -ms-flex: 0 0 33.33333333%;
        flex: 0 0 33.33333333%;
    }
    .sppb-equalize-columns .sppb-row>div.sppb-col-sm-3 {
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    }
    .sppb-equalize-columns .sppb-row>div.sppb-col-sm-2 {
        -webkit-flex: 0 0 16.66666667%;
        -ms-flex: 0 0 16.66666667%;
        flex: 0 0 16.66666667%;
    }
    .sppb-equalize-columns .sppb-row>div.sppb-col-sm-1 {
        -webkit-flex: 0 0 8.33333333%;
        -ms-flex: 0 0 8.33333333%;
        flex: 0 0 8.33333333%;
    }
    /* Equal Height end */
    .sppb-col-sm-pull-12 {
        right: 100%;
    }
    .sppb-col-sm-pull-11 {
        right: 91.66666667%;
    }
    .sppb-col-sm-pull-10 {
        right: 83.33333333%;
    }
    .sppb-col-sm-pull-9 {
        right: 75%;
    }
    .sppb-col-sm-pull-8 {
        right: 66.66666667%;
    }
    .sppb-col-sm-pull-7 {
        right: 58.33333333%;
    }
    .sppb-col-sm-pull-6 {
        right: 50%;
    }
    .sppb-col-sm-pull-5 {
        right: 41.66666667%;
    }
    .sppb-col-sm-pull-4 {
        right: 33.33333333%;
    }
    .sppb-col-sm-pull-3 {
        right: 25%;
    }
    .sppb-col-sm-pull-2 {
        right: 16.66666667%;
    }
    .sppb-col-sm-pull-1 {
        right: 8.33333333%;
    }
    .sppb-col-sm-pull-0 {
        right: auto;
    }
    .sppb-col-sm-push-12 {
        left: 100%;
    }
    .sppb-col-sm-push-11 {
        left: 91.66666667%;
    }
    .sppb-col-sm-push-10 {
        left: 83.33333333%;
    }
    .sppb-col-sm-push-9 {
        left: 75%;
    }
    .sppb-col-sm-push-8 {
        left: 66.66666667%;
    }
    .sppb-col-sm-push-7 {
        left: 58.33333333%;
    }
    .sppb-col-sm-push-6 {
        left: 50%;
    }
    .sppb-col-sm-push-5 {
        left: 41.66666667%;
    }
    .sppb-col-sm-push-4 {
        left: 33.33333333%;
    }
    .sppb-col-sm-push-3 {
        left: 25%;
    }
    .sppb-col-sm-push-2 {
        left: 16.66666667%;
    }
    .sppb-col-sm-push-1 {
        left: 8.33333333%;
    }
    .sppb-col-sm-push-0 {
        left: auto;
    }
    .sppb-col-sm-offset-12 {
        margin-left: 100%;
    }
    .sppb-col-sm-offset-11 {
        margin-left: 91.66666667%;
    }
    .sppb-col-sm-offset-10 {
        margin-left: 83.33333333%;
    }
    .sppb-col-sm-offset-9 {
        margin-left: 75%;
    }
    .sppb-col-sm-offset-8 {
        margin-left: 66.66666667%;
    }
    .sppb-col-sm-offset-7 {
        margin-left: 58.33333333%;
    }
    .sppb-col-sm-offset-6 {
        margin-left: 50%;
    }
    .sppb-col-sm-offset-5 {
        margin-left: 41.66666667%;
    }
    .sppb-col-sm-offset-4 {
        margin-left: 33.33333333%;
    }
    .sppb-col-sm-offset-3 {
        margin-left: 25%;
    }
    .sppb-col-sm-offset-2 {
        margin-left: 16.66666667%;
    }
    .sppb-col-sm-offset-1 {
        margin-left: 8.33333333%;
    }
    .sppb-col-sm-offset-0 {
        margin-left: 0%;
    }
  }
  
  @media (min-width: 992px) {
    .sppb-col-md-1,
    .sppb-col-md-2,
    .sppb-col-md-3,
    .sppb-col-md-4,
    .sppb-col-md-5,
    .sppb-col-md-6,
    .sppb-col-md-7,
    .sppb-col-md-8,
    .sppb-col-md-9,
    .sppb-col-md-10,
    .sppb-col-md-11,
    .sppb-col-md-12 {
        float: left;
    }
    .sppb-col-md-12 {
        width: 100%;
    }
    .sppb-col-md-11 {
        width: 91.66666667%;
    }
    .sppb-col-md-10 {
        width: 83.33333333%;
    }
    .sppb-col-md-9 {
        width: 75%;
    }
    .sppb-col-md-8 {
        width: 66.66666667%;
    }
    .sppb-col-md-7 {
        width: 58.33333333%;
    }
    .sppb-col-md-6 {
        width: 50%;
    }
    .sppb-col-md-5 {
        width: 41.66666667%;
    }
    .sppb-col-md-4 {
        width: 33.33333333%;
    }
    .sppb-col-md-3 {
        width: 25%;
    }
    .sppb-col-md-2 {
        width: 16.66666667%;
    }
    .sppb-col-md-1 {
        width: 8.33333333%;
    }
    /* Equal Height start */
    .sppb-equalize-columns .sppb-row>div.sppb-col-md-12 {
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
    .sppb-equalize-columns .sppb-row>div.sppb-col-md-11 {
        -webkit-flex: 0 0 91.66666667%;
        -ms-flex: 0 0 91.66666667%;
        flex: 0 0 91.66666667%;
    }
    .sppb-equalize-columns .sppb-row>div.sppb-col-md-10 {
        -webkit-flex: 0 0 83.33333333%;
        -ms-flex: 0 0 83.33333333%;
        flex: 0 0 83.33333333%;
    }
    .sppb-equalize-columns .sppb-row>div.sppb-col-md-9 {
        -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    }
    .sppb-equalize-columns .sppb-row>div.sppb-col-md-8 {
        -webkit-flex: 0 0 66.66666667%;
        -ms-flex: 0 0 66.66666667%;
        flex: 0 0 66.66666667%;
    }
    .sppb-equalize-columns .sppb-row>div.sppb-col-md-7 {
        -webkit-flex: 0 0 58.33333333%;
        -ms-flex: 0 0 58.33333333%;
        flex: 0 0 58.33333333%;
    }
    .sppb-equalize-columns .sppb-row>div.sppb-col-md-6 {
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    }
    .sppb-equalize-columns .sppb-row>div.sppb-col-md-5 {
        -webkit-flex: 0 0 41.66666667%;
        -ms-flex: 0 0 41.66666667%;
        flex: 0 0 41.66666667%;
    }
    .sppb-equalize-columns .sppb-row>div.sppb-col-md-4 {
        -webkit-flex: 0 0 33.33333333%;
        -ms-flex: 0 0 33.33333333%;
        flex: 0 0 33.33333333%;
    }
    .sppb-equalize-columns .sppb-row>div.sppb-col-md-3 {
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    }
    .sppb-equalize-columns .sppb-row>div.sppb-col-md-2 {
        -webkit-flex: 0 0 16.66666667%;
        -ms-flex: 0 0 16.66666667%;
        flex: 0 0 16.66666667%;
    }
    .sppb-equalize-columns .sppb-row>div.sppb-col-md-1 {
        -webkit-flex: 0 0 8.33333333%;
        -ms-flex: 0 0 8.33333333%;
        flex: 0 0 8.33333333%;
    }
    /* Equal Height end */
    .sppb-col-md-pull-12 {
        right: 100%;
    }
    .sppb-col-md-pull-11 {
        right: 91.66666667%;
    }
    .sppb-col-md-pull-10 {
        right: 83.33333333%;
    }
    .sppb-col-md-pull-9 {
        right: 75%;
    }
    .sppb-col-md-pull-8 {
        right: 66.66666667%;
    }
    .sppb-col-md-pull-7 {
        right: 58.33333333%;
    }
    .sppb-col-md-pull-6 {
        right: 50%;
    }
    .sppb-col-md-pull-5 {
        right: 41.66666667%;
    }
    .sppb-col-md-pull-4 {
        right: 33.33333333%;
    }
    .sppb-col-md-pull-3 {
        right: 25%;
    }
    .sppb-col-md-pull-2 {
        right: 16.66666667%;
    }
    .sppb-col-md-pull-1 {
        right: 8.33333333%;
    }
    .sppb-col-md-pull-0 {
        right: auto;
    }
    .sppb-col-md-push-12 {
        left: 100%;
    }
    .sppb-col-md-push-11 {
        left: 91.66666667%;
    }
    .sppb-col-md-push-10 {
        left: 83.33333333%;
    }
    .sppb-col-md-push-9 {
        left: 75%;
    }
    .sppb-col-md-push-8 {
        left: 66.66666667%;
    }
    .sppb-col-md-push-7 {
        left: 58.33333333%;
    }
    .sppb-col-md-push-6 {
        left: 50%;
    }
    .sppb-col-md-push-5 {
        left: 41.66666667%;
    }
    .sppb-col-md-push-4 {
        left: 33.33333333%;
    }
    .sppb-col-md-push-3 {
        left: 25%;
    }
    .sppb-col-md-push-2 {
        left: 16.66666667%;
    }
    .sppb-col-md-push-1 {
        left: 8.33333333%;
    }
    .sppb-col-md-push-0 {
        left: auto;
    }
    .sppb-col-md-offset-12 {
        margin-left: 100%;
    }
    .sppb-col-md-offset-11 {
        margin-left: 91.66666667%;
    }
    .sppb-col-md-offset-10 {
        margin-left: 83.33333333%;
    }
    .sppb-col-md-offset-9 {
        margin-left: 75%;
    }
    .sppb-col-md-offset-8 {
        margin-left: 66.66666667%;
    }
    .sppb-col-md-offset-7 {
        margin-left: 58.33333333%;
    }
    .sppb-col-md-offset-6 {
        margin-left: 50%;
    }
    .sppb-col-md-offset-5 {
        margin-left: 41.66666667%;
    }
    .sppb-col-md-offset-4 {
        margin-left: 33.33333333%;
    }
    .sppb-col-md-offset-3 {
        margin-left: 25%;
    }
    .sppb-col-md-offset-2 {
        margin-left: 16.66666667%;
    }
    .sppb-col-md-offset-1 {
        margin-left: 8.33333333%;
    }
    .sppb-col-md-offset-0 {
        margin-left: 0%;
    }
  }
  
  @media (min-width: 1200px) {
    .sppb-col-lg-1,
    .sppb-col-lg-2,
    .sppb-col-lg-3,
    .sppb-col-lg-4,
    .sppb-col-lg-5,
    .sppb-col-lg-6,
    .sppb-col-lg-7,
    .sppb-col-lg-8,
    .sppb-col-lg-9,
    .sppb-col-lg-10,
    .sppb-col-lg-11,
    .sppb-col-lg-12 {
        float: left;
    }
    .sppb-col-lg-12 {
        width: 100%;
    }
    .sppb-col-lg-11 {
        width: 91.66666667%;
    }
    .sppb-col-lg-10 {
        width: 83.33333333%;
    }
    .sppb-col-lg-9 {
        width: 75%;
    }
    .sppb-col-lg-8 {
        width: 66.66666667%;
    }
    .sppb-col-lg-7 {
        width: 58.33333333%;
    }
    .sppb-col-lg-6 {
        width: 50%;
    }
    .sppb-col-lg-5 {
        width: 41.66666667%;
    }
    .sppb-col-lg-4 {
        width: 33.33333333%;
    }
    .sppb-col-lg-3 {
        width: 25%;
    }
    .sppb-col-lg-2 {
        width: 16.66666667%;
    }
    .sppb-col-lg-1 {
        width: 8.33333333%;
    }
    /* Equal Height start */
    .sppb-equalize-columns .sppb-row>div.sppb-col-lg-12 {
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
    .sppb-equalize-columns .sppb-row>div.sppb-col-lg-11 {
        -webkit-flex: 0 0 91.66666667%;
        -ms-flex: 0 0 91.66666667%;
        flex: 0 0 91.66666667%;
    }
    .sppb-equalize-columns .sppb-row>div.sppb-col-lg-10 {
        -webkit-flex: 0 0 83.33333333%;
        -ms-flex: 0 0 83.33333333%;
        flex: 0 0 83.33333333%;
    }
    .sppb-equalize-columns .sppb-row>div.sppb-col-lg-9 {
        -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    }
    .sppb-equalize-columns .sppb-row>div.sppb-col-lg-8 {
        -webkit-flex: 0 0 66.66666667%;
        -ms-flex: 0 0 66.66666667%;
        flex: 0 0 66.66666667%;
    }
    .sppb-equalize-columns .sppb-row>div.sppb-col-lg-7 {
        -webkit-flex: 0 0 58.33333333%;
        -ms-flex: 0 0 58.33333333%;
        flex: 0 0 58.33333333%;
    }
    .sppb-equalize-columns .sppb-row>div.sppb-col-lg-6 {
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    }
    .sppb-equalize-columns .sppb-row>div.sppb-col-lg-5 {
        -webkit-flex: 0 0 41.66666667%;
        -ms-flex: 0 0 41.66666667%;
        flex: 0 0 41.66666667%;
    }
    .sppb-equalize-columns .sppb-row>div.sppb-col-lg-4 {
        -webkit-flex: 0 0 33.33333333%;
        -ms-flex: 0 0 33.33333333%;
        flex: 0 0 33.33333333%;
    }
    .sppb-equalize-columns .sppb-row>div.sppb-col-lg-3 {
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    }
    .sppb-equalize-columns .sppb-row>div.sppb-col-lg-2 {
        -webkit-flex: 0 0 16.66666667%;
        -ms-flex: 0 0 16.66666667%;
        flex: 0 0 16.66666667%;
    }
    .sppb-equalize-columns .sppb-row>div.sppb-col-lg-1 {
        -webkit-flex: 0 0 8.33333333%;
        -ms-flex: 0 0 8.33333333%;
        flex: 0 0 8.33333333%;
    }
    /* Equal Height end */
    .sppb-col-lg-pull-12 {
        right: 100%;
    }
    .sppb-col-lg-pull-11 {
        right: 91.66666667%;
    }
    .sppb-col-lg-pull-10 {
        right: 83.33333333%;
    }
    .sppb-col-lg-pull-9 {
        right: 75%;
    }
    .sppb-col-lg-pull-8 {
        right: 66.66666667%;
    }
    .sppb-col-lg-pull-7 {
        right: 58.33333333%;
    }
    .sppb-col-lg-pull-6 {
        right: 50%;
    }
    .sppb-col-lg-pull-5 {
        right: 41.66666667%;
    }
    .sppb-col-lg-pull-4 {
        right: 33.33333333%;
    }
    .sppb-col-lg-pull-3 {
        right: 25%;
    }
    .sppb-col-lg-pull-2 {
        right: 16.66666667%;
    }
    .sppb-col-lg-pull-1 {
        right: 8.33333333%;
    }
    .sppb-col-lg-pull-0 {
        right: auto;
    }
    .sppb-col-lg-push-12 {
        left: 100%;
    }
    .sppb-col-lg-push-11 {
        left: 91.66666667%;
    }
    .sppb-col-lg-push-10 {
        left: 83.33333333%;
    }
    .sppb-col-lg-push-9 {
        left: 75%;
    }
    .sppb-col-lg-push-8 {
        left: 66.66666667%;
    }
    .sppb-col-lg-push-7 {
        left: 58.33333333%;
    }
    .sppb-col-lg-push-6 {
        left: 50%;
    }
    .sppb-col-lg-push-5 {
        left: 41.66666667%;
    }
    .sppb-col-lg-push-4 {
        left: 33.33333333%;
    }
    .sppb-col-lg-push-3 {
        left: 25%;
    }
    .sppb-col-lg-push-2 {
        left: 16.66666667%;
    }
    .sppb-col-lg-push-1 {
        left: 8.33333333%;
    }
    .sppb-col-lg-push-0 {
        left: auto;
    }
    .sppb-col-lg-offset-12 {
        margin-left: 100%;
    }
    .sppb-col-lg-offset-11 {
        margin-left: 91.66666667%;
    }
    .sppb-col-lg-offset-10 {
        margin-left: 83.33333333%;
    }
    .sppb-col-lg-offset-9 {
        margin-left: 75%;
    }
    .sppb-col-lg-offset-8 {
        margin-left: 66.66666667%;
    }
    .sppb-col-lg-offset-7 {
        margin-left: 58.33333333%;
    }
    .sppb-col-lg-offset-6 {
        margin-left: 50%;
    }
    .sppb-col-lg-offset-5 {
        margin-left: 41.66666667%;
    }
    .sppb-col-lg-offset-4 {
        margin-left: 33.33333333%;
    }
    .sppb-col-lg-offset-3 {
        margin-left: 25%;
    }
    .sppb-col-lg-offset-2 {
        margin-left: 16.66666667%;
    }
    .sppb-col-lg-offset-1 {
        margin-left: 8.33333333%;
    }
    .sppb-col-lg-offset-0 {
        margin-left: 0%;
    }
  }
  
  .sppb-row.sppb-no-gutter {
    margin-left: 0;
    margin-right: 0;
  }
  
  .sppb-row.sppb-no-gutter>[class^="sppb-col-"],
  .sppb-row.sppb-no-gutter>[class*="sppb-col-"] {
    padding-left: 0;
    padding-right: 0;
  }
  
  .sppb-column-addons,
  .sppb-column {
    position: relative;
    z-index: 1;
  }
  
  .sppb-column {
    width: 100%;
  }
  
  .sppb-column-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
  }
  
  .sppb-row-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  
  .sppb-btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 0;
    white-space: pre-line;
    padding: 7px 14px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 3px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  
  .sppb-btn.sppb-btn-outline {
    border: 2px solid transparent;
    color: #333333;
    background-color: transparent;
    padding: 5px 12px;
  }
  
  .sppb-btn.sppb-btn-3d {
    border-bottom: 3px solid transparent;
    padding: 6px 14px 5px;
  }
  
  .sppb-btn:focus,
  .sppb-btn:active:focus,
  .sppb-btn.active:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
  }
  
  .sppb-btn:hover,
  .sppb-btn:focus {
    color: #333333;
    text-decoration: none;
  }
  
  .sppb-btn:active,
  .sppb-btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  }
  
  .sppb-btn.disabled,
  .sppb-btn[disabled],
  fieldset[disabled] .sppb-btn {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.4;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  
  .sppb-btn-default {
    color: #666;
    background-color: #E0E1E2;
  }
  
  .sppb-btn-default:hover,
  .sppb-btn-default:focus,
  .sppb-btn-default:active,
  .sppb-btn-default.active,
  .open>.dropdown-toggle.sppb-btn-default {
    color: #333333;
    background-color: #CACBCD;
  }
  
  .sppb-btn-default.sppb-btn-outline {
    border-color: #333333;
  }
  
  .sppb-btn-default.sppb-btn-outline:hover,
  .sppb-btn-default.sppb-btn-outline:focus,
  .sppb-btn-default.sppb-btn-outline:active,
  .sppb-btn-default.sppb-btn-outline.active,
  .open>.dropdown-toggle.sppb-btn-default.sppb-btn-outline {
    color: #fff;
    border-color: #333333;
    background-color: #333333;
  }
  
  .sppb-btn-default.sppb-btn-3d {
    border-bottom-color: #CACBCD;
  }
  
  .sppb-btn-default.sppb-btn-3d:hover,
  .sppb-btn-default.sppb-btn-3d:focus,
  .sppb-btn-default.sppb-btn-3d:active,
  .sppb-btn-default.sppb-btn-3d.active,
  .open>.dropdown-toggle.sppb-btn-default.sppb-btn-3d {
    background: #CACBCD;
    color: #333333;
    border-bottom-color: #CACBCD;
  }
  
  .sppb-btn-default:active,
  .sppb-btn-default.active,
  .open>.dropdown-toggle.sppb-btn-default {
    background-image: none;
  }
  
  .sppb-btn .badge {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.4);
  }
  
  .sppb-btn-primary {
    color: #ffffff;
    background-color: #006cff;
  }
  
  .sppb-btn-primary:hover,
  .sppb-btn-primary:focus,
  .sppb-btn-primary:active,
  .sppb-btn-primary.active,
  .open>.dropdown-toggle.sppb-btn-primary {
    color: #ffffff;
    background-color: #005cde;
  }
  
  .sppb-btn-primary.sppb-btn-outline {
    color: #006cff;
    border-color: #006cff;
  }
  
  .sppb-btn-primary.sppb-btn-outline:hover,
  .sppb-btn-primary.sppb-btn-outline:focus,
  .sppb-btn-primary.sppb-btn-outline:active,
  .sppb-btn-primary.sppb-btn-outline.active,
  .open>.dropdown-toggle.sppb-btn-primary.sppb-btn-outline {
    background: #005cde;
    color: #fff;
    border-color: #005cde;
  }
  
  .sppb-btn-primary.sppb-btn-3d {
    border-bottom-color: #005cde;
  }
  
  .sppb-btn-primary.sppb-btn-3d:hover,
  .sppb-btn-primary.sppb-btn-3d:focus,
  .sppb-btn-primary.sppb-btn-3d:active,
  .sppb-btn-primary.sppb-btn-3d.active,
  .open>.dropdown-toggle.sppb-btn-primary.sppb-btn-3d {
    background: #005cde;
    color: #fff;
    border-bottom-color: #005cde;
  }
  
  .sppb-btn-primary:active,
  .sppb-btn-primary.active,
  .open>.dropdown-toggle.sppb-btn-primary {
    background-image: none;
  }
  
  .sppb-btn-success {
    color: #ffffff;
    background-color: #2ac535;
  }
  
  .sppb-btn-success:hover,
  .sppb-btn-success:focus,
  .sppb-btn-success:active,
  .sppb-btn-success.active,
  .open>.dropdown-toggle.sppb-btn-success {
    color: #ffffff;
    background-color: #23a62c;
  }
  
  .sppb-btn-success.sppb-btn-outline {
    border-color: #2ac535;
    color: #2ac535;
  }
  
  .sppb-btn-success.sppb-btn-outline:hover,
  .sppb-btn-success.sppb-btn-outline:focus,
  .sppb-btn-success.sppb-btn-outline:active,
  .sppb-btn-success.sppb-btn-outline.active,
  .open>.dropdown-toggle.sppb-btn-success.sppb-btn-outline {
    color: #ffffff;
    background-color: #23a62c;
    border-color: #23a62c;
  }
  
  .sppb-btn-success.sppb-btn-3d {
    border-bottom-color: #25b02e;
  }
  
  .sppb-btn-success.sppb-btn-3d:hover,
  .sppb-btn-success.sppb-btn-3d:focus,
  .sppb-btn-success.sppb-btn-3d:active,
  .sppb-btn-success.sppb-btn-3d.active,
  .open>.dropdown-toggle.sppb-btn-success.sppb-btn-3d {
    background: #23a62c;
    color: #fff;
    border-bottom-color: #23a62c;
  }
  
  .sppb-btn-success:active,
  .sppb-btn-success.active,
  .open>.dropdown-toggle.sppb-btn-success {
    background-image: none;
  }
  
  .sppb-btn-info {
    color: #ffffff;
    background-color: #00c1f8;
  }
  
  .sppb-btn-info:hover,
  .sppb-btn-info:focus,
  .sppb-btn-info:active,
  .sppb-btn-info.active,
  .open>.dropdown-toggle.sppb-btn-info {
    color: #ffffff;
    background-color: #00aad9;
  }
  
  .sppb-btn-info.sppb-btn-outline {
    border-color: #00c1f8;
    color: #00c1f8;
  }
  
  .sppb-btn-info.sppb-btn-outline:hover,
  .sppb-btn-info.sppb-btn-outline:focus,
  .sppb-btn-info.sppb-btn-outline:active,
  .sppb-btn-info.sppb-btn-outline.active,
  .open>.dropdown-toggle.sppb-btn-info.sppb-btn-outline {
    color: #ffffff;
    background-color: #00aad9;
    border-color: #00aad9;
  }
  
  .sppb-btn-info.sppb-btn-3d {
    border-bottom-color: #00aad9;
  }
  
  .sppb-btn-info.sppb-btn-3d:hover,
  .sppb-btn-info.sppb-btn-3d:focus,
  .sppb-btn-info.sppb-btn-3d:active,
  .sppb-btn-info.sppb-btn-3d.active,
  .open>.dropdown-toggle.sppb-btn-info.sppb-btn-3d {
    background: #00aad9;
    color: #fff;
    border-bottom-color: #00aad9;
  }
  
  .sppb-btn-info:active,
  .sppb-btn-info.active,
  .open>.dropdown-toggle.sppb-btn-info {
    background-image: none;
  }
  
  .sppb-btn-warning {
    color: #ffffff;
    background-color: #ffae00;
  }
  
  .sppb-btn-warning:hover,
  .sppb-btn-warning:focus,
  .sppb-btn-warning:active,
  .sppb-btn-warning.active,
  .open>.dropdown-toggle.sppb-btn-warning {
    color: #ffffff;
    background-color: #e5a10e;
  }
  
  .sppb-btn-warning.sppb-btn-outline {
    border-color: #ffae00;
    color: #ffae00;
  }
  
  .sppb-btn-warning.sppb-btn-outline:hover,
  .sppb-btn-warning.sppb-btn-outline:focus,
  .sppb-btn-warning.sppb-btn-outline:active,
  .sppb-btn-warning.sppb-btn-outline.active,
  .open>.dropdown-toggle.sppb-btn-warning.sppb-btn-outline {
    color: #ffffff;
    background-color: #e5a10e;
    border-color: #e5a10e;
  }
  
  .sppb-btn-warning.sppb-btn-3d {
    border-bottom-color: #e5a10e;
  }
  
  .sppb-btn-warning.sppb-btn-3d:hover,
  .sppb-btn-warning.sppb-btn-3d:focus,
  .sppb-btn-warning.sppb-btn-3d:active,
  .sppb-btn-warning.sppb-btn-3d.active,
  .open>.dropdown-toggle.sppb-btn-warning.sppb-btn-3d {
    background: #e5a10e;
    color: #fff;
    border-bottom-color: #e5a10e;
  }
  
  .sppb-btn-warning:active,
  .sppb-btn-warning.active,
  .open>.dropdown-toggle.sppb-btn-warning {
    background-image: none;
  }
  
  .sppb-btn-danger {
    color: #ffffff;
    background-color: #e41827;
  }
  
  .sppb-btn-danger:hover,
  .sppb-btn-danger:focus,
  .sppb-btn-danger:active,
  .sppb-btn-danger.active,
  .open>.dropdown-toggle.sppb-btn-danger {
    color: #ffffff;
    background-color: #c91622;
    border-color: #c91622;
  }
  
  .sppb-btn-danger.sppb-btn-outline {
    border-color: #e41827;
    color: #e41827;
  }
  
  .sppb-btn-danger.sppb-btn-outline:hover,
  .sppb-btn-danger.sppb-btn-outline:focus,
  .sppb-btn-danger.sppb-btn-outline:active,
  .sppb-btn-danger.sppb-btn-outline.active,
  .open>.dropdown-toggle.sppb-btn-danger.sppb-btn-outline {
    color: #ffffff;
    background-color: #c91622;
    border-color: #c91622;
  }
  
  .sppb-btn-danger.sppb-btn-3d {
    border-bottom-color: #c91622;
  }
  
  .sppb-btn-danger.sppb-btn-3d:hover,
  .sppb-btn-danger.sppb-btn-3d:focus,
  .sppb-btn-danger.sppb-btn-3d:active,
  .sppb-btn-danger.sppb-btn-3d.active,
  .open>.dropdown-toggle.sppb-btn-danger.sppb-btn-3d {
    background: #c91622;
    color: #fff;
    border-bottom-color: #c91622;
  }
  
  .sppb-btn-danger:active,
  .sppb-btn-danger.active,
  .open>.dropdown-toggle.sppb-btn-danger {
    background-image: none;
  }
  
  .sppb-btn-link {
    font-weight: normal;
    cursor: pointer;
    border-radius: 0;
    text-decoration: none;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  
  .sppb-btn-link,
  .sppb-btn-link:active,
  .sppb-btn-link.disabled,
  .sppb-btn-link[disabled],
  fieldset[disabled] .sppb-btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  
  .sppb-btn-link.disabled,
  .sppb-btn-link[disabled],
  fieldset[disabled] .sppb-btn-link {
    color: #000;
    opacity: .5;
  }
  
  .sppb-btn-link,
  .sppb-btn-link:hover,
  .sppb-btn-link:focus,
  .sppb-btn-link:active {
    border: 0;
    text-decoration: none;
  }
  
  .sppb-btn-link:hover,
  .sppb-btn-link:focus {
    background-color: transparent;
  }
  
  .sppb-btn-link[disabled]:hover,
  fieldset[disabled] .sppb-btn-link:hover,
  .sppb-btn-link[disabled]:focus,
  fieldset[disabled] .sppb-btn-link:focus {
    color: #777777;
    text-decoration: none;
  }
  
  .sppb-btn-xlg {
    padding: 20px 50px;
    font-size: 22px;
    line-height: 1.33;
    border-radius: 6px;
  }
  
  .sppb-btn-xlg.sppb-btn-outline {
    border-width: 3px;
    padding: 17px 47px;
  }
  
  .sppb-btn-xlg.sppb-btn-3d {
    border-bottom-width: 5px;
    padding: 18px 50px 17px;
  }
  
  .sppb-btn-lg {
    padding: 12px 18px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 4px;
  }
  
  .sppb-btn-lg.sppb-btn-outline {
    padding: 10px 16px;
  }
  
  .sppb-btn-lg.sppb-btn-3d {
    border-bottom-width: 4px;
    padding: 11px 18px 9px;
  }
  
  .sppb-btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 2px;
  }
  
  .sppb-btn-sm.sppb-btn-outline {
    border-width: 1px;
    padding: 4px 9px;
  }
  
  .sppb-btn-sm.sppb-btn-3d {
    border-bottom-width: 2px;
    padding: 5px 10px 3px;
  }
  
  .sppb-btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 2px;
  }
  
  .sppb-btn-xs.sppb-btn-outline {
    border-width: 1px;
    padding: 1px 4px;
  }
  
  .sppb-btn-xs.sppb-btn-3d {
    border-bottom-width: 1px;
    padding: 1px 4px 0px;
  }
  
  .sppb-btn-block {
    display: block;
    width: 100%;
  }
  
  .sppb-btn-block+.sppb-btn-block {
    margin-top: 5px;
  }
  
  input[type="submit"].sppb-btn-block,
  input[type="reset"].sppb-btn-block,
  input[type="button"].sppb-btn-block {
    width: 100%;
  }
  
  .sppb-btn-round {
    border-radius: 100px;
  }
  
  .sppb-btn-square {
    border-radius: 0;
  }
  
  .sppb-fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
  }
  
  .sppb-fade.in {
    opacity: 1;
  }
  
  .sppb-collapse {
    display: none;
  }
  
  .sppb-collapse.in {
    display: block;
  }
  
  tr.sppb-collapse.in {
    display: table-row;
  }
  
  tbody.sppb-collapse.in {
    display: table-row-group;
  }
  
  .sppb-collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height 0.35s ease;
    -o-transition: height 0.35s ease;
    transition: height 0.35s ease;
  }
  
  .sppb-label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: #ffffff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
  }
  
  a.sppb-label:hover,
  a.sppb-label:focus {
    color: #ffffff;
    text-decoration: none;
    cursor: pointer;
  }
  
  .sppb-label:empty {
    display: none;
  }
  
  .sppb-btn .sppb-label {
    position: relative;
    top: -1px;
  }
  
  .sppb-label-default {
    background-color: #777777;
  }
  
  .sppb-label-default[href]:hover,
  .sppb-label-default[href]:focus {
    background-color: #5e5e5e;
  }
  
  .sppb-label-primary {
    background-color: #428bca;
  }
  
  .sppb-label-primary[href]:hover,
  .sppb-label-primary[href]:focus {
    background-color: #3071a9;
  }
  
  .sppb-label-success {
    background-color: #5cb85c;
  }
  
  .sppb-label-success[href]:hover,
  .sppb-label-success[href]:focus {
    background-color: #449d44;
  }
  
  .sppb-label-info {
    background-color: #5bc0de;
  }
  
  .sppb-label-info[href]:hover,
  .sppb-label-info[href]:focus {
    background-color: #31b0d5;
  }
  
  .sppb-label-warning {
    background-color: #f0ad4e;
  }
  
  .sppb-label-warning[href]:hover,
  .sppb-label-warning[href]:focus {
    background-color: #ec971f;
  }
  
  .sppb-label-danger {
    background-color: #d9534f;
  }
  
  .sppb-label-danger[href]:hover,
  .sppb-label-danger[href]:focus {
    background-color: #c9302c;
  }
  
  .sppb-thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  
  .sppb-thumbnail>img,
  .sppb-thumbnail a>img {
    margin-left: auto;
    margin-right: auto;
  }
  
  a.sppb-thumbnail:hover,
  a.sppb-thumbnail:focus,
  a.sppb-thumbnail.active {
    border-color: #428bca;
  }
  
  .sppb-thumbnail .sppb-caption {
    padding: 9px;
    color: #333333;
  }
  
  .sppb-alert {
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 4px;
  }
  
  .sppb-alert h4 {
    margin-top: 0;
    color: inherit;
  }
  
  .sppb-alert .sppb-alert-link {
    font-weight: bold;
  }
  
  .sppb-alert>p,
  .sppb-alert>ul {
    margin-bottom: 0;
  }
  
  .sppb-alert>p+p {
    margin-top: 5px;
  }
  
  .sppb-alert-dismissable,
  .sppb-alert-dismissible {
    padding-right: 35px;
  }
  
  .sppb-alert-dismissable .sppb-close,
  .sppb-alert-dismissible .sppb-close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit;
  }
  
  .sppb-alert-success {
    background-color: #dff0d8;
    color: #3c763d;
  }
  
  .sppb-alert-success hr {
    border-top-color: #c9e2b3;
  }
  
  .sppb-alert-success .alert-link {
    color: #2b542c;
  }
  
  .sppb-alert-info {
    background-color: #d9edf7;
    color: #31708f;
  }
  
  .sppb-alert-info hr {
    border-top-color: #a6e1ec;
  }
  
  .sppb-alert-info .alert-link {
    color: #245269;
  }
  
  .sppb-alert-warning {
    background-color: #fcf8e3;
    color: #8a6d3b;
  }
  
  .sppb-alert-warning hr {
    border-top-color: #f7e1b5;
  }
  
  .sppb-alert-warning .alert-link {
    color: #66512c;
  }
  
  .sppb-alert-danger {
    background-color: #f2dede;
    color: #a94442;
  }
  
  .sppb-alert-danger hr {
    border-top-color: #e4b9c0;
  }
  
  .sppb-alert-danger .alert-link {
    color: #843534;
  }
  
  @-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }
    to {
        background-position: 0 0;
    }
  }
  
  @keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }
    to {
        background-position: 0 0;
    }
  }
  
  .sppb-progress {
    overflow: hidden;
    height: 24px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border-radius: 4px;
  }
  
  .sppb-progress-label {
    display: block;
    font-size: 14px;
    line-height: 1;
    font-weight: bold;
    margin-bottom: 10px;
    position: relative;
  }
  
  .sppb-progress-label>span {
    float: right;
    font-weight: bold;
  }
  
  .sppb-progress.sppb-progress-square {
    border-radius: 0px;
  }
  
  .sppb-progress.sppb-progress-round {
    border-radius: 40px;
  }
  
  .sppb-progress-bar {
    float: left;
    width: 0%;
    height: 100%;
    font-size: 12px;
    line-height: 24px;
    color: #ffffff;
    text-align: center;
    background-color: #006cff;
    -webkit-transition: width 1s;
    -o-transition: width 1s;
    transition: width 1s;
    overflow: hidden;
  }
  
  .sppb-progress-striped .sppb-progress-bar,
  .sppb-progress-bar-striped {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 40px 40px;
  }
  
  .sppb-progress.active .sppb-progress-bar,
  .sppb-progress-bar.active {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
  }
  
  .sppb-progress-bar[aria-valuenow="1"],
  .sppb-progress-bar[aria-valuenow="2"] {
    min-width: 30px;
  }
  
  .sppb-progress-bar[aria-valuenow="0"] {
    color: #777777;
    min-width: 30px;
    background-color: transparent;
    background-image: none;
    box-shadow: none;
  }
  
  .sppb-progress-bar-success {
    background-color: #2ac535;
  }
  
  .progress-striped .sppb-progress-bar-success {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  }
  
  .sppb-progress-bar-info {
    background-color: #00c1f8;
  }
  
  .progress-striped .sppb-progress-bar-info {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  }
  
  .sppb-progress-bar-warning {
    background-color: #ffae00;
  }
  
  .progress-striped .sppb-progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  }
  
  .sppb-progress-bar-danger {
    background-color: #f72534;
  }
  
  .progress-striped .sppb-progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  }
  
  .sppb-media,
  .sppb-media-body {
    overflow: hidden;
    zoom: 1;
  }
  
  .sppb-media,
  .sppb-media .sppb-media {
    margin-top: 15px;
  }
  
  .sppb-media:first-child {
    margin-top: 0;
  }
  
  .sppb-media-object {
    display: block;
  }
  
  .sppb-media-heading {
    margin: 0 0 5px;
  }
  
  .sppb-media>.pull-left {
    margin-right: 15px;
  }
  
  .sppb-media>.pull-right {
    margin-left: 15px;
  }
  
  .sppb-media-list {
    padding-left: 0;
    list-style: none;
  }
  
  .sppb-panel {
    background-color: #fff;
    border: 1px solid transparent;
    border-top-width: 0;
  }
  
  .sppb-panel.sppb-panel-faq {
    background: transparent;
  }
  
  .sppb-panel-group>.sppb-panel:first-child {
    border-top-width: 1px;
  }
  
  .sppb-panel-body {
    padding: 15px;
    border-top: 1px solid transparent;
  }
  
  .sppb-panel-group .sppb-panel:last-child .sppb-panel-body {
    border-top-width: 1px;
    border-bottom-width: 0;
  }
  
  .sppb-panel-heading {
    padding: 10px 30px 10px 15px;
    cursor: pointer;
    position: relative;
  }
  
  .sppb-panel-heading .sppb-toggle-direction {
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translateY(-50%) rotate(0deg);
    transform: translateY(-50%) rotate(0deg);
    -webkit-transition: transform 300ms;
    transition: transform 300ms;
  }
  
  .sppb-panel-heading.active .sppb-toggle-direction {
    -webkit-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
  }
  
  .sppb-panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: bolder;
    color: inherit;
  }
  
  .sppb-panel-title>a {
    color: inherit;
  }
  
  .sppb-panel-default {
    border-color: #e5e5e5;
  }
  
  .sppb-panel-default .sppb-panel-body {
    border-top-color: #e5e5e5;
  }
  
  .sppb-panel-default>.sppb-panel-heading {
    background: #f9f9f9;
  }
  
  .sppb-panel-default>.sppb-panel-heading .sppb-toggle-direction {
    color: #ccc;
  }
  
  .sppb-panel-primary {
    border-color: #2b7fc7;
  }
  
  .sppb-panel-primary>.sppb-panel-heading {
    color: #fff;
    background: #428bca;
  }
  
  .sppb-panel-primary .sppb-panel-body {
    border-top-color: #2b7fc7;
  }
  
  .sppb-panel-success {
    border-color: #c3e3b6;
  }
  
  .sppb-panel-success>.sppb-panel-heading {
    color: #3c763d;
    background: #dff0d8;
  }
  
  .sppb-panel-success .sppb-panel-body {
    border-top-color: #c3e3b6;
  }
  
  .sppb-panel-info {
    border-color: #b7d9eb;
  }
  
  .sppb-panel-info>.sppb-panel-heading {
    color: #31708f;
    background: #d9edf7;
  }
  
  .sppb-panel-info .sppb-panel-body {
    border-top-color: #b7d9eb;
  }
  
  .sppb-panel-warning {
    border-color: #f0e8c0;
  }
  
  .sppb-panel-warning>.sppb-panel-heading {
    color: #8a6d3b;
    background: #fcf8e3;
  }
  
  .sppb-panel-warning .sppb-panel-body {
    border-top-color: #f0e8c0;
  }
  
  .sppb-panel-danger {
    border-color: #e5bcbc;
  }
  
  .sppb-panel-danger>.sppb-panel-heading {
    color: #a94442;
    background: #f2dede;
  }
  
  .sppb-panel-danger .sppb-panel-body {
    border-top-color: #e5bcbc;
  }
  
  .sppb-panel-faq {
    border: 0;
  }
  
  .sppb-panel-faq .sppb-panel-body {
    border: 0;
    border-bottom: 1px solid #e5e5e5;
  }
  
  .sppb-panel-faq>.sppb-panel-heading {
    border-bottom: 1px solid #e5e5e5;
  }
  
  .sppb-panel-faq>.sppb-panel-heading .sppb-toggle-direction {
    color: #ccc;
  }
  
  .sppb-nav {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  
  .sppb-nav>li {
    position: relative;
    display: block;
  }
  
  .sppb-nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px;
  }
  
  .sppb-nav>li>a:hover,
  .sppb-nav>li>a:focus {
    text-decoration: none;
    background-color: #eeeeee;
  }
  
  .sppb-nav>li.disabled>a {
    color: #777777;
  }
  
  .sppb-nav>li.disabled>a:hover,
  .sppb-nav>li.disabled>a:focus {
    color: #777777;
    text-decoration: none;
    background-color: transparent;
    cursor: not-allowed;
  }
  
  .sppb-nav .open>a,
  .sppb-nav .open>a:hover,
  .sppb-nav .open>a:focus {
    background-color: #eeeeee;
    border-color: #428bca;
  }
  
  .sppb-nav>li>a>img {
    max-width: none;
  }
  
  .sppb-nav-tabs {
    border-bottom: 1px solid #e5e5e5;
  }
  
  .sppb-tab-content {
    margin-top: 15px;
  }
  
  .sppb-nav-tabs-content {
    margin-top: 0;
    border: 1px solid #e5e5e5;
    background: #fff;
    border-top: 0;
    padding: 15px;
  }
  
  .sppb-nav-tabs>li {
    float: left;
    margin-bottom: -1px;
  }
  
  .sppb-nav-tabs>li>a {
    font-size: 14px;
    font-weight: bolder;
    line-height: 1.42857143;
    padding: 12px 15px;
    background: #f5f5f5;
    color: inherit;
    border: 1px solid #e5e5e5;
    border-right-width: 0;
  }
  
  .sppb-nav-tabs>li:last-child>a {
    border-right-width: 1px;
  }
  
  .sppb-nav-tabs>li>a>i {
    margin-right: 5px;
  }
  
  .sppb-nav-tabs>li.active>a,
  .sppb-nav-tabs>li.active>a:hover,
  .sppb-nav-tabs>li.active>a:focus {
    color: inherit;
    background-color: #ffffff;
    border-bottom-color: transparent;
    cursor: default;
  }
  
  .sppb-nav-tabs.sppb-nav-justified {
    width: 100%;
    border-bottom: 0;
  }
  
  .sppb-nav-tabs.sppb-nav-justified>li {
    float: none;
  }
  
  .sppb-nav-tabs.sppb-nav-justified>li>a {
    text-align: center;
    margin-bottom: 5px;
  }
  
  @media (min-width: 768px) {
    .sppb-nav-tabs.sppb-nav-justified>li {
        display: table-cell;
        width: 1%;
    }
    .sppb-nav-tabs.sppb-nav-justified>li>a {
        margin-bottom: 0;
    }
  }
  
  .sppb-nav-tabs.sppb-nav-justified>li>a {
    margin-right: 0;
    border-radius: 4px;
  }
  
  .sppb-nav-tabs.sppb-nav-justified>.active>a,
  .sppb-nav-tabs.sppb-nav-justified>.active>a:hover,
  .sppb-nav-tabs.sppb-nav-justified>.active>a:focus {
    border: 1px solid #dddddd;
  }
  
  @media (min-width: 768px) {
    .sppb-nav-tabs.sppb-nav-justified>li>a {
        border-bottom: 1px solid #dddddd;
        border-radius: 4px 4px 0 0;
    }
    .sppb-nav-tabs.sppb-nav-justified>.active>a,
    .sppb-nav-tabs.sppb-nav-justified>.active>a:hover,
    .sppb-nav-tabs.sppb-nav-justified>.active>a:focus {
        border-bottom-color: #ffffff;
    }
  }
  
  .sppb-nav-pills>li {
    float: left;
  }
  
  .sppb-nav-pills>li>a {
    font-size: 14px;
    line-height: 1.42857143;
    font-weight: bolder;
    color: inherit;
    padding: 13px 15px;
    border-radius: 3px;
    color: inherit;
  }
  
  .sppb-nav-pills>li>a>i {
    margin-right: 5px;
  }
  
  .sppb-nav-pills>li+li {
    margin-left: 2px;
  }
  
  .sppb-nav-pills>li>a:hover,
  .sppb-nav-pills>li>a:focus {
    background: transparent;
  }
  
  .sppb-nav-pills>li.active>a,
  .sppb-nav-pills>li.active>a:hover,
  .sppb-nav-pills>li.active>a:focus {
    color: #333;
    background-color: #e5e5e5;
  }
  
  .sppb-nav-stacked>li {
    float: none;
  }
  
  .sppb-nav-stacked>li+li {
    margin-top: 2px;
    margin-left: 0;
  }
  
  .sppb-nav-justified {
    width: 100%;
  }
  
  .sppb-nav-justified>li {
    float: none;
  }
  
  .sppb-nav-justified>li>a {
    text-align: center;
    margin-bottom: 5px;
  }
  
  @media (min-width: 768px) {
    .sppb-nav-justified>li {
        display: table-cell;
        width: 1%;
    }
    .sppb-nav-justified>li>a {
        margin-bottom: 0;
    }
  }
  
  .sppb-nav-tabs-justified {
    border-bottom: 0;
  }
  
  .sppb-nav-tabs-justified>li>a {
    margin-right: 0;
    border-radius: 4px;
  }
  
  .sppb-nav-tabs-justified>.active>a,
  .sppb-nav-tabs-justified>.active>a:hover,
  .sppb-nav-tabs-justified>.active>a:focus {
    border: 1px solid #dddddd;
  }
  
  @media (min-width: 768px) {
    .sppb-nav-tabs-justified>li>a {
        border-bottom: 1px solid #dddddd;
        border-radius: 4px 4px 0 0;
    }
    .sppb-nav-tabs-justified>.active>a,
    .sppb-nav-tabs-justified>.active>a:hover,
    .sppb-nav-tabs-justified>.active>a:focus {
        border-bottom-color: #ffffff;
    }
  }
  
  .sppb-nav-lines {
    border-bottom: 2px solid #e5e5e5;
  }
  
  .sppb-nav-lines>li {
    float: left;
  }
  
  .sppb-nav-lines>li>a {
    padding: 13px 15px;
    font-size: 14px;
    color: inherit;
    font-weight: bolder;
    line-height: 1.42857143;
    color: inherit;
  }
  
  .sppb-nav-lines>li>a>i {
    margin-right: 5px;
  }
  
  .sppb-nav-lines>li+li {
    margin-left: 0;
  }
  
  .sppb-nav-lines>li>a:hover,
  .sppb-nav-lines>li>a:focus {
    background: transparent;
  }
  
  .sppb-nav-lines>li.active>a,
  .sppb-nav-lines>li.active>a:hover,
  .sppb-nav-lines>li.active>a:focus {
    color: #006cff;
    background-color: transparent;
    border-bottom: 2px solid #006cff;
    margin-bottom: -2px;
  }
  
  .sppb-tab-content>.sppb-tab-pane {
    display: none;
  }
  
  .sppb-tab-content>.active {
    display: block;
  }
  
  .sppb-embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
  }
  
  .sppb-embed-responsive .sppb-embed-responsive-item,
  .sppb-embed-responsive iframe,
  .sppb-embed-responsive embed,
  .sppb-embed-responsive object {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0;
  }
  
  .sppb-embed-responsive.sppb-embed-responsive-16by9 {
    padding-bottom: 56.25%;
  }
  
  .sppb-embed-responsive.sppb-embed-responsive-4by3 {
    padding-bottom: 75%;
  }
  
  .sppb-close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000000;
    text-shadow: 0 1px 0 #ffffff;
    opacity: 0.2;
    filter: alpha(opacity=20);
  }
  
  .sppb-close:hover,
  .sppb-close:focus {
    color: #000000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50);
  }
  
  button.sppb-close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
  }
  
  .sppb-form-control {
    display: block;
    width: 100%;
    height: 34px !important;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  }
  
  .sppb-form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
  }
  
  .sppb-form-control::-moz-placeholder {
    color: #777777;
    opacity: 1;
  }
  
  .sppb-form-control:-ms-input-placeholder {
    color: #777777;
  }
  
  .sppb-form-control::-webkit-input-placeholder {
    color: #777777;
  }
  
  .sppb-form-control[disabled],
  .sppb-form-control[readonly],
  fieldset[disabled] .sppb-form-control {
    cursor: not-allowed;
    background-color: #eeeeee;
    opacity: 1;
  }
  
  textarea.sppb-form-control {
    height: auto !important;
  }
  
  .sppb-form-group {
    margin-bottom: 15px;
  }
  
  .sppb-popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    text-align: left;
    background-color: #ffffff;
    background-clip: padding-box;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    white-space: normal;
  }
  
  .sppb-popover.top {
    margin-top: -10px;
  }
  
  .sppb-popover.right {
    margin-left: 10px;
  }
  
  .sppb-popover.bottom {
    margin-top: 10px;
  }
  
  .sppb-popover.left {
    margin-left: -10px;
  }
  
  .sppb-popover-title {
    margin: 0;
    padding: 8px 14px;
    font-size: 14px;
    font-weight: normal;
    line-height: 18px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0;
  }
  
  .sppb-popover-content {
    padding: 9px 14px;
  }
  
  .sppb-popover>.arrow,
  .sppb-popover>.arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
  }
  
  .sppb-popover>.arrow {
    border-width: 11px;
  }
  
  .sppb-popover>.arrow:after {
    border-width: 10px;
    content: "";
  }
  
  .sppb-popover.top>.arrow {
    left: 50%;
    margin-left: -11px;
    border-bottom-width: 0;
    border-top-color: #999999;
    border-top-color: rgba(0, 0, 0, 0.25);
    bottom: -11px;
  }
  
  .sppb-popover.top>.arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #ffffff;
  }
  
  .sppb-popover.right>.arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
    border-right-color: #999999;
    border-right-color: rgba(0, 0, 0, 0.25);
  }
  
  .sppb-popover.right>.arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #ffffff;
  }
  
  .sppb-popover.bottom>.arrow {
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999999;
    border-bottom-color: rgba(0, 0, 0, 0.25);
    top: -11px;
  }
  
  .sppb-popover.bottom>.arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #ffffff;
  }
  
  .sppb-popover.left>.arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999999;
    border-left-color: rgba(0, 0, 0, 0.25);
  }
  
  .sppb-popover.left>.arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #ffffff;
    bottom: -10px;
  }
  
  .sppb-carousel {
    position: relative;
  }
  
  .sppb-carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%;
  }
  
  .sppb-carousel-inner>.sppb-item {
    padding: 60px;
    display: none;
    position: relative;
    -webkit-transition: 0.6s ease-in-out left;
    -o-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left;
  }
  
  .sppb-carousel-inner>.sppb-item>img,
  .sppb-carousel-inner>.sppb-item>a>img {
    line-height: 1;
  }
  
  .sppb-carousel-inner>.active,
  .sppb-carousel-inner>.next,
  .sppb-carousel-inner>.prev {
    display: block;
  }
  
  .sppb-carousel-inner>.active {
    left: 0;
  }
  
  .sppb-carousel-inner>.next,
  .sppb-carousel-inner>.prev {
    position: absolute;
    top: 0;
    width: 100%;
  }
  
  .sppb-carousel-inner>.next {
    left: 100%;
  }
  
  .sppb-carousel-inner>.prev {
    left: -100%;
  }
  
  .sppb-carousel-inner>.next.left,
  .sppb-carousel-inner>.prev.right {
    left: 0;
  }
  
  .sppb-carousel-inner>.active.left {
    left: -100%;
  }
  
  .sppb-carousel-inner>.active.right {
    left: 100%;
  }
  
  @media screen and (min-width: 768px) {
    .sppb-carousel-pro .sppb-carousel-inner .sppb-row {
        display: table-row;
        height: 100%;
    }
    .sppb-carousel-pro .sppb-carousel-inner .sppb-row>div {
        display: table-cell;
        vertical-align: middle;
        float: none;
    }
  }
  
  .sppb-carousel-arrow {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 40px;
    opacity: 0.8;
    filter: alpha(opacity=80);
    font-size: 24px;
    color: #ffffff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  }
  
  .sppb-carousel-arrow.right {
    left: auto;
    right: 0;
  }
  
  .sppb-carousel-arrow:hover,
  .sppb-carousel-arrow:focus {
    outline: 0;
    color: #ffffff;
    text-decoration: none;
    opacity: 0.9;
    filter: alpha(opacity=90);
  }
  
  .sppb-carousel-arrow .fa-chevron-left,
  .sppb-carousel-arrow .fa-chevron-right {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
  }
  
  .sppb-carousel-arrow .fa-chevron-left {
    left: 50%;
    margin-left: -10px;
  }
  
  .sppb-carousel-arrow .fa-chevron-right {
    right: 50%;
    margin-right: -10px;
  }
  
  .sppb-carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    margin-left: -30%;
    padding-left: 0;
    list-style: none;
    text-align: center;
  }
  
  .sppb-carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #ffffff;
    border-radius: 10px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgba(0, 0, 0, 0);
  }
  
  .sppb-carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #ffffff;
  }
  
  .sppb-item.sppb-item-has-bg {
    padding: 0;
  }
  
  .sppb-item.sppb-item-has-bg .sppb-carousel-item-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 20px 50px;
  }
  
  .sppb-item.sppb-item-has-bg .sppb-carousel-item-inner>div {
    height: 100%;
    display: table;
  }
  
  .sppb-item.sppb-item-has-bg .sppb-carousel-item-inner>div>div {
    display: table-cell;
    vertical-align: middle;
  }
  
  .sppb-carousel-pro-text h2 {
    font-size: 36px;
    line-height: 36px;
    margin-top: 0;
  }
  
  .sppb-testimonial-pro .sppb-carousel-inner>.sppb-item {
    padding: 0;
  }
  
  .sppb-testimonial-pro .sppb-img-responsive.sppb-avatar {
    display: inline-block;
  }
  
  .sppb-testimonial-pro .sppb-testimonial-message,
  .sppb-testimonial-pro .sppb-testimonial-client,
  .sppb-testimonial-pro .sppb-img-responsive.sppb-avatar {
    margin-bottom: 10px;
  }
  
  .sppb-testimonial-pro .sppb-testimonial-message {
    font-size: 18px;
    line-height: 26px;
  }
  
  .sppb-testimonial-pro .sppb-carousel-control {
    display: inline-block;
    font-size: 18px;
    line-height: 28px;
    width: 28px;
    height: 28px;
    border-radius: 4px;
    text-align: center;
    border: 2px solid #333;
    color: #888;
    margin: 5px 3px 0;
    -webkit-transition: 400ms;
    -o-transition: 400ms;
    transition: 400ms;
    -webkit-box-sizing: initial;
    -moz-box-sizing: initial;
    box-sizing: initial;
  }
  
  .sppb-testimonial-pro .sppb-carousel-control:hover {
    background: #333;
    color: #fff;
  }
  
  .sppb-addon-tweet .sppb-tweet-avatar {
    display: inline-block;
    margin-bottom: 15px;
  }
  
  .sppb-addon-tweet .sppb-tweet-username {
    display: block;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
  }
  
  .sppb-addon-tweet .sppb-tweet-slider .sppb-carousel-inner>.sppb-item {
    padding: 0;
  }
  
  .sppb-addon-tweet .sppb-tweet-slider .sppb-tweet-created {
    display: inline-block;
    margin-bottom: 5px;
  }
  
  .sppb-addon-tweet .sppb-tweet-slider .sppb-carousel-control {
    display: inline-block;
    font-size: 18px;
    line-height: 24px;
    width: 28px;
    height: 28px;
    border-radius: 4px;
    text-align: center;
    border: 2px solid #333;
    color: #888;
    margin: 15px 3px 0;
    -webkit-transition: 400ms;
    -o-transition: 400ms;
    transition: 400ms;
    -webkit-box-sizing: initial;
    -moz-box-sizing: initial;
    box-sizing: initial;
  }
  
  .sppb-addon-tweet .sppb-tweet-slider .sppb-carousel-control:hover {
    background: #333;
    color: #fff;
  }
  
  .clearfix:before,
  .clearfix:after,
  .sppb-container:before,
  .sppb-container:after,
  .sppb-container-fluid:before,
  .sppb-container-fluid:after,
  .sppb-row:after,
  .sp-pagebuilder-row:before,
  .sp-pagebuilder-row:after,
  .sppb-panel-body:before,
  .sppb-panel-body:after,
  .sppb-nav:before,
  .sppb-nav:after {
    content: " ";
    display: table;
  }
  
  .clearfix:after,
  .sppb-container:after,
  .sppb-container-fluid:after,
  .sppb-row:after,
  .sp-pagebuilder-row:after,
  .sppb-panel-body:after,
  .sppb-nav:after {
    clear: both;
  }
  
  .center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  
  .pull-right {
    float: right !important;
  }
  
  .pull-left {
    float: left !important;
  }
  
  @-ms-viewport {
    width: device-width;
  }
  
  .sppb-visible-xs,
  .sppb-visible-sm,
  .sppb-visible-md,
  .sppb-visible-lg {
    display: none !important;
  }
  
  .sppb-visible-xs-block,
  .sppb-visible-xs-inline,
  .sppb-visible-xs-inline-block,
  .sppb-visible-sm-block,
  .sppb-visible-sm-inline,
  .sppb-visible-sm-inline-block,
  .sppb-visible-md-block,
  .sppb-visible-md-inline,
  .sppb-visible-md-inline-block,
  .sppb-visible-lg-block,
  .sppb-visible-lg-inline,
  .sppb-visible-lg-inline-block {
    display: none !important;
  }
  
  @media (max-width: 767px) {
    .sppb-visible-xs {
        display: block !important;
    }
    table.sppb-visible-xs {
        display: table;
    }
    tr.sppb-visible-xs {
        display: table-row !important;
    }
    th.sppb-visible-xs,
    td.sppb-visible-xs {
        display: table-cell !important;
    }
  }
  
  @media (max-width: 767px) {
    .sppb-visible-xs-block {
        display: block !important;
    }
  }
  
  @media (max-width: 767px) {
    .sppb-visible-xs-inline {
        display: inline !important;
    }
  }
  
  @media (max-width: 767px) {
    .sppb-visible-xs-inline-block {
        display: inline-block !important;
    }
  }
  
  @media (min-width: 768px) and (max-width: 991px) {
    .sppb-visible-sm {
        display: block !important;
    }
    table.sppb-visible-sm {
        display: table;
    }
    tr.sppb-visible-sm {
        display: table-row !important;
    }
    th.sppb-visible-sm,
    td.sppb-visible-sm {
        display: table-cell !important;
    }
  }
  
  @media (min-width: 768px) and (max-width: 991px) {
    .sppb-visible-sm-block {
        display: block !important;
    }
  }
  
  @media (min-width: 768px) and (max-width: 991px) {
    .sppb-visible-sm-inline {
        display: inline !important;
    }
  }
  
  @media (min-width: 768px) and (max-width: 991px) {
    .sppb-visible-sm-inline-block {
        display: inline-block !important;
    }
  }
  
  @media (min-width: 992px) and (max-width: 1199px) {
    .sppb-visible-md {
        display: block !important;
    }
    table.sppb-visible-md {
        display: table;
    }
    tr.sppb-visible-md {
        display: table-row !important;
    }
    th.sppb-visible-md,
    td.sppb-visible-md {
        display: table-cell !important;
    }
  }
  
  @media (min-width: 992px) and (max-width: 1199px) {
    .sppb-visible-md-block {
        display: block !important;
    }
  }
  
  @media (min-width: 992px) and (max-width: 1199px) {
    .sppb-visible-md-inline {
        display: inline !important;
    }
  }
  
  @media (min-width: 992px) and (max-width: 1199px) {
    .sppb-visible-md-inline-block {
        display: inline-block !important;
    }
  }
  
  @media (min-width: 1200px) {
    .sppb-visible-lg {
        display: block !important;
    }
    table.sppb-visible-lg {
        display: table;
    }
    tr.sppb-visible-lg {
        display: table-row !important;
    }
    th.sppb-visible-lg,
    td.sppb-visible-lg {
        display: table-cell !important;
    }
  }
  
  @media (min-width: 1200px) {
    .sppb-visible-lg-block {
        display: block !important;
    }
  }
  
  @media (min-width: 1200px) {
    .sppb-visible-lg-inline {
        display: inline !important;
    }
  }
  
  @media (min-width: 1200px) {
    .sppb-visible-lg-inline-block {
        display: inline-block !important;
    }
  }
  
  @media (max-width: 767px) {
    .sppb-hidden-xs {
        display: none !important;
    }
  }
  
  @media (min-width: 768px) and (max-width: 991px) {
    .sppb-hidden-sm {
        display: none !important;
    }
  }
  
  @media (min-width: 992px) and (max-width: 1199px) {
    .sppb-hidden-md {
        display: none !important;
    }
  }
  
  @media (min-width: 1200px) {
    .sppb-hidden-lg {
        display: none !important;
    }
  }
  
  .sppb-visible-print {
    display: none !important;
  }
  
  @media print {
    .sppb-visible-print {
        display: block !important;
    }
    table.sppb-visible-print {
        display: table;
    }
    tr.sppb-visible-print {
        display: table-row !important;
    }
    th.sppb-visible-print,
    td.sppb-visible-print {
        display: table-cell !important;
    }
  }
  
  .sppb-visible-print-block {
    display: none !important;
  }
  
  @media print {
    .sppb-visible-print-block {
        display: block !important;
    }
  }
  
  .sppb-visible-print-inline {
    display: none !important;
  }
  
  @media print {
    .sppb-visible-print-inline {
        display: inline !important;
    }
  }
  
  .sppb-visible-print-inline-block {
    display: none !important;
  }
  
  @media print {
    .sppb-visible-print-inline-block {
        display: inline-block !important;
    }
  }
  
  @media print {
    .sppb-hidden-print {
        display: none !important;
    }
  }
  
  
  /*Equalize columns*/
  
  .sppb-equalize-columns .sppb-row {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  
  .sppb-equalize-columns .sppb-row:after,
  .sppb-equalize-columns .sppb-row:before {
    display: none;
  }
  
  .sppb-equalize-columns .sppb-row>div {
    -webkit-box-flex: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
  }
  
  
  /*Countdown Addon*/
  
  .sppb-countdown-number {
    display: inline-block;
    padding: 0;
    text-align: center;
    font-weight: bold;
    margin: 0 0 5px 0;
  }
  
  .sppb-countdown-text {
    display: block;
  }
  
  .sppb-addon-countdown .sppb-countdown-timer .sppb-countdown-finishedtext {
    margin: 30px 0;
    width: 100% !important;
    padding: 20px 0;
    height: auto !important;
  }
  
  
  /*Social Share*/
  
  .sppb-social-share-wrap {
    display: table;
    width: 100%;
  }
  
  .sppb-social-share-wrap>div:first-child {
    vertical-align: middle;
  }
  
  .sppb-social-share-wrap>div {
    display: table-cell;
    float: none;
  }
  
  .sppb-addon-social-share ul {
    margin: -5px;
    padding: 0;
    list-style: none;
  }
  
  .sppb-addon-social-share.sppb-social-share-style-simple ul,
  .sppb-addon-social-share.sppb-social-share-style-colored ul {
    margin: -10px;
  }
  
  .sppb-addon-social-share.sppb-social-share-style-simple ul li,
  .sppb-addon-social-share.sppb-social-share-style-colored ul li {
    margin: 10px;
  }
  
  .sppb-addon-social-share ul li {
    display: inline-block;
    box-sizing: border-box;
    margin: 5px;
  }
  
  .sppb-addon-social-share ul li a {
    display: inline-block;
    margin: 0;
    font-size: 14px;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    text-align: center;
    text-decoration: none;
  }
  
  .sppb-addon-social-share ul li a:hover,
  .sppb-addon-social-share ul li a:focus,
  .sppb-addon-social-share ul li a:active {
    text-decoration: none;
  }
  
  .sppb-social-share-style-solid ul li a,
  .sppb-social-share-style-custom ul li a {
    padding: 10px;
  }
  
  .sppb-social-share-style-solid ul li a i,
  .sppb-social-share-style-custom ul li a i {
    display: inline-block;
    font-size: 16px;
    width: 24px;
    height: 20px;
    line-height: 20px;
  }
  
  .sppb-social-share-title {
    margin-left: 5px;
  }
  
  .sppb-social-share-wrap ul li a:hover,
  .sppb-social-share-wrap ul li a:focus {
    text-decoration: none;
  }
  
  .sppb-social-share-wrap ul li .social-share-title,
  .sppb-social-share-wrap ul li .social-share-count {
    padding-left: 5px;
  }
  
  .sppb-social-share-wrap .sppb-social-total-shares {
    position: relative;
    text-align: center;
  }
  
  .sppb-social-share-wrap span.sppb-social-share-count {
    margin-left: 5px;
    font-size: 12px;
    font-weight: 600;
    opacity: .9;
  }
  
  .sppb-social-share-wrap .sppb-social-total-shares:after {
    content: '';
    display: inline-block;
    height: 100%;
    width: 1px;
    position: absolute;
    right: 15px;
    top: 0;
    background: #dddddd;
  }
  
  .sppb-social-share-wrap .sppb-social-total-shares em {
    font-style: normal;
    font-weight: bold;
    font-size: 42px;
    line-height: 42px;
  }
  
  .sppb-social-share-wrap .sppb-social-total-shares .sppb-social-total-share-caption {
    text-transform: uppercase;
    font-size: 14px;
  }
  
  
  /* ****** Styles ****** */
  
  .sppb-social-share-style-solid ul li a {
    color: #ffffff;
  }
  
  
  /* Style Solid */
  
  .sppb-social-share-style-solid ul li.sppb-social-share-facebook a {
    background-color: #306199;
  }
  
  .sppb-social-share-style-solid ul li.sppb-social-share-facebook a:hover {
    background-color: #244872;
  }
  
  .sppb-social-share-style-solid ul li.sppb-social-share-twitter a {
    background-color: #26c4f1;
  }
  
  .sppb-social-share-style-solid ul li.sppb-social-share-twitter a:hover {
    background-color: #0eaad6;
  }
  
  .sppb-social-share-style-solid ul li.sppb-social-share-linkedin a {
    background-color: #007bb6;
  }
  
  .sppb-social-share-style-solid ul li.sppb-social-share-linkedin a:hover {
    background-color: #005983;
  }
  
  .sppb-social-share-style-solid ul li.sppb-social-share-pinterest a {
    background-color: #b81621;
  }
  
  .sppb-social-share-style-solid ul li.sppb-social-share-pinterest a:hover {
    background-color: #8a1119;
  }
  
  .sppb-social-share-style-solid ul li.sppb-social-share-glpus a {
    background-color: #e93f2e;
  }
  
  .sppb-social-share-style-solid ul li.sppb-social-share-glpus a:hover {
    background-color: #ce2616;
  }
  
  .sppb-social-share-style-solid ul li.sppb-social-share-thumblr a {
    background-color: #32506d;
  }
  
  .sppb-social-share-style-solid ul li.sppb-social-share-thumblr a:hover {
    background-color: #22364a;
  }
  
  .sppb-social-share-style-solid ul li.sppb-social-share-getpocket a {
    background-color: #ed4054;
  }
  
  .sppb-social-share-style-solid ul li.sppb-social-share-getpocket a:hover {
    background-color: #e4162d;
  }
  
  .sppb-social-share-style-solid ul li.sppb-social-share-reddit a {
    background-color: #ff4500;
  }
  
  .sppb-social-share-style-solid ul li.sppb-social-share-reddit a:hover {
    background-color: #e83f00;
  }
  
  .sppb-social-share-style-solid ul li.sppb-social-share-vk a {
    background-color: #597BA5;
  }
  
  .sppb-social-share-style-solid ul li.sppb-social-share-vk a:hover {
    background-color: #3d5f88;
  }
  
  .sppb-social-share-style-solid ul li.sppb-social-share-xing a {
    background-color: #005658;
  }
  
  .sppb-social-share-style-solid ul li.sppb-social-share-xing a:hover {
    background-color: #004748;
  }
  
  .sppb-social-share-style-solid ul li.sppb-social-share-whatsapp a {
    background-color: #00d66e;
  }
  
  .sppb-social-share-style-solid ul li.sppb-social-share-whatsapp a:hover {
    background-color: #00b55d;
  }
  
  
  /* Style Social color */
  
  .sppb-social-share-style-colored ul li.sppb-social-share-facebook a {
    color: #306199;
  }
  
  .sppb-social-share-style-colored ul li.sppb-social-share-facebook a:hover {
    color: #244872;
  }
  
  .sppb-social-share-style-colored ul li.sppb-social-share-twitter a {
    color: #26c4f1;
  }
  
  .sppb-social-share-style-colored ul li.sppb-social-share-twitter a:hover {
    color: #0eaad6;
  }
  
  .sppb-social-share-style-colored ul li.sppb-social-share-linkedin a {
    color: #007bb6;
  }
  
  .sppb-social-share-style-colored ul li.sppb-social-share-linkedin a:hover {
    color: #005983;
  }
  
  .sppb-social-share-style-colored ul li.sppb-social-share-pinterest a {
    color: #b81621;
  }
  
  .sppb-social-share-style-colored ul li.sppb-social-share-pinterest a:hover {
    color: #8a1119;
  }
  
  .sppb-social-share-style-colored ul li.sppb-social-share-glpus a {
    color: #e93f2e;
  }
  
  .sppb-social-share-style-colored ul li.sppb-social-share-glpus a:hover {
    color: #ce2616;
  }
  
  .sppb-social-share-style-colored ul li.sppb-social-share-thumblr a {
    color: #32506d;
  }
  
  .sppb-social-share-style-colored ul li.sppb-social-share-thumblr a:hover {
    color: #22364a;
  }
  
  .sppb-social-share-style-colored ul li.sppb-social-share-getpocket a {
    color: #ed4054;
  }
  
  .sppb-social-share-style-colored ul li.sppb-social-share-getpocket a:hover {
    color: #e4162d;
  }
  
  .sppb-social-share-style-colored ul li.sppb-social-share-reddit a {
    color: #ff4500;
  }
  
  .sppb-social-share-style-colored ul li.sppb-social-share-reddit a:hover {
    color: #e83f00;
  }
  
  .sppb-social-share-style-colored ul li.sppb-social-share-vk a {
    color: #597BA5;
  }
  
  .sppb-social-share-style-colored ul li.sppb-social-share-vk a:hover {
    color: #3d5f88;
  }
  
  
  /*Addon Icon*/
  
  .sppb-icon-inner {
    display: inline-block;
    text-align: center;
    -webkit-transition: all 400ms;
    transition: all 400ms;
  }
  
  .sppb-icon-hover-effect-zoom-in .sppb-icon-inner:hover {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
  }
  
  .sppb-icon-hover-effect-zoom-out .sppb-icon-inner:hover {
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
  }
  
  .sppb-icon-hover-effect-rotate {
    -webkit-transition: all 800ms;
    transition: all 800ms;
  }
  
  .sppb-icon-hover-effect-rotate .sppb-icon-inner:hover {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
  
  
  /*Addon Ajax Contact*/
  
  .sppb-ajax-contact-status .sppb-text-success,
  .sppb-ajax-contact-status .sppb-text-danger {
    font-weight: bold;
  }
  
  
  /* Addon Instagram */
  
  .sppb-addon-instagram-gallery .sppb-instagram-images,
  .sppb-addon-flickr .sppb-flickr-gallery {
    width: 100%;
    display: block;
    list-style: none;
    padding: 0;
    margin: 0;
  }
  
  .sppb-addon-instagram-gallery .sppb-instagram-images li,
  .sppb-addon-flickr .sppb-flickr-gallery li {
    margin: 0;
    width: 20%;
    float: left;
    text-align: center;
    position: relative;
  }
  
  .sppb-addon-instagram-gallery .sppb-instagram-images li a,
  .sppb-addon-flickr .sppb-flickr-gallery li a {
    display: block;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  .sppb-addon-instagram-gallery .sppb-instagram-images li a:before,
  .sppb-addon-flickr .sppb-flickr-gallery li a:before {
    content: '';
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    -webkit-transition: .4s;
    transition: .4s;
    visibility: hidden;
    opacity: 0;
  }
  
  .sppb-addon-instagram-gallery .sppb-instagram-images li a:after,
  .sppb-addon-flickr .sppb-flickr-gallery li a:after {
    content: '\f002';
    font-family: fontawesome;
    color: #fff;
    font-size: 38px;
    top: 0;
    left: 0;
    position: absolute;
    right: 0;
    height: 25px;
    margin: auto;
    bottom: 0;
    visibility: hidden;
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  .sppb-addon-instagram-gallery .sppb-instagram-images li .sppb-instagram-gallery-btn:hover,
  .sppb-addon-flickr .sppb-flickr-gallery li a:hover {
    transform: scale(0.83);
  }
  
  .sppb-addon-instagram-gallery .sppb-instagram-images li .sppb-instagram-gallery-btn:hover:after,
  .sppb-addon-flickr .sppb-flickr-gallery li a:hover:after {
    -webkit-transform: scale(1);
    transform: scale(1);
    visibility: visible;
    opacity: 1;
  }
  
  .sppb-addon-instagram-gallery .sppb-instagram-images li .sppb-instagram-gallery-btn:hover:before,
  .sppb-addon-flickr .sppb-flickr-gallery li a:hover:before {
    visibility: visible;
    opacity: 1;
  }
  
  
  /*  Addon Timelime  */
  
  .sppb-addon-timeline .sppb-addon-timeline-wrapper {
    list-style: none;
    position: relative;
  }
  
  .sppb-addon-timeline .sppb-addon-timeline-wrapper:before {
    background-color: #0095eb;
    bottom: 0;
    content: " ";
    left: 50%;
    position: absolute;
    top: 8px;
    width: 2px;
  }
  
  .sppb-addon-timeline .sppb-addon-timeline-wrapper .timeline-badge {
    height: 90px;
    position: absolute;
    left: 50%;
    z-index: 5;
  }
  
  .sppb-addon-timeline .sppb-addon-timeline-wrapper .timeline-badge:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all .3s;
    transition: all .3s;
    font-size: 30px;
    background-color: #fff;
    border: 3px solid #0095eb;
    height: 20px;
    width: 20px;
    border-radius: 100%;
  }
  
  .sppb-addon-timeline .sppb-addon-timeline-wrapper .timeline-badge:after {
    background: #0095eb none repeat scroll 0 0;
    content: "";
    height: 2px;
    left: 10px;
    position: absolute;
    top: 37px;
    width: 20px;
  }
  
  .sppb-addon-timeline .sppb-addon-timeline-wrapper .odd .timeline-badge:after {
    left: auto;
    right: 10px;
    top: 45px;
  }
  
  .sppb-addon-timeline .sppb-addon-timeline-wrapper .timeline-badge .timeline-date {
    font-size: 1.4em;
  }
  
  .sppb-addon-timeline .sppb-addon-timeline-wrapper .timeline-movement {
    position: relative;
    padding-top: 0;
    padding-bottom: 30px;
  }
  
  .sppb-addon-timeline .sppb-addon-timeline-wrapper>.timeline-movement:last-child {
    padding-bottom: 0;
    bottom: -15px;
  }
  
  .sppb-addon-timeline .sppb-addon-timeline-wrapper .timeline-movement .timeline-item .timeline-panel {
    text-align: initial;
    padding: 20px;
    border: solid 1px #dfdfdf;
    border-radius: 5px;
    position: relative;
    width: 345px;
    margin-left: 15px;
  }
  
  .sppb-addon-timeline .sppb-addon-timeline-wrapper .timeline-movement .timeline-item .timeline-panel .title {
    font-size: 18px;
    margin: 0 0 10px;
    position: relative;
  }
  
  .sppb-addon-timeline .sppb-addon-timeline-wrapper .timeline-movement .timeline-item .timeline-panel .details {
    font-size: 14px;
    margin: 0;
  }
  
  .sppb-addon-timeline .sppb-addon-timeline-wrapper .timeline-movement.even .timeline-badge {
    height: 76px;
  }
  
  .sppb-addon-timeline .sppb-addon-timeline-wrapper .timeline-movement.even .timeline-item .timeline-date {
    line-height: 76px;
  }
  
  .sppb-addon-timeline .sppb-addon-timeline-wrapper .timeline-movement .timeline-item .timeline-panel.left-part {
    text-align: right;
    margin-right: 15px;
    float: right;
    padding: 13px 20px;
  }
  
  .sppb-addon-timeline .sppb-addon-timeline-wrapper .timeline-movement .timeline-item .timeline-panel.left-part .title:after {
    right: -80px;
    left: inherit;
  }
  
  .sppb-addon-timeline .sppb-addon-timeline-wrapper .timeline-movement .timeline-item .timeline-panel.left-part:before {
    left: inherit;
    right: 1px;
    -webkit-transform: rotate(45deg) translateY(-50%);
    transform: rotate(45deg) translateY(-50%);
  }
  
  .sppb-addon-timeline .sppb-addon-timeline-wrapper .timeline-movement .timeline-item .timeline-panel:before {
    content: '';
    position: absolute;
    top: 32px;
    left: 1px;
    width: 0;
    height: 0;
    border-width: 8px;
    border-color: #fff #fff transparent transparent;
    border-style: solid;
    -webkit-transform: rotate(-135deg) translateY(-50%);
    transform: rotate(-135deg) translateY(-50%);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 3px -3px 1px -2px rgba(0, 0, 0, 0.2);
    box-shadow: 3px -3px 1px -2px rgba(0, 0, 0, 0.2);
  }
  
  .sppb-addon-timeline .sppb-addon-timeline-wrapper .timeline-movement .timeline-item .timeline-date {
    font-size: 16px;
    line-height: 90px;
    margin: 0 0 0 30px;
  }
  
  .sppb-addon-timeline .sppb-addon-timeline-wrapper .timeline-movement.odd .timeline-item .timeline-date {
    margin: 0 30px 0 0;
  }
  
  
  /* ******* Flip Box ******* */
  
  .sppb-flipbox-panel {
    margin: 0 auto;
    position: relative;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }
  
  .sppb-flipbox-panel .sppb-flipbox-front,
  .sppb-flipbox-panel .sppb-flipbox-back {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 20px;
    overflow: hidden;
    background-attachment: scroll;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  
  
  /* Flip common */
  
  .sppb-flipbox-panel .sppb-flipbox-front {
    height: 100%;
    position: absolute;
    width: 100%;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    background-size: cover !important;
    background-repeat: no-repeat !important;
  }
  
  .sppb-flipbox-panel .sppb-flipbox-back {
    height: 100%;
    position: absolute;
    width: 100%;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    background-size: cover !important;
    background-repeat: no-repeat !important;
  }
  
  .sppb-flipbox-panel .flip-box {
    display: table;
  }
  
  .sppb-flipbox-panel .flip-box .flip-box-inner {
    display: table-cell;
    vertical-align: middle;
    position: relative;
  }
  
  
  /* Flip right */
  
  .flip_right .sppb-flipbox-panel .sppb-flipbox-front {
    -webkit-transform: rotateX(0deg) rotateY(0deg);
    -moz-transform: rotateX(0deg) rotateY(0deg);
    transform: rotateX(0deg) rotateY(0deg);
  }
  
  .flip_right .sppb-flipbox-panel.flip .sppb-flipbox-front {
    -webkit-transform: rotateX(0deg) rotateY(178deg);
    -moz-transform: rotateX(0deg) rotateY(178deg);
    transform: rotateX(0deg) rotateY(178deg);
  }
  
  .flip_right .sppb-flipbox-panel .sppb-flipbox-back {
    -webkit-transform: rotateX(0deg) rotateY(-178deg);
    -moz-transform: rotateX(0deg) rotateY(-178deg);
    transform: rotateX(0deg) rotateY(-178deg);
  }
  
  .flip_right .sppb-flipbox-panel.flip .sppb-flipbox-back {
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
  }
  
  
  /* Flip left */
  
  .flip_left .sppb-flipbox-panel .sppb-flipbox-front {
    -webkit-transform: rotateX(0deg) rotateY(0deg);
    -moz-transform: rotateX(0deg) rotateY(0deg);
    transform: rotateX(0deg) rotateY(0deg);
  }
  
  .flip_left .sppb-flipbox-panel.flip .sppb-flipbox-front {
    -webkit-transform: rotateX(0deg) rotateY(-178deg);
    -moz-transform: rotateX(0deg) rotateY(-178deg);
    transform: rotateX(0deg) rotateY(-178deg);
  }
  
  .flip_left .sppb-flipbox-panel .sppb-flipbox-back {
    -webkit-transform: rotateX(0deg) rotateY(178deg);
    -moz-transform: rotateX(0deg) rotateY(178deg);
    transform: rotateX(0deg) rotateY(178deg);
  }
  
  .flip_left .sppb-flipbox-panel.flip .sppb-flipbox-back {
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
  }
  
  
  /* Flip top */
  
  .flip_top .sppb-flipbox-panel .sppb-flipbox-front {
    -webkit-transform: rotateY(0deg) rotateX(0deg);
    -moz-transform: rotateY(0deg) rotateX(0deg);
    transform: rotateY(0deg) rotateX(0deg);
  }
  
  .flip_top .sppb-flipbox-panel.flip .sppb-flipbox-front {
    -webkit-transform: rotateX(178deg) rotateY(0deg);
    -moz-transform: rotateX(178deg) rotateY(0deg);
    transform: rotateX(178deg) rotateY(0deg);
  }
  
  .flip_top .sppb-flipbox-panel .sppb-flipbox-back {
    -webkit-transform: rotateX(-178deg) rotateY(0deg);
    -moz-transform: rotateX(-178deg) rotateY(0deg);
    transform: rotateX(-178deg) rotateY(0deg);
  }
  
  .flip_top .sppb-flipbox-panel.flip .sppb-flipbox-back {
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
  }
  
  
  /* Flip bottom */
  
  .flip_bottom .sppb-flipbox-panel .sppb-flipbox-front {
    -webkit-transform: rotateY(0deg) rotateX(0deg);
    -moz-transform: rotateY(0deg) rotateX(0deg);
    transform: rotateY(0deg) rotateX(0deg);
  }
  
  .flip_bottom .sppb-flipbox-panel.flip .sppb-flipbox-front {
    -webkit-transform: rotateX(-178deg) rotateY(0deg);
    -moz-transform: rotateX(-178deg) rotateY(0deg);
    transform: rotateX(-178deg) rotateY(0deg);
  }
  
  .flip_bottom .sppb-flipbox-panel .sppb-flipbox-back {
    -webkit-transform: rotateX(178deg) rotateY(0deg);
    -moz-transform: rotateX(178deg) rotateY(0deg);
    transform: rotateX(178deg) rotateY(0deg);
  }
  
  .flip_bottom .sppb-flipbox-panel.flip .sppb-flipbox-back {
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
  }
  
  
  /*New Added*/
  
  
  /*Slide And Fade Style*/
  
  .sppb-addon-sppb-flibox.fade-flipbox .sppb-flipbox-panel .sppb-flipbox-front,
  .sppb-addon-sppb-flibox.slide-flipbox .sppb-flipbox-panel .sppb-flipbox-front {
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
  }
  
  .fade-flipbox .sppb-flipbox-panel,
  .slide-flipbox .sppb-flipbox-panel {
    overflow: hidden;
    -webkit-perspective: initial;
    -moz-perspective: initial;
    perspective: initial;
    -webkit-transform-style: initial;
    -moz-transform-style: initial;
    transform-style: initial;
  }
  
  
  /*Slide right*/
  
  .slide-flipbox.flip_right .sppb-flipbox-panel .sppb-flipbox-back {
    -webkit-transform: translateX(100%) translateY(0);
    -moz-transform: translateX(100%) translateY(0);
    transform: translateX(100%) translateY(0);
  }
  
  .slide-flipbox.flip_right .sppb-flipbox-panel.flip .sppb-flipbox-back {
    -webkit-transform: translateX(0) translateY(0);
    -moz-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
  }
  
  .fade-flipbox .sppb-flipbox-panel .sppb-flipbox-back,
  .slide-flipbox .sppb-flipbox-panel .sppb-flipbox-back {
    -webkit-transform-style: initial;
    -moz-transform-style: initial;
    transform-style: initial;
  }
  
  
  /*Slide left*/
  
  .slide-flipbox.flip_left .sppb-flipbox-panel .sppb-flipbox-back {
    -webkit-transform: translateX(-100%) translateY(0);
    -moz-transform: translateX(-100%) translateY(0);
    transform: translateX(-100%) translateY(0);
  }
  
  .slide-flipbox.flip_left .sppb-flipbox-panel.flip .sppb-flipbox-back {
    -webkit-transform: translateX(0) translateY(0);
    -moz-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
  }
  
  
  /*Slide top*/
  
  .slide-flipbox.flip_top .sppb-flipbox-panel .sppb-flipbox-back {
    -webkit-transform: translateX(0) translateY(-100%);
    -moz-transform: translateX(0) translateY(-100%);
    transform: translateX(0) translateY(-100%);
  }
  
  .slide-flipbox.flip_top .sppb-flipbox-panel.flip .sppb-flipbox-back {
    -webkit-transform: translateX(0) translateY(0);
    -moz-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
  }
  
  
  /*Slide bottom*/
  
  .slide-flipbox.flip_bottom .sppb-flipbox-panel .sppb-flipbox-back {
    -webkit-transform: translateX(0) translateY(100%);
    -moz-transform: translateX(0) translateY(100%);
    transform: translateX(0) translateY(100%);
  }
  
  .slide-flipbox.flip_bottom .sppb-flipbox-panel.flip .sppb-flipbox-back {
    -webkit-transform: translateX(0) translateY(0);
    -moz-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
  }
  
  
  /*Fade Effect*/
  
  .fade-flipbox .sppb-flipbox-panel .sppb-flipbox-back {
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
    opacity: 0;
  }
  
  .fade-flipbox .sppb-flipbox-panel.flip .sppb-flipbox-back {
    opacity: 1;
  }
  
  
  /*3D flip*/
  
  .threeD-content-wrap {
    -webkit-perspective: 2000;
    -moz-perspective: 2000;
    -ms-perspective: 2000;
    perspective: 2000;
    -ms-transform: perspective(2000px);
    -moz-transform: perspective(2000px);
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    display: inline-block;
    width: 100%;
  }
  
  .threeD-item {
    height: 100%;
    width: 100%;
    -webkit-transition: .5s;
    transition: .5s;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition-timing-function: cubic-bezier(.5, .3, .3, 1);
    transition-timing-function: cubic-bezier(.5, .3, .3, 1);
  }
  
  .threeD-content-wrap.flip .threeD-item {
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }
  
  .flip_left .threeD-content-wrap.flip .threeD-item {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }
  
  .flip_top .threeD-content-wrap.flip .threeD-item {
    -webkit-transform: rotateX(-180deg) rotateY(0deg);
    transform: rotateX(-180deg) rotateY(0deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }
  
  .flip_top .threeD-content-wrap .threeD-item .threeD-flip-back {
    -webkit-transform: rotateX(180deg) rotateY(0deg);
    transform: rotateX(180deg) rotateY(0deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: 400ms ease-in-out;
    transition: 400ms ease-in-out;
  }
  
  .flip_bottom .threeD-content-wrap.flip .threeD-item {
    -webkit-transform: rotateX(180deg) rotateY(0deg);
    transform: rotateX(180deg) rotateY(0deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }
  
  .flip_bottom .threeD-content-wrap .threeD-item .threeD-flip-back {
    -webkit-transform: rotateX(-180deg) rotateY(0deg);
    transform: rotateX(-180deg) rotateY(0deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: 400ms ease-in-out;
    transition: 400ms ease-in-out;
  }
  
  .threeD-flip-front {
    z-index: 2;
  }
  
  .threeD-flip-back {
    -webkit-transform: rotate3d(0, 45, 0, 180deg);
    transform: rotate3d(0, 45, 0, 180deg);
  }
  
  .threeD-flip-front,
  .threeD-flip-back {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    background-size: cover !important;
    background-repeat: no-repeat !important;
  }
  
  .threeD-flip-front .threeD-content-inner,
  .threeD-flip-back .threeD-content-inner {
    width: 100%;
    padding: 0 50px;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) translateZ(60px);
    -webkit-transform: translateY(-50%) translateZ(60px);
    -ms-transform: translateY(-50%) translateZ(60px);
  }
  
  .sppb-flipbox-front.flip-box:before,
  .sppb-flipbox-back.flip-box:before,
  .threeD-flip-front:before,
  .threeD-flip-back:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
  }
  
  .sppb-flipbox-panel,
  .threeD-item {
    height: 280px;
  }
  
  @media screen and (max-width: 767px) {
    .sppb-addon-timeline .sppb-addon-timeline-wrapper .timeline-movement .timeline-item .timeline-panel {
        float: none !important;
        margin: 0 auto !important;
        width: 95%;
        text-align: center;
    }
    .sppb-col-xs-12.timeline-item {
        width: 50%;
    }
    .sppb-equalize-columns .sppb-row>div,
    .sppb-equalize-columns .sppb-row {
        display: block;
    }
  }
  
  @media screen and (max-width: 480px) {
    .sppb-col-xs-12.timeline-item {
        width: 100%;
    }
    .sppb-addon-timeline .sppb-addon-timeline-wrapper .timeline-movement .timeline-item .timeline-panel {
        width: 100%;
    }
    .sppb-addon-timeline .sppb-addon-timeline-wrapper .timeline-movement.even .timeline-item .timeline-date,
    .sppb-addon-timeline .sppb-addon-timeline-wrapper .timeline-movement.odd .timeline-item .timeline-date,
    .sppb-addon-timeline .sppb-addon-timeline-wrapper .timeline-movement .timeline-item .timeline-panel.left-part {
        text-align: center;
        margin: 0;
    }
    .sppb-addon-timeline .sppb-addon-timeline-wrapper .timeline-badge::before,
    .sppb-addon-timeline .sppb-addon-timeline-wrapper .timeline-badge::after,
    .sppb-addon-timeline .sppb-addon-timeline-wrapper::before,
    .sppb-addon-timeline .sppb-addon-timeline-wrapper .timeline-badge::after {
        display: none;
    }
    .sppb-addon-timeline .sppb-addon-timeline-wrapper .timeline-movement .timeline-item .timeline-panel.left-part::before {
        bottom: -5px;
        left: 0;
        margin: auto;
        right: 0;
        top: auto;
        -webkit-transform: rotate(133deg) translateY(0px);
        transform: rotate(133deg) translateY(0px);
    }
    .sppb-addon-timeline .sppb-addon-timeline-wrapper .timeline-movement .timeline-item .timeline-panel::before {
        left: 0;
        margin: 0 auto;
        right: 0;
        top: -5px;
        -webkit-transform: rotate(-47deg) translateY(0px);
        transform: rotate(-47deg) translateY(0px);
    }
    .timeline-movement.even {
        display: table;
        width: 100%;
        margin: 0 auto;
    }
    .timeline-movement.even:before {
        background-color: #0095eb;
        bottom: 10px;
        content: " ";
        height: 2px;
        left: 0;
        position: absolute;
        right: 0;
        top: auto;
        width: 100%;
        margin: auto;
    }
    .timeline-movement.even:after {
        background: #fff none repeat scroll 0 0;
        border: 2px solid #0095eb;
        border-radius: 50%;
        bottom: 0.1em;
        content: "";
        height: 20px;
        left: 0;
        margin: 0 auto;
        position: absolute;
        right: 0;
        top: auto;
        width: 20px;
    }
    .sppb-addon-timeline .sppb-addon-timeline-wrapper>.timeline-movement:last-child {
        padding-bottom: 30px;
    }
  }
  
  /* Add RJ CSS */
.image-set{ text-align: center; border: solid 1px #ccc;  }
.image-set img{ width: 100%; }
.img{ position: relative; }
.img .img_tag {text-align: right; color: #fff;  font-size: 12px; letter-spacing: 1px;  
  position: absolute; right: 10px; bottom: 0px; width: 100%;}

.card-img{ position: relative; border: solid 0px #ddd; font-size: 13px; color: #fff; text-align: center;}
.card-img p{ margin: 8px 0 0 0; padding: 0; line-height: 24px; }
.image-set{position: relative;}
.image-set .hover-content {
-webkit-transition-duration: 500ms;
-o-transition-duration: 500ms;
transition-duration: 500ms;
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
right: 0;
background-color: rgba(0, 0, 0, 0.4);
opacity: 0;
z-index: 10;
cursor:zoom-in;
}
.image-set .hover-content i {
position: absolute;
top: 50%;
left: 50%;
margin-top: 0;
margin-left: -26px;
z-index: 100;
display: inline-block;
width: 52px;
height: 52px;
border-radius: 50%;
background-color: #000;
text-align: center;
line-height: 50px;
font-size: 30px;
color: #eeb65b; font-style: inherit;
}
.image-set .hover-content:hover, .image-set .hover-content:focus{opacity: 1; visibility: visible;}
.title_floor{ background: #333; padding: 10px 15px; color: #fff; }
.title_plan{ background: #000; padding: 15px 30px; font-size: 14px; display: inline-block; width: 100%;}
.title_plan h4{ font-size: 18px; text-align: left;margin-top: 5px; margin-bottom: 10px; color: #eeb65b; }
.title_plan ul{ margin: 0; padding: 0;}
.title_plan ul li{ margin: 0 0 0 0px; padding: 0; font-size: 14px; color: #fff; list-style-type: square;}

/* Add Tabs Section */

.warpper{
  display:flex;
  flex-direction: column;
  align-items: center;
}
.tab{
  cursor: pointer;
  padding:10px 20px;
  margin:0px 4px;
  background:#fff;
  display:inline-block;
  color:#000;
  border-radius:3px 3px 0px 0px;
  box-shadow: 0 0.5rem 0.8rem #00000080;
}
.tabs{ text-align: center; }
.panels{
  background:#fff;  
  width:80%;
  margin: auto;  
  overflow:hidden;
  padding:20px 0;  
}
.panel{
  display:none;
  animation: fadein .8s; box-shadow: inherit !important;
}
@keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
.panel-title{
  font-size:1.5em;
  font-weight:bold
}
.radio, .radio, .checkbox{
  display:none !important;
}

#one:checked ~ .panels #one-panel,
#two:checked ~ .panels #two-panel,
#three:checked ~ .panels #three-panel,
#four:checked ~ .panels #four-panel,
#five:checked ~ .panels #five-panel,
#six:checked ~ .panels #six-panel

{
  display:block
}
#one:checked ~ .tabs #one-tab,
#two:checked ~ .tabs #two-tab,
#three:checked ~ .tabs #three-tab,
#four:checked ~ .tabs #four-tab,
#five:checked ~ .tabs #five-tab,
#six:checked ~ .tabs #six-tab
{
  background:#fffffff6;
  color:#000;
  border-top: 3px solid #eeb65b;
}

.client_testimonial{ padding: 0 20px; }

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot{ padding: 5px 10px !important; }
#floor-plan-carousel2 .owl-nav button.owl-next, #floor-plan-carousel2 .owl-nav button.owl-prev,
.location_slider .owl-nav button.owl-next, .location_slider .owl-nav button.owl-prev, .gallery-carousel .owl-nav button.owl-prev,
.client_testimonial .owl-nav button.owl-next, .client_testimonial .owl-nav button.owl-prev

  {background: #000;   padding: 0 8px 0px !important;}

.floor-plan-carousel2 .owl-nav i, 
.location_slider .owl-nav i, 
.gallery-carousel .owl-nav i{ color: #eeb65b; }

.floor-plan-carousel2 .owl-nav .owl-next, .floor-plan-carousel2 .owl-nav .owl-prev,
.gallery-carousel .owl-nav .owl-prev, .gallery-carousel .owl-nav .owl-next  {
        position: absolute;
        top: 48%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%); height: 42px;
    }
  .location_slider .owl-nav .owl-next, 
  .location_slider .owl-nav .owl-prev
  

      {
        position: absolute;
        top: 40%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%); height: 42px;
      }
    .client_testimonial .owl-nav .owl-next, 
  .client_testimonial .owl-nav .owl-prev{ position: absolute;
        top: 40%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%); height: 34px;}
   .floor-plan-carousel2 .owl-nav .owl-next, 
   .location_slider .owl-nav .owl-next, .client_testimonial .owl-nav .owl-next,
   .gallery-carousel .owl-nav .owl-next {
        right: 0;
        display: flex;
        margin-right: 2%;background-color: rgba(0, 0, 0, 0.9) !important;
        
    }

    .floor-plan-carousel2 .owl-nav .owl-prev, 
    .location_slider .owl-nav .owl-prev, .client_testimonial .owl-nav .owl-prev,
    .gallery-carousel .owl-nav .owl-prev{
        left: 0;
        display: flex;
        margin-left: 2%; background-color: rgba(0, 0, 0, 0.9) !important;
       
    }
     .floor-plan-carousel2 .owl-nav .owl-next span, .floor-plan-carousel2 .owl-nav .owl-prev span,
    .location_slider .owl-nav .owl-next span, .location_slider .owl-nav .owl-prev span,
    .client_testimonial .owl-nav .owl-next span, .client_testimonial .owl-nav .owl-prev span,
    .gallery-carousel .owl-nav .owl-next span, .gallery-carousel .owl-nav .owl-prev span
    {
      font-size: 50px !important; color: #eeb65b;  line-height: 21px; padding-bottom: 3px
    }
    .location_slider .owl-nav .owl-next span, .location_slider .owl-nav .owl-prev span, .gallery-carousel .owl-nav .owl-prev span{ line-height: 28px; }
   .owl-carousel.off { display: block;}

  /* Modal */
  
  .sppb-modal-selector {
    display: inline-block;
  }
  
  .sppb-ajax-contact-content .g-recaptcha {
    margin-bottom: 15px;
  }
  
  .sppb-addon-tweet .sppb-tweet-slider .sppb-item-image {
    padding: 20px 0;
  }
  
  .sppb-addon-tweet .sppb-tweet-slider .sppb-item-image .sppb-tweet-image {
    display: inline-block;
  }
  
  
  /* Youtube Video BG */
  
  .sppb-youtube-video-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    pointer-events: none;
    z-index: 0;
  }
  
  .sppb-youtube-video-bg iframe {
    border: none;
  }
  
  /**
   * @package SP Page Builder
   * @author JoomShaper http://www.joomshaper.com
   * @copyright Copyright (c) 2010 - 2015 JoomShaper
   * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 or later
  */
  
  .sppb-row-container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
  }
  @media (min-width: 768px) {
    .sppb-row-container {
      width: 750px;
    }
  }
  @media (min-width: 992px) {
    .sppb-row-container {
      width: 970px;
    }
  }
  @media (min-width: 1200px) {
    .sppb-row-container {
      width: 1170px;
    }
  }
  
  @font-face {
    font-family: "Exo2-SemiBold";
    src: url("../../../font/web/Exo2-SemiBold.eot");
    src: url("../../../font/web/Exo2-SemiBold.eot?#iefix")
        format("embedded-opentype"),
      url("../../../font/web/Exo2-SemiBold.ttf") format("truetype"),
      url("../../../font/web/Exo2-SemiBold.svg#Exo2-SemiBold") format("svg");
    font-weight: normal;
    font-style: normal;
  }
  
  @font-face {
    font-family: "ProximaNova-Regular";
    src: url("../../../font/web/ProximaNova-Regular.eot");
    src: url("../../../font/web/ProximaNova-Regular.eot?#iefix")
        format("embedded-opentype"),
      url("../../../font/web/ProximaNova-Regular.ttf") format("truetype"),
      url("../../../font/web/ProximaNova-Regular.svg#ProximaNova-Regular")
        format("svg");
    font-weight: normal;
    font-style: normal;
  }
  
  @font-face {
    font-family: "ProximaNova-Bold";
    src: url("../../../font/web/ProximaNova-Bold.eot");
    src: url("../../../font/web/ProximaNova-Bold.eot?#iefix")
        format("embedded-opentype"),
      url("../../../font/web/ProximaNova-Bold.ttf") format("truetype"),
      url("../../../font/web/ProximaNova-Bold.svg#ProximaNova-Bold") format("svg");
    font-weight: normal;
    font-style: normal;
  }
  
  @font-face {
    font-family: "ProximaNovaA-Semibold";
    src: url("../../../font/web/ProximaNovaA-Semibold.eot");
    src: url("../../../font/web/ProximaNovaA-Semibold.eot?#iefix")
        format("embedded-opentype"),
      url("../../../font/web/ProximaNovaA-Semibold.ttf") format("truetype"),
      url("../../../font/web/ProximaNovaA-Semibold.svg#ProximaNovaA-Semibold")
        format("svg");
    font-weight: normal;
    font-style: normal;
  }
  
  body {
    font-family: "ProximaNova-Regular" !important;
  }
  
  .form-control {
    display: block;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s,
      box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  }
  
  .form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
      0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
      0 0 8px rgba(102, 175, 233, 0.6);
  }
  
  .form-control::-moz-placeholder {
    color: #999;
    opacity: 1;
  }
  
  .form-control:-ms-input-placeholder {
    color: #999;
  }
  
  .form-control::-webkit-input-placeholder {
    color: #999;
  }
  
  .form-control[disabled],
  .form-control[readonly],
  fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: #eeeeee;
    opacity: 1;
  }
  
  textarea.form-control {
    height: auto;
  }
  
  /* @font-face {
      font-family: 'IcoMoon';
      src: url('../fonts/IcoMoon.eot');
      src: url('../fonts/IcoMoond41d.eot?#iefix') format('embedded-opentype'), url('../fonts/IcoMoon.woff') format('woff'), url('../fonts/IcoMoon.html') format('truetype'), url('../fonts/IcoMoon.svg#IcoMoon') format('svg');
      font-weight: normal;
      font-style: normal;
  } */
  
  [data-icon]:before {
    font-family: "IcoMoon";
    content: attr(data-icon);
    speak: none;
  }
  
  [class^="icon-"],
  [class*=" icon-"] {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-right: 0.25em;
    line-height: 14px;
    background-image: none;
  }
  
  dd > span[class^="icon-"] + time,
  dd > span[class*=" icon-"] + time {
    margin-left: -0.25em;
  }
  
  dl.article-info dd.hits span[class^="icon-"],
  dl.article-info dd.hits span[class*=" icon-"] {
    margin-right: 0;
  }
  
  [class^="icon-"]:before,
  [class*=" icon-"]:before {
    font-family: "IcoMoon";
    font-style: normal;
    speak: none;
  }
  
  [class^="icon-"].disabled,
  [class*=" icon-"].disabled {
    font-weight: normal;
  }
  
  .icon-joomla:before {
    content: "\e200";
  }
  
  .icon-chevron-up:before,
  .icon-uparrow:before,
  .icon-arrow-up:before {
    content: "\e005";
  }
  
  .icon-chevron-right:before,
  .icon-rightarrow:before,
  .icon-arrow-right:before {
    content: "\e006";
  }
  
  .icon-chevron-down:before,
  .icon-downarrow:before,
  .icon-arrow-down:before {
    content: "\e007";
  }
  
  .icon-chevron-left:before,
  .icon-leftarrow:before,
  .icon-arrow-left:before {
    content: "\e008";
  }
  
  .icon-arrow-first:before {
    content: "\e003";
  }
  
  .icon-arrow-last:before {
    content: "\e004";
  }
  
  .icon-arrow-up-2:before {
    content: "\e009";
  }
  
  .icon-arrow-right-2:before {
    content: "\e00a";
  }
  
  .icon-arrow-down-2:before {
    content: "\e00b";
  }
  
  .icon-arrow-left-2:before {
    content: "\e00c";
  }
  
  .icon-arrow-up-3:before {
    content: "\e00f";
  }
  
  .icon-arrow-right-3:before {
    content: "\e010";
  }
  
  .icon-arrow-down-3:before {
    content: "\e011";
  }
  
  .icon-arrow-left-3:before {
    content: "\e012";
  }
  
  .icon-menu-2:before {
    content: "\e00e";
  }
  
  .icon-arrow-up-4:before {
    content: "\e201";
  }
  
  .icon-arrow-right-4:before {
    content: "\e202";
  }
  
  .icon-arrow-down-4:before {
    content: "\e203";
  }
  
  .icon-arrow-left-4:before {
    content: "\e204";
  }
  
  .icon-share:before,
  .icon-redo:before {
    content: "\27";
  }
  
  .icon-undo:before {
    content: "\28";
  }
  
  .icon-forward-2:before {
    content: "\e205";
  }
  
  .icon-backward-2:before,
  .icon-reply:before {
    content: "\e206";
  }
  
  .icon-unblock:before,
  .icon-refresh:before,
  .icon-redo-2:before {
    content: "\6c";
  }
  
  .icon-undo-2:before {
    content: "\e207";
  }
  
  .icon-move:before {
    content: "\7a";
  }
  
  .icon-expand:before {
    content: "\66";
  }
  
  .icon-contract:before {
    content: "\67";
  }
  
  .icon-expand-2:before {
    content: "\68";
  }
  
  .icon-contract-2:before {
    content: "\69";
  }
  
  .icon-play:before {
    content: "\e208";
  }
  
  .icon-pause:before {
    content: "\e209";
  }
  
  .icon-stop:before {
    content: "\e210";
  }
  
  .icon-previous:before,
  .icon-backward:before {
    content: "\7c";
  }
  
  .icon-next:before,
  .icon-forward:before {
    content: "\7b";
  }
  
  .icon-first:before {
    content: "\7d";
  }
  
  .icon-last:before {
    content: "\e000";
  }
  
  .icon-play-circle:before {
    content: "\e00d";
  }
  
  .icon-pause-circle:before {
    content: "\e211";
  }
  
  .icon-stop-circle:before {
    content: "\e212";
  }
  
  .icon-backward-circle:before {
    content: "\e213";
  }
  
  .icon-forward-circle:before {
    content: "\e214";
  }
  
  .icon-loop:before {
    content: "\e001";
  }
  
  .icon-shuffle:before {
    content: "\e002";
  }
  
  .icon-search:before {
    content: "\53";
  }
  
  .icon-zoom-in:before {
    content: "\64";
  }
  
  .icon-zoom-out:before {
    content: "\65";
  }
  
  .icon-apply:before,
  .icon-edit:before,
  .icon-pencil:before {
    content: "\2b";
  }
  
  .icon-pencil-2:before {
    content: "\2c";
  }
  
  .icon-brush:before {
    content: "\3b";
  }
  
  .icon-save-new:before,
  .icon-plus-2:before {
    content: "\5d";
  }
  
  .icon-ban-circle:before,
  .icon-minus-sign:before,
  .icon-minus-2:before {
    content: "\5e";
  }
  
  .icon-delete:before,
  .icon-remove:before,
  .icon-cancel-2:before {
    content: "\49";
  }
  
  .icon-publish:before,
  .icon-save:before,
  .icon-ok:before,
  .icon-checkmark:before {
    content: "\47";
  }
  
  .icon-new:before,
  .icon-plus:before {
    content: "\2a";
  }
  
  .icon-plus-circle:before {
    content: "\e215";
  }
  
  .icon-minus:before,
  .icon-not-ok:before {
    content: "\4b";
  }
  
  .icon-minus-circle:before {
    content: "\e216";
  }
  
  .icon-unpublish:before,
  .icon-cancel:before {
    content: "\4a";
  }
  
  .icon-cancel-circle:before {
    content: "\e217";
  }
  
  .icon-checkmark-2:before {
    content: "\e218";
  }
  
  .icon-checkmark-circle:before {
    content: "\e219";
  }
  
  .icon-info:before {
    content: "\e220";
  }
  
  .icon-info-2:before,
  .icon-info-circle:before {
    content: "\e221";
  }
  
  .icon-question:before,
  .icon-question-sign:before,
  .icon-help:before {
    content: "\45";
  }
  
  .icon-question-2:before,
  .icon-question-circle:before {
    content: "\e222";
  }
  
  .icon-notification:before {
    content: "\e223";
  }
  
  .icon-notification-2:before,
  .icon-notification-circle:before {
    content: "\e224";
  }
  
  .icon-pending:before,
  .icon-warning:before {
    content: "\48";
  }
  
  .icon-warning-2:before,
  .icon-warning-circle:before {
    content: "\e225";
  }
  
  .icon-checkbox-unchecked:before {
    content: "\3d";
  }
  
  .icon-checkin:before,
  .icon-checkbox:before,
  .icon-checkbox-checked:before {
    content: "\3e";
  }
  
  .icon-checkbox-partial:before {
    content: "\3f";
  }
  
  .icon-square:before {
    content: "\e226";
  }
  
  .icon-radio-unchecked:before {
    content: "\e227";
  }
  
  .icon-radio-checked:before,
  .icon-generic:before {
    content: "\e228";
  }
  
  .icon-circle:before {
    content: "\e229";
  }
  
  .icon-signup:before {
    content: "\e230";
  }
  
  .icon-grid:before,
  .icon-grid-view:before {
    content: "\58";
  }
  
  .icon-grid-2:before,
  .icon-grid-view-2:before {
    content: "\59";
  }
  
  .icon-menu:before {
    content: "\5a";
  }
  
  .icon-list:before,
  .icon-list-view:before {
    content: "\31";
  }
  
  .icon-list-2:before {
    content: "\e231";
  }
  
  .icon-menu-3:before {
    content: "\e232";
  }
  
  .icon-folder-open:before,
  .icon-folder:before {
    content: "\2d";
  }
  
  .icon-folder-close:before,
  .icon-folder-2:before {
    content: "\2e";
  }
  
  .icon-folder-plus:before {
    content: "\e234";
  }
  
  .icon-folder-minus:before {
    content: "\e235";
  }
  
  .icon-folder-3:before {
    content: "\e236";
  }
  
  .icon-folder-plus-2:before {
    content: "\e237";
  }
  
  .icon-folder-remove:before {
    content: "\e238";
  }
  
  .icon-file:before {
    content: "\e016";
  }
  
  .icon-file-2:before {
    content: "\e239";
  }
  
  .icon-file-add:before,
  .icon-file-plus:before {
    content: "\29";
  }
  
  .icon-file-remove:before,
  .icon-file-minus:before {
    content: "\e017";
  }
  
  .icon-file-check:before {
    content: "\e240";
  }
  
  .icon-file-remove:before {
    content: "\e241";
  }
  
  .icon-save-copy:before,
  .icon-copy:before {
    content: "\e018";
  }
  
  .icon-stack:before {
    content: "\e242";
  }
  
  .icon-tree:before {
    content: "\e243";
  }
  
  .icon-tree-2:before {
    content: "\e244";
  }
  
  .icon-paragraph-left:before {
    content: "\e246";
  }
  
  .icon-paragraph-center:before {
    content: "\e247";
  }
  
  .icon-paragraph-right:before {
    content: "\e248";
  }
  
  .icon-paragraph-justify:before {
    content: "\e249";
  }
  
  .icon-screen:before {
    content: "\e01c";
  }
  
  .icon-tablet:before {
    content: "\e01d";
  }
  
  .icon-mobile:before {
    content: "\e01e";
  }
  
  .icon-box-add:before {
    content: "\51";
  }
  
  .icon-box-remove:before {
    content: "\52";
  }
  
  .icon-download:before {
    content: "\e021";
  }
  
  .icon-upload:before {
    content: "\e022";
  }
  
  .icon-home:before {
    content: "\21";
  }
  
  .icon-home-2:before {
    content: "\e250";
  }
  
  .icon-out-2:before,
  .icon-new-tab:before {
    content: "\e024";
  }
  
  .icon-out-3:before,
  .icon-new-tab-2:before {
    content: "\e251";
  }
  
  .icon-link:before {
    content: "\e252";
  }
  
  .icon-picture:before,
  .icon-image:before {
    content: "\2f";
  }
  
  .icon-pictures:before,
  .icon-images:before {
    content: "\30";
  }
  
  .icon-palette:before,
  .icon-color-palette:before {
    content: "\e014";
  }
  
  .icon-camera:before {
    content: "\55";
  }
  
  .icon-camera-2:before,
  .icon-video:before {
    content: "\e015";
  }
  
  .icon-play-2:before,
  .icon-video-2:before,
  .icon-youtube:before {
    content: "\56";
  }
  
  .icon-music:before {
    content: "\57";
  }
  
  .icon-user:before {
    content: "\22";
  }
  
  .icon-users:before {
    content: "\e01f";
  }
  
  .icon-vcard:before {
    content: "\6d";
  }
  
  .icon-address:before {
    content: "\70";
  }
  
  .icon-share-alt:before,
  .icon-out:before {
    content: "\26";
  }
  
  .icon-enter:before {
    content: "\e257";
  }
  
  .icon-exit:before {
    content: "\e258";
  }
  
  .icon-comment:before,
  .icon-comments:before {
    content: "\24";
  }
  
  .icon-comments-2:before {
    content: "\25";
  }
  
  .icon-quote:before,
  .icon-quotes-left:before {
    content: "\60";
  }
  
  .icon-quote-2:before,
  .icon-quotes-right:before {
    content: "\61";
  }
  
  .icon-quote-3:before,
  .icon-bubble-quote:before {
    content: "\e259";
  }
  
  .icon-phone:before {
    content: "\e260";
  }
  
  .icon-phone-2:before {
    content: "\e261";
  }
  
  .icon-envelope:before,
  .icon-mail:before {
    content: "\4d";
  }
  
  .icon-envelope-opened:before,
  .icon-mail-2:before {
    content: "\4e";
  }
  
  .icon-unarchive:before,
  .icon-drawer:before {
    content: "\4f";
  }
  
  .icon-archive:before,
  .icon-drawer-2:before {
    content: "\50";
  }
  
  .icon-briefcase:before {
    content: "\e020";
  }
  
  .icon-tag:before {
    content: "\e262";
  }
  
  .icon-tag-2:before {
    content: "\e263";
  }
  
  .icon-tags:before {
    content: "\e264";
  }
  
  .icon-tags-2:before {
    content: "\e265";
  }
  
  .icon-options:before,
  .icon-cog:before {
    content: "\38";
  }
  
  .icon-cogs:before {
    content: "\37";
  }
  
  .icon-screwdriver:before,
  .icon-tools:before {
    content: "\36";
  }
  
  .icon-wrench:before {
    content: "\3a";
  }
  
  .icon-equalizer:before {
    content: "\39";
  }
  
  .icon-dashboard:before {
    content: "\78";
  }
  
  .icon-switch:before {
    content: "\e266";
  }
  
  .icon-filter:before {
    content: "\54";
  }
  
  .icon-purge:before,
  .icon-trash:before {
    content: "\4c";
  }
  
  .icon-checkedout:before,
  .icon-lock:before,
  .icon-locked:before {
    content: "\23";
  }
  
  .icon-unlock:before {
    content: "\e267";
  }
  
  .icon-key:before {
    content: "\5f";
  }
  
  .icon-support:before {
    content: "\46";
  }
  
  .icon-database:before {
    content: "\62";
  }
  
  .icon-scissors:before {
    content: "\e268";
  }
  
  .icon-health:before {
    content: "\6a";
  }
  
  .icon-wand:before {
    content: "\6b";
  }
  
  .icon-eye-open:before,
  .icon-eye:before {
    content: "\3c";
  }
  
  .icon-eye-close:before,
  .icon-eye-blocked:before,
  .icon-eye-2:before {
    content: "\e269";
  }
  
  .icon-clock:before {
    content: "\6e";
  }
  
  .icon-compass:before {
    content: "\6f";
  }
  
  .icon-broadcast:before,
  .icon-connection:before,
  .icon-wifi:before {
    content: "\e01b";
  }
  
  .icon-book:before {
    content: "\e271";
  }
  
  .icon-lightning:before,
  .icon-flash:before {
    content: "\79";
  }
  
  .icon-print:before,
  .icon-printer:before {
    content: "\e013";
  }
  
  .icon-feed:before {
    content: "\71";
  }
  
  .icon-calendar:before {
    content: "\43";
  }
  
  .icon-calendar-2:before {
    content: "\44";
  }
  
  .icon-calendar-3:before {
    content: "\e273";
  }
  
  .icon-pie:before {
    content: "\77";
  }
  
  .icon-bars:before {
    content: "\76";
  }
  
  .icon-chart:before {
    content: "\75";
  }
  
  .icon-power-cord:before {
    content: "\32";
  }
  
  .icon-cube:before {
    content: "\33";
  }
  
  .icon-puzzle:before {
    content: "\34";
  }
  
  .icon-attachment:before,
  .icon-paperclip:before,
  .icon-flag-2:before {
    content: "\72";
  }
  
  .icon-lamp:before {
    content: "\74";
  }
  
  .icon-pin:before,
  .icon-pushpin:before {
    content: "\73";
  }
  
  .icon-location:before {
    content: "\63";
  }
  
  .icon-shield:before {
    content: "\e274";
  }
  
  .icon-flag:before {
    content: "\35";
  }
  
  .icon-flag-3:before {
    content: "\e275";
  }
  
  .icon-bookmark:before {
    content: "\e023";
  }
  
  .icon-bookmark-2:before {
    content: "\e276";
  }
  
  .icon-heart:before {
    content: "\e277";
  }
  
  .icon-heart-2:before {
    content: "\e278";
  }
  
  .icon-thumbs-up:before {
    content: "\5b";
  }
  
  .icon-thumbs-down:before {
    content: "\5c";
  }
  
  .icon-unfeatured:before,
  .icon-asterisk:before,
  .icon-star-empty:before {
    content: "\40";
  }
  
  .icon-star-2:before {
    content: "\41";
  }
  
  .icon-featured:before,
  .icon-default:before,
  .icon-star:before {
    content: "\42";
  }
  
  .icon-smiley:before,
  .icon-smiley-happy:before {
    content: "\e279";
  }
  
  .icon-smiley-2:before,
  .icon-smiley-happy-2:before {
    content: "\e280";
  }
  
  .icon-smiley-sad:before {
    content: "\e281";
  }
  
  .icon-smiley-sad-2:before {
    content: "\e282";
  }
  
  .icon-smiley-neutral:before {
    content: "\e283";
  }
  
  .icon-smiley-neutral-2:before {
    content: "\e284";
  }
  
  .icon-cart:before {
    content: "\e019";
  }
  
  .icon-basket:before {
    content: "\e01a";
  }
  
  .icon-credit:before {
    content: "\e286";
  }
  
  .icon-credit-2:before {
    content: "\e287";
  }
  
  .icon-expired:before {
    content: "\4b";
  }
  
  .sp-megamenu-parent {
    list-style: none;
    padding: 0;
    margin: 0;
    z-index: 9999;
    display: block;
    float: right;
  }
  
  .sp-megamenu-parent > li {
    display: block;
    position: relative;
    padding: 0px 3px;
    height: 70px;
    float: left;
  }
  
  .sp-megamenu-parent > li.menu-justify {
    position: static;
  }
  
  .sp-megamenu-parent > li > a {
    display: inline-block;
    padding: 0 5px;
    line-height: 70px;
    font-size: 18px;
    /*text-transform: uppercase;*/
    letter-spacing: 1px;
    color: #493e3e;
    font-family: "ProximaNovaA-Semibold";
  }
  
  .sp-megamenu-parent > li.sp-has-child > a:after {
    font-family: "FontAwesome";
    content: " \f0d7";
  }
  
  .sp-megamenu-parent .sp-module {
    padding: 10px;
  }
  
  .sp-megamenu-parent .sp-mega-group {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  
  .sp-megamenu-parent .sp-mega-group .sp-mega-group-child {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  
  .sp-megamenu-parent .sp-dropdown {
    margin: 0;
    position: absolute;
    z-index: 10;
    display: none;
  }
  
  .sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
    background: #fff;
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
  }
  
  .sp-megamenu-parent .sp-dropdown .sp-dropdown-items {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  
  .sp-megamenu-parent .sp-dropdown .sp-dropdown-items .sp-has-child > a:after {
    font-family: "FontAwesome";
    content: " \f0da";
    float: right;
  }
  
  .sp-megamenu-parent .sp-dropdown.sp-menu-center {
    margin-left: 45px;
  }
  
  .sp-megamenu-parent .sp-dropdown.sp-dropdown-main {
    top: 100%;
  }
  
  .sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-right,
  .sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-full {
    left: 0;
  }
  
  .sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-left {
    right: 0;
  }
  
  .sp-megamenu-parent .sp-dropdown.sp-dropdown-sub {
    top: 0;
    left: 100%;
  }
  
  .sp-megamenu-parent .sp-dropdown.sp-dropdown-sub .sp-dropdown-inner {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  }
  
  .sp-megamenu-parent .sp-dropdown li.sp-menu-item {
    display: block;
    padding: 0;
    height: auto;
    line-height: normal;
    position: relative;
    border-bottom: 1px solid #e5e5e5;
  }
  
  .sp-megamenu-parent .sp-dropdown li.sp-menu-item:last-child {
    border-bottom: none;
  }
  
  .sp-megamenu-parent .sp-dropdown li.sp-menu-item > a {
    display: block;
    padding: 10px 20px;
    color: #333;
    cursor: pointer;
    font-size: 15px;
  }
  
  .sp-megamenu-parent .sp-dropdown li.sp-menu-item > a.sp-group-title {
    text-transform: uppercase;
    font-weight: bold;
  }
  
  .sp-megamenu-parent .sp-dropdown li.sp-menu-item > a:hover {
    color: #fff;
  }
  
  .sp-megamenu-parent .sp-dropdown li.sp-menu-item.active > a:hover {
    color: #fff;
  }
  
  .sp-megamenu-parent .sp-dropdown-mega > .row {
    margin-top: 30px;
  }
  
  .sp-megamenu-parent .sp-dropdown-mega > .row:first-child {
    margin-top: 0;
  }
  
  .sp-megamenu-parent .sp-has-child:hover > .sp-dropdown {
    display: block;
  }
  
  .sp-megamenu-parent.menu-fade .sp-has-child:hover > .sp-dropdown {
    -webkit-animation: spMenuFadeIn 400ms;
    animation: spMenuFadeIn 400ms;
  }
  
  .sp-megamenu-parent.menu-zoom .sp-has-child:hover > .sp-dropdown {
    -webkit-animation: spMenuZoom 400ms;
    animation: spMenuZoom 400ms;
  }
  
  .sp-megamenu-parent.menu-fade-up .sp-has-child:hover > .sp-dropdown {
    -webkit-animation: spMenuFadeInUp 400ms;
    animation: spMenuFadeInUp 400ms;
  }
  
  #offcanvas-toggler {
    float: right;
    line-height: 60px;
  }
  
  #offcanvas-toggler > i {
    display: inline-block;
    padding: 0 0 0 10px;
    font-size: 18px;
    background: transparent;
    margin: 5px 0 27px 0;
    border-radius: 3px;
    cursor: pointer;
    -webkit-transition: color 400ms, background-color 400ms;
    -o-transition: color 400ms, background-color 400ms;
    transition: color 400ms, background-color 400ms;
  }
  
  #offcanvas-toggler > i:hover {
    color: #fff;
  }
  
  .close-offcanvas {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 1;
    color: #000;
    border: 2px solid #eee;
    border-radius: 100%;
    width: 22px;
    height: 22px;
    line-height: 18px;
    text-align: center;
    font-size: 12px;
  }
  
  .close-offcanvas:hover {
    background: #000;
    color: #fff;
  }
  
  .offcanvas-menu {
    width: 280px;
    height: 100%;
    background: #fff;
    color: #999;
    position: fixed;
    top: 0;
    opacity: 0;
    z-index: 9999;
    overflow-y: scroll;
  }
  
  .offcanvas-menu .offcanvas-inner {
    padding: 20px;
  }
  
  .offcanvas-menu .offcanvas-inner .sp-module {
    margin-top: 20px;
  }
  
  .offcanvas-menu .offcanvas-inner .sp-module ul > li {
    border: none;
  }
  
  .offcanvas-menu .offcanvas-inner .sp-module ul > li a {
    border-bottom: 1px dotted #e8e8e8;
    -webkit-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
    padding: 4px 20px;
  }
  
  .offcanvas-menu .offcanvas-inner .sp-module ul > li a:hover {
    background: #f5f5f5;
  }
  
  .offcanvas-menu .offcanvas-inner .sp-module ul > li > a:before {
    display: none;
  }
  
  .offcanvas-menu .offcanvas-inner .sp-module:first-child {
    margin-top: 0;
  }
  
  .offcanvas-menu .offcanvas-inner .sp-module .sp-module-content > ul {
    margin: 0 -20px;
  }
  
  .offcanvas-menu .offcanvas-inner .search {
    margin-top: 25px;
  }
  
  .offcanvas-menu .offcanvas-inner .search input {
    width: 100%;
    border-radius: 0;
    border: 1px solid #eee;
    box-shadow: none;
    -webkit-box-shadow: none;
  }
  
  .ltr .offcanvas-menu {
    -webkit-transition: opacity 400ms cubic-bezier(0.7, 0, 0.3, 1),
      right 400ms cubic-bezier(0.7, 0, 0.3, 1);
    transition: opacity 400ms cubic-bezier(0.7, 0, 0.3, 1),
      right 400ms cubic-bezier(0.7, 0, 0.3, 1);
  }
  
  .ltr .body-innerwrapper:after {
    right: 0;
  }
  
  .ltr .offcanvas-menu {
    right: -280px;
  }
  
  .ltr.offcanvas .offcanvas-menu {
    right: 0;
  }
  
  .body-innerwrapper:after {
    position: absolute;
    top: 0;
    width: 0;
    height: 0;
    background: rgba(0, 0, 0, 0.8);
    content: "";
    opacity: 0;
    -webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
    transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
    z-index: 999;
  }
  
  .offcanvas {
    width: 100%;
    height: 100%;
    position: relative;
  }
  
  .offcanvas .body-innerwrapper:after {
    width: 100%;
    height: 100%;
    opacity: 1;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }
  
  .offcanvas .offcanvas-menu {
    opacity: 1;
  }
  
  .menu .nav-child.small {
    font-size: inherit;
  }
  
  @-webkit-keyframes spMenuFadeIn {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  
  @keyframes spMenuFadeIn {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  
  @-webkit-keyframes spMenuZoom {
    0% {
      opacity: 0;
      -webkit-transform: scale(0.8);
    }
    100% {
      opacity: 1;
      -webkit-transform: scale(1);
    }
  }
  
  @keyframes spMenuZoom {
    0% {
      opacity: 0;
      transform: scale(0.8);
      -webkit-transform: scale(0.8);
    }
    100% {
      opacity: 1;
      transform: scale(1);
      -webkit-transform: scale(1);
    }
  }
  
  @-webkit-keyframes spMenuFadeInUp {
    0% {
      opacity: 0;
      -webkit-transform: translate3d(0, 30px, 0);
    }
    100% {
      opacity: 1;
      -webkit-transform: none;
    }
  }
  
  @keyframes spMenuFadeInUp {
    0% {
      opacity: 0;
      transform: translate3d(0, 30px, 0);
    }
    100% {
      opacity: 1;
      transform: none;
    }
  }
  
  #sp-reservation ul.menu {
    float: right;
  }
  
  #sp-reservation ul.menu li a {
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 3px;
    padding: 8px 15px;
    line-height: 100%;
    display: inline-block;
    margin-top: 20px;
    -webkit-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
  }
  
  #sp-reservation ul.menu li a:before {
    display: none;
  }
  
  a {
    -webkit-transition: color 400ms, background-color 400ms;
    transition: color 400ms, background-color 400ms;
  }
  
  body {
    line-height: 24px;
  }
  
  a,
  a:hover,
  a:focus,
  a:active {
    text-decoration: none;
  }
  
  a,
  i,
  button {
    -webkit-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
  }
  
  label {
    font-weight: normal;
  }
  
  legend {
    padding-bottom: 10px;
  }
  
  img {
    display: block;
    /* max-width: 100%; */
    height: auto;
    border-radius: 3px;
  }
  
  .ui-datepicker .ui-datepicker-header {
    position: relative;
    background: #fff;
    border-width: 0 0 1px 0;
    border-style: solid;
    border-color: #ddd;
    color: #333;
    padding: 15px;
    border-radius: 0;
  }
  
  a.btn.btn-danger.view {
    position: relative;
    top: 20px;
    /* right: 15px; */
    transition: 0.4s ease-in;
    /* z-index: 999; */
    background-color: #050505;
    /* width: 160px; */
    font-weight: 600;
    font-size: 20px;
    padding: 5px;
    border: 2px solid #050505;
    color: #ffffff;
  }
  
  .ui-datepicker .ui-datepicker-header .ui-datepicker-title {
    line-height: 60px;
  }
  
  .ui-datepicker {
    background: #f9fafc;
    padding: 0;
    border-radius: 0;
  }
  
  .ui-datepicker-calendar .ui-state-default {
    color: #333;
    font-weight: normal;
    text-align: center;
    border: 0;
    background: transparent;
  }
  
  .ui-datepicker-calendar .ui-state-active {
    background: transparent;
    color: #c31217;
  }
  
  .ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: none;
    width: 100%;
    border: 00;
    margin: 0;
    padding: 10px 0;
    border-radius: 0;
    background: transparent;
  }
  
  .ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current:hover {
    background: transparent;
  }
  
  .ui-datepicker .ui-datepicker-prev,
  .ui-datepicker .ui-datepicker-next {
    cursor: pointer;
    border: 0;
    background: transparent;
    border-radius: 0;
  }
  
  .ui-state-hover .ui-icon,
  .ui-state-focus .ui-icon,
  .ui-widget-header .ui-icon {
    background-image: none !important;
    border: 0;
    position: relative;
  }
  
  .ui-state-hover,
  .ui-widget-content .ui-state-hover,
  .ui-widget-header .ui-state-hover {
    border: 0 !important;
    background: transparent !important;
  }
  
  .ui-datepicker .ui-datepicker-next-hover {
    right: 2px !important;
    top: 2px !important;
  }
  
  .ui-datepicker .ui-datepicker-prev {
    left: 2px !important;
    top: 2px !important;
  }
  
  .ui-widget-header .ui-icon {
    position: absolute;
    content: "\f054";
    top: 0;
    padding: 15px;
    border: 1px solid #ddd;
    font-family: FontAwesome;
    color: #333;
  }
  
  .ui-widget-header a {
    color: #000 !important;
    -webkit-transition: 200ms;
    -o-transition: 200ms;
    transition: 200ms;
  }
  
  .ui-widget-header a.ui-state-disabled {
    color: inherit !important;
  }
  
  .ui-datepicker .ui-datepicker-next {
    height: 100% !important;
    top: 0 !important;
  }
  
  .ui-datepicker .ui-datepicker-next:after {
    content: "\f061";
    font-family: FontAwesome;
    position: absolute;
    top: 50%;
    right: 7px;
    margin-top: -10px;
    font-size: 14px;
  }
  
  .ui-datepicker .ui-datepicker-next span {
    display: none !important;
  }
  
  .ui-datepicker .ui-datepicker-prev {
    height: 100% !important;
    top: 0 !important;
  }
  
  .ui-datepicker .ui-datepicker-prev:after {
    content: "\f060";
    font-family: FontAwesome;
    position: absolute;
    top: 50%;
    right: 7px;
    margin-top: -10px;
    font-size: 14px;
  }
  
  .ui-datepicker .ui-datepicker-prev span {
    display: none !important;
  }
  
  .pagination-wrapper {
    text-align: center;
  }
  
  .pagination-wrapper .pagination > li > a,
  .pagination-wrapper .pagination > li > span {
    padding: 8px 15px;
  }
  
  .btn,
  .sppb-btn {
    -webkit-transition: color 400ms, background-color 400ms, border-color 400ms;
    -o-transition: color 400ms, background-color 400ms, border-color 400ms;
    transition: color 400ms, background-color 400ms, border-color 400ms;
  }
  
  .offline-inner {
    margin-top: 100px;
  }
  
  select,
  textarea,
  input[type="text"],
  input[type="password"],
  input[type="datetime"],
  input[type="datetime-local"],
  input[type="date"],
  input[type="month"],
  input[type="time"],
  input[type="week"],
  input[type="number"],
  input[type="email"],
  input[type="url"],
  input[type="search"],
  input[type="tel"],
  input[type="color"],
  .uneditable-input {
    display: block;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s,
      box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  }
  
  select:focus,
  textarea:focus,
  input[type="text"]:focus,
  input[type="password"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="date"]:focus,
  input[type="month"]:focus,
  input[type="time"]:focus,
  input[type="week"]:focus,
  input[type="number"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="search"]:focus,
  input[type="tel"]:focus,
  input[type="color"]:focus,
  .uneditable-input:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
      0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
      0 0 8px rgba(102, 175, 233, 0.6);
  }
  
  select::-moz-placeholder,
  textarea::-moz-placeholder,
  input[type="text"]::-moz-placeholder,
  input[type="password"]::-moz-placeholder,
  input[type="datetime"]::-moz-placeholder,
  input[type="datetime-local"]::-moz-placeholder,
  input[type="date"]::-moz-placeholder,
  input[type="month"]::-moz-placeholder,
  input[type="time"]::-moz-placeholder,
  input[type="week"]::-moz-placeholder,
  input[type="number"]::-moz-placeholder,
  input[type="email"]::-moz-placeholder,
  input[type="url"]::-moz-placeholder,
  input[type="search"]::-moz-placeholder,
  input[type="tel"]::-moz-placeholder,
  input[type="color"]::-moz-placeholder,
  .uneditable-input::-moz-placeholder {
    color: #999;
    opacity: 1;
  }
  
  select:-ms-input-placeholder,
  textarea:-ms-input-placeholder,
  input[type="text"]:-ms-input-placeholder,
  input[type="password"]:-ms-input-placeholder,
  input[type="datetime"]:-ms-input-placeholder,
  input[type="datetime-local"]:-ms-input-placeholder,
  input[type="date"]:-ms-input-placeholder,
  input[type="month"]:-ms-input-placeholder,
  input[type="time"]:-ms-input-placeholder,
  input[type="week"]:-ms-input-placeholder,
  input[type="number"]:-ms-input-placeholder,
  input[type="email"]:-ms-input-placeholder,
  input[type="url"]:-ms-input-placeholder,
  input[type="search"]:-ms-input-placeholder,
  input[type="tel"]:-ms-input-placeholder,
  input[type="color"]:-ms-input-placeholder,
  .uneditable-input:-ms-input-placeholder {
    color: #999;
  }
  
  select::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder,
  input[type="text"]::-webkit-input-placeholder,
  input[type="password"]::-webkit-input-placeholder,
  input[type="datetime"]::-webkit-input-placeholder,
  input[type="datetime-local"]::-webkit-input-placeholder,
  input[type="date"]::-webkit-input-placeholder,
  input[type="month"]::-webkit-input-placeholder,
  input[type="time"]::-webkit-input-placeholder,
  input[type="week"]::-webkit-input-placeholder,
  input[type="number"]::-webkit-input-placeholder,
  input[type="email"]::-webkit-input-placeholder,
  input[type="url"]::-webkit-input-placeholder,
  input[type="search"]::-webkit-input-placeholder,
  input[type="tel"]::-webkit-input-placeholder,
  input[type="color"]::-webkit-input-placeholder,
  .uneditable-input::-webkit-input-placeholder {
    color: #999;
  }
  
  select[disabled],
  select[readonly],
  fieldset[disabled] select,
  textarea[disabled],
  textarea[readonly],
  fieldset[disabled] textarea,
  input[type="text"][disabled],
  input[type="text"][readonly],
  fieldset[disabled] input[type="text"],
  input[type="password"][disabled],
  input[type="password"][readonly],
  fieldset[disabled] input[type="password"],
  input[type="datetime"][disabled],
  input[type="datetime"][readonly],
  fieldset[disabled] input[type="datetime"],
  input[type="datetime-local"][disabled],
  input[type="datetime-local"][readonly],
  fieldset[disabled] input[type="datetime-local"],
  input[type="date"][disabled],
  input[type="date"][readonly],
  fieldset[disabled] input[type="date"],
  input[type="month"][disabled],
  input[type="month"][readonly],
  fieldset[disabled] input[type="month"],
  input[type="time"][disabled],
  input[type="time"][readonly],
  fieldset[disabled] input[type="time"],
  input[type="week"][disabled],
  input[type="week"][readonly],
  fieldset[disabled] input[type="week"],
  input[type="number"][disabled],
  input[type="number"][readonly],
  fieldset[disabled] input[type="number"],
  input[type="email"][disabled],
  input[type="email"][readonly],
  fieldset[disabled] input[type="email"],
  input[type="url"][disabled],
  input[type="url"][readonly],
  fieldset[disabled] input[type="url"],
  input[type="search"][disabled],
  input[type="search"][readonly],
  fieldset[disabled] input[type="search"],
  input[type="tel"][disabled],
  input[type="tel"][readonly],
  fieldset[disabled] input[type="tel"],
  input[type="color"][disabled],
  input[type="color"][readonly],
  fieldset[disabled] input[type="color"],
  .uneditable-input[disabled],
  .uneditable-input[readonly],
  fieldset[disabled] .uneditable-input {
    cursor: not-allowed;
    background-color: #eeeeee;
    opacity: 1;
  }
  
  textareaselect,
  textareatextarea,
  textareainput[type="text"],
  textareainput[type="password"],
  textareainput[type="datetime"],
  textareainput[type="datetime-local"],
  textareainput[type="date"],
  textareainput[type="month"],
  textareainput[type="time"],
  textareainput[type="week"],
  textareainput[type="number"],
  textareainput[type="email"],
  textareainput[type="url"],
  textareainput[type="search"],
  textareainput[type="tel"],
  textareainput[type="color"],
  textarea.uneditable-input {
    height: auto;
  }
  
  .group-control select,
  .group-control textarea,
  .group-control input[type="text"],
  .group-control input[type="password"],
  .group-control input[type="datetime"],
  .group-control input[type="datetime-local"],
  .group-control input[type="date"],
  .group-control input[type="month"],
  .group-control input[type="time"],
  .group-control input[type="week"],
  .group-control input[type="number"],
  .group-control input[type="email"],
  .group-control input[type="url"],
  .group-control input[type="search"],
  .group-control input[type="tel"],
  .group-control input[type="color"],
  .group-control .uneditable-input {
    width: 100%;
  }
  
  .sppb-btn-primary {
    padding: 10px 20px;
    border-radius: 3px;
  }
  
  .sppb-btn:focus,
  .sppb-btn:active,
  .sppb-btn-primary:focus,
  .sppb-btn-primary:active {
    outline: none;
  }
  
  button:focus,
  a:focus {
    outline: 0 !important;
  }
  
  .btn-primary:active,
  .btn-primary:focus,
  .sppb-btn-primary:active,
  .sppb-btn-primary:focus {
    box-shadow: none;
  }
  
  #sp-top-bar {
    width: 100%;
    z-index: 11;
    padding: 5px 0;
    font-size: 14px;
  }
  
  #sp-top-bar .sp-module {
    margin: 0 0 0 20px;
  }
  
  ul.social-icons {
    float: right;
    list-style: none;
    padding: 0;
    margin: -5px;
    display: inline-block;
  }
  
  ul.social-icons > li {
    display: inline-block;
    margin: 5px 7px;
  }
  
  ul.social-icons > li a {
    color: #fff;
  }
  
  .sp-module-content .mod-languages ul.lang-inline {
    margin: 0;
    padding: 0;
  }
  
  .sp-module-content .mod-languages ul.lang-inline li {
    border: none;
    display: inline-block;
    margin: 0 5px 0 0;
  }
  
  .sp-module-content .mod-languages ul.lang-inline li a {
    padding: 0 !important;
  }
  
  .sp-module-content .mod-languages ul.lang-inline li > a:before {
    display: none;
  }
  
  .sp-contact-info {
    float: right;
    list-style: none;
    padding: 0;
    margin: 0;
  }
  
  .sp-contact-info a {
    color: #fff;
    font-size: 16px;
  }
  
  .sp-contact-info li {
    display: inline-block;
    margin-right: 30px;
  }
  
  .sp-contact-info li:last-child {
    margin-right: 0;
  }
  
  .sp-contact-info li i {
    margin: 0 8px 0 0;
    font-size: 15px;
  }
  
  .sp-resort-weather {
    float: right;
    padding-right: 40px;
  }
  
  .sp-resort-weather .sp-weather-current,
  .sp-resort-weather .sp-weather-forcasts {
    float: left;
  }
  
  .sp-resort-weather .sp-weather-current .media-body,
  .sp-resort-weather .sp-weather-forcasts .media-body {
    width: 100%;
  }
  
  .sp-resort-weather .sp-weather-current .media > .pull-left,
  .sp-resort-weather .sp-weather-forcasts .media > .pull-left {
    margin-right: 0;
    padding-right: 0;
  }
  
  .sp-resort-weather .sp-weather-current .media-heading,
  .sp-resort-weather .sp-weather-forcasts .media-heading {
    margin-bottom: 0;
  }
  
  .sp-resort-weather .sp-weather-current .sp-weather-icon,
  .sp-resort-weather .sp-weather-forcasts .sp-weather-icon {
    font-size: 14px;
    line-height: 20px;
    float: left;
    margin-right: 10px;
  }
  
  .sp-resort-weather .sp-weather-current .sp-weather-current-temp,
  .sp-resort-weather .sp-weather-forcasts .sp-weather-current-temp {
    float: left;
    display: inline-block;
  }
  
  .sp-resort-weather .sp-weather-current .sp-weather-day,
  .sp-resort-weather .sp-weather-forcasts .sp-weather-day {
    margin-right: 10px;
  }
  
  .sp-resort-weather .sp-weather-current .sp-weather-day,
  .sp-resort-weather .sp-weather-current .sp-weather-temp,
  .sp-resort-weather .sp-weather-forcasts .sp-weather-day,
  .sp-resort-weather .sp-weather-forcasts .sp-weather-temp {
    float: left;
  }
  
  .sp-resort-weather .sp-weather-current .sp-weather-city,
  .sp-resort-weather .sp-weather-forcasts .sp-weather-city {
    font-size: 14px;
    line-height: 24px;
    margin-left: 10px;
  }
  
  .sp-resort-weather .sp-weather-current {
    margin-right: 10px;
  }
  
  .sp-resort-weather .sp-weather-forcasts {
    margin: 0;
  }
  
  .sp-resort-weather .sp-weather-forcasts .list {
    border: none;
    padding: 0;
  }
  
  .sp-resort-weather .sp-weather-forcasts .list:first-child {
    border: none;
  }
  
  .menu-fixed#sp-header {
    
    position: fixed !important;
    
  }
  
  .menu-fixed#sp-header .logo {
    /*height: 87px;*/
    -webkit-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
  }
  
  .menu-fixed#sp-header .logo img {    
    margin-top: 4px;
    -webkit-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
  }
  
  .menu-fixed#sp-header .sp-megamenu-parent > li {
    height: 60px;
  }
  
  .menu-fixed#sp-header.has-slideshow .sp-megamenu-parent > li > a,
  .menu-fixed#sp-header .sp-megamenu-parent > li > a {
    /* line-height: 60px; */
  }
  
  .menu-fixed#sp-header #sp-reservation ul.menu li a {
    margin-top: 15px;
  }
  
  .menu-fixed #offcanvas-toggler {
    line-height: 60px;
  }
  
  #sp-header {
    /* height: 60px; */
    width: 100%;
    /*box-shadow: 0 3px 10px rgba(0, 0, 0, 0.09);*/
    /* opacity: .95; */
    z-index: 9999;
    background-color: rgba(0,0,0,0.6);
    
    /* border-bottom: 2px solid #1c1c1c; */
    /* border-top: 2px solid #1c1c1c; */
  }
  #sp-header.menu-fixed {
    background-color: rgba(0,0,0,0.98);
  }
  #sp-header .logo {
    display: inline-block;
    height: 18px;
    /*display: table;*/
  }
  
  #sp-header .logo img {
    -webkit-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
    /*background: #fff;*/
  }
  
  #sp-menu {
    /*margin-top: 10px;*/
  }
  
  #sp-header .logo h1 {
    font-size: 24px;
    line-height: 1;
    margin: 0;
    padding: 0;
    /*display: table-cell;*/
    vertical-align: middle;
  }
  
  #sp-header .logo p {
    margin: 5px 0 0;
  }
  
  #sp-header .sp-megamenu-parent > li > a {
    -webkit-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
  }
  
  #sp-header .sp-retina-logo {
    display: none;
    width: 156px !important;
    margin-top: 10px !important;
  }
  
  .menu-fixed#sp-header .logo .sp-retina-logo {
    width: 100px;
    /* margin-top: 8px !important; */
  }
  
  .has-slideshow#sp-top-bar {
    background-color: transparent;
    position: absolute;
  }
  
  .has-slideshow#sp-header {
    background-color: #fff;
    position: absolute;
    top: 35px;
  }
  
  .has-slideshow#sp-header .sp-megamenu-parent > li > a {
    /*color: #fff;*/
  }
  
  .has-slideshow#sp-header .sp-megamenu-parent > li > a {
    line-height: 70px;
    -webkit-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
  }
  
  .has-slideshow.menu-fixed#sp-header {
    /*background-color: rgba(0,0,0,0.9) !important;*/
  }
  
  @media only screen and (-webkit-min-device-pixel-ratio: 1.5),
    only screen and (-moz-min-device-pixel-ratio: 1.5),
    only screen and (-o-min-device-pixel-ratio: 1.5),
    only screen and (min-device-pixel-ratio: 1.5) {
    #sp-header .sp-default-logo {
      display: none;
    }
    #sp-header .sp-retina-logo {
      display: block;
    }
  }
  
  #sp-title {
    min-height: 0;
  }
  
  #sp-title .sp-page-title {
    text-align: center;
    padding: 150px 0 100px 0;
  }
  
  #sp-title .sp-page-title h2 {
    font-size: 36px;
    text-transform: uppercase;
    position: relative;
  }
  
  #sp-title .sp-page-title h2::before {
    content: "";
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translate(-50%);
    width: 350px;
    height: 40px;
    background-image: url(../images/about-heading-bg.png);
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-background-size: contain;
  }
  
  .sp-page-title {
    padding: 30px 0;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    background-attachment: fixed;
  }
  
  .sp-page-title h2,
  .sp-page-title h3 {
    margin: 0;
    padding: 0;
    color: #fff;
  }
  
  .sp-page-title h2 {
    font-size: 24px;
    line-height: 1;
  }
  
  .sp-page-title h3 {
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    margin-top: 10px;
  }
  
  .sp-page-title .breadcrumb {
    background: none;
    padding: 0;
    margin: 10px 0 0 0;
  }
  
  .sp-page-title .breadcrumb > .active {
    color: rgba(255, 255, 255, 0.8);
  }
  
  .sp-page-title .breadcrumb > span,
  .sp-page-title .breadcrumb > li,
  .sp-page-title .breadcrumb > li + li:before,
  .sp-page-title .breadcrumb > li > a {
    color: #fff;
  }
  
  .body-innerwrapper {
    -webkit-transition: margin-left 400ms cubic-bezier(0.7, 0, 0.3, 1);
    transition: margin-left 400ms cubic-bezier(0.7, 0, 0.3, 1);
  }
  
  .layout-boxed .body-innerwrapper {
    max-width: 1240px;
    margin: 0 auto;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  }
  
  #sp-main-body {
    padding: 100px 0;
  }
  
  .com-sppagebuilder #sp-main-body {
    padding: 0;
  }
  
  .resort-search {
    width: 100%;
    min-height: 100px;
    background-color: #e5e5e5;
    text-align: center;
  }
  
  .resort-search #sr-checkavailability-form {
    width: 100%;
    display: inline-block;
    float: none;
    margin: 50px 0 40px 0;
  }
  
  .resort-search .datefield,
  .resort-search select {
    border: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    background-color: #fff;
  }
  
  .resort-search .datefield {
    height: 40px;
    padding: 10px 20px;
    text-align: left;
  }
  
  .resort-search .arrow-icon {
    display: block;
    position: relative;
  }
  
  .resort-search .arrow-icon:after {
    content: "\f0d7";
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 14px;
    font-family: fontawesome;
    pointer-events: none;
  }
  
  .resort-search .checkin_module,
  .resort-search .checkout_module {
    position: relative;
    text-transform: uppercase;
    background-color: #fff;
  }
  
  .resort-search .checkin_module:after,
  .resort-search .checkout_module:after {
    content: "\f133";
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 14px;
    font-family: fontawesome;
    pointer-events: none;
  }
  
  .resort-search label {
    display: block;
    text-align: left;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 10px;
    margin-left: 2px;
  }
  
  .resort-search select {
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 40px;
    padding: 10px 20px;
  }
  
  .resort-search select option {
    color: #000;
  }
  
  .resort-search select:hover {
    cursor: pointer;
  }
  
  .resort-search select:focus {
    box-shadow: none;
    -webkit-box-shadow: none;
  }
  
  .resort-search .checkin_datepicker_inline_module,
  .resort-search .checkout_datepicker_inline_module {
    position: absolute;
    font-size: 14px;
  }
  
  .resort-search .sub-checkout-box {
    position: relative;
    overflow: hidden;
    float: right;
    clear: right;
    padding: 0 0 0 15px;
  }
  
  .resort-search .rooms {
    overflow: hidden;
  }
  
  .resort-search .check-in,
  .resort-search .check-out,
  .resort-search .rooms,
  .resort-search .adults,
  .resort-search .children {
    padding: 0;
  }
  
  .resort-search .check-in {
    padding-right: 15px;
  }
  
  .resort-search .adults {
    padding: 0 15px 0 0;
  }
  
  .resort-search .check-button {
    margin-top: 34px;
  }
  
  .resort-search .check-button button {
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    padding: 10px 20px;
    border: none;
  }
  
  .resort-search .check-button button i {
    display: none;
  }
  
  .resort-search .room_num_row > div > div:nth-child(1) {
    margin-top: 0;
  }
  
  .resort-feature-box .sppb-addon-feature .sppb-icon i,
  .resort-feature-box .sppb-addon-feature h4,
  .resort-feature-box .sppb-addon-feature .sppb-addon-text {
    transition: color 0.3s;
  }
  
  .resort-feature-box .sppb-addon-feature:hover {
    cursor: pointer;
  }
  
  .resort-feature-box .sppb-feature-box-title {
    color: #fff;
    margin: 20px 0 5px;
    font-weight: 700;
  }
  
  .resort-feature-box .sppb-addon-text {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
  }
  
  .rooms-suits .sppb-addon-cta .text-center {
    text-align: left;
    position: relative;
  }
  
  .rooms-suits .sppb-addon-cta .text-center h3.sppb-cta-title {
    /*font-size: 30px;*/
    font-size: 19px;
  }
  
  .rooms-suits .sppb-addon-cta .text-center .sppb-cta-subtitle {
    position: absolute;
    top: 0;
    right: 0;
  }
  
  .rooms-suits .sppb-addon-cta .text-center .sppb-cta-subtitle span {
    font-size: 20px;
  }
  
  .rooms-suits .sppb-addon-cta .text-center .sppb-btn-primary {
    margin-top: 40px;
  }
  
  .rooms-suits .sppb-carousel ol.sppb-carousel-indicators li {
    margin-right: 5px;
    border: solid 1px transparent;
    background-color: #fff;
  }
  
  .resort-discount .sppb-cta-subtitle {
    line-height: 30px !important;
  }
  
  .resort-discount .sppb-btn-default {
    background-color: transparent;
    border: solid 1px #fff;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    margin-top: 60px;
    border-radius: 3px;
  }
  
  .sppb-addon-cta {
    padding: inherit !important;
  }
  
  .sppb-addon-cta .sppb-cta-subtitle {
    margin-bottom: 0;
    line-height: 26px;
  }
  
  .sppb-addon-cta .sppb-btn-lg {
    margin-top: 30px;
  }
  
  .carousel-title-hidden
    .sppb-item.sppb-item-has-bg
    .sppb-carousel-item-inner
    .sppb-carousel-pro-text {
    display: none;
  }
  
  .carousel-title-hidden ol.sppb-carousel-indicators li {
    margin-right: 5px;
    border: solid 1px transparent;
    background-color: #fff;
  }
  
  .resort-slider {
    position: relative;
    margin-top: 125px !important;
  }
  
  .resort-slider,
  .resort-slider .resort-slider-wrapper {
    min-height: 800px;
  }
  
  .resort-slider .sppb-fullwidth-title {
    display: none;
  }
  
  .resort-slider .sppb-slideshow-fullwidth-item-bg {
    position: relative;
    min-height: 800px;
  }
  
  .resort-slider .sppb-slideshow-fullwidth-item-bg:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background-color: rgba(0,0,0,0.3);*/
  }
  
  .resort-slider .resort-slider-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  
  .resort-slider .resort-slider-content > div {
    /*margin-top: 110px;*/
  }
  
  .resort-slider .resort-slider-content h1 {
    position: relative;
  }
  
  .banner-price {
    color: #fff;
    background-color: #8bc34a;
    border-color: #8bc34a;
    box-shadow: 0px 4px 1px #568025;
    text-transform: uppercase;
    font-weight: 800;
    width: 136px;
    margin: 15px auto;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 5px;
  }
  
  /*.resort-slider .resort-slider-content h1::before {
    content: '';
    position: absolute;
    top: 55px;
    left: 50%;
    transform: translate(-50%);
    width: 570px;
    height: 62px;
    background-image: url(../images/header-bg.png);
    background-size: contain;
    -webkit-background-size: contain;
    background-repeat: no-repeat;
    }*/
  
  .resort-slider .resort-slider-content h1 + p {
    font-weight: 300;
    /*margin: 90px 0 60px;*/
    /*padding: 30px;*/
    line-height: 30px;
  }
  
  .resort-slider .resort-slider-content .sppb-btn-primary {
    border-radius: 3px;
    background: none;
    font-size: 16px;
    border: solid 1px #fff;
  }
  
  .sppb-addon-latest-posts .latest-posts .latest-post {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
  }
  
  .sppb-addon-latest-posts .latest-posts .latest-post,
  .sppb-addon-latest-posts .latest-posts .latest-post .latest-post-inner {
    /*min-height: 390px;*/
    min-height: 240px;
    max-height: 240px;
    margin-bottom: 30px;
  }
  
  .sppb-addon-latest-posts .latest-posts .latest-post .latest-post-inner {
    padding: 50px 30px;
    position: relative;
    -webkit-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
    /* border: 2px solid #1c1c1c;
      box-shadow: inset 1px 1px 20px 4px; */
  }
  
  .sppb-addon-latest-posts .latest-posts .latest-post .latest-post-inner span,
  .sppb-addon-latest-posts .latest-posts .latest-post .latest-post-inner a,
  .sppb-addon-latest-posts .latest-posts .latest-post .latest-post-inner p,
  .sppb-addon-latest-posts .latest-posts .latest-post .latest-post-inner i,
  .sppb-addon-latest-posts
    .latest-posts
    .latest-post
    .latest-post-inner
    .entry-author {
    color: #fff;
    position: relative;
  }
  
  .sppb-addon-latest-posts .latest-posts .latest-post .latest-post-inner a:hover {
    color: rgba(255, 255, 255, 0.7);
  }
  
  .sppb-addon-latest-posts
    .latest-posts
    .latest-post
    .latest-post-inner
    .latest-post-content {
    position: absolute;
    bottom: 30px;
  }
  
  .sppb-addon-latest-posts .latest-posts .latest-post .latest-post-inner:before {
    content: "";
    -webkit-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 50%;
    opacity: 1;
    background: transparent;
    /*background-image: -webkit-linear-gradient(to top,rgba(0,0,0,0.9) 20%,rgba(255,255,255,0) 80%);
    background-image: linear-gradient(to top,rgba(0,0,0,0.9) 20%,rgba(255,255,255,0) 80%);*/
  }
  
  .sppb-addon-latest-posts
    .latest-posts
    .latest-post
    .latest-post-inner
    .link-icon {
    position: absolute;
    opacity: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    -webkit-transform: translate(-50%, -50%) scale(0);
    color: #fff;
    z-index: 999;
    -webkit-transition: 300ms;
    transition: 300ms;
  }
  
  .sppb-addon-latest-posts
    .latest-posts
    .latest-post
    .latest-post-inner
    .link-icon
    a {
    background-color: #493e3e;
    display: table;
    height: 50px;
    width: 50px;
    border-radius: 30px;
  }
  
  .sppb-addon-latest-posts
    .latest-posts
    .latest-post
    .latest-post-inner
    .link-icon
    a
    i {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
  }
  
  .sppb-addon-latest-posts
    .latest-posts
    .latest-post
    .latest-post-inner
    .link-icon
    a:hover {
    background-color: rgba(73, 62, 62, 0.7);
    transform: scale(1.2);
  }
  
  .sppb-addon-latest-posts
    .latest-posts
    .latest-post
    .latest-post-inner:hover:before {
    opacity: 0;
  }
  
  .sppb-addon-latest-posts
    .latest-posts
    .latest-post
    .latest-post-inner:hover
    .link-icon {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
    -webkit-transform: translate(-50%, -50%) scale(1);
  }
  
  .sppb-addon-latest-posts .latest-posts .latest-post .entry-meta {
    margin: 0 -10px;
  }
  
  .sppb-addon-latest-posts .latest-posts .latest-post .entry-meta > span {
    display: inline-block;
    margin: 0 10px;
    font-size: 18px;
  }
  
  .sppb-addon-latest-posts .latest-posts .latest-post .entry-meta > span > i {
    margin-right: 5px;
  }
  
  .sppb-addon-latest-posts .latest-posts .latest-post h4 {
    margin-top: 10px;
    font-size: 24px;
    margin-bottom: 0;
  }
  
  .sppb-addon-office-location-wrapper {
  }
  
  .sppb-addon-office-location-wrapper.active {
    /* background-color: rgba(0,0,0,0.3); */
    /* margin-top: 40px; */
    position: relative;
    -webkit-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
    /* border: 2px solid #1c1c1c; */
    /*box-shadow: 0px 0px 20px 5px #000;*/
  }
  
  .sppb-addon-office-location-wrapper .sppb-addon-content {
    margin-bottom: 40px;
  }
  
  .sppb-addon-office-location-wrapper h3 {
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 40px 0;
  }
  
  .sppb-addon-office-location-wrapper .sppb-icon {
    font-size: 26px;
    margin-bottom: 20px;
  }
  
  .resort-contact-from h2.sppb-title-heading {
    position: relative;
  }
  
  .resort-contact-from h2.sppb-title-heading:before {
    position: absolute;
    content: "";
    top: -50px;
    left: 50%;
    transform: translate(-50%);
    -webkit-transform: translate(-50%);
    width: 390px;
    height: 40px;
    background-image: url(../images/contact-from-title-heading.png);
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-background-size: contain;
  }
  
  .resort-contact-from .sppb-addon-ajax-contact .sppb-form-group:nth-child(1),
  .resort-contact-from .sppb-addon-ajax-contact .sppb-form-group:nth-child(2),
  .resort-contact-from .sppb-addon-ajax-contact .sppb-form-group:nth-child(3) {
    width: 33.33%;
    float: left;
    padding-right: 20px;
  }
  
  .resort-contact-from .sppb-addon-ajax-contact .sppb-form-group:nth-child(3) {
    padding-right: 0;
  }
  
  .resort-contact-from .sppb-addon-ajax-contact .sppb-form-group input {
    background-color: transparent;
    color: #fff;
    border: solid 1px #fff;
    border-radius: 3px;
  }
  
  .resort-contact-from .sppb-addon-ajax-contact .sppb-form-group textarea {
    background-color: transparent;
    border: solid 1px #fff;
    height: 200px !important;
    border-radius: 3px;
  }
  
  .resort-contact-from
    .sppb-addon-ajax-contact
    .sppb-form-group
    .sppb-form-control {
    color: #fff;
  }
  
  .resort-contact-from
    .sppb-addon-ajax-contact
    .sppb-form-group
    .sppb-form-control:hover,
  .resort-contact-from
    .sppb-addon-ajax-contact
    .sppb-form-group
    .sppb-form-control:focus {
    box-shadow: none;
  }
  
  .resort-contact-from .sppb-addon-ajax-contact .sppb-btn-success {
    color: #fff;
    font-size: 14px;
    padding: 10px 30px;
    text-transform: uppercase;
    border-radius: 3px;
  }
  
  .sppb-addon-image-content {
    position: relative;
  }
  
  .sppb-addon-image-content .sppb-image-holder {
    position: absolute;
    top: 0;
    width: 50%;
    height: 100%;
    background-position: 50%;
    background-size: cover;
  }
  
  .sppb-addon-image-content.aligment-left .sppb-image-holder {
    left: 0;
  }
  
  .sppb-addon-image-content.aligment-left .sppb-content-holder {
    padding: 120px 0 120px 50px;
  }
  
  .sppb-addon-image-content.aligment-right .sppb-image-holder {
    right: 0;
  }
  
  .sppb-addon-image-content.aligment-right .sppb-content-holder {
    padding: 120px 50px 120px 0;
  }
  
  .display_mobile{ display: none; }

  @media (max-width: 768px) {
    .location_lg{ display: none; }
    .display_mobile{ display: block; }
    #configuration{ padding-bottom: 30px; background: #202020; }
    .sppb-addon-image-content .sppb-image-holder {
      position: inherit;
      width: 100% !important;
      height: 300px;
    }
  }
  
  .sp-module {
    margin-top: 50px;
  }
  
  .sp-module:first-child {
    margin-top: 0;
  }
  
  .sp-module .sp-module-title {
    margin: 0 0 20px;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 1;
  }
  
  .sp-module ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  
  .sp-module ul > li {
    display: block;
    border-bottom: 1px solid #e8e8e8;
    -webkit-transition: 300ms;
    transition: 300ms;
  }
  
  .sp-module ul > li > a {
    display: block;
    padding: 5px 0;
    line-height: 36px;
    padding: 2px 0;
    -webkit-transition: 300ms;
    transition: 300ms;
  }
  
  .sp-module ul > li > a:hover {
    background: none;
  }
  
  .sp-module ul > li > a:before {
    font-family: FontAwesome;
    content: "\f105";
    margin-right: 8px;
  }
  
  .sp-module ul > li:last-child {
    border-bottom: none;
  }
  
  .sp-module .categories-module ul {
    margin: 0 10px;
  }
  
  .sp-module .latestnews > div {
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #e8e8e8;
  }
  
  .sp-module .latestnews > div:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
  }
  
  .sp-module .latestnews > div > a {
    display: block;
    font-weight: 400;
  }
  
  .sp-module .tagscloud {
    margin: -2px 0;
  }
  
  .sp-module .tagscloud .tag-name {
    display: inline-block;
    padding: 5px 10px;
    background: #808080;
    color: #fff;
    border-radius: 3px;
    margin: 2px 0;
  }
  
  .sp-module .tagscloud .tag-name span {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 3px;
  }
  
  .login img {
    display: inline-block;
    margin: 20px 0;
  }
  
  .login .checkbox input[type="checkbox"] {
    margin-top: 6px;
  }
  
  .form-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  
  .search .btn-toolbar {
    margin-bottom: 20px;
  }
  
  .search .btn-toolbar span.icon-search {
    margin: 0;
  }
  
  .search .btn-toolbar button {
    color: #fff;
  }
  
  .search .phrases .phrases-box .controls label {
    display: inline-block;
    margin: 0 20px 20px;
  }
  
  .search .phrases .ordering-box {
    margin-bottom: 15px;
  }
  
  .search .only label {
    display: inline-block;
    margin: 0 20px 20px;
  }
  
  .search .search-results dt.result-title {
    margin-top: 40px;
  }
  
  .search .search-results dt,
  .search .search-results dd {
    margin: 5px 0;
  }
  
  .filter-search .chzn-container-single .chzn-single {
    height: 34px;
    line-height: 34px;
  }
  
  .form-search .finder label {
    display: block;
  }
  
  .form-search .finder .input-medium {
    width: 60%;
    border-radius: 3px;
  }
  
  .finder .word input {
    display: inline-block;
  }
  
  .finder .search-results.list-striped li {
    padding: 20px 0;
  }
  
  .resort-title-heading .sppb-section-title {
    /*margin-top: 140px;*/
    position: relative;
  }
  
  /*.resort-title-heading .sppb-section-title::after {
    content: '';
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translate(-50%);
    -webkit-transform: translate(-50%);
    width: 390px;
    height: 40px;
    background-image: url('../images/resort-title-heading.png');
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-background-size: contain;
    }*/
  
  #solidres .inner {
    margin: 0;
  }
  
  .reservation-button {
    margin: 20px 0 0 0;
    text-align: right;
    display: inline-block;
  }
  
  .rooms-suits .sppb-cta-text {
    font-size: 18px;
  }
  
  .resort-testimonials .sppb-carousel-indicators {
    bottom: -35px;
    margin-bottom: 0;
  }
  
  .resort-testimonials .sppb-carousel-indicators li {
    margin-right: 10px;
    border: none;
    background-color: #fff;
  }
  
  .resort-testimonials .sppb-carousel-inner .sppb-item {
    padding: 100px 0 0 0;
  }
  
  .resort-testimonials .sppb-carousel-inner .sppb-item::before {
    content: "\f10d";
    font-size: 40px;
    font-family: fontawesome;
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translate(-50%);
    -web-kit-transform: translate(-50%);
  }
  
  .resort-testimonials .sppb-carousel-inner .sppb-item .sppb-testimonial-message {
    font-size: 20px;
    line-height: 26px;
    font-style: italic;
    font-weight: 300;
  }
  
  .resort-testimonials .sppb-carousel-inner .sppb-item .sppb-testimonial-client {
    margin: 40px 0;
  }
  
  .resort-testimonials
    .sppb-carousel-inner
    .sppb-item
    .sppb-testimonial-client
    .pro-client-name {
    font-size: 28px;
    font-style: italic;
    font-weight: normal;
  }
  
  .reservation_asset_item .availability-calendar .row-fluid {
    margin-top: 25px;
  }
  
  .reservation_asset_item .availability-calendar .row-fluid:last-child {
    margin-top: 0;
  }
  
  .reservation_asset_item img {
    margin: 0;
    padding: 0;
  }
  
  .reservation_asset_item .asset-title {
    margin-bottom: 35px;
    text-transform: uppercase;
  }
  
  .reservation_asset_item .asset-address-wrapper {
    margin: 0 0 35px;
  }
  
  .reservation_asset_item .asset-address-wrapper span {
    font-size: 20px;
    font-weight: 700;
    line-height: 29px;
    font-style: normal;
  }
  
  .reservation_asset_item .other-photos .sr-photo-wrapper {
    margin-bottom: 30px;
  }
  
  .reservation_asset_item .other-photos .sr-photo-wrapper a {
    display: block;
  }
  
  .reservation_asset_item .other-photos img {
    -webkit-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
  }
  
  .reservation_asset_item .other-photos img:hover {
    opacity: 0.5;
  }
  
  .reservation_asset_item .asset-vote-wrapper {
    display: none;
  }
  
  .reservation_asset_item .assets-photos .sr-photo {
    display: inline-block;
  }
  
  .reservation_asset_item .show_map {
    display: none;
  }
  
  .reservation_asset_item #availability-search .alert {
    border-radius: 3px 3px 0 0;
    border: none;
  }
  
  .reservation_asset_item #availability-search .availability-search-info {
    color: #fff;
    font-weight: 700;
    padding: 30px;
  }
  
  .reservation_asset_item #availability-search .availability-search-info a {
    float: right;
    text-transform: uppercase;
    font-size: 14px;
    color: #fff;
  }
  
  .reservation_asset_item #availability-search .availability-search-info a i {
    font-size: 12px;
  }
  
  .reservation_asset_item .button-row {
    border: none;
    padding: 30px;
    margin: 0 0 30px 0;
    text-transform: uppercase;
    font-weight: 700;
  }
  
  .reservation_asset_item .button-row .inner p {
    margin-bottom: 0;
    padding-top: 10px;
  }
  
  .reservation_asset_item .button-row .btn-group {
    float: right;
  }
  
  .reservation_asset_item .button-row .btn-group button {
    padding: 10px 40px;
    border: none;
    margin-left: 20px;
    border-radius: 3px !important;
  }
  
  .reservation_asset_item .button-row .btn-group button i {
    display: none;
  }
  
  .reservation_asset_item .button-row .btn-group .reservation-navigate-back {
    color: #fff;
    background-color: #493e3e;
  }
  
  .reservation_asset_item .asset-details-tab {
    border: none;
  }
  
  .reservation_asset_item .asset-details-tab > li {
    margin-right: 25px;
  }
  
  .reservation_asset_item .asset-details-tab > li a {
    border: none;
    padding: 10px 10px 10px 0;
  }
  
  .reservation_asset_item .roomtype-info-wrapper h2 {
    text-transform: uppercase;
    margin-bottom: 30px;
  }
  
  .reservation_asset_item .roomtype-info-wrapper .label-info,
  .reservation_asset_item .roomtype-info-wrapper .label-success {
    display: none;
    padding: 5px 10px;
    font-size: 14px;
    margin-right: 15px;
  }
  
  .reservation_asset_item .roomtype-info-wrapper .roomtype-info-title {
    font-weight: 700;
    text-transform: uppercase;
  }
  
  .reservation_asset_item .roomtype-info-wrapper .room-type-more-desc {
    margin-top: 18px;
  }
  
  .reservation_asset_item .roomtype-info-wrapper .room-type-more-desc > .row {
    padding-bottom: 15px;
  }
  
  .reservation_asset_item
    .roomtype-info-wrapper
    .room-type-more-desc
    .room-type-available-rooms {
    min-height: 42px;
  }
  
  .reservation_asset_item .roomtype-info-wrapper .roomtype-info-colon {
    float: right;
  }
  
  .reservation_asset_item .roomtype-info-wrapper .room-type-btn-group button {
    margin-right: 20px;
    color: #fff;
    padding: 10px 15px;
    text-transform: uppercase;
  }
  
  .reservation_asset_item .room-type-wrapper {
    padding-bottom: 60px;
  }
  
  .reservation_asset_item .wizard {
    margin: 50px 0;
    border: none;
    background-color: #f6f5f5;
  }
  
  .reservation_asset_item .wizard .steps {
    padding: 20px 30px;
    overflow: hidden;
  }
  
  .reservation_asset_item .wizard .steps > li.reservation-tab {
    padding: 0;
    color: #fff;
    background: #d3d0d0;
    display: inline-table;
    border-radius: 3px;
    position: relative;
  }
  
  .reservation_asset_item .wizard .steps > li.reservation-tab.active {
    color: #fff;
  }
  
  .reservation_asset_item
    .wizard
    .steps
    > li.reservation-tab:not(:first-child):before {
    content: "";
    position: absolute;
    height: 2px;
    width: 25px;
    background-color: #d3d0d0;
    left: -23px;
    top: 50%;
    margin-top: -2px;
  }
  
  .reservation_asset_item .wizard .steps > li.reservation-tab > i {
    font-size: 22px;
    line-height: 60px;
    padding: 0 17px;
    background-color: #c5c1c1;
    float: left;
  }
  
  .reservation_asset_item
    .wizard
    .steps
    > li.reservation-tab
    .steps-text-wrapper {
    float: left;
    margin-left: 15px;
  }
  
  .reservation_asset_item
    .wizard
    .steps
    > li.reservation-tab
    .steps-text-wrapper
    > p {
    text-shadow: none;
    font-size: 18px;
    line-height: 18px;
    margin: 10px 0;
    text-transform: uppercase;
  }
  
  .reservation_asset_item
    .wizard
    .steps
    > li.reservation-tab
    .steps-text-wrapper
    > p
    small {
    font-size: 14px;
    display: block;
    margin-bottom: 5px;
  }
  
  .reservation_asset_item .reservation-single-step-holder,
  .reservation_asset_item div.even,
  .reservation_asset_item div.odd {
    background: none;
  }
  
  .reservation_asset_item .coupon {
    border: none;
    border-radius: 3px;
    padding: 30px;
    margin: 40px 0 0;
  }
  
  .reservation_asset_item .coupon .input-append {
    overflow: hidden;
    width: 100%;
    margin-bottom: 0;
  }
  
  .reservation_asset_item .coupon .input-append .input-block-level,
  .reservation_asset_item .coupon .input-append .coupon-submit {
    width: 100%;
    min-height: 42px;
    background-color: #fff;
    color: #000;
    font-size: 14px;
    font-weight: bold;
    border-radius: 3px;
    border: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    text-transform: uppercase;
  }
  
  .reservation_asset_item #step2 {
    background-color: #f5f5f5;
  }
  
  .reservation_asset_item #step2 .sr-reservation-form {
    padding: 30px;
  }
  
  .reservation_asset_item #step2 select,
  .reservation_asset_item #step2 input {
    border: none;
    box-shadow: none;
    border-radius: 3px;
    margin-bottom: 20px;
  }
  
  .reservation_asset_item #step2 label {
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px;
  }
  
  .reservation_asset_item #step2 textarea#note {
    min-height: 300px;
    box-shadow: none;
    border: none;
  }
  
  .reservation_asset_item #step2 .button-row {
    padding: 0 0 30px 0;
    border-bottom: 1px solid #d3d0d0;
    margin: 0;
  }
  
  .reservation_asset_item #step2 h3 {
    font-size: 22px;
    text-transform: uppercase;
    margin-bottom: 50px;
  }
  
  .reservation_asset_item #step2 .checkbox {
    margin-left: 22px;
  }
  
  .reservation_asset_item #step2 .payment_method_list {
    list-style: none;
    padding: 0;
  }
  
  .reservation_asset_item .carousel .item img {
    padding: 0;
    margin: 0;
  }
  
  .reservation_asset_item .num_rooms_available_msg {
    color: #c31217;
  }
  
  .reservation_asset_item span.legend-busy {
    background: #c31217;
  }
  
  .reservation_asset_item div.availability-calendar .row-fluid > [class*="span"] {
    margin-bottom: 20px;
  }
  
  .reservation_asset_item div.availability-calendar table {
    margin: 0;
    width: 100%;
    min-height: 365px;
  }
  
  .reservation_asset_item div.availability-calendar table tr.row-week-day {
    background: none;
    border: none;
    font-weight: bold;
  }
  
  .reservation_asset_item div.availability-calendar table tr.row-month-day {
    border: none;
  }
  
  .reservation_asset_item div.availability-calendar table tr th {
    text-align: center;
    padding: 15px 0 10px;
    border: none;
    font-weight: bold;
  }
  
  .reservation_asset_item div.availability-calendar table > tbody {
    background-color: #f6f5f5;
  }
  
  .reservation_asset_item .tariff-box {
    border: none;
    padding: 30px 40px;
    margin-bottom: 20px;
    border-radius: 3px;
    line-height: 42px;
  }
  
  .reservation_asset_item .tariff-box .trariff-title {
    text-transform: uppercase;
  }
  
  .reservation_asset_item .tariff-box .trariff-price {
    text-transform: uppercase;
    font-weight: 700;
  }
  
  .reservation_asset_item .tariff-box .trariff-price span {
    display: inline-block;
  }
  
  .reservation_asset_item .tariff-box select {
    min-height: 42px;
    border: none;
    box-shadow: none;
    text-transform: uppercase;
  }
  
  .reservation_asset_item .tariff-box select:first-child {
    margin-right: 20px;
  }
  
  .reservation_asset_item .tariff-box input {
    box-shadow: none;
    border: none;
    margin-bottom: 30px;
    min-height: 42px;
    text-transform: uppercase;
  }
  
  .reservation_asset_item .tariff-box button {
    border: none;
    min-height: 42px;
    text-transform: uppercase;
  }
  
  .reservation_asset_item .tariff-box button * i {
    display: none;
  }
  
  .reservation_asset_item .tariff-box .room-type-form-wrapper .breakdown {
    margin-top: 25px;
    background: #fff;
  }
  
  .reservation_asset_item .tariff-box .room-form {
    padding-top: 30px;
    margin-top: 30px;
    border-top: 1px solid #d3d0d0;
  }
  
  .reservation_asset_item .tariff-box .room-form h4 {
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
  }
  
  .reservation_asset_item .tariff-box .room-form h4 a {
    font-size: 16px;
    text-transform: capitalize;
    color: #c5c1c1;
    margin-left: 10px;
  }
  
  .reservation_asset_item .tariff-box .room-form select {
    margin-bottom: 30px;
  }
  
  .reservation_asset_item .tariff-box .room-form .row-fluid:nth-child(n) {
    border-top: 1px solid #d3d0d0;
    padding-top: 20px;
    padding-bottom: 50px;
  }
  
  .reservation_asset_item .tariff-box .room-form .row-fluid:first-child {
    border-top: none;
    padding-top: 0;
  }
  
  .reservation_asset_item .tariff-box .room-form .row-fluid:last-child {
    padding-bottom: 0;
  }
  
  .reservation_asset_item
    .tariff-box
    .room-form
    .roomtype-button-wrapper
    button
    i {
    display: none;
  }
  
  .reservation_asset_item .tariff-box .room-form .child-age-details li > select {
    margin-left: 10px;
  }
  
  .reservation_asset_item .solidres-checkinout-button {
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 27px;
    padding: 10px 15px;
    width: 100%;
  }
  
  .reservation_asset_item .solidres-checkinout-button.trigger_checkinoutform {
    margin-top: 0;
  }
  
  .reservation_asset_item .checkinoutform .checkinout-roomtype-wrapper {
    border-top: 1px solid rgba(0, 0, 0, 0.3);
    padding: 25px 0;
    margin-top: 25px;
    position: relative;
  }
  
  .reservation_asset_item
    .checkinoutform
    .checkinout-roomtype-wrapper
    .datepicker_inline {
    position: absolute;
    top: auto;
    left: auto;
    z-index: 1;
  }
  
  .reservation_asset_item .checkinoutform .checkinout-roomtype-wrapper button {
    margin-top: 45px;
  }
  
  .reservation_asset_item .checkinoutform .datefield {
    height: 40px;
    padding: 10px 20px;
    position: relative;
    border: 1px solid #ccc;
    border-radius: 3px;
    vertical-align: middle;
    background: white;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    color: #555;
  }
  
  .reservation_asset_item .checkinoutform .datefield:after {
    content: "\f133";
    position: absolute;
    top: 50%;
    right: 10px;
    font-size: 14px;
    font-family: fontawesome;
    pointer-events: none;
    margin-top: -9px;
  }
  
  .resort-info-title-wrap {
    margin-top: 80px;
  }
  
  .resort-info-title-wrap .resort-info-title {
    position: relative;
    text-transform: uppercase;
    text-align: center;
    color: #e1ad4f;
    margin-bottom: 30px;
  }
  
  .resort-info-title-wrap .resort-info-title::after {
    content: "";
    position: absolute;
    top: -35px;
    left: 50%;
    transform: translate(-50%);
    -webkit-transform: translate(-50%);
    width: 200px;
    height: 40px;
    background-image: url("../images/resort-title-heading.png");
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-background-size: contain;
  }
  
  .reservation_asset_item .other-photos img {
    margin: 0;
  }
  
  .reservation_asset_item .tab-content {
    border-width: 0;
    border-style: none;
    border-color: 0;
    padding: 0;
    margin-bottom: 0;
  }
  
  .article-info {
    margin: 0 -8px 5px;
    line-height: 12px;
  }
  
  .article-info > dd {
    display: inline-block;
    font-size: 12px;
    color: #666;
    text-transform: uppercase;
    margin: 0 8px;
  }
  
  .article-info > dd > i {
    display: inline-block;
    margin-right: 3px;
  }
  
  article.item {
    margin-bottom: 50px;
  }
  
  .tags {
    margin-top: 20px;
  }
  
  .tags > span {
    text-transform: uppercase;
    letter-spacing: 2px;
  }
  
  .content_rating,
  .content_rating + form {
    display: none;
  }
  
  .voting-symbol {
    unicode-bidi: bidi-override;
    direction: rtl;
    font-size: 14px;
    display: inline-block;
  }
  
  .voting-symbol span.star {
    font-family: "FontAwesome";
    font-weight: normal;
    font-style: normal;
    display: inline-block;
  }
  
  .voting-symbol span.star.active:before {
    content: "\f005";
  }
  
  .voting-symbol span.star:before {
    content: "\f006";
    padding-right: 5px;
  }
  
  .sp-rating span.star:hover:before,
  .sp-rating span.star:hover ~ span.star:before {
    content: "\f005";
    cursor: pointer;
  }
  
  .post_rating {
    margin-bottom: 20px;
  }
  
  .post_rating .ajax-loader,
  .post_rating .voting-result {
    display: none;
  }
  
  .post-format {
    position: absolute;
    top: 0;
    left: -68px;
    display: block;
    width: 48px;
    height: 48px;
    font-size: 24px;
    line-height: 48px;
    text-align: center;
    color: #fff;
    border-radius: 3px;
  }
  
  .entry-image,
  .entry-gallery,
  .entry-video,
  .entry-audio,
  .entry-link {
    margin-bottom: 30px;
  }
  
  .entry-status,
  .entry-quote {
    margin-bottom: 50px;
  }
  
  .entry-header {
    position: relative;
    margin-bottom: 30px;
  }
  
  .entry-header.has-post-format {
    margin-left: 68px;
  }
  
  .entry-header h2 {
    margin: 8px 0 0;
    font-size: 24px;
    line-height: 1;
  }
  
  .entry-header h2 a {
    color: #000;
  }
  
  .entry-link {
    padding: 100px 50px;
    position: relative;
    z-index: 1;
  }
  
  .entry-link a h4 {
    margin: 0;
    font-size: 36px;
    color: #fff;
  }
  
  .entry-link a h4:hover {
    color: rgba(255, 255, 255, 0.85);
  }
  
  .entry-link:before {
    position: absolute;
    left: -60px;
    font-size: 300px;
    content: "\f0c1";
    font-family: FontAwesome;
    transform: rotate(90deg);
    top: -75px;
    color: rgba(255, 255, 255, 0.15);
    z-index: -1;
  }
  
  .entry-quote {
    position: relative;
    padding: 80px 50px;
    color: rgba(255, 255, 255, 0.9);
  }
  
  .entry-quote:before {
    position: absolute;
    left: -40px;
    font-size: 300px;
    content: "\f10e";
    font-family: FontAwesome;
    transform: rotate(15deg);
    top: -75px;
    color: rgba(255, 255, 255, 0.15);
  }
  
  .entry-quote blockquote small {
    color: #fff;
    font-weight: 600;
    font-size: 20px;
  }
  
  .entry-quote blockquote {
    padding: 0;
    margin: 0;
    font-size: 16px;
    border: none;
  }
  
  .carousel-left,
  .carousel-right {
    position: absolute;
    top: 50%;
    font-size: 24px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    margin-top: -18px;
    text-align: center;
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 3px;
    -webkit-transition: 400ms;
    transition: 400ms;
  }
  
  .carousel-left:hover,
  .carousel-right:hover {
    color: #fff;
  }
  
  .carousel-left:focus,
  .carousel-right:focus {
    color: #fff;
  }
  
  .carousel-left {
    left: 10px;
  }
  
  .carousel-right {
    right: 10px;
  }
  
  .newsfeed-category .category {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  
  .newsfeed-category .category li {
    padding: 5px 0;
  }
  
  .newsfeed-category #filter-search {
    margin: 10px 0;
  }
  
  .category-module,
  .categories-module,
  .archive-module,
  .latestnews,
  .newsflash-horiz,
  .mostread,
  .form-links,
  .list-striped {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  
  .category-module li,
  .categories-module li,
  .archive-module li,
  .latestnews li,
  .newsflash-horiz li,
  .mostread li,
  .form-links li,
  .list-striped li {
    padding: 2px 0;
  }
  
  .category-module li h4,
  .categories-module li h4,
  .archive-module li h4,
  .latestnews li h4,
  .newsflash-horiz li h4,
  .mostread li h4,
  .form-links li h4,
  .list-striped li h4 {
    margin: 5px 0;
  }
  
  .blog .blog-items .item-media > div {
    min-height: 366px;
  }
  
  .blog .entry-header {
    margin-left: 0;
    overflow: hidden;
  }
  
  .blog .entry-header h2 {
    margin-bottom: 30px;
    text-transform: uppercase;
  }
  
  .blog .entry-header h2 a {
    font-size: 24px;
    font-weight: 400;
    line-height: 36px;
  }
  
  .blog .entry-header h2 a:hover {
    opacity: 0.5;
  }
  
  .blog .entry-header dl.article-info {
    border-bottom: solid 1px #e9e9e9;
    padding-bottom: 20px;
    margin: 0 -8px;
    line-height: 24px;
  }
  
  .blog .entry-header dl.article-info dd {
    font-size: 16px;
    color: #493e3e;
  }
  
  .blog .entry-header dd.category-name a {
    color: #2a303b;
  }
  
  .blog p.readmore {
    margin: 30px 0 10px;
  }
  
  .blog p.readmore a.btn-default {
    color: #fff;
    padding: 10px 20px;
    text-transform: uppercase;
    border-radius: 3px;
    border-color: transparent;
  }
  
  article.item-page .entry-header {
    margin-left: 0;
  }
  
  article.item-page .entry-header h2 {
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 40px;
    line-height: 36px;
    text-transform: uppercase;
  }
  
  article.item-page .entry-header .article-info {
    border-bottom: solid 1px #e9e9e9;
    padding-bottom: 20px;
    margin: 0 -8px;
  }
  
  article.item-page .entry-header .article-info dd {
    font-size: 16px;
    color: #2a303b;
  }
  
  article.item-page .entry-header .article-info dd.createdby i {
    color: #2a303b;
  }
  
  article.item-page .entry-header .article-info dd.category-name a {
    color: #2a303b;
  }
  
  article.item-page ul.pagenav {
    margin: 30px 0;
  }
  
  article.item-page ul.pagenav li.previous a,
  article.item-page ul.pagenav li.next a {
    color: #fff;
    border-radius: 3px;
    border: transparent;
    text-transform: uppercase;
    line-height: 40px;
    padding: 0 15px;
  }
  
  article.item-page ul.pagenav li.previous a span,
  article.item-page ul.pagenav li.next a span {
    font-size: 12px;
  }
  
  #sp-bottom .sp-module .sp-module-title {
    text-transform: none;
    font-weight: 400;
    font-size: 24px;
  }
  
  #sp-bottom #sp-bottom1 img {
    display: inline-block;
    background: #fff;
    padding: 5px;
  }
  
  #sp-footer {
    color: #fff;
    text-align: center;
    padding: 7px 0;
  }
  
  #sp-footer a {
    color: #000000;
  }
  
  #sp-footer a:hover {
    color: #f36825;
  }
  
  #sp-footer .sp-copyright {
    font-size: 18px;
    margin-top: 20px;
    display: block;
    margin-bottom: 5px;
    font-weight: 800;
    color: #1c1c1c;
  }
  
  #sp-footer-wrapper ul {
    display: inline-block;
  }
  
  #sp-footer-wrapper ul.nav {
    display: inline-block;
    list-style: none;
    padding: 0;
    margin: 0 5px;
  }
  
  #sp-footer-wrapper ul.nav li {
    display: inline-block;
    margin: 0 5px;
  }
  
  #sp-footer-wrapper ul.nav li a {
    display: block;
  }
  
  #sp-footer-wrapper ul.nav li a:hover {
    background: none;
  }
  
  #sp-footer-wrapper .helix-framework {
    display: inline-block;
  }
  
  #sp-footer-wrapper .helix-framework .helix-logo {
    display: block;
    width: 130px;
    height: 40px;
    text-indent: -9999px;
    background: url(../images/helix-logo-white.html) no-repeat 0 0;
  }
  
  #sp-footer-wrapper .copyright {
    display: block;
  }
  
  .sp-comingsoon {
    width: 100%;
    height: 100%;
    min-height: 100%;
  }
  
  .sp-comingsoon body {
    width: 100%;
    height: 100%;
    min-height: 100%;
    color: #fff;
  }
  
  .sp-comingsoon .sp-comingsoon-title {
    margin-top: 130px;
    font-size: 42px;
    margin-bottom: 10px;
    font-weight: 700;
  }
  
  .sp-comingsoon .sp-comingsoon-content {
    font-size: 28px;
    font-weight: 300;
  }
  
  .sp-comingsoon .days,
  .sp-comingsoon .hours,
  .sp-comingsoon .minutes,
  .sp-comingsoon .seconds {
    display: inline-block;
    margin: 80px 15px;
  }
  
  .sp-comingsoon .days .number,
  .sp-comingsoon .hours .number,
  .sp-comingsoon .seconds .number,
  .sp-comingsoon .minutes .number {
    width: 115px;
    height: 120px;
    line-height: 120px;
    border: 1px solid #fff;
    border-radius: 3px;
    display: inline-block;
    font-size: 48px;
    font-weight: bold;
  }
  
  .sp-comingsoon .days .string,
  .sp-comingsoon .minutes .string,
  .sp-comingsoon .seconds .string,
  .sp-comingsoon .hours .string {
    display: block;
    font-size: 18px;
    margin-top: 10px;
  }
  
  .sp-comingsoon .social-icons li {
    display: inline-block;
    margin: 0 15px;
  }
  
  .sp-comingsoon .social-icons li a {
    color: rgba(255, 255, 255, 0.7);
    font-size: 24px;
    -webkit-transition: color 400ms;
    transition: color 400ms;
  }
  
  .sp-comingsoon .social-icons li a:hover {
    color: #fff;
  }
  
  .sp-comingsoon-wrap {
    background-image: url("../images/coming-soon-bg.jpg");
    background-size: cover;
    background-position: center center;
  }
  
  .sp-comingsoon-wrap img {
    display: inline-block;
    margin-top: 200px;
  }
  
  .sp-comingsoon-wrap .sp-comingsoon-title {
    margin-bottom: 30px;
  }
  
  .sp-comingsoon-wrap .sp-comingsoon-content {
    font-size: 24px;
    line-height: 36px;
    text-transform: uppercase;
  }
  
  .sp-comingsoon-wrap .sp-comingsoon-countdown .days,
  .sp-comingsoon-wrap .sp-comingsoon-countdown .hours,
  .sp-comingsoon-wrap .sp-comingsoon-countdown .minutes,
  .sp-comingsoon-wrap .sp-comingsoon-countdown .seconds {
    padding: 45px 18px;
    border-radius: 5px;
  }
  
  .sp-comingsoon-wrap .sp-comingsoon-countdown .days span.number,
  .sp-comingsoon-wrap .sp-comingsoon-countdown .hours span.number,
  .sp-comingsoon-wrap .sp-comingsoon-countdown .minutes span.number,
  .sp-comingsoon-wrap .sp-comingsoon-countdown .seconds span.number {
    width: 140px;
    height: inherit;
    line-height: inherit;
    border: none;
  }
  
  .sp-comingsoon-wrap .sp-comingsoon-countdown .days span.string,
  .sp-comingsoon-wrap .sp-comingsoon-countdown .hours span.string,
  .sp-comingsoon-wrap .sp-comingsoon-countdown .minutes span.string,
  .sp-comingsoon-wrap .sp-comingsoon-countdown .seconds span.string {
    font-size: 24px;
    color: #fff;
  }
  
  .sp-comingsoon-wrap .sp-position-comingsoon {
    margin-top: 30px;
    margin-bottom: 100px;
  }
  
  .sp-comingsoon-wrap .sp-position-comingsoon table {
    width: 60%;
  }
  
  .sp-comingsoon-wrap .sp-position-comingsoon td:nth-child(1) {
    width: 70%;
  }
  
  .sp-comingsoon-wrap .sp-position-comingsoon td:nth-child(2) {
    width: 30%;
  }
  
  .sp-comingsoon-wrap .sp-position-comingsoon input {
    padding: 5px 20px;
    height: 50px;
    border: none;
    box-shadow: none;
    width: 100% !important;
    border-radius: 0;
    color: #000;
    text-transform: uppercase;
    -webkit-transition: 400ms;
    -o-transition: 400ms;
    transition: 400ms;
  }
  
  .sp-comingsoon-wrap .sp-position-comingsoon input.subbutton {
    color: #fff;
  }
  
  .sp-comingsoon-wrap .sp-position-comingsoon input:focus {
    box-shadow: none;
    outline: none;
  }
  
  .sp-comingsoon-wrap .sp-position-comingsoon input[type="text"] {
    background-color: #f0f0f0;
    float: left;
    margin-right: -10px;
    width: 100%;
  }
  
  .sp-comingsoon-wrap .sp-position-comingsoon input[type="button"] {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 100;
    color: #000;
    width: 30%;
  }
  
  .error-page {
    width: 100%;
    height: 100%;
    min-height: 100%;
  }
  
  .error-page body {
    width: 100%;
    height: 100%;
    min-height: 100%;
  }
  
  .error-page .error-page-inner {
    height: 100%;
    min-height: 100%;
    width: 100%;
    display: table;
    text-align: center;
    background-image: url("../images/404-bg.jpg");
    background-size: cover;
    background-position: center center;
    color: #fff;
  }
  
  .error-page .error-page-inner img {
    display: inline-block;
    margin-bottom: 80px;
  }
  
  .error-page .error-page-inner .error-message {
    font-size: 26px;
    margin-bottom: 40px;
  }
  
  .error-page .error-page-inner a.btn-primary {
    background-color: #493e3e;
    font-size: 16px;
    text-transform: uppercase;
    padding: 14px 35px;
    border-radius: 3px;
    border-color: transparent;
  }
  
  .error-page .error-page-inner p.error-page-copyright {
    font-size: 18px;
    margin-top: 60px;
    text-transform: uppercase;
  }
  
  .error-page .error-page-inner > div {
    display: table-cell;
    vertical-align: middle;
  }
  
  .error-page .fa-exclamation-triangle {
    font-size: 64px;
    line-height: 1;
    margin-bottom: 10px;
  }
  
  .error-page .error-code {
    font-weight: bold;
    font-size: 96px;
    line-height: 1;
    margin: 0 0 10px 0;
    padding: 0;
  }
  
  .error-page .error-message {
    font-size: 24px;
    line-height: 1;
    margin-bottom: 30px;
  }
  
  .sp-social-share ul {
    display: block;
    padding: 0;
    margin: 20px -5px 0;
  }
  
  .sp-social-share ul li {
    display: inline-block;
    font-size: 24px;
    margin: 0 5px;
  }
  
  .dl-horizontal dt {
    margin: 8px 0;
    text-align: left;
  }
  
  .page-header {
    padding-bottom: 15px;
  }
  
  table.category {
    width: 100%;
  }
  
  table.category thead > tr,
  table.category tbody > tr {
    border: 1px solid #f2f2f2;
  }
  
  table.category thead > tr th,
  table.category thead > tr td,
  table.category tbody > tr th,
  table.category tbody > tr td {
    padding: 10px;
  }
  
  .contact-form .form-actions {
    background: none;
    border: none;
  }
  
  @media print {
    .visible-print {
      display: inherit !important;
    }
    .hidden-print {
      display: none !important;
    }
  }
  
  .sp-simpleportfolio .sp-simpleportfolio-filter > ul > li > a {
    background: #2d2d2d;
    border-radius: 3px;
    color: #fff;
    -webkit-transition: 300ms;
    transition: 300ms;
  }
  
  .sppb-slider-wrapper {
    margin: 0;
    position: relative;
  }
  
  .sppb-slider-wrapper.sppb-slider-fullwidth-wrapper {
    z-index: 0;
  }
  
  .sppb-slider-wrapper.sppb-slider-fullwidth-wrapper .owl-stage .owl-item {
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1, 1);
  }
  
  .sppb-slider-wrapper.sppb-slider-fullwidth-wrapper
    .owl-stage
    .owl-item.active
    .sppb-slideshow-fullwidth-item-text {
    z-index: 999;
    opacity: 1;
  }
  
  .sppb-slider-wrapper.sppb-slider-fullwidth-wrapper
    .sppb-slideshow-fullwidth-item-bg {
    height: 680px;
    background-size: cover;
    background-position: 50% 50%;
  }
  
  .sppb-slider-wrapper.sppb-slider-fullwidth-wrapper
    .sppb-slideshow-fullwidth-item-bg
    .container {
    position: relative;
  }
  
  .sppb-slider-wrapper.sppb-slider-fullwidth-wrapper
    .sppb-slideshow-fullwidth-item-bg
    .container
    .sppb-slideshow-fullwidth-item-text {
    -webkit-transform: translate(0, 40%);
    -ms-transform: translate(0, 40%);
    -o-transform: translate(0, 40%);
    transform: translate(0, 40%);
    width: 55%;
    padding: 30px 40px;
    color: #ffffff;
    z-index: -999;
    opacity: 0;
  }
  
  .sppb-slider-wrapper.sppb-slider-fullwidth-wrapper
    .sppb-slideshow-fullwidth-item-bg
    .container
    .sppb-slideshow-fullwidth-item-text
    h1 {
    margin-bottom: 40px;
    font-size: 72px;
    font-weight: 500;
  }
  
  .sppb-slider-wrapper.sppb-slider-fullwidth-wrapper
    .sppb-slideshow-fullwidth-item-bg
    .container
    .sppb-slideshow-fullwidth-item-text
    h1
    small.sppb-slidehsow-sub-title {
    display: block;
  }
  
  .sppb-slider-wrapper.sppb-slider-fullwidth-wrapper
    .sppb-slideshow-fullwidth-item-bg
    .container
    .sppb-slideshow-fullwidth-item-text
    a,
  .sppb-slider-wrapper.sppb-slider-fullwidth-wrapper
    .sppb-slideshow-fullwidth-item-bg
    .container
    .sppb-slideshow-fullwidth-item-text
    h1,
  .sppb-slider-wrapper.sppb-slider-fullwidth-wrapper
    .sppb-slideshow-fullwidth-item-bg
    .container
    .sppb-slideshow-fullwidth-item-text
    h1
    small {
    color: #ffffff;
  }
  
  .sppb-slider-wrapper.sppb-slider-fullwidth-wrapper
    .sppb-slideshow-fullwidth-item-bg
    .container
    .sppb-slideshow-fullwidth-item-text
    p.details {
    width: 80%;
    margin-bottom: 35px;
    font-size: 18px;
    font-weight: 300;
    color: #fff;
  }
  
  .sppb-slider-wrapper.sppb-slider-fullwidth-wrapper
    .sppb-slideshow-fullwidth-item-bg
    .container
    .sppb-slideshow-fullwidth-item-text
    a.sppb-slideshow-fullwidth-read-more {
    font-size: 16px;
    text-transform: uppercase;
  }
  
  .sppb-slider-wrapper.sppb-slider-fullwidth-wrapper
    .sppb-slideshow-fullwidth-item-bg
    .container
    .sppb-slideshow-fullwidth-item-text
    a
    i.fa-edit {
    margin-right: 10px;
    font-size: 20px;
    vertical-align: middle;
  }
  
  .sppb-slider-wrapper.sppb-slider-fullwidth-wrapper
    .sppb-slideshow-fullwidth-item-bg
    .container
    .sppb-slideshow-fullwidth-item-text
    a
    i.fa-long-arrow-right {
    vertical-align: middle;
    margin-left: 10px;
  }
  
  .sppb-slider-wrapper.sppb-slider-fullwidth-wrapper
    .sppb-slideshow-fullwidth-item-bg
    .container
    .sppb-slideshow-fullwidth-item-text
    a:hover {
    color: rgba(255, 255, 255, 0.6);
  }
  
  .sppb-slider-wrapper.sppb-slider-fullwidth-wrapper .owl-dots {
    text-align: center;
    margin-top: 20px;
  }
  
  .resort-slider .resort-slider-wrapper {
    position: relative;
  }
  
  .resort-slider .customNavigation a {
    position: absolute;
    top: 50%;
    margin-top: -60px;
    font-size: 45px;
    z-index: 9999;
    color: #fff;
    cursor: pointer;
    padding: 0 10px;
    line-height: 120px;
    opacity: 0;
    margin-left: -400px;
    margin-right: -400px;
    -webkit-transition: 400ms;
    -o-transition: 400ms;
    transition: 400ms;
  }
  
  .resort-slider .customNavigation a.sppbSlidePrev {
    left: 15px;
  }
  
  .resort-slider .customNavigation a.sppbSlideNext {
    right: 15px;
  }
  
  .resort-slider:hover .customNavigation a {
    margin-left: 0px;
    margin-right: 0px;
    opacity: 1;
  }
  
  .resort-search .checkin_datepicker_inline_module,
  .resort-search .checkout_datepicker_inline_module {
    z-index: 2;
  }
  
  .sppb-section.resort-search {
    z-index: 3 !important;
  }
  
  #sp-page-builder .page-content .sppb-section.resort-feature-box {
    position: relative;
  }
  
  #sp-page-builder
    .page-content
    .sppb-section.resort-feature-box
    .sppb-row
    > [class*="sppb-col-sm-"] {
    position: inherit;
  }
  
  .resort-gallery .sppb-addon-gallery .gallery-image {
    margin-bottom: 28px;
    position: relative;
  }
  
  .resort-gallery .sppb-addon-gallery .gallery-image .link-icon {
    position: absolute;
    opacity: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    -webkit-transform: translate(-50%, -50%) scale(0);
    background-color: #493e3e;
    color: #fff;
    display: table;
    height: 50px;
    width: 50px;
    border-radius: 30px;
    z-index: 999;
    -webkit-transition: 300ms;
    transition: 300ms;
  }
  
  .resort-gallery .sppb-addon-gallery .gallery-image .link-icon:hover {
    background-color: rgba(73, 62, 62, 0.7);
  }
  
  .resort-gallery .sppb-addon-gallery .gallery-image .link-icon i {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
  }
  
  .resort-gallery
    .sppb-addon-gallery
    .gallery-image:hover
    .gallery-image-box
    .gallery-text-wrapper {
    opacity: 1;
  }
  
  .resort-gallery
    .sppb-addon-gallery
    .gallery-image:hover
    .gallery-image-box
    .gallery-text-wrapper
    .sppb-gallery-image-title {
    transform: translate(0%, 0%) scale(1);
    -webkit-transform: translate(0%, 0%) scale(1);
  }
  
  .resort-gallery .sppb-addon-gallery .gallery-image:hover .link-icon {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
    -webkit-transform: translate(-50%, -50%) scale(1);
  }
  
  .resort-gallery .sppb-addon-gallery .gallery-image .gallery-image-box {
    position: relative;
    overflow: hidden;
  }
  
  .resort-gallery
    .sppb-addon-gallery
    .gallery-image
    .gallery-image-box
    .gallery-text-wrapper {
    opacity: 0;
    position: absolute;
    padding: 15px 20px;
    top: 0;
    width: 100%;
    height: 100%;
    bottom: 0;
    z-index: 1;
    overflow: hidden;
    -webkit-transition: 400ms;
    -o-transition: 400ms;
    transition: 400ms;
  }
  
  .resort-gallery
    .sppb-addon-gallery
    .gallery-image
    .gallery-image-box
    .gallery-text-wrapper
    .sppb-gallery-image-title {
    -webkit-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
    transform: translate(0%, 10%) scale(1);
    -webkit-transform: translate(0%, 10%) scale(1);
  }
  
  .resort-gallery
    .sppb-addon-gallery
    .gallery-image
    .gallery-image-box
    .gallery-text {
    color: #fff;
    display: table;
    width: 100%;
    height: 100%;
  }
  
  .resort-gallery
    .sppb-addon-gallery
    .gallery-image
    .gallery-image-box
    .gallery-text
    .sppb-gallery-image-title {
    font-size: 24px;
    display: table-cell;
    vertical-align: bottom;
  }
  
  .resort-gallery
    .sppb-addon-gallery
    .gallery-image
    .gallery-image-box
    .gallery-text
    img {
    position: relative;
  }
  
  @media only screen and (max-width: 1200px) {
    .sp-megamenu-parent > li > a {
      padding: 0 10px;
    }
  }
  
  @media only screen and (max-width: 992px) {
    .rooms-suits .sppb-addon-content img {
      height: 100%;
    }
    .rooms-suits .sppb-addon-cta .text-center .sppb-btn-primary {
      margin-top: 70px;
    }
    .reservation_asset_item .other-photos .sr-photo-wrapper {
      margin-bottom: 40px;
    }
    .reservation_asset_item .other-photos .sr-photo-wrapper a img {
      width: 100%;
    }
    .reservation_asset_item .carousel .item img {
      max-height: 100%;
      height: 100%;
    }
  }
  
  @media only screen and (max-width: 768px) {
    .sp-megamenu-parent > li > a {
      font-size: 12px;
      padding: 0 6px;
    }
    #sp-reservation {
      position: static;
    }
    #sp-reservation .top-right-menu {
      position: absolute;
      top: 0px;
      right: 100px;
    }
    .reservation-button {
      position: absolute;
      right: -450px;
      top: -74px;
    }
    .resort-search .datefield {
      font-size: 11px;
    }
    .resort-search .arrow-icon {
      margin: 0 !important;
    }
    .resort-search .check-in {
      padding-right: 5px;
    }
    .resort-search .checkin_module:after,
    .resort-search .checkout_module:after {
      right: 5px;
    }
    .resort-search .adults {
      padding-right: 5px !important;
    }
    .resort-search .sub-checkout-box {
      width: 100%;
    }
    .resort-search .rooms {
      padding: 0 15px;
    }
    .resort-search .adults {
      padding-right: 15px !important;
    }
    .resort-search .children {
      padding-right: 15px;
    }
    .resort-search .check-in {
      padding-right: 0;
    }
    .resort-search .checkin_module:after,
    .resort-search .checkout_module:after {
      right: 15px;
    }
    .reservation_asset_item .assets-photos .sr-photo {
      display: block;
    }
    .reservation_asset_item img {
      width: 100%;
    }
    .reservation_asset_item .coupon .input-append > div {
      overflow: hidden;
      margin-bottom: 10px;
    }
    .resort-slider,
    .resort-slider .resort-slider-wrapper {
      min-height: 800px;
    }
    .resort-slider .resort-slider-content h1 {
      font-size: 30px !important;
      line-height: 35px !important;
    }
    .resort-slider .resort-slider-content h1:before {
      top: 73px;
      width: 200px;
      height: 40px;
    }
    .resort-slider h1 + p {
      font-size: 20px !important;
      line-height: 25px !important;
    }
    .sppb-addon-office-location-wrapper .sppb-addon-text {
      font-size: 12px;
    }
    .rooms-suits .sppb-addon-cta .text-center .sppb-cta-subtitle {
      position: inherit;
      right: inherit;
      margin-bottom: 30px;
    }
    .rooms-suits .sppb-addon-content img {
      /*margin-top: 30px;*/
      width: 100%;
    }
    .rooms-suits .sppb-carousel-inner > .sppb-item > img {
      width: 100%;
    }
    .reservation_asset_item .wizard .steps > li.reservation-tab {
      width: 100%;
      margin-bottom: 10px !important;
    }
    .reservation_asset_item .wizard .steps > li.reservation-tab:before {
      content: none !important;
    }
    .reservation_asset_item .wizard .row-fluid [class*="span"] {
      margin: 0 !important;
    }
    .reservation_asset_item .roomtype-info-wrapper .room-type-btn-group button {
      width: 100%;
      margin-bottom: 10px;
    }
    .reservation_asset_item .roomtype-info-wrapper .roomtype-info-colon {
      float: none;
      margin-left: 10px;
    }
    .reservation_asset_item .roomtype-info-wrapper .roomtype-info-title {
      float: left;
    }
    .reservation_asset_item .tariff-box {
      padding: 20px !important;
      line-height: 20px;
    }
    .reservation_asset_item .tariff-box select,
    .reservation_asset_item .tariff-box input,
    .reservation_asset_item .tariff-box button {
      width: 100%;
    }
    .reservation_asset_item .tariff-box .trariff-price {
      margin: 20px 0;
    }
    .reservation_asset_item .tariff-box .trariff-price span {
      display: block;
      text-align: left;
    }
    .reservation_asset_item .custom-field-row {
      margin-bottom: 20px;
    }
    .reservation_asset_item .custom-field-row [class*="span"] {
      width: 100%;
      margin-left: 0;
    }
    .sppb-addon-latest-posts .latest-posts .latest-post {
      margin-bottom: 30px;
    }
    .resort-gallery .sppb-addon-gallery .gallery-image {
      margin-bottom: 22px;
    }
    .resort-gallery .sppb-addon-gallery .gallery-image .gallery-image-box img {
      width: 100%;
    }
    .blog .item .col-sm-6 {
      width: 100%;
      float: inherit;
    }
    .reservation_asset_item .asset-title {
      font-size: 22px;
      margin-bottom: 25px;
    }
    .reservation_asset_item .asset-address-wrapper {
      margin: 0 0 25px;
    }
    .reservation_asset_item .asset-address-wrapper span {
      font-size: 14px;
      line-height: 22px;
    }
    .reservation_asset_item .other-photos .sr-photo-wrapper {
      margin-bottom: 15px;
    }
    .reservation_asset_item
      .wizard
      .steps
      > li.reservation-tab
      .steps-text-wrapper
      > p {
      font-size: 12px;
    }
    .sp-comingsoon-wrap .sp-comingsoon-countdown .days span.number,
    .sp-comingsoon-wrap .sp-comingsoon-countdown .hours span.number,
    .sp-comingsoon-wrap .sp-comingsoon-countdown .minutes span.number,
    .sp-comingsoon-wrap .sp-comingsoon-countdown .seconds span.number {
      width: 260px;
    }
    .sp-comingsoon .days,
    .sp-comingsoon .hours,
    .sp-comingsoon .minutes,
    .sp-comingsoon .seconds {
      margin: 30px 15px;
    }
  }
  
  @media only screen and (max-width: 480px) {
    .has-slideshow#sp-header {
      /*top: 50px;*/
    }
    #sp-title .sp-page-title {
      padding: 80px 0 50px 0;
    }
    #sp-title .sp-page-title h2 {
      font-size: 24px;
    }
    #sp-title .sp-page-title h2::before {
      top: -30px;
      width: 200px;
    }
    .resort-slider .resort-slider-content h1:before {
      transform: inherit;
      margin-left: -100px;
    }
    .resort-slider .resort-slider-content > div {
      margin-top: 130px;
    }
    .resort-slider .resort-slider-content {
      width: 100%;
      position: absolute;
      top: 0;
      left: 0;
      transform: inherit;
    }
    .resort-slider .resort-slider-content h1 + p {
      margin: 30px 0;
    }
    #sp-reservation .reservation-button {
      margin: 0 !important;
    }
    #sp-reservation p {
      margin: 0;
      line-height: 100%;
    }
    .sp-resort-weather {
      display: none;
    }
    .reservation-button {
      right: 0;
      top: 15px;
    }
    /*.resort-title-heading .sppb-section-title {*/
    /*margin-bottom: 20px !important;*/
    /*margin-top: 80px !important;*/
    /*}*/
    .resort-title-heading .sppb-section-title h2 {
      font-size: 25px !important;
      line-height: 30px !important;
      margin-bottom: 20px !important;
    }
    .resort-title-heading .sppb-section-title::after {
      width: 200px;
      top: -30px;
    }
    .resort-search .rooms {
      margin: 0 15px;
      padding: 0;
    }
    .resort-search .sub-checkout-box {
      width: 100%;
    }
    .resort-search .adults {
      padding-right: 15px !important;
    }
    .children {
      padding-right: 15px !important;
    }
    .resort-search .check-in {
      padding-right: 0;
    }
    .resort-search .checkin_module:after,
    .resort-search .checkout_module:after {
      right: 15px;
    }
    .resort-discount h3 {
      /*font-size: 30px !important;*/
      /*line-height: 35px !important;*/
    }
    .rooms-suits .sppb-addon-single-image {
      margin-top: 20px;
    }
    .rooms-suits .sppb-addon-cta .text-center .sppb-btn-primary {
      margin-top: 30px !important;
    }
    .availability-calendar .span4 {
      width: 100%;
    }
    .reservation_asset_item #step2 .sr-reservation-form .span6 {
      width: 100% !important;
    }
    .reservation_asset_item #step2 .button-row > div {
      width: 100% !important;
    }
    .reservation_asset_item #step2 .button-row .btn-group {
      margin-top: 20px;
    }
    .reservation_asset_item #step2 .button-row button {
      margin-bottom: 10px;
      margin-left: 0;
      margin-right: 5px;
    }
    .gallery-image .gallery-image-box h4.sppb-gallery-image-title {
      font-size: 18px !important;
    }
    .sppb-addon-latest-posts .latest-posts .latest-post {
      margin-bottom: 20px;
    }
    .resort-gallery .sppb-addon-gallery .gallery-image .gallery-image-box img {
      width: 100%;
    }
    .reservation_asset_item .other-photos .sr-photo-wrapper {
      display: inline-block;
    }
    .reservation_asset_item
      .wizard
      .steps
      > li.reservation-tab
      .steps-text-wrapper
      > p {
      font-size: 9px;
    }
    .resort-contact-from .sppb-addon-ajax-contact .sppb-form-group:nth-child(1),
    .resort-contact-from .sppb-addon-ajax-contact .sppb-form-group:nth-child(2),
    .resort-contact-from .sppb-addon-ajax-contact .sppb-form-group:nth-child(3) {
      width: 100%;
      padding-right: 0;
    }
    .sppb-addon-office-location-wrapper .sppb-addon-content {
      margin-bottom: 20px;
    }
    .sppb-addon-office-location-wrapper h3 {
      font-size: 20px;
      margin: 0 0 20px 0;
    }
  }
  
  @media only screen and (max-width: 320px) {
    .has-slideshow#sp-header {
      /*top: 50px;*/
    }
    #sp-top1 {
      position: absolute;
      top: 10px;
      right: 0;
    }
    .sp-comingsoon-wrap .sp-comingsoon-countdown .days span.number,
    .sp-comingsoon-wrap .sp-comingsoon-countdown .hours span.number,
    .sp-comingsoon-wrap .sp-comingsoon-countdown .minutes span.number,
    .sp-comingsoon-wrap .sp-comingsoon-countdown .seconds span.number {
      width: 150px;
    }
    .sp-comingsoon .days,
    .sp-comingsoon .hours,
    .sp-comingsoon .minutes,
    .sp-comingsoon .seconds {
      margin: 30px 15px;
    }
    .acymailing_module_form td {
      display: block;
      width: 100% !important;
    }
  }
  
  .myt::after {
    /*content: '';
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translate(-50%);
    -webkit-transform: translate(-50%);
    width: 390px;
    height: 40px;
    background-image: url(../images/resort-title-heading1.png);
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-background-size: contain;*/
  }
  
  .myt1::after {
    /*content: '';
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translate(-50%);
    -webkit-transform: translate(-50%);
    width: 390px;
    height: 40px;
    background-image: url(../images/resort-title-heading.png);
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-background-size: contain;*/
  }
  
  .myt2::after {
    /*content: '';
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translate(-50%);
    -webkit-transform: translate(-50%);
    width: 390px;
    height: 40px;
    background-image: url(../images/resort-title-heading1.png) !important;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-background-size: contain;*/
  }
  
  .sec-head {
    text-align: center;
    margin-top: 0;
    font-size: 30px;
    color: #8a4797; 
    
  }
  
  .sec-subhead {
    text-align: left;
    font-size: 25px;
    color: #525252;
    
  }
  
  .sec-subhead.white {
    color: #ffffff;
  }
  
  .head-line {
    height: 2px;
    background: #8a4797;
    margin-bottom: 30px;
    width: 100%;
  }
  
  @media only screen and (max-width: 480px) {
    .myt::after {
      width: 200px;
      top: -30px;
    }
    #sp-page-builder .sppb-section-title .sppb-title-heading {
      font-size: 20px !important;
      line-height: 30px !important;
      margin-bottom: 20px !important;
    }
    .myt1::after {
      width: 200px;
      top: -30px;
    }
    .myt2::after {
      width: 200px;
      top: 75px !important;
    }
  }
  
  .table-hover > tbody > tr:hover {
    color: #d80a5c;
    transition: all ease 0.6s;
  }
  
  .her {
    text-align: center;
  }
  
  @media only screen and (max-width: 372px) {
    .spe-table tbody {
      font-size: 14px;
    }
  }
  
  /*@media only screen and (max-width: 480px){*/
  
  /*#section-id-1507611922{*/
  
  /*margin-top: 0px !important;*/
  
  /*padding-top: 22px !important;*/
  
  /*}*/
  
  /*#section-id-1507611941 {*/
  
  /*padding-top: 22px !important;*/
  
  /*}*/
  
  /*}*/
  
  /*@media only screen and (max-width: 1080px){*/
  
  /*#section-id-1507611915{*/
  
  /*display: none;*/
  
  /*}*/
  
  /*}*/
  
  /*@media only screen and (min-width: 1081px){*/
  
  /*#carousel-example-generic{*/
  
  /*display: none;*/
  
  /*}*/
  
  /*}*/
  
  .m-banner {
    display: none !important;
  }
  
  @media only screen and (max-width: 600px) {
    .d-banner {
      display: none !important;
    }
    .m-banner {
      display: block !important;
    }
    #award {
      padding: 40px;
    }
  }
  
  /*@media only screen and (max-width: 1080px){*/
  
  /*#carousel-example-generic{*/
  
  /*margin-top: 125px;*/
  
  /*}*/
  
  /*}*/
  
  @media only screen and (max-width: 480px) {
    .resort-discount h3 {
      /*font-size: 19px !important;*/
      /* line-height: 35px !important; */
    }
    .mobile-gap {
      margin-top: -35px;
    }
  }
  
  .specification {
    padding-left: 18px;
  }
  
  .specification li {
    font-size: 14px;
    margin-bottom: 12px;
    list-style-type: circle;
    font-family: "DM Sans", sans-serif;
  }
  
  .feature-txt {
    font-family: "DM Sans", sans-serif;
    text-align: center;
    margin-bottom: 30px;
    font-size: 14px;
    margin-top: -20px;
  }
  
  /*.i-section{
      padding-bottom: 10px !important;
      }*/
  
  .amenities-icon i:before {
    font-size: 82px;
    color: #fff;
  }
  
  .amenities-icon p {
    font-size: 14px;
    /*font-weight: 800;*/
    margin-top: 15px;
  }
  
  .i-holder {
    height: 170px;
  }
  
  .mytab {
    text-align: center;
    border-bottom: none;
    margin-bottom: 45px;
  }
  
  .mytab li {
    float: none !important;
    display: inline-block;
    margin-bottom: 10px;
  }
  
  .nav-tabs > li.active > a,
  .nav-tabs > li.active > a:hover,
  .nav-tabs > li.active > a:focus {
    color: #000;
    padding: 9px 20px !important;
    border: 2px solid #8a4797;
    border-radius: 0;
    font-size: 18px;
    cursor: pointer;
    background: #8a4797;
  }
  
  .config-tab > li.active > a,
  .config-tab > li.active > a:hover,
  .config-tab > li.active > a:focus {
    color: #353535 !important;
    background-color: #fff !important;
    border: none;
    /* border-bottom-color: transparent; */
    cursor: pointer;
  }
  
  .nav-tabs > li > a {
    color: #050505;
    padding: 9px 20px !important;
    border: 2px solid transparent;
    border-radius: 0;
    font-size: 18px;
  }
  
  .nav > li > a:hover,
  .nav > li > a:focus {
    background: transparent;
    border: 2px solid #050505;
  }
  
  .loc-text {
    color: #000;
    margin-top: 20px;
    font-size: 17px;
  }
  
  
  .form-btn:hover {
    border-color: #fff !important;
    background: #8a4797 !important;
    color: #fff !important;
  }
  
  .intl-tel-input {
    width: 100%;
  }
  
  #contctform-phone {
    width: 100%;
  }
  
  label {
    color: #1c1c1c;
  }
  
  .error-msg {
    color: red;
  }
  
  .valid-msg {
    color: green;
  }
  
  .modal-dialog {
    top: 110px;
  }
  
  .price-btn,
  .price-btn:focus {
    margin: 0px auto;
    display: block;
    background-image: none !important;
    background-color: #1c1c1c !important;
    text-shadow: none;
    color: #fff !important;
    border: 2px solid #1c1c1c !important;
    border-radius: 5px;
    padding: 10px 20px 10px 20px;
    transition: all 0.5s ease;
    font-weight: 800;
  }
  
  .price-btn:hover {
    color: #1c1c1c !important;
    background-color: #fff !important;
    border-color: #1c1c1c;
    transition: ease 0.5s;
  }
  
  #interested-model .modal-header, .modal-header {
    background: #1c1c1c;
    color: #fff;
  }
  
  #interested-model .close, #myModald .close {
    color: #fff !important;
    opacity: 1 !important;
  }
  
  #interested-model {
    z-index: 9999 !important;
  }
  
  #brochure-model .modal-header {
    background: #1c1c1c;
    color: #fff;
  }
  
  #brochure-model .close {
    color: #fff !important;
    opacity: 1 !important;
  }
  
  #brochure-model {
    z-index: 9999 !important;
  }
  
  #price-model {
    z-index: 9999 !important;
  }
  
  #price-model .modal-header {
    background: #1c1c1c;
    color: #fff;
  }
  
  #price-model .close {
    color: #fff !important;
    opacity: 1 !important;
  }
  
  #price-popup input,
  #price-popup select {
    height: 40px;
    width: 100%;
  }
  
  #price-popup .selected-flag {
    height: 40px;
  }
  
  #main-pop {
    z-index: 9999 !important;
  }
  
  #main-pop .modal-header {
    background: #1c1c1c;
    color: #fff;
  }
  
  #main-pop .close {
    color: #fff !important;
    opacity: 1 !important;
  }
  
  #main-pop input,
  #main-pop select {
    height: 40px;
    width: 100%;
  }
  
  #main-pop .selected-flag {
    height: 40px;
  }
  
  #contact-form input,
  #contact-form select {
    height: 40px;
    border: none;
    width: 100%;
  }
  
  #contact-form .input-group-addon {
    background: #8a4797;
    color: #fff;
    border: 0;
  }
  
  .form-ico {
    font-size: 19px !important;
  }
  
  #contact-form textarea {
    border: none;
    resize: none;
  }
  
  #contact-form .form-group {
    height: 40px;
    margin-bottom: 23px;
  }
  
  #contact-form .selected-flag {
    background: #1c1c1c;
    width: 39px;
    border-radius: 3px 0px 0px 3px;
    height: 40px;
  }
  
  #contact-form .flag-container {
    padding: 0px !important;
  }
  
  .form-p {
    text-align: center;
    margin-bottom: 20px !important;
    color: #fff;
  }
  
  #section-id-1507611991 {
    /* padding-top: 48px; */
  }
  
  #award {
    padding: 50px 0;
  }
  
  #section-id-1507611947 {
    /*padding-top: 100px;*/
    background-image: url(../../../images/demo/contact-us.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: 50% 17%;
    /*padding-bottom: 50px;*/
  }
  
  .sp-page-builder .page-content #section-id-1507611941 {
    
    background: #f5f5f5;
    padding: 30px 0;
  }
  
  .sp-page-builder .page-content #section-id-150761192010 {
    /*padding: 115px 0;*/
    background-image: url(../../../images/demo/mobile-bg.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: 50% 50%;
  }
  
  #section-id-150761192010 h2 {
    color: #fff !important;
  }
  
  #section-id-1507611922 {
    padding-top: 20px;
    padding-bottom: 50px;
  }

  
  button.btn.btn-danger.interested {
    position: fixed;
    top: 30%;
    right: -60px;
    transition: 0.4s ease-in;
    z-index: 999;
    background-color: #050505;
    width: 160px;
    font-weight: 600;
    font-size: 20px;
    padding: 5px;
    border: 2px solid #050505;
    transform: rotate(90deg);
  }
  
  button.btn.btn-danger.brochure {
    position: relative;   
    transition: 0.4s ease-in;
    /* z-index: 999; */
    background-color: #050505;
    /* width: 160px; */
    /* font-weight: 600; */
    font-size: 20px;
    padding: 5px;
    border: 2px solid #050505;
  }
  
  .gif {
    position: fixed;
    bottom: 15px;
    left: 15px;
    transition: 0.4s ease-in;
    z-index: 999;
    /* background-color: #1c1c1c; */
    width: 160px;
    font-weight: 600;
    font-size: 20px;
    padding: 5px;
    /* border: 2px solid #1c1c1c; */
  }
  
  .memo {
    position: fixed;
    bottom: 60px;
    left: 5px;
    background: transparent;
    z-index: 999;
    transition: 0.4s ease-in;
    padding-top: 40px;
    padding-bottom: 10px;
    width: 114px;
  }
  
  .memo1 {
    position: fixed;
    bottom: 200px;
    left: 5px;
    background: transparent;
    z-index: 999;
    transition: 0.4s ease-in;
    padding-top: 40px;
    padding-bottom: 10px;
    width: 114px;
  }
  
  .interested-div {
    display: none;
    position: fixed;
    bottom: 15px;
    right: 15px;
    border: 5px solid #1c1c1c;
    /*padding: 2%;*/
    border-radius: 5px;
    background-color: #f3f3f3;
    z-index: 999;
    transition: 0.4s ease-in;
    padding-top: 40px;
    padding-bottom: 10px;
    width: 300px;
  }
  
  .interested-div-close {
    position: absolute;
    right: 0px;
    bottom: auto;
    top: -1%;
    padding: 8px;
    color: #ffffff;
    font-size: 12px;
    line-height: 14px;
    border: 1px none #ffffff;
    background-color: #1c1c1c;
    font-weight: bolder;
  }
  
  p.popup-title {
    text-align: center;
    font-size: 20px;
    color: black;
  }
  
  p.inner-interested {
    position: absolute;
    top: 0vh;
    left: 0vh;
    text-transform: uppercase;
    font-weight: bold;
    background-color: #1c1c1c;
    width: 100%;
    padding: 1%;
    text-align: center;
    color: white;
  }
  
  #float-form input,
  #float-form select {
    height: 40px;
    border: none;
    background: #eaeaea;
    width: 100%;
  }
  
  #float-form .input-group-addon {
    background: #1c1c1c;
    color: #fff;
    border: 0;
  }
  
  #float-form .form-ico {
    font-size: 19px !important;
  }
  
  #float-form .form-group {
    height: 40px;
    margin-bottom: 23px;
  }
  
  #float-form .selected-flag {
    background: #1c1c1c;
    width: 39px;
    border-radius: 3px 0px 0px 3px;
    height: 40px;
  }
  
  #price-popupinput,
  #price-popup select {
    height: 40px;
    border: none;
    background: #eaeaea;
    width: 100%;
  }
  
  #price-popup .input-group-addon {
    background: #1c1c1c;
    color: #fff;
    border: 0;
  }
  
  #price-popup.form-ico {
    font-size: 19px !important;
  }
  
  #price-popup .form-group {
    height: 40px;
    margin-bottom: 23px;
  }
  
  #price-popup .selected-flag {
    background: #1c1c1c;
    width: 39px;
    border-radius: 3px 0px 0px 3px;
    height: 40px;
  }
  
  #brochure-form input,
  #brochure-form select {
    height: 40px;
    border: none;
    background: #eaeaea;
    width: 100%;
  }
  
  #brochure-form .input-group-addon {
    background: #1c1c1c;
    color: #fff;
    border: 0;
  }
  
  #brochure-form .form-ico {
    font-size: 19px !important;
  }
  
  #brochure-form .form-group {
    height: 40px;
    margin-bottom: 23px;
  }
  
  #brochure-form .selected-flag {
    background: #1c1c1c;
    width: 39px;
    border-radius: 3px 0px 0px 3px;
    height: 40px;
  }
  
  #main-popup input,
  #main-popup select {
    height: 40px;
    border: none;
    background: #eaeaea;
    width: 100%;
  }
  
  #main-popup .input-group-addon {
    background: #1c1c1c;
    color: #fff;
    border: 0;
  }
  
  #main-popup .form-ico {
    font-size: 19px !important;
  }
  
  #main-popup .form-group {
    height: 40px;
    margin-bottom: 23px;
  }
  
  #main-popup .selected-flag {
    background: #1c1c1c;
    width: 39px;
    border-radius: 3px 0px 0px 3px;
    height: 40px;
  }
  
  .thankyou {
    padding: 35px 10px 35px 10px;
  }
  
  .msgicon {
    height: 100px;
    width: 100px;
    border: 4px solid #fff;
    font-size: 39px;
    background: #1c1c1c;
    color: #fff;
    border-radius: 50%;
    padding: 26px;
    text-align: center;
    margin: 0px auto;
    display: block;
  }
  
  .oops {
    /*color: #fff;*/
    text-align: center;
    font-size: 50px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  
  .oops-subtitle {
    /*color: #fff;*/
    font-size: 18px;
  }
  
  .go-home {
    color: #1c1c1c;
    background: #fff;
    font-size: 19px;
    padding: 10px;
    width: 225px;
    margin: 0px auto;
    margin-top: 30px;
    border-radius: 5px;
    transition: ease 0.5s;
  }
  
  .go-home:hover {
    transition: ease 0.5s;
    color: #fff;
    background: #1c1c1c;
    border-radius: 25px;
  }
  
  .oops-greet {
    color: #1c1c1c;
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 15px;
  }
  
  .click_here a {
    color: #992a2e;
  }
  
  .click_here a:hover {
    color: #1c1c1c;
  }
  
  .table-hover > tbody > tr:hover .click_here a {
    color: #d80a5c;
  }
  
  .overlay {
    padding: 70px 0;
    /*background: url(../../../images/demo/pattern.png) rgba(0, 0, 0, 0);*/
    background-repeat: repeat;
    /* height: 580px; */
    /*box-shadow: 1px 1px 13px 7px;*/
    background: rgba(0, 0, 0, 0.2);
  }
  
  .overlay1 {
    padding: 70px 0;
    /*background: url(../../../images/demo/pattern.png) rgba(0, 0, 0, 0.6);*/
    background-repeat: repeat;
    /*box-shadow: 1px 1px 13px 7px;*/
    background: rgba(0, 0, 0, 0.4);
  }
  
  .overlay2 {
    padding: 70px 0;
    /*background: url(../../../images/demo/pattern.png) rgba(0, 0, 0, 0.6);*/
    background-repeat: repeat;
    /*box-shadow: 1px 1px 13px 7px;*/
    /* background: rgba(0, 0, 0, 0.4); */
  }
  
  .overlay3 {
    padding-top: 70px;
    /*background: url(../../../images/demo/pattern.png) rgba(0, 0, 0, 0.6);*/
    background-repeat: repeat;
    /*box-shadow: 1px 1px 13px 7px;*/
    /* background: rgba(0, 0, 0, 0.4); */
  }
  
  #section-id-1507611938 h2 {
    color: #fff !important;
  }
  
  #section-id-1507611941 h2 {
    color: #fff !important;
  }
  
  .customNavigation {
    display: none;
  }
  
  /*.underline{
    border-color: #be006c !important;
    border-bottom: 4px solid #3a3a4e;
    text-decoration: none;
    padding-bottom: 0;
    line-height: 45px;
    display: inline-block;
    }*/
  
  /* .underline {
      background: #5c4236;
      height: 4px;
      border-radius: 10px;
      width: 120px;
      margin: 0px auto;
      margin-top: 0px;
  }
  
  .underline1 {
      background: #de273e;
      height: 4px;
      border-radius: 10px;
      width: 120px;
      margin: 0px auto;
      margin-top: 0px;
  } */
  
  /* .underline2 {
      background: #1c1c1c;
      height: 4px;
      border-radius: 10px;
      width: 120px;
      margin: 0px auto;
      margin-top: 0px;
  } */
  
  .spe-table th,
  .spe-table td {
    border: none !important;
  }
  
  .over-img {
    position: relative;
    top: -110px;
    background: #fff;
    padding: 10px;
    border: 2px solid #cf256c;
  }
  
  form #website {
    display: none;
  }
  
  .crown-ul {
    color: #fff;
    text-align: left;
    font-family: "DM Sans", sans-serif;
    font-weight: 400;
    margin: 0px auto;
    display: inline-block;
  }
  
  .crown-ul li {
    font-size: 18px;
    list-style: circle;
  }
  
  /*=================  custome image banner style  ======================*/
  
  .banner-img {
    position: relative;
    margin-top: -105px;
  }
  
  #sp-top-bar {
    position: relative;
    background: #493e3e !important;
  }
  
  @media only screen and (max-width: 767px) {
    .banner-img {
      margin-top: initial;
    }
    #sp-top-bar {
      background-color: #493e3e !important;
    }
    #sp-header {
      height: 85px !important;
    }
    .gif {
      position: fixed;
      bottom: 47px;
      left: 1px;
      transition: 0.4s ease-in;
      z-index: 999;
      /* background-color: #1c1c1c; */
      width: 100px;
      font-weight: 600;
      font-size: 20px;
      padding: 5px;
      /* border: 2px solid #1c1c1c; */
    }
  }
  
  /*========================================================================*/
  
  .offer-img {
    margin: 0px auto;
    margin-top: 25px;
  }
  
  #crown {
    /* background: url(../../../images/Patern2.png) #383838; */
    /*background-size: cover;*/
    padding-top: 70px;
  }
  
  .crown-t {
    color: #fff;
    font-weight: 800 !important;
    font-size: 25px;
    font-family: "DM Sans", sans-serif;
    margin-top: 10px;
    margin-bottom: 35px;
  }
  
  @media only screen and (max-width: 1200px) and (min-width: 768px) {
    .over-img {
      top: -60px;
    }
  }
  
  @media only screen and (max-width: 767px) and (min-width: 0px) {
    .over-img {
      top: -20px;
      width: 80%;
      margin: 0px auto;
      margin-bottom: 20px;
    }
  }
  
  @media only screen and (max-width: 390px) and (min-width: 0px) {
    .crown-t {
      font-size: 22px;
    }
  }
  
  @media only screen and (max-width: 500px) and (min-width: 0px) {
    .a-t {
      font-size: 21px;
    }
  }
  
  @media only screen and (max-width: 450px) and (min-width: 0px) {
    .tt-lolo {
      position: relative;
      left: 41px;
    }
  }
  
  .crown-at {
    /* font-family: 'DM Sans', sans-serif; */
    color: #8a4797;
    font-weight: 700;
    font-size: 35px;
    line-height: 30px;
    margin-bottom: 16px;
    text-align: left;
    margin-top: 0;
    font-size: 40px;
    color: #8a4797;
    font-family: "Exo2-SemiBold";
  }
  
  .g-abouthead {
    font-family: "DM Sans", sans-serif;
    font-weight: 700;
    color: #075865;
  }
  
  .flot-btn,
  flot-btn:focus {
    background: #1c1c1c !important;
    box-shadow: none !important;
    color: #fff !important;
    border: 2px solid #1c1c1c !important;
    margin: 0px auto !important;
    display: block !important;
    padding: 6px 20px !important;
  }
  
  .flot-btn:hover {
    background: transparent;
    box-shadow: none;
    border-color: #1c1c1c;
    color: #1c1c1c;
  }
  
  .i-holder img {
    margin: 0px auto;
    width: 80px;
  }
  
  .about-subh {
    color: #075865;
    font-size: 22px;
  }
  
  .sp-anrock {
    width: 100% !important;
  }
  
  .sp-anrock {
    margin-top: 14px !important;
  }
  
  @media only screen and (max-width: 400px) {
    .sp-anrock {
      width: 114px !important;
    }
  }
  
  .youtube {
    width: 100%;
    height: 410px;
  }
  
  #carousel-example-generic {
    margin-top: 0px;
  }
  
  .location-text {
    text-align: center;
    margin-bottom: 30px;
    font-family: "DM Sans", sans-serif;
    font-weight: 400;
  }
  
  #model360 {
    z-index: 9999999;
  }
  
  #model360 .modal-dialog {
    /*height: 100vh !important;*/
    width: 98% !important;
    margin-top: 0;
    top: 20px;
    margin-bottom: 0px;
  }
  
  #m-360 {
    width: 100%;
    height: 100%;
    border: none;
  }
  
  #model360 .modal-body {
    height: 90vh;
    padding: 0px !important;
  }
  
  #model360 .modal-header {
    /*background: #075865; *!*/
    /* color: #fff; */
    border-bottom: none;
  }
  
  .intl-tel-input .country-list {
    z-index: 9 !important;
  }
  
  .nav > li > a > img {
    margin: 0px auto;
    width: 40px;
  }
  
  .rooms-suits .sppb-addon-content img {
    margin-bottom: 25px;
  }
  
  .mobile-txt {
    color: #ffffff;
    font-family: "DM Sans", sans-serif;
  }
  
  @media only screen and (max-width: 321px) {
    .nav > li > a {
      padding: 10px 9px;
    }
  }
  
  @media only screen and (max-width: 380px) {
    .table-holder {
      overflow: scroll;
    }
  }
  
  .nearby img {
    margin: 0px auto;
    margin-top: 17px;
    width: 455px;
  }
  
  .interested-mobile {
    position: fixed;
    background-image: none;
    background: #ba1f6b;
    color: #fff;
    padding: 6px 13px;
    font-family: "DM Sans", sans-serif;
    border: 2px solid #fff;
    transition: ease all 0.5s;
    outline: none;
    box-shadow: 2px 2px 5px #bbbbbb;
    bottom: 15px;
    right: 15px;
    z-index: 99;
    cursor: pointer;
  }
  
  .mobile-btn i {
    font-size: 30px;
  }
  
  .blow-banner img {
    width: 70px;
    margin: 0px auto;
  }
  
  .blow-banner p {
    color: #050505;
    margin-top: 20px;
    font-size: 17px;
    height: 73px;
  }
  
  @media only screen and (max-width: 550px) {
    .blow-banner img {
      width: 85px;
    }
    .blow-banner {
      margin-bottom: 30px;
    }
    .blow-banner p {
      /* height: 115px; */
    }
  }
  
  @media only screen and (max-width: 991px) and (min-width: 551px) {
    .blow-banner img {
      width: 100px;
    }
  }
  
  .realatte {
    background: #148e4a;
    color: #fff;
    padding: 6px;
  }
  
  .realatte p {
    text-align: center;
    margin: 0;
  }
  
  .realatte p a {
    color: #ffc51a;
  }
  
  .foo-logo {
    margin: 0px auto;
    margin-top: 10px;
  }
  
  .footer-txt {
    font-size: 14px;
    line-height: 19px;
  }
  
  .sec-dics {
    background: #e6e6e6;
    padding: 10px 0px;
  }
  
  .sec-dics h2 {
    text-align: center;
    font-size: 17px;
    margin: 0;
    margin-bottom: 7px;
  }
  
  .sec-dics p {
    text-align: center;
    font-size: 13px;
    line-height: 19px;
    font-style: italic;
    margin: 0;
  }
  
  .sec-dics p span {
    color: #ff0000;
  }
  
  .cust-container {
    width: 73%;
    margin: 0px auto;
    display: table;
  }
  
  .spe-head {
    color: #1c1c1c;
    font-weight: 800;
    text-transform: uppercase;
  }
  
  .fixed-footer-cust {
    background: #1c1c1c;
    text-align: center;
    padding: 10px 0px 10px 0px;
    width: 100%;
    position: fixed;
    bottom: 0px;
    z-index: 99;
  }
  
  .div-line {
    border-right: 1px solid #fff;
  }
  
  .fix-link {
    color: #fff !important;
    font-size: 14px;
  }
  
  @media only screen and (max-width: 338px) {
    .fix-link {
      color: #fff !important;
      font-size: 12px;
    }
  }
  
  @media only screen and (max-width: 767px) {
    #sp-footer {
      margin-bottom: 44px;
    }
    .overlay {
      padding: 50px 0 0  !important;
    }
    /* #section-id-1507611941 {
          padding-top: 65px !important;
      } */
    #section-id-1507611922 {
      padding-top: 1px !important;
    }
    .sp-page-builder .page-content #section-id-1507611930 {
      padding-top: 65px !important;
    }
    .overlay1 {
      padding: 85px 0 !important;
    }
    #sp-menu {
      margin-top: 0px !important;
    }
    .menu-fixed#sp-header {
      height: 82px !important;
      background: rgba(0, 0, 0, 0.9);
    }
    #youtube {
      width: 100%;
    }
  }
  
  @media only screen and (max-width: 500px) {
    #youtube {
      width: 100%;
      height: 180px;
    }
  }
  
  .address-wrap {
    /* padding-top: 40px; */
    margin-top: 40px;
    position: relative;
    -webkit-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
    /* border: 2px solid #1c1c1c; */
    box-shadow: 1px 1px 20px 2px #000;
  }
  
  .address-wrap h2 {
    color: #fff;
    margin: 0;
    font-size: 20px;
    margin-bottom: 10px;
  }
  
  .contact-info {
    margin-bottom: 4em;
    padding: 0;
  }
  
  .contact-info li {
    color: #fff;
    list-style: none;
    margin: 0 0 20px 0;
    position: relative;
    padding-left: 40px;
  }
  
  .contact-info li a {
    color: #fff;
  }
  
  .contact-info li i {
    position: absolute;
    top: 2px;
    left: 0;
    font-size: 22px;
    color: #1c1c1c;
  }
  
  .contact-info li i img {
    width: 19px;
  }
  
  #section-id-1507611930 {
    /*background: url(../../../images/leaf.png) center 65%;*/
    background-repeat: no-repeat;
  }
  
  #youtube {
    margin: 0px auto;
    display: block;
    margin-bottom: 40px;
  }
  
  .patch-wrap {
    /* background: #e14039; */
    /* padding: 20px; */
    text-align: center;
    margin-bottom: 20px;
    border-radius: 20px;
    /*padding-top: 4em;*/
  }
  
  .patch-wrap img {
    /*width: 475px;*/
    background: #f1f1f1;
    padding: 8px;
    border-radius: 10px;
    box-shadow: 8px 8px 20px #d4d4d4;
    opacity: 1;
    display: block;
    width: 100%;
    height: auto;
    transition: 0.5s ease;
    backface-visibility: hidden;
    margin: 0px auto;
  }
  
  .image {
  }
  
  .middle {
    transition: 0.5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
  }
  
  .patch-wrap:hover .small-map {
    opacity: 0.3;
  }
  
  .patch-wrap:hover .middle {
    opacity: 1;
  }
  
  .text {
    background-color: #1c1c1c;
    color: white;
    font-size: 16px;
    padding: 10px 25px;
  }
  
  .round-rwap img {
    width: 100%;
    margin: 0px auto;
    margin-bottom: 15px;
  }
  
  .cust-line {
    height: 2px;
    background: #1c1c1c;
  }
  
  .cust-head {
    text-align: left;
    color: #1c1c1c;
    margin-bottom: 0px;
    font-size: 36px;
    margin-top: 0px;
  }
  
  .cust-subhead {
    text-align: center;
    font-size: 13px;
    margin-top: 5px;
    text-transform: uppercase;
    font-weight: 100;
    line-height: 20px;
  }
  
  .ami-head {
    margin-top: 0px;
    margin-bottom: 30px;
    font-size: 24px;
  }
  
  #lifestyle {
    padding-top: 50px;
    padding-bottom: 30px;
  }
  
  .lifemain {
    margin-top: 50px;
  }
  
  .lifestyle-wrap {
    background: #1c1c1c;
    padding: 15px;
    margin-bottom: 20px;
    box-shadow: 2px 2px 11px #adadad;
    height: 80px;
    color: #fff;
    border-radius: 20px;
  }
  
  .lifestyle-wrap p {
    font-size: 18px;
    font-weight: 800;
    margin: 0px;
  }
  
  @media only screen and (max-width: 767px) {
    .lifestyle-wrap {
      height: inherit;
    }
    .lifestyle-wrap p {
      font-size: 14px;
      font-weight: 400;
      margin: 0px;
    }
    .map-imgwrap {
      height: initial !important;
    }
  }
  
  .map-imgwrap {
    background: #f1f1f1;
    height: 450px;
  }
  
  #pageloader {
    background: rgba(255, 255, 255, 0.9);
    display: none;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 9999999;
    top: 0;
  }
  
  #pageloader img {
    left: 50%;
    width: 100px;
    margin-left: -32px;
    margin-top: -32px;
    position: absolute;
    top: 50%;
  }
  
  .am-input-container .am-input {
    height: 40px;
    background-color: #eaeaea !important;
    border: none !important;
  }
  
  .am-input-container select {
    width: 80px !important;
    height: 40px;
    top: 15px !important;
    border: none;
    background: #c5c5c5;
  }
  
  .am-input-container {
    margin-bottom: 0px !important;
  }
  
  .ap-lead-form {
    padding-top: 0px !important;
  }
  
  .am-input-container.phone .am-input {
    padding-left: 90px !important;
  }
  
  .am-button {
    background: #1c1c1c !important;
    border: none !important;
    padding: 10px !important;
  }
  
  input[type="text"],
  input[type="email"] {
    padding-left: 9px !important;
  }
  
  input[type="checkbox"] {
    height: initial !important;
    margin-right: 5px;
    display: none;
  }
  
  input {
    position: absolute;
    /* opacity: 0; */
    z-index: -1;
  }
  
  /* Accordion styles */
  
  /*.tabs {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 4px -2px rgba(0, 0, 0, 0.5);
  }
  
  .tab {
    width: 100%;
    color: white;
    overflow: hidden;
    border-bottom: 2px solid #000;
  }
  
  .tab-label {
    display: flex;
    justify-content: space-between;
    padding: 10px 10px;
    
    font-weight: bold;
    cursor: pointer;
  }*/
  
  .tab-label:hover {
    /* background: #1a252f; */
  }
  
 /* .tab-label::after {
    content: "\276F";
    width: 1em;
    height: 1em;
    text-align: center;
    transition: all 0.35s;
  }*/
  
  /* .tab-content {
      max-height: 0;
      padding: 0 1em;
      color: #2c3e50;
      background: white;
      transition: all .35s;
  } */
  
  .tab-close {
    display: flex;
    justify-content: flex-end;
    padding: 1em;
    font-size: 0.75em;
    background: #2c3e50;
    cursor: pointer;
  }
  
  .tab-close:hover {
    background: #1a252f;
  }
  
  input:checked + .tab-label {
    background: #1a252f;
  }
  
  input:checked + .tab-label::after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  
  input:checked ~ .tab-content {
    max-height: 100vh;
    padding: 1em;
  }
  
  .sppb-addon-latest-posts .latest-posts1 .latest-post,
  .sppb-addon-latest-posts .latest-posts1 .latest-post .latest-post-inner {
    min-height: 420px;
    /* min-height: 240px; */
    margin-top: 25px;
    /* max-height: 240px; */
    /* margin-bottom: 30px; */
  }
  
  .sppb-addon-latest-posts .latest-posts1 .latest-post {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
  }
  
  .sppb-addon-latest-posts .latest-posts1 .latest-post .latest-post-inner {
    padding: 50px 30px;
    position: relative;
    -webkit-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
    /* border: 2px solid #ea3455;
      box-shadow: 1px 1px 6px 1px; */
  }
  
  .sppb-addon-latest-posts .latest-posts1 .latest-post .latest-post-inner:hover {
    background-color: rgba(213, 27, 93, 0.4);
  }
  
  .sppb-addon-latest-posts
    .latest-posts1
    .latest-post
    .latest-post-inner
    .link-icon
    a
    i {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
  }
  
  .sppb-addon-latest-posts
    .latest-posts1
    .latest-post
    .latest-post-inner:hover
    .link-icon {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
    -webkit-transform: translate(-50%, -50%) scale(1);
  }
  
  .sppb-addon-latest-posts
    .latest-posts1
    .latest-post
    .latest-post-inner
    .link-icon {
    position: absolute;
    opacity: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    -webkit-transform: translate(-50%, -50%) scale(0);
    color: #fff;
    z-index: 999;
    -webkit-transition: 300ms;
    transition: 300ms;
  }
  
  .sppb-addon-latest-posts
    .latest-posts1
    .latest-post
    .latest-post-inner
    .link-icon
    a {
    background-color: #493e3e;
    display: table;
    height: 50px;
    width: 50px;
    border-radius: 30px;
  }
  
  .heading-02 {
    /* font-family: 'Intro'; */
    font-weight: 300;
    font-size: 17px;
    color: #000;
    line-height: 2.75rem;
    margin-bottom: 2rem;
  }
  
  .list-items {
    list-style-type: none;
    padding: 0px;
  }
  
  #award p {
    color: #333;
    /* background: #1c1c1c26; */
    padding: 5px 0px 0px 15px;
    font-size: 14px;
    font-weight: 500;
  }
  
  .open_dialogue {
    cursor: pointer;
  }
  
  .img-fluid1 {
    max-width: 100%;
    height: auto;
  }
  
  #award p span {
    color: #737373;
  }
  
  .adr {
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.5px;
    color: #000;
    margin-top: 21px;
    /* width: 480px; */
  }
  
  #section-id-1507611941 .tab-content {
    max-height: unset !important;
  }
  
  .img-fluid {
    max-width: 22%;
    height: auto;
    margin: 0px auto;
  }
  
  .am-col p {
    margin-top: 10px;
    font-size: 14px;
    text-align: center;
  }
  
  .underline {
    /* background: #272727; */
    height: 19px;
    /* border-radius: 10px; */
    width: 300px;
    margin: -3px auto 25px;
   /* background-image: url(../../../images/div.png);*/
    background-size: cover;
  }
  
  .about-lamp {
    position: absolute;
    right: 0;
    top: 0;
  }
  
  .about-bg {
    background: url(../../../images/overview.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 580px;
    box-shadow: 1px 1px 13px 7px;
    /* margin: 40px 0; */
  }
  
  .aboutus-block {
    background-color: #2a2a2adb;
    height: 580px;
    position: relative;
    right: 0px;
  }
  
  .pull-right {
    float: right !important;
  }
  
  .about-content {
    margin: 27px;
  }
  
  .section-head {
    text-transform: uppercase;
    color: #fff;
    /* font-family: 'Open Sans', sans-serif; */
    font-family: "Montserrat", sans-serif;
    padding: 0px 0;
  }
  
  .section-head1 {
    text-transform: uppercase;
    color: #fff;
    /* font-family: 'Open Sans', sans-serif; */
    font-family: "Montserrat", sans-serif;
    padding: 0px 0;
    font-size: 14px;
    line-height: 20px;
  }
  
  .about-content p {
    color: #fff;
    font-size: 13px;
    font-weight: 800;
    /* font-family: 'Open Sans', sans-serif; */
    font-family: "Montserrat", sans-serif;
    text-align: center;
  }
  
  .locationBox .location-icon {
    color: #fff;
    font-size: 50px;
    width: 105px;
    height: 105px;
    line-height: 120px;
    /* margin: 0 auto 40px; */
    display: block;
    position: relative;
  }
  
  .locationBox .location-icon:before {
    content: "";
    /* background: linear-gradient(to right,#d3ad37 49%,#d5b659 50%); */
    width: 100%;
    height: 100%;
    border-radius: 50px;
    /* box-shadow: 0 0 0 5px #fff inset; */
    /* border: 5px solid #d5b659; */
    border-right: none;
    border-top: none;
    transform: rotate(45deg);
    position: absolute;
    box-shadow: 0px 0px 20px 0px #00000052;
    top: 0;
    left: 0;
    z-index: 1;
    transition: all 0.5s ease 0s;
  }
  
  .location-icon span {
    color: #5c5c5c;
    font-size: 60px;
    /* width: 120px; */
    /* height: 55px; */
    line-height: 100px;
    margin: 0 auto 40px;
    display: block;
    position: relative;
    z-index: 1;
    /* top: 25px; */
    transition: ease all 0.5s;
  }
  
  .property-highlight {
    margin-bottom: 40px !important;
    transition: ease all 0.5s;
  }
  
  .property-highlight .location-icon span {
    color: #5e5e5e;
    font-size: 40px;
    /* width: 120px; */
    /* height: 55px; */
    line-height: 65px;
    margin: 0 auto 40px;
    display: block;
    position: relative;
    z-index: 1;
    /* top: 25px;*/
    transition: ease all 0.5s;
  }
  
  .property-highlight:hover {
    transform: translateY(-10px);
    transition: ease all 0.5s;
  }
  
  .property-highlight:hover .location-icon span {
    color: #8a4797 !important;
    transition: ease all 0.5s;
  }
  
  /*.locationBox .title {*/
  
  /*color: #000000;*/
  
  /*font-size: 16px;*/
  
  /*letter-spacing: 1px;*/
  
  /*font-weight: 100;*/
  
  /*margin: -20px 0 23px;*/
  
  /*transition: all 0.3s ease 0s;*/
  
  /*text-align: center;*/
  
  /*}*/
  
  .locationBox .location-icon:hover::before {
    /*border-radius: 20px;*/
    /*transform: rotate(180deg);*/
  }
  
  .footer-sec {
    padding: 15px 0px;
    background: #f5f5f5;
    max-width: 100%;
    /*box-shadow: inset 1px 1px 20px 4px;*/
    position: relative;
    -webkit-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
    /* border: 2px solid #1c1c1c; */
  }
  
  .foote-wrap {
    margin: 0px auto;
    display: block;
  }
  
  .foote-wrap img {
    margin: 0px auto;
    display: block;
    width: 100px;
  }
  
  .foote-wrap p {
    text-align: center;
    margin-top: 7px;
    margin-bottom: 0px;
  }
  
  .address {
    text-align: center;
    margin-top: 10px;
    padding: 0px;
  }
  
  .address li:first-child {
    margin-right: 18px;
  }
  
  .address li {
    display: inline-block;
    margin-bottom: 10px;
    line-height: 20px;
    font-size: 16px;
    list-style-type: none;
  }
  
  .reralist {
    text-align: center;
    /* margin-top: 10px; */
    list-style-type: none;
    padding: 0px;
  }
  
  .address li i {
    color: #1c1c1c;
  }
  
  .sideback {
    background-image: url(../../../images/offer-back.jpg);
    background-size: cover;
    background-attachment: fixed;
  }
  
  .confback1 {
    background: #f1f1f138;
    padding: 70px 0px;
    background: url(../../../images/demo/pattern.png) rgba(0, 0, 0, 0.6);
  }
  
  #accordion .panel {
    border-radius: 0;
    border: 0;
    margin-top: 0px;
  }
  
  #accordion a {
    display: block;
    padding: 10px 15px;
    border-bottom: 1px solid #1c1c1c;
    text-decoration: none;
    color: #1c1c1c;
  }
  
  #accordion .panel-heading a.collapsed:hover,
  #accordion .panel-heading a.collapsed:focus {
    background-color: #1c1c1c;
    color: white;
    transition: all 0.2s ease-in;
  }
  
  #accordion .panel-heading a.collapsed:hover::before,
  #accordion .panel-heading a.collapsed:focus::before {
    color: white;
  }
  
  #accordion .panel-heading {
    padding: 0;
    border-radius: 0px;
    text-align: center;
  }
  
  #accordion .panel-heading a:not(.collapsed) {
    color: white;
    background-color: #1c1c1c;
    transition: all 0.2s ease-in;
  }
  
  /* Add Indicator fontawesome icon to the left */
  
  #accordion .panel-heading .accordion-toggle::before {
    font-family: "FontAwesome";
    content: "\f00d";
    float: left;
    color: white;
    font-weight: lighter;
    transform: rotate(0deg);
    transition: all 0.2s ease-in;
  }
  
  #accordion .panel-heading .accordion-toggle.collapsed::before {
    color: #1c1c1c;
    transform: rotate(-135deg);
    transition: all 0.2s ease-in;
  }
  
  .sppb-addon-latest-posts .latest-posts2 .latest-post,
  .sppb-addon-latest-posts .latest-posts2 .latest-post .latest-post-inner {
    min-height: 57px;
    /* min-height: 240px; */
    margin-top: 67px;
    /* max-height: 240px; */
    /* margin-bottom: 30px; */
  }
  
  .sppb-addon-latest-posts .latest-posts2 .latest-post {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
  }
  
  .sppb-addon-latest-posts .latest-posts2 .latest-post .latest-post-inner {
    padding: 43px 30px;
    position: relative;
    -webkit-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
    /* border: 2px solid #ea3455; */
    /* box-shadow: 1px 1px 6px 1px; */
  }
  
  .sppb-addon-latest-posts .latest-posts2 .latest-post .latest-post-inner:hover {
    background-color: rgba(213, 27, 93, 0.4);
  }
  
  .sppb-addon-latest-posts
    .latest-posts2
    .latest-post
    .latest-post-inner
    .link-icon
    a
    i {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
  }
  
  .sppb-addon-latest-posts
    .latest-posts2
    .latest-post
    .latest-post-inner:hover
    .link-icon {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
    -webkit-transform: translate(-50%, -50%) scale(1);
  }
  
  .sppb-addon-latest-posts
    .latest-posts2
    .latest-post
    .latest-post-inner
    .link-icon {
    position: absolute;
    opacity: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    -webkit-transform: translate(-50%, -50%) scale(0);
    color: #fff;
    z-index: 999;
    -webkit-transition: 300ms;
    transition: 300ms;
  }
  
  .footer-call {
    text-align: center;
    font-size: 20px;
    color: #fff;
  }
  
  .foo-txt {
    text-align: center;
    color: #fff;
    font-size: 20px;
    margin-top: 20px;
  }
  
  .sppb-addon-latest-posts
    .latest-posts2
    .latest-post
    .latest-post-inner
    .link-icon
    a {
    background-color: #493e3e;
    display: table;
    height: 50px;
    width: 50px;
    border-radius: 30px;
  }
  
  .locationBox1 {
    transition: ease all 0.5s;
  }
  
  .locationBox1 .location-icon {
    color: #fff;
    font-size: 50px;
    width: 105px;
    height: 105px;
    line-height: 120px;
    margin: 0 auto 40px;
    display: block;
    position: relative;
    box-shadow: 0 10px 8px -6px rgba(0, 0, 0, 0.3);
  }
  
  .locationBox1 .location-icon:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    border: 2px solid #eaeaea;
    transition: ease all 0.5s;
  }
  
  .location-icon img {
    color: #fff;
    font-size: 50px;
    /* width: 120px; */
    height: 55px;
    line-height: 120px;
    margin: 0 auto 40px;
    display: block;
    position: relative;
    z-index: 1;
    top: 25px;
  }
  
  .locationBox1 .title {
    color: #000000;
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 100;
    margin: -20px 0 23px;
    transition: all 0.3s ease 0s;
    text-align: center;
    /* font-family: 'Source Sans Pro', sans-serif; */
  }
  
  .locationBox1:hover {
    transform: translateY(-10px);
    transition: ease all 0.5s;
  }
  
  .locationBox1:hover .location-icon span {
    color: #8a4797;
    transition: ease all 0.5s;
  }
  
  .locationBox1 .location-icon:hover::before {
    /*border-radius: 20px;*/
    /*transform: rotate(90deg);*/
    /*transition: ease all 0.5s;*/
  }
  
  @media only screen and (max-width: 700px) {
    #award {
      padding: 40px 0;
    }
    .sppb-addon-latest-posts .latest-posts1 .latest-post,
    .sppb-addon-latest-posts .latest-posts1 .latest-post .latest-post-inner {
      /* min-height: 420px; */
      min-height: 200px;
      margin-top: 29px;
      /* max-height: 240px; */
      /* margin-bottom: 30px; */
    }
    .sppb-addon-latest-posts .latest-posts1 .latest-post .latest-post-inner {
      padding: 50px 30px;
      position: relative;
      -webkit-transition: 300ms;
      -o-transition: 300ms;
      transition: 300ms;
    }
    .sppb-addon-latest-posts .latest-posts2 .latest-post .latest-post-inner {
      padding: 37px 30px;
      position: relative;
      -webkit-transition: 300ms;
      -o-transition: 300ms;
      transition: 300ms;
      /* border: 2px solid #ea3455; */
      /* box-shadow: 1px 1px 6px 1px; */
    }
    .sppb-addon-latest-posts .latest-posts2 .latest-post,
    .sppb-addon-latest-posts .latest-posts2 .latest-post .latest-post-inner {
      /* min-height: 57px; */
      min-height: 44px;
      margin-top: 37px;
      /* max-height: 240px; */
      /* margin-bottom: 30px; */
    }
    #kenytChatBubble {
      display: none !important;
    }
    #chatbox-container {
      display: none !important;
    }
    #chatWindow,
    #windowContainer {
      display: none !important;
    }
    #award p {
      color: #333;
      /* background: #1c1c1c26; */
      padding: 0px 0px 0px 0px;
      font-size: 12px;
    }
  }
  
  .locationBox {
    background: #fff;
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    padding: 10px 0px;
    height: 135px;
    margin-bottom: 30px;
    border-radius: 0px;
    transition: all 0.3s ease 0s;
    box-shadow: 1px 1px 18px #eeb65b;
    border-top: solid 4px #eeb65b;
  }
  
  /* .locationBox:hover{ box-shadow: 0 0 5px #DA4155; } */
  
  .locationBox .location-icon {
    color: #fff;
    font-size: 50px;
    width: 65px;
    height: 65px;
    line-height: 120px;
    margin: 10px auto 40px;
    display: block;
    position: relative;
  }
  
  .locationBox .location-icon:hover::before {
    transform: rotate(90deg);
  }
  
  .locationBox .location-icon:before {
    width: 100%;
    height: 100%;
    border-radius: 55px 50px 0px 50px;
    /* box-shadow: 0 0 0 5px #fff inset; */
    /* border: 5px solid #222222; */
    border-right: none;
    border-top: none;
    transform: rotate(45deg);
    background: #fff;
    position: absolute;
    box-shadow: 3px 3px 10px #222222;
    top: 0;
    left: 0;
    z-index: 1;
    transition: all 0.5s ease 0s;
  }
  
  .locationBox:hover .location-icon:before {
    /* transform: rotate(315deg); */
  }
  
  .location-icon img {
    color: #fff;
    font-size: 50px;
    width: 80px;
    height: 70px;
    line-height: 120px;
    margin: 0 auto 40px;
    display: block;
    position: relative;
    z-index: 1;
    top: 22px;
  }
  
  .locationBox .title {
    color: #000000;
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 10px;
    transition: all 0.3s ease 0s;
  }
  
  .locationBox:hover .title {
    letter-spacing: 1px;
  }
  
  .locationBox .description {
    color: #6f6f6f;
    font-size: 14px;
    line-height: 27px;
    padding-left: 10px;
    list-style-type: none;
    text-align: left;
  }
  
  .property-highlight h3 {
    color: #1c1c1c;
    font-weight: 600;
    font-size: 20px;
    text-transform: uppercase;
    margin: 10px 0;
  }
  
  /* .locationBox.orange:hover{ box-shadow: 0 0 5px #E87C2C; } */
  
  .locationBox.orange .location-icon:before {
    /* background: linear-gradient(to right,#000000 49%, #202020 50%);
              border-color: #000000; */
  }
  
  .locationBox.orange .title {
    color: #000000;
  }
  
  .locationBox.blue:hover {
    box-shadow: 0 0 5px #0aaead;
  }
  
  .locationBox.blue .location-icon:before {
    background: linear-gradient(to right, #3cc0cc 49%, #0aaead 50%);
    border-color: #0aaead;
  }
  
  .locationBox.blue .title {
    color: #0aaead;
  }
  
  .locationBox.gray:hover {
    box-shadow: 0 0 5px #37485c;
  }
  
  .locationBox.gray .location-icon:before {
    background: linear-gradient(to right, #3c506b 49%, #37485c 50%);
    border-color: #37485c;
  }
  
  .location-icon .fa {
    z-index: 14;
    position: relative;
  }
  
  .locationBox.gray .title {
    color: #37485c;
  }
  
  .koltelogo {
    width: 65px;
    height: 46px;
    margin-left: 70%;
    position: relative;
    top: -20px;
    /* z-index: 9999999; */
  }
  
  @media only screen and (max-width: 990px) {
    .locationBox {
      margin: 0 0 30px;
    }
    .property-highlight h3 {
      color: #1c1c1c;
      font-weight: 600;
      font-size: 14px;
      text-transform: uppercase;
      margin: 10px 0;
    }
    .foote-wrap p {
      text-align: center;
      margin-top: 7px;
      margin-bottom: 45px;
    }
  }
  
  .pd0 {
    padding: 0px;
  }
  
  .click_here a {
    color: #fff;
    background: #8a4797;
    padding: 4px;
  }
  
  .click_here a:hover {
    color: #fff;
  }
  
  .overview-txt p {
    font-size: 17px;
    line-height: 27px;
  }
  
  label.error {
    color: #ff0000;
  }
  
  .avighnalogo {
    margin-top: -15px;
    margin-left: 0px;
    width: 70px;
  }
  
  @media (max-width: 767px) {
    .sec-head {
      font-size: 29px;
    }
    .sec-subhead {
      font-size: 19px;
    }
    .locationBox1 .title {
      height: 35px;
    }
    .modal-dialog {
      top: 30px;
    }
    .youtube {
      width: 100%;
      height: 300px;
    }
  }
  
  #booking-model .modal-header {
    background: #1c1c1c;
    color: #fff;
  }
  
  #booking-model .close {
    color: #fff !important;
    opacity: 1 !important;
  }
  
  #booking-model {
    z-index: 9999 !important;
  }
  
  #booking-model input,
  #booking-model select {
    height: 40px;
    border: none;
    background: #eaeaea;
    width: 100%;
  }
  
  #booking-model .input-group-addon {
    background: #1c1c1c;
    color: #fff;
    border: 0;
  }
  
  #booking-model .form-ico {
    font-size: 19px !important;
  }
  
  #booking-model .form-group {
    height: 40px;
    margin-bottom: 23px;
  }
  
  #booking-model .selected-flag {
    background: #1c1c1c;
    width: 39px;
    border-radius: 3px 0px 0px 3px;
    height: 40px;
  }
  
  .go-home {
    color: #1c1c1c;
    background: #fff;
    font-size: 19px;
    text-align: center;
    padding: 10px;
    width: 350px;
    margin: 0px auto;
    margin-top: 30px;
    border: 2px solid #000;
    border-radius: 5px;
    transition: ease 0.5s;
  }
  
  .lock {
    margin-top: 50px;
  }
  
  #section-id-1507611922 .list-items p {
    color: #333;
    background: #fff;
    padding: 5px 10px;
    border-bottom: 2px solid #050505;
    width: 500px;
    position: relative;
    text-align: initial;
    font-size: 16px;
    margin: 0 auto;
    background: #050505;
    /* margin-bottom: 47px; */
    color: #fff;
    list-style: none;
    font-weight: 600;
    /* width: 335px; */
    margin: 18px auto;
  }
  
  @media (max-width: 767px) {
    #section-id-1507611922 .list-items p {
      width: 100%;
    }
    .panels{ width: 100%; }

    .crown-at {
      font-size: 29px;
    }
  }
  
  .rangeSlider {
    width: 70% !important;
    margin-left: 90px !important;
  }
  .upload-desktop-img-form input,
  .upload-mobile-img-form input {
    z-index: inherit !important;
  }
  
  
  .enq_form{
    padding: 20px;
  }