/*
 * @Author: Cyriac
 * @Date:   2020-08-11 22:25:35
 * @Last Modified by:   Cyriac
 * @Last Modified time: 2020-08-11 22:25:38
 */
/*
Theme Name: Twenty Sixteen
Theme URI: https://wordpress.org/themes/twentysixteen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Sixteen is a modernized take on an ever-popular WordPress layout â€” the horizontal masthead with an optional right sidebar that works perfectly for blogs and websites. It has custom color options with beautiful default color schemes, a harmonious fluid grid using a mobile-first approach, and impeccable polish in every detail. Twenty Sixteen will make your WordPress look beautiful everywhere.
Version: 1.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, right-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready, blog
Text Domain: twentysixteen

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
/**
 * Table of Contents
 *
 * 1.0 - Normalize
 * 2.0 - Genericons
 * 3.0 - Typography
 * 4.0 - Elements
 * 5.0 - Forms
 * 6.0 - Navigation
 *   6.1 - Links
 *   6.2 - Menus
 * 7.0 - Accessibility
 * 8.0 - Alignments
 * 9.0 - Clearings
 * 10.0 - Widgets
 * 11.0 - Content
 *    11.1 - Header
 *    11.2 - Posts and pages
 *    11.3 - Post Formats
 *    11.4 - Comments
 *    11.5 - Sidebar
 *    11.6 - Footer
 * 12.0 - Media
 *    12.1 - Captions
 *    12.2 - Galleries
 * 13.0 - Multisite
 * 14.0 - Media Queries
 *    14.1 - >= 710px
 *    14.2 - >= 783px
 *    14.3 - >= 910px
 *    14.4 - >= 985px
 *    14.5 - >= 1200px
 * 15.0 - Print
 */
/**
 * 1.0 - Normalize
 *
 * Normalizing styles have been helped along thanks to the fine work of
 * Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
 */
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  max-width: 1350px;
  margin: 0 auto;
}
.clearfix {
  clear: both;
}
div.wpcf7 .wpcf7-recaptcha iframe {
  float: left;
}
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
  display: block;
}
audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden], template {
  display: none;
}
a {
  background-color: transparent;
}
a:hover {
  transition: all .5s ease-in-out;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b, strong {
  font-weight: 700;
}
small {
  font-size: 80%;
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
code, kbd, pre, samp {
  font-size: 1em;
}
button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
/*select {
        text-transform: none;
        -webkit-appearance: none;
}*/
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input[type=date]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
th.last-th {
  width: 200px;
}
.fitout_status_table input.fitout-file {
     width: 211px !important;
    color: #00b0ac; border: 1px solid #00b0ac  !important;
}
.dashboard-content-section table.fitout_status_table a {
  padding: 3px 26px !important;
}
.dashboard-content-section .dashboard-form table.fitout_status_table textarea {
  font-size: 12px;
}
.colmerged_cell {
  background: #f8f9fb;
  padding: 20px;
   
}
.av span.wpcf7-list-item {
    float: inherit;
    display: block !important;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .mall-directory select {
    background-image: none !important;
  }
}
button {
  overflow: visible;
}
button, input, select, textarea {
  max-width: 100%;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled], html input[disabled] {
  cursor: default;
  opacity: .5;
}
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input[type="checkbox"], input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: 0.4375em;
  padding: 0;
}
input[type="date"]::-webkit-inner-spin-button, input[type="date"]::-webkit-outer-spin-button, input[type="time"]::-webkit-inner-spin-button, input[type="time"]::-webkit-outer-spin-button, input[type="datetime-local"]::-webkit-inner-spin-button, input[type="datetime-local"]::-webkit-outer-spin-button, input[type="week"]::-webkit-inner-spin-button, input[type="week"]::-webkit-outer-spin-button, input[type="month"]::-webkit-inner-spin-button, input[type="month"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #d1d1d1;
  margin: 0 0 1.75em;
  min-width: inherit;
  padding: 0.875em;
}
fieldset > :last-child {
  margin-bottom: 0;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
optgroup {
  font-weight: bold;
}
.mrg-b-25 {
  margin-bottom: 25px;
}
/**
 * 2.0 - Genericons
 */
.menu-item-has-children a:after, .social-navigation a:before, .dropdown-toggle:after, .bypostauthor > article .fn:after, .comment-reply-title small a:before, .pagination .prev:before, .pagination .next:before, .pagination .nav-links:before, .pagination .nav-links:after, .search-submit:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-family: "Genericons";
  font-size: 16px;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-align: center;
  text-decoration: inherit;
  text-transform: none;
  vertical-align: top;
}
/**
 * 3.0 - Typography
 */
body, button, input, select, textarea {
  color: #717271;
  font-size: 16px;
  font-size: 1rem;
  line-height: normal;
}
h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-weight: 700;
  margin: 0;
  text-rendering: optimizeLegibility;
  font-family: sans-serif;
  margin-top: 15px;
}
p {
  margin: 0 0 10px;
  line-height: 24px;
}
dfn, cite, em, i {
  font-style: italic;
}
blockquote {
  border: 0 solid #717271;
  border-left-width: 4px;
  color: #686868;
  font-size: 19px;
  font-size: 1.1875rem;
  font-style: italic;
  line-height: 1.4736842105;
  margin: 0 0 1.4736842105em;
  overflow: hidden;
  padding: 0 0 0 1.263157895em;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
}
blockquote p {
  margin-bottom: 1.4736842105em;
}
blockquote cite, blockquote small {
  color: #717271;
  display: block;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.75;
}
blockquote cite:before, blockquote small:before {
  content: "\2014\00a0";
}
blockquote em, blockquote i, blockquote cite {
  font-style: normal;
}
blockquote strong, blockquote b {
  font-weight: 400;
}
blockquote > :last-child {
  margin-bottom: 0;
}
address {
  font-style: italic;
  margin: 0 0 1.75em;
}
code, kbd, tt, var, samp, pre {
  font-family: Inconsolata, monospace;
}
.legal-expired {
  float: right;
  display: block;
  padding: 10px 20px;
}
.fileupload_success {
  color: #00b0ac;
}
.fileupload_error {
  color: #f00;
}
pre {
  border: 1px solid #d1d1d1;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.3125;
  margin: 0 0 1.75em;
  max-width: 100%;
  overflow: auto;
  padding: 1.75em;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
code {
  background-color: #d1d1d1;
  padding: 0.125em 0.25em;
}
abbr, acronym {
  border-bottom: 1px dotted #d1d1d1;
  cursor: help;
}
mark, ins {
  background: #007acc;
  color: #fff;
  padding: 0.125em 0.25em;
  text-decoration: none;
}
big {
  font-size: 125%;
}
/**
 * 4.0 - Elements
 */
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*, *:before, *:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}
body {
  /*background: #fff;
                 Fallback for when there is no custom background color defined. */
}
hr {
  background-color: #d1d1d1;
  border: 0;
  height: 1px;
  margin: 0 0 1.75em;
}
ul, ol {
  margin: 0 0 1.75em 1.25em;
  padding: 0;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
  margin-left: 1.5em;
}
li > ul, li > ol {
  margin-bottom: 0;
}
dl {
  margin: 0 0 0;
}
dt {
  font-weight: 700;
}
dd {
  margin: 0 0 10px;
}
img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
  vertical-align: middle;
}
del {
  opacity: 0.8;
}
table, th, td {
  border: 1px solid #d1d1d1;
}
table {
  border-collapse: separate;
  border-spacing: 0;
  border-width: 1px 0 0 1px;
  margin: 0 0 1.75em;
  /*table-layout: fixed;
 Prevents HTML tables from becoming too wide */
  width: 100%;
}
caption, th, td {
  font-weight: normal;
  text-align: left;
}
th {
  border-width: 0 1px 1px 0;
  font-weight: 700;
}
td {
  border-width: 0 1px 1px 0;
}
th, td {
  padding: 0.4375em;
}
/* Placeholder text color -- selectors need to be separate to work. */ ::-webkit-input-placeholder {
  color: #686868;
}
:-moz-placeholder {
  color: #686868;
}
::-moz-placeholder {
  color: #686868;
  opacity: 1;
  /* Since FF19 lowers the opacity of the placeholder by default */
}
:-ms-input-placeholder {
  color: #686868;
}
/**
 * 5.0 - Forms
 */
input {
  line-height: normal;
}
button, button[disabled]:hover, button[disabled]:focus, input[type="button"], input[type="button"][disabled]:hover, input[type="button"][disabled]:focus, input[type="reset"], input[type="reset"][disabled]:hover, input[type="reset"][disabled]:focus, input[type="submit"], input[type="submit"][disabled]:hover, input[type="submit"][disabled]:focus {
  background: #1a1a1a;
  border: 0;
  border-radius: 0px !important;
  -webkit-border-radius: 50px !important;
  -moz-border-radius: 0 !important;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.046875em;
  line-height: 1;
  padding: 0.84375em 0.875em 0.78125em;
  text-transform: uppercase;
}
button:hover, button:focus, input[type="button"]:hover, input[type="button"]:focus, input[type="reset"]:hover, input[type="reset"]:focus, input[type="submit"]:hover, input[type="submit"]:focus {}
button:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus {
  outline: none;
}
input[type="date"], input[type="time"], input[type="datetime-local"], input[type="week"], input[type="month"], input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="tel"], input[type="number"], textarea {
  background: #f7f7f7;
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
  border: 1px solid #d1d1d1;
  border-radius: 2px;
  color: #686868;
  padding: 0.625em 0.4375em;
  width: 100%;
}
input[type="date"]:focus, input[type="time"]:focus, input[type="datetime-local"]:focus, input[type="week"]:focus, input[type="month"]:focus, input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="number"]:focus, textarea:focus {
  background-color: #fff;
  border-color: #007acc;
  color: #1a1a1a;
  outline: 0;
}
.post-password-form {
  margin-bottom: 1.75em;
}
.post-password-form label {
  color: #686868;
  display: block;
  font-size: 13px;
  font-size: 0.8125rem;
  letter-spacing: 0.076923077em;
  line-height: 1.6153846154;
  margin-bottom: 1.75em;
  text-transform: uppercase;
}
.post-password-form input[type="password"] {
  margin-top: 0.4375em;
}
.post-password-form > :last-child {
  margin-bottom: 0;
}
.search-form {
  position: relative;
}
input[type="search"].search-field {
  border-radius: 2px 0 0 2px;
  width: -webkit-calc(100% - 42px);
  width: calc(100% - 42px);
}
.search-submit:before {
  content: "\f400";
  font-size: 24px;
  left: 2px;
  line-height: 42px;
  position: relative;
  width: 40px;
}
.checkbox-terms .wpcf7-not-valid-tip {
    display: inherit;
}
.search-submit {
  border-radius: inherit !important;
  bottom: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 42px;
}
/**
 * 6.0 - Navigation
 */
/**
 * 6.1 - Links
 */
a {
  color: #00b0ac;
  text-decoration: none;
}
a:hover, a:focus, a:active {
  color: #686868;
}
a:focus {
  outline: none;
}
a:hover, a:active {
  outline: 0;
}
.entry-content a, .entry-summary a, .taxonomy-description a, .logged-in-as a, .comment-content a, .pingback .comment-body > a, .textwidget a, .entry-footer a:hover, .site-info a:hover {
  box-shadow: 0 1px 0 0 currentColor;
}
.entry-content a:hover, .entry-content a:focus, .entry-summary a:hover, .entry-summary a:focus, .taxonomy-description a:hover, .taxonomy-description a:focus, .logged-in-as a:hover, .logged-in-as a:focus, .comment-content a:hover, .comment-content a:focus, .pingback .comment-body > a:hover, .pingback .comment-body > a:focus, .textwidget a:hover, .textwidget a:focus {
  box-shadow: none;
}
/**
 * 6.2 - Menus
 */
.site-header-menu {
  /*display: none;*/
  -webkit-flex: 0 1 100%;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  margin: 0 0;
}
.site-header-menu.toggled-on, .no-js .site-header-menu {
  display: block;
}
.main-navigation {}
.site-footer .main-navigation {
  margin-bottom: 1.75em;
}
.main-navigation ul {
  list-style: none;
  margin: 0;
}
.main-navigation li {
  position: relative;
}
.main-navigation a {
  color: #fff;
  display: block;
  line-height: 30px;
  outline-offset: -1px;
  font-size: 15px;
  text-transform: uppercase;
}
.main-navigation a:hover, .main-navigation a:focus {
  color: #000 !important;
}
.main-navigation .current-menu-item > a, .main-navigation .current-menu-ancestor > a {
  color: #000;
}
.main-navigation ul ul {
  display: none;
  margin-left: 0.875em;
}
.no-js .main-navigation ul ul {
  display: block;
}
.main-navigation ul .toggled-on {
  display: block;
}
.main-navigation .primary-menu {
  border-bottom: 1px solid #d1d1d1;
}
.main-navigation .menu-item-has-children > a {
  margin-right: 56px;
}
.dropdown-toggle {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  color: #1a1a1a;
  content: "";
  height: 48px;
  padding: 0;
  position: absolute;
  right: 0;
  text-transform: none;
  top: 0;
  width: 48px;
}
.dropdown-toggle:after {
  border: 0 solid #d1d1d1;
  border-left-width: 1px;
  content: "\f431";
  font-size: 24px;
  left: 1px;
  position: relative;
  width: 48px;
}
.dropdown-toggle:hover, .dropdown-toggle:focus {
  background-color: transparent;
  color: #007acc;
}
.dropdown-toggle:focus {
  outline: thin dotted;
  outline-offset: -1px;
}
.dropdown-toggle:focus:after {
  border-color: transparent;
}
.dropdown-toggle.toggled-on:after {
  content: "\f432";
}
.site-header .main-navigation + .social-navigation {
  margin-top: 1.75em;
}
.site-footer .social-navigation {
  margin-bottom: 1.75em;
}
.social-navigation ul {
  list-style: none;
  margin: 0 0 -0.4375em;
}
.social-navigation li {
  float: left;
  margin: 0 0.4375em 0.4375em 0;
}
.social-navigation a {
  border: 1px solid #d1d1d1;
  border-radius: 50%;
  color: #1a1a1a;
  display: block;
  height: 35px;
  position: relative;
  width: 35px;
}
.social-navigation a:before {
  content: "\f415";
  height: 33px;
  line-height: 33px;
  text-align: center;
  width: 33px;
}
#legal-document input[type=file] {
  border: 1px solid #ccc;
  background: none !important;
}
.social-navigation a:hover:before, .social-navigation a:focus:before {
  color: #007acc;
}
.social-navigation a[href*="codepen.io"]:before {
  content: "\f216";
}
.social-navigation a[href*="digg.com"]:before {
  content: "\f221";
}
.social-navigation a[href*="dribbble.com"]:before {
  content: "\f201";
}
.social-navigation a[href*="dropbox.com"]:before {
  content: "\f225";
}
.social-navigation a[href*="facebook.com"]:before {
  content: "\f203";
}
.social-navigation a[href*="flickr.com"]:before {
  content: "\f211";
}
.social-navigation a[href*="foursquare.com"]:before {
  content: "\f226";
}
.social-navigation a[href*="plus.google.com"]:before {
  content: "\f206";
}
.social-navigation a[href*="github.com"]:before {
  content: "\f200";
}
.social-navigation a[href*="instagram.com"]:before {
  content: "\f215";
}
.social-navigation a[href*="linkedin.com"]:before {
  content: "\f208";
}
.social-navigation a[href*="path.com"]:before {
  content: "\f219";
}
.social-navigation a[href*="pinterest.com"]:before {
  content: "\f210";
}
.social-navigation a[href*="getpocket.com"]:before {
  content: "\f224";
}
.social-navigation a[href*="polldaddy.com"]:before {
  content: "\f217";
}
.social-navigation a[href*="reddit.com"]:before {
  content: "\f222";
}
.social-navigation a[href*="skype.com"]:before {
  content: "\f220";
}
.social-navigation a[href*="stumbleupon.com"]:before {
  content: "\f223";
}
.social-navigation a[href*="tumblr.com"]:before {
  content: "\f214";
}
.social-navigation a[href*="twitter.com"]:before {
  content: "\f202";
}
.social-navigation a[href*="vimeo.com"]:before {
  content: "\f212";
}
.social-navigation a[href*="wordpress.com"]:before, .social-navigation a[href*="wordpress.org"]:before {
  content: "\f205";
}
.social-navigation a[href*="youtube.com"]:before {
  content: "\f213";
}
.social-navigation a[href^="mailto:"]:before {
  content: "\f410";
}
.social-navigation a[href*="spotify.com"]:before {
  content: "\f515";
}
.social-navigation a[href*="twitch.tv"]:before {
  content: "\f516";
}
.social-navigation a[href$="/feed/"]:before {
  content: "\f413";
}
.post-navigation {
  border-top: 4px solid #1a1a1a;
  border-bottom: 4px solid #1a1a1a;
  clear: both;
  margin: 0 7.6923% 3.5em;
}
.post-navigation a {
  color: #1a1a1a;
  display: block;
  padding: 1.75em 0;
}
.post-navigation span {
  display: block;
}
.post-navigation .meta-nav {
  color: #686868;
  font-size: 13px;
  font-size: 0.8125rem;
  letter-spacing: 0.076923077em;
  line-height: 1.6153846154;
  margin-bottom: 0.5384615385em;
  text-transform: uppercase;
}
.post-navigation .post-title {
  display: inline;
  font-size: 23px;
  font-size: 1.4375rem;
  font-weight: 700;
  line-height: 1.2173913043;
  text-rendering: optimizeLegibility;
}
.post-navigation a:hover .post-title, .post-navigation a:focus .post-title {
  color: #007acc;
}
.post-navigation div + div {
  border-top: 4px solid #1a1a1a;
}
.pagination {
  border-top: 4px solid #1a1a1a;
  font-size: 19px;
  font-size: 1.1875rem;
  margin: 0 7.6923% 2.947368421em;
  min-height: 56px;
  position: relative;
}
.pagination:before, .pagination:after {
  background-color: #1a1a1a;
  content: "";
  height: 52px;
  position: absolute;
  top: 0;
  width: 52px;
  z-index: 0;
}
.pagination:before {
  right: 0;
}
.pagination:after {
  right: 54px;
}
.pagination a:hover, .pagination a:focus {
  color: #1a1a1a;
}
.pagination .nav-links {
  padding-right: 106px;
  position: relative;
}
.pagination .nav-links:before, .pagination .nav-links:after {
  color: #fff;
  font-size: 32px;
  line-height: 51px;
  opacity: 0.3;
  position: absolute;
  width: 52px;
  z-index: 1;
}
.pagination .nav-links:before {
  content: "\f429";
  right: -1px;
}
.pagination .nav-links:after {
  content: "\f430";
  right: 55px;
}
/* reset screen-reader-text */
.pagination .current .screen-reader-text {
  position: static !important;
}
.pagination .page-numbers {
  display: none;
  letter-spacing: 0.013157895em;
  line-height: 1;
  margin: 0 0.7368421053em 0 -0.7368421053em;
  padding: 0.8157894737em 0.7368421053em 0.3947368421em;
  text-transform: uppercase;
}
.pagination .current {
  display: inline-block;
  font-weight: 700;
}
.pagination .prev, .pagination .next {
  background-color: #1a1a1a;
  color: #fff;
  display: inline-block;
  height: 52px;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  top: 0;
  width: 52px;
  z-index: 2;
}
.pagination .prev:before, .pagination .next:before {
  font-size: 32px;
  height: 53px;
  line-height: 52px;
  position: relative;
  width: 53px;
}
.pagination .prev:hover, .pagination .prev:focus, .pagination .next:hover, .pagination .next:focus {
  background-color: #007acc;
  color: #fff;
}
.pagination .prev:focus, .pagination .next:focus {
  outline: 0;
}
.pagination .prev {
  right: 54px;
}
.pagination .prev:before {
  content: "\f430";
  left: -1px;
  top: -1px;
}
.pagination .next {
  right: 0;
}
.pagination .next:before {
  content: "\f429";
  right: -1px;
  top: -1px;
}
.image-navigation, .comment-navigation {
  border-top: 1px solid #d1d1d1;
  border-bottom: 1px solid #d1d1d1;
  color: #686868;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.6153846154;
  margin: 0 7.6923% 2.1538461538em;
  padding: 1.0769230769em 0;
}
.comment-navigation {
  margin-right: 0;
  margin-left: 0;
}
.comments-title + .comment-navigation {
  border-bottom: 0;
  margin-bottom: 0;
}
.image-navigation .nav-previous:not(:empty), .image-navigation .nav-next:not(:empty), .comment-navigation .nav-previous:not(:empty), .comment-navigation .nav-next:not(:empty) {
  display: inline-block;
}
.image-navigation .nav-previous:not(:empty) + .nav-next:not(:empty):before, .comment-navigation .nav-previous:not(:empty) + .nav-next:not(:empty):before {
  content: "\002f";
  display: inline-block;
  opacity: 0.7;
  padding: 0 0.538461538em;
}
/**
 * 7.0 - Accessibility
 */
