@import url('https://fonts.googleapis.com/css?family=Open+Sans');
/**
 * @package Helix Ultimate Framework
 * @author JoomShaper https://www.joomshaper.com
 * @copyright Copyright (c) 2010 - 2018 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;
}
a {
  transition: color 400ms, background-color 400ms;
}
a, a:hover, a:focus, a:active {
  text-decoration: none;
}
label {
  font-weight: normal;
}
legend {
  padding-bottom: 10px;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
#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: 25px;
  left: 0;
  position: relative;
  top: 0;
  width: 100%;
  z-index: 99;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.10);
}
#sp-header .logo {
  height: 25px;
  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 0;
}
.sp-page-title .breadcrumb > .active {
  color: rgba(255, 255, 255, 0.8);
}
.sp-page-title .breadcrumb > span, .sp-page-title .breadcrumb > li, .sp-page-title .breadcrumb > li + li:before, .sp-page-title .breadcrumb > li > a {
  color: #fff;
}
.body-innerwrapper {
  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 dt, .search .search-results dd {
  margin: 5px 0;
}
.filter-search .chzn-container-single .chzn-single {
  height: 34px;
  line-height: 34px;
}
.form-search .finder label {
  display: block;
}
.form-search .finder .input-medium {
  width: 60%;
  border-radius: 4px;
}
.finder .word input {
  display: inline-block;
}
.finder .search-results.list-striped li {
  padding: 20px 0;
}
.article-list .article {
  margin-bottom: 30px;
  padding: 20px;
  border: 1px solid #f5f5f5;
  border-radius: 3px;
}
.article-list .article .article-intro-image, .article-list .article .article-featured-video, .article-list .article .article-featured-audio, .article-list .article .article-feature-gallery {
  margin: -20px -20px 20px -20px;
  border-radius: 3px 3px 0 0;
  border-bottom: 1px solid #f5f5f5;
  overflow: hidden;
}
.article-list .article .article-intro-image img, .article-list .article .article-featured-video img, .article-list .article .article-featured-audio img, .article-list .article .article-feature-gallery img {
  border-radius: 3px 3px 0 0;
}
.article-list .article .article-header h1, .article-list .article .article-header h2 {
  font-size: 1.375rem;
  margin: 0 0 1.25rem 0;
}
.article-list .article .article-header h1 a, .article-list .article .article-header h2 a {
  color: #252525;
}
.article-list .article .article-header h1 a:hover, .article-list .article .article-header h2 a:hover, .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 {
  color: #044cd0;
}
.article-list .article .readmore {
  font-size: 0.875rem;
}
.article-list .article .readmore a {
  color: #252525;
  font-weight: 500;
}
.article-list .article .readmore a:hover, .article-list .article .readmore a:active, .article-list .article .readmore a:focus {
  color: #044cd0;
}
.article-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}
.article-info > span {
  font-size: 0.813rem;
}
.article-info > span + span::before {
  display: inline-block;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  content: "/";
}
.article-info > span a {
  color: #252525;
}
.article-info > span a:hover {
  color: #044cd0;
}
.article-details .article-header {
  position: relative;
}
.article-details .article-header h1, .article-details .article-header h2 {
  font-size: 2.25rem;
}
.article-details .link-edit-article {
  position: absolute;
  right: 0;
  top: 10px;
}
.article-details .article-info {
  margin-bottom: 1rem;
}
.article-details .article-full-image {
  text-align: center;
  margin-bottom: 2rem;
}
.article-details .article-full-image img {
  display: inline-block;
  border-radius: 4px;
}
.article-details .article-featured-video, .article-details .article-featured-audio, .article-details .article-feature-gallery {
  margin-bottom: 2rem;
}
.article-details .article-ratings-social-share {
  padding: 1rem 0;
  border-top: 1px solid #f5f5f5;
  border-bottom: 1px solid #f5f5f5;
  margin-bottom: 1rem;
}
.article-details .article-author-information {
  padding-top: 2rem;
  margin-top: 2rem;
  border-top: 1px solid #f5f5f5;
}
.tags {
  list-style: none;
  padding: 0;
  margin: 2rem 0 0 0;
  display: block;
}
.tags > li {
  display: inline-block;
}
.tags > li a {
  display: block;
  font-size: 0.875rem;
  padding: 0.5rem 1rem;
  border-radius: 6.25rem;
}
.tags > li a:hover {
  color: #fff;
}
.pager {
  list-style: none;
  padding: 2rem 0 0 0;
  margin: 2rem 0 0 0;
  border-top: 1px solid #f5f5f5;
}
.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 {
  display: inline-block;
  font-size: 0.785rem;
  padding: 1rem 2.5rem;
  border-radius: 100px;
}
#article-comments {
  padding-top: 2rem;
  margin-top: 2rem;
  border-top: 1px solid #f5f5f5;
}
.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:before, .article-ratings .rating-symbol span.rating-star:hover ~ span.rating-star:before {
  content: "\f005";
  color: #e7b000;
  cursor: pointer;
}
.article-ratings .ratings-count {
  font-size: 0.785rem;
  color: #999;
}
.article-ratings .fa-spinner {
  margin-right: 5px;
}
.pagination-wrapper {
  align-items: center;
}
.pagination-wrapper .pagination {
  margin-bottom: 0;
}
.article-social-share {
  float: right;
}
.article-social-share .social-share-icon ul {
  padding: 0;
  list-style: none;
  margin: 0;
}
.article-social-share .social-share-icon ul li {
  display: inline-block;
}
.article-social-share .social-share-icon ul li:not(:last-child) {
  margin-right: 10px;
}
.article-social-share .social-share-icon ul li a {
  border: 1px solid #ededed;
  font-size: 1rem;
  border-radius: 50%;
  height: 34px;
  line-height: 34px;
  text-align: center;
  width: 34px;
  display: inline-block;
}
.article-social-share .social-share-icon ul li a:hover, .article-social-share .social-share-icon ul li a:focus {
  color: #fff;
}
.newsfeed-category .category {
  list-style: none;
  padding: 0;
  margin: 0;
}
.newsfeed-category .category li {
  padding: 5px 0;
}
.newsfeed-category #filter-search {
  margin: 10px 0;
}
.category-module, .categories-module, .archive-module, .latestnews, .newsflash-horiz, .mostread, .form-links, .list-striped {
  list-style: none;
  padding: 0;
  margin: 0;
}
.category-module li, .categories-module li, .archive-module li, .latestnews li, .newsflash-horiz li, .mostread li, .form-links li, .list-striped li {
  padding: 2px 0;
}
.category-module li h4, .categories-module li h4, .archive-module li h4, .latestnews li h4, .newsflash-horiz li h4, .mostread li h4, .form-links li h4, .list-striped li h4 {
  margin: 5px 0;
}
.article-footer-top {
  display: table;
  clear: both;
  width: 100%;
}
.article-footer-top .post_rating {
  float: left;
}
.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.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 thead > tr, table.category tbody > tr {
  border: 1px solid #f2f2f2;
}
table.category thead > tr th, table.category tbody > tr th, table.category thead > tr td, table.category tbody > tr td {
  padding: 10px;
}
.contact-form .form-actions {
  background: none;
  border: none;
}
@media print {
  .visible-print {
    display: inherit !important;
  }
  .hidden-print {
    display: none !important;
  }
}
.sp-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:hover, .sp-scroll-up:active, .sp-scroll-up:focus {
  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"]: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) {
  display: block;
  width: 100%;
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  line-height: 1.25;
  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;
}
input[type="text"]:not(.form-control):focus, input[type="email"]:not(.form-control):focus, input[type="url"]:not(.form-control):focus, input[type="date"]:not(.form-control):focus, input[type="password"]:not(.form-control):focus, input[type="search"]:not(.form-control):focus, input[type="tel"]:not(.form-control):focus, input[type="number"]:not(.form-control):focus, select:not(.form-control):focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
}
.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;
}
.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;
}
/* ARB variables modifications */
.sp-megamenu-parent {
  list-style: none;
  padding: 0;
  margin: 0 -15px;
  z-index: 99;
  display: block;
  /*ARB (menu to left & hambuger stays right) float: right; */
  float: left;
  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;
  /* ARB padding: 0px 15px;  */
  padding: 0px 15px 20px 15px;
  line-height: 25px;
  font-size: 14px;
  margin: 0;
}
.sp-megamenu-parent > li.active > a {
  font-weight: 500;
}
.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;
  /*ARB font-weight: 600; */
  font-weight: 300;
  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;
}
.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: 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: auto;
  right: 0;
}
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: 25px;
  line-height: 25px;
  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);
  }
}
.logox {
  margin-top: 50px;
  margin-bottom: 50px;
}
.logox a img {
  margin-right: 50px;
  margin-bottom: 50px;
}
.ulax {
  display: flex;
  flex-wrap: wrap;
}
.ulax a {
  margin-right: 50px;
  margin-bottom: 25px;
}
.ulax a img {
  margin-right: 10px;
}
.footeradvert {
  visibility: hidden;
  position: fixed;
  left: 0;
  bottom: 0;
  color: #333;
  text-align: left;
  margin: 10px;
}
.smallscreenadvert {
  visibility: visible;
  width: 240px;
  display: block;
  margin-left: auto;
  display: flex;
  justify-content: center;
  margin: 10px;
}
@media only screen and (min-width: 1920px) {
  .footeradvert {
    visibility: visible;
  }
  .smallscreenadvert {
    visibility: hidden;
    height: 0px;
  }
}
.article-img {
  -webkit-box-shadow: 0 10px 6px -6px #777;
  -moz-box-shadow: 0 10px 6px -6px #777;
  box-shadow: 0px 10px 6px -6px #777;
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-bottom: 0px;
}
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  .Go-Column-Count {
    column-count: 1;
  }
}
/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
  .Go-Column-Count {
    column-count: 1;
  }
}
/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  .Go-Column-Count {
    column-count: 2;
  }
}
/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  .Go-Column-Count {
    column-count: 3;
  }
}
/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
  .Go-Column-Count {
    column-count: 4;
  }
}
.become-a-partner__link[data-v-d2285277] {
  font-size: 0.5rem !important;
}
.socialletter-content {
  opacity: 1;
  background-color: #fff;
}
#social-signup {
  position: fixed;
  /* width: 100%;*/
  visibility: hidden;
  /* z-index: 10002;  this was causing drop down menu issue on external advert iframe links interfering - now is dynamic using custom js*/
  z-index: -1;
  top: 100px;
  opacity: 0;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transition: -webkit-transform 0.2s, opacity 0.2s, visibility 0s 0.2s;
  transition: transform 0.2s, opacity 0.2s, visibility 0s 0.2s;
}
#promo-social-signup {
  position: fixed;
  width: 100%;
  visibility: hidden;
  z-index: 10002;
  top: 100px;
  opacity: 0;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transition: -webkit-transform 0.2s, opacity 0.2s, visibility 0s 0.2s;
  transition: transform 0.2s, opacity 0.2s, visibility 0s 0.2s;
}
#social-signup .wrapper {
  position: relative;
  margin: 0 auto;
  text-align: center;
  -moz-border-radius: 3px;
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.5);
  width: 98%;
}
/* z-index div over entire page with 0.4 opacity which shows thru some of current web page */
#social-signup_bg {
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f5f5f5;
  opacity: 0.7;
  z-index: 10001;
}
#social-signup_close {
  position: absolute;
  left: 100%;
  margin: 7px 0 0 -30px;
  width: 20px;
  height: 20px;
  /* color: #fff; */
  color: #000;
  opacity: 0.3;
  cursor: pointer;
}
#social-signup_close::before {
  content: "×";
  font: 400 26px/1em 'Roboto Slab', serif;
}
#social-signup_close:hover {
  opacity: 0.8;
}
@media screen and (min-width: 800px) {
  #social-signup .wrapper {
    width: 800px;
    height: 250px;
    margin: auto;
    background-color: #fff;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  #social-signup .advert-wrapper {
    width: 1000px;
    height: 550px;
    margin: auto;
    background-color: #fff;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    -moz-border-radius: 3px;
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.5);
  }
  #promo-social-signup .promowrapper {
    width: 800px;
    height: 600px;
    margin: auto;
    padding: 20px;
    background-color: #fff;
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    -moz-border-radius: 3px;
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.5);
  }
  #promo-social-signup .promoheader {
    font-size: 1.25em;
    margin: auto;
  }
  #promo-social-signup .promosubheader {
    font-size: 1.75em;
    margin: auto;
    color: orange;
  }
}
.content-center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.ulx {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  z-index: 10002;
}
.ulx .lix {
  margin: 10px;
  height: 72px;
  width: 72px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  cursor: pointer;
  position: relative;
  font-size: 14px;
  font-family: "Times New Roman", Times, serif;
}
.ulx .lix div {
  transition: all 0.3s linear;
}
.ulx .lix:hover div {
  color: #fff;
}
.ulx .lix:hover::after {
  opacity: 1;
  transform: scale(0.95);
}
.ulx .lix::after {
  content: "";
  position: absolute;
  height: inherit;
  width: inherit;
  border-radius: 50%;
  opacity: 0;
  z-index: -1;
  transition: all 0.3s linear;
}
.facebookshare {
  border: 2px solid #3b5998;
  color: #3b5998;
}
.facebookshare::after {
  background-color: #3b5998;
  color: #3b5998;
}
.twittershare {
  border: 2px solid #333;
  color: #333;
}
.twittershare::after {
  background-color: #00aced;
  color: #00aced;
}
.tumblrshare {
  border: 2px solid #007bb6;
  color: #007bb6;
}
.tumblrshare::after {
  background-color: #007bb6;
  color: #fff;
}
.linkedinshare {
  border: 2px solid #0a66c2;
  color: #0a66c2;
}
.linkedinshare::after {
  background-color: #0a66c2;
  color: #0a66c2;
}
.redditshare {
  border: 2px solid #ea674d;
  color: #ea674d;
}
.redditshare::after {
  background-color: #ea674d;
  color: #ea674d;
}
.photo-attrib {
  text-align: right;
  font-size: 6pt;
  line-height: 8pt;
}
.loader {
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #3498db;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite;
  /* Safari */
  animation: spin 2s linear infinite;
}
/* Safari */
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#sp-footer1 {
  margin: auto;
}
#sp-footer2 {
  margin: auto;
}
/* <div><link rel="stylesheet" href="//netdna.bootstrapcdn.com/twitter-bootstrap/2.3.2/css/bootstrap-combined.min.css" /></div> */
/* IMPORTANT  fb widget iframe override so the Share button displays - else the iframe is zero height and width and does not display Share button*/
.fb_iframe_widget iframe {
  position: absolute;
  min-width: 77px;
  min-height: 28px;
}
iframe {
  min-width: 77px;
  min-height: 28px;
}
#closeX {
  float: right;
  display: inline-block;
  padding: 2px 5px;
  color: #eee;
  background-color: #4267b1;
  height: 59px;
  max-height: 59px;
  min-height: 59px;
}
#closeX:hover {
  float: right;
  display: inline-block;
  padding: 2px 5px;
  background-color: #4267b1;
  color: #fff;
  cursor: pointer;
}
#fbnonmodal {
  padding: 0px;
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1000;
  /* Sit on top */
  float: right;
  width: 345px;
  background-color: #fff;
  border: 1px solid #999;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  outline: none;
  display: none;
  overflow: hidden;
  outline: 0;
  position: fixed;
  bottom: 20px;
  right: 15px;
}
.fbmodal-header {
  padding: 9px 15px;
  border-bottom: 1px solid #eee;
}
.fbmodal-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  /* padding: 1rem; */
  height: 60px;
  max-height: 60px;
  min-height: 60px;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  /* border-top-right-radius: .3rem; */
  color: #eee;
  background-color: #4267b1;
  font-size: 1.5em;
  font-weight: 700;
}
/*
 .fbmodal-body {
 position: relative;
 overflow-y: auto;
 max-height: 400px;
 padding: 15px;
 }
 .fbmodal-body {
 position: relative;
 -ms-flex: 1 1 auto;
 flex: 1 1 auto;
 padding: 1rem;
 }
 */
