/**
 * @package Helix Ultimate Framework
 * @author JoomShaper https://www.joomshaper.com
 * @copyright Copyright (c) 2010 - 2019 JoomShaper
 * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 or Later
 */
body {
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body.helix-ultimate-preloader {
  overflow: hidden;
}
body.helix-ultimate-preloader:before {
  content: " ";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99998;
  background: rgba(255, 255, 255, .9);
}
body.helix-ultimate-preloader:after {
  content: "\f110";
  font-family: "FontAwesome";
  font-size: 36px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -24px;
  margin-left: -24px;
  width: 48px;
  height: 48px;
  line-break: 48px;
  text-align: center;
  color: #007bff;
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
  z-index: 99999;
}
body, p {
  line-height: 1.9;
}
a {
  transition: color 400ms, background-color 400ms;
}
a, a:active, a:focus, a:hover {
  text-decoration: none;
}
label {
  font-weight: normal;
}
legend {
  padding-bottom: 10px;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
body .sppb-btn, body .sppb-sp-slider-button .sp-slider-btn-text {
  font-size: 18px;
  background-color: transparent;
  color: #0345bf;
  padding: 10px 50px;
  border-radius: 0;
  font-weight: 500;
  position: relative;
  z-index: 3;
  transition: 0.3s;
}
body .sppb-btn:before, body .sppb-sp-slider-button .sp-slider-btn-text:before {
  content: "";
  position: absolute;
  top: -10px;
  left: 8px;
  right: 8px;
  bottom: -10px;
  border: 1px solid #0345bf;
  z-index: -1;
  transition: 0.3s;
  pointer-events: none;
}
body .sppb-btn:after, body .sppb-sp-slider-button .sp-slider-btn-text:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: -1px;
  right: -1px;
  background-color: #0345bf;
  transition: 0.3s;
  z-index: -1;
  height: 0;
}
body .sppb-btn:focus, body .sppb-sp-slider-button .sp-slider-btn-text:focus, body .sppb-btn:hover, body .sppb-sp-slider-button .sp-slider-btn-text:hover {
  color: #fff;
  background-color: transparent;
  border-color: #0345bf;
  box-shadow: none;
}
body .sppb-btn:focus:after, body .sppb-sp-slider-button .sp-slider-btn-text:focus:after, body .sppb-btn:hover:after, body .sppb-sp-slider-button .sp-slider-btn-text:hover:after {
  top: -10px;
  height: 62px;
}
body .sppb-btn.sppb-btn-slim, body .sppb-sp-slider-button .sp-slider-btn-text.sppb-btn-slim {
  padding: 5px 35px;
}
body .sppb-btn.sppb-btn-slim:before, body .sppb-sp-slider-button .sp-slider-btn-text.sppb-btn-slim:before {
  top: -6px;
  left: 4px;
  right: 4px;
  bottom: -6px;
}
body .sppb-btn.sppb-btn-slim:focus:after, body .sppb-sp-slider-button .sp-slider-btn-text.sppb-btn-slim:focus:after, body .sppb-btn.sppb-btn-slim:hover:after, body .sppb-sp-slider-button .sp-slider-btn-text.sppb-btn-slim:hover:after {
  top: -6px;
  height: 44px;
}
body .sppb-btn.sppb-btn-xlg, body .sppb-sp-slider-button .sp-slider-btn-text.sppb-btn-xlg {
  font-size: 22px;
  padding: 20px 60px;
}
body .sppb-btn.sppb-btn-lg, body .sppb-sp-slider-button .sp-slider-btn-text.sppb-btn-lg {
  font-size: 20px;
  padding: 12px 55px;
}
body .sppb-btn.sppb-btn-sm, body .sppb-sp-slider-button .sp-slider-btn-text.sppb-btn-sm {
  padding: 7px 30px;
}
body .sppb-btn.sppb-btn-xs, body .sppb-sp-slider-button .sp-slider-btn-text.sppb-btn-xs {
  padding: 7px 30px;
  font-size: 14px;
}
body .sppb-btn.sppb-btn-default, body .sppb-sp-slider-button .sp-slider-btn-text.sppb-btn-default {
  color: #6669b0;
  background-color: #0345bf;
}
body .sppb-btn.sppb-btn-default:hover, body .sppb-sp-slider-button .sp-slider-btn-text.sppb-btn-default:hover {
  background-color: rgba(3, 69, 191, .8);
}
body .sppb-btn.sppb-btn-primary, body .sppb-sp-slider-button .sp-slider-btn-text.sppb-btn-primary {
  border-color: #0345bf;
}
body .sppb-btn.sppb-btn-link, body .sppb-sp-slider-button .sp-slider-btn-text.sppb-btn-link {
  font-weight: 400;
  letter-spacing: 0;
  color: rgba(3, 69, 191, .6);
  background-color: transparent;
  padding: 0;
  border: 0;
  font-family: 'Libre Baskerville', sans-serif;
}
body .sppb-btn.sppb-btn-link:after, body .sppb-sp-slider-button .sp-slider-btn-text.sppb-btn-link:after, body .sppb-btn.sppb-btn-link:before, body .sppb-sp-slider-button .sp-slider-btn-text.sppb-btn-link:before {
  display: none;
}
body .sppb-btn.sppb-btn-link:focus, body .sppb-sp-slider-button .sp-slider-btn-text.sppb-btn-link:focus, body .sppb-btn.sppb-btn-link:hover, body .sppb-sp-slider-button .sp-slider-btn-text.sppb-btn-link:hover {
  color: #0345bf;
}
body .sppb-btn.sppb-btn-link.sppb-btn-link-white:focus, body .sppb-sp-slider-button .sp-slider-btn-text.sppb-btn-link.sppb-btn-link-white:focus, body .sppb-btn.sppb-btn-link.sppb-btn-link-white:hover, body .sppb-sp-slider-button .sp-slider-btn-text.sppb-btn-link.sppb-btn-link-white:hover {
  color: #fff;
}
body .sppb-sp-slider-button .sp-slider-btn-text {
  border: 1px solid #0345bf;
  line-height: 1.4;
  color: #fff;
}
body .sppb-sp-slider-button .sp-slider-btn-text:hover:after, body .sppb-sp-slider-button .sp-slider-btn-text:focus:after {
  height: 65px;
}
body .sppb-button-submit {
  padding: 0;
  white-space: inherit;
}
body .sppb-button-submit .button-submit {
  background: transparent;
  border: 0px;
  color: #0345bf;
  padding: 10px 50px;
}
body .sppb-button-submit .button-submit:hover, body .sppb-button-submit .button-submit:focus, body .sppb-button-submit .button-submit:active, body .sppb-button-submit .button-submit:active:focus {
  background-color: transparent !important;
  outline: none;
  box-shadow: none;
}
body .sppb-button-submit:hover .button-submit, body .sppb-button-submit:focus .button-submit {
  color: #fff;
}
#sp-top-bar {
  padding: 8px 0;
  font-size: 0.875rem;
}
#sp-top-bar .sp-module {
  display: inline-block;
  margin: 0 0 0 1.25rem;
}
ul.social-icons {
  list-style: none;
  padding: 0;
  margin: -5px;
  display: inline-block;
}
ul.social-icons > li {
  display: inline-block;
  margin: 5px 7px;
}
.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-module-content .latestnews > li > a > span {
  display: block;
  margin-top: 5px;
  font-size: 85%;
}
.sp-contact-info {
  list-style: none;
  padding: 0;
  margin: 0 -10px;
}
.sp-contact-info li {
  display: inline-block;
  margin: 0 10px;
  font-size: 90%;
  white-space: nowrap;
}
.sp-contact-info li i {
  margin: 0 3px;
}
#sp-header {
  height: 90px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 99;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.10);
  padding: 0 50px;
  transition: 0.3s;
}
#sp-header .logo {
  height: 90px;
  display: inline-flex;
  margin: 0;
  align-items: center;
}
#sp-header .logo a {
  font-size: 24px;
  line-height: 1;
  margin: 0;
  padding: 0;
}
#sp-header .logo p {
  margin: 5px 0 0;
}
#sp-header.header-sticky {
  position: fixed;
  z-index: 9999;
}
#sp-title {
  min-height: 0;
}
.sp-page-title {
  padding: 30px 0;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}