/* Text meant only for screen readers */
.says, .screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  /* many screen reader and browser combinations announce broken words as they would appear visually */
  word-wrap: normal !important;
}
/* must have higher specificity than alternative color schemes inline styles */
.site .skip-link {
  background-color: #f1f1f1;
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
  color: #21759b;
  display: block;
  font-size: 14px;
  font-weight: 700;
  left: -9999em;
  outline: none;
  padding: 15px 23px 14px;
  text-decoration: none;
  text-transform: none;
  top: -9999em;
}
.logged-in .site .skip-link {
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.2);
  font-family: "Open Sans", sans-serif;
}
.site .skip-link:focus {
  clip: auto;
  height: auto;
  left: 6px;
  top: 7px;
  width: auto;
  z-index: 100000;
}
/**
 * 8.0 - Alignments
 */
.alignleft {
  float: left;
  margin: 0.375em 1.75em 1.75em 0;
}
.alignright {
  float: right;
  margin: 0.375em 0 1.75em 1.75em;
}
.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto 1.75em;
}
blockquote.alignleft {
  margin: 0.3157894737em 1.4736842105em 1.473684211em 0;
}
blockquote.alignright {
  margin: 0.3157894737em 0 1.473684211em 1.4736842105em;
}
blockquote.aligncenter {
  margin-bottom: 1.473684211em;
}
/**
 * 9.0 - Clearings
 */
.clear:before, .clear:after, blockquote:before, blockquote:after, .entry-content:before, .entry-content:after, .entry-summary:before, .entry-summary:after, .comment-content:before, .comment-content:after, .site-content:before, .site-content:after, .site-main > article:before, .site-main > article:after, .primary-menu:before, .primary-menu:after, .social-links-menu:before, .social-links-menu:after, .textwidget:before, .textwidget:after, .content-bottom-widgets:before, .content-bottom-widgets:after {
  content: "";
  display: table;
}
.clear:after, blockquote:after, .entry-content:after, .entry-summary:after, .comment-content:after, .site-content:after, .site-main > article:after, .primary-menu:after, .social-links-menu:after, .textwidget:after, .content-bottom-widgets:after {
  clear: both;
}
/**
 * 10.0 - Widgets
 */
.auto-ajax-loader {
  display: none;
}
.widget {
  border-top: 4px solid #1a1a1a;
  margin-bottom: 3.5em;
  padding-top: 1.75em;
}
.parent-pageid-788 .wpml-ls-flag {
  display: none;
}
.widget-area > :last-child, .widget > :last-child {
  margin-bottom: 0;
}
.widget .widget-title {
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.046875em;
  line-height: 1.3125;
  margin: 0 0 1.75em;
  text-transform: uppercase;
}
.widget .widget-title:empty {
  margin-bottom: 0;
}
.widget-title a {
  color: #1a1a1a;
}
/* Calendar widget */
.widget.widget_calendar table {
  margin: 0;
}
.widget_calendar td, .widget_calendar th {
  line-height: 2.5625;
  padding: 0;
  text-align: center;
}
.widget_calendar caption {
  font-weight: 900;
  margin-bottom: 1.75em;
}
.widget_calendar tbody a {
  background-color: #007acc;
  color: #fff;
  display: block;
  font-weight: 700;
}
.widget_calendar tbody a:hover, .widget_calendar tbody a:focus {
  background-color: #686868;
  color: #fff;
}
/* Recent Posts widget */
.widget_recent_entries .post-date {
  color: #686868;
  display: block;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.615384615;
  margin-bottom: 0.538461538em;
}
.widget_recent_entries li:last-child .post-date {
  margin-bottom: 0;
}
/* RSS widget */
.widget_rss .rsswidget img {
  margin-top: -0.375em;
}
.widget_rss .rss-date, .widget_rss cite {
  color: #686868;
  display: block;
  font-size: 13px;
  font-size: 0.8125rem;
  font-style: normal;
  line-height: 1.615384615;
  margin-bottom: 0.538461538em;
}
.widget_rss .rssSummary:last-child {
  margin-bottom: 2.1538461538em;
}
.widget_rss li:last-child :last-child {
  margin-bottom: 0;
}
/* Tag Cloud widget */
.tagcloud a {
  border: 1px solid #d1d1d1;
  border-radius: 2px;
  display: inline-block;
  line-height: 1;
  margin: 0 0.1875em 0.4375em 0;
  padding: 0.5625em 0.4375em 0.5em;
}
.tagcloud ul {
  list-style-type: none;
  margin-left: 0;
}
.loader-finance {
  position: absolute;
  display: inline-block;
  left: 45%;
  height: 100px;
  width: 100px;
  transform: translate(0%, 0%);
}
.tagcloud ul li {
  display: inline-block;
}
.tagcloud a:hover, .tagcloud a:focus {
  border-color: #007acc;
  color: #007acc;
  outline: 0;
}
/**
 * 11.0 - Content
 */
.wpcf7 form p {
  /* margin: 0 !important;*/
}
.dashboard-form .wpcf7 form label {
  margin: 5px 0;
}
.site {
  background-color: #fff;
}
.site-inner {
  margin: 0 auto;
  max-width: 100%;
  position: relative;
}
.site-content {
  word-wrap: break-word;
}
/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}
.site-main {
  margin-bottom: 3.5em;
}
.site-main > :last-child {
  margin-bottom: 0;
}
/**
 * 11.1 - Header
 */
.site-header {
  /*padding: 2.625em 7.6923%; */
  /*border-top: 6px solid #00b0ac;*/
  /*position: fixed;*/
  z-index: 100;
  width: 100%;
  background: #fff;
  top: 0;
  height: 141px;
  padding: 0;
  margin: 0;
}
/*Top loader line*/
#progress {
  /*position: fixed;*/
  z-index: 2147483647;
  top: 0;
  width: 0%;
  height: 6px;
  background: #00b0ac;
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  border-radius: 1px;
  -moz-transition: width 500ms ease-out, opacity 400ms linear;
  -ms-transition: width 500ms ease-out, opacity 400ms linear;
  -o-transition: width 500ms ease-out, opacity 400ms linear;
  -webkit-transition: width 500ms ease-out, opacity 400ms linear;
  transition: width 500ms ease-out, opacity 400ms linear
}
#progress.done {
  opacity: 1;
}
#progress dd, #progress dt {
  position: absolute;
  top: 0;
  height: 2px;
  -moz-box-shadow: #b91f1f 1px 0 6px 1px;
  -ms-box-shadow: #b91f1f 1px 0 6px 1px;
  -webkit-box-shadow: #b91f1f 1px 0 6px 1px;
  box-shadow: #b91f1f 1px 0 6px 1px;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%
}
#progress dd {
  opacity: 1;
  width: 20px;
  right: 0;
  clip: rect(-6px, 22px, 14px, 10px)
}
#progress dt {
  opacity: 1;
  /*width: 180px;*/
  right: -80px;
  clip: rect(-6px, 90px, 14px, -6px)
}
@-moz-keyframes pulse {
  30% {
    opacity: 1
  }
  60% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}
@-ms-keyframes pulse {
  30% {
    opacity: .6
  }
  60% {
    opacity: 0
  }
  100% {
    opacity: .6
  }
}
@-o-keyframes pulse {
  30% {
    opacity: 1
  }
  60% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}
@-webkit-keyframes pulse {
  30% {
    opacity: .6
  }
  60% {
    opacity: 0
  }
  100% {
    opacity: .6
  }
}
@keyframes pulse {
  30% {
    opacity: 1
  }
  60% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}