.fbmodal-body {
  /* position: unset; */
  -ms-flex: 1 1 auto;
  /* flex: 1 1 auto; */
  padding-top: 0px;
  padding-left: 100px;
  height: 100px;
  /* text-align: center; */
  /* float: right; */
  /* vertical-align: middle; */
  /* align-items: start; */
  /* display: flex; */
  /* align-items: start; */
  margin-top: -20px;
}
.fbmodal-footer {
  padding: 14px 15px 15px;
  margin-bottom: 0;
  text-align: right;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
  -webkit-box-shadow: inset 0 1px 0 #fff;
  -moz-box-shadow: inset 0 1px 0 #fff;
  box-shadow: inset 0 1px 0 #fff;
}
.fbmodal-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef;
}
.fbbtn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.fbbtn {
  display: inline-block;
  padding: 4px 12px;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #fff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #fff, #e6e6e6);
  background-image: -o-linear-gradient(top, #fff, #e6e6e6);
  background-image: linear-gradient(to bottom, #fff, #e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: 1px solid #ccc;
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
}
.fbbtn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.275rem 0.55rem;
  font-size: 0.75rem;
  line-height: 1;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.fblabel, input, button, select, textarea {
  font-size: 12px;
  font-weight: normal;
  line-height: 16px;
}
.fblabel, select, button, input[type="button"], input[type="reset"], input[type="submit"], input[type="radio"], input[type="checkbox"] {
  cursor: pointer;
}
.fbbutton, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
.fbbutton, input {
  line-height: normal;
}
.fbbutton, input, select, textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}
.fbbutton, select {
  text-transform: none;
}
.fbbutton, input {
  overflow: visible;
}
.fbbutton, input, optgroup, select, textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
.fbbutton {
  border-radius: 0;
}
.fbbutton {
  -webkit-appearance: button;
  -webkit-writing-mode: horizontal-tb !important;
  text-rendering: auto;
  color: buttontext;
  letter-spacing: normal;
  word-spacing: normal;
  text-transform: none;
  text-indent: 0px;
  text-shadow: none;
  display: inline-block;
  text-align: center;
  align-items: flex-start;
  cursor: default;
  background-color: buttonface;
  box-sizing: border-box;
  margin: 0em;
  font: 400 13.3333px Arial;
  padding: 1px 6px;
  border-width: 2px;
  border-style: outset;
  border-color: buttonface;
  border-image: initial;
}
.fb-share-button-text::before {
  content: "";
}
.fb-share-button-text::after {
  content: "";
}
.fb-share-button {
  opacity: 1;
  transform: scale(1.5);
  transform-origin: top left;
}
/*
 .btn-o{
 opacity: 1;
 transform: scale(1.5);
 transform-origin: top left;  
 }
 */
.comments-buttons {
  font-size: 0.8em;
}
.comments-list-footer {
  font-size: 0.8em;
}
.pager li a {
  background-color: #15a6e0;
}
.pager > li a {
  border: 1px solid #0e8cbd !important;
  color: #fff !important;
}
.breadcrumb-item + .breadcrumb-item::before {
  content: "»";
}
.ad-mobile-link {
  display: none;
}
/*
 .ad-mobile-link span{
 color:#ffffff!important;  
 text-decoration: none;
 text-shadow:none!important; 
 }
 */
/* Alternative   @media only screen and (min-device-width : 320px) and (max-device-width : 480px) */
@media screen and (max-width: 480px) {
  /* text-align: center; */
  /* width:285px; */
  /* max-width:285px;      */
  /* text-decoration: none; */
  /* text-shadow:none!important;  */
  /* color:#ffffff!important; */
  .ad-mobile-link {
    display: block;
  }
}
.ad-mobile-link-agoda {
  display: none;
}
/* Alternative   @media only screen and (min-device-width : 320px) and (max-device-width : 480px) */
@media screen and (max-width: 480px) {
  .ad-mobile-link-agoda {
    display: block;
  }
}
.ad-link {
  /* background-color:royalblue; */
  /* color:white; */
  width: 90%;
  line-height: 1.5em;
}
.hotels-advert {
  width: 300px;
  height: 65px;
  max-width: 300px;
  max-height: 65px;
  background-color: #17568c !important;
  margin: 10px 0px 10px 0px;
  text-align: center;
  vertical-align: middle;
  overflow: hidden;
  line-height: 18px;
  color: #fff !important;
  text-decoration: none;
  text-shadow: none !important;
  border: 2px solid #17568c;
  outline: 1px solid #fff;
  outline-offset: -3px;
}
.hotels-advert span {
  color: #fff !important;
  text-decoration: none;
  /* background-color:#013480; */
  text-shadow: none !important;
}
.hotels-advert-line1 {
  font-size: 18px;
  vertical-align: middle;
}
.hotels-advert-line2 {
  font-size: 16px;
  vertical-align: middle;
}
.hotels-advert-line3 {
  font-size: 12px;
  vertical-align: middle;
}
h1, h2 {
  color: #47a;
}
.masonry-with-columns {
  columns: 2 320px;
  column-gap: 3rem;
}
.masonry-with-columns div {
  /* width: 300px; */
  /* margin: 0 1rem 1rem 0; */
  display: inline-block;
  width: 100%;
  /* margin-bottom: 1.5rem; */
}
.card-content {
  /* background: #ffffff; */
  /* background: #fcfbfa; */
  background: #fefdfc;
  border: 4px;
  /* box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12); */
  /* x y blur spread colour*/
  /*box-shadow: 0 2px 4px 0 rgba(0,0,0,.14), 0 2px 8px 0 rgba(0,0,0,.09); */
  /* box-shadow: 0 0 4px rgba(0,0,0,.2); */
  /* min-width: 200px; */
  /* max-width: 285px; */
  margin: 1rem 0;
  position: relative;
  float: left;
  overflow: hidden;
  /* width: 100%; */
  text-align: left;
}
.card-hr {
  margin: 0px;
  border: 0px;
}
.card-img {
  position: relative;
  overflow: hidden;
  border-radius: 0;
  z-index: 1;
  -webkit-box-shadow: 0 10px 6px -6px #777;
  -moz-box-shadow: 0 10px 6px -6px #777;
  box-shadow: 0px 10px 6px -6px #777;
}
.card-img img {
  width: 100%;
  height: auto;
}
.card-img span {
  position: absolute;
  top: 15%;
  left: 12%;
  background: #1abc9c;
  padding: 6px;
  color: #fff;
  font-size: 12px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  transform: translate(-50%, -50%);
}
.card-img span h4 {
  font-size: 12px;
  margin: 0;
  padding: 10px 5px;
  line-height: 0;
}
.card-desc {
  padding: 0 1.25rem 0 1.25rem;
}
.card-desc h3 {
  color: #404040;
  font-weight: 500;
  font-size: 1.5em;
  line-height: 1.3em;
  margin-top: 0;
  margin-bottom: 5px;
  padding: 0;
}
/*   removed to keep same as all other pages.
 .card-desc p{
 color: #404040;
 font-size: 14px;
 font-weight: 400;
 font-size: 1em;
 line-height: 1.5;
 margin: 0px;
 margin-bottom: 20px;
 padding: 0;
 font-family: 'Raleway', sans-serif;
 }
 */
.static-card-photos {
  display: inline-flex;
  width: 100%;
}
.static-card-content {
  background: #fefdfc;
  border: 4px;
  margin: 1rem 0;
  position: relative;
  float: left;
  overflow: hidden;
  text-align: left;
}
.static-card-hr {
  margin: 0px;
  border: 0px;
}
/* image and map next to each other*/
.static-card-img {
  flex: 50%;
  -webkit-box-shadow: 0 10px 6px -6px #777;
  -moz-box-shadow: 0 10px 6px -6px #777;
  box-shadow: 0px 10px 6px -6px #777;
  margin: 10px;
}
.static-card-img img {
  width: 100%;
  height: auto;
}
/* padding to make a bit indented from images above */
.static-card-desc {
  padding: 0 1.25rem 0 1.25rem;
}
/* normal h3 is cyan but make this med-black*/
.static-card-desc h3 {
  color: #404040;
  font-weight: 500;
  font-size: 1.5em;
  line-height: 1.3em;
  margin-top: 0;
  margin-bottom: 5px;
  padding: 0;
}
.bttn {
  display: inline-block;
  padding: 5px 2px;
  margin-bottom: 0;
  vertical-align: top;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  text-shadow: none;
}
.bttnhead {
  display: inline-block;
  padding: 5px 5px;
  margin-bottom: 0;
  vertical-align: top;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  text-shadow: none;
}
.bttheader {
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  vertical-align: top;
  text-shadow: none;
}
.btttext {
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  vertical-align: top;
  text-shadow: none;
}
.btttextnext {
  font-size: 12px;
  font-weight: 300;
  text-align: left;
  vertical-align: bottom;
  color: #879999 !important;
  text-shadow: none !important;
}
header.navbar + nav.navbar {
  /* margin-top: 120px; */
}
.navbar.navbar-default.navbar-fixed-top {
  margin-top: 50px;
}
.sidebar.navbar-fixed-top {
  /* margin-top: 100px;  */
  /* position: absolute; */
  position: fixed !important;
  top: 55%;
}
@media (min-width: 768px) and (max-width: 998px) {
  .navbar.navbar-default.navbar-fixed-top {
    margin-top: 100px;
  }
  .sidebar.navbar-fixed-top {
    /* margin-top: 150px; */
    /* position: absolute; */
    position: fixed !important;
    top: 55%;
  }
}
.navbar.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
  margin: 0;
  border-radius: 0;
}
.navbar.navbar-default .navbar-brand {
  color: #666;
  text-shadow: none;
  min-width: 150px;
}
.navbar.navbar-default .navbar-nav > li > a {
  color: #666;
  text-shadow: none;
}
.navbar.navbar-default .navbar-nav > li > a {
  color: #666;
  text-shadow: none;
}
.navbar.navbar-default .navbar-nav > li > a:hover {
  color: #acc47f;
}
.navbar.navbar-default .navbar-nav > .active > a {
  color: #fff;
  background-color: #acc47f;
}
.navbar.navbar-default .navbar-nav > .active > a:hover {
  color: #608224;
  background-color: #acc47f;
}
.navbar.navbar-default .caret {
  border-top-color: #ccc;
  border-bottom-color: #ccc;
}
.navbar.navbar-default .caret:hover {
  border-top-color: #333;
  border-bottom-color: #333;
}
nav.sidebar.navbar {
  border-radius: 0px;
}
nav.sidebar, .main {
  -webkit-transition: margin 200ms ease-out;
  -moz-transition: margin 200ms ease-out;
  -o-transition: margin 200ms ease-out;
  transition: margin 200ms ease-out;
}
.main {
  padding: 10px 10px 0 10px;
}
@media (min-width: 768px) {
  .main {
    position: absolute;
    width: calc(100% - 40px);
    /*keeps 100% minus nav size */
    margin-left: 40px;
    float: right;
  }
  nav.sidebar:hover + .main {
    margin-left: 200px;
  }
  nav.sidebar.navbar.sidebar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: 0px;
  }
  nav.sidebar .navbar-brand, nav.sidebar .navbar-header {
    text-align: center;
    width: 100%;
    margin-left: 0px;
  }
  nav.sidebar a {
    padding-right: 13px;
    min-width: 100px;
  }
  nav.sidebar ul.nav.navbar-nav {
    margin: 0;
  }
  nav.sidebar.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: white;
  }
  nav.sidebar .navbar-nav > li:first-child {
    border-top: 1px #e5e5e5 solid;
  }
  nav.sidebar .navbar-nav > li {
    border-bottom: 1px #e5e5e5 solid;
  }
  nav.sidebar .navbar-nav > li:hover {
    color: #fff;
    background-color: #43600e;
  }
  nav.sidebar .navbar-nav > li.last {
    border-bottom: none;
  }
  nav.sidebar .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  nav.sidebar .navbar-collapse, nav.sidebar .container-fluid {
    padding: 0 0px 0 0px;
  }
  nav.sidebar {
    width: 200px;
    margin-left: -370px;
    float: left;
    z-index: 8000;
    margin-bottom: 0px;
  }
  nav.sidebarright {
    width: 400px;
    margin-left: unset;
    margin-right: -370px;
    float: unset;
    left: unset;
    margin-bottom: unset;
    right: 0;
  }
  nav.sidebar li {
    width: 100%;
  }
  nav.sidebar:hover {
    margin-left: 0px;
  }
  nav.sidebarright:hover {
    margin-right: 0px;
  }
  .forAnimate {
    opacity: 0;
  }
}
@media (min-width: 1330px) {
  /*     Allow main to be next to Nav
   .main{
   width: calc(100% - 200px); keeps 100% minus nav size
   margin-left: 200px;
   }
   Show all nav
   nav.sidebar{
   margin-left: 0px;
   float: left;
   }
   Show hidden items on nav
   nav.sidebar .forAnimate{
   opacity: 1;
   } */
}
nav.sidebar .navbar-nav .open .dropdown-menu > li > a:hover, nav.sidebar .navbar-nav .open .dropdown-menu > li > a:focus {
  color: #ccc;
  background-color: transparent;
}
nav:hover .forAnimate {
  opacity: 1;
}
.nav-side-menu {
  overflow: hidden;
  font-size: 18px;
  font-weight: 200;
  background-color: #2e353d;
  width: 400px;
  color: #e1ffff;
  line-height: 1.2;
  overflow: hidden;
  max-height: 95px;
}
.nav-side-menu .brand {
  background-color: #23282e;
  line-height: 20px;
  display: block;
  text-align: center;
  font-size: 14px;
}
.nav-side-menu .toggle-btn {
  display: none;
}
.nav-side-menu ul, .nav-side-menu li {
  list-style: none;
  padding: 0px;
  margin: 0px;
  cursor: pointer;
}
.nav-side-menu ul :not(collapsed) .arrow:before, .nav-side-menu li :not(collapsed) .arrow:before {
  font-family: FontAwesome;
  content: "\f078";
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: middle;
  float: right;
}
.nav-side-menu ul .active, .nav-side-menu li .active {
  border-left: 3px solid #d19b3d;
  background-color: #4f5b69;
}
.nav-side-menu ul .sub-menu li.active, .nav-side-menu li .sub-menu li.active {
  color: #d19b3d;
}
.nav-side-menu ul .sub-menu li.active a, .nav-side-menu li .sub-menu li.active a {
  color: #d19b3d;
}
.nav-side-menu ul .sub-menu li, .nav-side-menu li .sub-menu li {
  background-color: #181c20;
  border: none;
  line-height: 1.2;
  border-bottom: 1px solid #23282e;
  margin-left: 0px;
}
.nav-side-menu ul .sub-menu li:hover, .nav-side-menu li .sub-menu li:hover {
  background-color: #020203;
}
.nav-side-menu ul .sub-menu li:before, .nav-side-menu li .sub-menu li:before {
  font-family: FontAwesome;
  content: "\f105";
  /*arrow indicating sub menu*/
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: middle;
}
.nav-side-menu li {
  padding-left: 0px;
  border-left: 3px solid #d19b3d;
  /* Orange side border*/
  border-right: 3px solid #d19b3d;
  /* Orange side border*/
  border-bottom: 1px solid #23282e;
  min-height: 95px;
  max-height: 95px;
  overflow: hidden;
}
.nav-side-menu li a {
  text-decoration: none;
  color: #e1ffff;
}
.nav-side-menu li a i {
  padding-left: 10px;
  width: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.nav-side-menu li:hover {
  border-left: 3px solid #d19b3d;
  background-color: #4f5b69;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
}
@media (max-width: 767px) {
  .nav-side-menu .toggle-btn {
    display: inline-block;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 10 !important;
    padding: 3px;
    background-color: #fff;
    color: #000;
    width: 30px;
    text-align: center;
  }
  .brand {
    text-align: left !important;
    font-size: 22px;
    padding-left: 20px;
    line-height: 50px !important;
  }
}
@media (min-width: 767px) {
  .nav-side-menu .menu-list .menu-content {
    display: inline-block;
    width: 400px;
  }
}
.body-innerwrapper {
  min-height: 100vh !important;
}
img {
  display: inline-block;
}
#hor-minimalist-b {
  font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
  font-size: 12px;
  background: #fff;
  margin: 10px;
  border-collapse: collapse;
  text-align: center;
  vertical-align: middle;
}
#hor-minimalist-b th {
  font-size: 14px;
  font-weight: normal;
  color: #039;
  padding: 10px 8px;
  border-bottom: 2px solid #6678b1;
  text-align: center;
  vertical-align: middle;
}
#hor-minimalist-b td {
  border-bottom: 1px solid #ccc;
  color: #669;
  padding: 6px 8px;
  text-align: center;
  vertical-align: middle;
}
#hor-minimalist-b tbody tr:hover td {
  color: #009;
}
/* Usage: add class to any page element.
 <div class="tooltip">Hover over me
 <span class="tooltiptext">Tooltip text</span>
 </div> */