.sp-page-title .sp-page-title-heading, .sp-page-title .sp-page-title-sub-heading {
  margin: 0;
  padding: 0;
  color: #fff;
}
.sp-page-title .sp-page-title-heading {
  font-size: 24px;
  line-height: 1;
}
.sp-page-title .sp-page-title-sub-heading {
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  margin-top: 10px;
}
.sp-page-title .breadcrumb {
  background: none;
  padding: 0;
  margin: 10px 0 0;
}
.sp-page-title .breadcrumb > .active {
  color: rgba(255, 255, 255, 0.8);
}
.sp-page-title .breadcrumb > li > a, .sp-page-title .breadcrumb > li + li:before, .sp-page-title .breadcrumb > span, .sp-page-title .breadcrumb > li {
  color: #fff;
}
.body-innerwrapper {
  overflow-x: hidden;
}
.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;
}
#sp-left .sp-module, #sp-right .sp-module {
  margin-top: 50px;
  border: 1px solid #f3f3f3;
  padding: 30px;
  border-radius: 3px;
}
#sp-left .sp-module:first-child, #sp-right .sp-module:first-child {
  margin-top: 0;
}
#sp-left .sp-module .sp-module-title, #sp-right .sp-module .sp-module-title {
  margin: 0 0 30px;
  padding-bottom: 20px;
  font-size: 22px;
  font-weight: 700;
  border-bottom: 1px solid #f3f3f3;
}
#sp-left .sp-module ul, #sp-right .sp-module ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#sp-left .sp-module ul > li, #sp-right .sp-module ul > li {
  display: block;
  border-bottom: 1px solid #f3f3f3;
}
#sp-left .sp-module ul > li > a, #sp-right .sp-module ul > li > a {
  display: block;
  padding: 5px 0;
  line-height: 36px;
  padding: 2px 0;
}
#sp-left .sp-module ul > li:last-child, #sp-right .sp-module ul > li:last-child {
  border-bottom: none;
}
#sp-left .sp-module .categories-module ul, #sp-right .sp-module .categories-module ul {
  margin: 0 10px;
}
#sp-left .sp-module .latestnews > div, #sp-right .sp-module .latestnews > div {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #e8e8e8;
}
#sp-left .sp-module .latestnews > div:last-child, #sp-right .sp-module .latestnews > div:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}
#sp-left .sp-module .latestnews > div > a, #sp-right .sp-module .latestnews > div > a {
  display: block;
  font-weight: 400;
}
#sp-left .sp-module .tagscloud, #sp-right .sp-module .tagscloud {
  margin: -2px 0;
}
#sp-left .sp-module .tagscloud .tag-name, #sp-right .sp-module .tagscloud .tag-name {
  display: inline-block;
  padding: 5px 10px;
  background: #808080;
  color: #fff;
  border-radius: 4px;
  margin: 2px 0;
}
#sp-left .sp-module .tagscloud .tag-name span, #sp-right .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: 10px;
}
.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 dd, .search .search-results dt {
  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: 4px;
}
.finder .word input {
  display: inline-block;
}
.finder .search-results.list-striped li {
  padding: 20px 0;
}
.contentpane:not(.com-sppagebuilder) {
  padding: 20px;
}
#sp-bottom {
  padding: 60px 0 30px;
  font-size: 14px;
  line-height: 1.6;
}
#sp-bottom .sp-module {
  margin-bottom: 30px;
}
#sp-bottom .sp-module .sp-module-title {
  font-weight: 700;
  font-size: 18px;
  margin: 0 0 30px;
}
#sp-bottom .sp-module ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#sp-bottom .sp-module ul > li {
  display: block;
  margin-bottom: 15px;
}
#sp-bottom .sp-module ul > li:last-child {
  margin-bottom: 0;
}
#sp-bottom .sp-module ul > li > a {
  display: block;
}
#sp-footer {
  font-size: 14px;
  padding: 0;
}
#sp-footer .container-inner {
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, .1);
}
#sp-footer ul.menu {
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 0 -10px;
}
#sp-footer ul.menu li {
  display: inline-block;
  margin: 0 10px;
}
#sp-footer ul.menu li a {
  display: block;
}
#sp-footer ul.menu li a:hover {
  background: none;
}
#sp-footer #sp-footer2 {
  text-align: right;
}
html.coming-soon {
  width: 100%;
  height: 100%;
  min-height: 100%;
}
html.coming-soon body {
  width: 100%;
  height: 100%;
  min-height: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
  background-repeat: no-repeat;
  background-position: 50% 40%;
}
html.coming-soon .coming-soon-logo {
  display: inline-block;
  margin-bottom: 2rem;
}
html.coming-soon #coming-soon-countdown {
  margin-top: 4rem;
}
html.coming-soon #coming-soon-countdown .coming-soon-days, html.coming-soon #coming-soon-countdown .coming-soon-hours, html.coming-soon #coming-soon-countdown .coming-soon-minutes, html.coming-soon #coming-soon-countdown .coming-soon-seconds {
  margin: 0;
  float: left;
  width: 25%;
}
html.coming-soon #coming-soon-countdown .coming-soon-days .coming-soon-number, html.coming-soon #coming-soon-countdown .coming-soon-hours .coming-soon-number, html.coming-soon #coming-soon-countdown .coming-soon-minutes .coming-soon-number, html.coming-soon #coming-soon-countdown .coming-soon-seconds .coming-soon-number {
  width: 100%;
  font-size: 4.5rem;
  letter-spacing: -1px;
  line-height: 1;
}
html.coming-soon #coming-soon-countdown .coming-soon-days .coming-soon-string, html.coming-soon #coming-soon-countdown .coming-soon-hours .coming-soon-string, html.coming-soon #coming-soon-countdown .coming-soon-minutes .coming-soon-string, html.coming-soon #coming-soon-countdown .coming-soon-seconds .coming-soon-string {
  font-size: 1.5rem;
  letter-spacing: -1px;
  display: block;
  text-transform: uppercase;
}
html.coming-soon .coming-soon-position {
  margin-top: 2rem;
}
html.coming-soon .social-icons {
  margin-top: 4rem;
}
html.coming-soon .coming-soon-login form {
  display: inline-block;
}
html.error-page {
  width: 100%;
  height: 100%;
}
html.error-page body {
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
  background-repeat: no-repeat;
  background-position: 50% 40%;
}
html.error-page .error-logo {
  display: inline-block;
  margin-bottom: 2rem;
}
html.error-page .error-code {
  margin: 0 0 1rem;
  font-size: 6rem;
  line-break: 1;
}
html.error-page .error-message {
  font-size: 1.5rem;
  margin-bottom: 3rem;
}
.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;
}
.profile > div:not(:last-child) {
  margin-bottom: 30px;
}
.dl-horizontal dt {
  margin: 8px 0;
  text-align: left;
}
.page-header {
  padding-bottom: 15px;
}
table.category {
  width: 100%;
}
table.category tbody > tr, table.category thead > tr {
  border: 1px solid #f2f2f2;
}
table.category tbody > tr td, table.category thead > tr td, table.category tbody > tr th, table.category thead > tr th {
  padding: 10px;
}
.contact-form .form-actions {
  background: none;
  border: none;
}
@media print {
  .visible-print {
    display: inherit !important;
  }
  .hidden-print {
    display: none !important;
  }
}
.sp-preloader {
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99999;
}
.sp-preloader > div {
  border-radius: 50%;
  height: 50px;
  width: 50px;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  position: absolute;
  animation: spSpin 0.75s linear infinite;
}
.sp-preloader > div:after {
  content: '';
  position: absolute;
  width: 49px;
  height: 49px;
  top: 1px;
  right: 0;
  left: 0;
  margin: auto;
  border-radius: 50%;
}
.sp-scroll-up {
  display: none;
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  background: #333;
  border-radius: 3px;
  z-index: 1000;
}
.sp-scroll-up:active, .sp-scroll-up:focus, .sp-scroll-up:hover {
  color: #fff;
  background: #444;
}
.control-group {
  margin-bottom: 1rem;
}
select.form-control:not([multiple]), select.inputbox:not([multiple]), select:not([multiple]) {
  height: calc(2.25rem + 2px);
}
input[type="text"], input[type="email"], input[type="url"], input[type="date"], input[type="password"], input[type="search"], input[type="tel"], input[type="number"], select {
  display: block;
  width: 100%;
  padding: 14px 20px 14px 20px;
  font-size: 18px;
  line-height: 1.25;
  color: #0345bf;
  background-color: transparent;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid #0345bf;
  border-radius: 0px;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="date"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="number"]:focus, select:focus {
  color: #0345bf;
  border-color: #0345bf;
  outline: 0;
}
input[type="text"]::placeholder, input[type="email"]::placeholder, input[type="url"]::placeholder, input[type="date"]::placeholder, input[type="password"]::placeholder, input[type="search"]::placeholder, input[type="tel"]::placeholder, input[type="number"]::placeholder, select::placeholder {
  color: #0345bf;
}
textarea::placeholder {
  color: #0345bf !important;
}
.chzn-select, .chzn-select-deselect {
  width: 100%;
}
.chzn-container.chzn-container-single .chzn-single {
  display: block;
  width: 100%;
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  line-height: 1.25;
  height: calc(2.25rem + 2px);
  color: #495057;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 0.25rem;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  box-shadow: none;
}
.chzn-container.chzn-container-single .chzn-single div {
  width: 30px;
  background: none;
}
.chzn-container.chzn-container-single .chzn-single div > b {
  background: none;
  position: relative;
}
.chzn-container.chzn-container-single .chzn-single div > b:after {
  content: "\f0dc";
  font-family: FontAwesome;
  font-size: 0.875rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.chzn-container.chzn-container-single.chzn-container-active.chzn-with-drop .chzn-single {
  border-radius: 0.25rem 0.25rem 0 0;
}
.chzn-container.chzn-container-single .chzn-search {
  padding: 0.625rem;
}
.chzn-container.chzn-container-single .chzn-search input[type="text"] {
  display: block;
  width: 100%;
  padding: 0.5rem 1.429rem 0.5rem 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25;
  height: calc(2rem + 2px);
  color: #495057;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 0.25rem;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.chzn-container.chzn-container-single .chzn-search input[type="text"]:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, .25);
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, .25);
}
.chzn-container.chzn-container-single .chzn-search:after {
  content: "\f002";
  font-family: FontAwesome;
  font-size: 0.875rem;
  color: rgba(0, 0, 0, .2);
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.chzn-container.chzn-container-single .chzn-drop {
  border-color: rgba(0, 0, 0, .15);
  border-radius: 0 0 0.25rem 0.25rem;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.chzn-container.chzn-container-single .chzn-results li.highlighted {
  background-image: none !important;
}
.chzn-container.chzn-container-multi .chzn-choices {
  display: block;
  width: 100%;
  padding: 0 0.75rem;
  min-height: calc(2.25rem + 2px);
  line-height: 1.25;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 0.25rem;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.chzn-container.chzn-container-multi .chzn-choices li.search-field input[type="text"] {
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.25;
  height: calc(2rem + 2px);
  background-color: #fff;
}
.chzn-container.chzn-container-multi .chzn-choices li.search-choice {
  margin: 5.5px 5px 0 0;
  padding: 5px 20px 5px 5px;
  background-image: none;
  background-color: #f5f5f5;
  border-color: rgba(0, 0, 0, .1);
  box-shadow: none;
  -webkit-box-shadow: none;
}
.chzn-container.chzn-container-multi .chzn-choices li.search-choice .search-choice-close {
  background: none;
  top: 5px;
  color: rgba(0, 0, 0, .2);
}
.chzn-container.chzn-container-multi .chzn-choices li.search-choice .search-choice-close:hover {
  color: rgba(0, 0, 0, .5);
}
.chzn-container.chzn-container-multi .chzn-choices li.search-choice .search-choice-close:after {
  content: "\f00d";
  font-family: FontAwesome;
  font-size: 0.875rem;
  position: absolute;
  top: 0;
  right: 0;
}
.chzn-container.chzn-container-multi.chzn-with-drop.chzn-container-active .chzn-choices {
  border-radius: 0.25rem;
}
.chzn-container.chzn-container-multi.chzn-with-drop .chzn-drop {
  margin-top: -4px;
  border: none;
  border-radius: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.chzn-container.chzn-container-multi.chzn-with-drop .chzn-drop .chzn-results:not(:empty) {
  padding: 0.75rem;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, .15);
  border-top: 0;
  border-radius: 0 0 0.25rem 0.25rem;
}
.chzn-container.chzn-container-multi.chzn-with-drop .chzn-drop .chzn-results li.no-results {
  background: none;
}
.form-horizontal .control-label {
  float: left;
  width: auto;
  padding-top: 5px;
  padding-right: 5px;
  text-align: left;
}
.form-horizontal .controls {
  margin-left: 220px;
}
.card-block {
  padding: 20px;
}
.card-block ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
}
.card-block ul li {
  display: block;
}
.alert.alert-error {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
#sp-cookie-consent {
  position: fixed;
  font-size: 16px;
  font-weight: 500;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 10001;
}
#sp-cookie-consent > div {
  padding: 20px;
  position: relative;
}
/******************** Templated related css ********************/
/***************************************************************/
.sppb-fullwidth-slider .sppb-fullwidth-slider-item-bg {
  height: 100vh;
  min-height: 730px;
  padding: 50px 0;
  position: relative;
}
.sppb-fullwidth-slider .sppb-fullwidth-slider-item-bg > .container {
  display: table;
  height: 100%;
}
.sppb-fullwidth-slider .sppb-fullwidth-slider-item-bg .sppb-fullwidth-slider-mini-img {
  width: auto;
}
.sppb-fullwidth-slider .sppb-fullwidth-slider-item-bg .sppb-fullwidth-slider-item-text {
  display: table-cell;
  vertical-align: middle;
  z-index: 10;
  position: relative;
  color: #fff;
}
.sppb-fullwidth-slider .sppb-fullwidth-slider-item-bg .sppb-fullwidth-slider-item-text .sppb-fullwidth-slider-item-text-wrap {
  position: relative;
}
.sppb-fullwidth-slider .sppb-fullwidth-slider-item-bg .sppb-fullwidth-slider-item-text .sppb-fullwidth-slider-mini-img {
  margin-bottom: 65px;
}
.sppb-fullwidth-slider .sppb-fullwidth-slider-item-bg .sppb-fullwidth-slider-item-text .sppb-fullwidth-slider-sub-title {
  margin-bottom: 30px;
  letter-spacing: 4px;
  color: #0345bf;
}
.sppb-fullwidth-slider .sppb-fullwidth-slider-item-bg .sppb-fullwidth-slider-item-text .sppb-fullwidth-slider-title {
  font-size: 72px;
  font-weight: 500;
  line-height: 1.2;
  max-width: 745px;
  margin-bottom: 65px;
}
.sppb-fullwidth-slider .sppb-fullwidth-slider-item-bg .sppb-fullwidth-slider-item-text .details {
  max-width: 650px;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 35px;
}
.sppb-fullwidth-slider .sppb-fullwidth-slider-item-bg .sppb-fullwidth-slider-item-text .details i.fa {
  margin-right: 10px;
}
.sppb-fullwidth-slider .customNavigation a {
  width: 57px;
  height: 57px;
  font-size: 20px;
  color: #000;
  text-align: center;
  line-height: 57px;
  border-radius: 0;
  background-color: transparent;
  border: 2px solid #000;
  position: absolute;
  top: 50%;
  left: 50px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 100;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.sppb-fullwidth-slider .customNavigation a:hover {
  background-color: #000;
  color: #fff;
}
.sppb-fullwidth-slider .customNavigation a.sppbSlideNext {
  right: 50px;
  left: auto;
}
.sppb-fullwidth-slider .owl-controls {
  z-index: 1000;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: 0;
  bottom: 5px;
}
.sppb-fullwidth-slider .owl-controls .owl-dots .owl-dot {
  display: inline-block;
  margin: 0 5px;
}
.sppb-fullwidth-slider .owl-controls .owl-dots .owl-dot span {
  width: 30px;
  height: 3px;
  background: #000;
  display: inline-block;
  opacity: 0.4;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.sppb-fullwidth-slider .owl-controls .owl-dots .owl-dot.active span, .sppb-fullwidth-slider .owl-controls .owl-dots .owl-dot:focus span, .sppb-fullwidth-slider .owl-controls .owl-dots .owl-dot:hover span {
  opacity: 1;
}
.sppb-fullwidth-slider .owl-item .sppb-fullwidth-slider-item .sppb-wow.sppb-animated {
  display: none;
}
.sppb-fullwidth-slider .owl-item.active .sppb-fullwidth-slider-item .sppb-wow.sppb-animated {
  display: block;
}
.sppb-fullwidth-slider .owl-item.active .sppb-fullwidth-slider-item .sppb-wow.sppb-animated.sppb-fullwidth-title {
  display: inline-block;
}
.fluid-features-content-col {
  max-width: 450px;
  margin-right: auto;
}
.link-color {
  color: #0345bf;
}
.dark-link-color {
  color: #01215b;
}
.sppb-addon-feature.menu-feature-title .sppb-media {
  display: inline-flex;
  align-items: center;
}
.sppb-addon-feature.menu-feature-title .sppb-addon-title {
  color: #0345bf;
}
.sppb-addon-pricelist .pricelist-line span {
  border-bottom-color: #979797;
  border-bottom-width: 1px;
}
.sppb-addon-pricelist .pricelist-price-content .pricelist-price {
  color: #0345bf;
}
.sppb-addon-pricelist .pricelist-title {
  line-height: 1.5;
}
.sppb-addon-pricelist .pricelist-price {
  letter-spacing: 3.6px;
}
.sppb-addon-accordion .sppb-panel {
  background-color: transparent;
}
.sppb-addon-accordion .sppb-panel-heading {
  color: #0345bf;
}
.sppb-addon-accordion .sppb-panel-heading .sppb-panel-title {
  display: inline-block;
  font-weight: 500;
}
.sppb-addon-accordion .sppb-panel-heading .sppb-panel-title:after {
  content: '+';
  margin-left: 25px;
}
.sppb-addon-accordion .sppb-panel-heading.active .sppb-panel-title:after {
  content: '-';
}
.sppb-addon-single-image.spdiner-gallery > .sppb-addon-content {
  position: relative;
  overflow: hidden;
}
.sppb-addon-single-image.spdiner-gallery > .sppb-addon-content:after, .sppb-addon-single-image.spdiner-gallery > .sppb-addon-content:before {
  content: "";
  position: absolute;
  pointer-events: none;
}
.sppb-addon-single-image.spdiner-gallery > .sppb-addon-content:before {
  top: 50px;
  left: 50px;
  right: 50px;
  bottom: 50px;
  border: 1px solid #0345bf;
  z-index: 1;
  transform: scale(1.3);
  opacity: 0;
}
.sppb-addon-single-image.spdiner-gallery > .sppb-addon-content:after {
  top: 35px;
  left: 65px;
  right: 65px;
  bottom: 35px;
  transform: scale(1.3);
  opacity: 0;
  border: 1px solid #0345bf;
}
.sppb-addon-single-image.spdiner-gallery > .sppb-addon-content a.sppb-magnific-popup {
  background-color: transparent;
  border-radius: 0;
  font-size: 170px;
  font-weight: 100;
  width: 55px;
  height: 55px;
  margin-left: -25px;
  margin-top: -25px;
  line-height: 55px;
  color: #0345bf;
}
.sppb-addon-single-image.spdiner-gallery > .sppb-addon-content:hover:after, .sppb-addon-single-image.spdiner-gallery > .sppb-addon-content:hover:before {
  opacity: 1;
  transform: scale(1);
  transition: 0.3s;
}
.sppb-addon-single-image.spdiner-gallery > .sppb-addon-content:hover:after {
  transition-delay: 0.15s;
}
.sppb-addon-single-image.spdiner-gallery .sppb-addon-single-image-container:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #000;
  opacity: 0;
  transition: 0.3s;
}
.sppb-addon-single-image.spdiner-gallery .sppb-addon-single-image-container .sppb-addon-image-overlay-icon {
  display: block;
  opacity: 0;
  transform: scale(0.5);
  color: rgba(3, 69, 191, 0.3);
}
.sppb-addon-single-image.spdiner-gallery .sppb-addon-single-image-container:hover:before {
  opacity: 0.5;
}
.sppb-addon-single-image.spdiner-gallery .sppb-addon-single-image-container:hover .sppb-addon-image-overlay-icon {
  transition: 0.3s;
  transition-delay: 0.3s;
  animation: none;
  opacity: 1;
  transform: scale(1);
}
.sp-diner-schedule-info {
  position: relative;
}
.sp-diner-schedule-info:after, .sp-diner-schedule-info:before {
  content: "";
  position: absolute;
  pointer-events: none;
}
.sp-diner-schedule-info:before {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: 1px solid #0345bf;
}
.sp-diner-schedule-info:after {
  top: 15px;
  bottom: 15px;
  left: -15px;
  right: -15px;
  border: 1px solid #0345bf;
}
.sp-diner-schedule-info .sppb-addon-title {
  display: inline-block;
  background: #fff;
  position: relative;
  z-index: 10;
  padding: 10px 100px;
  position: relative;
  top: -13px;
  color: #0345bf;
}
.sp-diner-schedule-info .sppb-addon-content {
  padding: 45px 50px 70px;
}
.sp-diner-schedule-info .sppb-addon-content h4 {
  font-size: 32px;
}
.sp-diner-schedule-info .sppb-addon-content .spdiner-time {
  font-size: 18px;
  line-height: 1.5;
  opacity: 0.55;
  margin-top: 20px;
}
.sppb-progress-label {
  letter-spacing: 3px;
  color: #0345bf;
  margin-bottom: 20px;
}
.sppb-progress {
  display: flex;
  align-items: center;
  padding: 2px;
}
.sppb-progress .sppb-progress-bar {
  border-radius: 40px;
}
.spdiner-coffee-price .sppb-addon-title, .spdiner-coffee-price span.sp-inline-editable-element {
  width: 100%;
  display: flex;
  justify-content: space-between;
  color: #0345bf;
}
.desserts-col-right {
  max-width: 610px;
  margin-right: auto;
}
.sppb-addon-pricelist .sppb-addon-content {
  color: rgba(3, 69, 191, .6);
}
.sppb-addon-spdiner-pricelist .price-position-right .sppb-addon-title-wrap {
  padding-right: 10%;
}
.sppb-addon-spdiner-pricelist .sppb-addon-title-wrap .sppb-addon-title .spdiner-subtitle {
  display: block;
  margin-top: 10px;
}
.sppb-addon-spdiner-pricelist .sppb-addon-title-wrap .sppb-addon-title .spdiner-subtitle img {
  display: inline-block;
  margin-right: 12px;
}
.sppb-addon-spdiner-pricelist .sppb-addon-title-wrap .sppb-addon-title .spdiner-subtitle small {
  font-size: 16px;
  color: #0345bf;
}
.sppb-addon-spdiner-pricelist .sppb-addon-content {
  color: rgba(3, 69, 191, .6);
}
.sppb-addon-spdiner-pricelist .pricelist-price {
  letter-spacing: 0;
}
.sppb-addon-spdiner-pricelist .pricelist-price .pricelist-point-zero {
  font-size: 100%;
}
.sppb-addon-spdiner-pricelist .pricelist-price > span:not(.pricelist-point-zero) {
  font-size: 14px;
  color: rgba(3, 69, 191, .6);
  margin-right: 5px;
}
.sppb-addon-spdiner-pricelist .sppb-addon-content-pricelist {
  color: rgba(3, 69, 191, .6);
}
.sppb-addon-spdiner-pricelist .sppb-addon-content-pricelist ul {
  border-top: 2px dashed rgba(3, 69, 191, .5);
  border-bottom: 2px dashed rgba(3, 69, 191, .5);
  padding: 17px 0;
  font-size: 18px;
  margin: 22px 0 0;
}
.sppb-addon-spdiner-pricelist .sppb-addon-content-pricelist ul > li:not(:last-child) {
  margin-right: 22px;
}
.sppb-addon-spdiner-pricelist .sppb-addon-content-pricelist ul > li > span {
  margin-right: 8px;
}
.sppb-addon-spdiner-pricelist .sppb-addon-content-pricelist ul > li > span.priceitem-price, .sppb-addon-spdiner-pricelist .sppb-addon-content-pricelist ul > li > span.priceitem-symbol {
  color: #0345bf;
}
.sppb-addon-spdiner-pricelist.stack-layout .pricelist-left-image {
  width: 100%;
}
.sppb-addon-spdiner-pricelist.stack-layout .pricelist-left-image img {
  display: inline-block;
}
.sppb-testimonial-pro .sppb-carousel-indicators > li {
  width: 15px;
  height: 5px;
  opacity: 0.6;
  border: none;
  margin: 0 12px 0 0;
  background: #a1a1a1;
  border-radius: 5.5px;
  transition: 0.3s;
}
.sppb-testimonial-pro .sppb-carousel-indicators > li.active {
  width: 48px;
  background: #0345bf;
}
.spdiner-bakery-item {
  height: 330px;
}
.spdiner-bakery-item .sppb-addon-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.spdiner-bakery-item {
  height: 330px;
}
.spdiner-bakery-item .sppb-addon-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.spdiner-restaurant-left-col {
  max-width: 600px;
  margin-left: auto;
}
.pricelist-point-zero {
  font-size: 100%;
}
.spdiner-sea-food-price .pricelist-price {
  letter-spacing: 0px;
}
.spdiner-sea-food-price .pricelist-line {
  align-items: flex-start !important;
  margin-top: 18px;
}
.spdiner-sea-food-price .pricelist-line span {
  border-bottom-color: #0345bf;
}
.col-min-steak {
  max-width: 395px;
}
.col-min-steak-left {
  max-width: 395px;
  margin-left: auto;
}
.link-color-title .sppb-addon-title {
  color: #0345bf;
}
.sppb-addon-sp-slider.sp-slider .sp-slider-content-wrap > div .sppb-sp-slider-title:first-child {
  color: #0345bf;
}
.sppb-addon-sp-slider.sp-slider .sp-dots ul li {
  border-color: #0345bf;
}
.sppb-addon-sp-slider.sp-slider .sp-dots ul li .dot-indicator.active {
  background-color: #0345bf;
}
.sppb-addon-sp-slider.sp-slider .sppb-sp-slider-title {
  max-width: 690px;
}
.single-image-slider.sppb-addon-sp-slider.sp-slider {
  padding-bottom: 100px;
}
.single-image-slider.sppb-addon-sp-slider.sp-slider .sp-indicator-container {
  right: 0px;
  left: auto;
}
.single-image-slider.sppb-addon-sp-slider.sp-slider .sp-slider_number {
  left: 50% !important;
  margin-left: -90px;
}
.single-image-slider.sppb-addon-sp-slider.sp-slider .sp-nav-control {
  left: 10% !important;
}
.sp-select {
  position: relative;
  cursor: pointer;
  width: 100%;
  min-width: 250px;
  border: 1px solid #0345bf;
  height: 53px;
  padding: 5px 15px;
  line-height: 43px;
  font-size: 16px;
  color: #0345bf;
}
.sp-select.active .sp-select-result i.fa:before {
  content: "\f077";
}
.sp-select .sp-select-result {
  padding: 0 10px;
  text-align: left;
}
.sp-select .sp-select-result .sp-select-text {
  font-size: 18px;
}
.sp-select .sp-select-result i.fa {
  float: right;
  line-height: 40px;
  color: #0345bf;
}
.sp-select ul {
  display: none;
  list-style: none;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 100%;
  left: -1px;
  min-width: 80px;
  background: #fff;
  border: 1px solid #0345bf;
  z-index: 100;
}
.sp-select ul > li {
  display: block;
  height: auto;
  line-height: normal;
  padding: 8px 25px;
  font-size: 15px;
  margin: 0;
  margin-bottom: 2px;
  cursor: pointer;
  transition: 0.3s;
}
.sp-select ul > li:hover, .sp-select ul > li:focus {
  background-color: #dfdfdf;
}
.sp-select ul > li:last-child {
  margin-bottom: 0;
}
.sp-select .sp-select-dropdown {
  max-height: 200px;
  overflow-y: auto;
  overflow-x: hidden;
  right: -1px;
  border-radius: 0 0 3px 3px;
  padding: 10px 0;
}
.sppb-addon-table-booking input::placeholder {
  color: #0345bf;
}
.sppb-addon-table-booking .sptb-wrapper .sptb-input-wrap {
  margin-bottom: 20px;
}
.sppb-addon-table-booking .sptb-button-wrap {
  margin-top: 20px;
}
.spdiner-food-slider .sp-dots {
  left: 21% !important;
}
.z-index-10 {
  z-index: 10 !important;
}
.datepicker {
  width: 350px;
}
.datepicker .datepicker-days > table, .datepicker .datepicker-months > table, .datepicker .datepicker-years > table {
  width: 100%;
}
.datepicker .datepicker-days {
  font-size: 12px;
}
.datepicker .datepicker-days .datepicker-switch {
  font-size: 14px;
}
.datepicker table tr td.today, .datepicker table tr td.today:hover, .datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled:hover {
  background-color: #0345bf !important;
  border-color: #0345bf !important;
  color: #fff !important;
}
.datepicker table tr td span.active:hover, .datepicker table tr td span.active:hover:hover, .datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active.disabled:hover:hover, .datepicker table tr td span.active:focus, .datepicker table tr td span.active:hover:focus, .datepicker table tr td span.active.disabled:focus, .datepicker table tr td span.active.disabled:hover:focus, .datepicker table tr td span.active:active, .datepicker table tr td span.active:hover:active, .datepicker table tr td span.active.disabled:active, .datepicker table tr td span.active.disabled:hover:active, .datepicker table tr td span.active.active, .datepicker table tr td span.active:hover.active, .datepicker table tr td span.active.disabled.active, .datepicker table tr td span.active.disabled:hover.active, .datepicker table .open .dropdown-toggle.datepicker table tr td span.active, .datepicker table .open .dropdown-toggle.datepicker table tr td span.active:hover, .datepicker table .open .dropdown-toggle.datepicker table tr td span.active.disabled, .datepicker table .open .dropdown-toggle.datepicker table tr td span.active.disabled:hover, .datepicker table tr td.active.day {
  background-color: rgba(3, 69, 191, .7) !important;
  border-color: rgba(3, 69, 191, .7) !important;
  color: #fff !important;
  text-shadow: none;
}
#sp-bottom .sp-module ul > li.active > a {
  color: #0345bf;
}
body.com-users.view-login form .controls {
  text-align: center;
  margin-left: 0;
}
.error-page .sppb-btn-default {
  padding: 15px 40px !important;
}
.error-page .sppb-btn-default:before {
  display: none !important;
}
.error-page .sppb-btn-default:hover, .error-page .sppb-btn-default:focus {
  background-color: #02338d !important;
}
.error-page .sppb-btn-default:hover:after, .error-page .sppb-btn-default:focus:after {
  display: none;
}
.sp-megamenu-parent .sp-dropdown {
  display: block;
  visibility: hidden;
  opacity: 0;
  transform-origin: top;
  transform: translateY(20px);
  transition: all 0.3s;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
  background: #fff;
  padding: 10px 0;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item a {
  padding: 15px 18px;
  width: 100%;
  cursor: pointer;
  color: #0345bf;
}
.sp-megamenu-parent .sp-has-child:hover > .sp-dropdown {
  visibility: visible;
  opacity: 1;
  transform: translateY(0px);
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-mega .sp-dropdown-inner {
  padding: 0;
}
.sp-dropdown-mega .sp-dropdown-inner .sp-mega-group .sp-module-title {
  display: none;
}
.sp-dropdown-mega .sp-dropdown-inner .sp-mega-group .sppb-addon-tab .sppb-tab .sppb-nav {
  padding-right: 0 !important;
}
.sp-dropdown-mega .sp-dropdown-inner .sp-mega-group .sppb-addon-tab .sppb-tab .sppb-nav li a {
  border-color: transparent;
  color: #0345bf;
}
.sp-dropdown-mega .sp-dropdown-inner .sp-mega-group .sppb-addon-tab .sppb-tab .sppb-nav li a:hover {
  border-top-color: #0345bf;
  border-bottom-color: #0345bf;
  background-color: transparent;
}
.sp-dropdown-mega .sp-dropdown-inner .sp-mega-group .sppb-addon-tab .sppb-tab .sppb-nav li.active a {
  border-top-color: #0345bf;
  border-bottom-color: #0345bf;
  background-color: transparent;
}
.sp-dropdown-mega .sp-dropdown-inner .sp-mega-group .sppb-addon-tab .sppb-tab .sppb-tab-content {
  padding-left: 0 !important;
  border-left: 1px solid #0345bf;
}
.sp-dropdown-mega .sp-dropdown-inner .sp-mega-group .sppb-addon-tab .sppb-tab .sppb-tab-content .sppb-tab-pane {
  width: 100%;
  padding-bottom: 0 !important;
}
.sp-dropdown-mega .sp-dropdown-inner .sp-mega-group .sppb-addon-tab .sppb-tab .sppb-tab-content .sppb-tab-pane.active {
  display: inline-block;
}
.sp-dropdown-mega .sp-dropdown-inner .sp-mega-group .sppb-addon-tab .sppb-tab .sppb-tab-content .sppb-tab-pane [id^='sppb-addon'] {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  width: 25%;
  max-width: 25%;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
}
.sp-dropdown-mega .sp-dropdown-inner .sp-mega-group .sppb-addon-tab .sppb-tab .sppb-tab-content .sppb-tab-pane [id^='sppb-addon'] .sppb-img-container img {
  height: 90px;
}
.sp-dropdown-mega .sp-dropdown-inner .sp-mega-group .sppb-addon-tab .sppb-tab .sppb-tab-content .sppb-tab-pane [id^='sppb-addon'] .sppb-addon-title {
  letter-spacing: 2.46px;
}
.sp-dropdown-mega .sp-dropdown-inner .sp-mega-group .sppb-addon-tab .sppb-tab .sppb-tab-content .sppb-tab-pane [id^='sppb-addon'] .sppb-addon-text {
  letter-spacing: 2.46px;
}
.sp-megamenu-wrapper {
  position: relative;
}
body.ltr #offcanvas-toggler.offcanvas-toggler-right {
  position: absolute;
  right: 0;
}
.offcanvas-menu .offcanvas-inner {
  margin-top: 20px;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li.active > a, .offcanvas-menu .offcanvas-inner .sp-module ul > li.active > span {
  color: #0345bf;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent.active > .menu-separator > .menu-toggler, .offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent.active > a > .menu-toggler {
  color: #0345bf;
}
.hero-vegetarian .title .sppb-addon-title {
  font-weight: 400;
  font-family: 'Libre Baskerville', sans-serif;
  color: #fff;
}
.big-item {
  position: relative;
}
.big-item .bg-img1, .big-item .bg-img2, .big-item .bg-img3, .big-item .bg-img4 {
  position: absolute;
}
.big-item .bg-img1 {
  top: -265px;
  left: 0;
}
.big-item .bg-img2 {
  top: 170px;
  right: 10px;
}
.big-item .bg-img3 {
  top: 635px;
  left: 25px;
}
.big-item .bg-img4 {
  right: 0;
  bottom: 0;
}
.big-item .sppb-addon-spdiner-pricelist .price-position-right .sppb-addon-title-wrap {
  padding-right: 0;
}
.vegetarian-pricing-list {
  -ms-flex-align: center;
  align-items: center;
}
.vegetarian-pricing-list.right-pricing-list {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
}
.vegetarian-pricing-list.right-pricing-list .pricelist-left-image {
  padding-right: 0 !important;
  padding-left: 15px;
}
.vegetarian-pricing-list.right-pricing-list .pricelist-text-content {
  padding-right: 15px;
  padding-left: 0 !important;
}
.vegetarian-pricing-list .sppb-addon-content-wrap {
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
}
.vegetarian-pricing-list .sppb-addon-content-wrap .sppb-addon-content {
  padding: 0 12px;
}
.vegetarian-gallery {
  position: relative;
}
.vegetarian-gallery .bg-img {
  position: absolute;
  top: -495px;
  right: 45px;
}
#sp-title .sp-page-title {
  position: relative;
  padding: 270px 0 180px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
}
#sp-title .sp-page-title:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.6;
  background-color: #0e1116;
  z-index: -1;
}
#sp-title .sp-page-title .sp-page-title-heading {
  font-size: 24px;
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 3.69px;
  color: #a1a1a1;
  text-transform: uppercase;
  margin-bottom: 35px;
}
#sp-title .sp-page-title .sp-page-title-sub-heading {
  font-size: 72px;
  font-weight: 400;
  font-family: 'Libre Baskerville', sans-serif;
  color: #fff;
  line-height: 82px;
}
.reservation-container {
  width: 1395px;
  margin: 0 auto !important;
}
.speasyimagegallery-album > div .speasyimagegallery-album-info .speasyimagegallery-album-title {
  font-size: 18px;
  font-family: 'Libre Baskerville', sans-serif;
  font-weight: 700;
  line-height: 28px;
  color: #fff;
  text-transform: uppercase;
}
.speasyimagegallery-album > div .speasyimagegallery-album-info .speasyimagegallery-album-meta-count {
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  color: #a1a1a1;
  margin: 0 5px;
}
.speasyimagegallery-gallery-item-content {
  padding: 30px 20px;
  width: 100%;
  left: 50%;
  top: 55%;
  height: auto;
  transform: translate(-50%, -50%);
  text-align: center;
}
.speasyimagegallery-gallery-item-content:after {
  content: "+";
  position: absolute;
  width: auto;
  height: auto;
  top: 40%;
  left: 50%;
  font-size: 170px;
  font-weight: 100;
  color: #0345bf;
  -webkit-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  transition: all 0.3s ease-in-out;
}
.speasyimagegallery-gallery-item-content .speasyimagegallery-gallery-item-title {
  display: none;
}
.speasyimagegallery-gallery-item-title, .speasyimagegallery-image-title {
  font-size: 18px;
  font-family: 'Libre Baskerville', sans-serif;
  line-height: 1.4;
  font-weight: 600;
  color: #fff;
}
.speasyimagegallery-row > div > .speasyimagegallery-gallery-item > div {
  position: relative;
  overflow: hidden;
}
.speasyimagegallery-row > div > .speasyimagegallery-gallery-item > div img {
  transition: 0.3s;
}
.speasyimagegallery-row > div > .speasyimagegallery-gallery-item > div:after, .speasyimagegallery-row > div > .speasyimagegallery-gallery-item > div:before {
  content: "";
  position: absolute;
  pointer-events: none;
  border: 1px solid #0345bf;
  transform: scale(1.3);
  opacity: 0;
  z-index: 1;
}
.speasyimagegallery-row > div > .speasyimagegallery-gallery-item > div:before {
  top: 37px;
  left: 35px;
  right: 35px;
  bottom: 37px;
}
.speasyimagegallery-row > div > .speasyimagegallery-gallery-item > div:after {
  top: 25px;
  left: 47px;
  right: 47px;
  bottom: 25px;
  -webkit-transition: none;
  transition: none;
  background: transparent;
}
.speasyimagegallery-row > div > .speasyimagegallery-gallery-item > div:hover::after, .speasyimagegallery-row > div > .speasyimagegallery-gallery-item > div:hover::before {
  opacity: 1;
  transform: scale(1);
  transition: 0.3s;
}
.speasyimagegallery-row > div > .speasyimagegallery-gallery-item > div:hover img {
  filter: brightness(0.5);
}
.speasyimagegallery-row > div > .speasyimagegallery-gallery-item > div:hover::after {
  transition-delay: 0.15s;
}
.speasyimagegallery-row > div > .speasyimagegallery-gallery-item > div:hover .speasyimagegallery-gallery-item-content:after {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}
.sppb-instagram-classic-content-wrap {
  position: relative;
}
.sppb-instagram-classic-content-wrap .addon-instagram-image-wrap .instagram-image.sppb-img-responsive {
  filter: brightness(0.6);
  transition: 0.3s;
}
.sppb-instagram-classic-content-wrap .addon-instagram-image-wrap:hover .instagram-image.sppb-img-responsive {
  filter: brightness(0.8);
}
.sppb-instagram-classic-content-wrap .addon-instagram-item-author-wrap {
  position: absolute;
  display: inline-flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  bottom: 0;
  left: 0;
  padding: 20px;
  z-index: 100;
}
.sppb-instagram-classic-content-wrap .addon-instagram-item-author-wrap .instagram-redirect-link {
  float: left;
  font-size: 20px;
  line-height: 1;
  color: #fff;
  margin-right: 10px;
}
.sppb-instagram-classic-content-wrap .addon-instagram-item-author-wrap .addon-instagram-author-info .instagram-author-image {
  display: none;
}
.sppb-instagram-classic-content-wrap .addon-instagram-item-author-wrap .addon-instagram-author-info .instagram-author-meta-content {
  margin: 0;
}
.sppb-instagram-classic-content-wrap .addon-instagram-item-author-wrap .addon-instagram-author-info .instagram-author-meta-content a {
  font-size: 20px;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  color: #fff;
  line-height: 1;
}
.sppb-instagram-classic-content-wrap .addon-instagram-item-author-wrap .addon-instagram-author-info .instagram-author-meta-content a:hover {
  color: #0345bf;
}
.sppb-instagram-classic-content-wrap .addon-instagram-item-author-wrap .addon-instagram-author-info .instagram-author-meta-content span {
  display: none;
}
.pagination-wrapper {
  margin-top: 30px;
}
.pagination-wrapper .mr-auto {
  width: 100%;
}
.pagination-wrapper .mr-auto .pagination {
  padding: 15px 0;
  border-radius: 0;
  position: relative;
  justify-content: center;
}
.pagination-wrapper .mr-auto .pagination .page-item > a, .pagination-wrapper .mr-auto .pagination .page-item span {
  font-size: 16px;
  color: #000;
  font-weight: 400;
  background-color: transparent;
  color: rgba(3, 69, 191, .6);
  border-radius: 100%;
  width: 40px;
  height: 40px;
  padding: 0;
  text-align: center;
  line-height: 40px;
}
.pagination-wrapper .mr-auto .pagination .page-item.active .page-link {
  color: #fff;
  background-color: #0345bf;
}
.pagination-wrapper .mr-auto .pagination .page-item:first-child {
  float: left;
}
.pagination-wrapper .mr-auto .pagination .page-item:last-child {
  float: right;
}
.pagination-wrapper .mr-auto .pagination .page-item .page-link {
  border: 0;
  padding: 0;
  margin: 0 3px;
}
.pagination-wrapper .mr-auto .pagination .page-item .page-link:hover {
  background-color: #0345bf;
  color: #fff;
}
.pagination-wrapper .mr-auto .pagination .page-item .page-link:focus {
  box-shadow: none;
}
.pagination-wrapper .mr-auto .pagination .page-item .page-link:first-child:hover, .pagination-wrapper .mr-auto .pagination .page-item .page-link:last-child:hover {
  color: #0345bf;
  background-color: transparent;
}
.pagination-wrapper .mr-auto .pagination .page-item .page-link.next, .pagination-wrapper .mr-auto .pagination .page-item .page-link.previous {
  display: none;
}
.pagination-wrapper .pagination-counter {
  display: none;
}
.contact-info .sppb-addon-title {
  color: #0345bf;
}
.contact-info .sppb-addon-content {
  color: #939393;
}
.sppb-ajaxt-contact-form .sppb-form-group input:not(.sppb-form-check-input), .sppb-form-control, .sppb-form-group .sppb-form-control {
  background-color: transparent;
  border-color: #0345bf;
  color: #0345bf;
  font-size: 18px;
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
  line-height: 30px;
}
.sppb-ajaxt-contact-form .sppb-form-group input:not(.sppb-form-check-input):hover, .sppb-form-control:hover, .sppb-form-group .sppb-form-control:hover {
  border-color: rgba(3, 69, 191, .6);
  color: rgba(3, 69, 191, .6);
}
.sppb-ajaxt-contact-form .sppb-btn {
  margin-top: 25px;
}
#sp-bottom {
  padding: 90px 0 70px;
  background-color: unset;
  background-image: linear-gradient(90deg, #fafafa 57.5%, rgba(250, 250, 250, .97) 41.5%);
}
#sp-bottom .sp-module .sp-module-title, #sp-bottom .sp-module .sppb-addon-title {
  font-family: 'Raleway', sans-serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 3.69px;
  line-height: 30px;
  color: #0345bf;
  text-transform: uppercase;
  margin-bottom: 35px;
}
#sp-bottom .sp-module ul > li > a {
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  color: #939393;
  text-transform: uppercase;
}
#sp-bottom .sp-module ul > li > a:hover {
  color: #fff;
}
#sp-bottom .sp-module .sppb-icons-group-list a {
  margin-right: 25px;
}
#sp-bottom .sp-module .sppb-icons-group-list a:hover {
  color: #0345bf;
}
#sp-footer .container-inner {
  padding: 30px 0;
  border-top: 0;
}
#sp-footer .container-inner .sp-column {
  font-size: 14px;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  color: #9b9b9b;
}
#sp-footer .container-inner .sp-column a {
  color: #9b9b9b;
}
.view-login .login .input-group-prepend .input-group-text, .view-login .logout .input-group-prepend .input-group-text, .view-registration .registration .input-group-prepend .input-group-text {
  display: none;
}
.view-login .login .form-control, .view-login .logout .form-control, .view-registration .registration .form-control {
  border-radius: 0;
}
.view-login .login .form-control:focus, .view-login .logout .form-control:focus, .view-registration .registration .form-control:focus {
  box-shadow: none;
}
.view-login .login .btn, .view-login .logout .btn, .view-registration .registration .btn {
  padding: 10px 40px;
  border-radius: 0;
}
.view-login .login .btn-primary:hover, .view-login .logout .btn-primary:hover, .view-registration .registration .btn-primary:hover {
  background-color: rgba(3, 69, 191, .8);
  border-color: rgba(3, 69, 191, .8);
}
.view-login .login .btn-secondary, .view-login .logout .btn-secondary, .view-registration .registration .btn-secondary {
  background-color: #98a7b5;
  border-color: #98a7b5;
  margin-left: 10px;
}
.view-login .login .btn-secondary:hover, .view-login .logout .btn-secondary:hover, .view-registration .registration .btn-secondary:hover {
  background-color: rgba(152, 167, 181, .8);
  border-color: rgba(152, 167, 181, .8);
}
.view-login .login .list-group, .view-login .logout .list-group, .view-registration .registration .list-group {
  flex-direction: row;
  justify-content: space-between;
}
.view-login .login .list-group .list-group-item, .view-login .logout .list-group .list-group-item, .view-registration .registration .list-group .list-group-item {
  padding: 0;
  border: none;
  line-height: 1.3;
  font-size: 11px;
  border-radius: 0 !important;
}
.view-login .login .list-group .list-group-item:hover, .view-login .logout .list-group .list-group-item:hover, .view-registration .registration .list-group .list-group-item:hover {
  color: rgba(3, 69, 191, .8);
}
html.error-page body {
  background-position: center center;
  background-size: cover;
}
html.error-page .error-code {
  font-size: 14rem;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  line-height: 1;
  color: #0345bf;
  margin-bottom: 30px;
}
html.error-page .error-message {
  font-size: 1.5rem;
  font-family: 'Libre Baskerville', sans-serif;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  margin-bottom: 4rem;
}
html.error-page .btn {
  font-size: 18px;
  background-color: #fff;
  color: #0345bf;
  padding: 18px 50px;
  border-radius: 0;
  font-weight: 400;
  position: relative;
  z-index: 3;
  transition: 0.3s;
  border: 0;
}
html.error-page .btn:hover {
  color: #fff;
  background-color: #0345bf;
  box-shadow: none;
}
.coming-soon-title {
  font-size: 72px;
  font-family: 'Libre Baskerville', sans-serif;
  font-weight: 600;
  line-height: 1;
  color: #fff;
  margin-bottom: 40px;
}
.coming-soon-content {
  width: 550px;
  margin: 0 auto;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  color: #fff;
}
html.coming-soon {
  background-size: cover;
  background-position: center center;
}
html.coming-soon #coming-soon-countdown .coming-soon-days .coming-soon-number, html.coming-soon #coming-soon-countdown .coming-soon-hours .coming-soon-number, html.coming-soon #coming-soon-countdown .coming-soon-minutes .coming-soon-number, html.coming-soon #coming-soon-countdown .coming-soon-seconds .coming-soon-number {
  font-size: 72px;
  font-weight: 500;
  color: #fff;
  font-family: 'Libre Baskerville', sans-serif;
}
html.coming-soon #coming-soon-countdown .coming-soon-days .coming-soon-string, html.coming-soon #coming-soon-countdown .coming-soon-hours .coming-soon-string, html.coming-soon #coming-soon-countdown .coming-soon-minutes .coming-soon-string, html.coming-soon #coming-soon-countdown .coming-soon-seconds .coming-soon-string {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
}
.sppb-addon-articles.article-list .sppb-addon-article, .sppb-addon-articles .sppb-addon-article {
  position: relative;
}
.sppb-addon-articles.article-list .sppb-addon-article .sppb-article-info-wrap, .sppb-addon-articles .sppb-addon-article .sppb-article-info-wrap {
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column-reverse;
  padding: 25px;
}
.sppb-addon-articles.article-list .sppb-addon-article .sppb-article-info-wrap h3, .sppb-addon-articles .sppb-addon-article .sppb-article-info-wrap h3 {
  margin: 0 0 48px;
}
.sppb-addon-articles.article-list .sppb-addon-article .sppb-article-meta, .sppb-addon-articles .sppb-addon-article .sppb-article-meta {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
}
.sppb-addon-articles.article-list .sppb-addon-article .sppb-article-meta .sppb-meta-category, .sppb-addon-articles .sppb-addon-article .sppb-article-meta .sppb-meta-category {
  position: absolute;
  top: 25px;
  left: 25px;
  margin: 0;
}
.sppb-addon-articles.article-list .sppb-addon-article .sppb-article-meta .sppb-meta-category a, .sppb-addon-articles .sppb-addon-article .sppb-article-meta .sppb-meta-category a {
  color: #fff;
  text-transform: capitalize;
  border: 1px solid #fff;
  padding: 5px 15px;
  background-color: transparent;
}
.sppb-addon-articles.article-list .sppb-addon-article .sppb-article-meta .sppb-meta-category a:active, .sppb-addon-articles .sppb-addon-article .sppb-article-meta .sppb-meta-category a:active, .sppb-addon-articles.article-list .sppb-addon-article .sppb-article-meta .sppb-meta-category a:focus, .sppb-addon-articles .sppb-addon-article .sppb-article-meta .sppb-meta-category a:focus, .sppb-addon-articles.article-list .sppb-addon-article .sppb-article-meta .sppb-meta-category a:hover, .sppb-addon-articles .sppb-addon-article .sppb-article-meta .sppb-meta-category a:hover {
  color: #0345bf;
  background-color: #fff;
}
.sppb-addon-articles.article-list .sppb-addon-article .sppb-article-meta .sppb-meta-author, .sppb-addon-articles .sppb-addon-article .sppb-article-meta .sppb-meta-author, .sppb-addon-articles.article-list .sppb-addon-article .sppb-article-meta .sppb-meta-date, .sppb-addon-articles .sppb-addon-article .sppb-article-meta .sppb-meta-date {
  position: absolute;
  bottom: 0;
  padding-bottom: 25px;
}
.sppb-addon-articles.article-list .sppb-addon-article .sppb-article-meta .sppb-meta-date, .sppb-addon-articles .sppb-addon-article .sppb-article-meta .sppb-meta-date {
  margin-left: 75px;
}
.sppb-addon-articles.article-list .sppb-addon-article .sppb-article-meta .sppb-meta-date:before, .sppb-addon-articles .sppb-addon-article .sppb-article-meta .sppb-meta-date:before {
  content: "-";
  margin: 0 5px;
}
.sppb-addon-articles.article-list .sppb-addon-article .sppb-article-info-wrap {
  padding: 15px;
}
.sppb-addon-articles.article-list .sppb-addon-article .sppb-article-info-wrap h3 {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 35px;
}
.sppb-addon-articles.article-list .sppb-addon-article .sppb-article-info-wrap .sppb-article-meta .sppb-meta-category {
  left: 15px;
  top: 15px;
}
.sppb-addon-articles.article-list .sppb-addon-article .sppb-article-info-wrap .sppb-article-meta .sppb-meta-author, .sppb-addon-articles.article-list .sppb-addon-article .sppb-article-info-wrap .sppb-article-meta .sppb-meta-date {
  padding-bottom: 10px;
}
.article-list.articles-leading .article .article-intro-image, .sppb-addon-article .article-intro-image, .article-list.articles-leading .article .sppb-article-img-wrap, .sppb-addon-article .sppb-article-img-wrap {
  display: block;
  position: relative;
  z-index: 1;
}
.article-list.articles-leading .article .article-intro-image:after, .sppb-addon-article .article-intro-image:after, .article-list.articles-leading .article .sppb-article-img-wrap:after, .sppb-addon-article .sppb-article-img-wrap:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  background-color: rgba(14, 17, 22, 0.5);
  z-index: 1;
}
.article-list.articles-leading .article .article-intro-image img, .sppb-addon-article .article-intro-image img, .article-list.articles-leading .article .sppb-article-img-wrap img, .sppb-addon-article .sppb-article-img-wrap img {
  width: 100%;
}
.article-list.articles-leading .article .article-body, .sppb-addon-article .article-body, .article-list.articles-leading .article .sppb-article-info-wrap, .sppb-addon-article .sppb-article-info-wrap {
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 15px;
  width: 85%;
  height: auto;
  z-index: 10;
}
.article-list.articles-leading .article .article-body .article-header h1, .sppb-addon-article .article-body .article-header h1, .article-list.articles-leading .article .sppb-article-info-wrap .article-header h1, .sppb-addon-article .sppb-article-info-wrap .article-header h1, .article-list.articles-leading .article .article-body .article-header h2, .sppb-addon-article .article-body .article-header h2, .article-list.articles-leading .article .sppb-article-info-wrap .article-header h2, .sppb-addon-article .sppb-article-info-wrap .article-header h2, .article-list.articles-leading .article .article-body h3, .sppb-addon-article .article-body h3, .article-list.articles-leading .article .sppb-article-info-wrap h3, .sppb-addon-article .sppb-article-info-wrap h3 {
  font-size: 1.5rem;
  line-height: 32px;
  margin: 0 0 1.1rem;
}
.article-list.articles-leading .article .article-body .article-header h1 a, .sppb-addon-article .article-body .article-header h1 a, .article-list.articles-leading .article .sppb-article-info-wrap .article-header h1 a, .sppb-addon-article .sppb-article-info-wrap .article-header h1 a, .article-list.articles-leading .article .article-body .article-header h2 a, .sppb-addon-article .article-body .article-header h2 a, .article-list.articles-leading .article .sppb-article-info-wrap .article-header h2 a, .sppb-addon-article .sppb-article-info-wrap .article-header h2 a, .article-list.articles-leading .article .article-body h3 a, .sppb-addon-article .article-body h3 a, .article-list.articles-leading .article .sppb-article-info-wrap h3 a, .sppb-addon-article .sppb-article-info-wrap h3 a {
  color: #fff;
}
.article-list.articles-leading .article .article-body .article-header h1 a:active, .sppb-addon-article .article-body .article-header h1 a:active, .article-list.articles-leading .article .sppb-article-info-wrap .article-header h1 a:active, .sppb-addon-article .sppb-article-info-wrap .article-header h1 a:active, .article-list.articles-leading .article .article-body .article-header h2 a:active, .sppb-addon-article .article-body .article-header h2 a:active, .article-list.articles-leading .article .sppb-article-info-wrap .article-header h2 a:active, .sppb-addon-article .sppb-article-info-wrap .article-header h2 a:active, .article-list.articles-leading .article .article-body h3 a:active, .sppb-addon-article .article-body h3 a:active, .article-list.articles-leading .article .sppb-article-info-wrap h3 a:active, .sppb-addon-article .sppb-article-info-wrap h3 a:active, .article-list.articles-leading .article .article-body .article-header h1 a:focus, .sppb-addon-article .article-body .article-header h1 a:focus, .article-list.articles-leading .article .sppb-article-info-wrap .article-header h1 a:focus, .sppb-addon-article .sppb-article-info-wrap .article-header h1 a:focus, .article-list.articles-leading .article .article-body .article-header h2 a:focus, .sppb-addon-article .article-body .article-header h2 a:focus, .article-list.articles-leading .article .sppb-article-info-wrap .article-header h2 a:focus, .sppb-addon-article .sppb-article-info-wrap .article-header h2 a:focus, .article-list.articles-leading .article .article-body h3 a:focus, .sppb-addon-article .article-body h3 a:focus, .article-list.articles-leading .article .sppb-article-info-wrap h3 a:focus, .sppb-addon-article .sppb-article-info-wrap h3 a:focus, .article-list.articles-leading .article .article-body .article-header h1 a:hover, .sppb-addon-article .article-body .article-header h1 a:hover, .article-list.articles-leading .article .sppb-article-info-wrap .article-header h1 a:hover, .sppb-addon-article .sppb-article-info-wrap .article-header h1 a:hover, .article-list.articles-leading .article .article-body .article-header h2 a:hover, .sppb-addon-article .article-body .article-header h2 a:hover, .article-list.articles-leading .article .sppb-article-info-wrap .article-header h2 a:hover, .sppb-addon-article .sppb-article-info-wrap .article-header h2 a:hover, .article-list.articles-leading .article .article-body h3 a:hover, .sppb-addon-article .article-body h3 a:hover, .article-list.articles-leading .article .sppb-article-info-wrap h3 a:hover, .sppb-addon-article .sppb-article-info-wrap h3 a:hover {
  color: #0345bf;
}
.article-list.articles-leading .article .article-body .article-info > span, .sppb-addon-article .article-body .article-info > span, .article-list.articles-leading .article .sppb-article-info-wrap .article-info > span, .sppb-addon-article .sppb-article-info-wrap .article-info > span, .article-list.articles-leading .article .article-body .sppb-article-meta > span, .sppb-addon-article .article-body .sppb-article-meta > span, .article-list.articles-leading .article .sppb-article-info-wrap .sppb-article-meta > span, .sppb-addon-article .sppb-article-info-wrap .sppb-article-meta > span {
  color: #fff;
}
.article-list.articles-leading .article .article-body .article-info > span a, .sppb-addon-article .article-body .article-info > span a, .article-list.articles-leading .article .sppb-article-info-wrap .article-info > span a, .sppb-addon-article .sppb-article-info-wrap .article-info > span a, .article-list.articles-leading .article .article-body .sppb-article-meta > span a, .sppb-addon-article .article-body .sppb-article-meta > span a, .article-list.articles-leading .article .sppb-article-info-wrap .sppb-article-meta > span a, .sppb-addon-article .sppb-article-info-wrap .sppb-article-meta > span a {
  color: #fff;
}
.article-list.articles-leading .article .article-body .article-info > span a:hover, .sppb-addon-article .article-body .article-info > span a:hover, .article-list.articles-leading .article .sppb-article-info-wrap .article-info > span a:hover, .sppb-addon-article .sppb-article-info-wrap .article-info > span a:hover, .article-list.articles-leading .article .article-body .sppb-article-meta > span a:hover, .sppb-addon-article .article-body .sppb-article-meta > span a:hover, .article-list.articles-leading .article .sppb-article-info-wrap .sppb-article-meta > span a:hover, .sppb-addon-article .sppb-article-info-wrap .sppb-article-meta > span a:hover {
  color: #0345bf;
}
.article-list .article .article-body, .sppb-addon-article .sppb-article-info-wrap {
  padding: 25px 25px 10px;
}
.article-list .article .article-body .readmore, .sppb-addon-article .sppb-article-info-wrap .readmore {
  display: none;
}
.view-category.layout-blog #sp-component {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  width: 100%;
}
.view-category.layout-blog #sp-right {
  display: none;
}
.article-list.articles-leading {
  margin-left: -15px;
  margin-right: -15px;
}
.article-list.articles-leading .article {
  width: 50%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  border: 0;
}
.article-list.articles-leading .article .article-body .article-introtext {
  display: none;
}
.article-list .article {
  margin-bottom: 30px;
  padding: 0;
  border: 1px solid #ebebf1;
  background-color: #fff;
  border-radius: 0;
}
.article-list .article .article-feature-gallery, .article-list .article .article-featured-audio, .article-list .article .article-featured-video, .article-list .article .article-intro-image {
  margin: 0;
  border-radius: 0;
  border-bottom: 0;
  overflow: hidden;
  position: relative;
}
.article-list .article .article-feature-gallery img, .article-list .article .article-featured-audio img, .article-list .article .article-featured-video img, .article-list .article .article-intro-image img {
  width: 100%;
  border-radius: 0;
}
.article-list .article .article-header h1, .article-list .article .article-header h2 {
  font-size: 1.125rem;
  font-family: 'Libre Baskerville', sans-serif;
  font-weight: 400;
  line-height: 32px;
  margin: 0 0 10px;
}
.article-list .article .article-header h1 a, .article-list .article .article-header h2 a {
  color: rgba(3, 69, 191, .6);
}
.article-list .article .article-header h1 a:active, .article-list .article .article-header h2 a:active, .article-list .article .article-header h1 a:focus, .article-list .article .article-header h2 a:focus, .article-list .article .article-header h1 a:hover, .article-list .article .article-header h2 a:hover {
  color: #0345bf;
}
.article-list .article .article-introtext {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: rgba(3, 69, 191, .6);
}
.article-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}
.article-info .createdby .author-img {
  display: none;
}
.article-info .info-block-title {
  display: inline-block;
}
.article-info > span {
  color: rgba(3, 69, 191, .6);
  font-size: 14px;
}
.article-info > span + span::before {
  display: inline-block;
  padding-right: 0.1rem;
  padding-left: 0.1rem;
  content: "-";
}
.article-info > span a {
  color: rgba(3, 69, 191, .6);
}
.article-info > span a:hover {
  color: #0345bf;
}
.view-article #sp-title {
  display: none;
}
.view-article #sp-main-body {
  padding: 0;
}
.view-article #sp-main-body .container {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
}
.view-article #sp-component {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
}
.article-header-wrap {
  position: relative;
}
.article-body-wrap {
  max-width: 1140px;
  margin: 0 auto;
  padding: 100px 15px;
}
.article-details .article-header {
  position: absolute;
  width: 1140px;
  max-width: 1140px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
}
.article-details .article-header h1, .article-details .article-header h2 {
  font-size: 72px;
  font-family: 'Libre Baskerville', sans-serif;
  font-weight: 400;
  color: #fff;
}
.article-details .link-edit-article {
  position: absolute;
  right: 0;
  top: 10px;
}
.article-details .article-info {
  margin-bottom: 120px;
  color: #fff;
}
.article-details .article-info .createdby .author-img {
  display: inline-block;
  width: 35px;
  height: 35px;
  border-radius: 100%;
  margin-right: 20px;
}
.article-details .article-info > span {
  color: #fff;
  font-size: 14px;
  line-height: 34px;
}
.article-details .article-full-image {
  text-align: center;
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.article-details .article-full-image:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.6;
  background-color: #0e1116;
  z-index: 1;
}
.article-details .article-full-image img {
  display: inline-block;
  border-radius: 0;
}
.article-details .article-feature-gallery, .article-details .article-featured-audio, .article-details .article-featured-video {
  margin-bottom: 0;
}
.article-details .article-ratings-social-share {
  padding: 1rem 0;
  border-top: 1px solid #f5f5f5;
  border-bottom: 1px solid #f5f5f5;
  margin-bottom: 1rem;
}
.article-details .tags {
  list-style: none;
  padding: 0;
  margin: 0 0 25px;
  display: block;
}
.article-details .tags > li {
  display: inline-block;
}
.article-details .tags > li a {
  display: block;
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
  letter-spacing: 3.69px;
  color: #a1a1a1;
  text-transform: uppercase;
  background-color: transparent;
}
.article-details .tags > li a:hover {
  color: #fff;
  background-color: transparent;
}
#sp-right {
  display: none;
}
#sp-left .sp-module, .article-body-right .sp-module {
  margin-top: 30px;
  border: 0;
  padding: 0;
  border-radius: 0;
}
#sp-left .sp-module .sp-module-title, .article-body-right .sp-module .sp-module-title {
  font-size: 14px;
  font-weight: 700;
  font-family: 'Libre Baskerville', sans-serif;
  color: #0345bf;
  margin: 0 0 8px;
  padding-bottom: 10px;
  border: 0;
}
#sp-left .sp-module ul li, .article-body-right .sp-module ul li {
  border: 0;
}
#sp-left .form-control, .article-body-right .form-control, #sp-left .sppb-optin-form-content .sppb-form-control, .article-body-right .sppb-optin-form-content .sppb-form-control {
  display: block;
  width: 100%;
  padding: 19px 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.45;
  color: #0345bf;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #0345bf;
  border-radius: 0;
}
#sp-left .search, .article-body-right .search {
  position: relative;
  margin-bottom: 45px;
}
#sp-left .search:after, .article-body-right .search:after {
  content: "\f002";
  font-family: FontAwesome;
  position: absolute;
  height: 100%;
  width: auto;
  right: 0;
  top: 0;
  font-size: 20px;
  color: #0345bf;
  padding: 10px 20px;
  cursor: pointer;
}
#sp-left .button-wrap .sppb-btn, .article-body-right .button-wrap .sppb-btn {
  padding: 17px 20px;
  color: #0345bf;
  cursor: pointer;
}
#sp-left .sppb-addon-optin-forms, .article-body-right .sppb-addon-optin-forms {
  padding: 0;
}
#sp-left .sppb-addon-optin-forms .sppb-optin-form-details-wrap, .article-body-right .sppb-addon-optin-forms .sppb-optin-form-details-wrap {
  padding: 15px 0;
}
#sp-left .sppb-addon-optin-forms .sppb-optin-form-details, .article-body-right .sppb-addon-optin-forms .sppb-optin-form-details {
  font-size: 14px;
  font-weight: 400;
  line-height: 32px;
  color: rgba(3, 69, 191, .6);
}
.article-body-content .sppb-addon-testimonial .sppb-addon-content {
  text-align: left;
  padding: 50px 0 0 60px;
  position: relative;
}
.article-body-content .sppb-addon-testimonial .sppb-addon-content .fa {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.article-body-content .sppb-addon-content {
  font-size: 14px;
  line-height: 32px;
  color: rgba(3, 69, 191, .6);
  font-family: 'Libre Baskerville', sans-serif;
}
.archive-module, .categories-module, .category-module, .form-links, .latestnews, .list-striped, .mostread, .newsflash-horiz {
  list-style: none;
  padding: 0;
  margin: 0;
}
.archive-module li, .categories-module li, .category-module li, .form-links li, .latestnews li, .list-striped li, .mostread li, .newsflash-horiz li {
  padding: 2px 0;
}
.archive-module li h4, .categories-module li h4, .category-module li h4, .form-links li h4, .latestnews li h4, .list-striped li h4, .mostread li h4, .newsflash-horiz li h4 {
  font-size: 14px;
  font-weight: 400;
  font-family: 'Raleway', sans-serif;
  color: rgba(3, 69, 191, .6);
  margin: 12px 0;
}
.archive-module li h4 a, .categories-module li h4 a, .category-module li h4 a, .form-links li h4 a, .latestnews li h4 a, .list-striped li h4 a, .mostread li h4 a, .newsflash-horiz li h4 a {
  color: rgba(3, 69, 191, .6);
}
.archive-module li h4 a:hover, .categories-module li h4 a:hover, .category-module li h4 a:hover, .form-links li h4 a:hover, .latestnews li h4 a:hover, .list-striped li h4 a:hover, .mostread li h4 a:hover, .newsflash-horiz li h4 a:hover {
  color: #0345bf;
}
.article-ratings {
  display: flex;
  align-items: center;
}
.article-ratings .rating-symbol {
  unicode-bidi: bidi-override;
  direction: rtl;
  font-size: 1rem;
  display: inline-block;
  margin-left: 5px;
}
.article-ratings .rating-symbol span.rating-star {
  font-family: "FontAwesome";
  font-weight: normal;
  font-style: normal;
  display: inline-block;
}
.article-ratings .rating-symbol span.rating-star.active:before {
  content: "\f005";
  color: #f6bc00;
}
.article-ratings .rating-symbol span.rating-star:before {
  content: "\f006";
  padding-right: 5px;
}
.article-ratings .rating-symbol span.rating-star:hover ~ span.rating-star:before, .article-ratings .rating-symbol span.rating-star:hover:before {
  content: "\f005";
  color: #e7b000;
  cursor: pointer;
}
.article-ratings .ratings-count {
  font-size: 0.785rem;
  color: #999;
}
.article-ratings .fa-spinner {
  margin-right: 5px;
}
.article-social-share {
  width: 100%;
  display: table;
  padding: 15px 20px;
  border: 1px solid #0345bf;
}
.article-social-share .social-share-icon .social-icon-title, .article-social-share .social-share-icon ul {
  display: inline-block;
}
.article-social-share .social-share-icon .social-icon-title {
  float: left;
  padding: 4px 0;
}
.article-social-share .social-share-icon .social-icon-title h5 {
  margin: 0;
  font-size: 18px;
  font-weight: 400;
  color: #0345bf;
}
.article-social-share .social-share-icon ul {
  padding: 0;
  list-style: none;
  margin: 0;
  float: right;
}
.article-social-share .social-share-icon ul li {
  display: inline-block;
}
.article-social-share .social-share-icon ul li:not(:last-child) {
  margin-right: 25px;
}
.article-social-share .social-share-icon ul li a {
  font-size: 24px;
  color: rgba(3, 69, 191, .2);
  line-height: 1;
  display: inline-block;
}
.article-social-share .social-share-icon ul li a:focus, .article-social-share .social-share-icon ul li a:hover {
  color: #fff;
}
.pager {
  list-style: none;
  padding: 0;
  margin: 2rem 0 0;
}
.pager::after {
  display: block;
  clear: both;
  content: "";
}
.pager > li {
  display: inline-block;
}
.pager > li.previous {
  float: left;
}
.pager > li.next {
  float: right;
}
.pager > li a {
  font-size: 18px;
  line-height: 1;
  color: #0345bf;
  padding: 12px 40px;
  border-radius: 0;
  display: inline-block;
  border: 1px solid #0345bf;
  background-color: transparent;
  transition: all 0.3s ease-in-out;
}
.pager > li a:hover {
  color: #fff;
  background-color: #0345bf;
  border-color: #0345bf;
}
#article-comments {
  padding-top: 2rem;
  margin-top: 2rem;
  border-top: 1px solid #f5f5f5;
}
.com-media.contentpane {
  padding: 10px !important;
}
.com-media .well {
  background: #f5f5f5;
  padding: 20px;
  border-radius: 4px;
  margin-bottom: 10px;
}
.com-media .well .row {
  margin: 0;
  padding: 0;
}
.com-media .well .row > div:first-child {
  width: calc(100% - 200px);
}
.com-media .well .row > div:last-child {
  width: 200px;
  float: right;
  text-align: right;
  padding-top: 30px;
}
.com-media .well .row #folderlist {
  display: inline-block;
}
.com-media .well .row #upbutton {
  display: none;
}
.com-media.view-imagesList {
  padding: 0px 0px 10px 0 !important;
}
.com-media.view-imagesList:before {
  content: " ";
  display: table;
}
.com-media.view-imagesList:after {
  display: block;
  clear: both;
  content: "";
}
.com-media.view-imagesList ul.manager {
  list-style: none;
  padding: 0;
  margin: 0;
}
.com-media.view-imagesList ul.manager > li.thumbnail {
  width: 110px;
  float: left;
}
.com-media.view-imagesList ul.manager > li.thumbnail > a > div:first-child {
  height: 60px;
  margin-bottom: 10px;
  text-align: center;
}
.com-media.view-imagesList ul.manager > li.thumbnail > a > div:first-child > span {
  display: inline-block;
  width: 60px;
  height: 40px;
  margin: 0 auto;
  margin-top: 25px;
  position: relative;
  background-color: #92ceff;
  border-radius: 0 5px 5px 5px;
}
.com-media.view-imagesList ul.manager > li.thumbnail > a > div:first-child > span:before {
  content: '';
  width: 50%;
  height: 12px;
  border-radius: 0 20px 0 0;
  background-color: #92ceff;
  position: absolute;
  top: -12px;
  left: 0px;
}
.com-media.view-imagesList ul.manager > li.thumbnail > a > div:first-child img {
  display: inline-block;
}
.sp-megamenu-wrapper {
  display: flex;
  justify-content: center;
}
.sp-megamenu-parent {
  list-style: none;
  padding: 0;
  margin: 0 -15px;
  z-index: 99;
  display: block;
  position: relative;
}
.sp-megamenu-parent > li {
  display: inline-block;
  position: relative;
  padding: 0;
}
.sp-megamenu-parent > li.menu-justify {
  position: static;
}
.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
  display: inline-block;
  padding: 0 15px;
  text-transform: uppercase;
  line-height: 90px;
  font-size: 14px;
  margin: 0;
}
.sp-megamenu-parent > li.active > a {
  color: #0345bf;
}
.sp-megamenu-parent > li .sp-menu-badge {
  height: 20px;
  line-height: 20px;
  padding: 0 5px;
  font-size: 10px;
  letter-spacing: 1px;
  display: inline-block;
  text-transform: uppercase;
  background: #d60000;
  color: #fff;
  border-radius: 3px;
}
.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 > li > a {
  display: block;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 10px;
}
.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 {
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
  padding: 20px;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner > .row:not(:first-child) {
  margin-top: 20px;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-items {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-main {
  top: 100%;
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-sub {
  top: 0;
}
.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;
  position: relative;
  margin-bottom: 8px;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item:last-child {
  margin-bottom: 0;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a, .sp-megamenu-parent .sp-dropdown li.sp-menu-item span:not(.sp-menu-badge) {
  font-size: 14px;
  line-height: 1;
  display: inline-block;
  padding: 8px 0;
  cursor: pointer;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a.sp-group-title, .sp-megamenu-parent .sp-dropdown li.sp-menu-item span:not(.sp-menu-badge).sp-group-title {
  text-transform: uppercase;
  font-weight: bold;
}
.sp-megamenu-parent .sp-dropdown .sp-module {
  padding: 0;
}
.sp-megamenu-parent .sp-dropdown .sp-module .sp-module-title {
  font-size: 14px;
  margin: 0 0 15px;
  text-transform: uppercase;
  font-weight: bold;
}
.sp-megamenu-parent .sp-dropdown .sp-module .latestnews {
  margin: 0;
}
.sp-megamenu-parent .sp-dropdown .sp-module .latestnews > li:not(:last-child) {
  margin: 0 0 15px;
}
.sp-megamenu-parent .sp-dropdown .sp-module .latestnews > li a {
  font-size: 14px;
}
.sp-megamenu-parent .sp-dropdown .sp-module .latestnews > li a span {
  opacity: 0.8;
}
.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-animation-fade .sp-has-child:hover > .sp-dropdown {
  animation: spFadeIn 600ms;
}
.sp-megamenu-parent.menu-animation-fade-up .sp-has-child:hover > .sp-dropdown {
  animation: spFadeInUp 400ms ease-in;
}
.sp-megamenu-parent.menu-animation-fade-down .sp-has-child:hover > .sp-dropdown {
  animation: spFadeInDown 400ms ease-in;
}
.sp-megamenu-parent.menu-animation-zoom .sp-has-child:hover > .sp-dropdown {
  animation: spZoomIn 300ms;
}
.sp-megamenu-parent.menu-animation-rotate .sp-has-child:hover > .sp-dropdown {
  animation: spRotateIn 300ms;
}
.sp-megamenu-parent.menu-animation-pulse .sp-has-child:hover > .sp-dropdown {
  animation: spPulse 300ms;
}
body.ltr .sp-megamenu-parent > li.sp-has-child > a:after, body.ltr .sp-megamenu-parent > li.sp-has-child > span:after {
  font-family: "FontAwesome";
  content: "\f107";
  float: right;
  margin-left: 7px;
}
body.ltr .sp-megamenu-parent > li .sp-menu-badge.sp-menu-badge-right {
  margin-left: 5px;
}
body.ltr .sp-megamenu-parent > li .sp-menu-badge.sp-menu-badge-left {
  margin-right: 5px;
}
body.ltr .sp-megamenu-parent .sp-dropdown .sp-dropdown-items .sp-has-child > a:after {
  font-family: "FontAwesome";
  content: "\f105";
  float: right;
  margin-left: 7px;
}
body.ltr .sp-megamenu-parent .sp-dropdown.sp-menu-center {
  margin-left: 45px;
}
body.ltr .sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-right {
  left: 0;
}
body.ltr .sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-full {
  left: 0;
  right: auto;
}
body.ltr .sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-left {
  right: 0;
}
body.ltr .sp-megamenu-parent .sp-dropdown.sp-dropdown-sub {
  left: 100%;
}
@media (min-width: 576px) {
  .sp-menu-full.container {
    width: 540px;
  }
}
@media (min-width: 768px) {
  .sp-menu-full.container {
    width: 720px;
  }
}
@media (min-width: 992px) {
  .sp-menu-full.container {
    width: 960px;
  }
}
@media (min-width: 1200px) {
  .sp-menu-full.container {
    width: 1140px;
  }
}
#offcanvas-toggler {
  display: block;
  height: 90px;
  line-height: 90px;
  font-size: 20px;
}
#offcanvas-toggler > span:hover {
  color: #fff;
}
.offcanvas-init {
  overflow-x: hidden;
  position: relative;
}
.offcanvas-active .offcanvas-overlay {
  visibility: visible;
  opacity: 1;
}
.offcanvas-overlay {
  background: rgba(0, 0, 0, .5);
  bottom: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9999;
  visibility: hidden;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.body-wrapper {
  position: relative;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  backface-visibility: hidden;
}
.close-offcanvas {
  position: absolute;
  top: 15px;
  z-index: 1;
  border-radius: 100%;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  font-size: 14px;
  background: #333;
  color: #fff;
}
.close-offcanvas:hover {
  background: #666;
  color: #fff;
}
.offcanvas-menu {
  width: 300px;
  height: 100%;
  position: fixed;
  top: 0;
  overflow: inherit;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  z-index: 10000;
}
.offcanvas-menu .offcanvas-inner {
  padding: 30px;
}
.offcanvas-menu .offcanvas-inner .sp-module {
  padding: 0;
  margin: 0;
}
.offcanvas-menu .offcanvas-inner .sp-module .sp-module-title {
  font-size: 1rem;
  font-weight: bold;
}
.offcanvas-menu .offcanvas-inner .sp-module:not(:last-child) {
  margin-bottom: 20px;
}
.offcanvas-menu .offcanvas-inner .sp-module ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0;
  margin: 0;
  list-style: none;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li {
  border: 0;
  padding: 0;
  margin: 0;
  position: relative;
  overflow: hidden;
  display: block;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li a, .offcanvas-menu .offcanvas-inner .sp-module ul > li span {
  display: block;
  font-size: 1rem;
  padding: 0.125rem 0;
  position: relative;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent > a > .menu-toggler, .offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent > .menu-separator > .menu-toggler {
  display: block;
  position: absolute;
  top: 50%;
  cursor: pointer;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  font-family: FontAwesome;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent > a > .menu-toggler:after, .offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent > .menu-separator > .menu-toggler:after {
  content: "\f055";
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent.menu-parent-open > a > .menu-toggler:after, .offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent.menu-parent-open > .menu-separator > .menu-toggler:after {
  content: "\f056";
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li ul {
  display: none;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li ul li a {
  font-size: 0.875rem;
}
body.ltr #offcanvas-toggler.offcanvas-toggler-right {
  float: right;
  margin-left: 20px;
}
body.ltr #offcanvas-toggler.offcanvas-toggler-left {
  float: left;
  margin-right: 20px;
}
body.ltr.offcanvs-position-left .body-wrapper {
  left: 0;
}
body.ltr.offcanvs-position-left .offcanvas-menu {
  left: -300px;
}
body.ltr.offcanvs-position-left.offcanvas-active .offcanvas-menu {
  left: 0;
}
body.ltr.offcanvs-position-left.offcanvas-active .body-wrapper {
  left: 300px;
}
body.ltr.offcanvs-position-right .body-wrapper {
  right: 0;
}
body.ltr.offcanvs-position-right .offcanvas-menu {
  right: -300px;
}
body.ltr.offcanvs-position-right.offcanvas-active .offcanvas-menu {
  right: 0;
}
body.ltr.offcanvs-position-right.offcanvas-active .body-wrapper {
  right: 300px;
}
body.ltr .close-offcanvas {
  right: 15px;
}
body.ltr .offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent > a > .menu-toggler, body.ltr .offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent > .menu-separator > .menu-toggler {
  right: 0;
}
body.ltr .offcanvas-menu .offcanvas-inner .sp-module ul > li ul {
  margin-left: 10px;
}
@keyframes spFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes spFadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes spFadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes spZoomIn {
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 1;
  }
}
@keyframes spRotateIn {
  from {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    transform-origin: center;
    transform: none;
    opacity: 1;
  }
}
@keyframes spPulse {
  from {
    opacity: 0;
    transform: scale3d(1, 1, 1);
  }
  50% {
    opacity: 0.5;
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}
@keyframes spSpin {
  to {
    transform: rotate(360deg);
  }
}
@media (max-width: 1400px) {
  .reservation-container {
    width: 100%;
  }
  .big-item .bg-img1, .big-item .bg-img2, .big-item .bg-img3, .big-item .bg-img4 {
    display: none;
  }
  .vegetarian-gallery .bg-img {
    display: none;
  }
}
@media (max-width: 1200px) and (min-width: 992px) {
  .single-image-slider.sppb-addon-sp-slider.sp-slider .sp-indicator-container {
    top: inherit !important;
    bottom: 28px !important;
  }
}
@media (max-width: 992px) {
  .spdiner-restaurant-left-col, .desserts-col-right {
    max-width: 100%;
  }
  .fluid-features-content-col {
    min-width: 100%;
    margin-bottom: 30px;
  }
  .sppb-addon-single-image.spdiner-gallery > .sppb-addon-content:before {
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
  }
  .sppb-addon-single-image.spdiner-gallery > .sppb-addon-content:after {
    top: 10px;
    left: 33px;
    right: 33px;
    bottom: 10px;
  }
  .sppb-addon-single-image.spdiner-gallery > .sppb-addon-content a.sppb-magnific-popup {
    font-size: 70px;
    font-weight: 300;
  }
  .sppb-addon-spdiner-pricelist.stack-layout.align-items-end {
    flex-direction: column;
    align-items: flex-start !important;
  }
  .sppb-addon-spdiner-pricelist.stack-layout.align-items-end > div {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    padding: 0px;
  }
  .col-min-steak {
    max-width: 100%;
  }
  .col-min-steak-left {
    max-width: 100%;
    margin-left: inherit;
  }
  .single-image-slider.sppb-addon-sp-slider.sp-slider .sp-slider_number {
    margin-left: -60px;
  }
  .spdiner-food-slider .sp-dots {
    left: 12% !important;
  }
  .article-body-wrap {
    max-width: 100%;
  }
  .article-details .article-header {
    padding-top: 20px;
    position: relative;
    width: 100%;
  }
  .article-details .article-header .article-info {
    margin-bottom: 50px;
  }
  .article-details .article-header h1, .article-details .article-header h2, .article-details .article-info, .article-details .article-info > span, .article-details .tags > li a {
    color: rgba(3, 69, 191, .8);
  }
}
@media (max-width: 768px) {
  body {
    font-size: 13px !important;
  }
  body h1 {
    font-size: 40px;
  }
  body h2 {
    font-size: 18px;
  }
  body h3 {
    font-size: 35px;
  }
  body h4 {
    font-size: 18px;
  }
  body h5 {
    font-size: 14px;
  }
  body p {
    font-size: 13px;
  }
  .col-min-steak-left, .col-min-steak {
    max-width: 100%;
  }
  .single-image-slider.sppb-addon-sp-slider.sp-slider .sp-indicator-container {
    top: inherit !important;
    bottom: 72px !important;
  }
  .spdiner-food-slider .sp-dots {
    left: 5% !important;
  }
  .sp-diner-schedule-info .sppb-addon-content h4 {
    font-size: 20px;
  }
  .sp-dropdown-mega .sp-dropdown-inner .sp-mega-group .sppb-addon-tab .sppb-tab .sppb-tab-content .sppb-tab-pane [id^='sppb-addon'] {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
  }
  #sp-bottom {
    padding: 40px 0 30px;
    background-image: linear-gradient(180deg, #fafafa 67.5%, rgba(250, 250, 250, .97) 31.5%);
  }
  #sp-bottom .sp-module {
    margin-bottom: 20px;
  }
  #sp-bottom .sp-module .sp-module-title, #sp-bottom .sp-module .sppb-addon-title {
    font-size: 16px;
    margin-bottom: 10px;
  }
  #sp-bottom .sp-module ul > li {
    margin-bottom: 0;
  }
  #sp-bottom .sp-module ul > li a {
    font-size: 12px;
    line-height: 1.5;
  }
  #sp-footer #sp-footer1, #sp-footer #sp-footer2 {
    text-align: center;
  }
  #sp-title .sp-page-title {
    padding: 150px 0 80px;
  }
  #sp-title .sp-page-title .sp-page-title-heading {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 10px;
  }
  #sp-title .sp-page-title .sp-page-title-sub-heading {
    font-size: 35px;
    line-height: 45px;
  }
  .speasyimagegallery-gallery-item-title, .speasyimagegallery-image-title {
    font-size: 16px;
  }
  .sppb-instagram-classic-content-wrap .addon-instagram-item-author-wrap .addon-instagram-author-info .instagram-author-meta-content a, .sppb-instagram-classic-content-wrap .addon-instagram-item-author-wrap .instagram-redirect-link {
    font-size: 18px;
  }
  .sppb-ajaxt-contact-form .sppb-form-group input:not(.sppb-form-check-input), .sppb-form-control, .sppb-form-group .sppb-form-control {
    font-size: 15px;
  }
  .article-details .tags {
    margin: 0;
  }
  .article-details .tags > li a {
    font-size: 18px;
  }
  .article-details .article-header h1, .article-details .article-header h2 {
    font-size: 35px;
  }
  .article-body-wrap {
    padding: 40px 15px;
  }
  .article-body-content .sppb-addon-testimonial .sppb-addon-content {
    padding: 15px 0 0 30px;
  }
  .article-social-share .social-share-icon ul {
    margin-top: 10px;
  }
  .article-social-share .social-share-icon ul li:not(:last-child) {
    margin-right: 15px;
  }
  .article-social-share .social-share-icon ul li a {
    font-size: 18px;
  }
  .article-list.articles-leading .article {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .sppb-addon-pricelist .pricelist-title {
    flex: 0 0 auto;
  }
  .sp-diner-schedule-info .sppb-addon-title {
    top: -4px;
  }
  .sp-diner-schedule-info:before {
    top: 10px;
    bottom: 10px;
    left: 10px;
    right: 10px;
  }
  .sp-diner-schedule-info:after {
    top: 20px;
    bottom: 25px;
    left: 0px;
    right: 0px;
  }
  .sp-diner-schedule-info .sppb-addon-title {
    padding: 10px 30px;
  }
  .sp-diner-schedule-info .sppb-addon-content {
    padding: 25px 25px 50px 25px;
  }
  .sp-diner-schedule-info .sppb-addon-content .spdiner-time {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .sppb-addon-spdiner-pricelist .sppb-addon-content-wrap.price-position-right {
    flex-direction: column;
  }
  .sppb-addon-spdiner-pricelist .sppb-addon-content-pricelist ul {
    font-size: 13px;
    flex-direction: column;
  }
  body .sppb-btn {
    font-size: 14px;
    padding: 5px 30px;
  }
  body .sppb-btn:before {
    top: -5px;
    left: 4px;
    right: 3px;
    bottom: -5px;
  }
  body .sppb-btn:hover:after, body .sppb-btn:focus:after {
    top: -5px;
    height: 37px;
  }
  body .sppb-btn.sppb-btn-sm {
    padding: 3px 20px;
    font-size: 12px;
  }
  body .sppb-btn.sppb-btn-sm:hover:after, body .sppb-btn.sppb-btn-sm:focus:after {
    top: -5px;
    height: 34px;
  }
  .spdiner-sea-food-price {
    flex-direction: column;
  }
  .spdiner-sea-food-price > div {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
  }
  .spdiner-sea-food-price > div.pricelist-left-image {
    margin-bottom: 10px;
  }
  .sppb-addon-spdiner-pricelist .price-position-right .sppb-addon-title-wrap {
    padding-right: 0px;
  }
  body .sppb-sp-slider-button .sp-slider-btn-text {
    font-size: 14px;
    padding: 3px 30px;
  }
  body .sppb-sp-slider-button .sp-slider-btn-text:before {
    top: -5px;
    left: 3px;
    right: 3px;
    bottom: -5px;
  }
  body .sppb-sp-slider-button .sp-slider-btn-text:hover:after, body .sppb-sp-slider-button .sp-slider-btn-text:focus:after {
    height: 35px;
    top: -5px;
  }
  body .sppb-button-submit {
    padding: 0;
  }
  body .sppb-button-submit:hover:after, body .sppb-button-submit:focus:after {
    top: -5px;
    height: 47px;
  }
  input[type="text"]:not(.form-control), input[type="email"]:not(.form-control), input[type="url"]:not(.form-control), input[type="date"]:not(.form-control), input[type="password"]:not(.form-control), input[type="search"]:not(.form-control), input[type="tel"]:not(.form-control), input[type="number"]:not(.form-control), select:not(.form-control) {
    padding: 10px 15px;
    font-size: 14px;
  }
  .sp-select .sp-select-result .sp-select-text {
    font-size: 14px;
  }
  .sp-select ul > li {
    font-size: 15px;
  }
  .sp-select {
    height: 39px;
    padding: 0px 15px;
    line-height: 35px;
  }
  .sp-select .sp-select-result i.fa {
    font-size: 11px;
  }
  .sppb-addon-table-booking .sptb-wrapper > .row {
    flex-direction: column;
  }
  .sppb-addon-table-booking .sptb-wrapper > .row .sptb-input-wrap {
    margin-bottom: 50px;
  }
  #sp-header {
    padding: 0 15px;
  }
  .datepicker {
    width: auto;
  }
}