#progress.waiting dd, #progress.waiting dt {
  -moz-animation: pulse 2s ease-out 0s infinite;
  -ms-animation: pulse 2s ease-out 0s infinite;
  -o-animation: pulse 2s ease-out 0s infinite;
  -webkit-animation: pulse 2s ease-out 0s infinite;
  animation: pulse 2s ease-out 0s infinite
}
/*loader line*/
.site-header-main {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.site-branding {
  margin: 0.875em auto 0.875em 0;
  /* Avoid overflowing wide custom logo in small screens in Firefox and IEs */
  max-width: 100%;
  min-width: 0;
  overflow: hidden;
}
.custom-logo-link {
  display: block;
}
.custom-logo {
  width: 180px !important;
}
.site-title {
  font-size: 23px;
  font-size: 1.4375rem;
  font-weight: 700;
  line-height: 1.2173913043;
  margin: 0;
}
.site-branding .site-title a {
  color: #1a1a1a;
}
.site-branding .site-title a:hover, .site-branding .site-title a:focus {
  color: #007acc;
}
.wp-custom-logo .site-title {
  margin-top: 0.608695652em;
}
.site-description {
  color: #686868;
  display: none;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 1.0769230769;
  margin: 0.538461538em 0 0;
}
.menu-toggle {
  background: url(images/menu-icon.png) left 50% no-repeat;
  color: #fff;
  font-size: 16px;
  padding: 14px 5px 14px 46px;
}
.menu-toggle:hover {
  color: #ffff !important;
}
.no-js .menu-toggle {
  display: none;
}
.menu-toggle:hover, .menu-toggle:focus {
  background-color: transparent;
  color: #ffff;
}
.menu-toggle.toggled-on, .menu-toggle.toggled-on:hover, .menu-toggle.toggled-on:focus {
  color: #fff;
}
.menu-toggle:focus {
  outline: 0;
  color: #fff !important;
}
.menu-toggle.toggled-on:focus {
  outline: none;
}
.header-image {
  clear: both;
  margin: 0.875em 0;
}
.header-image a {
  display: block;
}
.header-image a:hover img, .header-image a:focus img {
  opacity: 0.85;
}
/**
 * 11.2 - Posts and pages
 */
.site-main > article {
  margin-bottom: 3.5em;
  position: relative;
}
.entry-header, .entry-summary, .entry-content, .entry-footer, .page-content {
  margin-right: 7.6923%;
  margin-left: 7.6923%;
}
.entry-title {
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 1em;
}
.entry-title a {
  color: #1a1a1a;
}
.entry-title a:hover, .entry-title a:focus {
  color: #007acc;
}
.post-thumbnail {
  display: block;
  margin: 0 7.6923% 1.75em;
}
.post-thumbnail img {
  display: block;
}
.no-sidebar .post-thumbnail img {
  margin: 0 auto;
}
a.post-thumbnail:hover, a.post-thumbnail:focus {
  opacity: 0.85;
}
.entry-content, .entry-summary {
  border-color: #d1d1d1;
}
.entry-content h1, .entry-summary h1, .comment-content h1, .textwidget h1 {
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1.25;
  margin-top: 2em;
  margin-bottom: 1em;
}
.entry-content h2, .entry-summary h2, .comment-content h2, .textwidget h2 {
  font-size: 23px;
  font-size: 1.4375rem;
  line-height: 1.2173913043;
  margin-top: 2.4347826087em;
  margin-bottom: 1.2173913043em;
}
.entry-content h3, .entry-summary h3, .comment-content h3, .textwidget h3 {
  font-size: 19px;
  font-size: 1.1875rem;
  line-height: 1.1052631579;
  margin-top: 2.9473684211em;
  margin-bottom: 1.4736842105em;
}
.entry-content h4, .entry-content h5, .entry-content h6, .entry-summary h4, .entry-summary h5, .entry-summary h6, .comment-content h4, .comment-content h5, .comment-content h6, .textwidget h4, .textwidget h5, .textwidget h6 {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.3125;
  margin-top: 3.5em;
  margin-bottom: 1.75em;
}
.entry-content h4, .entry-summary h4, .comment-content h4, .textwidget h4 {
  letter-spacing: 0.140625em;
  text-transform: uppercase;
}
.entry-content h6, .entry-summary h6, .comment-content h6, .textwidget h6 {
  font-style: italic;
}
.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6, .entry-summary h1, .entry-summary h2, .entry-summary h3, .entry-summary h4, .entry-summary h5, .entry-summary h6, .comment-content h1, .comment-content h2, .comment-content h3, .comment-content h4, .comment-content h5, .comment-content h6, .textwidget h1, .textwidget h2, .textwidget h3, .textwidget h4, .textwidget h5, .textwidget h6 {
  font-weight: 900;
}
.entry-content h1:first-child, .entry-content h2:first-child, .entry-content h3:first-child, .entry-content h4:first-child, .entry-content h5:first-child, .entry-content h6:first-child, .entry-summary h1:first-child, .entry-summary h2:first-child, .entry-summary h3:first-child, .entry-summary h4:first-child, .entry-summary h5:first-child, .entry-summary h6:first-child, .comment-content h1:first-child, .comment-content h2:first-child, .comment-content h3:first-child, .comment-content h4:first-child, .comment-content h5:first-child, .comment-content h6:first-child, .textwidget h1:first-child, .textwidget h2:first-child, .textwidget h3:first-child, .textwidget h4:first-child, .textwidget h5:first-child, .textwidget h6:first-child {
  margin-top: 0;
}
.post-navigation .post-title, .entry-title, .comments-title {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
body:not(.search-results) .entry-summary {
  color: #686868;
  font-size: 19px;
  font-size: 1.1875rem;
  line-height: 1.4736842105;
  margin-bottom: 1.4736842105em;
}
body:not(.search-results) .entry-header + .entry-summary {
  margin-top: -0.736842105em;
}
body:not(.search-results) .entry-summary p, body:not(.search-results) .entry-summary address, body:not(.search-results) .entry-summary hr, body:not(.search-results) .entry-summary ul, body:not(.search-results) .entry-summary ol, body:not(.search-results) .entry-summary dl, body:not(.search-results) .entry-summary dd, body:not(.search-results) .entry-summary table {
  margin-bottom: 1.4736842105em;
}
body:not(.search-results) .entry-summary li > ul, body:not(.search-results) .entry-summary li > ol {
  margin-bottom: 0;
}
body:not(.search-results) .entry-summary th, body:not(.search-results) .entry-summary td {
  padding: 0.3684210526em;
}
body:not(.search-results) .entry-summary fieldset {
  margin-bottom: 1.4736842105em;
  padding: 0.3684210526em;
}
body:not(.search-results) .entry-summary blockquote {
  border-color: currentColor;
}
body:not(.search-results) .entry-summary blockquote > :last-child {
  margin-bottom: 0;
}
body:not(.search-results) .entry-summary .alignleft {
  margin: 0.2631578947em 1.4736842105em 1.4736842105em 0;
}
body:not(.search-results) .entry-summary .alignright {
  margin: 0.2631578947em 0 1.4736842105em 1.4736842105em;
}
body:not(.search-results) .entry-summary .aligncenter {
  margin-bottom: 1.4736842105em;
}
.entry-content > :last-child, .entry-summary > :last-child, body:not(.search-results) .entry-summary > :last-child, .page-content > :last-child, .comment-content > :last-child, .textwidget > :last-child {
  margin-bottom: 0;
}
.more-link {
  white-space: nowrap;
}
.success_notice {
  color: #33b733;
  font-weight: 600;
  clear: both;
}
.error_notice {
  color: #ff0000;
  font-weight: 600;
  clear: both;
}
.footer-menu-bold {
  color: #fff;
  font-weight: 600;
  margin: 8px 0 !important;
  font-size: 14px;
}
.author-info {
  border-color: inherit;
  border-style: solid;
  border-width: 1px 0 1px 0;
  clear: both;
  padding-top: 1.75em;
  padding-bottom: 1.75em;
}
.author-avatar .avatar {
  float: left;
  height: 42px;
  margin: 0 1.75em 1.75em 0;
  width: 42px;
}
.author-description > :last-child {
  margin-bottom: 0;
}
.entry-content .author-title {
  clear: none;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.75;
  margin: 0;
}
.author-bio {
  color: #686868;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.6153846154;
  margin-bottom: 1.6153846154em;
  overflow: hidden;
}
.author-link {
  white-space: nowrap;
}
.entry-footer {
  color: #686868;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.6153846154;
  margin-top: 2.1538461538em;
}
.entry-footer:empty {
  margin: 0;
}
.entry-footer a {
  color: #686868;
}
.entry-footer a:hover, .entry-footer a:focus {
  color: #007acc;
}
.entry-footer > span:not(:last-child):after {
  content: "\002f";
  display: inline-block;
  opacity: 0.7;
  padding: 0 0.538461538em;
}
.entry-footer .avatar {
  height: 21px;
  margin: -0.1538461538em 0.5384615385em 0 0;
  width: 21px;
}
.sticky-post {
  color: #686868;
  display: block;
  font-size: 13px;
  font-size: 0.8125rem;
  letter-spacing: 0.076923077em;
  line-height: 1.6153846154;
  margin-bottom: 0.5384615385em;
  text-transform: uppercase;
}
/**
 * IE8 and earlier will drop any block with CSS3 selectors.
 * Do not combine these styles with the next block.
 */
.updated:not(.published) {
  display: none;
}
.sticky .posted-on, .byline {
  display: none;
}
.single .byline, .group-blog .byline {
  display: inline;
}
.page-header {
  margin: 0 7.6923% 3.5em;
  padding-top: 1.75em;
}
body.error404 .page-header, body.search-no-results .page-header {
  border-top: 0;
  padding-top: 0;
}
.page-title {
  font-size: 23px;
  font-size: 1.4375rem;
  line-height: 1.2173913043;
}
.taxonomy-description {
  color: #686868;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.6153846154;
}
.taxonomy-description p {
  margin: 0.5384615385em 0 1.6153846154em;
}
.taxonomy-description > :last-child {
  margin-bottom: 0;
}
.page-links {
  clear: both;
  margin: 0 0 1.75em;
}
.page-links a, .page-links > span {
  border: 1px solid #d1d1d1;
  border-radius: 2px;
  display: inline-block;
  font-size: 13px;
  font-size: 0.8125rem;
  height: 1.8461538462em;
  line-height: 1.6923076923em;
  margin-right: 0.3076923077em;
  text-align: center;
  width: 1.8461538462em;
}
.page-links a {
  background-color: #1a1a1a;
  border-color: #1a1a1a;
  color: #fff;
}
.page-links a:hover, .page-links a:focus {
  background-color: #007acc;
  border-color: transparent;
  color: #fff;
}
.page-links > .page-links-title {
  border: 0;
  color: #1a1a1a;
  height: auto;
  margin: 0;
  padding-right: 0.6153846154em;
  width: auto;
}
.entry-attachment {
  margin-bottom: 1.75em;
}
.entry-caption {
  color: #686868;
  font-size: 13px;
  font-size: 0.8125rem;
  font-style: italic;
  line-height: 1.6153846154;
  padding-top: 1.0769230769em;
}
.entry-caption > :last-child {
  margin-bottom: 0;
}
.content-bottom-widgets {
  margin: 0 7.6923%;
}
.content-bottom-widgets .widget-area {
  margin-bottom: 3.5em;
}
/**
 * 11.3 - Post Formats
 */
.format-aside .entry-title, .format-image .entry-title, .format-video .entry-title, .format-quote .entry-title, .format-gallery .entry-title, .format-status .entry-title, .format-link .entry-title, .format-audio .entry-title, .format-chat .entry-title {
  font-size: 19px;
  font-size: 1.1875rem;
  line-height: 1.473684211;
  margin-bottom: 1.473684211em;
}
.blog .format-status .entry-title, .archive .format-status .entry-title {
  display: none;
}
/**
 * 11.4 - Comments
 */
.comments-area {
  margin: 0 7.6923% 3.5em;
}
.comment-list + .comment-respond, .comment-navigation + .comment-respond {
  padding-top: 1.75em;
}
.comments-title, .comment-reply-title {
  border-top: 4px solid #1a1a1a;
  font-size: 23px;
  font-size: 1.4375rem;
  font-weight: 700;
  line-height: 1.3125;
  padding-top: 1.217391304em;
}
.comments-title {
  margin-bottom: 1.217391304em;
}
.comment-list {
  list-style: none;
  margin: 0;
}
.comment-list article, .comment-list .pingback, .comment-list .trackback {
  border-top: 1px solid #d1d1d1;
  padding: 1.75em 0;
}
.comment-list .children {
  list-style: none;
  margin: 0;
}
.comment-list .children > li {
  padding-left: 0.875em;
}
.comment-author {
  color: #1a1a1a;
  margin-bottom: 0.4375em;
}
.comment-author .avatar {
  float: left;
  height: 28px;
  margin-right: 0.875em;
  position: relative;
  width: 28px;
}
.bypostauthor > article .fn:after {
  content: "\f304";
  left: 3px;
  position: relative;
  top: 5px;
}
.comment-metadata, .pingback .edit-link {
  color: #686868;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.6153846154;
}
.comment-metadata {
  margin-bottom: 2.1538461538em;
}
.comment-metadata a, .pingback .comment-edit-link {
  color: #686868;
}
.comment-metadata a:hover, .comment-metadata a:focus, .pingback .comment-edit-link:hover, .pingback .comment-edit-link:focus {
  color: #007acc;
}
.comment-metadata .edit-link, .pingback .edit-link {
  display: inline-block;
}
.comment-metadata .edit-link:before, .pingback .edit-link:before {
  content: "\002f";
  display: inline-block;
  opacity: 0.7;
  padding: 0 0.538461538em;
}
.comment-content ul, .comment-content ol {
  margin: 0 0 1.5em 1.25em;
}
.comment-content li > ul, .comment-content li > ol {
  margin-bottom: 0;
}
.comment-reply-link {
  border: 1px solid #d1d1d1;
  border-radius: 2px;
  color: #007acc;
  display: inline-block;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1;
  margin-top: 2.1538461538em;
  padding: 0.5384615385em 0.5384615385em 0.4615384615em;
}
.comment-reply-link:hover, .comment-reply-link:focus {
  border-color: currentColor;
  color: #007acc;
  outline: 0;
}
.comment-form {
  padding-top: 1.75em;
}
.comment-form label {
  color: #686868;
  display: block;
  font-size: 13px;
  font-size: 0.8125rem;
  letter-spacing: 0.076923077em;
  line-height: 1.6153846154;
  margin-bottom: 0.5384615385em;
  text-transform: uppercase;
}
.comment-list .comment-form {
  padding-bottom: 1.75em;
}
.comment-notes, .comment-awaiting-moderation, .logged-in-as, .form-allowed-tags {
  color: #686868;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.6153846154;
  margin-bottom: 2.1538461538em;
}
.no-comments {
  border-top: 1px solid #d1d1d1;
  font-weight: 700;
  margin: 0;
  padding-top: 1.75em;
}
.comment-navigation + .no-comments {
  border-top: 0;
  padding-top: 0;
}
.form-allowed-tags code {
  font-family: Inconsolata, monospace;
}
.form-submit {
  margin-bottom: 0;
}
.required {
  color: #007acc;
}
.comment-reply-title small {
  font-size: 100%;
}
.comment-reply-title small a {
  border: 0;
  float: right;
  height: 32px;
  overflow: hidden;
  width: 26px;
}
.comment-reply-title small a:hover, .comment-reply-title small a:focus {
  color: #1a1a1a;
}
.comment-reply-title small a:before {
  content: "\f405";
  font-size: 32px;
  position: relative;
  top: -5px;
}
/**
 * 11.5 - Sidebar
 */
.sidebar {
  margin-bottom: 3.5em;
  padding: 0 7.6923%;
}
/**
 * 11.6 - Footer
 */
.site-footer {
  padding: 50px 0 0;
  background: url(images/footer-bg.jpg) left top no-repeat;
  background-size: cover;
  float: left;
  width: 100%;
  position: relative;
  z-index: 1;
}
.site-info {
  color: #686868;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.6153846154;
}
.site-info a {
  color: #686868;
}
.site-info a:hover, .site-info a:focus {
  color: #007acc;
}
.site-footer .site-title {
  font-family: inherit;
  font-size: inherit;
  font-weight: 400;
}
.site-footer .site-title:after {
  content: "\002f";
  display: inline-block;
  font-family: Montserrat, sans-serif;
  opacity: 0.7;
  padding: 0 0.307692308em 0 0.538461538em;
}
/**
 * 12.0 - Media
 */
.site .avatar {
  border-radius: 50%;
}
.entry-content .wp-smiley, .entry-summary .wp-smiley, .comment-content .wp-smiley, .textwidget .wp-smiley {
  border: none;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
}
.entry-content a img, .entry-summary a img, .comment-content a img, .textwidget a img {
  display: block;
}
/* Make sure embeds and iframes fit their containers. */
embed, iframe, object, video {
  margin-bottom: 1.75em;
  max-width: 100%;
  vertical-align: middle;
}
p > embed, p > iframe, p > object, p > video {
  margin-bottom: 0;
}
.entry-content .wp-audio-shortcode a, .entry-content .wp-playlist a {
  box-shadow: none;
}
.wp-audio-shortcode, .wp-video, .wp-playlist.wp-audio-playlist {
  margin-top: 0;
  margin-bottom: 1.75em;
}
.wp-playlist.wp-audio-playlist {
  padding-bottom: 0;
}
.wp-playlist .wp-playlist-tracks {
  margin-top: 0;
}
.wp-playlist-item .wp-playlist-caption {
  border-bottom: 0;
  padding: 0.7142857143em 0;
}
.wp-playlist-item .wp-playlist-item-length {
  top: 0.7142857143em;
}
/**
 * 12.1 - Captions
 */
.wp-caption {
  margin-bottom: 1.75em;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin: 0;
}
.wp-caption .wp-caption-text {
  color: #686868;
  font-size: 13px;
  font-size: 0.8125rem;
  font-style: italic;
  line-height: 1.6153846154;
  padding-top: 0.5384615385em;
}
/**
 * 12.2 - Galleries
 */
.gallery {
  margin: 0 -1.1666667% 1.75em;
}
.gallery-item {
  display: inline-block;
  max-width: 33.33%;
  padding: 0 1.1400652% 2.2801304%;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-1 .gallery-item {
  max-width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}
.gallery-icon img {
  margin: 0 auto;
}
.gallery-caption {
  color: #686868;
  display: block;
  font-size: 13px;
  font-size: 0.8125rem;
  font-style: italic;
  line-height: 1.6153846154;
  padding-top: 0.5384615385em;
}
.gallery-columns-6 .gallery-caption, .gallery-columns-7 .gallery-caption, .gallery-columns-8 .gallery-caption, .gallery-columns-9 .gallery-caption {
  display: none;
}
/**
 * 13.0 - Multisites
 */
.widecolumn {
  margin-bottom: 3.5em;
  padding: 0 7.6923%;
}
.widecolumn .mu_register {
  width: auto;
}
.widecolumn .mu_register .mu_alert {
  background: transparent;
  border-color: #d1d1d1;
  color: inherit;
  margin-bottom: 3.5em;
  padding: 1.75em;
}
.widecolumn form, .widecolumn .mu_register form {
  margin-top: 0;
}
.widecolumn h2 {
  font-size: 23px;
  font-size: 1.4375rem;
  font-weight: 900;
  line-height: 1.2173913043;
  margin-bottom: 1.2173913043em;
}
.widecolumn p {
  margin: 1.75em 0;
}
.widecolumn p + h2 {
  margin-top: 2.4347826087em;
}
.widecolumn label, .widecolumn .mu_register label {
  color: #686868;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 400;
  letter-spacing: 0.076923077em;
  line-height: 1.6153846154;
  text-transform: uppercase;
}
.widecolumn .mu_register label {
  margin: 2.1538461538em 0.7692307692em 0.5384615385em 0;
}
.widecolumn .mu_register label strong {
  font-weight: 400;
}
.widecolumn #key, .widecolumn .mu_register #blog_title, .widecolumn .mu_register #user_email, .widecolumn .mu_register #blogname, .widecolumn .mu_register #user_name {
  font-size: 16px;
  font-size: 1rem;
  width: 100%;
}
.widecolumn .mu_register #blogname {
  margin: 0;
}
.widecolumn .mu_register #blog_title, .widecolumn .mu_register #user_email, .widecolumn .mu_register #user_name {
  margin: 0 0 0.375em;
}
.widecolumn #submit, .widecolumn .mu_register input[type="submit"] {
  font-size: 16px;
  font-size: 1rem;
  margin: 0;
  width: auto;
}
.widecolumn .mu_register .prefix_address, .widecolumn .mu_register .suffix_address {
  font-size: inherit;
}
.widecolumn .mu_register > :last-child, .widecolumn form > :last-child {
  margin-bottom: 0;
}
/**
 * 14.0 - Media Queries
 */
/**
 * Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See https://core.trac.wordpress.org/ticket/25888.
 */
@-ms-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
/**
 * 14.1 - >= 710px
 */
.keyword-container {
  position: relative;
}
#auto-ajax-loader {
  position: absolute;
  right: 15px;
  top: 14px;
  width: 20px;
}
.keyword-container_mall {
  position: relative;
  display: inline-block;
}
.keyword-container_mall #auto-ajax-loader {
  position: absolute;
  right: 15px;
  top: 10px;
  width: 20px;
}
@media screen and (min-width: 44.375em) {
  .phone-number, .home-search {
    margin-top: 18px;
    margin-bottom: 18px;
  }
  body:not(.custom-background-image):before, body:not(.custom-background-image):after {
    background: inherit;
    content: "";
    display: block;
    height: 21px;
    left: 0;
    position: fixed;
    width: 100%;
    z-index: 99;
  }
  body:not(.custom-background-image):before {
    top: 0;
  }
  body:not(.custom-background-image).admin-bar:before {
    top: 46px;
  }
  body:not(.custom-background-image):after {
    bottom: 0;
  }
  .site {}
  .site-main {
    margin-bottom: 5.25em;
  }
  .site-header {
    /*padding: 3.9375em 7.6923%;*/
  }
  .site-branding {
    margin-top: 1.3125em;
    margin-bottom: 1.3125em;
  }
  .custom-logo {
    width: 210px !important;
  }
  .site-title {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 1.25;
  }
  .wp-custom-logo .site-title {
    margin-top: 0.5em;
  }
  .site-description {
    display: block;
  }
  .menu-toggle {
    font-size: 16px;
    font-size: 1.0rem;
    margin: 10px;
    padding: 6px 5px 6px 46px;
  }
  .site-header-menu {
    margin: 0 0 0;
  }
  .menu-strip {
    margin-top: 0px;
  }
  .site-header .main-navigation + .social-navigation {
    margin-top: 2.625em;
  }
  .header-image {
    margin: 1.3125em 0;
  }
  .pagination {
    margin: 0 23.0769% 4.421052632em 7.6923%
  }
  .post-navigation {
    margin-bottom: 5.25em;
  }
  .post-navigation .post-title {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 1.25;
  }
  /* restore screen-reader-text */
  .pagination .current .screen-reader-text {
    position: absolute !important;
  }
  .pagination .page-numbers {
    display: inline-block;
  }
  .site-main > article {
    margin-bottom: 5.25em;
  }
  .entry-header, .post-thumbnail, .entry-content, .entry-summary, .entry-footer, .comments-area, .image-navigation, .post-navigation, .page-header, .page-content, .content-bottom-widgets {
    margin-right: 23.0769%;
  }
  .entry-title {
    font-size: 33px;
    font-size: 2.0625rem;
    line-height: 1.2727272727;
    margin-bottom: 0.8484848485em;
  }
  .entry-content blockquote.alignleft, .entry-content blockquote.alignright {
    border-width: 4px 0 0 0;
    padding: 0.9473684211em 0 0;
    width: -webkit-calc(50% - 0.736842105em);
    width: calc(50% - 0.736842105em);
  }
  .entry-content blockquote:not(.alignleft):not(.alignright), .entry-summary blockquote, .comment-content blockquote {
    margin-left: -1.473684211em;
  }
  .entry-content blockquote blockquote:not(.alignleft):not(.alignright), .entry-summary blockquote blockquote, .comment-content blockquote blockquote {
    margin-left: 0;
  }
  .entry-content ul, .entry-summary ul, .comment-content ul, .entry-content ol, .entry-summary ol, .comment-content ol {
    margin-left: 0;
  }
  .entry-content li > ul, .entry-summary li > ul, .comment-content li > ul, .entry-content blockquote > ul, .entry-summary blockquote > ul, .comment-content blockquote > ul {
    margin-left: 1.25em;
  }
  .entry-content li > ol, .entry-summary li > ol, .comment-content li > ol, .entry-content blockquote > ol, .entry-summary blockquote > ol, .comment-content blockquote > ol {
    margin-left: 1.5em;
  }
  .comment-author {
    margin-bottom: 0;
  }
  .comment-author .avatar {
    height: 42px;
    position: relative;
    top: 0.25em;
    width: 42px;
  }
  .comment-list .children > li {
    padding-left: 1.75em;
  }
  .comment-list + .comment-respond, .comment-navigation + .comment-respond {
    padding-top: 3.5em;
  }
  .comments-area, .widget, .content-bottom-widgets .widget-area {
    margin-bottom: 5.25em;
  }
  .sidebar, .widecolumn {
    margin-bottom: 5.25em;
    padding-right: 23.0769%;
  }
  body:not(.search-results) .entry-summary li > ul, body:not(.search-results) .entry-summary blockquote > ul {
    margin-left: 1.157894737em;
  }
  body:not(.search-results) .entry-summary li > ol, body:not(.search-results) .entry-summary blockquote > ol {
    margin-left: 1.473684211em;
  }
}
/**
 * 14.2 - >= 783px
 */
@media screen and (min-width: 48.9375em) {
  body:not(.custom-background-image).admin-bar:before {
    top: 32px;
  }
}
/**
 * 14.3 - >= 910px
 */