.tooltiptour {
  position: relative;
  display: inline-block;
}
.tooltiptour .tooltiptext, .tooltiptour .tooltiptextx {
  visibility: visible;
  width: 220px;
  background-color: #0c95be !important;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  font-size: 13px;
  line-height: 18px;
  font-family: "Open Sans";
}
.tooltiptour .tooltiptext::after, .tooltiptour .tooltiptextx::after {
  content: " ";
  position: absolute;
  bottom: 100%;
  /* At the top of the tooltip */
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent #0c95be transparent;
}
.tooltiptour .tooltiptext, .tooltiptour .tooltiptextx {
  width: 120px;
  top: 100%;
  left: 50%;
  margin-left: -60px;
  /* Use half of the width (120/2 = 60), to center the tooltip */
}
.tooltiptextx {
  /* opacity: 0; */
  visibility: hidden !important;
}
.progressroute {
  margin: 20px auto;
  text-align: center;
}
.imgholder {
  display: inline-block;
  width: 100px;
  height: 56px;
  color: #0c95be;
  font-size: 13px;
  line-height: 18px;
  font-family: "Open Sans";
}
.progressroute .circle, .progressroute .bar {
  display: inline-block;
  background: #fff;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  border: 1px solid #d5d5da;
  vertical-align: baseline;
  box-sizing: border-box;
}
.progressroute .bar {
  position: relative;
  width: 117px;
  height: 6px;
  margin: 0 -20px 37px -14px;
  border-left: none;
  border-right: none;
  border-radius: 0;
  vertical-align: top;
  box-sizing: border-box;
}
.progressroute .circle .label {
  display: inline-block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  border-radius: 32px;
  margin-top: 3px;
  color: #b5b5ba;
  font-size: 17px;
  font-family: "Open Sans";
  box-sizing: border-box;
}
.progressroute .circle .title {
  color: #b5b5ba;
  font-size: 13px;
  line-height: 18px;
  margin-left: -30px;
  display: block;
  width: 100px;
  margin-top: 5px;
  font-family: "Open Sans";
  box-sizing: border-box;
}
.progressroute .bar.done, .progressroute .circle.done {
  background: #eee;
  box-sizing: border-box;
}
.progressroute .bar.active {
  background: linear-gradient(to right, #eee 40%, #fff 60%);
  box-sizing: border-box;
}
.progressroute .circle.done .label {
  color: #fff;
  background: #8bc435;
  box-shadow: inset 0 0 2px rgba(0, 0, 0, .2);
  font-family: "Open Sans";
  box-sizing: border-box;
}
.progressroute .circle.done .title {
  color: #444;
  font-family: "Open Sans";
  box-sizing: border-box;
}
.progressroute .circle.active .label {
  color: #fff;
  background: #0c95be;
  box-shadow: inset 0 0 2px rgba(0, 0, 0, .2);
  font-family: "Open Sans";
  box-sizing: border-box;
}
.progressroute .circle.active .title {
  color: #0c95be;
  font-family: "Open Sans";
  box-sizing: border-box;
}
.ball {
  display: inline-block;
  width: 100%;
  height: 100%;
  margin: 0;
  border-radius: 50%;
  position: relative;
}
.ball:before {
  content: "";
  position: absolute;
  top: 1%;
  left: 5%;
  width: 90%;
  height: 90%;
  border-radius: 50%;
  background: radial-gradient(circle at 50% 0px, #fff, rgba(255, 255, 255, 0) 58%);
  filter: blur(5px);
  z-index: 2;
}
.ball:hover::before {
  content: "";
  position: absolute;
  top: 1%;
  left: 5%;
  width: 90%;
  height: 90%;
  border-radius: 50%;
  background: radial-gradient(circle at 50% 0px, #fff, rgba(255, 255, 255, 0) 20%);
  filter: blur(5px);
  z-index: 2;
  cursor: pointer;
}
td.list-title img, .article-full-image img {
  border: 1px solid #ddd;
  margin: 0 5px 0px 5px;
  padding: 5px;
  background: #fff;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
}
.form-search .finder label {
  display: none;
}
.form-search .finder .input-medium {
  width: 100%;
  margin-right: 5px;
}
.goog-te-gadget {
  height: 45px;
  margin-right: 5px;
}
#google_translate_element {
  /* position: absolute;   /*
   /* top: 25px; */
  /* display:inline-block; */
}
#sp-main-body {
  padding: 10px 0;
  color: #404040;
  letter-spacing: 0em;
  word-spacing: 0.12em;
  line-height: 1.5;
  text-decoration: none;
}
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-Index: 999;
  opacity: 1;
  background-color: #fff;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
  -webkit-transition-duration: 0.7s;
  -moz-transition-duration: 0.7s;
  -o-transition-duration: 0.7s;
  transition-duration: 0.7s;
  padding-top: 10px;
}
.goog-logo-link {
  display: none !important;
}
.goog-te-gadget {
  color: transparent !important;
}
.sp-scroll-up {
  bottom: 50px;
  right: 10px;
}
.sp-megamenu-parent > li > a {
  color: #58b !important;
}
.sp-megamenu-parent > li:hover > a {
  color: #ff851b !important;
}
.sp-megamenu-parent > li.active > a, .sp-megamenu-parent > li.active:hover > a {
  color: #ff851b !important;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
  background: #fff !important;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a {
  color: #58b !important;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a:hover {
  color: #ff851b !important;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item.active > a {
  color: #ff851b !important;
}
.sp-megamenu-parent .sp-mega-group > li > a {
  color: #58b !important;
}
a:link, a:visited {
  color: #58b;
  text-decoration: none;
  text-shadow: 0px 1px 2px #bbb;
}
a:hover, a:active {
  color: #369;
  text-decoration: none;
  text-shadow: 0px 1px 2px #bbb;
}
.sp-scroll-up {
  color: #fff !important;
}
@media screen and (max-width: 1024px) {
  #offcanvas-toggler {
    height: 35px;
    line-height: 35px;
    font-size: 30px;
  }
  .sp-megamenu-parent {
    display: none !important;
  }
}
/* smartphones, touchscreens DOES NOT WORK IN FIREFOX OR ANDROID*/
/* stylus-based screens */
/* Nintendo Wii controller, Kinect */
/* mouse, touch pad - PC TO DISPLAY DROP DOWN MENU OK */
.offcanvas-menu {
  line-height: 40px;
}
table.category.table-bordered, table.category.table-bordered td, table.category.table-bordered th {
  border: none;
  vertical-align: middle;
}
table.category tbody > tr, table.category thead > tr {
  border: none;
}
table.category thead > tr:nth-child(odd), table.category tbody > tr:nth-child(odd) {
  background: #fcfcfc;
  border-top: #e0e0e0 1px dotted;
  border-bottom: #e0e0e0 1px dotted;
}
table.category thead > tr:nth-child(even), table.category tbody:nth-child(even) > tr {
  border-bottom: #e0e0e0 1px dotted;
}
.altrow:nth-child(odd) {
  background: #fcfcfc;
  border-top: #e0e0e0 1px dotted;
  border-bottom: #e0e0e0 1px dotted;
}
.altrow:nth-child(even) {
  border-bottom: #e0e0e0 1px dotted;
}
.row-eng {
  width: 45%;
}
.row-thai {
  width: 45%;
}
.row-audio {
  width: 10%;
}
.divTableFixed {
  display: table;
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
.divTable {
  display: table;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  border-spacing: 5px;
}
.divTableRow {
  display: table-row;
}
.divTableCell {
  display: table-cell;
  padding: 3px 10px;
  text-align: justify;
}
.divTableCellLJ {
  display: table-cell;
  padding: 10px 10px;
  text-align: left;
}
.divTableCellLJ img {
  border: 1px solid #ddd;
  margin: 0 30px 0px 0px;
  padding: 5px;
  background: #fff;
}
.divTableHeading {
  background-color: #eee;
  display: table-header-group;
}
.divTableCellLeft {
  border: 0px;
  display: table-cell;
  padding: 3px 3px;
  width: 75%;
  margin-left: auto;
  margin-right: auto;
  border-spacing: 5px;
  text-align: left;
}
.divTableCellRight {
  border: 0px;
  display: table-cell;
  padding: 3px 3px;
  width: 25%;
  margin-left: auto;
  margin-right: auto;
  border-spacing: 5px;
  text-align: left;
}
.divTableHeading {
  background-color: #eee;
  display: table-header-group;
  font-weight: bold;
}
.divTableFoot {
  background-color: #eee;
  display: table-footer-group;
  font-weight: bold;
}
.divTableBody {
  display: table-row-group;
}
hr.shadowstyle {
  height: 10px;
  border: 0;
  box-shadow: 0 10px 10px -10px #8c8b8b inset;
}
#map {
  width: 100%;
  height: 600px;
}
.hiddenDiv {
  display: none;
}
.mapRoundBorder {
  margin: 6pt 0;
  border: 1px solid #999;
  padding: 6pt;
  border-radius: 6pt;
}
.roundCornerDiv {
  width: 100%;
  margin: 6pt 0;
  border: 1px solid #999;
  padding: 6pt;
  border-radius: 6pt;
}
#dvMap, #dvPano {
  height: 800px;
  width: 100%;
  margin: 6pt 0;
  border: 1px solid #999;
  padding: 6pt;
  border-radius: 6pt;
}
.dvMap {
  width: 100%;
  height: 800px;
  margin: 6pt 0;
}
.dvMapPrintA4 {
  display: none;
  height: 800px;
  width: 880px;
  margin: 0pt 0;
  border: 1px solid #999;
  padding: 0pt;
  border-radius: 6pt;
}
@media print {
  #dvMap {
    max-width: 100%;
  }
}
.snip1369 {
  position: relative;
  float: left;
  overflow: hidden;
  margin: 10px 1%;
  min-width: 200px;
  max-width: 285px;
  width: 100%;
  background: #20638f;
  text-align: left;
  color: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  font-size: 16px;
}
.snip1369 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.snip1369 > img, .snip1369 .image img {
  max-width: 100%;
}
.snip1369 > img {
  vertical-align: top;
  position: relative;
  -webkit-filter: blur(2px);
  filter: blur(2px);
  opacity: 0.6;
}
_:-ms-input-placeholder, :root .snip1369 > img {
  opacity: 0.2;
}
_:-ms-fullscreen, :root .snip1369 > img {
  opacity: 0.2;
}
.snip1369 figcaption, .snip1369 .image {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.snip1369 .image {
  position: absolute;
  top: 0;
  bottom: 25%;
  right: 0;
  left: 0;
  overflow: hidden;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1), 0px 1px 0 rgba(255, 255, 255, 0.2);
}
.snip1369 .image img {
  position: absolute;
  top: 0;
}
.snip1369 figcaption {
  position: absolute;
  top: 75%;
  bottom: 46px;
  left: 15px;
  right: 15px;
  border-bottom: 2px solid #fff;
  padding-top: 20px;
  z-index: 1;
}
.snip1369 h3, .snip1369 p {
  margin: 0;
}
.snip1369 h3 {
  font-weight: 500;
  font-size: 1.5em;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.snip1369 p {
  font-size: 0.9em;
  letter-spacing: 1px;
  font-weight: 400;
  opacity: 0;
}
.snip1369 .read-more {
  display: block;
  opacity: 0;
  -webkit-transform: translateX(-20px);
  transform: translateX(-20px);
  line-height: 48px;
  text-transform: capitalize;
  letter-spacing: 1px;
  padding: 0 20px;
  color: #fff;
  right: 0;
  bottom: 0;
  font-weight: 700;
  position: absolute;
}
.snip1369 .hotel-link {
  display: block;
  opacity: 0;
  -webkit-transform: translateX(-30px);
  transform: translateX(-30px);
  line-height: 48px;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 0 20px;
  color: #fff;
  right: 60;
  bottom: 0;
  font-weight: 500;
  position: absolute;
}
.snip1369 a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
}
.snip1369:hover .read-more, .snip1369.hover .read-more, .snip1369:hover figcaption, .snip1369.hover figcaption {
  opacity: 1;
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
}
.snip1369:hover .hotel-link, .snip1369.hover .hotel-link {
  opacity: 1;
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
}
.snip1369:hover figcaption, .snip1369.hover figcaption, .snip1369:hover .image, .snip1369.hover .image {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.snip1369:hover figcaption, .snip1369.hover figcaption {
  top: 30%;
}
.snip1369:hover .image, .snip1369.hover .image {
  bottom: 70%;
}
.snip1369:hover p, .snip1369.hover p {
  opacity: 1;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.gm-style {
  border: 3px solid #fff !important;
  box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.35) !important;
  border-radius: 5px !important;
}
#searchablemap {
  height: 100%;
}
.controls {
  margin-top: 10px;
  border: 1px solid transparent;
  border-radius: 2px 0 0 2px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  height: 32px;
  outline: none;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}