@media screen and (min-width: 56.875em) {
  .site-header {
    /*padding-right: 4.5455%;
                                padding-left: 4.5455%;*/
  }
  .site-header-main {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .wp-custom-logo .site-header-main {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .site-header-menu {
    display: block;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }
  .main-navigation {
    margin: 0 0;
  }
  .main-navigation .primary-menu, .main-navigation .primary-menu > li {
    border: 0;
  }
  .main-navigation .primary-menu > li {
    float: left;
  }
  .main-navigation a {
    outline-offset: -8px;
    padding: 10px 40px 10px 0;
    font-weight: 600;
    white-space: nowrap;
  }
  .main-navigation li:hover > a, .main-navigation li.focus > a {
    color: #000;
  }
  .main-navigation ul ul {
    border-bottom: 1px solid #d1d1d1;
    display: block;
    left: -999em;
    margin: 0;
    position: absolute;
    z-index: 99999;
  }
  .main-navigation ul ul ul {
    top: -1px;
  }
  .main-navigation ul ul ul:before, .main-navigation ul ul ul:after {
    border: 0;
  }
  .main-navigation ul ul li {
    background-color: #fff;
    border: 1px solid #d1d1d1;
    border-bottom-width: 0;
  }
  .main-navigation ul ul a {
    white-space: normal;
    width: 12.6875em;
  }
  .main-navigation ul ul:before, .main-navigation ul ul:after {
    border-style: solid;
    content: "";
    position: absolute;
  }
  .main-navigation ul ul:before {
    border-color: #d1d1d1 transparent;
    border-width: 0 10px 10px;
    right: 9px;
    top: -9px;
  }
  .main-navigation ul ul:after {
    border-color: #fff transparent;
    border-width: 0 8px 8px;
    right: 11px;
    top: -7px;
  }
  .main-navigation li:hover > ul, .main-navigation li.focus > ul {
    left: auto;
    right: 0;
  }
  .main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
    left: auto;
    right: 100%;
  }
  .main-navigation .menu-item-has-children > a {
    margin: 0;
    padding-right: 2.25em;
  }
  .main-navigation .menu-item-has-children > a:after {
    content: "\f431";
    position: absolute;
    right: 0.625em;
    top: 0.8125em;
  }
  .main-navigation ul ul .menu-item-has-children > a {
    padding-right: 2.0625em;
  }
  .main-navigation ul ul .menu-item-has-children > a:after {
    right: 0.5625em;
    top: 0.875em;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .dropdown-toggle, .main-navigation ul .dropdown-toggle.toggled-on, .menu-toggle, .site-header .social-navigation, .site-footer .main-navigation {}
  .site-content {
    padding: 0 4.5455%;
  }
  .content-area {
    /*float: left;
                        margin-right: -100%;
                        width: 70%;*/
  }
  .entry-header, .post-thumbnail, .entry-content, .entry-summary, .entry-footer, .comments-area, .image-navigation, .post-navigation, .pagination, .page-header, .page-content, .content-bottom-widgets {
    margin-right: 0;
    margin-left: 0;
  }
  .sidebar {
    float: left;
    margin-left: 75%;
    padding: 0;
    width: 25%;
  }
  .widget {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.6153846154;
    margin-bottom: 3.230769231em;
    padding-top: 1.615384615em;
  }
  .widget .widget-title {
    margin-bottom: 1.3125em;
  }
  .widget p, .widget address, .widget hr, .widget ul, .widget ol, .widget dl, .widget dd, .widget table {
    margin-bottom: 1.6153846154em;
  }
  .widget li > ul, .widget li > ol {
    margin-bottom: 0;
  }
  .widget blockquote {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.3125;
    margin-bottom: 1.3125em;
    padding-left: 1.0625em;
  }
  .widget blockquote cite, .widget blockquote small {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.6153846154;
  }
  .widget th, .widget td {
    padding: 0.5384615385em;
  }
  .widget pre {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.6153846154;
    margin-bottom: 1.6153846154em;
    padding: 0.5384615385em;
  }
  .widget fieldset {
    margin-bottom: 1.6153846154em;
    padding: 0.5384615385em;
  }
  .widget button, .widget input, .widget select, .widget textarea {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.6153846154;
  }
  .widget button, .widget input[type="button"], .widget input[type="reset"], .widget input[type="submit"] {
    line-height: 1;
    padding: 0.846153846em;
  }
  .widget input[type="date"], .widget input[type="time"], .widget input[type="datetime-local"], .widget input[type="week"], .widget input[type="month"], .widget input[type="text"], .widget input[type="email"], .widget input[type="url"], .widget input[type="password"], .widget input[type="search"], .widget input[type="tel"], .widget input[type="number"], .widget textarea {
    padding: 0.4615384615em 0.5384615385em;
  }
  .widget h1 {
    font-size: 23px;
    font-size: 1.4375rem;
    line-height: 1.2173913043;
    margin-bottom: 0.9130434783em;
  }
  .widget h2 {
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 1.1052631579;
    margin-bottom: 1.1052631579em;
  }
  .widget h3 {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.3125;
    margin-bottom: 1.3125em;
  }
  .widget h4, .widget h5, .widget h6 {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.6153846154;
    margin-bottom: 0.9130434783em;
  }
  .widget .alignleft {
    margin: 0.2307692308em 1.6153846154em 1.6153846154em 0;
  }
  .widget .alignright {
    margin: 0.2307692308em 0 1.6153846154em 1.6153846154em;
  }
  .widget .aligncenter {
    margin-bottom: 1.6153846154em;
  }
  .widget_calendar td, .widget_calendar th {
    line-height: 2.6923076923;
    padding: 0;
  }
  .widget_rss .rssSummary:last-child {
    margin-bottom: 1.615384615em;
  }
  .widget input[type="search"].search-field {
    width: -webkit-calc(100% - 35px);
    width: calc(100% - 35px);
  }
  .widget .search-submit:before {
    font-size: 16px;
    left: 1px;
    line-height: 35px;
    width: 34px;
  }
  .widget button.search-submit {
    padding: 0;
    width: 35px;
  }
  .tagcloud a {
    margin: 0 0.2307692308em 0.5384615385em 0;
    padding: 0.5384615385em 0.4615384615em 0.4615384615em;
  }
  .textwidget h1 {
    margin-top: 1.8260869565em;
  }
  .textwidget h2 {
    margin-top: 2.2105263158em;
  }
  .textwidget h3 {
    margin-top: 2.625em;
  }
  .textwidget h4 {
    letter-spacing: 0.153846154em;
  }
  .textwidget h4, .textwidget h5, .textwidget h6 {
    margin-top: 3.2307692308em;
  }
  .content-bottom-widgets .widget-area:nth-child(1):nth-last-child(2), .content-bottom-widgets .widget-area:nth-child(2):nth-last-child(1) {
    float: left;
    margin-right: 7.1428571%;
    width: 46.42857145%;
  }
  .content-bottom-widgets .widget-area:nth-child(2):nth-last-child(1):last-of-type {
    margin-right: 0;
  }
  .site-footer {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 50px 0 0 0;
    display: block;
    float: left;
    width: 100%;
  }
  .site-footer .social-navigation {
    margin: 0;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .site-info {
    margin: 0.538461538em auto 0.538461538em 0;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .no-sidebar .content-area {
    float: none;
    margin: 0;
    width: 100%;
  }
  .no-sidebar .entry-header, .no-sidebar .entry-content, .no-sidebar .entry-summary, .no-sidebar .entry-footer, .no-sidebar .comments-area, .no-sidebar .image-navigation, .no-sidebar .post-navigation, .no-sidebar .pagination, .no-sidebar .page-header, .no-sidebar .page-content, .no-sidebar .content-bottom-widgets {
    margin-right: 15%;
    margin-left: 15%;
  }
  .widecolumn {
    padding-right: 15%;
    padding-left: 15%;
  }
}
/**
 * 14.4 - >= 985px
 */
@media screen and (min-width: 61.5625em) {
  .site-main {
    margin-bottom: 7.0em;
  }
  .site-header {
    /*padding: 5.25em 4.5455%;*/
  }
  .site-branding, .site-header-menu, .header-image {
    margin-top: 0px;
    margin-bottom: 0px;
    float: left;
  }
  .language-switch {
    display: inline-block;
    margin-top: 6px;
  }
  .custom-logo {
    width: 365px !important;
  }
  .image-navigation {
    margin-bottom: 3.230769231em;
  }
  .post-navigation {
    margin-bottom: 7.0em;
  }
  .pagination {
    margin-bottom: 5.894736842em;
  }
  .widget {
    margin-bottom: 4.307692308em;
  }
  .site-main > article {
    margin-bottom: 7.0em;
  }
  .entry-title {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 1.225;
    margin-bottom: 1.05em;
  }
  .format-aside .entry-title, .format-image .entry-title, .format-video .entry-title, .format-quote .entry-title, .format-gallery .entry-title, .format-status .entry-title, .format-link .entry-title, .format-audio .entry-title, .format-chat .entry-title {
    font-size: 23px;
    font-size: 1.4375em;
    line-height: 1.304347826;
    margin-bottom: 1.826086957em;
  }
  .post-thumbnail {
    margin-bottom: 2.625em;
  }
  .entry-content h1, .entry-summary h1, .comment-content h1 {
    font-size: 33px;
    font-size: 2.0625rem;
    line-height: 1.2727272727;
    margin-top: 1.696969697em;
    margin-bottom: 0.8484848485em;
  }
  .entry-content h2, .entry-summary h2, .comment-content h2 {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 1.25;
    margin-top: 2em;
    margin-bottom: 1em;
  }
  .entry-content h3, .entry-summary h3, .comment-content h3 {
    font-size: 23px;
    font-size: 1.4375rem;
    line-height: 1.2173913043;
    margin-top: 2.4347826087em;
    margin-bottom: 1.2173913043em;
  }
  .entry-content h4, .entry-summary h4, .entry-intro h4, .comment-content h4 {
    letter-spacing: 0.131578947em;
  }
  .entry-content h4, .entry-content h5, .entry-content h6, .entry-summary h4, .entry-summary h5, .entry-summary h6, .comment-content h4, .comment-content h5, .comment-content h6 {
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 1.1052631579;
    margin-top: 2.9473684211em;
    margin-bottom: 1.473684211em;
  }
  .author-info {
    border-bottom-width: 0;
    padding-bottom: 0;
  }
  .comment-list + .comment-respond, .comment-navigation + .comment-respond {
    padding-top: 5.25em;
  }
  .comments-area, .sidebar, .content-bottom-widgets .widget-area, .widecolumn {
    margin-bottom: 7.0em;
  }
  body:not(.search-results) .entry-summary {
    margin-bottom: 2.210526316em;
  }
  body:not(.search-results) .entry-header + .entry-summary {
    margin-top: -1.105263158em;
  }
  body:not(.search-results) article:not(.type-page) .entry-content {
    float: right;
    width: 71.42857144%;
  }
  body:not(.search-results) article:not(.type-page) .entry-content > blockquote.alignleft.below-entry-meta {
    margin-left: -40%;
    width: -webkit-calc(60% - 1.4736842105em);
    width: calc(60% - 1.4736842105em);
  }
  body:not(.search-results) article:not(.type-page) img.below-entry-meta, body:not(.search-results) article:not(.type-page) figure.below-entry-meta {
    clear: both;
    display: block;
    float: none;
    margin-right: 0;
    margin-left: -40%;
    max-width: 140%;
  }
  body:not(.search-results) article:not(.type-page) figure.below-entry-meta img.below-entry-meta, body:not(.search-results) article:not(.type-page) table figure.below-entry-meta, body:not(.search-results) article:not(.type-page) table img.below-entry-meta {
    margin: 0;
    max-width: 100%;
  }
  body:not(.search-results) article:not(.type-page) .entry-footer {
    float: left;
    margin-top: 0.1538461538em;
    width: 21.42857143%;
  }
  body:not(.search-results) article:not(.type-page) .entry-footer > span:not(:last-child):after {
    display: none;
  }
  .single .byline, .full-size-link, body:not(.search-results).group-blog .byline, body:not(.search-results) .entry-format, body:not(.search-results) .cat-links, body:not(.search-results) .tags-links, body:not(.search-results) article:not(.sticky) .posted-on, body:not(.search-results) article:not(.type-page) .comments-link, body:not(.search-results) article:not(.type-page) .entry-footer .edit-link {
    display: block;
    margin-bottom: 0.5384615385em;
  }
  body:not(.search-results) article:not(.type-page) .entry-footer > span:last-child {
    margin-bottom: 0;
  }
  body:not(.search-results) article:not(.type-page) .entry-footer .avatar {
    display: block;
    height: auto;
    margin: 0 0 0.5384615385em;
    width: 49px;
  }
  body.no-sidebar:not(.search-results) article:not(.type-page) .entry-content {
    float: left;
    margin-right: -100%;
    margin-left: 34.99999999%;
    width: 50.00000001%;
  }
  body.no-sidebar:not(.search-results) article:not(.type-page) .entry-footer {
    margin-right: -100%;
    margin-left: 15%;
    width: 15%;
  }
}
/**
 * 14.5 - >= 1200px
 */
@media screen and (min-width: 75em) {
  body:not(.search-results) .entry-summary {
    font-size: 23px;
    font-size: 1.4375rem;
    line-height: 1.5217391304;
    margin-bottom: 1.826086957em;
  }
  body:not(.search-results) .entry-header + .entry-summary {
    margin-top: -0.913043478em;
  }
  body:not(.search-results) .entry-summary p, body:not(.search-results) .entry-summary address, body:not(.search-results) .entry-summary hr, body:not(.search-results) .entry-summary ul, body:not(.search-results) .entry-summary ol, body:not(.search-results) .entry-summary dl, body:not(.search-results) .entry-summary dd, body:not(.search-results) .entry-summary table {
    margin-bottom: 1.5217391304em;
  }
  body:not(.search-results) .entry-summary li > ul, body:not(.search-results) .entry-summary blockquote > ul {
    margin-left: 0.956521739em;
  }
  body:not(.search-results) .entry-summary li > ol, body:not(.search-results) .entry-summary blockquote > ol {
    margin-left: 1.52173913em;
  }
  body:not(.search-results) .entry-summary blockquote {
    font-size: 23px;
    font-size: 1.4375rem;
    line-height: 1.5217391304;
    margin: 0 0 1.5217391304em;
    padding-left: 1.347826087em;
  }
  body:not(.search-results) .entry-summary blockquote:not(.alignleft):not(.alignright) {
    margin-left: -1.52173913em;
  }
  body:not(.search-results) .entry-summary blockquote blockquote:not(.alignleft):not(.alignright) {
    margin-left: 0;
  }
  body:not(.search-results) .entry-summary blockquote cite, body:not(.search-results) .entry-summary blockquote small {
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 1.8421052632;
  }
  body:not(.search-results) .entry-summary th, body:not(.search-results) .entry-summary td {
    padding: 0.3043478261em;
  }
  body:not(.search-results) .entry-summary pre {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.75;
    margin-bottom: 1.75em;
    padding: 1.75em;
  }
  body:not(.search-results) .entry-summary fieldset {
    margin-bottom: 1.5217391304em;
    padding: 0.3043478261em;
  }
  body:not(.search-results) .entry-summary h1 {
    margin-top: 2.121212121em;
    margin-bottom: 1.060606061em;
  }
  body:not(.search-results) .entry-summary h2 {
    margin-top: 2.5em;
    margin-bottom: 1.25em;
  }
  body:not(.search-results) .entry-summary h3 {
    margin-top: 3.043478261em;
    margin-bottom: 1.52173913em;
  }
  body:not(.search-results) .entry-summary h4, body:not(.search-results) .entry-summary h5, body:not(.search-results) .entry-summary h6 {
    margin-top: 3.684210526em;
    margin-bottom: 1.842105263em;
  }
  body:not(.search-results) .entry-summary h1:first-child, body:not(.search-results) .entry-summary h2:first-child, body:not(.search-results) .entry-summary h3:first-child, body:not(.search-results) .entry-summary h4:first-child, body:not(.search-results) .entry-summary h5:first-child, body:not(.search-results) .entry-summary h6:first-child {
    margin-top: 0;
  }
  body:not(.search-results) .entry-summary .alignleft {
    margin: 0.2608695652em 1.5217391304em 1.5217391304em 0;
  }
  body:not(.search-results) .entry-summary .alignright {
    margin: 0.2608695652em 0 1.5217391304em 1.5217391304em;
  }
  body:not(.search-results) .entry-summary .aligncenter {
    margin-bottom: 1.5217391304em;
  }
}
/**
 * 15.0 - Print
 */
@media print {
  form, button, input, select, textarea, .navigation, .main-navigation, .social-navigation, .sidebar, .content-bottom-widgets, .header-image, .page-links, .edit-link, .comment-respond, .comment-edit-link, .comment-reply-link, .comment-metadata .edit-link, .pingback .edit-link {
    display: none;
  }
  body, blockquote cite, blockquote small, pre, .entry-content h4, .entry-content h5, .entry-content h6, .entry-summary h4, .entry-summary h5, .entry-summary h6, .comment-content h4, .comment-content h5, .comment-content h6, .entry-content .author-title {
    font-size: 12pt;
  }
  blockquote {
    font-size: 14.25pt;
  }
  .site-title, .page-title, .comments-title, .entry-content h2, .entry-summary h2, .comment-content h2, .widecolumn h2 {
    font-size: 17.25pt;
  }
  .site-description {
    display: block;
  }
  .entry-title {
    font-size: 24.75pt;
    line-height: 1.2727272727;
    margin-bottom: 1.696969697em;
  }
  .format-aside .entry-title, .format-image .entry-title, .format-video .entry-title, .format-quote .entry-title, .format-gallery .entry-title, .format-status .entry-title, .format-link .entry-title, .format-audio .entry-title, .format-chat .entry-title {
    font-size: 17.25pt;
    line-height: 1.304347826;
    margin-bottom: 1.826086957em;
  }
  .entry-content h1, .entry-summary h1, .comment-content h1 {
    font-size: 21pt;
  }
  .entry-content h3, .entry-summary h3, .comment-content h3, body:not(.search-results) .entry-summary {
    font-size: 14.25pt;
  }
  .site-description, .author-bio, .entry-footer, .sticky-post, .taxonomy-description, .entry-caption, .comment-metadata, .comment-notes, .comment-awaiting-moderation, .site-info, .wp-caption .wp-caption-text, .gallery-caption {
    font-size: 9.75pt;
  }
  body, .site {
    background: none !important; /* Brute force since user agents all print differently. */
  }
  body, blockquote cite, blockquote small, .site-branding .site-title a, .entry-title a, .comment-author {
    color: #1a1a1a !important; /* Make sure color schemes don't affect to print */
  }
  blockquote, .page-header, .comments-title {
    border-color: #1a1a1a !important; /* Make sure color schemes don't affect to print */
  }
  blockquote, .site-description, body:not(.search-results) .entry-summary, body:not(.search-results) .entry-summary blockquote, .author-bio, .entry-footer, .entry-footer a, .sticky-post, .taxonomy-description, .entry-caption, .comment-author, .comment-metadata a, .comment-notes, .comment-awaiting-moderation, .site-info, .site-info a, .wp-caption .wp-caption-text, .gallery-caption {
    color: #686868 !important; /* Make sure color schemes don't affect to print */
  }
  code, hr {
    background-color: #d1d1d1 !important; /* Make sure color schemes don't affect to print */
  }
  pre, abbr, acronym, table, th, td, .author-info, .comment-list article, .comment-list .pingback, .comment-list .trackback, .no-comments {
    border-color: #d1d1d1 !important; /* Make sure color schemes don't affect to print */
  }
  a {
    color: #007acc !important; /* Make sure color schemes don't affect to print */
  }
  .entry-content a, .entry-summary a, .taxonomy-description a, .comment-content a, .pingback .comment-body > a {
    box-shadow: none;
    border-bottom: 1px solid #007acc !important; /* Make sure color schemes don't affect to print */
  }
  .site {
    margin: 5%;
  }
  .site-inner {
    max-width: none;
  }
  .site-header {
    padding: 0 0 1.75em;
  }
  .site-branding {
    margin-top: 0;
    margin-bottom: 1.75em;
  }
  .site-main {
    margin-bottom: 3.5em;
  }
  .entry-header, .entry-footer, .page-header, .page-content, .entry-content, .entry-summary, .post-thumbnail, .comments-area {
    margin-right: 0;
    margin-left: 0;
  }
  .post-thumbnail, .site-main > article {
    margin-bottom: 3.5em;
  }
  .entry-content blockquote.alignleft, .entry-content blockquote.alignright {
    border-width: 4px 0 0 0;
    padding: 0.9473684211em 0 0;
    width: -webkit-calc(50% - 0.736842105em);
    width: calc(50% - 0.736842105em);
  }
  body:not(.search-results) .entry-header + .entry-summary {
    margin-top: -1.473684211em;
  }
  .site-footer, .widecolumn {
    padding: 0;
  }
}
/*...........default...........*/
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object, .embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
img {
  vertical-align: middle;
}
.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.filebox {
  position: relative;
  width: 80%;
  float: left;
}
.js .filebox .inputfile {
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: 1;
  height: 100%;
}
.filebox .inputfile + label {
  max-width: 100%;
  font-size: 1.25rem;
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  padding: 7px 10px;
}
.no-js .filebox .inputfile + label {
  display: none;
}
.filebox .inputfile:focus + label, .inputfile.has-focus + label {
  outline: 1px dotted #000;
  outline: -webkit-focus-ring-color auto 5px;
}
.filebox .inputfile + label * {}
.filebox .inputfile + label svg {
  width: 1em;
  height: 1em;
  vertical-align: middle;
  fill: currentColor;
  margin-top: -0.25em;
  margin-right: 0.25em;
}
.filebox .inputfile-1 + label {
  color: #fff;
  background-color: #8a8a8a;
  border-radius: 5px;
  font-size: 15px;
}
.filebox .inputfile-1:focus + label, .inputfile-1.has-focus + label, .inputfile-1 + label:hover {
  background-color: #8a8a8a;
}
@media (min-width: 768px) {
  .container {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .container {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1270px !important;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
/*Custome Css New*/
.dashboard-form h4 {
  margin-bottom: 10px;
  margin-top: 20px
}
.span.wpcf7-not-valid-tip {
  margin-bottom: 10px !important;
}
.search-template h2 {
  font-size: 16px;
}
.search-template article {
  border-bottom: 1px solid #eee;
  margin: 0;
  margin-bottom: 20px;
}
.nav-bg-wrap .current_page_item a {
  -webkit-border-top-left-radius: 8px;
  -webkit-border-top-right-radius: 8px;
  -moz-border-radius-topleft: 8px;
  -moz-border-radius-topright: 8px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  background-color: #fff;
  color: #00b0ac !important;
}
.current-page-ancestor a {
  color: #000;
}
.banner-content {
  position: absolute;
  text-align: center;
  padding: 25px;
  border-radius: 6px;
  z-index: 10;
  width: 450px;
  background: rgba(15, 15, 15, 0.73);
  transform: translateY(-50%);
  top: 50%;
  left: 8%;
}
.banner-content h1, .banner-content p {
  color: #fff;
}
.banner-content .master-button:hover {
  padding: 12px 20px;
}
.no-border {
  border: none !important;
}
hr {
  height: 1px;
  color: #B9B9B9;
}
.m-top-0 {
  margin-top: 0 !important;
}
.m-bottom-0 {
  margin-top: 0 !important;
}
.full-width {
  width: 100% !important;
  display: block;
}
.load-more-button {
  background: #fff;
  text-align: center;
  text-transform: uppercase;
  color: #333;
  font-size: 14px;
  margin: 50px auto;
  padding: 12px 28px;
  border-radius: 25px;
  font-weight: bold;
  display: table;
  line-height: normal;
  border: 1px solid #7A7A7A;
}
.load-more-button:hover {
  background: #000;
  color: #fff;
}
.heading-2 {
  font-size: 40px;
  text-transform: uppercase;
  color: #717271;
  margin: 25px 0;
  padding: 0;
  line-height: normal;
}
.heading-2 span {
  color: #00b0ac;
  display: block;
}
.heading-2-white {
  font-size: 40px;
  text-transform: uppercase;
  color: #fff;
  margin: 25px 0 10px;
  padding: 0;
  line-height: normal;
}
.heading-2-white span {
  color: #00b0ac;
  display: block;
}
.div-center {
  text-align: center;
}
.txt-center {
  text-align: center;
  line-height: 1.4 !important;
}
.arrow-button {
  position: relative;
  background: #ffffff;
  border: 1px solid #717271;
  display: inline-block;
  text-transform: uppercase;
  font-size: 14px;
  border-radius: 6px;
  padding: 5px 15px;
  margin-bottom: 10px;
  font-weight: 600;
  color: #717271;
}
/*.arrow-button:hover {
    background: #717271;
    color: #fff;
}
.arrow-button:hover:after, .arrow-button:hover:before {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.arrow-button:hover:after {
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #717271;
    border-width: 8px;
    margin-left: -8px;
}
.arrow-button:hover:before {
    border-color: rgba(51, 51, 51, 0);
    border-top-color: #333;
    border-width: 8px;
    margin-left: -8px;
}*/
.selected-arrow {
  background: #717271;
  color: #fff !important;
}
.selected-arrow:after, .selected-arrow:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.selected-arrow:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #717271;
  border-width: 8px;
  margin-left: -8px;
}
.selected-arrow:before {
  border-color: rgba(51, 51, 51, 0);
  border-top-color: #333;
  border-width: 8px;
  margin-left: -8px;
}
.master-button {
  background: #00b0ac;
  text-align: center;
  text-transform: uppercase;
  color: #fff !important;
  font-size: 14px;
  padding: 12px 20px;
  margin-top: 15px !important;
  font-weight: bold;
  display: inline-block;
  line-height: normal !important;
  border-radius: 25px;
}
.watsnew-title .master-button {
  margin: 0
}
.dashboard-section .master-button {
  float: right;
}
.master-button:hover {
  background: #000;
  transition: all .5s ease-in-out;
}
.dashboard-form span.error {
  min-width: 200px;
  display: inline-block;
  top: 0px !important;
  width: 100%;
}
.loader-shop-meter {
  position: absolute;
  width: 100px;
  height: 100px;
  left: 45%;
  transform: translate(0%, 0%);
}
.dashboard-content-section .dashboard-form .shop-title {
  width: 133px !important;
  background: #00b0ac;
  padding: 10px 20px;
  float: right !important;
  margin: 5px;
  text-align: center;
  color: #fff;
  border-radius: 5px;
}
span.wpcf7-list-item {
  float: left;
}
.watsnew-subcription span.wpcf7-list-item {
  width: 5%;
  float: none;
}
.tenant-success-message {
  text-align: center;
  color: #00c91d;
  font-weight: 700;
  margin: 20px 0px;
}
.master-button i img {
  margin-right: 10px;
}
.white-button {
  background: #fff;
  text-align: center;
  text-transform: uppercase;
  color: #333;
  font-size: 14px;
  padding: 12px 25px;
  border-radius: 25px;
  margin-top: 15px;
  font-weight: bold;
  display: inline-block;
  line-height: normal;
  transition: all .5s ease-in-out;
}
.white-button:hover {
  background: #00b0ac;
  color: #fff;
}
.left {
  float: left;
}
.right {
  float: right;
}
.phone-number {
  color: #00b0ac;
  font-size: 16px;
  line-height: normal;
  font-weight: 600;
  background: url(images/phone.png) left top no-repeat;
  padding: 0px 10px 10px 50px;
  margin-top: 30px;
  font-family: sans-serif;
}
.phone-number span {
  /*color: #000;*/
  color: #717271;
  font-size: 18px;
  display: block;
  font-weight: 600;
}
.phone-number span a:hover {
  color: #00b0ac;
}
.home-search {
  margin-left: 20px;
  margin-top: 30px;
}
.home-search .search-form {
  position: relative;
  border-radius: 65px;
  border: 1px solid #333;
  background: #eee;
}
.home-search .search-form input {
  background: none;
  border: none;
  padding: 10px 15px 10px 15px;
}
.home-search .search-submit {
  border-radius: 0 2px 2px 0;
  bottom: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  right: 7px;
  top: 2px;
  width: 42px;
  background: no-repeat;
  color: #000;
  font-weight: 800;
}
.home-search .search-submit:before {
  content: "\f400";
  font-size: 21px;
  left: 2px;
  line-height: 42px;
  position: relative;
  width: 40px;
  font-weight: 600;
  top: -4px;
}
.parent-unsubscribe article {
  background: #e0e0e0;
  border-radius: 4px;
  padding: 3%;
}
.parent-unsubscribe article .entry-content {
  background: #fff;
  border-radius: 4px;
  padding: 3%;
  color: #656565;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
.form-section p strong {
  margin-top: 20px;
  display: block;
}
.mobile-search, .mobile-search-icon {
  display: none;
}
.menu-strip {
  background: #00b0ac;
  display: inline-block;
  width: 100%; /* position: relative;*/
}
@-webkit-keyframes swinging {
  0% {
    -webkit-transform: rotate(10deg);
  }
  50% {
    -webkit-transform: rotate(-5deg)
  }
  100% {
    -webkit-transform: rotate(10deg);
  }
}
@keyframes swinging {
  0% {
    transform: rotate(10deg);
  }
  50% {
    transform: rotate(-5deg)
  }
  100% {
    transform: rotate(10deg);
  }
}
/*@keyframes swing {
0% {
transform: rotate(3deg);
}
100% {
transform: rotate(-3deg);
}
}*/
.sticky .op-open {
  top: 18px;
}
.sticky .op-closed {
  top: 18px;
}
.op-closed {
  color: red;
  text-indent: -170px;
  overflow: hidden;
  display: inline-block;
  position: absolute;
  background: url(images/closed.png) no-repeat;
  height: 86px;
  width: 86px;
  z-index: 9;
  top: 118px;
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-animation: swinging 3.5s ease-in-out forwards infinite;
  animation: swinging 3.5s ease-in-out forwards infinite;
  font-size: 0;
}
/*.swing:after {
        content: '';
        position: absolute;
        width: 20px;
        height: 20px;
        border: 1px solid #999;
        top: -10px;
        left: 50%;
        z-index: 0;
        border-bottom: none;
        border-right: none;
        transform: rotate(45deg);
}
 nail 
.swing:before {
        content: '';
        position: absolute;
        width: 5px;
        height: 5px;
        top: -14px;
        left: 54%;
        z-index: 5;
        border-radius: 50% 50%;
        background: #000;
}*/
.op-open {
  color: red;
  display: inline-block;
  position: absolute;
  background: url(images/open-tag.png) no-repeat;
  height: 81px;
  width: 81px;
  z-index: 9;
  top: 118px;
  text-indent: -170px;
  overflow: hidden;
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-animation: swinging 3.5s ease-in-out forwards infinite;
  animation: swinging 3.5s ease-in-out forwards infinite;
}
/*.banner {
        margin-top: 144px;
}*/
.wpml-ls-legacy-list-horizontal a {
  padding: 0px 4px !important;
}
#sb_instagram .sb_instagram_header {
  background: #fff !important;
}
.home-second-section {
  /* background: url(images/home-2nd-section-img.jpg) center top no-repeat;*/
  padding: 70px 0;
  width: 100%;
  float: left;
  margin-top: -1px;
  background-size: 100%;
  z-index: 10;
  position: relative;
  background-attachment: fixed;
}
.home-second-section .form-block {
  background: rgba(0, 0, 0, 0.68);
  padding: 50px;
  width: 450px;
  border-radius: 6px;
  margin-left: 8%;
}
.home-second-section .form-block h2 {
  text-align: center;
  color: #00b0ac;
  font-size: 35px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.home-second-section .form-block select {
  width: 100%;
  padding: 9px 19px;
  border-radius: 38px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff url(images/arrow-down.png) right 50% no-repeat;
  border: none;
  margin: 10px 0;
  font-size: 14px;
  font-weight: 600;
  outline: none;
  line-height: normal;
}
.home-second-section .form-block input {
  line-height: normal;
  width: 100%;
  background: #fff;
  padding: 9px 19px;
  border-radius: 38px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0px 0 0px;
  font-size: 14px;
  font-weight: 600;
  outline: none;
  margin-top: 5px;
}
.home-whats-new {
  /*background: url(images/whats-new-bg.jpg) 100% 100% fixed no-repeat;*/
  background-color: #6c6f70;
  padding: 50px 0 30px;
  background-size: cover;
  float: left;
  width: 100%;
  margin-bottom: -1px;
  position: relative;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .home-whats-new {
    z-index: 1;
  }
}
.watsnew-title {
  font-size: 40px;
  color: #fff;
  line-height: normal;
  text-transform: uppercase;
  border-right: 1px solid #777;
}
.watsnew-title span {
  display: block;
  color: #00b0ac;
}
.watsnew-subcription label {
  color: #fff;
  font-weight: 600;
  font-size: 16px;
}
.watsnew-subcription a:hover {
  color: #00b0ac;
}
.watsnew-subcription p {
  margin-bottom: 20px;
}
.watsnew-subcription input {
  font-size: 14px;
  color: #333;
  border-radius: 50px;
  padding: 15px 15px;
  margin-top: 10px;
}
.watsnew-subcription [type="submit"] {
  font-size: 14px;
  color: #fff;
  border-radius: 50px !important;
  padding: 15px 50px !important;
  background: #00b0ac;
  text-transform: uppercase;
  margin: 0;
  transition: all .5s ease-in-out;
  font-family: sans-serif;
}
.watsnew-subcription [type="submit"]:hover {
  background: #000;
  border-radius: 50px;
  padding: 15px 50px;
}
.home-store {
  padding: 50px 0;
  float: left;
  width: 100%;
  position: relative;
  z-index: 1;
  background: #fff;
}
.home-store .owl-carousel-1 .owl-item .item img {
  /*height: 60px;*/
  height: auto;
  width: auto;
  margin: auto;
}
.home-store .owl-carousel-1 {
  margin-top: 50px;
  padding: 0 60px;
}
.home-promotion {
  padding: 50px;
  background: url(images/promotion-bg.png) left top fixed no-repeat;
  background-size: cover;
  float: left;
  width: 100%;
  position: relative;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .home-promotion {
    z-index: 1;
  }
}
.home-promotion p {
  color: #fff;
  margin-bottom: 20px;
}
.home-promotion .four-items {
  padding: 0 80px;
}
.home-promotion .four-items .h-pro-box {
  padding: 50px 20px;
  border-radius: 6px;
  background: #fff;
  text-align: center;
  transform: scale(0.9);
  transition: all .5s ease-in-out;
}
.home-promotion .four-items .h-pro-box:hover {
  transform: scale(1);
  transition: all .5s ease-in-out;
}
.home-promotion .four-items .h-pro-box p {
  color: #333;
  font-size: 14px;
  margin: 0;
  line-height: normal;
  margin-top: 15px;
}
.home-promotion .four-items .h-pro-box p span {
  color: #00b0ac;
  font-weight: 600;
  font-size: 14px;
}
.home-promotion .four-items .h-pro-box img {
  display: block;
  width: auto;
  margin: auto;
}
.home-blog {
  padding: 50px 0;
  float: left;
  width: 100%;
  position: relative;
  z-index: 1;
  background: #fff;
}
.home-blog .three-items {
  padding: 0 80px;
}
.home-blog .event-date {
  background-color: #717271;
  -webkit-border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  border-radius: 5px !important;
  width: 20%;
  padding: 6px 15px;
  color: #fff;
  font-size: 20px;
  text-align: center;
}
.home-blog .events-desc {
  margin-top: 20px;
}
.home-blog .event-date span {
  font-size: 25px;
  font-weight: bold;
  padding: 0;
  margin: 0;
  line-height: normal;
}
.home-blog .event-content {
  float: left;
  width: 76%;
  padding-left: 15px;
}
.home-blog .event-content h5 {
  font-size: 16px;
  font-weight: bold;
  line-height: normal;
  margin-bottom: 10px;
}
.home-blog .event-content p {
  padding: 0;
  margin: 0 0 10px;
}
.home-blog .event-content a {
  /*color: #000;*/
  color: #717271;
  font-size: 15px;
  float: left;
}
.home-blog .event-content a:hover {
  color: #00b0ac;
}
.home-blog .event-date {
  background-color: #717271;
  -webkit-border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  border-radius: 5px !important;
  width: 24%;
  padding: 6px 15px;
  color: #fff;
  font-size: 20px;
  text-align: center;
}
.home-blog .events-desc {
  margin-top: 20px;
}
.home-blog .event-date span {
  font-size: 25px;
  font-weight: bold;
  padding: 0;
  margin: 0;
  line-height: normal;
}
.home-blog .event-content {
  float: left;
}
.home-blog .event-content h5 {
  font-size: 16px;
  font-weight: bold;
  line-height: normal;
  min-height: 20px;
}
.home-blog .event-content a:hover {
  color: #00b0ac;
}
.home-opening {
  padding: 30px 0 0;
  background: url(images/footer-bg.jpg) left top no-repeat;
  /*background-color:#6c6f70;*/
  background-size: cover;
  float: left;
  width: 100%;
  position: relative;
  z-index: 1;
}
.home-opening .h-time {
  min-height: 100px;
  background: url(images/time-icon.png) left 15px no-repeat;
  padding: 15px 15px 15px 100px;
}
.home-opening .h-time h3 {
  color: #fff;
}
.home-opening .h-time aside {
  width: 50%;
  color: #fff;
  margin-top: 10px;
  display: inline-block;
  vertical-align: top;
}
.home-opening .h-contact {
  min-height: 100px;
  background: url(images/h-phone-icon.png) left 15px no-repeat;
  padding: 15px 15px 15px 100px;
}
.home-opening .h-contact h3 {
  margin-bottom: 10px;
  color: #fff;
}
.home-opening .h-contact p {
  color: #fff;
}
.home-opening .h-contact p a {
  color: #fff;
  text-decoration: none;
  box-shadow: none;
}
.home-opening .h-contact aside {
  width: 50%;
  display: inline-block;
  vertical-align: top;
}
/*Footer*/
.footer-copy-right {
  background: rgba(0, 0, 0, 0.79);
  padding: 15px;
  width: 100%;
  margin-top: 20px;
  font-size: 12px;
  color: #fff;
}
.footer-copy-right a {
  margin: 0px 10px 0px 10px;
  color: #fff;
  text-decoration: none !important;
  box-shadow: none;
}
.footer-copy-right a:hover {
  color: #00b0ac;
}
.footer-links-col {
  width: 14.666667%;
  display: inline-block;
  vertical-align: top;
}
.footer-links-col:first-child {
  width: 20.667%;
}
.footer-links .widget-title {
  color: #fff;
  font-weight: 600;
  margin: 8px 0;
  font-size: 14px;
}
.footer-links ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-links ul li {
  margin: 0 0 3px 0;
  padding: 0;
}
.footer-links ul li a {
  margin: 0 0 10px 0;
  padding: 0;
  color: #fff;
  font-size: 14px;
}
.social-media {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  width: 24%;
  display: inline-block;
}
.social-media img:hover {
  position: relative;
  top: -5px;
  transition: all .5s ease-in-out;
}
.mall-directory {
  margin: 0;
  padding: 50px 0;
  float: left;
  width: 100%;
}
.mall-directory p {
  text-align: justify;
  /*text-align: center;*/
}
.mall-directory .cat-filter {
  display: inline-block;
  margin-right: 32px;
}
.mall-directory .mall-detial-buttons {
  display: inline-block;
}
.mall-directory h2 {
  text-align: center;
  font-size: 40px;
  color: #00b0ac !important;
  margin-bottom: 14px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.mall-directory select {
  margin: 0px;
  margin-bottom: 15px;
  width: 100%;
  padding: 9px 35px 9px 15px;
  font-size: 16px;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border: 1px solid #717271;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(images/drp-arw-dwn.png) center right no-repeat;
  outline: none;
  line-height: normal;
  color: #686868;
}
.mall-directory input {
  margin: 0px;
  width: 276px;
  padding: 10px 35px 10px 15px;
  font-size: 16px;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border: 1px solid #717271;
  background-color: #fff;
  /*-webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;*/
}


.mall-directory textarea {
  margin: 0px;
  width: 100%;
  padding: 10px 35px 10px 15px;
  font-size: 16px;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border: 1px solid #717271;
  background-color: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 250px;
}
.mall-directory .hidden_form_container .lease_title {
  font-size: 18px !important;
  color: #000;
  margin-bottom: 25px;
  margin-top: 20px;
  padding: 6px;
  background: #ddd;
}
.mall-directory .hidden_form_container .wpcf7-checkbox {
  margin-bottom: 10px;
  display: inline-block;
}
.mall-directory .hidden_form_container .wpcf7-checkbox input {
  width: auto !important;
  margin-right: 5px !important;
  margin-bottom: 10px !important;
  -moz-appearance: checkbox !important;
  appearance: auto !important;
}
.mall-directory .hidden_form_container .wpcf7-checkbox .wpcf7-list-item {
  display: block;
  width: 40%;
  float: left;
}
.accept-condition a:hover, a:focus, a:active {
  color: #00b0ac;
}
.mall-directory .hidden_form_container .wpcf7-form-control-wrap input {
  width: 100%;
  margin-bottom: 15px;
}
.mall-directory .hidden_form_container .wpcf7-form-control-wrap textarea {
  height: 150px;
  margin-bottom: 15px;
}
.mall-directory .hidden_form_container .submit_container input[type="submit"] {
  background: #00b0ac;
  margin-top: 20px;
  border: none;
  font-size: 14px;
  width: auto;
  padding: 12px 25px;
  transition: all .5s ease-in-out;
  margin-bottom: 10px;
}
/*.mall-directory .btn-find {
        border-radius: 20px;
        -moz-border-radius: 20px;
        -webkit-border-radius: 20px;
        padding: 12px 20px 12px 42px;
        font-size: 15px;
        text-transform: uppercase;
        background: #00b0ac url(images/find-icon.png) no-repeat 20px center;
}
.mall-directory .btn-mall-guide {
        border-radius: 20px;
        -moz-border-radius: 20px;
        -webkit-border-radius: 20px;
        padding: 12px 20px 12px 42px;
        font-size: 15px;
        text-transform: uppercase;
        margin-left: 20px;
        background: #00b0ac url(images/mall-guide-icon.png) no-repeat 20px center;
}
.mall-directory .btn-mall-floor-plan {
        border-radius: 20px;
        -moz-border-radius: 20px;
        -webkit-border-radius: 20px;
        padding: 12px 20px 12px 42px;
        margin-left: 5px;
        font-size: 15px;
        text-transform: uppercase;
        background: #00b0ac url(images/mall-floor-plan-icon.png) no-repeat 20px center;
}
.mall-directory .btn-find:hover, .mall-directory .btn-mall-guide:hover, .mall-directory .btn-mall-floor-plan:hover {
        background-color: #000;
}*/
.mall-directory .alpha-pagination {
  padding: 0;
  margin: 20px 0 20px 0;
  list-style: none;
  text-align: center;
}
.mall-directory .alpha-pagination li {
  position: relative;
  display: inline-block;
  margin: 0px 1px;
}
.mall-directory .alpha-pagination li a {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border: 1px solid #000;
  padding: 4px 12px;
  font-size: 14px;
  text-align: center;
  float: left;
  color: #000;
}
.mall-directory .alpha-pagination li a:hover {
  background-color: #00b0ac;
  border: 1px solid #00b0ac;
  color: #fff;
}
.mall-directory .home-blog {
  padding: 0px 0;
}
.selected-store {
  background-color: #00b0ac;
  color: #fff !important;
  border: 1px solid #00b0ac !important;
}
@media (pointer: fine) {
  .mall-directory .alpha-pagination li:hover:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    position: absolute;
    pointer-events: none;
    border-color: rgba(0, 176, 172, 0);
    border-top-color: #00b0ac;
    border-width: 6px;
    margin-left: -6px;
  }
}
.selected-store:after, .selected-store:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.selected-store:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #00b0ac;
  border-width: 4px;
  margin-left: -4px;
}
.selected-store:before {
  border-color: rgba(51, 51, 51, 0);
  border-top-color: #00b0ac;
  border-width: 4px;
  margin-left: -4px;
}
.mall-directory .categorylist-wrap {
  margin-top: 40px;
  margin-bottom: 40px;
  width: 100%;
  float: left;
}
.mall-directory .categorylist-box {
  border-radius: 16px;
  -moz-border-radius: 16px;
  -webkit-border-radius: 16px;
  border: 1px solid #ebebeb;
  margin-bottom: 20px;
}
.categorylist-box .category-image {
  height: 215px;
  overflow: hidden;
}
.wpml-ls-legacy-list-horizontal a {
  position: relative; /*z-index: 99999;*/
}
.mall-directory .half-curve {
  border-radius: 15px 15px 0px 0px;
  width: 100%;
}
.mall-directory .category-details {
  /*padding: 10px 10px;*/
  padding: 20px 5px;
  text-align: center;
 /* min-height: 320px;*/
}
.mall-directory .category-details h4 {
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 0;
  margin-top: 15px;
}
.mall-directory .category-details p {
  font-size: 15px;
  font-weight: normal;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  text-align: center;
}
.mall-directory .category-details #category-detail img {
  height: 60px;
}
.mall-directory .btn-sqare {
  background-color: #717271;
  display: inline-block;
  padding: 7px 10px;
  color: #fff;
  text-align: center;
  margin-right: 5px;
  margin-top: 10px;
}
.mall-directory .btn-sqare:hover {
  background-color: #00b0ac;
}
/*  media center */
.mall-directory .date-pick {
  background: url(images/date-icon.png) center right no-repeat;
  outline: none;
}
.mall-directory .album-wrap {
  margin-top: 40px;
  margin-bottom: 40px;
}
.mall-directory #eventId {
  margin-top: 40px;
  margin-bottom: 40px;
}
.mall-directory .album-img-wrap {
  background: url(images/album-img-bg.png) center center no-repeat;
  padding: 22px;
  width: 255px;
  height: 255px;
  margin: 0 auto;
  transition: all .5s ease-in-out;
}
.mall-directory .album-img-wrap:hover {
  transform: rotate(4deg);
}
.mall-directory .album-img-wrap img {
  width: auto;
  transform: scale(2.2);
  top: 50px;
  position: relative;
}
.mall-directory .album-img-wrap a {
  height: 210px;
  width: 100%;
  overflow: hidden;
  border-radius: 6px;
  float: left;
}
.mall-directory .album-details {
  padding: 22px 0;
  text-align: center;
}
.mall-directory .album-details h4 {
  font-size: 16px;
  font-weight: normal;
  padding: 0;
  margin: 0;
  min-height: 64px;
}
.mall-directory .decm-pagination {
  padding: 0;
  margin: 20px 0 20px 0;
  list-style: none;
  text-align: center;
}
.mall-directory .decm-pagination li a {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border: 1px solid #000;
  padding: 4px 5px;
  width: 45px;
  /* height: 35px; */
  font-size: 14px;
  text-align: center;
  float: left;
  color: #000;
}
.mall-directory .decm-pagination li {
  position: relative;
  display: inline-block;
}
.mall-directory .decm-pagination li:hover:after {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  position: absolute;
  pointer-events: none;
  border-color: rgba(0, 176, 172, 0);
  border-bottom-color: #00b0ac;
  border-width: 6px;
  margin-left: -6px;
}
.mall-directory .decm-pagination li a:hover {
  background-color: #00b0ac;
  border: 1px solid #00b0ac;
  color: #fff;
}
.mall-directory .back-to {
  position: absolute;
  right: 14px;
  top: -12px;
  color: #000;
  background-color: #fff;
  padding-left: 15px;
}
.mall-directory .back-to:hover {
  color: #00b0ac;
}
.mall-directory .back-to i {
  color: #00b0ac;
  margin-right: 10px;
}
.mall-directory .media-head {
  position: relative;
}
.mall-directory h4 {
  text-align: center;
  font-size: 36px;
  color: #717271 !important;
  margin-bottom: 14px;
  font-weight: normal;
}
.mall-directory h3 {
  text-align: center;
  font-size: 25px;
  color: #717271 !important;
  margin-bottom: 40px;
  font-weight: 400;
  line-height: 25px;
}
.mall-directory h5 {
  text-align: center;
  font-size: 20px;
  color: #717271 !important;
  margin-bottom: 40px;
  font-weight: 400;
  line-height: 25px;
}
.mall-directory .album-wrap-details {
  margin-top: 40px;
  margin-bottom: 40px;
}
.mall-directory .album-wrap-details .item img {
  /*border-radius: 15px;*/
  display: block;
  width: 100%;
  height: auto;
}
.mall-directory .album-wrap-details .item .descript {
  text-align: center;
  padding: 40px 10%;
}
/*.mall-directory .album-wrap-details .owl-prev {
        left: 5%;
        top: 40%;
        position: absolute;
        background: rgba(0, 176, 172, 0.5) !important;
        width: 45px;
        height: 50px;
        color: #fff;
        -webkit-border-radius: 5px !important;
        -moz-border-radius: 5px !important;
        border-radius: 5px !important;
        opacity: inherit !important;
        padding-top: 12px !important;
}
.mall-directory .album-wrap-details .owl-next {
        right: 5%;
        top: 40%;
        position: absolute;
        background: rgba(0, 176, 172, 0.5) !important;
        width: 50px;
        height: 50px;
        color: #fff;
        -webkit-border-radius: 5px !important;
        -moz-border-radius: 5px !important;
        border-radius: 5px !important;
        opacity: inherit !important;
        padding-top: 12px !important;
}*/
.cf {
  position: relative;
  cursor: pointer;
  overflow: hidden;
}
.cf img {
  height: 210px;
  width: 215px !important;
  position: absolute;
  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}
.cf img.top:hover {
  opacity: 0;
}
.curved-wrap {
  -webkit-border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  border-radius: 5px !important;
  border: 1px solid #ccc;
  padding: 50px 25px;
  margin-bottom: 40px;
  position: relative;
  display: table;
  width: 100%;
}
.curved-wrap p {
  font-size: 15px;
  padding: 0 0 0px;
  margin: 0;
}
.curved-wrap a {
  color: #252525;
  font-size: 15px;
}
.curved-wrap-content {
  border-left: 1px solid #ccc;
  float: none;
  display: table-cell;
  vertical-align: middle;
  padding-left: 30px;
}
.curved-wrap a:hover {
  color: #00b0ac;
}
.curved-wrap-content img {
  margin: auto;
  display: table;
}
.mall-directory .curved-wrap h4 {
  font-size: 15px;
  font-weight: bold;
  text-align: left;
  padding: 0;
  margin: 0 0 10px;
  color: #252525 !important;
}
.mall-directory .curved-wrap h3 {
  font-size: 30px;
  text-align: right;
  line-height: normal;
  right: 0;
  position: absolute;
  font-weight: normal;
  padding: 0;
  margin: 0;
  color: #00b0ac !important;
}
.nav-bg-wrap {
  background-color: #717271;
  padding: 10px 0 6px;
  margin-bottom: 0px;
}
.nav-wrap-sub ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
.nav-wrap-sub ul li {
  margin: 6px 0;
  padding: 0;
  float: left;
  border-right: 1px solid #959595;
}
.nav-wrap-sub ul li:first-child {
  border-left: none;
}
.nav-wrap-sub ul li:last-child {
  border: none;
}
.nav-wrap-sub ul li a {
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  padding: 12px 13px 18px;
}
.nav-wrap-sub ul li a:hover {
  color: #fff;
  -webkit-border-top-left-radius: 8px;
  -webkit-border-top-right-radius: 8px;
  -moz-border-radius-topleft: 8px;
  -moz-border-radius-topright: 8px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  background-color: #fff;
  color: #00b0ac;
}
.retail-wrap {
  border-bottom: 1px solid #ccc;
  padding: 0 0 45px 0;
  margin-bottom: 45px;
}
.retail-wrap:last-child {
  border-bottom: none;
  padding: 0 0 0px 0;
  margin-bottom: 0px;
}
.retail-wrap h3 {
  font-size: 26px;
  color: #00b0ac;
  margin-bottom: 15px;
  font-weight: bold;
  line-height: normal;
}
.retail-wrap p {
  line-height: 22px;
  font-size: 16px;
  text-align: justify;
}
.retail-wrap .retail-img img {
  /*-webkit-border-radius: 15px !important;
	-moz-border-radius: 15px !important;
	border-radius: 15px !important;*/
  max-height: 315px;
}
.retail-wrap:nth-child(odd) .retail-img {
  float: left !important;
}
.retail-wrap:nth-child(even) .retail-img {
  float: right !important;
}
.retail-wrap .retail-content {}
.tenantTelNumber .iti, .tenantPhone .iti, .leasingContact .iti {
  display: block;
}
.tenantTelNumber .iti input, .tenantPhone .iti input, .leasingContact .iti input {
  margin-bottom: 15px !important;
}
.wpcf7-form-control-wrap .iti__selected-flag {
  height: inherit !important;
  padding: 14px 6px 14px 8px !important;
}
.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
  background-color: inherit !important;
}
.iti__flag-container:focus, .wpcf7-form-control-wrap .iti__selected-flag {
  outline: none;
}
.mall-map {
  margin-bottom: 25px;
}
.mall-map iframe {
  -webkit-border-radius: 15px !important;
  -moz-border-radius: 15px !important;
  border-radius: 15px !important;
  position: relative;
}
.map-adrs-wrap {
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  background-color: #00b0ac;
  -webkit-border-radius: 15px !important;
  -moz-border-radius: 15px !important;
  border-radius: 15px !important;
  color: #fff;
  padding: 20px;
  font-size: 14px;
}
.map-adrs-wrap h6 {
  font-size: 16px;
  font-weight: normal;
}
.toggle-btn {
  display: none;
}
.toggle-target-expanded {
  display: block;
}
.worktime-wrap {
  position: relative;
  margin-bottom: 30%;
}

.mall-directory .master-button {    margin-top:0 !important;}
.full-curve-img {
  /*-webkit-border-radius: 15px !important;
	-moz-border-radius: 15px !important;
	border-radius: 15px !important;*/
  width: 100%;
}
.worktime-details {
  background-color: #00b0ac;
  -webkit-border-radius: 15px !important;
  -moz-border-radius: 15px !important;
  border-radius: 15px !important;
  width: 80%;
  padding: 10px 25px;
  color: #fff;
  text-align: center;
  transform: translateX(-50%);
  left: 50%;
  position: absolute;
}
.entertainment-wrap {
  padding: 0 0 45px 0;
  margin-bottom: 45px;
  position: relative;
  border-bottom: 1px solid #ccc;
}
.entertainment-wrap:last-child {
  border-bottom: 0;
}
.entertainment-wrap p {
  padding: 0;
  margin: 0 0 18px 0;
  line-height: 22px;
  font-size: 15px;
  text-align: justify;
}
.entertainment-cnt img {
  margin-bottom: 20px;
}
.worktime-details-sec {
  background-color: #00b0ac;
  -webkit-border-radius: 15px !important;
  -moz-border-radius: 15px !important;
  border-radius: 15px !important;
  width: 85%;
  padding: 20px;
  color: #fff;
  margin: -80px auto 20px;
}
.icon-round {
  width: 36px;
  height: 36px;
  display: block;
  -webkit-border-radius: 25px !important;
  -moz-border-radius: 25px !important;
  border-radius: 25px !important;
  background-color: #00b0ac;
  margin-right: 10px;
  margin-bottom: 15px;
  text-align: center;
  padding-top: 8px;
  line-height: normal !important;
}
.book-now-box {
  padding-top: 20px;
}
.entertainment-wrap a {
  float: left;
  font-weight: bold;
  line-height: 35px;
  color: #000;
}
/*.mall-directory .btn-blue {
        border-radius: 20px;
        -moz-border-radius: 20px;
        -webkit-border-radius: 20px;
        padding: 0 20px 0;
        height: 37px;
        font-size: 15px;
        text-transform: uppercase;
        background-color: #00b0ac;
}*/
.promotion-block {
  border: 1px solid #CBCBCB;
  border-radius: 6px;
  margin: 0 0 15px;
  padding: 0;
  text-align: center;
  height:190px;
}
.promotion-block .image-top {
  padding: 10px;
}
.promotion-block .image-top img {
  height: 60px;
}
.promotion-block .content-bottom {
  padding: 10px 10px;
  text-align: center;
  border-top: 1px solid #cecece;
}
.promotion-block .content-bottom h3 {
  font-size: 25px;
  color: #252525;
}
.promotion-block .content-bottom p {
  font-size: 14px;
  color: #00b0ac;
  margin-bottom: 5px;
}
.promotion-block .content-bottom .locate {
  font-size: 14px;
  color: #252525;
}
.big-offer-text {
  font-size: 35px;
  color: #00b0ac;
  text-align: left;
  line-height: normal;
}
.guest-services {
  margin-top: 50px;
  padding: 0;
  box-sizing: border-box;
}
.guest-services .icon-round-b {
  padding: 20px;
  border-radius: 50%;
  background: #00b0ac;
  text-align: center;
  display: inline-block;
  width: 24%;
}
.guest-services .guest-content {
  display: inline-block;
  width: 76%;
  padding-left: 25px;
}
.guest-content p {
  text-align: justify;
}
.guest-content h3 {
  margin-bottom: 10px;
}
.events-wrap {
  margin-bottom: 20px;
}
.events-wrap:hover .event-date {
  background: #00b0ac;
  transition: all 0.5s ease-in-out;
}
.events-img {
  height: 195px;
  overflow: hidden;
}
.events-img:hover img {
  transform: scale(1.1);
  transition: all .5s ease-in-out;
}
.events-img img {
  max-width: inherit;
  transition: all .5s ease-in-out;
  width: 100%;
}
.home-blog .event-calendar {
  padding: 0 10px;
  width: 25%;
  height: 60px;
  color: #717271;
  font-size: 17px;
  text-align: center;
  line-height: 24px;
  font-weight: bold;
}
.home-blog .event-calendar span {
  font-size: 17px;
  font-weight: bold;
  padding: 0;
  margin: 0;
  line-height: normal;
  /*color: #000;*/
  color: #717271;
  vertical-align: top;
}
.home-blog .event-calendar-content {
  float: left;
  width: 75%;
  width: 75%;
  padding-left: 15px;
  border-left: 1px solid #ccc;
}
.home-blog .event-calendar-content p {
  padding: 0;
  margin: 0 0 5px;
  font-size: 18px;
  /*color: #000;*/
  color: #717271;
}
.album-wrap-details .descript {
  text-align: left;
}
.album-wrap-details .descript p {
  padding-top: 35px;
  margin-bottom: 0;
}
.aboutwrap-overview .descript {
  margin-bottom: 15px;
}
.aboutwrap-overview .item {
  margin-bottom: 15px;
}
.aboutwrap-overview p {
  padding: 20px 15px 0;
  margin-bottom: 0;
  text-align: justify;
}
.sm-media-right {
  float: right !important;
}
.sm-media-left {
  float: left !important;
}
.careers-links {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border: 1px solid #717271;
  color: #717271;
  padding: 8px 15px;
  display: inline-block;
  font-size: 15px;
  text-transform: uppercase;
  position: relative;
  margin-top: 10px;
}
.careers-links:hover {
  background-color: #717271;
  color: #fff;
}
.figures-wrap {
  border-bottom: 1px solid #ccc;
}
.figures-wrap .fig-box {
  border-right: 1px solid #ccc;
  min-height: 195px;
}
.figures-wrap .fig-box:nth-last-child(2) {
  border-right: none;
}
.figures-wrap .fig-box span {
  color: #00b0ac;
  font-size: 70px;
  font-weight: bold;
  display: inline-block;
  letter-spacing: -1px;
  line-height: normal;
  font-family: sans-serif;
  vertical-align: top;
  margin-top: -13px;
  margin-right: 10px;
}
.figures-wrap .fig-box .sm-fig {
  color: #00b0ac;
  font-size: 70px;
  font-weight: bold;
  display: inline-block;
  width: 100%;
}
.figures-wrap .fig-box img {
  display: inline-block;
  vertical-align: initial;
}
.figures-wrap h5 {
  font-size: 20px;
  font-weight: bold;
  line-height: normal;
  text-align: left;
  margin-bottom: 5px;
  padding: 0;
  margin-top: 15px;
}
.figures-wrap .fig-box h5 span {
  font-size: 18px;
  font-weight: normal;
  color: #717271;
  margin-top: 0;
}
.figures-wrap p {
  margin-bottom: 10px;
  padding: 0;
  font-size: 15px;
  line-height: normal;
}
.h-display {
  display: inline-block;
  width: 80px;
}
.h-display2 {
  display: inline-block;
  width: 62%;
  vertical-align: top;
}
.h-display2 h5 {
  margin-top: 0;
}
.factsbox {
  padding: 15px 0;
  border-bottom: 1px solid #ccc;
  margin-bottom: 15px;
}
.factsbox img {
  display: inline-block;
  padding-right: 10px;
  vertical-align: top;
}
.factsbox h3 {
  display: inline-block;
  color: #717271;
  font-size: 42px;
  font-weight: normal;
  margin-top: 0;
}
.factsbox hr {
  margin-top: 15px;
}
.factsbox p {
  padding: 0;
  font-size: 15px;
  margin-bottom: 20px;
}
.factsbox .h-bold {
  font-weight: bold;
}
.factsbox .color-blue {
  color: #00b0ac;
}
.darwish-img-box {
  padding: 15px 0;
  text-align: right;
}
/*Inner banner section*/
.inner-banner {
  width: 100%;
  margin: 12px 0 0 0;
  padding: 0;
  position: relative;
  overflow: hidden;
}
.inner-banner-title {
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  left: 8%;
}
.inner-banner-title h1 {
  font-size: 45px;
  text-transform: uppercase;
  color: #00b0ac;
}
.desktop-banner {
  display: block;
  width: 100%;
}
.mobile-banner {
  display: none !important;
}
.contact-us-map iframe {
  border-radius: 25px;
}
.contact-page input {
  width: 100%;
  margin-bottom: 10px !important;
}
.contact-page input.wpcf7-captchar {
  max-width: 175px;
}
.checkbox-terms {
	vertical-align: top;
}
.contact-page input[type="checkbox"] {
  width: 20px;
  border-radius: 5px;
  padding: 8px;
  float: left;
  margin: 0px 10px 0px 0px !important;
}
.contact-page span.wpcf7-not-valid-tip {
  top: 0 !important;
}
div.wpcf7-response-output {
  float: left;
  width: 100%
}
.contact-page select {
  width: 100%;
  margin-bottom: 10px;
}
.contact-page input[type="submit"] {
  background: #00b0ac;
  margin-top: 20px;
  border: none;
  font-size: 14px;
  width: auto;
  padding: 12px 25px;
  transition: all .5s ease-in-out;
	    margin: 10px 0px 0px !important;
}
.contact-page input[type="submit"]:hover {
  background: #000000;
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing, div.wpcf7-response-output {
  border: none !important;
  color: #ff0000 !important
}
.menu-mobile {
  display: none;
}
i.fa.fa-angle-right {
  font-size: 18px;
  margin-left: 10px;
}
div.wpcf7-response-output {
  margin: 5px 0 10px 0!important;
  padding: 0 !important;
}
div.wpcf7-mail-sent-ok {
  border: none !important;
  color: #52c520 !important;
}
span.wpcf7-not-valid-tip {
  color: #f00;
  font-size: 14px !important;
  font-weight: normal;
  display: block;
  margin-bottom: 10px !important;
  position: relative !important;
  top: -10px !important;
}
.lease_title.col-md-12 {
  margin: 20px 0px;
  width: 96%;
  background: #d4f3f2;
  padding: 10px;
}
input#trade_license {
  background: none !important;
  border: 1px solid #ccc;
  width: auto;
  min-width: 115px;
}
input#trade_license:focus {
  outline: none;
}
.dashboard-content-section .dashboard-form input.tenant-file {
  margin-top: 19px !important;
  min-width: 100px;
}
.dashboard-form .active span {
  margin-bottom: 10px !important;
}
.dashboard-form .active select {
  margin-bottom: 10px !important;
}
.wpml-ls-legacy-list-horizontal {
  padding: 7px 0 !important;
}
#sb_instagram .sb_instagram_header a {
  width: 100% !important;
  text-align: center !important;
}
#sb_instagram .sbi_header_text .sbi_bio, #sb_instagram .sbi_header_text h3 {
  float: left;
  clear: both;
  margin: 0 0 0 0px !important;
  padding: 0 !important;
  width: 100% !important;
  font-size: 20px !important;
  color: #000;
  margin-top: 50px;
}
#sb_instagram .sbi_header_text {
  padding-top: 75px !important;
  margin-bottom: 15px !important;
}
#sb_instagram .sbi_header_img {
  float: none !important;
  margin: auto !important;
}
.newly-opened-image {
  height: 60px;
}
.mapplic {
  margin-top: 0 !important
}
.mapplic-search-form {
  background: #00b0ac !important
}
.mapplic-search-form input {
  border-radius: 35px !important;
  border: none !important;
}
.mapplic-search-input {
  padding: 8px 42px !important;
  background-size: 26px 16px !important;
}
.mapplic-sidebar {
  width: 25% !important;
}
.mapplic-container {
  width: 75% !important;
}
.scale-image {
  transform: scale(1.1);
  transition: all 5s ease-in;
}
.floor-map {
  margin: 70px 0;
}
.logout {
  background: #E41316;
  color: #fff;
  padding: 12px 16px;
  /* border-radius: 6px; */
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
}
.logout:hover {
  background: #000;
  color: #fff;
}
#ui-datepicker-div {
  z-index: 100 !important
}
.error-page-div {
  padding: 50px 0;
}
.fit_out_table input#my_image_upload {
  width: 100%;
  border-radius: 5px !important;
  font-size: 12px;
}
.fit_out_table button {
  background: #8a8a8a;
  border-radius: 5px;
  font-size: 12px;
  font-weight: 400;
  padding: 12px 15px;
  text-transform: capitalize;
  float: right;
  margin-top: 10px;
}
.fit_out_table input {
  border-radius: 5px !important;
}
.fit_out_table span.image-preview-input-title {
  margin-bottom: 6px;
  display: inline-block;
}
.fit_out_table th {
  font-size: 13px;
}
.tbl-accordion-section h3 {
  display: inline-block;
  margin: 10px 0;
}
.accordion_arrow {
  margin: 15px 0;
  position: relative;
}
img#down_form_arrow {
  position: absolute;
  top: 0;
  right: 0px;
  z-index: 999;
  max-width: none;
}
img#top_form_arrow_id {
  position: absolute;
  top: 0;
  right: 0px;
  z-index: 999;
  max-width: none;
}
img#down_arrow {
  position: absolute;
  top: 0;
  right: 0px;
  z-index: 999;
  max-width: none;
}
img#top_arrow_id {
  position: absolute;
  top: 0;
  right: 0px;
  z-index: 999;
  max-width: none;
}
table.fit_out_table {
  margin-top: 10px;
}
.dashboard-form .inline-field {
  margin: 5px !important;
}
.dashboard-form .form-section .fitoutCommentSubmit {
  float: left;
  margin: 20px 0 !important;
}
.adminFitOutComment {
  margin-left: 30px;
  display: inline-block;
  width: 96.5%;
  border: 1px solid #e4e7ec;
  border-radius: 5px;
  padding: 20px;
  background: #f5f5f5;
}
.adminFitOutComment h4 {
  margin-top: 0;
  margin-bottom: 15px;
  border-bottom: 2px solid #ced0d4;
  padding-bottom: 10px;
}
.page-template-default h5 {
  margin: 20px 0;
  font-weight: 600;
  font-size: 20px;
  color: #00b0ac;
}
span.upload_info {
  font-size: 12px;
  text-align: right;
  width: 100%;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 40px;
  margin-top: 10px;
  color: #f30202;
}
.page-template-default .status-publish {
  margin: 50px 0;
}
.form-section table.fit_out_table {
  margin-top: 10px;
  margin-bottom: 0;
}
.fit_out_table tr th {
  font-size: 13px;
  text-transform: uppercase;
  padding-left: 0px;
}
span.upload_infos {
  font-size: 12px;
  color: #f30303;
  margin-left: 15px;
  width: 100%;
  display: inline-block;
  font-weight: bold;
}
.wpcf7 .filebox {
  width: 100%;
}
.footer-open-firstsection .h-time dl dd:nth-child(8) {
  display: none;
}
.footer-open-firstsection .h-time dl dt:nth-child(7) {
  display: none;
}
.mapplic-levels .mapplic-levels-down {
  display: none !important;
  opacity: 0 !important;
}
.mapplic-levels .mapplic-levels-up {
  display: none !important;
  opacity: 0 !important;
}
.mapplic-tooltip-description, .mapplic-tooltip p {
  margin-top: 10px !important;
}
.mall-directory h4 {
  font-size: 17px !important;
  line-height: 20px !important;
}
.synved-social-container-share img {
  border-radius: 0 !important;
}
.synved-social-container-share {
  display: none;
  width: 35px;
  position: absolute;
  top: 10px;
  left: 10px;
}
.social_media_hrz {
  text-align: right;
  margin-top: 15px;
}
.social_media_hrz .social_media_share_text {
  display: block;
  margin-bottom: 10px;
}
.social_media_hrz .synved-social-container-share {
  display: none;
  width: auto;
  position: inherit;
  float: right;
  display: block !important;
}
.social_media_hrz .synved-social-container-share a {
  float: left;
}
.mall-directory .album-wrap-details {
  position: relative;
}
.album-wrap-details:hover .synved-social-container-share {
  display: block;
}
.album-wrap .synved-social-container-share {
  z-index: 9999;
  left: 22px;
}
.album-wrap .synved-social-container-share a {
  overflow: inherit !important;
}
.album-wrap .synved-social-container-share a img {
  transform: scale(1) !important;
  top: 30px !important;
}
.album-img-wrap:hover .synved-social-container-share {
  display: block;
}
.home-blog:hover .synved-social-container.synved-social-container-share {
  display: block;
  z-index: 9;
}
.gallery_container {
  position: relative;
}
.gallery_container:hover .synved-social-container.synved-social-container-share {
  display: block;
  z-index: 9;
  left: 24px;
}
ul#ui-id-1 {
  width: 250px !important;
  font-size: 14px;
  overflow-y: scroll;
  height: 500px;
}
ul#ui-id-2 {
  font-size: 14px;
}
.curved-wrap .mapplic-container {
  width: 100% !important;
}
.mall_rep {
  margin: 15px;
  display: inline-block;
  width: 100%;
}
.mall_rep br {
  display: none;
}
.permit_container {
  width: 100%;
  border-bottom: 1px solid #e0e0e0;
  display: inline-block;
  padding: 10px 0 25px 0;
}
.lagoona_forms_container {
  display: inline-block;
  width: 100%;
  padding: 10px 0 25px 0;
}
.parent-leasing .form-section {
  margin-bottom: 1px;
}
.form-section button#submit {
  margin-bottom: 20px;
}
h3.forms-sub-title {
  text-align: center;
  width: 100%;
  margin-bottom: 10px;
  display: inline-block;
  text-transform: uppercase;
}
/*.parent-leasing .dashboard-section .wpcf7  {
    margin-top: -4px;
    border-top: 5px solid #e0e0e0;
    display: inline-block;
    width: 100%;
    padding-top: 20px !important;
}*/
.border_dashboard {
  margin-top: -4px;
  border-top: 5px solid #e0e0e0;
  display: inline-block;
  width: 100%;
  padding-top: 20px !important;
}
span.cf_color {
  color: red;
}
.tbl-accordion-nested tbody tr td:nth-child(5) {
  width: 200px;
  word-break: break-word;
}
.date-section .tbl-accordion tbody tr td:nth-child(5) {
  width: 200px;
  word-break: break-word;
}
.mrg15 {
  margin-top: 15px;
  display: inline-block;
}
.reg-form img#gif {
  display: inline-block !important;
}
.date-section .tbl-accordion tbody tr td:nth-child(1) {
  width: 200px;
  word-break: break-word;
}
.form-section h4 {
  display: inline-block;
  width: 100%;
}
.dash-content-head span.logout {
  font-size: 12px;
  text-transform: capitalize;
  font-weight: 700;
  padding: 0;
  background: transparent;
  color: #717271;
  margin-right: 0;
  margin-left: 12px;
}
.border_line {
  height: 4px;
  background: #e0e0e0;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.logout_btn {
  float: right;
  margin-top: 7px;
}
.form-section .date-section input {
  margin: 10px 0px;
}
.filebox-title {
  line-height: 0px;
}
.fileboxlabel {
  margin-top: 22px;
}
div.wpcf7 .ajax-loader {
  width: 24px !important;
  height: 24px !important;
  margin: 0 0 0 10px !important;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(images/ajax-loader.gif) !important;
  display: inline-block;
  border: none;
  padding: 0;
  vertical-align: middle;
}
.no_result {
  text-align: center;
  background: #717271;
  color: #fff;
  padding: 20px;
  border-radius: 10px;
  font-size: 17px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin: auto;
  display: table;
}
.mapplic-container {
  display: inline-block !important;
  overflow: hidden !important;
  position: relative !important;
  width: 70%;
  height: 100%;
  background: #f1f1f1;
  border: 3px solid #e0e0e0;
  border-left: 0;
}
.mapplic-levels {
  border-bottom: 0 !important;
  border-radius: 2px !important;
  position: absolute !important;
  top: 0 !important;
  right: 0 !important;
  margin: 30px !important;
  overflow: hidden !important;
  background: #fff !important;
  border-radius: 50px !important;
}
.mapplic-levels-select {
  border: 0 !important;
}
.mapplic-sidebar {
  height: 106% !important;
}
.mapplic-search-form {
  border-right: 0 !important;
}
.mapplic-list-container {
  background: #00b0ac !important;
}
.mapplic-thumbnail {
  border-radius: 50% !important;
}
.mapplic-thumbnail-placeholder {
  background-color: #fff !important;
  box-sizing: border-box !important;
  color: #0b807d !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  line-height: 24px !important;
  padding: 14px 4px !important;
  width: 50px !important;
  height: 50px !important;
  text-align: center !important;
  border-radius: 50% !important;
}
.mapplic-list-location > a {
  background-color: #108a87 !important;
}
.mapplic-list-location > a:hover {
  background-color: #108a87 !important;
  border-left: 0 !important;
  border-color: inherit !important;
}
.mapplic-list-location h4 {
  text-align: left;
  font-size: 14px !important;
  line-height: 29px !important;
  color: #fff !important;
  font-weight: 700 !important
}
.mapplic-list-container li {
  border-bottom: 1px solid #00b0ac !important;
}
.mapplic-list-location {
  border-bottom: 0 !important;
}
body .mapplic-list-category ol {
  border-bottom: 0 !important;
}
.mapplic-list-category > a {
  background-color: #00b0ac !important;
}
.res_select_container {
  width: 100%;
  position: relative;
  margin: 0;
  padding: 0;
}
.selected_value {
  font-size: 14px;
  position: absolute;
  top: 10px;
  background: #fff url(images/arrow-down.png) right 50% no-repeat;
  width: 100%;
  padding-left: 19px;
  height: 36px;
  border-radius: 18px;
  padding-top: 9px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: none;
}
#mallDirectorySelect {
  opacity: 0;
  z-index: 1;
}
.res_select_container {
  width: 100%;
  position: relative;
  margin: 0;
  padding: 0;
}
.res_select_container.mall_directory_sel_container {
  width: 300px;
  position: relative;
  margin: 0;
  padding: 0;
  float: left;
  margin-right: 5px;
}
.chosen-container-single .chosen-single {    height: 40px !important;
    border: 1px solid #717271;}
.mall_directory_sel_container .selected_value {
  text-align: left;
  height: 40px;
  padding: 10px 35px 9px 15px;
  font-size: 16px;
  border: 1px solid #717271;
  border-radius: 20px;
  top: 15px;
}
.curved-wrap-content h5 {
  font-size: 16px !important;
  margin: 0 0 15px 0;
  padding: 0
}
.archive-links {
  text-align: center;
  margin-top: 15px;
}
.archive-links a {
  background: #00b0ac;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  font-size: 14px;
  padding: 12px 25px;
  border-radius: 25px;
  margin: 0px 15px;
  font-weight: 300;
  display: inline-block;
  transition: all .3s ease;
}
.archive-links a:hover {
  background: #000;
  color: #fff;
}
.swipebox-inline-container {
  position: relative;
}
.swipebox-inline-container .synved-social-container-share {
  display: block;
  z-index: 9999;
}
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 2px 0 0 18px !important;
  height: 37px !important;
  border: 1px solid #aaa;
  background: #fff !important;
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 33px !important;
  border-radius: 25px !important;
  font-weight: bold !important;
  font-size: 14px !important;
  text-align: left !important;
}