#origin-input, #destination-input {
  background-color: #fff;
  font-family: Roboto;
  font-size: 15px;
  font-weight: 300;
  margin-left: 12px;
  padding: 0 11px 0 13px;
  text-overflow: ellipsis;
  width: 200px;
}
#origin-input:focus, #destination-input:focus {
  border-color: #4d90fe;
}
#mode-selector {
  color: #fff;
  background-color: #4d90fe;
  margin-left: 12px;
  padding: 5px 11px 0px 11px;
}
#mode-selector label {
  font-family: Roboto;
  font-size: 13px;
  font-weight: 300;
}
#right-panel {
  font-family: 'Roboto', 'sans-serif';
  line-height: 30px;
  padding-left: 10px;
}
#right-panel select, #right-panel input {
  font-size: 15px;
}
#right-panel select {
  width: 100%;
}
#right-panel i {
  font-size: 12px;
}
#right-panel {
  height: 100%;
  float: right;
  width: 100%;
  overflow: auto;
}
/*
 <ul class="flex-container space-around">
 <li class="flex-item">a</li>
 <li class="flex-item">2</li>
 <li class="flex-item">3</li>
 <li class="flex-item">4</li>
 <li class="flex-item">5</li>
 </ul>
 */
.flex-col-container {
  display: flex;
  flex-direction: column;
  row-gap: 60px;
}
.flex-container {
  display: flex;
}
.wrap {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.space-around {
  justify-content: space-around;
}
.space-around li {
  /* background: hotpink;  */
}
.flex-item {
  background: white;
  padding: 5px;
  min-height: 300px;
  text-align: left;
  position: relative;
  float: left;
  min-width: 200px;
  max-width: 320px;
  width: 100%;
  margin: 20px 1%;
}
.flex-center {
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
/*used by fb button and description*/
.flex-center-row {
  justify-content: center;
  align-items: center;
}
/* Usage:  or <img>
 <div class="box effect1">
 <h3>Effect 1</h3>
 </div>
 */
.effect1 {
  -webkit-box-shadow: 0 10px 6px -6px #777;
  -moz-box-shadow: 0 10px 6px -6px #777;
  box-shadow: 0px 10px 6px -6px #777;
}
.tourmap, .tourpano {
  margin: 0;
  padding: 0;
  float: left;
  height: 350px;
  width: 50%;
}
@media screen and (max-width: 1024px) {
  .tourmap, .tourpano {
    width: 100%;
  }
}
.fancybutton {
  border-top: 1px solid #96d1f8;
  background: #65a9d7;
  background: -webkit-gradient(linear, left top, left bottom, from(#1c94b9), to(#8dcadc));
  background: -webkit-linear-gradient(top, #1c94b9, #8dcadc);
  background: -moz-linear-gradient(top, #1c94b9, #8dcadc);
  background: -ms-linear-gradient(top, #1c94b9, #8dcadc);
  background: -o-linear-gradient(top, #1c94b9, #8dcadc);
  padding: 6.5px 13px;
  -webkit-border-radius: 27px;
  -moz-border-radius: 27px;
  border-radius: 27px;
  -webkit-box-shadow: rgba(0, 0, 0, .3) 0 1px 0;
  -moz-box-shadow: rgba(0, 0, 0, .3) 0 1px 0;
  box-shadow: rgba(0, 0, 0, .3) 0 1px 0;
  text-shadow: rgba(0, 0, 0, .3) 0 1px 0;
  color: white;
  font-size: 19px;
  font-family: Helvetica, Arial, Sans-Serif;
  text-decoration: none;
  vertical-align: middle;
}
.fancybutton:hover {
  border-top-color: #3c82b0;
  background: #1c94b9;
  color: #eee;
  cursor: pointer;
}
.fancybutton:active {
  border-top-color: #3c82b0;
  background: #1c94b9;
}
span.fancybutton {
  display: inline-block;
}
.autocomplete {
  position: relative;
  display: inline-block;
}
input {
  border: 1px solid transparent;
  /* background-color: #f1f1f1; Interferes with google map button for self tours*/
  padding: 10px;
  font-size: 16px;
  max-width: 300px;
}
input[type=text] {
  background-color: #f1f1f1;
  width: 100%;
}
input[type=submit] {
  background-color: DodgerBlue;
  color: #fff;
  cursor: pointer;
}
.autocomplete-items {
  position: absolute;
  border: 1px solid #d4d4d4;
  border-bottom: none;
  border-top: none;
  z-index: 99;
  top: 100%;
  left: 0;
  right: 0;
}
.autocomplete-items div {
  padding: 10px;
  cursor: pointer;
  background-color: #fff;
  border-bottom: 1px solid #d4d4d4;
}
.autocomplete-items div:hover {
  background-color: #e9e9e9;
}
.autocomplete-active {
  background-color: DodgerBlue !important;
  color: #fff;
}
.blog-card {
  display: flex;
  width: 350px;
  height: 120px;
  max-width: 350px;
  max-height: 120px;
  /* margin: 1rem auto; ARB - destroys .space-around */
  border: 0.7pt solid rgba(64, 64, 64, 0.1);
  box-shadow: 1px 3px 7px -1px rgba(32, 32, 32, 0.1);
  margin-bottom: 20px;
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 10px;
  background: #fcfcfc;
  line-height: 1.4;
  font-family: sans-serif;
  overflow: hidden;
  z-index: 0;
}
.blog-card a {
  color: inherit;
}
.blog-card a:hover {
  color: #69c;
}
.blog-card:hover .photo {
  transform: scale(1.3) rotate(3deg);
}
.blog-card .meta {
  position: relative;
  z-index: 0;
  height: 200px;
}
.blog-card .photo {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-position: center;
  transition: transform 0.2s;
}
.blog-card .details, .blog-card .details ul {
  margin: auto;
  padding: 0;
  list-style: none;
}
.blog-card .details {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -100%;
  margin: auto;
  transition: left 0.2s;
  color: #fcfcfc;
  padding: 10px;
  width: 100%;
}
.blog-card .description {
  padding: 0.8rem;
  background: #fcfcfc;
  position: relative;
  z-index: 1;
  font-size: 0.8em;
}
.blog-card .description h3 {
  font-family: Poppins, sans-serif;
}
.blog-card .description h2 {
  line-height: 1;
  margin: 0;
  font-size: 1.2em;
}
.blog-card .description h3 {
  font-size: 0.9em;
  font-weight: 200;
  text-transform: uppercase;
  color: #a2a2a2;
  margin-top: 5px;
}
.blog-card .description .read-more {
  text-align: right;
}
.blog-card .description .read-more a {
  color: #69c;
  display: inline-block;
  position: relative;
}
.blog-card .description .read-more a:after {
  content: "\f061";
  font-family: FontAwesome;
  margin-left: -10px;
  opacity: 0;
  vertical-align: middle;
  transition: margin 0.3s, opacity 0.3s;
}
.blog-card .description .read-more a:hover:after {
  margin-left: 5px;
  opacity: 1;
}
.blog-card p {
  position: relative;
  margin: 1rem 0 0;
}
.blog-card p:first-of-type {
  margin-top: 1.2rem;
}
.blog-card p:first-of-type:before {
  content: "";
  position: absolute;
  height: 2px;
  background: #69c;
  /* width: 35px; */
  width: 100%;
  top: -0.75rem;
  border-radius: 3px;
}
.blog-card:hover .details {
  left: 0%;
}
@media (min-width: 360px) {
  .blog-card {
    flex-direction: row;
  }
  .blog-card .meta {
    flex-basis: 50%;
    height: auto;
  }
  .blog-card .description {
    flex-basis: 50%;
  }
  .blog-card .description:before {
    transform: skewX(-3deg);
    content: "";
    background: #fff;
    width: 30px;
    position: absolute;
    left: -10px;
    top: 0;
    bottom: 0;
    z-index: -1;
  }
  .blog-card.alt {
    flex-direction: row-reverse;
  }
  .blog-card.alt .description:before {
    left: inherit;
    right: -10px;
    transform: skew(3deg);
  }
  .blog-card.alt .details {
    padding-left: 25px;
  }
}
/* usage
 <div class="square-card sun cloud">&nbsp;</div>
 */
.square-card-flex {
  display: flex;
  width: 160px;
  height: 160px;
  max-width: 160px;
  max-height: 160px;
  margin-bottom: 20px;
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 10px;
}
.square-card.pastel-skyblue {
  background: #abe1fd;
  font-size: 32px;
  color: #f6f7fb;
}
.square-card {
  /* display: flex; */
  display: table;
  width: 160px;
  height: 160px;
  max-width: 160px;
  max-height: 160px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  /* padding-bottom: 10px;   */
  vertical-align: middle;
  border: 0.7pt solid rgba(128, 128, 128, 0.1);
  box-shadow: 1px 3px 7px -1px rgba(32, 32, 32, 0.1);
  margin-bottom: 20px;
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 10px;
  line-height: 1.4;
  overflow: hidden;
  z-index: 0;
}
.square-card .description {
  font-size: 32px;
  font-family: Helvetica, Arial, Sans-Serif;
  text-decoration: none;
  color: #f6f7fb;
  display: table-row;
  /* display: flex; */
  /* justify-content: flex-end; */
  /* align-items: flex-end; */
  text-align: center;
}
.square-card.pastel-peach {
  background: #fed1be;
  font-size: 32px;
  color: #f6f7fb;
}
.square-card.pastel-green {
  background: #adddcf;
  font-size: 40px;
  color: #f6f7fb;
}
.square-card.pastel-blue {
  background: #acc7dc;
  font-size: 40px;
  color: #f6f7fb;
}
.square-card.pastel-gold {
  background: #f0e0a2;
  font-size: 48px;
  color: #f6f7fb;
}
.fa-stack {
  line-height: 1em;
}
.square-card .lightning {
  font-family: FontAwesome;
  content: "\f0e7";
}
.square-card .train {
  font-family: FontAwesome;
  content: "\f238";
}
.square-card .bus {
  font-family: FontAwesome;
  content: "\f207";
}
.square-card .car {
  font-family: FontAwesome;
  content: "\f1b9";
}
.square-card .bicycle {
  font-family: FontAwesome;
  content: "\f206";
}
.square-card .plane {
  font-family: FontAwesome;
  content: "\f072";
}
.square-card .ship {
  font-family: FontAwesome;
  content: "\f21a";
}
.square-card .taxi {
  font-family: FontAwesome;
  content: "\f1ba";
}
.snip1400 {
  position: relative;
  overflow: hidden;
  margin: 10px;
  min-width: 200px;
  max-width: 285px;
  width: 100%;
  background: #20638f;
  text-align: left;
  color: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  font-size: 16px;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.snip1400 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.snip1400 > img, .snip1400 .image img {
  /* -webkit-transform: scale(1.05); */
  /* transform: scale(1.05); */
  max-width: 100%;
}
.snip1400 > img {
  vertical-align: top;
  position: relative;
  -webkit-filter: blur(5px);
  filter: blur(5px);
  opacity: 0.6;
}
.snip1400 figcaption, .snip1400 .image {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.snip1400 .image {
  position: absolute;
  top: 0;
  bottom: 45%;
  right: 0;
  left: 0;
  overflow: hidden;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1), 0px 1px 0 rgba(255, 255, 255, 0.2);
}
.snip1400 .image img {
  position: absolute;
  top: 0;
}
.snip1400 figcaption {
  position: absolute;
  top: 55%;
  bottom: 46px;
  left: 20px;
  right: 20px;
  border-bottom: 2px solid #fff;
  padding-top: 20px;
  z-index: 1;
}
.snip1400 h3, .snip1400 p {
  margin: 0;
}
.snip1400 h3 {
  font-weight: 700;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.snip1400 p {
  font-size: 0.9em;
  letter-spacing: 1px;
  font-weight: 400;
}
.snip1400 .price, .snip1400 .add-to-cart {
  position: absolute;
  bottom: 0;
  padding: 0 20px;
  font-weight: 500;
  line-height: 48px;
  letter-spacing: 1px;
}
.snip1400 .price {
  left: 0;
}
.snip1400 .price s {
  margin-right: 5px;
  opacity: 0.5;
  font-size: 0.9em;
}
.snip1400 .add-to-cart {
  -webkit-transform: translateX(-20px);
  transform: translateX(-20px);
  opacity: 0;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 0.9em;
  right: 0;
}
.snip1400 .add-to-cart i {
  margin-left: 5px;
  font-size: 1.1em;
}
.snip1400:hover .add-to-cart, .snip1400.hover .add-to-cart {
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
  opacity: 1;
}
_:-ms-input-placeholder, :root .snip1400 > img {
  opacity: 0.2;
}
_:-ms-fullscreen, :root .snip1400 > img {
  opacity: 0.2;
}
.fa {
  top: 25px;
}
.right-inner-addon {
  position: relative;
}
.right-inner-addon input {
  padding-right: 30px;
}
.right-inner-addon i {
  position: absolute;
  right: 0px;
  padding: 10px 12px;
  pointer-events: none;
}
/* Component CSS */
.calendar {
  background: #eee;
  border: 1px solid #ccc;
  position: absolute;
  z-index: 9;
}
.calendar > div {
  display: inline-block;
  margin: 0.5em 0.5em;
  font-size: 0.8em;
}
.calendar.hidden {
  display: none;
}
.calendar .navWrapper > span {
  cursor: pointer;
}
.calendar .month > table td.active, .calendar .month > table td.selected {
  background-color: #fbfbfb;
  cursor: pointer;
  padding: 0.5em;
}
.calendar .month > table td.selected {
  background-color: #ccc;
}
.calendar .month > table td.disabled {
  opacity: 0.7;
  text-decoration: line-through;
  cursor: not-allowed;
  color: #888;
  font-size: 0.8em;
}
.calendar .closeWidget {
  display: block;
  text-align: right;
  font-size: 0.8em;
}
.calendar .closeWidget p {
  cursor: pointer;
}