.chosen-container-single .chosen-single div b {
  background: url(/wp-content/themes/lagoona/js/chosen/chosen-sprite.png) no-repeat -2px 9px !important;
}
.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -2px 9px !important;
}
.chosen-container-single .chosen-drop {
  margin-top: 3px !important;
  text-align: left !important;
}
.chosen-container-single .chosen-drop .result-selected {
  font-weight: bold;
  text-transform: uppercase;
  color: #00b0ac;
  padding: 9px 4px;
}
.chosen-container-single .chosen-drop .category_parent {
  font-size: 14px;
  font-weight: bold;
  padding-top: 10px;
  margin-top: 1px;
  color: #fff;
  text-transform: uppercase;
  background: #00b0ac;
}
.chosen-container-single .chosen-drop .category_child {
  background: #00b0ac36;
  margin: 1px 0;
  padding: 9px 0;
}
@media screen and (min-width:1024px) and (max-width: 1200px) {
  .worktime-details-sec {
    width: 100%;
    padding: 20px;
  }
  .main-navigation a {
    outline-offset: -8px;
    padding: 10px 22px 10px 0;
    white-space: nowrap;
  }
  .fig-box:nth-child(even) {
    border-right: none;
  }
  .fig-box {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .selected_value {
    display: block;
  }
  .date-section .tbl-accordion tbody tr td:nth-child(5) {
    width: 160px;
    word-break: break-word;
  }
  /*.banner {
            margin-top: 142px;
        }*/
  .wpml-ls-legacy-list-horizontal {
    padding: 7px 7px !important;
  }
  .mall-directory .cat-filter {
    display: block;
  }
  .master-button {
    padding: 12px 10px;
  }
  .categorylist-box .category-image {
    height: 320px;
  }
  .social-media img {
    width: 25px;
  }
  .entertainment-wrap:last-child {
    padding: 0;
    margin-bottom: 0px;
  }
  .retail-wrap:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .fit_out_table input#my_image_upload {
    width: 84%;
  }
}
@media screen and (max-width: 1200px) {
  .mall-directory .btn-mall-floor-plan {
    margin-top: 10px;
  }
  .mall-directory .alpha-pagination li {
    margin-top: 10px;
  }
  .mall-directory .decm-pagination li {
    margin-top: 10px;
  }
  .mall-directory .album-wrap-details .owl-next, .mall-directory .album-wrap-details .owl-prev {
    top: 30%;
  }
  .mall-directory .input-lg {
    margin-top: 10px;
  }
  .nav-wrap-sub ul li a {
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    padding: 12px 12px 18px;
  }
}
@media screen and (max-width: 1023px) {
  .selected_value {
    display: block;
  }
  .contact-us-map {
    padding: 0 15px;
  }
  .contact-us-map iframe {
    width: 100%;
  }
  .site-header {
    height: auto;
    position: inherit;
    z-index: auto
  }
  .wpml-ls-legacy-list-horizontal {
    padding: 7px 7px !important;
  }
  .language-switch {
    margin-top: 0;
  }
  .main-navigation .primary-menu > li {
    float: none;
  }
  .site-header-menu {
    float: none;
  }
  .main-navigation {
    padding: 50px 15px;
  }
  .main-navigation a {
    line-height: 50px;
    padding: 0 0px;
    border-top: 1px solid #d1d1d1;
  }
  .language-switch {
    position: absolute;
    right: 3px;
    top: 4px;
  }
  .mob-none {
    display: none;
  }
  .mob-show {
    display: block;
    display: inline-block
  }
  .menu-mobile {
    display: inline-block;
    position: relative;
    background: #00b0ac;
    padding: 0 10px;
    width: 100%;
  }
  .op-open, .op-closed {
    right: 80px;
    top: 8px;
    background-size: 75px;
    background-position: top right;
  }
  .menu-strip {
    background: #00b0ac;
    position: fixed;
    top: 0;
    z-index: 10;
    width: 300px;
    height: 100%;
    left: -300px;
    overflow: auto;
    z-index: 99999;
  }
  .overlay-menu {
    position: fixed;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.80);
    z-index: 0;
    opacity: 0;
    top: 0;
  }
  .close-bttn {
    display: none;
    position: fixed;
    z-index: 99999999;
    left: 246px;
    top: 15px;
    background: #00b0ac url(images/close.png) no-repeat;
    width: 30px;
    height: 30px;
    background-position: center;
    background-size: 16px;
  }
  /*    .close-bttn:hover {
        background: transparent !important
    }*/
  .inner-banner {
    margin: 0px 0 0 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .footer-links-col {
    width: 18.666667%;
  }
  .social-media {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    width: 100%;
    display: inline-block;
    text-align: center;
    margin-top: 25px;
  }
  .banner-content h1 {
    font-size: 24px;
  }
  .nav-wrap-sub ul li a {
    color: #fff;
    text-transform: uppercase;
    font-size: 11px;
    padding: 12px 8px 16px;
  }
  .home-second-section .form-block h2, .heading-2, .heading-2-white {
    font-size: 25px;
  }
}
@media screen and (max-width: 992px) {
  .desktop-banner {
    display: none !important;
  }
  .mobile-banner {
    display: block !important;
  }
  .mall-directory .btn-mall-guide {
    margin-left: 0;
  }
  .mall-directory .album-wrap-details .owl-next, .mall-directory .album-wrap-details .owl-prev {
    top: 30%;
  }
  .mall-directory .back-to {
    right: 15px;
  }
  .mall-directory .input-lg {
    margin-top: 10px;
  }
  .mall-directory h5 {
    font-size: 18px;
  }
  .retail-wrap h3 {
    font-size: 22px;
  }
  .book-now-box {
    margin-bottom: 10%;
  }
  .big-offer-text {
    font-size: 20px;
    color: #00b0ac;
    text-align: left;
    line-height: normal;
  }
  .events-img img {
    width: 100%;
  }
  .album-wrap-details .descript p {
    padding-top: 20px;
  }
  .img-size-1, .img-size-2 {
    width: auto;
  }
  .fig-box {
    margin-bottom: 20px;
  }
  .fig-box:nth-child(even) {
    border-right: none;
  }
  .factsbox img {
    vertical-align: middle;
  }
  .factsbox h3 {
    font-size: 25px;
  }
  .adminFitOutComment {
    margin-left: 0;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .home-second-section .selected_value {
    display: none;
  }
  .dashboard-form .tab-pane {
    /*min-width: 360px;*/
    overflow: scroll;
    width: 100%;
  }
  .dashboard-content-section .dashboard-form .shop-title {
    max-width: 80% !important;
  }
  .mall_directory_sel_container .selected_value {
    display: none;
  }
  .chosen-container {
    width: 100% !important;
    margin-bottom: 15px;
  }
  .chosen-container-single .chosen-single {
    height: 42px !important;
  }
  .res_select_container.mall_directory_sel_container {
    width: 100%;
  }
  .date-section .tbl-accordion tbody tr td:nth-child(5) {
    width: 160px !important;
    word-break: break-word;
  }
  table.tbl-accordion-nested tr td {
    padding: 0px 10px !important;
  }
  .phone-number span {
    font-size: 14px;
  }
  .mall-directory .album-wrap-details {
    margin-top: 0;
  }
  .inner-banner {
    margin: 95px 0 0 0;
  }
  .banner {
    margin-top: 0px;
  }
  .site-header {
    height: auto;
    position: fixed;
    z-index: 100
  }
  .watsnew-subcription [type="submit"] {
    width: 100%;
  }
  .home-blog .event-date {
    padding: 6px 0;
  }
  .mall-directory {
    padding: 20px 0;
  }
  .events-wrap {
    margin-bottom: 0;
  }
  .nav-bg-wrap .current_page_item a {
    background: none;
  }
  .mall-directory .curved-wrap h3 {
    position: inherit;
    font-size: 22px;
    line-height: normal;
  }
  .home-opening .h-contact, .home-opening .h-time {
    padding: 15px 15px 15px 60px;
    background-size: 50px;
  }
  .entertainment-wrap {
    margin-bottom: 25px;
    padding-bottom: 0;
  }
  .entertainment-cnt {
    margin-top: 25px;
  }
  .nav-bg-wrap {
    margin: 30px;
    border-radius: 25px;
    background: #fff;
    border: 1px solid #777;
    padding: 0;
  }
  .nav-wrap-sub ul li a {
    color: #333;
    text-align: left;
  }
  .arrowdown {
    background: url(images/drp-arw-dwn.png) right 50% no-repeat;
  }
  .arrowup {
    background: url(images/drp-arw-up.jpg) right 50% no-repeat;
  }
  .tggle-nav {
    padding: 5px;
    -webkit-border-radius: 3px !important;
    -moz-border-radius: 3px !important;
    border-radius: 3px !important;
    float: right;
    width: 40px;
    text-indent: -9999px;
    left: 13px;
    position: relative;
    top: 1px;
  }
  .nav-wrap-sub ul li {
    float: inherit;
    border-left: none;
  }
  .nav-wrap-sub ul li a {
    padding-left: 0;
  }
  .nav-wrap-sub ul li a:hover {
    background-color: inherit !important;
    border-radius: none;
  }
  .toggle-btn-visible {
    display: block;
  }
  .toggle-target-hidden {
    display: none;
  }
  .toggle-target-expanded {
    display: block;
  }
  .categorylist-box .category-image {
    height: auto;
  }
  .retail-wrap .retail-content {
    margin-top: 15px;
  }
  .home-second-section {
    padding: 50px 15px;
  }
  .banner-content h1 {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .banner-content p {
    font-size: 12px;
    line-height: normal;
    margin-bottom: 0;
  }
  .banner-content {
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    width: 80%;
    padding: 15px;
  }
  .home-blog {
    padding: 15px 0;
  }
  .mall-directory h2 {
    font-size: 20px;
  }
  .inner-banner-title {
    position: absolute;
    transform: none;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    padding: 0 8%;
  }
  .inner-banner-title h1 {
    font-size: 20px;
    text-transform: uppercase;
    color: #00b0ac;
    display: table;
    vertical-align: middle;
    transform: translateY(-50%);
    top: 50%;
    position: absolute;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 10px;
    padding: 5px;
  }
  .footer-links-col {
    display: none;
  }
  .social-media {
    text-align: center;
    width: 100%;
  }
  .site-footer {
    padding: 50px 0 0 0;
  }
  .footer-copy-right {
    text-align: center;
  }
  .menu-strip {
    margin-top: 0px;
  }
  .home-search {
    margin-left: 10px;
    margin-top: 0;
  }
  .home-search .search-form {
    background: none;
  }
  .home-search .search-form input {
    background: none;
    border: none;
    padding: 6px 13px;
    font-size: 12px;
  }
  .home-search .search-submit {
    right: 2px;
    top: -4px;
  }
  .phone-number {
    color: #00b0ac;
    /*color: #717271;*/
    font-size: 12px;
    line-height: normal;
    font-weight: 600;
    background: url(images/phone.png) left top no-repeat;
    padding: 0px 10px 0px 40px;
    margin-top: 0px;
    margin-right: 33px;
    background-size: 28px;
    white-space: nowrap;
    margin-bottom: 0;
  }
  .phone-number span a {
    font-size: 12px;
  }
  .home-search {
    margin-left: 10px;
    margin-top: 0;
    width: 28px;
    position: absolute;
    right: -27px;
    background: #fff;
  }
  .custom-logo {
    width: 140px !important;
  }
  .home-search .search-submit:before {
    content: "\f400";
    font-size: 17px;
    left: 2px;
    line-height: 34px;
    position: relative;
    width: 27px;
    font-weight: 600;
  }
  .site-header-main .enable {
    background: url(images/close-round-icon.png) left top no-repeat;
    width: 28px;
    height: 28px;
    display: block;
    right: 11px;
    position: absolute;
    z-index: 1;
  }
  .mobile-search-icon {
    background: url(images/search-round-icon.png) left top no-repeat;
    width: 28px;
    height: 28px;
    display: block;
    right: 11px;
    position: absolute;
    z-index: 1;
    top: 10px;
  }
  .home-search {
    display: none;
  }
  .mobile-search {
    display: none;
  }
  .mobile-search .search-form {
    position: relative;
    position: absolute;
    top: 52px;
    width: 100%;
    left: 0;
    z-index: 100;
  }
  .mobile-search .search-form input {
    background: #fff;
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -webkit-appearance: none;
  }
  .form-block .white-button {
    width: 100%;
  }
  .heading-2-white, .heading-2, .home-second-section .form-block h2, .watsnew-title {
    padding-right: 30px;
  }
  .home-promotion {
    padding: 20px;
  }
  .metaslider .caption-wrap {
    display: none !important;
  }
  .home-second-section .form-block {
    width: 100%;
    padding: 20px;
    margin-left: 0;
  }
  .guest-services .icon-round-b {
    width: auto;
    margin: 0 auto 25px;
    display: table;
    float: none;
  }
  .guest-services .guest-content {
    width: 100%;
    text-align: center;
    padding-left: 0
  }
  .guest-content .guest-content h3 {
    margin-bottom: 10px;
  }
  .nav-bg-wrap {
    margin: 30px 15px 0;
    border-radius: 25px;
    background: #fff;
    border: 1px solid #777;
    padding: 10px 0;
    display: block;
  }
  .nav-wrap-sub ul li a {
    color: #333;
    text-align: left;
  }
  .curved-wrap-content {
    display: inherit;
    border-left: none;
    border-bottom: 1px solid #B3B3B3;
    padding: 25px 0;
    display: block;
  }
  .master-button {
    width: 100%;
  }
  .toggle-btn-visible {
    display: block;
  }
  .toggle-target-hidden {
    display: none;
  }
  .toggle-target-expanded {
    display: block;
  }
  .tggle-nav {
    padding: 5px;
    -webkit-border-radius: 3px !important;
    -moz-border-radius: 3px !important;
    border-radius: 3px !important;
    float: right;
    text-indent: 0;
    position: relative;
    top: 1px;
    width: 100%;
    left: 9px;
    color: #00b0ac;
    font-weight: 600;
  }
  .nav-wrap-sub ul li {
    float: inherit;
    border-right: none;
  }
  .nav-wrap-sub ul li a {
    padding-left: 0;
  }
  .nav-wrap-sub ul li a:hover {
    background-color: inherit !important;
    border-radius: none;
  }
  .retail-img {
    margin-bottom: 15px;
  }
  .retail-wrap:nth-child(even) .retail-img {
    float: left !important;
  }
  .mall-directory select, .mall-directory input, .mall-directory .btn-find, .mall-directory .btn-mall-guide, .mall-directory .btn-mall-floor-plan, .mall-directory .mall-detial-buttons, .mall-directory .cat-filter {
    width: 100%;
    margin-bottom: 10px !important;
    text-align: left;
    margin-left: 0;
  }
  .worktime-wrap img {
    width: 100%;
  }
  .worktime-details {
    bottom: -7%;
  }
  .home-store .owl-carousel-1 {
    margin-top: 20px !important;
  }
  .home-promotion .four-items, .home-blog .three-items {
    padding: 0 60px;
  }
  .home-blog .event-date span {
    font-size: 17px;
  }
  .home-blog .event-date {
    font-size: 15px;
    padding: 6px 0;
  }
  .h-display, .h-display2 {
    display: inherit;
    width: inherit;
  }
}
@media screen and (max-width: 767px) {
  .watsnew-title {
    border-right: 0;
    border-bottom: 1px solid #eee;
    padding-bottom: 30px;
    margin-bottom: 30px;
    padding-right: 0;
  }
  .figures-wrap .fig-box, .mall-directory h5 {
    text-align: center;
  }
  .figures-wrap .fig-box {
    border-bottom: 1px solid #ccc;
    padding-bottom: 25px;
    border-right: 0;
    min-height: auto;
    height: auto;
  }
  .figures-wrap .fig-box:nth-last-child(2) {
    border-bottom: none;
  }
}
@media screen and (max-width: 667px) {
  .mall-directory .hidden_form_container .wpcf7-checkbox .wpcf7-list-item {
    display: block;
    width: inherit;
    float: none;
  }
  .fit_out_table input#my_image_upload {
    width: 100% !important;
  }
  .filebox {
    width: 75%;
  }
}
@media screen and (max-width: 640px) {
  .logout_btn {
    float: right !important;
  }
  .my-profile-section {
    float: left !important;
  }
  .dash-content-head h2 {
    margin-bottom: 10px !important;
  }
}
@media screen and (max-width: 634px) {
  .mall-directory .btn-mall-floor-plan {
    margin-left: 0;
  }
  .mall-directory .album-wrap-details .owl-next, .mall-directory .album-wrap-details .owl-prev {
    top: 24%;
  }
  .mall-directory .album-wrap-details .item .descript {
    text-align: center;
    padding: 20px 2%;
  }
  .mall-directory h4 {
    font-size: 30px;
  }
}
@media screen and (max-width: 520px) {
  .home-promotion .four-items, .home-blog .three-items {
    padding: 0 40px;
  }
  .mall-directory .album-wrap-details .owl-next, .mall-directory .album-wrap-details .owl-prev {
    top: 20%;
  }
  .mall-directory h4 {
    font-size: 20px;
  }
  .careers-links {
    width: 100%;
    text-align: center;
  }
  .home-opening .h-time aside {
    width: 100%;
  }
  .home-opening .h-contact aside {
    width: 100%;
    margin-bottom: 10px;
  }
  .fit_out_table input#my_image_upload {
    width: 100% !important;
  }
  .fit_out_table button {
    margin-top: 10px;
  }
  .parent-leasing .form-section {
    overflow-x: scroll;
  }
  .dashboard-section .form-section {
    overflow: inherit !important;
  }
  .dashboard-section .fitout_container .form-section {
    overflow-x: scroll !important;
  }
  .parent-leasing .form-section table.fit_out_table {
    width: 600px;
  }
  .filebox .inputfile-1 + label {
    font-size: 12px;
    padding: 7px 10px;
  }
}
@media screen and (max-width: 420px) {
  .mall-directory .album-wrap-details .owl-next, .mall-directory .album-wrap-details .owl-prev {
    top: 15%;
  }
  .events-img {
    height: 165px;
  }
  .inner-banner-title h1 {
    font-size: 18px;
    top: 40%;
  }
  .home-blog .event-calendar-content {
    width: 58%;
  }
  .home-blog .event-calendar {
    width: 42%;
  }
}
@media screen and (min-width: 320px) and (max-width: 359px) {
  .phone-number {
    background: none;
    padding-left: 0;
    margin-right: 20px;
  }
  .fit_out_table input#my_image_upload {
    padding: 7px 4px;
    font-size: 12px;
  }
}
span.wpcf7-list-item {
  margin-left: 0 !important;
  margin-right: 0px !important;
  display: inherit;
}
#gif {
  margin: auto !important;
  text-align: center;
  display: inherit !important;
  margin-top: 10px !important;
}
.find-more {
  background: #fff;
  text-align: center;
  text-transform: uppercase;
  color: #333;
  font-size: 13px !important;
  margin: 10px 0;
  padding: 8px 18px;
  border-radius: 25px;
  font-weight: normal;
  line-height: normal;
  border: 1px solid #7A7A7A;
}
.find-more:hover {
  background: #000;
  color: #fff;
}
@media (min-width: 300px) and (max-width: 1024px) {
  .home-whats-new {
    position: inherit;
  }
  .home-second-section {
    background-attachment: inherit !important;
    background-size: cover;
    background-repeat: no-repeat;
  }
}
@media (min-width: 1024px) and (max-width: 100000px) {
  .sticky {
    position: fixed !important;
    top: 0 !important;
    width: 100% !important;
    z-index: 99 !important;
    left: 0 !important;
  }
  .date-section .tbl-accordion tbody tr td:nth-child(5) {
    width: 110px !important;
    word-break: break-word;
  }
}
@media (min-width: 1025px) and (max-width: 100000px) {
  .stickybanner {
    position: fixed !important;
    top: 5% !important;
    width: 100% !important;
    left: 0 !important;
  }
  .home-second-section {
    /*margin-top: 43%;*/
  }
}
.insta {
  position: relative;
  background: #fff;
  z-index: 1;
  width: 100%;
  float: left;
}
.error-page {
  margin: 0 auto 2% auto;
  padding: 10% 0;
  background: url(images/opening-bg.png) repeat top center;
  text-align: center;
  position: relative;
}
.error-content {
  text-align: center;
}
.error-content h1 {
  margin: 0px 0px 20px 0px;
  padding: 0px 0px 0px 0px;
  font-size: 30px;
  color: #fff;
}
.error-content h1 span {
  display: block;
  font-size: 100px;
  color: #fff;
}
.error-content p {
  color: #fff;
}
.error-content a {
  font-weight: bold;
  color: #fff;
}
.error-content a:hover {
  font-weight: bold;
  color: #000;
}
@media (min-width: 300px) and (max-width: 500px) {
  .tab-pane.active table a {
    font-size: 11px;
    line-height: 12px;
    padding: 5px !important;
  }
  .error-page {
    padding: 5% 1%;
  }
  .error-content h1 {
    font-size: 18px;
  }
  .error-content h1 span {
    font-size: 20px;
  }
  .error-content p {
    font-size: 12px;
  }
}
@media(max-width:475px) {
  .contact-page input.wpcf7-captchar {
    max-width: 140px;
  }
}
#st_gdpr_iframe {
  display: none !important;
}
.mapplic-pin {
  opacity: 0;
}
.mapplic-container .mapplic-active {
  opacity: 0 !important;
}
.mapplic-tooltip-description p {
  text-align: left !important;
}
.mapplic-tooltip {
  max-width: 280px;
  width: 100%;
}
.legal-row {
  position: relative;
}
.legal-row .legal-loader {
  position: absolute;
  left: 20px;
  top: 76px;
  width: 15px;
}

/*After update CSS - start*/
@media (min-width: 667px){
.page-id-387 .mapplic-container {
    height: 106% !important;
}
}

.page-template-template-leasing-info span.wpcf7-list-item.first .wpcf7-not-valid-tip {
    display: inline;
}


#swipebox-prev, #swipebox-next {
    background-image: url(../lagoona/images/icons.png) !important;
}

/*After update CSS - end*/