@charset "UTF-8";

/*!
Theme Name: South Coast Plaza
Theme URI: http://www.southcoastplaza.com
Version: 4.0
Author: Local Wisdom
*/
/* --------------------------------------
 Normalize & Responsive
-------------------------------------- */
article,
aside,
footer,
header,
main,
nav,
section,
summary {
  display: block;
}

html,
body {
  height: auto !important;
  overflow: auto !important;
  overflow-y: auto !important;
}

body {
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-text-stroke: 0.15px;
}

body:not(*:root) {
  -webkit-text-stroke: 0.35px;
}

/* body.lock-scroll {
  overflow: hidden !important;
  overflow-y: hidden !important; } */

a:focus,
a:active,
a:hover {
  outline: 0;
}

sub,
sup {
  position: relative;
  font-size: 65%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

img {
  border: 0;
}

.flex-right {
  margin-left: auto;
  order: 2;
}

button,
input,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: 100%;
}

button,
input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}

html input[disabled] {
  cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input,
select[multiple],
textarea {
  background-image: none;
}

#form-signup{
	background-color: #FFFFFF;
	border:1px solid;
	padding: 8px 50px 0px 50px;
}

img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

.img-responsive {
  display: block;
  height: auto;
  max-width: 100%;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

ul,
ol {
  margin: 0;
  list-style: none;
  padding: 0;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}

.row:before,
.row:after,
.main:after,
.main:before,
.container:before,
.container:after,
.section:before,
.section:after {
  display: table;
  content: " ";
}

.container:after,
.row:after,
.main:after,
.section:after {
  clear: both;
}

.alignleft {
  float: left;
}

.alignright {
  float: right;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

::-moz-selection {
  background: #ccc;
  color: #000;
}

::selection {
  background: #ccc;
  color: #000;
}

.hidden {
  display: none !important;
}

/* Columns */
.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 {
  float: left;
}

.lg-1 {
  width: 8.333333333333332%;
}

.lg-2 {
  width: 16.666666666666664%;
}

.lg-3 {
  width: 25%;
}

.lg-4 {
  width: 33.33333333333333%;
}

.lg-5 {
  width: 41.66666666666667%;
}

.lg-6 {
  width: 50%;
}

.lg-7 {
  width: 58.333333333333336%;
}

.lg-8 {
  width: 66.66666666666666%;
}

.lg-9 {
  width: 75%;
}

.lg-10 {
  width: 83.33333333333334%;
}

.lg-11 {
  width: 91.66666666666666%;
}

.lg-12 {
  float: none;
  width: 100%;
}

.lg-offset-0 {
  margin-left: 0;
}

.lg-offset-1 {
  margin-left: 8.333333333333332%;
}

.lg-offset-2 {
  margin-left: 16.666666666666664%;
}

.lg-offset-3 {
  margin-left: 25%;
}

.lg-offset-4 {
  margin-left: 33.33333333333333%;
}

.lg-offset-5 {
  margin-left: 41.66666666666667%;
}

.lg-offset-6 {
  margin-left: 50%;
}

.lg-offset-7 {
  margin-left: 58.333333333333336%;
}

.lg-offset-8 {
  margin-left: 66.66666666666666%;
}

.lg-offset-9 {
  margin-left: 75%;
}

.lg-offset-10 {
  margin-left: 83.33333333333334%;
}

.lg-offset-11 {
  margin-left: 91.66666666666666%;
}

.hide-lg {
  display: none !important;
}

@media (min-width: 1440px) {

  .col.xl-1,
  .col.xl-2,
  .col.xl-3,
  .col.xl-4,
  .col.xl-5,
  .col.xl-6,
  .col.xl-7,
  .col.xl-8,
  .col.xl-9,
  .col.xl-10,
  .col.xl-11 {
    float: left;
  }

  .xl-1 {
    width: 8.333333333333332%;
  }

  .xl-2 {
    width: 16.666666666666664%;
  }

  .xl-3 {
    width: 25%;
  }

  .xl-4 {
    width: 33.33333333333333%;
  }

  .xl-5 {
    width: 41.66666666666667%;
  }

  .xl-6 {
    width: 50%;
  }

  .xl-7 {
    width: 58.333333333333336%;
  }

  .xl-8 {
    width: 66.66666666666666%;
  }

  .xl-9 {
    width: 75%;
  }

  .xl-10 {
    width: 83.33333333333334%;
  }

  .xl-11 {
    width: 91.66666666666666%;
  }

  .xl-12 {
    float: none;
    width: 100%;
  }

  .xl-offset-0 {
    margin-left: 0;
  }

  .xl-offset-1 {
    margin-left: 8.333333333333332%;
  }

  .xl-offset-2 {
    margin-left: 16.666666666666664%;
  }

  .xl-offset-3 {
    margin-left: 25%;
  }

  .xl-offset-4 {
    margin-left: 33.33333333333333%;
  }

  .xl-offset-5 {
    margin-left: 41.66666666666667%;
  }

  .xl-offset-6 {
    margin-left: 50%;
  }

  .xl-offset-7 {
    margin-left: 58.333333333333336%;
  }

  .xl-offset-8 {
    margin-left: 66.66666666666666%;
  }

  .xl-offset-9 {
    margin-left: 75%;
  }

  .xl-offset-10 {
    margin-left: 83.33333333333334%;
  }

  .xl-offset-11 {
    margin-left: 91.66666666666666%;
  }

  .hide-xl {
    display: none !important;
  }
}

@media (max-width: 1023px) {

  .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 {
    float: left;
  }

  .md-1 {
    width: 8.333333333333332%;
  }

  .md-2 {
    width: 16.666666666666664%;
  }

  .md-3 {
    width: 25%;
  }

  .md-4 {
    width: 33.33333333333333%;
  }

  .md-5 {
    width: 41.66666666666667%;
  }

  .md-6 {
    width: 50%;
  }

  .md-7 {
    width: 58.333333333333336%;
  }

  .md-8 {
    width: 66.66666666666666%;
  }

  .md-9 {
    width: 75%;
  }

  .md-10 {
    width: 83.33333333333334%;
  }

  .md-11 {
    width: 91.66666666666666%;
  }

  .md-12 {
    float: none;
    width: 100%;
  }

  .md-offset-0 {
    margin-left: 0;
  }

  .md-offset-1 {
    margin-left: 8.333333333333332%;
  }

  .md-offset-2 {
    margin-left: 16.666666666666664%;
  }

  .md-offset-3 {
    margin-left: 25%;
  }

  .md-offset-4 {
    margin-left: 33.33333333333333%;
  }

  .md-offset-5 {
    margin-left: 41.66666666666667%;
  }

  .md-offset-6 {
    margin-left: 50%;
  }

  .md-offset-7 {
    margin-left: 58.333333333333336%;
  }

  .md-offset-8 {
    margin-left: 66.66666666666666%;
  }

  .md-offset-9 {
    margin-left: 75%;
  }

  .md-offset-10 {
    margin-left: 83.33333333333334%;
  }

  .md-offset-11 {
    margin-left: 91.66666666666666%;
  }

  .hide-md {
    display: none !important;
  }

  .show-md {
    display: block !important;
  }
}

@media (max-width: 1024px) {

  .sm-1,
  .sm-2,
  .sm-3,
  .sm-4,
  .sm-5,
  .sm-6,
  .sm-7,
  .sm-8,
  .sm-9,
  .sm-10,
  .sm-11 {
    float: left;
  }

  .sm-1 {
    width: 8.333333333333332%;
  }

  .sm-2 {
    width: 16.666666666666664%;
  }

  .sm-3 {
    width: 25%;
  }

  .sm-4 {
    width: 33.33333333333333%;
  }

  .sm-5 {
    width: 41.66666666666667%;
  }

  .sm-6 {
    width: 50%;
  }

  .sm-7 {
    width: 58.333333333333336%;
  }

  .sm-8 {
    width: 66.66666666666666%;
  }

  .sm-9 {
    width: 75%;
  }

  .sm-10 {
    width: 83.33333333333334%;
  }

  .sm-11 {
    width: 91.66666666666666%;
  }

  .sm-12 {
    float: none;
    width: 100%;
  }

  .sm-offset-0 {
    margin-left: 0;
  }

  .sm-offset-1 {
    margin-left: 8.333333333333332%;
  }

  .sm-offset-2 {
    margin-left: 16.666666666666664%;
  }

  .sm-offset-3 {
    margin-left: 25%;
  }

  .sm-offset-4 {
    margin-left: 33.33333333333333%;
  }

  .sm-offset-5 {
    margin-left: 41.66666666666667%;
  }

  .sm-offset-6 {
    margin-left: 50%;
  }

  .sm-offset-7 {
    margin-left: 58.333333333333336%;
  }

  .sm-offset-8 {
    margin-left: 66.66666666666666%;
  }

  .sm-offset-9 {
    margin-left: 75%;
  }

  .sm-offset-10 {
    margin-left: 83.33333333333334%;
  }

  .sm-offset-11 {
    margin-left: 91.66666666666666%;
  }

  .hide-sm {
    display: none !important;
  }

  .show-sm {
    display: block !important;
  }

  .row-sm:after,
  .row-sm:before {
    display: table;
    content: " ";
    clear: both;
  }
}

@media (max-width: 520px) {

  .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 {
    float: left;
  }

  .xs-12 {
    float: none;
  }

  .xs-1 {
    width: 8.333333333333332%;
  }

  .xs-2 {
    width: 16.666666666666664%;
  }

  .xs-3 {
    width: 25%;
  }

  .xs-4 {
    width: 33.33333333333333%;
  }

  .xs-5 {
    width: 41.66666666666667%;
  }

  .xs-6 {
    width: 50%;
  }

  .xs-7 {
    width: 58.333333333333336%;
  }

  .xs-8 {
    width: 66.66666666666666%;
  }

  .xs-9 {
    width: 75%;
  }

  .xs-10 {
    width: 83.33333333333334%;
  }

  .xs-11 {
    width: 91.66666666666666%;
  }

  .xs-12 {
    float: none;
    width: 100%;
  }

  @-ms-viewport {
    width: 320px;
  }

  .hide-xs {
    display: none !important;
  }

  .show-xs {
    display: block !important;
  }
}
.b_padding_0{
	padding-bottom:0px!important;
}
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("assets/fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("assets/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("assets/fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("assets/fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("assets/fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("assets/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'futura';
	/*-FuturaBook form SCP --*/
    src: url('assets/fonts/FuturaProLight/font.oft') format('oft'); 
	src: url('assets/fonts/FuturaProLight/font.ttf') format('ttf'); 
	src: url('assets/fonts/FuturaProLight/font.woff') format('woff');
	src: url('assets/fonts/FuturaProLight/font.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
	
	/*
  src: url("assets/fonts/futura.woff");
  src: url("assets/fonts/futura.otf") format("otf"), 
	   url("assets/fonts/futura.svg") format("svg"), 
	  url("assets/fonts/futura.woff") format("woff"); */
	
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-fw {
  width: 1.28571em;
  text-align: center;
}



.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
  filter: none;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "";
}

.fa-music:before {
  content: "";
}

.fa-search:before {
  content: "\f002";
}

.fa-envelope-o:before {
  content: "";
}

.fa-heart:before {
  content: "";
}

.fa-star:before {
  content: "";
}

.fa-star-o:before {
  content: "";
}

.fa-user:before {
  content: "";
}

.fa-film:before {
  content: "";
}

.fa-th-large:before {
  content: "";
}

.fa-th:before {
  content: "";
}

.fa-th-list:before {
  content: "";
}

.fa-check:before {
  content: "";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "";
}

.fa-search-plus:before {
  content: "";
}

.fa-search-minus:before {
  content: "";
}

.fa-power-off:before {
  content: "";
}

.fa-signal:before {
  content: "";
}

.fa-gear:before,
.fa-cog:before {
  content: "";
}

.fa-trash-o:before {
  content: "";
}

.fa-home:before {
  content: "";
}

.fa-file-o:before {
  content: "";
}

.fa-clock-o:before {
  content: "";
}

.fa-road:before {
  content: "";
}

.fa-download:before {
  content: "";
}

.fa-arrow-circle-o-down:before {
  content: "";
}

.fa-arrow-circle-o-up:before {
  content: "";
}

.fa-inbox:before {
  content: "";
}

.fa-play-circle-o:before {
  content: "";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "";
}

.fa-refresh:before {
  content: "";
}

.fa-list-alt:before {
  content: "";
}

.fa-lock:before {
  content: "";
}

.fa-flag:before {
  content: "";
}

.fa-headphones:before {
  content: "";
}

.fa-volume-off:before {
  content: "";
}

.fa-volume-down:before {
  content: "";
}

.fa-volume-up:before {
  content: "";
}

.fa-qrcode:before {
  content: "";
}

.fa-barcode:before {
  content: "";
}

.fa-tag:before {
  content: "";
}

.fa-tags:before {
  content: "";
}

.fa-book:before {
  content: "";
}

.fa-bookmark:before {
  content: "";
}

.fa-print:before {
  content: "";
}

.fa-camera:before {
  content: "";
}

.fa-font:before {
  content: "";
}

.fa-bold:before {
  content: "";
}

.fa-italic:before {
  content: "";
}

.fa-text-height:before {
  content: "";
}

.fa-text-width:before {
  content: "";
}

.fa-align-left:before {
  content: "";
}

.fa-align-center:before {
  content: "";
}

.fa-align-right:before {
  content: "";
}

.fa-align-justify:before {
  content: "";
}

.fa-list:before {
  content: "";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "";
}

.fa-indent:before {
  content: "";
}

.fa-video-camera:before {
  content: "";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "";
}

.fa-pencil:before {
  content: "";
}

.fa-map-marker:before {
  content: "";
}

.fa-adjust:before {
  content: "";
}

.fa-tint:before {
  content: "";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "";
}

.fa-share-square-o:before {
  content: "";
}

.fa-check-square-o:before {
  content: "";
}

.fa-arrows:before {
  content: "";
}

.fa-step-backward:before {
  content: "";
}

.fa-fast-backward:before {
  content: "";
}

.fa-backward:before {
  content: "";
}

.fa-play:before {
  content: "";
}

.fa-pause:before {
  content: "";
}

.fa-stop:before {
  content: "";
}

.fa-forward:before {
  content: "";
}

.fa-fast-forward:before {
  content: "";
}

.fa-step-forward:before {
  content: "";
}

.fa-eject:before {
  content: "";
}

.fa-chevron-left:before {
  content: "";
}

.fa-chevron-right:before {
  content: "";
}

.fa-plus-circle:before {
  content: "";
}

.fa-minus-circle:before {
  content: "";
}

.fa-times-circle:before {
  content: "";
}

.fa-check-circle:before {
  content: "";
}

.fa-question-circle:before {
  content: "";
}

.fa-info-circle:before {
  content: "";
}

.fa-crosshairs:before {
  content: "";
}

.fa-times-circle-o:before {
  content: "";
}

.fa-check-circle-o:before {
  content: "";
}

.fa-ban:before {
  content: "";
}

.fa-arrow-left:before {
  content: "";
}

.fa-arrow-right:before {
  content: "";
}

.fa-arrow-up:before {
  content: "";
}

.fa-arrow-down:before {
  content: "";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "";
}

.fa-expand:before {
  content: "";
}

.fa-compress:before {
  content: "";
}

.fa-plus:before {
  content: "";
}

.fa-minus:before {
  content: "";
}

.fa-asterisk:before {
  content: "";
}

.fa-exclamation-circle:before {
  content: "";
}

.fa-gift:before {
  content: "";
}

.fa-leaf:before {
  content: "";
}

.fa-fire:before {
  content: "";
}

.fa-eye:before {
  content: "";
}

.fa-eye-slash:before {
  content: "";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "";
}

.fa-plane:before {
  content: "";
}

.fa-calendar:before {
  content: "";
}

.fa-random:before {
  content: "";
}

.fa-comment:before {
  content: "";
}

.fa-magnet:before {
  content: "";
}

.fa-chevron-up:before {
  content: "";
}

.fa-chevron-down:before {
  content: "";
}

.fa-retweet:before {
  content: "";
}

.fa-shopping-cart:before {
  content: "";
}

.fa-folder:before {
  content: "";
}

.fa-folder-open:before {
  content: "";
}

.fa-arrows-v:before {
  content: "";
}

.fa-arrows-h:before {
  content: "";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "";
}

.fa-twitter-square:before {
  content: "";
}

.fa-facebook-square:before {
  content: "";
}

.fa-camera-retro:before {
  content: "";
}

.fa-key:before {
  content: "";
}

.fa-gears:before,
.fa-cogs:before {
  content: "";
}

.fa-comments:before {
  content: "";
}

.fa-thumbs-o-up:before {
  content: "";
}

.fa-thumbs-o-down:before {
  content: "";
}

.fa-star-half:before {
  content: "";
}

.fa-heart-o:before {
  content: "";
}

.fa-sign-out:before {
  content: "";
}

.fa-linkedin-square:before {
  content: "";
}

.fa-thumb-tack:before {
  content: "";
}

.fa-external-link:before {
  content: "";
}

.fa-sign-in:before {
  content: "";
}

.fa-trophy:before {
  content: "";
}

.fa-github-square:before {
  content: "";
}

.fa-upload:before {
  content: "";
}

.fa-lemon-o:before {
  content: "";
}

.fa-phone:before {
  content: "";
}

.fa-square-o:before {
  content: "";
}

.fa-bookmark-o:before {
  content: "";
}

.fa-phone-square:before {
  content: "";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-facebook-f:before,
.fa-facebook:before {
   content: "\f09a"; 
  /*content: url('/wp-content/uploads/2023/12/fb_icon.png');*/

}
.fa-littleredbook{
	width:80px;
	
}
.fa-littleredbook:before {
	content: url('/wp-content/uploads/2024/06/litteredbook-36.svg');
}

.fa-github:before {
  content: "";
}

.fa-unlock:before {
  content: "";
}

.fa-credit-card:before {
  content: "";
}

.fa-feed:before,
.fa-rss:before {
  content: "";
}

.fa-hdd-o:before {
  content: "";
}

.fa-bullhorn:before {
  content: "";
}

.fa-bell:before {
  content: "";
}

.fa-certificate:before {
  content: "";
}

.fa-hand-o-right:before {
  content: "";
}

.fa-hand-o-left:before {
  content: "";
}

.fa-hand-o-up:before {
  content: "";
}

.fa-hand-o-down:before {
  content: "";
}

.fa-arrow-circle-left:before {
  content: "";
}

.fa-arrow-circle-right:before {
  content: "";
}

.fa-arrow-circle-up:before {
  content: "";
}

.fa-arrow-circle-down:before {
  content: "";
}

.fa-globe:before {
  content: "";
}

.fa-wrench:before {
  content: "";
}

.fa-tasks:before {
  content: "";
}

.fa-filter:before {
  content: "";
}

.fa-briefcase:before {
  content: "";
}

.fa-arrows-alt:before {
  content: "";
}

.fa-group:before,
.fa-users:before {
  content: "";
}

.fa-chain:before,
.fa-link:before {
  content: "";
}

.fa-cloud:before {
  content: "";
}

.fa-flask:before {
  content: "";
}

.fa-cut:before,
.fa-scissors:before {
  content: "";
}

.fa-copy:before,
.fa-files-o:before {
  content: "";
}

.fa-paperclip:before {
  content: "";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "";
}

.fa-square:before {
  content: "";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "";
}

.fa-list-ul:before {
  content: "";
}

.fa-list-ol:before {
  content: "";
}

.fa-strikethrough:before {
  content: "";
}

.fa-underline:before {
  content: "";
}

.fa-table:before {
  content: "";
}

.fa-magic:before {
  content: "";
}

.fa-truck:before {
  content: "";
}

.fa-pinterest:before {
  content: "";
}

.fa-pinterest-square:before {
  content: "";
}

.fa-google-plus-square:before {
  content: "";
}

.fa-google-plus:before {
  content: "";
}

.fa-money:before {
  content: "";
}

.fa-caret-down:before {
  content: "";
}

.fa-caret-up:before {
  content: "";
}

.fa-caret-left:before {
  content: "";
}

.fa-caret-right:before {
  content: "";
}

.fa-columns:before {
  content: "";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "";
}

.fa-envelope:before {
  content: "";
}

.fa-linkedin:before {
  content: "";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "";
}

.fa-legal:before,
.fa-gavel:before {
  content: "";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "";
}

.fa-comment-o:before {
  content: "";
}

.fa-comments-o:before {
  content: "";
}

.fa-flash:before,
.fa-bolt:before {
  content: "";
}

.fa-sitemap:before {
  content: "";
}

.fa-umbrella:before {
  content: "";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "";
}

.fa-lightbulb-o:before {
  content: "";
}

.fa-exchange:before {
  content: "";
}

.fa-cloud-download:before {
  content: "";
}

.fa-cloud-upload:before {
  content: "";
}

.fa-user-md:before {
  content: "";
}

.fa-stethoscope:before {
  content: "";
}

.fa-suitcase:before {
  content: "";
}

.fa-bell-o:before {
  content: "";
}

.fa-coffee:before {
  content: "";
}

.fa-cutlery:before {
  content: "";
}

.fa-file-text-o:before {
  content: "";
}

.fa-building-o:before {
  content: "";
}

.fa-hospital-o:before {
  content: "";
}

.fa-ambulance:before {
  content: "";
}

.fa-medkit:before {
  content: "";
}

.fa-fighter-jet:before {
  content: "";
}

.fa-beer:before {
  content: "";
}

.fa-h-square:before {
  content: "";
}

.fa-plus-square:before {
  content: "";
}

.fa-angle-double-left:before {
  content: "";
}

.fa-angle-double-right:before {
  content: "";
}

.fa-angle-double-up:before {
  content: "";
}

.fa-angle-double-down:before {
  content: "";
}

.fa-angle-left:before {
  content: "";
}

.fa-angle-right:before {
  content: "";
}

.fa-angle-up:before {
  content: "";
}

.fa-angle-down:before {
  content: "";
}

.fa-desktop:before {
  content: "";
}

.fa-laptop:before {
  content: "";
}

.fa-tablet:before {
  content: "";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "";
}

.fa-circle-o:before {
  content: "";
}

.fa-quote-left:before {
  content: "";
}

.fa-quote-right:before {
  content: "";
}

.fa-spinner:before {
  content: "";
}

.fa-circle:before {
  content: "";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "";
}

.fa-github-alt:before {
  content: "";
}

.fa-folder-o:before {
  content: "";
}

.fa-folder-open-o:before {
  content: "";
}

.fa-smile-o:before {
  content: "";
}

.fa-frown-o:before {
  content: "";
}

.fa-meh-o:before {
  content: "";
}

.fa-gamepad:before {
  content: "";
}

.fa-keyboard-o:before {
  content: "";
}

.fa-flag-o:before {
  content: "";
}

.fa-flag-checkered:before {
  content: "";
}

.fa-terminal:before {
  content: "";
}

.fa-code:before {
  content: "";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "";
}

.fa-location-arrow:before {
  content: "";
}

.fa-crop:before {
  content: "";
}

.fa-code-fork:before {
  content: "";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "";
}

.fa-question:before {
  content: "";
}

.fa-info:before {
  content: "";
}

.fa-exclamation:before {
  content: "";
}

.fa-superscript:before {
  content: "";
}

.fa-subscript:before {
  content: "";
}

.fa-eraser:before {
  content: "";
}

.fa-puzzle-piece:before {
  content: "";
}

.fa-microphone:before {
  content: "";
}

.fa-microphone-slash:before {
  content: "";
}

.fa-shield:before {
  content: "";
}

.fa-calendar-o:before {
  content: "";
}

.fa-fire-extinguisher:before {
  content: "";
}

.fa-rocket:before {
  content: "";
}

.fa-maxcdn:before {
  content: "";
}

.fa-chevron-circle-left:before {
  content: "";
}

.fa-chevron-circle-right:before {
  content: "";
}

.fa-chevron-circle-up:before {
  content: "";
}

.fa-chevron-circle-down:before {
  content: "";
}

.fa-html5:before {
  content: "";
}

.fa-css3:before {
  content: "";
}

.fa-anchor:before {
  content: "";
}

.fa-unlock-alt:before {
  content: "";
}

.fa-bullseye:before {
  content: "";
}

.fa-ellipsis-h:before {
  content: "";
}

.fa-ellipsis-v:before {
  content: "";
}

.fa-rss-square:before {
  content: "";
}

.fa-play-circle:before {
  content: "";
}

.fa-ticket:before {
  content: "";
}

.fa-minus-square:before {
  content: "";
}

.fa-minus-square-o:before {
  content: "";
}

.fa-level-up:before {
  content: "";
}

.fa-level-down:before {
  content: "";
}

.fa-check-square:before {
  content: "";
}

.fa-pencil-square:before {
  content: "";
}

.fa-external-link-square:before {
  content: "";
}

.fa-share-square:before {
  content: "";
}

.fa-compass:before {
  content: "";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "";
}

.fa-euro:before,
.fa-eur:before {
  content: "";
}

.fa-gbp:before {
  content: "";
}

.fa-dollar:before,
.fa-usd:before {
  content: "";
}

.fa-rupee:before,
.fa-inr:before {
  content: "";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "";
}

.fa-won:before,
.fa-krw:before {
  content: "";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "";
}

.fa-file:before {
  content: "";
}

.fa-file-text:before {
  content: "";
}

.fa-sort-alpha-asc:before {
  content: "";
}

.fa-sort-alpha-desc:before {
  content: "";
}

.fa-sort-amount-asc:before {
  content: "";
}

.fa-sort-amount-desc:before {
  content: "";
}

.fa-sort-numeric-asc:before {
  content: "";
}

.fa-sort-numeric-desc:before {
  content: "";
}

.fa-thumbs-up:before {
  content: "";
}

.fa-thumbs-down:before {
  content: "";
}

.fa-youtube-square:before {
  content: "";
}

.fa-youtube:before {
  content: "";
}

.fa-xing:before {
  content: "";
}

.fa-xing-square:before {
  content: "";
}

.fa-youtube-play:before {
  content: "";
}

.fa-dropbox:before {
  content: "";
}

.fa-stack-overflow:before {
  content: "";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-flickr:before {
  content: "";
}

.fa-adn:before {
  content: "";
}

.fa-bitbucket:before {
  content: "";
}

.fa-bitbucket-square:before {
  content: "";
}

.fa-tumblr:before {
  content: "";
}

.fa-tumblr-square:before {
  content: "";
}

.fa-long-arrow-down:before {
  content: "";
}

.fa-long-arrow-up:before {
  content: "";
}

.fa-long-arrow-left:before {
  content: "";
}

.fa-long-arrow-right:before {
  content: "";
}

.fa-apple:before {
  content: "";
}

.fa-windows:before {
  content: "";
}

.fa-android:before {
  content: "";
}

.fa-linux:before {
  content: "";
}

.fa-dribbble:before {
  content: "";
}

.fa-skype:before {
  content: "";
}

.fa-foursquare:before {
  content: "";
}

.fa-trello:before {
  content: "";
}

.fa-female:before {
  content: "";
}

.fa-male:before {
  content: "";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "";
}

.fa-sun-o:before {
  content: "";
}

.fa-moon-o:before {
  content: "";
}

.fa-archive:before {
  content: "";
}

.fa-bug:before {
  content: "";
}

.fa-vk:before {
  content: "";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-renren:before {
  content: "";
}

.fa-pagelines:before {
  content: "";
}

.fa-stack-exchange:before {
  content: "";
}

.fa-arrow-circle-o-right:before {
  content: "";
}

.fa-arrow-circle-o-left:before {
  content: "";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "";
}

.fa-dot-circle-o:before {
  content: "";
}

.fa-wheelchair:before {
  content: "";
}

.fa-vimeo-square:before {
  content: "";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "";
}

.fa-plus-square-o:before {
  content: "";
}

.fa-space-shuttle:before {
  content: "";
}

.fa-slack:before {
  content: "";
}

.fa-envelope-square:before {
  content: "";
}

.fa-wordpress:before {
  content: "";
}

.fa-openid:before {
  content: "";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "";
}

.fa-yahoo:before {
  content: "";
}

.fa-google:before {
  content: "";
}

.fa-reddit:before {
  content: "";
}

.fa-reddit-square:before {
  content: "";
}

.fa-stumbleupon-circle:before {
  content: "";
}

.fa-stumbleupon:before {
  content: "";
}

.fa-delicious:before {
  content: "";
}

.fa-digg:before {
  content: "";
}

.fa-pied-piper-pp:before {
  content: "";
}

.fa-pied-piper-alt:before {
  content: "";
}

.fa-drupal:before {
  content: "";
}

.fa-joomla:before {
  content: "";
}

.fa-language:before {
  content: "";
}

.fa-fax:before {
  content: "";
}

.fa-building:before {
  content: "";
}

.fa-child:before {
  content: "";
}

.fa-paw:before {
  content: "";
}

.fa-spoon:before {
  content: "";
}

.fa-cube:before {
  content: "";
}

.fa-cubes:before {
  content: "";
}

.fa-behance:before {
  content: "";
}

.fa-behance-square:before {
  content: "";
}

.fa-steam:before {
  content: "";
}

.fa-steam-square:before {
  content: "";
}

.fa-recycle:before {
  content: "";
}

.fa-automobile:before,
.fa-car:before {
  content: "";
}

.fa-cab:before,
.fa-taxi:before {
  content: "";
}

.fa-tree:before {
  content: "";
}

.fa-spotify:before {
  content: "";
}

.fa-deviantart:before {
  content: "";
}

.fa-soundcloud:before {
  content: "";
}

.fa-database:before {
  content: "";
}

.fa-file-pdf-o:before {
  content: "";
}

.fa-file-word-o:before {
  content: "";
}

.fa-file-excel-o:before {
  content: "";
}

.fa-file-powerpoint-o:before {
  content: "";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "";
}

.fa-file-code-o:before {
  content: "";
}

.fa-vine:before {
  content: "";
}

.fa-codepen:before {
  content: "";
}

.fa-jsfiddle:before {
  content: "";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "";
}

.fa-circle-o-notch:before {
  content: "";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "";
}

.fa-ge:before,
.fa-empire:before {
  content: "";
}

.fa-git-square:before {
  content: "";
}

.fa-git:before {
  content: "";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "";
}

.fa-tencent-weibo:before {
  content: "\f18a";
}

.fa-qq:before {
  content: "";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "";
}

.fa-history:before {
  content: "";
}

.fa-circle-thin:before {
  content: "";
}

.fa-header:before {
  content: "";
}

.fa-paragraph:before {
  content: "";
}

.fa-sliders:before {
  content: "";
}

.fa-share-alt:before {
  content: "";
}

.fa-share-alt-square:before {
  content: "";
}

.fa-bomb:before {
  content: "";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "";
}

.fa-tty:before {
  content: "";
}

.fa-binoculars:before {
  content: "";
}

.fa-plug:before {
  content: "";
}

.fa-slideshare:before {
  content: "";
}

.fa-twitch:before {
  content: "";
}

.fa-yelp:before {
  content: "";
}

.fa-newspaper-o:before {
  content: "";
}

.fa-wifi:before {
  content: "";
}

.fa-calculator:before {
  content: "";
}

.fa-paypal:before {
  content: "";
}

.fa-google-wallet:before {
  content: "";
}

.fa-cc-visa:before {
  content: "";
}

.fa-cc-mastercard:before {
  content: "";
}

.fa-cc-discover:before {
  content: "";
}

.fa-cc-amex:before {
  content: "";
}

.fa-cc-paypal:before {
  content: "";
}

.fa-cc-stripe:before {
  content: "";
}

.fa-bell-slash:before {
  content: "";
}

.fa-bell-slash-o:before {
  content: "";
}

.fa-trash:before {
  content: "";
}

.fa-copyright:before {
  content: "";
}

.fa-at:before {
  content: "";
}

.fa-eyedropper:before {
  content: "";
}

.fa-paint-brush:before {
  content: "";
}

.fa-birthday-cake:before {
  content: "";
}

.fa-area-chart:before {
  content: "";
}

.fa-pie-chart:before {
  content: "";
}

.fa-line-chart:before {
  content: "";
}

.fa-lastfm:before {
  content: "";
}

.fa-lastfm-square:before {
  content: "";
}

.fa-toggle-off:before {
  content: "";
}

.fa-toggle-on:before {
  content: "";
}

.fa-bicycle:before {
  content: "";
}

.fa-bus:before {
  content: "";
}

.fa-ioxhost:before {
  content: "";
}

.fa-angellist:before {
  content: "";
}

.fa-cc:before {
  content: "";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "";
}

.fa-meanpath:before {
  content: "";
}

.fa-buysellads:before {
  content: "";
}

.fa-connectdevelop:before {
  content: "";
}

.fa-dashcube:before {
  content: "";
}

.fa-forumbee:before {
  content: "";
}

.fa-leanpub:before {
  content: "";
}

.fa-sellsy:before {
  content: "";
}

.fa-shirtsinbulk:before {
  content: "";
}

.fa-simplybuilt:before {
  content: "";
}

.fa-skyatlas:before {
  content: "";
}

.fa-cart-plus:before {
  content: "";
}

.fa-cart-arrow-down:before {
  content: "";
}

.fa-diamond:before {
  content: "";
}

.fa-ship:before {
  content: "";
}

.fa-user-secret:before {
  content: "";
}

.fa-motorcycle:before {
  content: "";
}

.fa-street-view:before {
  content: "";
}

.fa-heartbeat:before {
  content: "";
}

.fa-venus:before {
  content: "";
}

.fa-mars:before {
  content: "";
}

.fa-mercury:before {
  content: "";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "";
}

.fa-transgender-alt:before {
  content: "";
}

.fa-venus-double:before {
  content: "";
}

.fa-mars-double:before {
  content: "";
}

.fa-venus-mars:before {
  content: "";
}

.fa-mars-stroke:before {
  content: "";
}

.fa-mars-stroke-v:before {
  content: "";
}

.fa-mars-stroke-h:before {
  content: "";
}

.fa-neuter:before {
  content: "";
}

.fa-genderless:before {
  content: "";
}

.fa-facebook-official:before {
  content: "";
}

.fa-pinterest-p:before {
  content: "";
}

.fa-whatsapp:before {
  content: "";
}

.fa-server:before {
  content: "";
}

.fa-user-plus:before {
  content: "";
}

.fa-user-times:before {
  content: "";
}

.fa-hotel:before,
.fa-bed:before {
  content: "";
}

.fa-viacoin:before {
  content: "";
}

.fa-train:before {
  content: "";
}

.fa-subway:before {
  content: "";
}

.fa-medium:before {
  content: "";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "";
}

.fa-optin-monster:before {
  content: "";
}

.fa-opencart:before {
  content: "";
}

.fa-expeditedssl:before {
  content: "";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "";
}

.fa-mouse-pointer:before {
  content: "";
}

.fa-i-cursor:before {
  content: "";
}

.fa-object-group:before {
  content: "";
}

.fa-object-ungroup:before {
  content: "";
}

.fa-sticky-note:before {
  content: "";
}

.fa-sticky-note-o:before {
  content: "";
}

.fa-cc-jcb:before {
  content: "";
}

.fa-cc-diners-club:before {
  content: "";
}

.fa-clone:before {
  content: "";
}

.fa-balance-scale:before {
  content: "";
}

.fa-hourglass-o:before {
  content: "";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "";
}

.fa-hourglass:before {
  content: "";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "";
}

.fa-hand-scissors-o:before {
  content: "";
}

.fa-hand-lizard-o:before {
  content: "";
}

.fa-hand-spock-o:before {
  content: "";
}

.fa-hand-pointer-o:before {
  content: "";
}

.fa-hand-peace-o:before {
  content: "";
}

.fa-trademark:before {
  content: "";
}

.fa-registered:before {
  content: "";
}

.fa-creative-commons:before {
  content: "";
}

.fa-gg:before {
  content: "";
}

.fa-gg-circle:before {
  content: "";
}

.fa-tripadvisor:before {
  content: "";
}

.fa-odnoklassniki:before {
  content: "";
}

.fa-odnoklassniki-square:before {
  content: "";
}

.fa-get-pocket:before {
  content: "";
}

.fa-wikipedia-w:before {
  content: "";
}

.fa-safari:before {
  content: "";
}

.fa-chrome:before {
  content: "";
}

.fa-firefox:before {
  content: "";
}

.fa-opera:before {
  content: "";
}

.fa-internet-explorer:before {
  content: "";
}

.fa-tv:before,
.fa-television:before {
  content: "";
}

.fa-contao:before {
  content: "";
}

.fa-500px:before {
  content: "";
}

.fa-amazon:before {
  content: "";
}

.fa-calendar-plus-o:before {
  content: "";
}

.fa-calendar-minus-o:before {
  content: "";
}

.fa-calendar-times-o:before {
  content: "";
}

.fa-calendar-check-o:before {
  content: "";
}

.fa-industry:before {
  content: "";
}

.fa-map-pin:before {
  content: "";
}

.fa-map-signs:before {
  content: "";
}

.fa-map-o:before {
  content: "";
}

.fa-map:before {
  content: "";
}

.fa-commenting:before {
  content: "";
}

.fa-commenting-o:before {
  content: "";
}

.fa-houzz:before {
  content: "";
}

.fa-vimeo:before {
  content: "";
}

.fa-black-tie:before {
  content: "";
}

.fa-fonticons:before {
  content: "";
}

.fa-reddit-alien:before {
  content: "";
}

.fa-edge:before {
  content: "";
}

.fa-credit-card-alt:before {
  content: "";
}

.fa-codiepie:before {
  content: "";
}

.fa-modx:before {
  content: "";
}

.fa-fort-awesome:before {
  content: "";
}

.fa-usb:before {
  content: "";
}

.fa-product-hunt:before {
  content: "";
}

.fa-mixcloud:before {
  content: "";
}

.fa-scribd:before {
  content: "";
}

.fa-pause-circle:before {
  content: "";
}

.fa-pause-circle-o:before {
  content: "";
}

.fa-stop-circle:before {
  content: "";
}

.fa-stop-circle-o:before {
  content: "";
}

.fa-shopping-bag:before {
  content: "";
}

.fa-shopping-basket:before {
  content: "";
}

.fa-hashtag:before {
  content: "";
}

.fa-bluetooth:before {
  content: "";
}

.fa-bluetooth-b:before {
  content: "";
}

.fa-percent:before {
  content: "";
}

.fa-gitlab:before {
  content: "";
}

.fa-wpbeginner:before {
  content: "";
}

.fa-wpforms:before {
  content: "";
}

.fa-envira:before {
  content: "";
}

.fa-universal-access:before {
  content: "";
}

.fa-wheelchair-alt:before {
  content: "";
}

.fa-question-circle-o:before {
  content: "";
}

.fa-blind:before {
  content: "";
}

.fa-audio-description:before {
  content: "";
}

.fa-volume-control-phone:before {
  content: "";
}

.fa-braille:before {
  content: "";
}

.fa-assistive-listening-systems:before {
  content: "";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "";
}

.fa-glide:before {
  content: "";
}

.fa-glide-g:before {
  content: "";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "";
}

.fa-low-vision:before {
  content: "";
}

.fa-viadeo:before {
  content: "";
}

.fa-viadeo-square:before {
  content: "";
}

.fa-snapchat:before {
  content: "";
}

.fa-snapchat-ghost:before {
  content: "";
}

.fa-snapchat-square:before {
  content: "";
}

.fa-pied-piper:before {
  content: "";
}

.fa-first-order:before {
  content: "";
}

.fa-yoast:before {
  content: "";
}

.fa-themeisle:before {
  content: "";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "";
}

.fa-handshake-o:before {
  content: "";
}

.fa-envelope-open:before {
  content: "";
}

.fa-envelope-open-o:before {
  content: "";
}

.fa-linode:before {
  content: "";
}

.fa-address-book:before {
  content: "";
}

.fa-address-book-o:before {
  content: "";
}

.fa-vcard:before,
.fa-address-card:before {
  content: "";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "";
}

.fa-user-circle:before {
  content: "";
}

.fa-user-circle-o:before {
  content: "";
}

.fa-user-o:before {
  content: "";
}

.fa-id-badge:before {
  content: "";
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "";
}

.fa-quora:before {
  content: "";
}

.fa-free-code-camp:before {
  content: "";
}

.fa-telegram:before {
  content: "";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "";
}

.fa-shower:before {
  content: "";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "";
}

.fa-podcast:before {
  content: "";
}

.fa-window-maximize:before {
  content: "";
}

.fa-window-minimize:before {
  content: "";
}

.fa-window-restore:before {
  content: "";
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "";
}

.fa-bandcamp:before {
  content: "";
}

.fa-grav:before {
  content: "";
}

.fa-etsy:before {
  content: "";
}

.fa-imdb:before {
  content: "";
}

.fa-ravelry:before {
  content: "";
}

.fa-eercast:before {
  content: "";
}

.fa-microchip:before {
  content: "";
}

.fa-snowflake-o:before {
  content: "";
}

.fa-superpowers:before {
  content: "";
}

.fa-wpexplorer:before {
  content: "";
}

.fa-meetup:before {
  content: "";
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/**
 * AddToCalendar Base CSS
 * http://addtocalendar.com
 */
/* Base */
.addtocalendar {
  background: transparent !important;
  display: inline-block;
  position: relative;
}

.addtocalendar var {
  display: none;
}

.addtocalendar .atcb-link {
  /*background: {
			position: 0 0;
			repeat: no-repeat;
			image: url(assets/img/calendar.png);
		}*/
  cursor: pointer;
  display: block;
  line-height: 22px;
  padding-left: 28px;
}

.addtocalendar .atcb-link:focus~ul,
.addtocalendar .atcb-link:active~ul,
.addtocalendar .atcb-link:hover {
  visibility: visible;
}

.addtocalendar .atcb-link:before {
  content: "\f271";
  color: #232D5f;
  font-family: FontAwesome;
  font-size: 20px;
  position: absolute;
  left: 0;
  top: -2px;
}

.addtocalendar .atcb-list {
  background: #fff;
  -webkit-box-shadow: 0 2px 4px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 4px 4px rgba(0, 0, 0, 0.1);
  left: 0;
  margin: 0;
  padding: 10px;
  position: absolute;
  top: 30px;
  visibility: hidden;
  width: 170px;
  z-index: 900;
}

.addtocalendar .atcb-list:after {
  border: solid transparent;
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #fff;
  border-width: 10px;
  bottom: 100%;
  content: " ";
  height: 0;
  margin-left: -10px;
  left: 50%;
  position: absolute;
  pointer-events: none;
  width: 0;
}

.addtocalendar .atcb-list .atcb-item {
  float: none;
  font-size: .875em;
  margin: 0;
  padding: 5px 10px !important;
  text-align: left;
  text-indent: inherit !important;
}

.addtocalendar .atcb-list .atcb-item:before {
  content: none !important;
}

.addtocalendar .atcb-list .atcb-item.hover,
.addtocalendar .atcb-list .atcb-item:hover {
  position: relative;
  z-index: 900;
  cursor: pointer;
  text-decoration: none;
  outline: none;
}

.addtocalendar .atcb-list .atcb-item-link {
  text-decoration: none;
  outline: none;
  display: block;
}

/*
 * jquery.selectBoxIt.css 3.8.1
 * Author: @gregfranko
 */
/*
  Common CSS Properties
  ---------------------
  These properties will be applied to any themes that you use
*/
/* SelectBoxIt container */
.selectboxit-container {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  /* Height and Vertical Alignment of Text */
  /* Focus pseudo selector */
}

.selectboxit-container * {
  /* Prevents text selection */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  outline: none;
  white-space: nowrap;
}

.selectboxit-container .selectboxit {
  border: 1px solid #c0c0c0;
  background: #fff;
  cursor: pointer;
  display: block;
  font-size: .875em;
  height: 40px;
  overflow: hidden;
  position: relative;
  width: 100% !important;
  z-index: 100;
}

.selectboxit-container span,
.selectboxit-container .selectboxit-options a {
  height: 38px;
  /* Height of the drop down */
  line-height: 38px;
  /* Vertically positions the drop down text */
  display: block;
}

.selectboxit-container .selectboxit:focus {
  outline: 0;
}

/* Disabled Mouse Interaction */
.selectboxit.selectboxit-disabled,
.selectboxit-options .selectboxit-disabled {
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  cursor: default;
}

/* Button Text */
.selectboxit-text {
  text-indent: 5px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  float: left;
}

.selectboxit .selectboxit-option-icon-container {
  margin-left: 5px;
}

/* Options List */
.selectboxit-container .selectboxit-options {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 100% !important;
  /* Minimum Width of the dropdown list box options */
  *width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  overflow-x: hidden;
  overflow-y: auto;
  cursor: pointer;
  display: none;
  z-index: 9999999999999;
  text-align: left;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: #fff;
  border: 1px solid #c0c0c0;
  border-top: none;
  padding: 5px 0 20px;
}

/* Individual options */
.selectboxit-option .selectboxit-option-anchor {
  padding: 0 2px;
}

/* Individual Option Hover Action */
.selectboxit-option .selectboxit-option-anchor:hover {
  text-decoration: none;
}

/* Individual Option Optgroup Header */
.selectboxit-option,
.selectboxit-optgroup-header {
  text-indent: 5px;
  /* Horizontal Positioning of the select box option text */
  margin: 0;
  list-style-type: none;
}

/* Drop Down optgroup headers */
.selectboxit-optgroup-header {
  font-weight: bold;
}

/* Drop Down optgroup header hover psuedo class */
.selectboxit-optgroup-header:hover {
  cursor: default;
}

/* Drop Down down arrow container */
.selectboxit-arrow-container {
  width: 30px;
  position: absolute;
  right: 0;
}

.selectboxit-arrow-container:after {
  content: "\f107";
  color: #666;
  font-family: FontAwesome;
  font-size: 38px;
  position: absolute;
  right: 10px;
  top: 0;
}

.selectboxit-open .selectboxit-arrow-container:after {
  content: "\f106";
  top: -3px;
}

/* Drop Down down arrow for jQueryUI and jQuery Mobile */
.selectboxit .selectboxit-arrow-container .selectboxit-arrow.ui-icon {
  top: 30%;
}

/* Drop Down individual option icon positioning */
.selectboxit-option-icon-container {
  float: left;
}

.selectboxit-container .selectboxit-option-icon {
  margin: 0;
  padding: 0;
  vertical-align: middle;
}

/* Drop Down individual option icon positioning */
.selectboxit-option-icon-url {
  width: 18px;
  background-size: 18px 18px;
  background-repeat: no-repeat;
  height: 100%;
  background-position: center;
  float: left;
}

.selectboxit-rendering {
  display: inline-block !important;
  *display: inline !important;
  zoom: 1 !important;
  visibility: visible !important;
  position: absolute !important;
  top: -9999px !important;
  left: -9999px !important;
}

/* jQueryUI and jQuery Mobile compatability fix - Feel free to remove this style if you are not using jQuery Mobile */
.jqueryui .ui-icon {
  background-color: inherit;
}

.jqueryui .ui-icon-triangle-1-s {
  background-position: -64px -16px;
}

.selectboxit-list>.selectboxit-disabled>.selectboxit-option-anchor {
  color: #999999;
}

/* --------------------------------------
 Global Styles
-------------------------------------- */
body {
  background: #fff;
  color: #2f2f2f;
  font-family:'futura', Helvetica, Arial, sans-serif;
  font-weight:normal;
  font-size:16px;
  margin: 0;
  min-width: 315px;
  -webkit-text-size-adjust: 100%;
  text-rendering: optimizeLegibility;
}

@media (max-width: 1024px) {
  body {
    font-size: 14px;
  }
}

@media (max-width: 520px) {
  body {
    font-size: 13px;
  }
}




/* --------------------------------------
 Global Typography ima
-------------------------------------- */
h1 {
  font-size: 1.875em;
  font-weight: 300;
  margin-bottom: 20px;
}

@media (max-width: 1023px) {
  h1 {
    font-size: 2.5em;
  }
}

@media (max-width: 1023px) {
  h1 {
    margin-bottom: 20px;
  }
}

@media (max-width: 1024px) {
  h1 {
    font-size: 2em;
  }
}

@media (max-width: 520px) {
  h1 {
    font-size: 1.5em;
  }
}

h1:last-child {
  margin-bottom: 0;
}

h2 {
  font-size: 2.1em;
  font-weight: 400;
}

@media (max-width: 1023px) {
  h2 {
    margin-bottom: 15px;
  }
}

h3 {
  font-size: 1.375em;
  font-weight: 400;
  margin-bottom: 10px;
}

h4,
h5 {
  font-size: 1.25em;
  font-weight: 400;
  line-height: 1.4em;
}

@media (max-width: 1023px) {

  h4,
  h5 {
    margin-bottom: 10px;
  }
}

p,
ul li,
ol li {
  font-size: 1em;
  font-weight: 300;
  line-height: 1.6em;
  margin-bottom: 20px;
}

a {
  color: #000000;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

a:hover {
  color: #232D5f;
}

strong {
  font-weight: 400;
}

/*-- Global Layout & Classes --*/
.container {
  margin: auto;
  width: 100%;
}

@media (max-width: 1023px) {
  .container {
    padding: 20px 10px;
  }
}

@media (max-width: 1024px) {
  .container {
    padding: 15px 10px;
  }
}

.row .col {
  min-height: 1px;
  padding-right: 6px;
  padding-left: 6px;
  position: relative;
  -webkit-transition: all 0.1s ease-in 0s;
  -o-transition: all 0.1s ease-in 0s;
  transition: all 0.1s ease-in 0s;
}

.row .col:first-child {
  padding-left: 0;
}

.row .col:last-child {
  padding-right: 0;
}

.center {
  text-align: center;
}

/* --------------------------------------
 Global Layout Styles
-------------------------------------- */
html,
body {
  height: 100%;
}

@media (min-width: 1024px) {
  @-webkit-keyframes showHeader {
    from {
      top: -100px;
    }

    to {
      top: 0;
    }
  }

  @keyframes showHeader {
    from {
      top: -100px;
    }

    to {
      top: 0;
    }
  }
}

@media (max-width: 1023px) {
  @-webkit-keyframes showHeader {
    from {
      top: -80px;
    }

    to {
      top: 0;
    }
  }

  @keyframes showHeader {
    from {
      top: -80px;
    }

    to {
      top: 0;
    }
  }
}

#sidebar {
  background-color: #f9f7f7;
  z-index: 499;
}
/* open hour color */
span.op-open{ color:#fff !important;}
span.op-closed{ color:#fff !important;}

 @media (min-width: 1024px) {
  #sidebar {
/*     border-right: 1px solid #d3d3d3;
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
    bottom: 0;
    height: 100%;
    width: 300px;
    top: 0;
    left: 0;
	z-index: 499; */
    position: fixed;
  }
}  
@media (max-width: 1023px) {
  #sidebar .mobilehours {
    padding: 10px 0px;
    display: flex !important;
    justify-content: center;
    align-items: center;
    flex-direction: row;
  }
  #sidebar.with-holiday .mobilehours {
    padding: 10px 0px 25px 0px;
  }
 
  #sidebar {
    top: 0;
    left: 0;

    -webkit-transition: top .2s ease-in;
    -o-transition: top .2s ease-in;
    transition: top .2s ease-in;
    width: 100%;
  }

  #sidebar.hide {
    top: -100px;
  }
}

#sidebar.fixed {
  position: fixed;
}

#sidebar .mobilehours {
  background-color: #fff;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 9;
}

#sidebar .mobilehours p,
#sidebar .mobilehours div {
  margin: 5px 0px 0px 0px;
  font-size: 1em;
  line-height: 22px;
  text-align: center;
}

#sidebar .mobilehours p span,
#sidebar .mobilehours div span{

  color: #2f2f2f !important;
  display: inline-block;
}

#sidebar .mobilehours p a,
#sidebar .mobilehours div a {
  text-decoration: underline;
}

#sidebar .top {
  position: relative;
}
 @media (min-width: 1023px) {
  #sidebar .top {
	  display:none;
  }
}

 @media (min-width: 1024px) and (min-height: 901px) {
  #sidebar .top {
	  display:none;
 
  }
}

@media (min-width: 1024px) and (max-height: 900px) {
  #sidebar .top {
	display:none;
    padding: 20px 20px 20px 32px;
  }
}

@media (min-width: 1024px) and (max-height: 600px) {
  #sidebar .top {
	display:none;
    padding: 10px 10px 10px 32px;
  }
} 

 @media (max-width: 1023px) {
  #sidebar .top {
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    background-color: #fff;
    height: 110px;
    left: 0;
    min-width: 315px;
    padding: 10px;

    text-align: center;

    -webkit-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    width: 100%;
  } 

  #sidebar .top.show {
    -webkit-animation-name: showHeader;
    animation-name: showHeader;
    position: fixed;
    top: 0;
  }

  #sidebar .top.hide {
    position: fixed;
    top: -100px;
  }
}

@media (max-width: 520px) {
  #sidebar .top {
    height: 80px;
    padding: 5px 10px;
  }

  #sidebar .top.hide {
    top: -80px;
  }
}

 @media (max-width: 1023px) {
  #sidebar.hidehours {
    margin-top: -22px;
  } 

  #sidebar.with-callout .top {
    position: relative;
    top: 0px;
  }

  #sidebar.with-callout.hidehours {
    margin-top: -94px;
  }

  #sidebar.with-callout.hidehours .bottom {
    top: 78px;
  }
  
}

@media (min-width: 1024px) and (min-height: 901px) {
  #sidebar .brand {
    margin-bottom: 32px;
  } 
}

 @media (min-width: 1024px) and (max-height: 900px) {
  #sidebar .brand {
    margin-bottom: 20px;
  }
}

@media (min-width: 1024px) and (max-height: 800px) {
  #sidebar .brand {
    margin-bottom: 15px;
  }
}

@media (min-width: 1024px) and (max-height: 600px) {
  #sidebar .brand {
    margin-bottom: 10px;
  }
}

@media (max-width: 1023px) {
  #sidebar .brand {
    display: inline-block;
    margin: auto;
    height: 100%;
  } 

  #sidebar .brand img {
    max-height: 100%;
    max-width: none;
    width: auto;
  }
}

@media (min-width: 1024px) and (min-height: 901px) {
  #sidebar .navigation {
    padding: 32px 32px;
  }
}

@media (min-width: 1024px) and (max-height: 900px) {
  #sidebar .navigation {
    padding: 20px 32px;
  }
}

@media (min-width: 1024px) and (max-height: 800px) {
  #sidebar .navigation {
    padding: 15px 15px 5px 32px;
  }
}

@media (min-width: 1024px) and (max-height: 600px) {
  #sidebar .navigation {
    padding: 10px 32px 0 32px;
  }
}

@media (min-height: 901px) {
  #sidebar .navigation li {
    margin-bottom: 24px;
  }
}

@media (max-height: 900px) {
  #sidebar .navigation li {
    margin-bottom: 14px;
  }
}

@media (max-height: 800px) {
  #sidebar .navigation li {
    margin-bottom: 10px;
  }
}

@media (max-height: 600px) {
  #sidebar .navigation li {
    margin-bottom: 5px;
  }
}

#sidebar .navigation li a {
  color: #2f2f2f;
  display: inline-block;
  line-height: 1em;
  font-family: 'futura',"Cinzel", serif;
  font-size: 1em;
  padding: 2px 0;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

#sidebar .navigation li a:hover {
  color: #232D5f;
}

#sidebar .navigation li.current-menu-item a,
#sidebar .navigation li.current-page-ancestor a,
#sidebar .navigation li a:hover {
  color: #232D5f;
  font-weight: 700;
}

#sidebar .navigation li.red a {
  color: #dd1e23;
}

#sidebar .bottom {
  color: #2f2f2f;
  position: relative;
  width: 100%;
}

@media (min-height: 901px) {
  #sidebar .bottom {
	
    padding: 32px 32px 32px 64px;
  }
}

@media (max-height: 900px) {
  #sidebar .bottom {
	 
    padding: 20px 32px 20px 64px;
  }
}

@media (max-height: 800px) {
  #sidebar .bottom {
	  
    padding: 10px 32px 10px 64px;
  }
}

@media (max-width: 1023px) {
  #sidebar .bottom {
    background: #ffffff;
    font-size: 1.52em;
    /*height: 100%;*/
    left: -100%;
    opacity: .2;
    padding: 10px 30px;
    position: fixed;
    -webkit-transition: all 0.2s ease-in-out 50ms;
    -o-transition: all 0.2s ease-in-out 50ms;
    transition: all 0.2s ease-in-out 50ms;
    width: 80%;
    z-index: 9999;
  }

  #sidebar .bottom.open {
    left: 0;
    opacity: 1;
  }

  #sidebar .bottom .navigation {
    margin-bottom: 60px;
  }

  #sidebar .bottom .navigation li {
    margin-bottom: 15px;
    padding-top: 5px;
  }
}

@media (max-width: 1023px) and (max-height: 600px) {
  #sidebar .bottom .navigation {
    margin-bottom: 10px;
  }

  #sidebar .bottom .navigation li {
    margin-bottom: 10px;
    padding-top: 0;
  }
}

@media (max-width: 768px) {
 #sidebar .bottom {
	 width: 60%;
	}
  #sidebar .navigation li a{
	font-size:.9em;	
	}
}



@media (max-width: 520px) {
  #sidebar .bottom {
    padding: 10px 20px;
  }
}

#sidebar .bottom .content p {
  font-size: .9em;
}

@media (max-width: 1024px) {
  #sidebar .bottom .content p {
    margin-bottom: 10px;
  }
}

#sidebar .bottom .hours p {
  font-size: .75em;
  margin-bottom: 6px;
}

#sidebar .bottom .hours p a {
  color: #bd0808;
  text-decoration: underline;
}

#sidebar .bottom .hours dt,
#sidebar .bottom .hours dd {
  display: inline-block;
  float: left;
  font-size: .75em;
  margin: 0 0 3px;
}

#sidebar .bottom .hours dt {
  clear: left;
  font-weight: 500;
  margin-right: 10px;
}

#sidebar .bottom .hours .irregular-opening {
  display: none;
}

#sidebar .translate {
  margin-bottom: 20px;
  min-height: 22px;
}

@media (min-width: 769px) {
  #sidebar .social-links {
    margin-bottom: 20px;
  }
}

@media (max-width: 1024px) {
  #sidebar .social-links {
    margin-bottom: 10px;
  }
}

#sidebar .social-links li {
  display: inline;
  float: left;
  margin: 0 15px 0 0;
}

#sidebar .social-links li a {
  color: #2f2f2f;
  display: block;
  font-size: 24px;
  height: 24px;
  text-align: center;
  width: 24px;
}

#sidebar .social-links li a svg,
#sidebar .social-links li a img {
  display: block;
  height: 100%;
  margin: auto;
  width: auto;
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

#sidebar .social-links li a svg path,
#sidebar .social-links li a img path {
  fill: #2f2f2f !important;
}

#sidebar .social-links li a:hover svg {
  opacity: .8;
}

/* @media (max-width: 1023px) {
  #sidebar .navigation-toggle {
    border-bottom: 5px solid #666;
    border-top: 5px solid #666;
    color: #666;
    height: 31px;
    font-family: 'Raleway';
    font-size: 1em;
    left: 10px;
    line-height: 20px;
    margin-top: -15px;
    position: absolute;
    text-indent: 52px;
    -webkit-transition-property: none;
    -o-transition-property: none;
    transition-property: none;
    top: 50%;
    width: 45px;
  } */

/*   #sidebar .navigation-toggle:after {
    background-color: #666;
    content: " ";
    height: 5px;
    left: 0;
    margin-top: -3px;
    position: absolute;
    top: 50%;
    width: 100%;
  }
} */

@media (max-width: 1023px) and (max-width: 520px) {
  #sidebar .navigation-toggle {
    border-bottom-width: 4px;
    border-top-width: 4px;
    font-size: .875em;
    height: 27px;
    left: 10px;
    line-height: 18px;
    margin-top: -15px;
    text-indent: 42px;
    width: 35px;
  }

  #sidebar .navigation-toggle:after {
    height: 4px;
  }
}

@media (max-width: 1024px) {
  #sidebar .navigation-toggle span.close {
    display: none;
    font-size: 40px;
    line-height: 40px;
  }

  #sidebar .navigation-toggle.open {
    border: none;
    text-indent: 0;
  }

  #sidebar .navigation-toggle.open:after {
    background: none;
    content: "\2715";
    font-size: 40px;
    line-height: 40px;
    margin-top: -20px;
    height: auto;
  }
}

@media (max-width: 1023px) and (max-width: 520px) {
  #sidebar .navigation-toggle.open:after {
    font-size: 35px;
  }
}

@media (max-width: 1023px) {
  #sidebar .navigation-toggle.open span.label {
    display: none;
  }

  #sidebar .navigation-toggle.open span.close {
    display: block;
  }

   #sidebar .search-toggle {
    background-image: url(assets/img/search-mobile.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 30px auto;
    height: 40px;
    margin-top: -20px;
    position: absolute;
    right: 40px;
    top: 50%;
    width: 40px;
  } 

  #sidebar .search-toggle i:before {
    content: "";
  }
}

@media (max-width: 1023px) and (max-width: 520px) {
  #sidebar .search-toggle {
    background-size: 20px auto;
    right: 10px;
  }
}

#directory #sidebar li.directory,
#dining #sidebar li.dining,
#events #sidebar li.events,
#blog #sidebar li.blog {
  color: #232D5f;
  font-weight: 700;
}
/* @media (min-width: 1024px) {
  #sidebar {
    display:none;
  }
} */
/* @media (max-width: 1024px) {
  #sidebar {
    display:block;
  }
} */
/*---------Footer-------------*/
#footer {
/*   border-top: 1px solid #979797; */
  color: #666;
  /*margin-top: 45px;*/
  padding: 20px;
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: column;
}

@media (min-width: 1024px) {
  #footer {
/*     bottom: 0;
    left: 0;
    position: absolute; */
    width: 100%;
  }
}

@media (min-width: 769px) {
  #footer .navigation {
    margin-bottom: 12px;
  }
}

@media (max-width: 1024px) {
  #footer .navigation {
    margin-bottom: 30px;
  }
 .footer-ad{
	 font-size:1.1em;
	 padding-bottom:20px;
	} 	
  
   	
  .footer-ad p:first-child {
	 font-size:1.7em;
	 margin-bottom:5px
	}
}

.footer-ad{
	color:black!important;
}

#footer .navigation li {
  font-size: 1.3em;
}

@media (min-width: 769px) {
  #footer .navigation li {
    display: inline;
    margin-right: 20px;
  }
}

@media ((max-width: 768px)) {
  .footer-mu li {
    margin-bottom: 10px;
	font-size: 1.3em;
  }
}



@media (max-width: 1024px) {
  #footer .navigation li {
    display: block;
    margin-bottom: 10px;
    text-align: center;
  }
}

#footer .navigation li:last-child {
  margin-right: 0;
}

#footer .navigation li a {
  color: #666;
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

#footer .navigation li a:hover {
  color: #232D5f;
}

#footer .content p {
  font-size: .85em;
  margin-bottom: 0;
}

#footer p.footer-image {
  margin-bottom: 15px;
}

/*----------------------
 from lw-footer.php
 ------------------------*/
.translate{
		padding:32px 0 42px;
		z-index: 10;
	}
.gt_option {
			 width: 300px!important;
}
.gt_switcher.notranslate {
    width: 300px!important;
}
		.gt_selected a{
    width: 300px!important;
}

.copyright-footer{
  color:black!important;
  font-size: 14px;
}
#logoFooter{
  width:115px;
  margin-top:10px;
  margin-bottom: 25px;
}

#footer h6{
  font-size: 14px;
  margin-bottom: 10px;
  font-weight: 500;
}

#lw-hr3{ margin-top: 30px;margin-bottom: 75px; width:75.1%;border-color: #979797;}

.footer-test{
  width:100%;
  margin-top:35px;
}


	@media (min-width: 1023px) {
/* 		.gt_option {
			 width: 300px!important;
}
		.gt_switcher.notranslate {
    width: 300px!important;
}
		.gt_selected a{
    width: 300px!important;
} */

  .menu-footer-navigation-container{
    padding-top: 28px;
  }

  #lw-hr3{
    margin-top: 50px;margin-bottom: 80px;
  }

	.footer-test{
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		flex-wrap: nowrap;
		align-items: flex-start;
		width: 75%;
    margin-top:0;
	}
	.footer-ad{
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		text-align: left;
		font-size: 14px;
	}
.footer-mu{
	display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    width: 400px;
    height: 150px;
    align-content: space-around;
    align-items: baseline;
			font-size: 14px;
		}
.footer-mu li{
			font-size: 1em;
    font-weight: 300;
    line-height: 1.6em;
    margin-bottom: 5px;
		}
}
#borderFoot {
	  border-top: 1px solid #979797;
	 width:75%;
	}
.nav-active-noHero {
		background-image: linear-gradient(0deg,transparent 15%,rgba(0,0,0,.25));
    	background-color: rgba(21,21,21,.3);
    	-webkit-backdrop-filter: blur(20px);
    	backdrop-filter: blur(20px);
		transition: all 2.0s ease;
		/*padding-top: 20px;*/
	}
.nav-active-sub-noHero{
		background-image: linear-gradient(0deg,transparent 15%,rgba(0,0,0,.25));
    	background-color: rgba(21,21,21,.6);
    	-webkit-backdrop-filter: blur(20px);
    	backdrop-filter: blur(100px);
	}
.main-menu-noHero{
		padding-top: 180px;
	}

.inthenews-template-default .lw-nav {
   background-image: linear-gradient(0deg,transparent 15%,rgba(0,0,0,.25));
   background-color: rgba(21,21,21,.3);
   -webkit-backdrop-filter: blur(20px);
   backdrop-filter: blur(20px);
   transition: all 2.0s ease;
}



/* --------------------------------------
 Sidebar
-------------------------------------- */
@media (min-width: 1024px) {
  aside.info {
    padding-left: 36px !important;
  }
}

/* @media (max-width: 1023px) {
  aside.info {
    padding-left: 0 !important;
  }
} */

aside.info h2 {
  font-size: 1.1em;
  line-height: 20px;
  margin-bottom: 5px;
}

@media (max-width: 1023px) {
  aside.info h2 {
    /*clear: left;
			float: left;
			width: 100px;*/
  }
}

aside.info h2 .fa {
  color: #232D5f;
  float: left;
  font-size: 20px;
  line-height: 20px;
  margin-right: 5px;
  text-align: center;
  width: 15px;
}

aside.info h2 .fa.fa-clock-o {
  font-size: 18px;
}

/* aside.info p {
  margin-left: 20px;
} */

@media (max-width: 1023px) {
  aside.info p {
    /*float: left;
			line-height: 20px;*/
  }
}

/* --------------------------------------
 Global Content Styles
-------------------------------------- */
#main {
  background-color: #fff;
  min-height: 800px;
  position: relative;
}

@media (min-width: 1024px) {
  #main {
    padding-bottom: 120px;
  }
/* 	#main #search .search{display:none;} */
	.inthenews-template-default #main{
	  padding-top: 178px;
	}
}

@media (max-width: 1023px) {
  #main {
    padding-top: 0px;
  }

  #main.with-callout {
    padding-top: 0px;
  }
}

@media (max-width: 520px) {
  #main {
    padding-top: 0px;
  }

  #main.with-callout {
    padding-top: 0px;
  }
}

@media (max-width: 1023px) {
  #main .container {
    padding: 20px 10px;
  }
}

#main .content ul {
  margin-bottom: 30px;
  text-align: left;
}

#main .content ul li {
  list-style: none;
  margin-bottom: 5px;
  padding-left: 1em;
/*   text-indent: -1em; */
}

/* #main .content ul li:before {
  content: "• ";
  color: #232D5f;
  font-size: 1.1em;
  padding-right: 5px;
} */

#main .content ol {
  counter-reset: item;
  margin-bottom: 30px;
  text-align: left;
}

#main .content ol li {
  counter-increment: step-counter;
  margin-left: 45px;
  text-indent: -22px;
}

#main .content ol li:before {
  color: #232D5f;
  content: counter(step-counter);
  display: inline-block;
  font-weight: 500;
  margin-right: 10px;
  text-align: right;
}

#main .content h3 {
  font-weight: 500;
}

#main .content p a {
  color: #232D5f;
  text-decoration: underline;
}

#main .content a.bold {
  color: #232D5f;
  font-weight: 500;
  text-decoration: underline;
}

/*-- Misc --*/
hr {
  border: none;
  border-top: 1px solid #2f2f2f;
  height: 0;
  margin: auto;
  max-width: 90%;
  width: 100px;
}

hr:last-of-type {
  margin-bottom: 40px;
}

.button {
  background-color: #fff; 
  border: 1px solid #2f2f2f;
  display: inline-block;
  text-align: center;
  text-decoration: none !important;
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}



@media (min-width: 769px) {
  .button {
    font-size: 1.2em;
    min-width: 230px;
    padding: 12px 20px 6px 20px;
  }
}

@media (max-width: 1024px) {
  .button {
    font-size: 1.4em;
    min-width: 80%;
    padding: 9px 20px 6px 20px
  }
}

@media (max-width: 520px) {
  .button {
    min-width: 60%;
  }
}

.button:hover {
  background-color: #232D5f;
  color: #fff;
}

.button.blue {
  background-color: #232D5f;
  color: #fff;
}

.button:hover {
  background-color: #232D5f;
}

header .player {
  display: block;
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}

header .player iframe,
header .player video {
  border: 0;
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

header .player img {
  height: auto;
  max-width: 100% !important;
  position: relative;
  width: 100%;
  z-index: 2;
}

header .player img.hide {
  z-index: 0;
}
.main .player {
  max-width: 1024px;
}

.desktop_vimeo{
		display:block;
	}
.mobile_vimeo{
		display:none;
}

@media (max-width: 520px) {
	header .player iframe,
	header .player video {
	  border: 0;
	  bottom: 0;
	  height: 92.5vh;
	  left: 0;
	  position: absolute;
	  top: 0;
	  width: 100vw;
	}


	header .player{
		/*height:720px;*/
		height:85vh;
	}
	.desktop_vimeo{
		display:none;
	}
	.mobile_vimeo{
		display:block;
		top:-50px !important;
	}
	#dining .player, #tourism .player{
		height:48vh;
	}
	/*#dining header .player iframe, #tourism header .player iframe{
		height: 52vh;
	} */
	
}
	
	
@media (max-width: 1439px) {
  .main .player {
    display: block;
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
  }

  .main .player iframe {
    border: 0;
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }

  .main .player img {
    max-width: 100% !important;
  }
}

/*-- Hero --*/
#hero {
  color: #fff;
  overflow: hidden;
  position: relative;
}

@media (min-width: 1024px) {
  #hero {
    max-height: 500px;
  }
}

@media (max-width: 1023px) {
  #hero {
    text-align: center;
  }
}

#hero.video {
  max-height: none;
  height: auto !important;
}

#hero .background {
  background-position: 16.6667% 0;
  background-repeat: no-repeat;
  background-attachment: fixed;
  height: 100%;
  width: 100%;
}

@media (min-width: 1440px) {
  #hero .background {
    background-size: 100%;
  }
}

#hero img.mast {
  height: auto;
  position: relative;
  z-index: 1;
}

@media (min-width: 1024px) {
  #hero img.mast {
    max-width: none;
    min-width: 100%;
  }
}

@media (max-width: 1023px) {
  #hero img.mast {
    max-width: 140%;
    /*margin: 0 -100%; */
  }
}

#hero img.mast.hide {
  z-index: 0;
}

#hero img.mast-mobile {
  height: auto;
  max-width: 100%;
  position: relative;
  z-index: 1;
}

@media (min-width: 769px) and (min-width: 1024px) {
  #hero.parallax {
    height: 400px;
  }
}

@media (min-width: 769px) and (min-width: 1024px) {
  #hero.vimvideo {
    height: 100%;
    max-height: 1000px;
  }
}

@media (min-width: 769px) and (min-width: 1024px) {
  #hero.parallax img {
    left: 0;
    min-height: 100%;
    position: absolute !important;
    top: 0;
  }
}

@media (min-width: 769px) and (min-width: 1024px) {
  #hero.tall {
    height: 590px;
  }
}

#hero .content {
  padding: 12px 20px 0 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  width: 100%;
}

#hero .content .op-is-open-shortcode {
  text-align: right;
}

@media (min-width: 1024px) {
  #hero .content .op-is-open-shortcode {
    margin-right: 30px;
  }
}

#hero .content .op-is-open-shortcode span {
  color: #fff !important;
  display: inline-block !important;
}

@media (min-width: 1024px) {
  #hero .content {
    padding-right: 50px;
  }
}

#hero .content p {
  text-align: right;
  margin: 0;
}

@media (min-width: 1024px) {
  #hero .content p {
    margin-right: 30px;
  }
}

#hero .content p a {
  color: #fff;
}

#hero .content.dark {
  color: #000;
}

#hero .content.dark a {
  color: #000;
}

#hero .content.dark .op-is-open-shortcode span {
  color: #000 !important;
}

#hero .gradient {
  height: 40%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 5;
  background: rgba(77, 77, 77, 0.4);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.3) 60%, rgba(77, 77, 77, 0) 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.8)), color-stop(60%, rgba(0, 0, 0, 0.3)), to(rgba(77, 77, 77, 0)));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.3) 60%, rgba(77, 77, 77, 0) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, .8) 0%, rgba(0, 0, 0, 0.3) 60%, rgba(77, 77, 77, 0) 100%); 
  /*background:linear-gradient(180deg,#121212,rgba(77,77,77,0) 40%);*/
  opacity:1;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#332f2f2f', endColorstr='#002f2f2f', GradientType=0);
}

@media (max-width: 1024px) {

  #hero:not(.show-mobile) img,
  #hero:not(.show-mobile) .player {
    display: none;
  }
}

#hero.carousel {
  max-height: none;
}

#hero.carousel img {
  height: auto;
  -moz-user-select: none;
  width: 100%;
  display: block;
}

.flexslider {
  position: relative;
}

.flexslider .slides {
  zoom: 1;
}

.flexslider .slides>li {
  display: none;
  margin: 0;
  padding: 0;
  -webkit-backface-visibility: hidden;
}

.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.flexslider .flex-viewport {
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.flexslider .flex-control-nav {
  bottom: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 10;
}

.flexslider .flex-control-nav li {
  display: inline-block;
  margin: 0 4px;
  zoom: 1;
  *display: inline;
}

.flexslider .flex-control-nav li a {
  background: rgba(255, 255, 255, 0.5);
  border-radius: 20px;
  cursor: pointer;
  display: block;
  height: 12px;
  text-indent: -9999px;
  width: 12px;
}

.flexslider .flex-control-nav li a:hover {
  background: rgba(255, 255, 255, 0.7);
}

.flexslider .flex-control-nav li a.flex-active {
  background: rgba(255, 255, 255, 0.9);
  cursor: default;
}

.flexslider .flex-direction-nav {
  *height: 0;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}

.flexslider .flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 50px;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 10;
  opacity: 0;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.flexslider .flex-direction-nav a:before {

  content: " ";
  display: inline-block;
  height: 40px;
  cursor: pointer;
  top: 40%;
  
  position: absolute;
  /*-webkit-transform: rotate(-225deg);
  -ms-transform: rotate(-225deg);
  transform: rotate(-225deg);
	*/

}

.flexslider .flex-direction-nav .flex-prev {
  /*left: -50px; */
}

.flexslider .flex-direction-nav .flex-prev:before {
  right: 0;
}

.flexslider .flex-direction-nav .flex-next {
  right: -50px;
}

.flexslider .flex-direction-nav .flex-next:before {
  left: 0;
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.flexslider .flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}

.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 1;
  left: 10px;
}

.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 1;
  right: 10px;
}

@media (max-width: 1024px) {
  .flexslider .inner h2 {
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 90%;
  }

  .flexslider .flex-direction-nav a {
    opacity: 1;
    width: 30px;
  }

  .flexslider .flex-direction-nav a:before {
    height: 25px;
    width: 25px;
  }

  .flexslider .flex-prev {
    left: 3% !important;
  }

  .flexslider .flex-next {
    right: 3% !important;
  }
}

html[xmlns] .flexslider .slides {
  display: block;
}

* html .flexslider .slides {
  height: 1%;
}

.no-js .flexslider .slides>li:first-child {
  display: block;
}

#home #hero {
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

@media (min-width: 1024px) {
  #home #hero {
    max-height: none;
  }

  #home #hero.parallax {
    height: 800px;
  }
}

@media (min-width: 1440px) {
  #home #hero.parallax {
    height: 1000px;
  }
}

/*-- Alternate Header --*/
@media (min-width: 1024px) {

  header.index,
  header.list {
    padding: 75px 0 0;
  }
}

@media (max-width: 1023px) {

  header.index,
  header.list {
    padding: 45px 0 0;
  }
}

@media (max-width: 520px) {

  header.index,
  header.list {
    padding: 20px 0 0;
  }
}

@media (min-width: 521px) {

  header.index h1,
  header.list h1 {
    padding: 0 20px;
  }
}

@media (max-width: 520px) {

  header.index h1,
  header.list h1 {
    padding: 0 10px;
  }
}

@media (min-width: 1024px) {
  header.search {
    padding: 60px 30px 40px;
  }
}

@media (max-width: 1023px) {
  header.search {
    padding: 0 15px 30px;
  }
}

@media (max-width: 520px) {
  header.search {
    padding: 30px 15px;
  }
}

/*-- Main Search --*/
/* #search.search-container {
  padding: 12px 20px 0 0;
  width: 100%;
  z-index: 500;
  top: 0;
  left: 0;
  position: fixed;
}

#search.search-container .search {
  background-color: #fff;
  -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
  height: 200px;
  position: absolute;
  right: 0;
  top: -400px;
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  width: 100%;
}

@media (max-width: 1023px) {
  #search.search-container .search {
    position: fixed;
    padding-top: 50px;
  }
}

@media (max-width: 1024px) {
  #search.search-container .search {
    padding-top: 30px;
  }
}

#search.search-container .search.open {
  top: 0;
}

#search.search-container .search .inner {
  border-bottom: 1px solid #2f2f2f;
  display: block;
  margin: auto;
  max-width: 90%;
  padding: 100px 2px 2px;
  position: relative;
  width: 500px;
}

#search.search-container .search .close {
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
  position: absolute;
  right: 20px;
  top: 120px;
}

#search.search-container .search .close span {
  float: right;
  font-size: 24px;
  margin-left: 12px;
}

#search.search-container form input {
  background: none;
  border: 0;
  margin: 0;
  padding: 0;
}

#search.search-container form input[type=text] {
  color: #2f2f2f;
  font-size: 1.25em;
  padding-bottom: 2px;
  width: 90%;
}

#search.search-container form input[type=submit],
#search.search-container form button {
  background: none;
  border: 0;
  float: right;
  font-family: 'FontAwesome';
  font-size: 1.25em;
  text-align: right;
  width: 8%;
}

.search-toggle {
  color: #000;
	font-size:16px;
  font-size: 1.5em;
  position: absolute;
  right: 20px;
  top: 12px;
} */

/*-- Secondary Navigation --*/
.navigations {
  position: relative;
  z-index: 400;
}

@media (min-width: 1440px) {
  .navigations .menu.secondary .navigation li {
    margin-right: 45px;
  }
}

@media (max-width: 1439px) {
  .navigations .menu.secondary .navigation li {
    margin-right: 35px;
  }
}

@media (max-width: 1023px) {
  .navigations .menu.secondary .navigation li {
    margin-right: 30px;
  }
}

@media (min-width: 769px) {
  .navigations .menu.secondary .navigation {
    background-color: #fff;
    padding: 20px 20px 15px;
  }

  .navigations .menu.secondary .navigation li {
    display: inline;
  }

  .navigations .menu.secondary .navigation li:last-child {
    margin-right: 0;
  }

  .navigations .menu.secondary .navigation li a {
    border-bottom-color: #fff;
    border-bottom-style: solid;
    border-bottom-width: 3px;
    display: inline-block;
  }

  .navigations .menu.secondary .navigation li.on a,
  .navigations .menu.secondary .navigation li:hover a {
    color: #232D5f;
    border-bottom-color: #232D5f;
  }
}

@media (max-width: 1024px) {
  .navigations .navigation-toggle {
    color: #232D5f;
    display: block;
    float: left;
    font-family: 'Raleway';
    font-size: 1em;
    height: 60px;
    padding: 10px;
    -webkit-transition-property: none;
    -o-transition-property: none;
    transition-property: none;
  }

  .navigations .navigation-toggle span.label {
    display: block;
    text-transform: uppercase;
  }

  .navigations .navigation-toggle span.label .blue {
    color: #4d7e81;
    text-transform: lowercase;
  }

  .navigations .navigation-toggle span.close {
    display: none;
    font-size: 40px;
    line-height: 40px;
  }

  .navigations .navigation-toggle.sm-12 span.label {
    line-height: 40px;
  }

  .navigations .navigation-toggle.open {
    border: none;
    text-indent: 0;
  }

  .navigations .navigation-toggle.open:after {
    background: none;
    content: "\2715";
    font-size: 40px;
    height: auto;
    line-height: 40px;
    position: static;
  }

  .navigations .navigation-toggle.open span.label {
    display: none;
  }

  .navigations .navigation-toggle.open span.close {
    display: block;
  }

  .navigations nav {
    background: rgba(255, 255, 255, 0.9);
    -webkit-box-shadow: 0 2px 4px -2px rgba(192, 192, 192, 0.5);
    box-shadow: 0 2px 4px -2px rgba(192, 192, 192, 0.5);
    left: 0;
    padding: 0 20px;
    position: absolute !important;
    top: 100%;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: center top 0;
    -ms-transform-origin: center top 0;
    transform-origin: center top 0;
    width: 100%;
    z-index: 9999;
  }

  .navigations nav.open {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition: all 0.2s ease-in-out 50ms;
    -o-transition: all 0.2s ease-in-out 50ms;
    transition: all 0.2s ease-in-out 50ms;
  }

  .navigations nav li {
    margin: 0;
    width: 100%;
  }

  .navigations nav li a {
    color: #232D5f;
    display: block;
    font-size: 1.25em;
    padding: 10px;
    text-transform: uppercase;
  }
}

/*-- Sticky Nav --*/
@media (min-width: 1024px) {
  @-webkit-keyframes stickNav {
    from {
      top: -64px;
    }

    to {
      top: 0;
    }
  }

  @keyframes stickNav {
    from {
      top: -64px;
    }

    to {
      top: 0;
    }
  }

  @-webkit-keyframes showNav {
    from {
      top: 0;
    }

    to {
      top: 100px;
    }
  }

  @keyframes showNav {
    from {
      top: 0;
    }

    to {
      top: 100px;
    }
  }
}

@media (max-width: 1023px) {
  @-webkit-keyframes stickNav {
    from {
      top: -56px;
    }

    to {
      top: 0;
    }
  }

  @keyframes stickNav {
    from {
      top: -56px;
    }

    to {
      top: 0;
    }
  }

  @-webkit-keyframes showNav {
    from {
      top: 0;
    }

    to {
      top: 80px;
    }
  }

  @keyframes showNav {
    from {
      top: 0;
    }

    to {
      top: 80px;
    }
  }
}

.sticky.fixed {
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  left: 0;
  position: fixed;
  top: 0;
  -webkit-transition: top .2s ease-in;
  -o-transition: top .2s ease-in;
  transition: top .2s ease-in;
  width: 100%;
}

@media (min-width: 1024px) {
  .sticky.fixed {
    padding-left: 330px;
  }
}

.sticky.fixed.show {
  -webkit-transition-duration: .3s;
  -o-transition-duration: .3s;
  transition-duration: .3s;
}

@media (max-width: 1023px) {
  .sticky.fixed.show {
    top: 100px;
  }
}

@media (max-width: 1024px) {
  .sticky.fixed.show {
    top: 80px;
  }
}

.sticky.navigations {
  background-color: #fff;
}

/*-- Videos --*/
.video-wrapper {
  position: relative;
}

@media (min-width: 1024px) {
  .video-wrapper {
    margin-bottom: 50px;
  }
}

@media (max-width: 1023px) {
  .video-wrapper {
    margin-bottom: 20px;
  }
}

.video-wrapper>video {
  max-width: 100%;
  height: auto;
  width: 100%;
  vertical-align: middle;
}

.video-wrapper>video.has-media-controls-hidden::-webkit-media-controls {
  display: none;
}

.video-overlay-play-button {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 10px calc(50% - 50px);
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  opacity: 0.5;
  cursor: pointer;
  -webkit-transition: opacity 150ms;
  -o-transition: opacity 150ms;
  transition: opacity 150ms;
}

.video-overlay-play-button:hover {
  opacity: .7;
}

.video-overlay-play-button.is-hidden {
  display: none;
}

.video-overlay-pause {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.video-overlay-pause.is-hidden {
  display: none;
}

/* STORIES VIDEO - VIMEO */
.stories-vimeo {
  display: block;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}

.stories-vimeo iframe {
  border: 0;
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

/*HUBSPOT FORM*/


.hs-richtext {
  display: none !important;
}

.hbspt-form {
  background-color: #FFF;
  text-align: left;
  margin-top: -35px !important;
}

@media (max-width: 1024px) {
  .hbspt-form {
    margin-right: 20px;
    margin-left: 20px;
  }

}

.hs-input {
  background-color: #FFF;
  width: 100%;
  margin-bottom: 15px;
  padding: 5px;
  font-size: 1em;

}

.hs-button {
  border: 1px solid #c0c0c0 !important;
  border-radius: 0 !important;
  color: #2f2f2f;
  font-family: 'futura', Arial, Helvetica, sans-serif;
  font-size: 1em;
  font-weight: 300;
  height: 45px;
  width: 115px;
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  margin-top: 30px !important;
}

.hs-button:hover {
  background-color: #232D5f;
  color: #FFF;

}

.hs-form-checkbox-display {
  display: block;
  padding-left: 0;
  text-indent: -17px;
}

.hs-form-checkbox-display input {
  position: relative;
  margin: 0 10px 0 0;
  vertical-align: bottom;
  top: -0;
  width: 13px;
  height: 13px;
  overflow: hidden;
}


li.hs-form-checkbox:before {
  content: "" !important;
}

li.hs-form-checkbox {
  font-size: .75em !important;
  line-height: .75 !important;
}

.submitted-message p {
  font-size: 1em !important;
  text-align: center;
}

.hs-error-msgs {
  list-style: none;
}

.hs-error-msgs li {
  color: #9d3645 !important;
  font-size: .8em !important;
}

.hs-error-msgs li:before {
  display: none;
}

.grecaptcha-logo iframe {
  width: 100% !important;
}

.hs_recaptcha {
  padding-bottom: 15px;
}

.hs-input.invalid.error {
  border: 2px solid #9d3645 !important;
}

/*-- Main Layout (Home, Dining, etc) --*/
.main.layout {
  padding: 0;
}

.main.layout section {
  position: relative;
}

.main.layout section.content {
  text-align: center;
}

.newsletter{
	padding-bottom:0px !important;
}

.newsletter h2{
		padding-top:30px;
	}

@media (max-width: 1024px) {
	.newsletter h2{
		padding-top:30px;
		margin-top:40px !important;
	}
	
}	

@media (min-width: 769px) {
  .main.layout section.content {
    padding: 50px 75px;
  }
  #home #section-5 {
	padding-bottom:20px;
	}

  .main.h23-lookbook-collection {
	/* padding-top:100px; */
	}

	
}

@media (max-width: 1024px) {
  .main.layout section.content {
    padding: 30px;
  }
  #home #section-c-0 {
		margin-top:40px;
	}
}

@media (max-width: 520px) {
  .main.layout section.content {
    padding: 20px;
  }
}

@media (min-width: 769px) {
  .main.layout section.content.instagram {
    padding: 50px 0;
  }
}

@media (max-width: 1024px) {
  .main.layout section.content.instagram {
    padding: 40px 0 20px;
  }
}

.main.layout section.content.instagram-form {
  padding-top: 0 !important;
}

.main.layout section.content.instagram-form .ctct-form-embed {
  width: 90% !important;
}

@media (max-width: 1024px) {
  .main.layout section.content.instagram-form .ctct-form-embed {
    width: 100% !important;
  }
}

.main.layout section.content h2 {
  font-family: 'futura', "Cinzel", Times New Roman, Times, serif;
  font-size: 1.875em;
  margin: 40px 0px 0px;
 /* text-transform: uppercase; */
}

.main.layout section.content p {
  font-size: 1.25em;
  margin-top:20px;
}

#home .main.layout section.content h2{
	font-size: 2.8em;
}

@media (max-width: 1024px) {
	#home .main.layout section.content h2{
		 margin: 0px;
	}
	
}

@media (min-width: 769px) {
	#home .main.layout section.content p{
		max-width:75%;
		margin:20px auto;
	}
}

.main.layout section.content .button {
  margin-top: 40px;
}

.main.layout section.content .form,
.main.layout section.content .search-live-form {
  margin: 30px auto 0;
  max-width: 970px;
  border: 1px solid #c0c0c0;
  width: 100%;
}

.main.layout section.content .form input[type=text],
.main.layout section.content .search-live-form input[type=text] {
  background: #fff;
  width: 85%;
}

.main.layout section.content .form input[type=submit],
.main.layout section.content .form input button,
.main.layout section.content .search-live-form input[type=submit],
.main.layout section.content .search-live-form input button {
  background: #f9f7f7;
  border-left: 1px solid #c0c0c0;
  width: 15%;
}

.main.layout section.grid {
  /*background-color: #f9f7f7;*/
  margin-bottom: 10px;
}

/* remove padding and shadow
@media (max-width: 1023px) {
  .main.layout section.grid {
    -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.5);
    margin: 10px 10px 20px;
  }
}
*/

.main.layout section.grid .image {
/*   overflow: hidden; */
  text-align: center;
}

@media (min-width: 769px) {
  .main.layout section.grid .image.right {
    float: right;
  }
}

@media (max-width: 1024px) {
  .main.layout section.grid .image {
    padding: 0 !important;
    /*max-height: 600px; */
  }
  .main.layout section.grid .image.landscape {
    padding: 0 !important;
    max-height: 450px;
  }
  .main.layout section.grid .image.landscape .img-bkg{
		max-height: 300px;
	    margin-left: -55%; /* center image on mobile */
	    background-size: auto 100%;
		
	}
	.home .main.layout section.grid .image.landscape .img-bkg{
		 margin-left: 0px; /* no need center on home */
	}
}

@media (max-width: 768px) {
  .main.layout section.grid .image {
    padding: 0 !important;
    max-height: 450px;
  }
  .main.layout section.grid .image.landscape {
    padding: 0 !important;
    max-height: 300px;
  }
}


.main.layout section.grid .image img {
  height: auto;
  /*margin: 0 -100%;*/
  min-width: 100%;
}

@media (min-width: 769px) {
  .main.layout section.grid .image img {
    max-width: none;
	/*height: 36rem;*/
    width: 100%;  
  }
}

@media (max-width: 1024px) {
  .main.layout section.grid .image img {
    max-width: 100%;
  }
}

.main.layout section.grid .video {
  padding: 0 !important;
}

@media (min-width: 769px) {
  .main.layout section.grid .video.right {
    float: right;
  }
}

@media (max-width: 1024px) {
  .main.layout section.grid .video {
    max-height: 450px;
  }
}

.main.layout section.grid .video .player {
  height: 0;
  max-width: none;
  overflow: hidden;
  position: relative;
  padding-bottom: 60%;
  /* 4:3 */
  padding-top: 25px;
}

.main.layout section.grid .video .player iframe,
.main.layout section.grid .video .player video {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100% !important;
}

.main.layout section.grid .video .player video {
  height: auto;
}

.main.layout section.grid .text {
  text-align: center;
}
/* hide landing slider detail info txt */
#home .title_block .txtbox h2, #home .title_block .content{ 	
		display:none;
	}

 #home .title_below_block .button{	
	    position: absolute;
		width: 100%;
		height: 100%;
		margin:0px auot;
		top: 0px;
		left: 0px;
	    background-color:transparent;
	    border:none;
	    
  }

#home .title_below_block .button:hover{
	   background-color:transparent !important;
}

#home .title_below_block .flexslider .flex-direction-nav a:before{
		top:30% !important;
	}

/*	
#home .title_block .txtbox{
	   background: -webkit-linear-gradient(top, rgba(47, 47, 47, 0.4) 0%, 
		   rgba(47, 47, 47, 0.2) 50%, rgba(47, 47, 47, 0) 100%)!important;
	   background: linear-gradient(to bottom, rgba(47, 47, 47, 0.4) 0%, 
		   rgba(47, 47, 47, 0.2) 50%, rgba(47, 47, 47, 0) 100%)!important;
			}
*/

@media (min-width: 1024px) {
  .main.layout section.grid .text {
    padding: 70px;
  }
}

@media (min-width: 769px) {
  .main.layout section.grid .text {
    height: 100%;
    left: 0;
    padding: 40px;
  }
}

@media (max-width: 1024px) {
  .main.layout section.grid .text {
    padding: 20px;
  }
}

@media (max-width: 520px) {
  .main.layout section.grid .text {
    padding: 20px 10px;
  }
}


@media (min-width: 769px) {
  .main.layout section.grid .text.alignleft .content {
    text-align: left;
  }
	
  .main.layout section.grid .txtbox {
    position: absolute;
	height:auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }

  .main.layout section.grid .txtbox.right {
    left: 50%;
  }
 
   #home .title_below_block .txtbox {
	   position: relative;
    	height: 38%;
	    width: 100%;
    	top: 0px;
    	left: 0px;
        transform: translate(0, 0);
  }
   #home .title_below_block .inner{
	color:black;
  }
   #home .title_below_block{
	/*padding-bottom:150px; */
  }
  #home .title_below_block .inner .content{
	  max-width:70%;
	  margin:10px auto;
  }
 
 
	
}
@media (max-width: 768px) {
 /* .main.layout section.grid .text.right { landing scroll
	#home .main.layout .txtbox { */
	#home .title_block .txtbox { 
		 margin: 0 auto;
		width: 96%;
		display: inline-block;
		vertical-align: middle;
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
	}
	
   
	
	.main.layout section.grid .image {
			max-height: none;
	   }
	

	.main.layout section.grid .image.landscape{
				max-height: 600px!important;

			}
   .main.layout section.grid .image.landscape .img-bkg{
				height: auto!important;
	            padding:8rem 0;
			}
	
	.main.layout section.title_block .flexslider .flex-control-nav{
				top:50%!important;
	}
	
	#home .main.layout .img-bkg{
    			background-position: 50%;
    			background-repeat: no-repeat;
    			background-size: cover;
    			width: 100%;
				padding:16rem 0;
				height: 28rem!important;
			}
  #home .main.layout .landscape .img-bkg{
				height: auto!important;
	            padding:8rem 0;
			
			}
   /*hide info text for first landing scroll on mobile */
	#home .title_block .txtbox .inner h2, home .title_block .content{ 	
			display:none;
		}
	
}

@media (min-width: 768px) {
	.title_block .txtbox .inner { 
		color: white;
		/*max-width: 50%; */
		margin: auto;
		text-align: center;
		}
	.title_block .txtbox .inner::before {
  		content: " ";
		background-color: rgba(47, 47, 47, 0.75);
		position: absolute;
		display: block;
		padding: 16px;
		top: 5%;
		left: 20%;
		width: 60%;
		height: 100%;
		z-index: -1;
	}
	
	#home .title_block .txtbox .inner::before {
		display: none;
	}
	
	/* set dessktop home page scroll taller */
	#home .main.layout .img-bkg, .img-bkg{
		background-position: 50%;
    	background-repeat: no-repeat;
    	background-size: cover;
    	width: 100%;
		height: 35em;
		
	}
	
}

@media (min-width: 1024px){
	/* set dessktop home page scroll taller */
	#home .main.layout .img-bkg{
		height: 35em!important;
		
	}
	.img-bkg{
		height: 35em!important;
		
	}
	
}

@media (min-width: 768px) & (max-width: 1023px) {
	
	.main.layout section.grid .image.landscape .img-bkg{
		height: auto !important;
        padding: 8rem 0;
	}
	#home .main.layout .img-bkg{
		height: 23em!important;
	}
	
}

/* @media (min-width: 769px) {
  .main.layout section.grid .text.right {
    float: right;
  }

  .main.layout section.grid .text:before {
    content: "";
    display: inline-block;
    height: 100%;
    width: 1%;
    vertical-align: middle;
  }

  .main.layout section.grid .text .inner {
    margin: 0 auto;
    width: 96%;
    display: inline-block;
    vertical-align: middle;
  }
}

.main.layout section.grid .text h2 {
  font-size: 1.875em;
  color:white;
}
 */
@media (min-width: 1024px) {
  .main.layout section.grid .text h2 {
    margin: 12px 0 25px;
	line-height:1.3em;
  }
}

@media (max-width: 1023px) {
  .main.layout section.grid .text h2 {
    margin: 0x 0 20px;
  }
}

@media (max-width: 1024px) {
  .main.layout section.grid .text h2 {
    margin: 5px 0 15px;
	line-height:1.3em;
  }
}

.main.layout section.grid .text h3 {
  font-size: 1em;
  margin-bottom: 0;
}

.main.layout section.grid .text span.topic {
  display: inline-block;
  font-size: 1em;
}

.main.layout section.grid .text p {
  font-size: 1.125em;
}

.main.layout section.grid .text hr {
  margin: 15px auto;
}


#home .title_block .button{
	font-family: 'futura', "Raleway", Arial, Helvetica, sans-serif;
	-webkit-text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
	min-height:100px;
	width:100%;
}

@media (min-width: 1024px) {
  #home .main.layout section.grid .text .button {
/*     margin-top: 40px; */
	font-size: 6.75rem;
	letter-spacing: 3.4px;
	text-transform: uppercase;
	font-weight: 400;
    border: none;
    background: none;
    line-height: 90px;
    color: white;
	}
}
@media (max-width: 1023px){
  #home .main.layout section.grid .text .button {
/*     margin-top: 40px; */
	font-size: 3.4rem;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-weight: 400;
	text-align:center;
    border: none;
    background: none;
    line-height: 65px;
    color: white;
	padding:10px 0px 20px 0px;
	max-width:80vw;
  }
	

}


@media (max-width: 1200px) {
  .main.layout section.grid .text .button {
    margin-top: 20px;
  }
}

@media (max-width: 1023px) {
  .main.layout section.grid .text .button {
    margin-top: 0;
  }
}

.main.layout section.grid .flexslider .flex-direction-nav a {
  opacity: 1;
}

.main.layout section.grid .flexslider .flex-direction-nav a:before {
  /*border-right: 2px solid #000;
  border-bottom: 2px solid #000;
	*/
   content: '';
   background:url('/wp-content/uploads/2024/06/arrow.png');
   background-size:cover;
   display: block;
}

.main.layout section.grid .flexslider .flex-direction-nav a:hover {
  opacity: 1;
}

.main.layout section.grid .flexslider .flex-direction-nav .flex-next {
  right: 10%;
}

@media (min-width: 769px) {
  .main.layout section.grid .flexslider .flex-direction-nav a {
    width: 50px;
  }
  .main.layout section.grid .flexslider .flex-direction-nav .flex-next {
	  right: 0%;
	}

  .main.layout section.grid .flexslider .flex-direction-nav a:before {
    height: 87px;
    width: 51px;
  }

  .main.layout section.grid .flexslider .flex-prev {
    /*left: 0% !important; */
  }

  .main.layout section.grid .flexslider .flex-control-nav {
    bottom: 8px;
    left: 0;
/*     width: 50%; */
  }
}

@media (max-width: 1024px) {
  .main.layout section.grid .flexslider {
    /*padding-bottom: 10px;*/
  }

  .main.layout section.grid .flexslider .flex-direction-nav a {
    width: 20px;
  }

  .main.layout section.grid .flexslider .flex-direction-nav a:before {
/*     top: 76vw; */
    height: 70px;
    width: 40px;
  }

  .main.layout section.grid .flexslider .flex-control-nav {
    bottom: auto;
    left: 0;
    top: 370px;
    width: 100%;
  }
}

@media (max-width: 520px) {
  .main.layout section.grid .flexslider .flex-direction-nav a {
    width: 20px;
  }

	#home .title_below_block .flexslider .flex-direction-nav a:before, 
	.title_block .flexslider .flex-direction-nav a:before{
		top: 20% !important;
	}
	
	#home .title_block .flexslider .flex-direction-nav a:before{
		top: 40% !important;
	}	
}

/* @media (max-width: 400px) {
  .main.layout section.grid .flexslider .flex-control-nav {
    top: 42%;
  }
}
 */

/* hide home slider dots */
 #home .flex-control-nav{	
	display:none;
  }

.main.layout section.columns h2 {
  font-family: 'futura',"Cinzel", Times New Roman, Times, serif;
  font-size: 1.875em;
  margin: 20px 0;
  text-transform: uppercase;
  text-align: center;
}

@media (min-width: 769px) {
  .main.layout section.columns hr:first-of-type {
    margin-top: 50px;
  }
}

@media (max-width: 1024px) {
  .main.layout section.columns hr:first-of-type {
    margin-top: 30px;
  }
}

@media (max-width: 520px) {
  .main.layout section.columns hr:first-of-type {
    margin-top: 20px;
  }
}

@media (min-width: 769px) {
  .main.layout section.columns hr:last-of-type {
    margin-bottom: 60px;
  }
}

.main.layout section.columns .col {
  position: relative;
  -webkit-backface-visibility: hidden;
  margin-bottom: 9px;
}

@media (max-width: 1023px) {
  .main.layout section.columns .col {
    padding: 10px 0px 10px 0px !important;
  }

  /* remove dropshadow on sections mobile
   .main.layout section.columns .col a {
    -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.5);
  } */
	
}

.main.layout section.columns .col:first-of-type {
  padding: 0 6px 0 0;
}

.main.layout section.columns .col:nth-of-type(2) {
  padding: 0 3px;
}

.main.layout section.columns .col:last-of-type {
  padding: 0 0 0 6px;
}

@media (min-width: 769px) {
  #home .main.layout section.columns .col { 
    padding:0px 3px 0px 0px;
  }
  #home .section_social{
		max-width:75%;
		margin:0px auto;
	}		
}

@media (max-width: 1024px) {
	#home .section_social .col, #home section.columns.section_social .col{
		margin-bottom:0px;
		padding-top:0px !important;
		padding-bottom:0px !important;
	}
}	

.main.layout section.columns .col:hover img {
  opacity: 1;
}

.main.layout section.columns .col:hover span {
  background-color: #232D5f;
}

.main.layout section.columns .col * {
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.main.layout section.columns a {
  display: block;
  position: relative;
}

.main.layout section.columns img {
  height: auto;
  width: 100%;
  -webkit-backface-visibility: hidden;
}

.main.layout section.columns .text {
  bottom: 0;
  color: #fff;
  left: 0;
  position: absolute;
  width: 100%;
}

@media (min-width: 769px) {
  .main.layout section.columns .text {
    padding: 16px;
  }
}

@media (max-width: 1024px) {
  .main.layout section.columns .text {
    padding: 24px;
  }
}

.main.layout section.columns .text span {
  background-color: rgba(47, 47, 47, 0.6);
  display: block;
  /*font-family: "Cinzel", Times New Roman, Times, serif;*/
  font-size: 1.5em;
  padding: 16px;
  text-align: center;
  width: 100%;
}

@media (min-width: 1024px) {
  .main.layout section.image {
    margin-bottom: 10px;
  }
}

@media (max-width: 1023px) {
  .main.layout section.image {
    -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.5);
    margin: 10px 10px 20px;
  }
}

.main.layout section.image img {
  height: auto;
  width: 100%;
}

.main.layout section.image a.link {
  display: block;
}

.main.layout section.image .image {
  overflow: hidden;
  position: relative;
  text-align: center;
}

.main.layout section.image .image img {
  height: auto;
  min-width: 100%;
  width: auto;
}

@media (min-width: 769px) {
  .main.layout section.image .image img {
    max-width: 120%;
  }
}

@media (max-width: 1024px) {
  .main.layout section.image .image img {
    max-width: 150%;
  }
}

@media (min-width: 1024px) {
  .main.layout section.image .image.parallax {
    height: 600px;
  }

  .main.layout section.image .image.parallax img {
    left: 0;
    position: absolute;
    top: 0;
  }
}

@media (max-width: 1200px) {
  .main.layout section.image .image.parallax {
    height: 400px;
  }
}

@media (max-width: 1024px) {
  .main.layout section.image .image.parallax {
    height: auto;
  }
}

.main.layout section.image .text {
  color: #2f2f2f;
  text-align: center;
}

@media (min-width: 769px) {
  .main.layout section.image .text {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 35%;
  }
}

@media (min-width: 769px) {
  .main.layout section.image .text .inner {
    max-width: 88%;
  }
}

@media (max-width: 1024px) {
  .main.layout section.image .text .inner {
    padding: 20px;
  }
}

.main.layout section.image .text h2 {
  font-family: "Cinzel", Times New Roman, Times, serif;
  font-size: 1.875em;
}

.main.layout section.image .text hr {
  border-top-color: #2f2f2f;
  margin: 20px auto;
}

@media (min-width: 769px) {
  .main.layout section.image .text.invert {
    color: #fff;
  }

  .main.layout section.image .text.invert hr {
    border-top-color: #fff;
  }

  .main.layout section.image .text.single:before {
    content: "";
    display: inline-block;
    height: 100%;
    width: 1%;
    vertical-align: middle;
  }

  .main.layout section.image .text.single .inner {
    display: inline-block;
    vertical-align: middle;
  }

  .main.layout section.image .text.multiple {
    width: 40%;
  }

  .main.layout section.image .text.multiple .inner {
    padding-top: 45px;
  }
}

.main.layout section.image .text.multiple h2,
.main.layout section.image .text.multiple p {
  margin-bottom: 24px;
}

.main.layout section.image .text.multiple .button {
  text-transform: uppercase;
  width: 70%;
  background-color:#fff;
}

@media (min-width: 769px) {
  .main.layout section.image .text.multiple .button {
    margin: 20px auto;
    min-width: 400px;
  }
 .main.layout section.image .text.multiple .button:hover {
	 background-color:#232D5f;
}
	
}

@media (max-width: 1024px) {
  .main.layout section.image .text.multiple .button {
    margin: 10px auto;
    min-width: 95%;
  }
}

.main.layout section.image.right .text {
  left: auto;
  right: 0;
}

@media (max-width: 1023px) {
  .main.layout section.image.left img {
    float: right;
  }
}

.main.layout section.video {
  padding: 0;
}

.main.layout section.video .player {
  height: 0;
  max-width: none;
  position: relative;
  padding-bottom: 54%;
  /* 16:9 */
  padding-top: 25px;
}

.main.layout section.video .player iframe,
.main.layout section.video .player video {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100% !important;
}

@media (min-width: 1024px) {
  .main.layout section.video .text {
    padding: 40px;
  }
}

@media (max-width: 1023px) {
  .main.layout section.video .text {
    padding: 20px;
  }
}

@media (min-width: 1024px) {
  .main.layout section.video hr:first-of-type {
    margin-top: 40px;
  }
}

@media (max-width: 1023px) {
  .main.layout section.video hr:first-of-type {
    margin-top: 20px;
  }
}

.main.layout section.video .button {
  margin-top: 0 !important;
}

@media (min-width: 769px) {
  .main.layout section.thumbnails {
    padding: 50px 75px;
  }
}

@media (max-width: 1024px) {
  .main.layout section.thumbnails {
    padding: 20px;
  }
}

@media (min-width: 769px) {
  .main.layout section.thumbnails .row.col {
    margin-bottom: 75px;
  }
}

@media (max-width: 1024px) {
  .main.layout section.thumbnails .row.col {
    margin-bottom: 20px;
  }
}

.main.layout section.thumbnails .image {
  max-width: 150px;
}

.main.layout section.thumbnails h2 {
  font-family: "Cinzel", Times New Roman, Times, serif;
  font-size: 1.875em;
  margin: 20px 0;
  text-align: center;
  text-transform: uppercase;
}

.main.layout section.thumbnails h3 {
  margin: 2px 0 10px;
}

@media (min-width: 769px) {
  .main.layout section.thumbnails h3 {
    font-size: 1em;
  }
}

@media (max-width: 1024px) {
  .main.layout section.thumbnails h3 {
    font-size: 1.2em;
  }
}

@media (min-width: 769px) {
  .main.layout section.thumbnails p {
    font-size: .875em;
  }
}

.main.layout section.icons {
  text-align: center;
}

@media (min-width: 769px) {
  .main.layout section.icons {
    padding: 50px 75px;
  }
}

@media (max-width: 1024px) {
  .main.layout section.icons {
    padding: 20px;
  }
}

.main.layout section.icons .col {
  margin-bottom: 60px;
}

.main.layout section.icons .icon {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f9f7f7;
  border: 1px solid #232D5f;
  border-radius: 50%;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto 10px;
  position: relative;
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  width: 80px;
}

.main.layout section.icons .icon a {
  display: block;
  height: 100%;
  width: 100%;
}

.main.layout section.icons .icon img {
  display: block;
  height: 100%;
  margin: auto;
  width: 100 .main.layout section.icons .icon img;
}

.main.layout section.icons .icon img.on {
  display: none;
}

.main.layout section.icons .icon:hover,
.main.layout section.icons .icon.on {
  background-color: #232D5f;
}

.main.layout section.icons .icon:hover img.on,
.main.layout section.icons .icon.on img.on {
  display: block;
}

.main.layout section.icons .icon:hover img.off,
.main.layout section.icons .icon.on img.off {
  display: none;
}

.main.layout section.icons h2 {
  font-family: "Cinzel", Times New Roman, Times, serif;
  font-size: 1.875em;
  margin: 20px 0;
  text-align: center;
  text-transform: uppercase;
}

.main.layout section.icons h3 {
  font-size: 1em;
  margin: 2px 0 10px;
}

@media (max-width: 1024px) {
  .main.layout section.icons h3 {
    height: 32px;
  }
}

.main.layout section.icons p {
  font-size: .875em;
}

.main.layout section.icons .button {
  margin: 15px auto;
  text-transform: uppercase;
}

.main.layout section.icons .button.inactive {
  border-color: #d3d3d3;
  color: #d3d3d3;
  cursor: default;
}

.main.layout iframe {
  border: none;
  max-width: 100%;
}

@media (min-width: 769px) {
  .main.layout iframe {
    width: 90%;
  }
}

/*-- Forms --*/
::-webkit-input-placeholder {
  color: #2f2f2f;
  opacity: 1 !important;
}

::-moz-placeholder {
  color: #2f2f2f;
  opacity: 1 !important;
}

:-ms-input-placeholder {
  color: #2f2f2f;
  opacity: 1 !important;
}

.dropdown {
  cursor: pointer;
  position: relative;
  z-index: 10;
}

.dropdown .select {
  border: 1px solid #c0c0c0;
  background: #fff;
  overflow: hidden;
  color: #2f2f2f;
  width: 100%;
  z-index: 100;
}

@media (min-width: 769px) {
  .dropdown .select {
    height: 42px;
  }
}

@media (max-width: 1024px) {
  .dropdown .select {
    height: 32px;
  }
}

.dropdown span.input {
  display: block;
  font-size: .875em;
  padding: 6px 10px;
  position: relative;
}

@media (min-width: 769px) {
  .dropdown span.input {
    line-height: 28px;
  }
}

@media (max-width: 1024px) {
  .dropdown span.input {
    line-height: 22px;
  }
}

.dropdown span.input:after {
  content: "\f107";
  color: #666;
  font-family: FontAwesome;
  position: absolute;
  right: 10px;
  top: 5px;
}

@media (min-width: 769px) {
  .dropdown span.input:after {
    font-size: 38px;
  }
}

@media (max-width: 1024px) {
  .dropdown span.input:after {
    font-size: 32px;
  }
}

.dropdown .options {
  border: 1px solid #c0c0c0;
  background: #fff;
  border-top: none;
  display: none;
  left: 0;
  list-style: none;
  padding: 5px 0 20px;
  position: absolute;
  top: 100%;
  width: 100%;
}

.dropdown .options li {
  cursor: pointer;
  font-size: .875em;
  margin-bottom: 0;
}

.dropdown .options li:hover,
.dropdown .options li:focus {
  background-color: #f6f6f6;
  color: #12c2e9;
}

.dropdown .options li a {
  display: block;
}

@media (min-width: 769px) {
  .dropdown .options li a {
    padding: 5px 12px;
  }
}

@media (max-width: 1024px) {
  .dropdown .options li a {
    padding: 5px 10px;
  }
}

.dropdown.open .options {
  display: block;
}

.dropdown.open span.input:after {
  content: "\f106";
  top: 2px;
}

/* -- Filters and Sub Filters --*/
.filters {
  background-color: #e8e5e5;
  border-bottom: 1px solid #d3d3d3;
  padding: 12px 30px;
  position: relative;
  z-index: 10;
}

@media (min-width: 1024px) {
  .filters {
    padding: 12px 30px;
  }
}

@media (max-width: 1023px) {
  .filters {
    left: 0;
    padding: 12px 15px;
    top: 64px;
    width: 100%;
  }
}

@media (max-width: 1023px) {
  .filters {
    top: 0;
  }
}

@media (max-width: 520px) {
  .filters .col {
    position: static;
  }
}

@media (max-width: 1024px) {
  .filters .sub {
    position: static;
  }
}

@media (min-width: 769px) {
  .filters .subfilters {
    position: relative;
  }
}

@media (min-width: 769px) {
  .filters .subfilters {
    width: 40px;
  }
}

@media (max-width: 1024px) {
  .filters .subfilters {
    width: 32px;
  }
}

.filters .subfilters a.subfilter-toggle {
  background-color: #fff;
  background-position: center center;
  background-repeat: no-repeat;
  border: 1px solid #c0c0c0;
  display: block;
  width: 100%;
}

@media (min-width: 769px) {
  .filters .subfilters a.subfilter-toggle {
    height: 40px;
  }
}

@media (max-width: 1024px) {
  .filters .subfilters a.subfilter-toggle {
    height: 32px;
  }
}

@media (min-width: 769px) {
  .filters .subfilters.terms {
    width: 50px;
  }
}

.filters .subfilters.terms a.subfilter-toggle {
  font-family: "Cinzel", Times New Roman, Times, serif;
}

@media (min-width: 769px) {
  .filters .subfilters.terms a.subfilter-toggle {
    background: none;
    border: none;
    line-height: 40px;
  }
}

@media (max-width: 1024px) {
  .filters .subfilters.terms a.subfilter-toggle {
    background-image: url(assets/img/filter.png);
    position: relative;
    text-indent: -9999px;
  }
}

@media (max-width: 520px) {
  .filters .subfilters.terms a.subfilter-toggle {
    background-size: 80%;
  }
}

.filters .subfilters .subfilter-popup {
  background: #fff;
  -webkit-box-shadow: 0 2px 4px 4px rgba(192, 192, 192, 0.5);
  box-shadow: 0 2px 4px 4px rgba(192, 192, 192, 0.5);
  display: none;
  position: absolute;
}

@media (min-width: 1024px) {
  .filters .subfilters .subfilter-popup {
    left: -240px;
    margin-left: 50%;
    padding: 10px 20px;
    top: 40px;
    width: 480px;
  }
}

@media (max-width: 1023px) {
  .filters .subfilters .subfilter-popup {
    right: 2%;
    padding: 10px;
    top: 46px;
    width: 480px;
  }
}

@media (max-width: 1024px) {
  .filters .subfilters .subfilter-popup {
    top: 56px;
    width: 96%;
  }
}

@media (max-width: 1023px) {
  .filters .subfilters .subfilter-popup .subfilter-list:after {
    left: auto;
    right: 17%;
  }
}

.filters .subfilters .subfilter-popup ul>li {
  float: left;
  font-weight: bold;
  width: 33%;
}

.filters .subfilters .subfilter-popup ul>li a {
  display: block;
  cursor: default;
  font-size: .875em;
}

.filters .subfilters .subfilter-popup ul>li ul {
  margin-top: 14px;
}

.filters .subfilters .subfilter-popup ul>li ul li {
  float: none;
  margin-bottom: 10px;
  width: auto;
}

.filters .subfilters .subfilter-popup ul>li ul li a {
  cursor: pointer;
  font-weight: normal;
  line-height: 16px;
  padding-left: 24px;
  position: relative;
}

.filters .subfilters .subfilter-popup ul>li ul li a:before {
  background-color: #f9f7f7;
  border: 1px solid #c0c0c0;
  content: '';
  height: 16px;
  left: 0;
  position: absolute;
  top: 0;
  width: 16px;
}

.filters .subfilters .subfilter-popup ul>li ul li a.on:before {
  background-color: #232D5f;
  border-color: #2f2f2f;
}

.filters .subfilters.open .subfilter-toggle:after {
  border: solid transparent;
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #fff;
  border-width: 10px;
  bottom: 100%;
  content: " ";
  height: 0;
  margin-left: -10px;
  left: 50%;
  position: absolute;
  pointer-events: none;
  width: 0;
  bottom: 0;
  z-index: 20;
}

@media (max-width: 1023px) {
  .filters .subfilters.open .subfilter-toggle:after {
    bottom: -6px;
  }
}

@media (max-width: 1024px) {
  .filters .subfilters.open .subfilter-toggle:after {
    bottom: -14px;
  }
}

.filters .subfilters.open .subfilter-popup {
  display: block;
}

.filters .subfilters.calendar a.subfilter-toggle {
  background-image: url(assets/img/calendar.svg);
}

.filters .subfilters .widget_calendar:after {
  border: solid transparent;
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #fff;
  border-width: 10px;
  bottom: 100%;
  content: " ";
  height: 0;
  margin-left: -10px;
  left: 50%;
  position: absolute;
  pointer-events: none;
  width: 0;
}

.filters .subfilters #wp-calendar {
  width: 100%;
}

.filters .subfilters #wp-calendar caption {
  text-align: right;
  font-size: 1em;
  margin-bottom: 10px;
}

.filters .subfilters #wp-calendar thead {
  font-size: 11px;
}

.filters .subfilters #wp-calendar thead th {
  padding-bottom: 10px;
}

.filters .subfilters #wp-calendar tbody {
  color: #2f2f2f;
}

.filters .subfilters #wp-calendar tbody td {
  background: #f9f7f7;
  border: 1px solid #fff;
  color: rgba(47, 47, 47, 0.4);
  font-size: 1.125em;
  line-height: 1em;
  padding: 8px;
  text-align: center;
}

.filters .subfilters #wp-calendar tbody td.event {
  background: #f9f7f7;
  color: #2f2f2f;
}

.filters .subfilters #wp-calendar tbody td.today {
  background: #232D5f;
  color: #fff;
}

.filters .subfilters #wp-calendar tbody td.today a {
  color: #fff;
}

.filters .subfilters #wp-calendar tbody td.eo-past-date {
  background: #e8e5e5;
  color: rgba(47, 47, 47, 0.6);
}

.filters .subfilters #wp-calendar tbody td.eo-past-date a {
  color: #666;
}

.filters .subfilters #wp-calendar tbody td:hover {
  background: #fff;
  color: #2f2f2f;
}

.filters .subfilters #wp-calendar tbody .pad {
  background: none;
}

.filters .subfilters #wp-calendar tfoot td {
  font-size: 1em;
  padding-top: 5px;
}

.filters .subfilters #wp-calendar tfoot #eo-widget-next-month {
  text-align: right;
}

.filters .view {
  font-family: "Cinzel", Times New Roman, Times, serif;
  text-align: right;
}

.filters .view li {
  display: inline-block;
  margin: 0;
}

@media (min-width: 1024px) {
  .filters .view li {
    padding: 8px 15px;
  }

  .filters .view li:last-child {
    border-left: 1px solid #2f2f2f;
    line-height: 1em;
    padding-right: 0;
  }

  .filters .view li a.on {
    font-weight: 500;
  }
}

@media (max-width: 1023px) {
  .filters .view li a {
    background-color: #fff;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 80%;
    border: 1px solid #c0c0c0;
    display: block;
    height: 40px;
    overflow: hidden;
    text-align: left;
    text-indent: -9999px;
    width: 40px;
  }

  .filters .view li.map a {
    background-image: url(assets/img/map-view.png);
  }

  .filters .view li.list a {
    background-image: url(assets/img/list-view.png);
  }
}

@media (max-width: 1024px) {
  .filters .view li a {
    height: 32px;
    width: 32px;
  }
}

@media (max-width: 1024px) {
  .filters .view ul {
    height: 32px;
  }
}

@media (max-width: 520px) {
  .filters.dining .view li.list.on {
    display: none;
  }
}

/*-- Popups --*/
.popup-container .popup {
  background: #fff;
  -webkit-box-shadow: 0 2px 4px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 4px 4px rgba(0, 0, 0, 0.1);
  display: none;
  padding: 10px;
  position: absolute;
  top: 30px;
  width: 200px;
  z-index: 900;
}

.popup-container .popup:after {
  border: solid transparent;
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #fff;
  border-width: 10px;
  bottom: 100%;
  content: " ";
  height: 0;
  margin-left: -10px;
  left: 50%;
  position: absolute;
  pointer-events: none;
  width: 0;
}

.popup-container.open .popup {
  display: block;
}

/*-- Modals --*/
.modal-container {
  background-color: rgba(0, 0, 0, 0.3);
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99999;
}

.modal-container .modal {
  background-color: #fff;
  border-radius: 10px;
  display: none;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.modal-container .modal .content {
  padding: 20px;
}

.modal-container .modal .modal-close {
  cursor: pointer;
  font-size: 42px;
  font-weight: 300;
  position: absolute;
  right: 10px;
  top: -5px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/*-- Social Sharing --*/
div.social {
  display: inline-block;
  float: right;
  position: relative;
}

div.social .popup-toggle {
  cursor: pointer;
  display: inline-block;
  line-height: 22px;
  padding-left: 30px;
}

div.social .popup-toggle:before {
  content: " ";
  background-image: url(assets/img/share.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  height: 24px;
  left: 0;
  top: -1px;
  width: 24px;
}

div.social .popup {
  margin-left: -70px;
  width: 140px;
}

/* --------------------------------------
 Page-specific Styles
-------------------------------------- */
/*-- Default Template --*/
@media (min-width: 1024px) {
  .main.default .content {
    padding: 75px;
  }
}

@media (max-width: 1023px) {
  .main.default .content {
    padding: 40px;
  }
}

@media (max-width: 1024px) {
  .main.default .content {
    padding: 20px;
  }
}

.main.default .content h1 {
  margin-bottom: 40px;
}

/*-- Home --*/
#home h1 {
  font-family: "Cinzel", Times New Roman, Times, serif;
  margin: 25px 0;
  text-align: center;
}

@media (min-width: 769px) {
  #home h1 {
    font-size: 2.25em;
  }
}

@media (max-width: 1024px) {
  #home h1 {
    font-size: 1.8em;
  }
}

@media (max-width: 520px) {
  #home h1 {
    font-size: 1.3em;
  }
}

/*-- Store Directory --*/
@media (max-width: 1023px) {

  #directory .filters .category,
  #dining .filters .category {
    padding-left: 0 !important;
  }
}

#directory .top,
#dining .top {
  font-family: "Cinzel", Times New Roman, Times, serif;
  font-variant: small-caps;
  z-index: 8;
}

@media (min-width: 1024px) {

  #directory .top,
  #dining .top {
    position: relative;
  }
}

#directory .top .alpha li,
#dining .top .alpha li {
  display: inline-block;
  margin: 0 20px 0 0;
}

#directory .top .alpha li a.on,
#dining .top .alpha li a.on {
  font-weight: 700;
}

#directory .top .download,
#dining .top .download {
  position: relative;
  float: right;
}

#directory .top .download>a,
#dining .top .download>a {
  background-image: url(assets/img/download.svg);
  background-position: 0 center;
  background-repeat: no-repeat;
  display: inline-block;
  min-height: 13px;
  padding-left: 24px;
}

#directory .top .download .download-popup,
#dining .top .download .download-popup {
  left: auto;
  margin-left: 0;
  right: 0;
  top: 30px;
  width: 200px;
}

#directory .top .download .download-popup ul li,
#dining .top .download .download-popup ul li {
  margin-bottom: 5px;
}

@media (min-width: 1024px) {
  .main.directory {
    padding: 12px 30px;
  }
}

@media (max-width: 1023px) {
  .main.directory {
    padding: 64px 12px 15px;
  }

  .main.directory .top {
    padding-top: 10px;
  }
}

@media (max-width: 1024px) {
  .main.directory {
    padding-top: 56px;
  }
}

.main.directory h1 {
  margin: 10px 0;
}

.main.store {
  padding: 80px 0;
}

.main.store section h2 {
  display: block;
  font-family: "Cinzel", Times New Roman, Times, serif;
  margin: 20px 0;
  text-align: center;
}

@media (min-width: 1024px) {
  .main.store .container {
    padding: 0 75px 50px !important;
  }
}

@media (max-width: 1023px) {
  .main.store .container {
    padding: 0 25px 20px !important;
  }
}

@media (max-width: 1024px) {
  .main.store .container {
    padding: 0 10px 20px !important;
  }
}

@media (max-width: 1023px) {
  .main.store .info {
    padding: 0 25px 20px !important;
  }
}

@media (max-width: 1024px) {
  .main.store .info {
    padding: 0 10px 20px !important;
  }
}

.main.store .items {
  text-align: center;
}

.main.store .items .container:first-of-type {
  padding-bottom: 0 !important;
}

.main.store .items .row {
  margin-bottom: 60px;
}

.main.store .items .col {
  display: inline-block;
  float: none;
}

.main.store .items .col:first-child {
  padding: 0 6px 0 0;
}

.main.store .items .col:nth-child(2) {
  padding: 0 3px;
}

.main.store .items .col:last-child {
  padding: 0 0 0 6px;
}

.main.store .items .image {
  text-align: center;
}

.main.store .items .image img {
  height: auto;
  max-width: 100%;
}

.main.store .items .text {
  padding-top: 25px;
}

.main.store .events {
  margin-bottom: 20px;
}

.main.store .events .event {
  background-color: #f9f7f7;
}

@media (max-width: 1024px) {
  .main.store .events .event {
    -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.5);
  }
}

@media (min-width: 769px) {
  .main.store .events .event {
    height: 375px;
  }
}

.main.store .events .event .image {
  overflow: hidden;
  padding: 0;
  position: relative;
}

@media (min-width: 769px) {
  .main.store .events .event .image {
    line-height: 375px;
    height: 375px;
  }
}

.main.store .events .event .image img {
  height: auto;
  width: 100%;
}

@media (min-width: 521px) {
  .main.store .events .event .image img {
    margin: -100% 0;
  }
}

.main.store .events .event .text {
  height: 100%;
  position: relative;
  text-align: center;
}

@media (min-width: 769px) {
  .main.store .events .event .text {
    padding: 40px;
  }
}

@media (max-width: 1024px) {
  .main.store .events .event .text {
    padding: 20px 20px 40px;
  }
}

.main.store .events .event .text h2 {
  font-family: 'futura', "Raleway", Arial, Helvetica, sans-serif;
  
  font-size: 1em;
}

.main.store .events .event .text h3 {
  font-size: 1.875em;
  margin-bottom: 30px;
}

.main.store .events .event .text hr {
  border-top-color: #2f2f2f;
  margin: 20px auto 20px;
  width: 75px;
}

.main.store .events .event .bottom {
  background-color: #f9f7f7;
  bottom: 0;
  left: 0;
  padding: 0 40px;
  position: absolute;
  width: 100%;
}

.main.store .events .event .bottom .col {
  border-top: 1px solid #e8e5e5;
  padding: 10px 0;
}

.main.store .events .event .bottom .calendar {
  text-align: left;
}

.main.store .events .event .bottom .social {
  text-align: right;
}

.main.store .related h3 {
  margin-bottom: 30px;
}

.main.store .related .col {
  height: 120px;
  line-height: 120px;
  text-align: left;
}

.main.store .related img {
  max-height: 100%;
  max-width: 80%;
}

.list .directory-section {
  border-collapse: collapse;
  width: 100%;
}

.list .directory-section:last-child .store:last-child {
  border-bottom: none;
}

.list h2 {
  font-family: "Cinzel", Times New Roman, Times, serif;
  font-size: 1.25em;
  font-weight: 700;
  padding: 25px 0 10px;
}

.list .store {
  border-bottom: 1px solid #e8e5e5;
  min-height: 55px;
  padding: 15px 5px 10px;
  width: 100%;
}

@media (min-width: 769px) {
  .list .store {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
}

.list .store.hide {
  display: none;
}

.list .store .col:first-of-type {
  padding-left: 0;
}

@media (min-width: 769px) {
  .list .store .col {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
}

.list .store .col h3 {
  margin-bottom: 0;
}

.list .store .name {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.list .store .info {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.list .store .contact {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

.list .store .location {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}

@media (max-width: 1024px) {
  .list .store .location {
    text-align: right;
    padding: 0 0 5px;
  }
}

.list .store .contact {
  text-align: right;
}

@media (min-width: 769px) {
  .list .store .contact {
    padding-right: 15px;
  }
}

.list .store h3 {
  font-size: 1em;
  page-break-after: always;
  -webkit-column-break-after: always;
  break-after: always;
  margin-bottom: 8px;
}

.list .store p {
  font-size: .95em;
  line-height: 1.2em;
  margin-bottom: 0;
}

.list .store .featured {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  background-color: #f9f7f7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  width: 100%;
}

.list .store .featured .thumbnail {
  width: 30%;
}

.list .store .featured .text {
  padding-bottom: 10px;
  padding-top: 10px;
}

.list .store .featured .text img {
  display: block;
}

.list .store .featured .text p {
  margin-top: 15px;
}

/*-- Map --*/
#map {
  height: 665px;
  max-width: 100%;
  width: 1070px;
}

@media (max-width: 1024px) {
  #map {
    height: 500px;
  }
}

@media (max-width: 520px) {
  #map {
    height: 400px;
  }
}

@media (max-width: 1024px) {
  #map .gm-style-iw {
    max-width: 600px;
  }
}

@media (max-width: 520px) {
  #map .gm-style-iw {
    max-width: 300px;
  }
}

@media (max-width: 400px) {
  #map .gm-style-iw {
    max-width: 250px;
  }
}

#map .info {
  font-family: Raleway;
}

#map .info h2 {
  font-size: 24px;
  margin-bottom: 20px;
}

#map .info img {
  height: auto;
  max-height: 100px;
  max-width: 80%;
  width: auto;
}

#map .info p {
  font-size: 16px;
  line-height: 1.2em;
}

#map .info .button {
  font-size: 16px;
  padding: 12px;
}

@media (min-width: 769px) {
  #map .info .aside {
    padding-left: 26px !important;
  }
}

@media (max-width: 1024px) {
  #map .info .aside {
    padding-left: 0 !important;
  }
}

#map .info .aside h3 {
  font-size: 16px;
  line-height: 16px;
  margin: 10px 0 5px 0;
}

#map .info .aside h3 .fa {
  color: #232D5f;
  float: left;
  font-size: 16px;
  margin-right: 5px;
  text-align: center;
  width: 15px;
}

#map .info .aside p {
  margin: 0 0 0 20px;
}

.map .icons {
  padding: 45px 0;
  text-align: left;
  margin-bottom: 10px;
}

.map .icons h3 {
  font-family: "Cinzel", Times New Roman, Times, serif;
  font-size: 32px;
  font-weight: 300;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.map .icons .icon {
  float: left;
  margin: 0 1% 20px;
  text-align: center;
}

@media (min-width: 769px) {
  .map .icons .icon {
    width: 18%;
  }

  .map .icons .icon:first-child {
    margin-left: 0;
  }

  .map .icons .icon:last-child {
    margin-right: 0;
  }

  .map .icons .icon:nth-of-type(6) {
    clear: left;
  }
}

.map .icons .icon a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f9f7f7;
  border: 1px solid #232D5f;
  border-radius: 40px;
  cursor: pointer;
  display: block;
  font-size: 1em;
  height: 80px;
  margin: 0 auto 10px;
  position: relative;
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  width: 80px;
}

.map .icons .icon img {
  display: block;
  height: 100%;
  margin: auto;
  width: 100%;
}

.map .icons .icon img.on {
  display: none;
}

.map .icons .icon:hover a,
.map .icons .icon.on a {
  background-color: #232D5f;
}

.map .icons .icon:hover img.on,
.map .icons .icon.on img.on {
  display: block;
}

.map .icons .icon:hover img.off,
.map .icons .icon.on img.off {
  display: none;
}

@media (max-width: 1024px) {
  .map .icons .icon {
    height: 122px;
    width: 30%;
  }

  .map .icons .icon:nth-of-type(3n+1) {
    clear: left;
  }
}

/*-- Events --*/

.flex-row {
  display: flex;
  align-items: center;
}

.flex-col {
  flex: 1;
  padding: 0;
}

@media (min-width: 769px) {
  #events .main.calendar.archive {
    padding: 50px 0;
  }

}


@media (max-width: 1023px) {
  #events .main.calendar.archive {
    padding-top: 30px;
  }
}

@media (max-width: 1024px) {
  #events .main.calendar.archive {
    padding: 20px 0 20px;
  }

  .flex-row {
    display: block;
    align-items: center;
  }

  .flex-col {
    flex: 1;
    padding: 20px;
  }
}

#events .main.calendar.archive .event a.link {
  background-color: #f9f7f7;
  display: block;
  margin: auto;
  width: 100%;
}

#events .main.calendar.archive .event .thumbnail {
  overflow: hidden;
  padding: 0;
  position: relative;
}

#events .main.calendar.archive .event .thumbnail img {
  height: auto;
  width: 100%;
}

#events .main.calendar.archive .event .text {
  position: relative;
  text-align: center;
}

@media (min-width: 769px) {
  #events .main.calendar.archive .event .text {
    padding: 30px;
  }
}

@media (max-width: 1024px) {
  #events .main.calendar.archive .event .text {
    padding: 20px;
  }
}

#events .main.calendar.archive .event .text h3 {
  text-transform: uppercase;
}

#events .main.calendar.archive .event .text hr {
  border-top-color: #2f2f2f;
  margin: 20px auto 20px;
  width: 75px;
}

#events .main.calendar.archive .featured {
  margin-bottom: 20px;
}

#events .main.calendar.archive .featured .event {
  background-color: #f9f7f7;
  margin-bottom: 10px;
}

#events .main.calendar.archive .featured .image {
  overflow: hidden;
  text-align: center;
}

@media (max-width: 1024px) {
  #events .main.calendar.archive .featured .image {
    padding: 0 !important;
    max-height: 450px;
  }
}

#events .main.calendar.archive .featured .image img {
  height: auto;
  /*margin: 0 -100%;*/
  min-width: 100%;
}

@media (min-width: 769px) {
  #events .main.calendar.archive .featured .image img {
    max-width: none;
  }
}

@media (max-width: 1024px) {
  #events .main.calendar.archive .featured .image img {
    max-width: 100%;
  }
}

@media (min-width: 1024px) {
  #events .main.calendar.archive .featured .text .inner {
    display: inline-block;
    vertical-align: middle;
  }
}

@media (min-width: 769px) {
  #events .main.calendar.archive .featured .text {
    padding: 40px;
  }
}

@media (max-width: 1024px) {
  #events .main.calendar.archive .featured .text {
    padding: 20px;
  }
}

#events .main.calendar.archive .featured .text h2 {
  font-size: 1em;
}

#events .main.calendar.archive .featured .text h3 {
  font-size: 1.875em;
  margin-bottom: 25px;
}

#events .main.calendar.archive .featured .text .button {
  margin-top: 40px;
}

@media (min-width: 769px) {
  #events .main.calendar.archive .events {
    padding: 25px 50px;
  }
}

@media (min-width: 769px) {
  #events .main.calendar.archive .events {
    padding: 20px;
  }
}

@media (min-width: 769px) {
  #events .main.calendar.archive .events h2.archive {
    padding: 0 5%;
  }
}

#events .main.calendar.archive .events h2.archive a {
  color: #232D5f;
  font-size: 70%;
  margin-left: 20px;
}

#events .main.calendar.archive .events .event:nth-child(2n+1) {
  clear: left;
}

@media (min-width: 1024px) {
  #events .main.calendar.archive .events .event {
    padding: 25px 5%;
  }
}

@media (max-width: 1023px) {
  #events .main.calendar.archive .events .event {
    padding: 15px 3%;
  }
}

@media (max-width: 1024px) {
  #events .main.calendar.archive .events .event {
    margin: 10px;
    /*-webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.5); */
    padding: 0 !important;
    float: none;
    width: auto;
  }
}

#events .main.calendar.archive .events .event .text h2 {
  font-size: 0.875em;
}

#events .main.calendar.archive .events .event .text h3 {
  font-size: 1.5em;
}

#events .main.calendar.archive .events .bottom {
  background-color: #f9f7f7;
  padding: 0 30px;
  width: 100%;
}

#events .main.calendar.archive .events .bottom .col {
  border-top: 1px solid #e8e5e5;
  padding: 10px 0;
}

#events .main.calendar.archive .events .bottom .social {
  text-align: right;
}

@media (min-width: 769px) {
  #events .main.calendar.single {
    padding: 75px;
  }
}

@media (max-width: 1024px) {
  #events .main.calendar.single {
    padding: 20px;
  }
}

#events .main.calendar.single .content h1,
#events .main.calendar.single .content h2 {
  margin-bottom: 10px;
  text-transform: uppercase;
}

#events .main.calendar.single a {
  text-decoration: underline !important;
}

#events .main.calendar.single .content h1 {
  font-size: 1.875em;
}

#events .main.calendar.single .content h2 {
  font-size: 1em;
}

#events .main.calendar.single .content p.date {
  margin-bottom: 24px;
}

#events .main.calendar.single .share {
  margin-bottom: 24px;
  width: 100%;
}

#events .main.calendar.single .share .col {
  border-top: 1px solid #e8e5e5;
  padding: 10px 0;
}

#events .main.calendar.single .share .social {
  text-align: right;
}

div.event .date,
section.event .date {
  background-color: rgba(255, 255, 255, 0.8);
  left: 0;
  line-height: normal;
  position: absolute;
  text-align: center;
  top: 0;
}

@media (min-width: 769px) {

  div.event .date,
  section.event .date {
    padding: 12px;
    width: 80px;
  }
}

@media (max-width: 1024px) {

  div.event .date,
  section.event .date {
    padding: 10px;
    width: 80px;
  }
}

div.event .date span,
section.event .date span {
  display: block;
  font-weight: 300;
}

div.event .date span.month,
section.event .date span.month {
  font-size: .85em;
}

div.event .date span.day,
section.event .date span.day {
  font-size: 3em;
  line-height: 1em;
}

@media (min-width: 769px) {

  div.event .date.end,
  section.event .date.end {
    left: 100px;
  }
}

@media (max-width: 1024px) {

  div.event .date.end,
  section.event .date.end {
    left: 80px;
  }
}

div.event .date.end .to,
section.event .date.end .to {
  display: inline-block;
  left: -10px;
  position: absolute;
  top: 40%;
  width: 20px;
}

/*article.feature .date {
  @media (min-width:769px) {
    width: 100px;
  }
}
section.posts:not(.all) article.post .date {
  display: none;
}*/
/*-- Visit --*/
@media (max-width: 1024px) {
  #visit header .category {
    float: right;
  }
}

@media (min-width: 769px) {
  #visit header .category {
    padding: 10px 20px;
  }
}

@media (max-width: 1024px) {
  #visit header .category {
    padding: 10px;
  }
}

@media (min-width: 769px) {
  #visit .main.destinations {
    padding: 0 20px 20px;
  }
}

@media (max-width: 1024px) {
  #visit .main.destinations {
    padding: 0 10px 10px;
  }
}

#visit .main.destinations hr {
  border-top-color: #d3d3d3;
  max-width: none;
  width: 100%;
}

@media (max-width: 1024px) {
  #visit .main.destinations hr {
    margin-bottom: 20px !important;
  }
}

#visit .main.destinations h2 {
  font-size: 1.6em;
  margin-bottom: 20px;
}

#visit .main.destinations h2:not(:first-of-type) {
  border-top: 1px solid #d3d3d3;
  margin: 60px 0 40px;
  padding-top: 40px;
}

#visit .main.destinations .destination {
  margin-bottom: 40px;
}

@media (max-width: 1024px) {
  #visit .main.destinations .destination {
    padding: 0 5px;
  }
}

@media (min-width: 769px) {
  #visit .main.destinations .destination .content {
    padding: 5px 20px 0 10px;
  }
}

@media (max-width: 1024px) {
  #visit .main.destinations .destination .content {
    padding: 10px 0;
  }
}

@media (min-width: 1024px) {
  #visit .main.destinations .destination .content h3 {
    font-size: 1.125em;
    margin-bottom: 15px;
  }
}

@media (max-width: 1023px) {
  #visit .main.destinations .destination .content h3 {
    margin-bottom: 10px;
  }
}

@media (min-width: 769px) {
  #visit .main.destinations .destination .content .button {
    margin: 0 40px 0 0;
  }
}

@media (max-width: 1024px) {
  #visit .main.destinations .destination .content .button {
    margin: 0 20px 0 0;
  }
}

@media (min-width: 521px) {
  #visit .main.destinations .destination .content .button {
    max-width: 170px;
  }
}

@media (max-width: 520px) {
  #visit .main.destinations .destination .content .button {
    margin: 0 10% 20px 10%;
    width: 80%;
  }
}

#visit .main.destinations .destination .content .button:last-child {
  margin-right: 0;
}

#visit .main.destinations .destination .content .distance {
  display: block;
}

@media (min-width: 769px) {
  #visit .main.destinations .destination .content .distance {
    text-align: right;
  }
}

@media (max-width: 1024px) {
  #visit .main.destinations .destination .content .distance {
    margin-bottom: 10px;
    padding: 0;
  }
}

@media (max-width: 1024px) {
  #visit .main.destinations .destination .image {
    padding: 10px 0;
  }
}

@media (max-width: 520px) {
  #visit .main.destinations .destination .image img {
    height: auto;
    width: 100%;
  }
}

/*-- Arts --*/
@media (min-width: 521px) {
  #arts .filters .category {
    min-width: 340px;
  }
}

#arts .filters .subfilters .subfilter-popup {
  left: -100px;
  padding: 10px;
  width: 200px;
}

#arts .filters .subfilters .subfilter-popup .close {
  font-size: 12px;
  position: absolute;
  right: 10px;
  top: 6px;
  z-index: 10;
}

#arts .filters .subfilters #wp-calendar caption {
  text-align: center;
}

#arts .filters .subfilters #wp-calendar thead,
#arts .filters .subfilters #wp-calendar tbody {
  display: none !important;
}

@media (min-width: 1024px) {
  #arts .main.venues {
    padding: 45px 75px;
  }
}

@media (max-width: 1023px) {
  #arts .main.venues {
    padding: 104px 40px 40px;
  }
}

@media (max-width: 1024px) {
  #arts .main.venues {
    padding: 76px 20px 20px;
  }
}

#arts .main.venues .venue {
  margin-bottom: 75px;
}

#arts .main.venues .venue .header {
  border-bottom: 1px solid #c0c0c0;
  margin-bottom: 30px;
  padding-bottom: 10px;
}

#arts .main.venues .venue .header .link {
  text-align: right;
}

#arts .main.venues .venue .header .link a {
  font-size: 1.125em;
  text-decoration: underline;
}

#arts .main.venues .venue h2 {
  margin-bottom: 0;
  text-transform: uppercase;
}

#arts .main.venues .venue .list li {
  padding: 0;
}

#arts .main.venues .venue .list li:nth-child(odd) {
  clear: left;
}

@media (min-width: 769px) {
  #arts .main.venues .venue .list li:nth-child(odd) {
    padding-right: 20px;
  }
}

#arts .main.venues .venue .list p {
  margin-bottom: 0;
}

#arts .main.venues .venue .list h3 {
  font-size: 1.25em;
}

/*-- History --*/
#history header {
  border-bottom: 1px solid #c0c0c0;
  padding-bottom: 20px;
}

@media (min-width: 521px) {
  #history header {
    margin: 0 20px;
  }
}

@media (max-width: 1024px) {
  #history header {
    margin-bottom: 20px;
  }
}

@media (max-width: 520px) {
  #history header {
    margin: 0 10px 20px;
  }
}

#history header h1 {
  padding: 0;
}

@media (min-width: 1024px) {
  #history #main {
    padding-bottom: 100px;
  }
}

@media (min-width: 769px) {
  #history .main.timeline {
    padding: 0 20px;
  }
}

@media (max-width: 1024px) {
  #history .main.timeline {
    padding: 0 10px 10px;
  }
}

#history .main.timeline .item {
  position: relative;
}

@-webkit-keyframes showFirst {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes showFirst {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@media (min-width: 769px) {
  #history .main.timeline .item {
    height: 400px;
  }
}

#history .main.timeline .item .year {
  background: #ad9c62;
  color: #fff;
  display: inline-block;
  font-family: Cinzel;
  font-size: 40px;
  left: 50%;
  line-height: 50px;
  margin-left: -56px;
  position: absolute;
  text-align: center;
  width: 100px;
  z-index: 10;
}

@media (min-width: 769px) {
  #history .main.timeline .item .year {
    margin-top: -25px;
    top: 50%;
  }
}

@media (max-width: 1024px) {
  #history .main.timeline .item .year {
    bottom: -18px;
  }
}

#history .main.timeline .item .content {
  height: 100%;
}

@media (min-width: 769px) {
  #history .main.timeline .item .content {
    padding: 0 40px;
  }

  #history .main.timeline .item .content:before {
    content: "";
    display: inline-block;
    height: 100%;
    width: 1%;
    vertical-align: middle;
  }
}

@media (max-width: 1023px) {
  #history .main.timeline .item .content {
    padding: 0 20px;
  }
}

@media (max-width: 1024px) {
  #history .main.timeline .item .content {
    padding: 50px 20px 40px;
    text-align: center;
  }
}

#history .main.timeline .item .content .inner {
  margin: 0 auto;
}

@media (min-width: 769px) {
  #history .main.timeline .item .content .inner {
    display: inline-block;
    vertical-align: middle;
    width: 96%;
  }
}

#history .main.timeline .item .image {
  padding: 0;
  position: relative;
}

@media (min-width: 769px) {
  #history .main.timeline .item .image {
    height: 100%;
    overflow: hidden;
  }
}

#history .main.timeline .item .image img {
  border: 12px solid #fff;
  outline: 1px solid #ad9c62;
}

@media (min-width: 769px) {
  #history .main.timeline .item .image img {
    position: absolute;
    top: 13px;
  }
}

@media (max-width: 1024px) {
  #history .main.timeline .item .image img {
    display: block;
    margin: 1px auto;
  }
}

#history .main.timeline .item .border {
  background: #ad9c62;
  height: 100%;
  left: 50%;
  margin-left: -15px;
  position: absolute;
  width: 15px;
  z-index: 5;
}

@media (min-width: 1024px) {

  #history .main.timeline .item:nth-child(odd) .image img,
  #history .main.timeline .item .odd .image img {
    left: -460px;
  }
}

@media (min-width: 769px) {

  #history .main.timeline .item:nth-child(odd) .content,
  #history .main.timeline .item .odd .content {
    padding-right: 90px;
  }

  #history .main.timeline .item:nth-child(odd) .image,
  #history .main.timeline .item .odd .image {
    float: right;
    left: -15px;
  }

  #history .main.timeline .item:nth-child(odd) .image img,
  #history .main.timeline .item .odd .image img {
    left: -12px;
  }
}

@media (min-width: 1024px) {

  #history .main.timeline .item:nth-child(even) .image img,
  #history .main.timeline .item .even .image img {
    right: -460px;
  }
}

@media (min-width: 769px) {

  #history .main.timeline .item:nth-child(even) .content,
  #history .main.timeline .item .even .content {
    padding-left: 90px;
  }

  #history .main.timeline .item:nth-child(even) .image img,
  #history .main.timeline .item .even .image img {
    right: -12px;
  }
}

@media (min-width: 769px) {
  #history .main.timeline .item:first-child {
    height: 460px;
  }

  #history .main.timeline .item:first-child .image img {
    left: -13px;
  }

  #history .main.timeline .item:first-child .year span,
  #history .main.timeline .item:first-child .content .inner,
  #history .main.timeline .item:first-child .image img {
    opacity: 1;
  }

  #history .main.timeline .item:first-child .content {
    padding-top: 60px;
  }

  #history .main.timeline .item:first-child img {
    top: 74px !important;
  }

  #history .main.timeline .item:first-child .year {
    margin-top: 6px !important;
  }

  #history .main.timeline .item:last-child {
    height: 550px;
  }

  #history .main.timeline .item:last-child .content {
    padding-bottom: 150px;
  }

  #history .main.timeline .item:last-child .year {
    margin-top: -100px !important;
  }
}


/*-- Press, InTheNews & Careers Shared --*/
#press .post,
#inthenews .post,
#careers .post {
  margin-bottom: 35px;
}

#press .post .info,
#inthenews .post .info,
#careers .post .info {
  display: block;
  margin-bottom: 10px;
}

#press .post h2,
#inthenews .post h2,
#careers .post h2 {
  font-size: 1.5em;
  margin-bottom: 10px;
  text-transform: uppercase;
}

#press .post p,
#inthenews .post p,
#careers .post p {
  font-size: 0.95em;
}

#press .post a,
#inthenews .post a,
#careers .post a {
  text-decoration: underline;
}

/*-- Press & InTheNews Shared --*/
#press header,
#inthenews header {
  background-color: #fff;
  margin-bottom: 50px;
}

@media (min-width:1024px) {

  #press header .content,
  #inthenews header .content {
    padding: 45px 75px 0 20px;
  }
}

@media (max-width:1023px) {

  #press header .content,
  #inthenews header .content {
    padding: 12px 30px;
  }
}

@media (max-width:1024px) {

  #press header .content,
  #inthenews header .content {
    padding: 12px 15px;
  }
}

#press header .image,
#inthenews header .image {
  height: 100%;
  padding: 0;
}

@media (min-width:769px) {
  #press header .image {
    float: right;
    height: 100%;
    text-align: right;
  }

  #inthenews header .image {
    float: right;
    height: 100%;
  }

  #press header .image img,
  #inthenews header .image img {
    max-width: none;
    width: auto;
  }
}

@media (max-width:1024px) {

  #press header .image img,
  #inthenews header .image img {
    height: auto;
    width: 100%;
  }
}

#press header h1,
#inthenews header h1 {
  padding: 0;
}

#press header h2,
#inthenews header h2 {
  font-size: 1em;
  font-weight: 500;
  margin: 35px 0 12px;
}

#press header.fixed .content,
#inthenews header.fixed .content {
  padding-top: 20px;
}

#press .post .image,
#inthenews .post .image {
  text-align: center;
}

#press .post .image img,
#inthenews .post .image img {
  height: auto;
  max-width: 100%;
}

@media (max-width:1024px) {

  #press .main.press.archive,
  #inthenews .main.press.archive {
    /*padding-top: 40px; */
	  padding:30px;
  }
}

@media (min-width:1024px) {

  #press .main.press.single,
  #inthenews .main.press.single {
    padding: 75px;
  }
}

@media (max-width:1023px) {

  #press .main.press.single,
  #inthenews .main.press.single {
    padding: 40px;
  }
}

@media (max-width:1024px) {

  #press .main.press.single,
  #inthenews .main.press.single {
    padding: 20px;
  }
}

#press .main.press.single .info,
#inthenews .main.press.single .info {
  display: block;
  margin-bottom: 10px;
}

#press .main.press.single h1,
#inthenews .main.press.single h1 {
  font-size: 1.5em;
  margin-bottom: 20px;
  text-transform: uppercase;
}

#press .main.press.single p,
#inthenews .main.press.single p {
  font-size: 0.95em;
}

#press .main.press.single .download,
#inthenews .main.press.single .download {
  margin: 50px 0;
  text-align: center;
}

#press .main.press.single .download .button,
#inthenews .main.press.single .download .button {
  text-transform: uppercase;
}

/*-- InTheNews --*/
#inthenews header {
  margin-bottom: 0px;
}

.main.single .header.altcolor {
  background-color: #f9f7f7;
}

/*.main.single .section.altcolor:after {
    content: '';
    position: absolute;
    display: inline-block;
    height: 1px;
    background-color: #686869;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 60px;
}*/
#inthenews .filters {
  margin-bottom: 50px;
}

#inthenews .post a {
  font-size: 1.3em;
  margin-bottom: 10px;
  text-transform: uppercase;
}

#inthenews .post {
  margin-bottom: 110px;
}

.main.single .header .social-links {
  width: 196px;
  margin: auto;
}

.main.single .header .social-links li {
  display: inline;
  float: left;
  margin: 0 15px 0 0;
}

.main.single .header .social-links li a {
  color: #2f2f2f;
  display: block;
  font-size: 24px;
  height: 24px;
  text-align: center;
  width: 24px;
}

.main.single .header .social-links li a svg,
.main.single .header .social-links li a img {
  display: block;
  height: 100%;
  margin: auto;
  width: auto;
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.main.single .header .social-links li a svg path,
.main.single .header .social-links li a img path {
  fill: #2f2f2f !important;
}

.main.single .header .social-links li a:hover svg {
  opacity: .8;
}

/*-- Careers --*/
#careers header h1 {
  margin-bottom: 30px;
}

#careers .filters {
  margin-bottom: 50px;
}

@media (min-width: 521px) {
  #careers .filters .category {
    min-width: 340px;
  }
}

@media (max-width: 1024px) {
  #careers .post {
    padding: 0;
  }
}

#careers .post .image {
  height: 150px;
  padding-right: 15px !important;
  padding-top: 10px;
  text-align: center;
}

#careers .post .image img {
  display: block;
  height: auto;
  margin: auto;
  max-height: 150px;
  width: auto;
}

@media (min-width: 1024px) {
  #careers .post .image img {
    max-width: 90%;
  }
}

@media (max-width: 1023px) {
  #careers .main.careers.archive {
    padding-top: 104px;
  }
}

@media (max-width: 1024px) {
  #careers .main.careers.archive {
    padding-top: 76px;
  }
}

@media (min-width: 1024px) {
  #careers .main.careers.single {
    padding: 75px;
  }
}

@media (max-width: 1023px) {
  #careers .main.careers.single {
    padding: 40px;
  }
}

@media (max-width: 1024px) {
  #careers .main.careers.single {
    padding: 20px;
  }
}

@media (min-width: 1024px) {
  #careers .main.careers.single .top {
    margin-bottom: 50px;
  }
}

@media (max-width: 1023px) {
  #careers .main.careers.single .top {
    margin-bottom: 20px;
  }
}

#careers .main.careers.single .top h2 {
  font-size: 1em;
  margin-bottom: 5px;
}

@media (max-width: 520px) {
  #careers .main.careers.single .top h2 {
    float: left;
    width: 100px;
  }
}

@media (min-width: 1024px) {
  #careers .main.careers.single .image {
    padding-right: 20px !important;
  }
}

@media (max-width: 1023px) {
  #careers .main.careers.single .image {
    margin-bottom: 20px;
    padding-right: 0 !important;
  }
}

#careers .main.careers.single .image img {
  max-width: 80%;
}

#careers .main.careers.single .info {
  display: block;
  margin-bottom: 10px;
}

#careers .main.careers.single h1 {
  font-size: 1.5em;
  margin-bottom: 20px;
  text-transform: uppercase;
}

#careers .main.careers.single p {
  font-size: .95em;
}

#careers .main.careers.single .apply {
  margin-top: 50px;
  text-align: center;
}

#careers .main.careers.single .apply .button {
  text-transform: uppercase;
}


/*-- Do Not Sell My Info --*/
@media (min-width: 769px) {
  #donotsellmyinfo {
    height: 2500px;
  }
}

@media (max-width: 1024px) {
  #donotsellmyinfo {
    height: 2500px;
  }
}

@media (max-width: 512px) {
  #donotsellmyinfo {
    height: 2650px;
  }
}

body.do-not-sell-my-info header.index,
body.personal-information-request header.index {
  display: none;
}

body.personal-information-request #sidebar .brand {
  display: none;
}

/* --------------------------------------
 Blog / Stories
-------------------------------------- */
@media (min-width: 1024px) {
  #blog.blog h1 {
    font-size: 4em;
    text-align: center;
  }

  #blog.blog .menu.secondary .navigation {
    text-align: center;
    padding-bottom: 35px;
  }
}

.main.archive {
  min-height: 500px;
}

.main.archive section.featured .hero {
  position: relative;
}

@media (min-width: 1024px) {
  .main.archive section.featured .hero {
    margin-bottom: 50px;
  }
}

@media (max-width: 1023px) {
  .main.archive section.featured .hero {
    margin-bottom: 20px;
  }
}

.main.archive section.featured .hero img {
  height: auto;
  min-width: 100%;
}

.main.archive section.featured .text {
  text-align: center;
}

@media (min-width: 1024px) {
  .main.archive section.featured .text {
    padding: 25px 10px 75px 35px;
  }
}

@media (max-width: 1023px) {
  .main.archive section.featured .text {
    padding: 5px 0 50px 10px;
  }
}

.main.archive section.featured .text h2 {
  margin-bottom: 5px;
}

@media (min-width: 1024px) {
  .main.archive section.featured .button {
    margin-top: 35px;
  }
}

@media (max-width: 1023px) {
  .main.archive section.featured .button {
    margin-top: 20px;
  }
}

@media (min-width: 1024px) {
  .main.archive section.posts {
    padding: 5px 10px 75px 20px;
  }
}

@media (max-width: 1023px) {
  .main.archive section.posts {
    padding: 5px 0 50px 10px;
  }
}

@media (min-width: 769px) {
  .main.archive section.posts article {
    padding: 0 20px 20px 0 !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media (max-width: 1024px) {
  .main.archive section.posts article {
    padding: 0 10px 10px 0 !important;
  }
}

.main.archive section.posts article a {
  display: block;
}

.main.archive section.posts article .image {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  position: relative;
}

@media (min-width: 1024px) {
  .main.archive section.posts article .image {
    max-width: 216px;
  }
}

@media (min-width: 1440px) {
  .main.archive section.posts article .image {
    max-width: 256px;
  }
}

.main.archive section.posts article .image a {
  display: block;
  height: 100%;
  width: 100%;
}

.main.archive section.posts article img {
  height: auto;
  width: 100%;
}

.main.archive section.posts article video {
  height: auto;
  width: 100%;
}

.main.archive section.posts article .text {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

@media (min-width: 769px) {
  .main.archive section.posts article .text {
    padding: 20px 15px;
  }
}

@media (max-width: 1024px) {
  .main.archive section.posts article .text {
    padding: 15px 10px 25px;
  }
}

.main.archive section.posts article .text h2 {
  font-size: 1.635em;
  margin-bottom: 5px;
}

.main.archive section.posts article .text h3 {
  font-size: 1em;
  margin-bottom: 10px;
}

.main.archive section.posts article .text .date {
  margin-bottom: 10px;
}

.main.archive section.posts article .text .category {
  color: #737373;
  font-size: .875em;
  margin-bottom: 15px;
}

.main.archive section.posts article .text .learn {
  text-decoration: underline;
}

@media (min-width: 1024px) {
  .main.archive section.posts article .text .learn {
    margin-top: 35px;
  }
}

.main.archive section.posts article .category {
  display: block;
  text-transform: uppercase;
}

@media (min-width: 769px) {

  .main.archive section.posts.all .alm-reveal:first-child article:nth-child(1),
  .main.archive section.posts.all .alm-reveal:first-child article:nth-child(2),
  .main.archive section.posts.all .alm-reveal:first-child article:nth-child(3) {
    display: block;
    float: left;
    width: 33.33333%;
  }

  .main.archive section.posts.all .alm-reveal:first-child article:nth-child(1) .image,
  .main.archive section.posts.all .alm-reveal:first-child article:nth-child(1) .text,
  .main.archive section.posts.all .alm-reveal:first-child article:nth-child(2) .image,
  .main.archive section.posts.all .alm-reveal:first-child article:nth-child(2) .text,
  .main.archive section.posts.all .alm-reveal:first-child article:nth-child(3) .image,
  .main.archive section.posts.all .alm-reveal:first-child article:nth-child(3) .text {
    float: none;
    width: 100%;
  }

  .main.archive section.posts.all .alm-reveal:first-child article:nth-child(1) .image,
  .main.archive section.posts.all .alm-reveal:first-child article:nth-child(2) .image,
  .main.archive section.posts.all .alm-reveal:first-child article:nth-child(3) .image {
    max-width: none;
    overflow: hidden;
  }

  .main.archive section.posts.all .alm-reveal:first-child article:nth-child(1) .image img,
  .main.archive section.posts.all .alm-reveal:first-child article:nth-child(2) .image img,
  .main.archive section.posts.all .alm-reveal:first-child article:nth-child(3) .image img {
    width: 100%;
  }

  .main.archive section.posts.all .alm-reveal:first-child article:nth-child(1) .image:before,
  .main.archive section.posts.all .alm-reveal:first-child article:nth-child(2) .image:before,
  .main.archive section.posts.all .alm-reveal:first-child article:nth-child(3) .image:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 100%;
  }

  .main.archive section.posts.all .alm-reveal:first-child article:nth-child(1) .image>.inner,
  .main.archive section.posts.all .alm-reveal:first-child article:nth-child(2) .image>.inner,
  .main.archive section.posts.all .alm-reveal:first-child article:nth-child(3) .image>.inner {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
  }

  .main.archive section.posts.all .alm-reveal:first-child article:nth-child(1) .image img,
  .main.archive section.posts.all .alm-reveal:first-child article:nth-child(1) .image video,
  .main.archive section.posts.all .alm-reveal:first-child article:nth-child(2) .image img,
  .main.archive section.posts.all .alm-reveal:first-child article:nth-child(2) .image video,
  .main.archive section.posts.all .alm-reveal:first-child article:nth-child(3) .image img,
  .main.archive section.posts.all .alm-reveal:first-child article:nth-child(3) .image video {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .main.archive section.posts.all .alm-reveal:first-child article:nth-child(1) .text a,
  .main.archive section.posts.all .alm-reveal:first-child article:nth-child(2) .text a,
  .main.archive section.posts.all .alm-reveal:first-child article:nth-child(3) .text a {
    display: block;
  }

  .main.archive section.posts.all .alm-reveal:first-child article:nth-child(1) .learn,
  .main.archive section.posts.all .alm-reveal:first-child article:nth-child(2) .learn,
  .main.archive section.posts.all .alm-reveal:first-child article:nth-child(3) .learn {
    display: none;
  }

  .main.archive section.posts.all .alm-reveal:first-child article:nth-child(4) {
    clear: left;
  }
}

.main.single article h2,
.main.single article h3 {
  margin-bottom: 15px;
}

.main.single article div.aligncenter {
  text-align: center;
}

.main.single article div.alignleft {
  text-align: left;
}

.main.single article div.alignright {
  text-align: right;
}

.main.single article img.aligncenter {
  display: block;
  margin: auto;
}

.main.single article img.alignright {
  float: right;
}

.main.single article .wp-caption-text {
  font-size: .95em;
  margin-top: 5px;
}

.main.single article.qa h3.question {
  color: #232D5f;
  font-weight: 500;
  margin: 30px 0 20px;
}

.main.single article.qa h3.question,
.main.single article.qa p.answer {
  padding-left: 36px;
  position: relative;
}

@media (min-width: 769px) {

  .main.single article.qa h3.question,
  .main.single article.qa p.answer {
    margin-left: -36px;
  }
}

@media (max-width: 1024px) {

  .main.single article.qa h3.question,
  .main.single article.qa p.answer {
    margin-left: -14px;
  }
}

.main.single article.qa .lg {
  display: inline-block;
  font-size: 38px;
  font-weight: 500;
  left: 0;
  line-height: 1em;
  position: absolute;
  text-align: center;
  top: -4px;
  width: 32px;
}

.main.single article.recipe h2 {
  font-size: 1.8em;
}

@media (min-width: 769px) {
  .main.single .section {
    padding: 25px 75px;
  }
}

@media (max-width: 1024px) {
  .main.single .section {
    padding: 15px 40px;
  }
}

@media (max-width: 520px) {
  .main.single .section {
    padding: 10px 20px;
  }

  .main.single .section.editorial {
    padding-top: 0 !important;
  }
}

.main.single .header h1 {
  font-size: 1.875em;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.main.single .header .top {
  margin-bottom: 10px;
}

.main.single .header .category {
  display: block;
  text-transform: uppercase;
}

@media (min-width: 769px) {
  .main.single .cols {
    -webkit-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 4%;
    column-gap: 4%;
    -webkit-column-width: 50%;
    column-width: 50%;
  }
}

.main.single .quote {
  border-bottom: 1px solid rgba(192, 192, 192, 0.4);
  border-top: 1px solid rgba(192, 192, 192, 0.4);
  -webkit-box-shadow: inset 0 6px 6px -6px rgba(192, 192, 192, 0.4), inset 0 -6px 6px -6px rgba(192, 192, 192, 0.4);
  box-shadow: inset 0 6px 6px -6px rgba(192, 192, 192, 0.4), inset 0 -6px 6px -6px rgba(192, 192, 192, 0.4);
  margin: 25px 0;
}

.main.single .quote blockquote {
  color: #737373;
  font-size: 1.5em;
  font-style: italic;
  line-height: 1.5em;
  text-indent: -14px;
  quotes: "“" "”" "‘" "’";
}

.main.single .quote blockquote:before,
.main.single .quote blockquote:after {
  display: inline-block;
  font-family: "Cinzel", Times New Roman, Times, serif;
  font-size: 74px;
  font-style: normal;
  line-height: 0;
  position: relative;
  top: 2px;
  vertical-align: bottom;
}

.main.single .quote blockquote:before {
  content: open-quote;
  left: 0;
}

.main.single .quote blockquote:after {
  content: close-quote;
  left: 15px;
}

.main.single .images .image {
  margin: auto;
}

.main.single .images p {
  font-size: .875em;
  margin: 10px auto 30px;
}

.main.single .editorial {
  padding-top: 0 !important;
}

.main.single .editorial iframe {
  height: 90vh;
  width: 100%;
}

@media (max-width: 520px) {
  .main.single .editorial iframe {
    height: 60vh;
  }
}

.main.single .tags a {
  border: 1px solid #d3d3d3;
  display: inline-block;
  font-size: .875em;
  line-height: 20px;
}

@media (min-width: 769px) {
  .main.single .tags a {
    margin: 0 15px 15px 0;
    padding: 5px 40px;
  }
}

@media (max-width: 1024px) {
  .main.single .tags a {
    margin: 0 10px 10px 0;
    padding: 5px 15px;
  }
}

.main.single .tags a:hover {
  background-color: #232D5f;
  color: #fff;
}

.main.single span.dropcap {
  font-size: 300%;
  margin-right: 2px;
}

.main.single span.dropcap.top {
  float: left;
  margin: .25em 6px 0 0;
}

.main.single .wp-caption {
  width: auto !important;
}

#sitemap .navigation.sitemap ul {
  
}

#sitemap .navigation.sitemap li {
  list-style: none;
  padding-left: 0;
  text-indent: 0;
  margin-bottom: 25px;
}

#sitemap .navigation.sitemap li:before {
  content: "";
  padding-right: 0;
}

#sitemap .sub-menu{
	position:relative;
	padding: 0px 0px 0px 20px !important;
}
#sitemap .sub-menu li{
	margin:0px !important;
	 
}

#script .content {
  padding: 40px;
}

/* --------------------------------------
 Search
-------------------------------------- */
#search .filters {
  position: static !important;
}

@media (min-width: 769px) {
  #search .filters .search {
    min-width: 340px;
  }
}

@media (min-width: 769px) {
  #search .main.search {
    min-height: 500px;
  }
}

@media (max-width: 1024px) {
  #search .main.search {
    min-height: 300px;
  }
}

#search .main.search section.content .result {
  margin-bottom: 35px;
}

#search .main.search section.content .result a {
  text-decoration: underline;
}

.filters .searchform {
  border: 1px solid #c0c0c0;
  background: #fff;
  color: #2f2f2f;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.filters .searchform input {
  background: none;
  border: none;
  float: left;
}

.filters .searchform input[type=text] {
  font-size: .875em;
  height: 38px;
  line-height: 28px;
  padding: 5px 15% 5px 15px;
  width: 100%;
}

.filters .searchform input[type=submit] {
  font-family: 'FontAwesome';
  font-size: 1.4em;
  height: 100%;
  padding: 5px 0;
  top: 0;
  right: 0;
  position: absolute;
  width: 12%;
}

.filters .searchform i {
  font-size: 1.4em;
  height: 100%;
  top: 0;
  right: 0;
  position: absolute;
  line-height: 36px;
  text-align: center;
  width: 10%;
}

/*.search {
  .row {
    padding: 10px 20px;
  }
}*/
#siq_search_results {
  padding: 0 !important;
  width: 100% !important;
}

#siq_search_results .siq_search_box {
  background-color: #e8e5e5;
  border-bottom: 1px solid #d3d3d3;
  left: 0;
  position: fixed;
  top: 0;
}

@media (min-width: 1024px) {
  #siq_search_results .siq_search_box {
    padding: 12px 30px 12px 330px;
  }
}

@media (max-width: 1023px) {
  #siq_search_results .siq_search_box {
    padding: 12px 30px;
  }
}

@media (max-width: 1024px) {
  #siq_search_results .siq_search_box {
    padding: 10px 15px;
  }
}

#siq_search_results .search-results-row {
  border: none !important;
  margin: 0 30px;
  width: auto !important;
}

@media (min-width: 769px) {
  #siq_search_results .siq_message {
    padding: 30px;
  }
}

@media (max-width: 1024px) {
  #siq_search_results .siq_message {
    padding: 20px 15px;
  }
}

#siq_search_results .search-results-title em {
  background: none !important;
  color: inherit !important;
}

#siq_search_results .siq_filters {
  display: none !important;
}

.holdResults .siq-powered-by {
  opacity: .3 !important;
}

.autocomplete-suggestions {
  background: #fff;
  -webkit-box-shadow: 0 2px 4px 0 rgba(192, 192, 192, 0.6) !important;
  box-shadow: 0 2px 4px 0 rgba(192, 192, 192, 0.6) !important;
  margin-top: 1px;
  min-width: 500px;
}

/* --------------------------------------
 Plugin Style Overrides
-------------------------------------- */
.content .ctct-form-wrapper,
.content .ctct-form-embed {
  margin: auto;
}

@media (min-width: 769px) {

  .content .ctct-form-wrapper,
  .content .ctct-form-embed {
    width: 75%;
  }

  .content .ctct-form-wrapper .ctct-form-field-text:nth-of-type(2),
  .content .ctct-form-wrapper .ctct-form-field-text:nth-of-type(3),
  .content .ctct-form-wrapper .ctct-form-field:nth-of-type(2),
  .content .ctct-form-wrapper .ctct-form-field:nth-of-type(3),
  .content .ctct-form-embed .ctct-form-field-text:nth-of-type(2),
  .content .ctct-form-embed .ctct-form-field-text:nth-of-type(3),
  .content .ctct-form-embed .ctct-form-field:nth-of-type(2),
  .content .ctct-form-embed .ctct-form-field:nth-of-type(3) {
    float: left;
    width: 50%;
  }

  .content .ctct-form-wrapper .ctct-form-field-text:nth-of-type(2),
  .content .ctct-form-wrapper .ctct-form-field:nth-of-type(2),
  .content .ctct-form-embed .ctct-form-field-text:nth-of-type(2),
  .content .ctct-form-embed .ctct-form-field:nth-of-type(2) {
    padding-right: 2%;
  }

  .content .ctct-form-wrapper .ctct-form-field-text:nth-of-type(3),
  .content .ctct-form-wrapper .ctct-form-field:nth-of-type(3),
  .content .ctct-form-embed .ctct-form-field-text:nth-of-type(3),
  .content .ctct-form-embed .ctct-form-field:nth-of-type(3) {
    padding-left: 2%;
  }
}

@media (max-width: 1024px) {

  .content .ctct-form-wrapper,
  .content .ctct-form-embed {
    width: 95%;
  }
}

.content .ctct-form-wrapper .ctct-form-field-text:nth-of-type(4),
.content .ctct-form-wrapper .ctct-form-field:nth-of-type(4),
.content .ctct-form-embed .ctct-form-field-text:nth-of-type(4),
.content .ctct-form-embed .ctct-form-field:nth-of-type(4) {
  clear: left;
}

.content .ctct-form-wrapper .ctct-form-field-submit,
.content .ctct-form-embed .ctct-form-field-submit {
  clear: left;
}

.content .ctct-form-wrapper div.ctct-form-defaults h2.ctct-form-header,
.content .ctct-form-embed div.ctct-form-defaults h2.ctct-form-header {
  color: #2f2f2f;
  font-family: 'futura', "Raleway", Arial, Helvetica, sans-serif;
  font-size: 1.875em;
  font-weight: 300;
}

.content .ctct-form-wrapper div.ctct-form-defaults p.ctct-form-text,
.content .ctct-form-embed div.ctct-form-defaults p.ctct-form-text {
  color: #2f2f2f;
  font-family: 'futura', "Raleway", Arial, Helvetica, sans-serif;
  font-size: 1em;
  font-weight: 300;
}

.content .ctct-form-wrapper input,
.content .ctct-form-wrapper form.ctct-form-custom input.ctct-form-element,
.content .ctct-form-embed input,
.content .ctct-form-embed form.ctct-form-custom input.ctct-form-element {
  border: 1px solid #c0c0c0 !important;
  border-radius: 0 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  color: #2f2f2f;
  font-family: 'futura', "Raleway", Arial, Helvetica, sans-serif;
  font-size: 1em;
  font-weight: 300;
  height: 62px;
  width: 100%;
}

.content .ctct-form-wrapper input[type=email],
.content .ctct-form-wrapper form.ctct-form-custom input.ctct-form-element[type=email],
.content .ctct-form-embed input[type=email],
.content .ctct-form-embed form.ctct-form-custom input.ctct-form-element[type=email] {
  background: #fff;
  border: 1px solid #c0c0c0;
  padding: 15px;
}

@media (min-width: 769px) {

  .content .ctct-form-wrapper input[type=email],
  .content .ctct-form-wrapper form.ctct-form-custom input.ctct-form-element[type=email],
  .content .ctct-form-embed input[type=email],
  .content .ctct-form-embed form.ctct-form-custom input.ctct-form-element[type=email] {
    padding: 15px;
  }
}

@media (max-width: 1024px) {

  .content .ctct-form-wrapper input[type=email],
  .content .ctct-form-wrapper form.ctct-form-custom input.ctct-form-element[type=email],
  .content .ctct-form-embed input[type=email],
  .content .ctct-form-embed form.ctct-form-custom input.ctct-form-element[type=email] {
    padding: 15px 10px;
  }
}

.content .ctct-form-wrapper input[type=submit],
.content .ctct-form-wrapper form.ctct-form-custom input.ctct-form-element[type=submit],
.content .ctct-form-embed input[type=submit],
.content .ctct-form-embed form.ctct-form-custom input.ctct-form-element[type=submit] {
  background: #f9f7f7;
  padding: 15px 0;
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.content .ctct-form-wrapper input[type=submit]:hover,
.content .ctct-form-wrapper form.ctct-form-custom input.ctct-form-element[type=submit]:hover,
.content .ctct-form-embed input[type=submit]:hover,
.content .ctct-form-embed form.ctct-form-custom input.ctct-form-element[type=submit]:hover {
  background-color: #232D5f;
  color: #fff;
}

.content .ctct-form-wrapper form.ctct-form-custom .ctct-form-button,
.content .ctct-form-embed form.ctct-form-custom .ctct-form-button {
  background: #f9f7f7;
  border: 1px solid #c0c0c0 !important;
  border-radius: 0 !important;
  color: #2f2f2f;
  font-family: 'futura', "Raleway", Arial, Helvetica, sans-serif;
  font-size: 1em;
  font-weight: 300;
  height: 62px;
  padding: 15px 0;
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.content .ctct-form-wrapper form.ctct-form-custom .ctct-form-button:hover,
.content .ctct-form-embed form.ctct-form-custom .ctct-form-button:hover {
  background-color: #232D5f;
  color: #fff;
}

.content .ctct-form-wrapper label,
.content .ctct-form-wrapper form.ctct-form-custom label.ctct-form-label,
.content .ctct-form-embed label,
.content .ctct-form-embed form.ctct-form-custom label.ctct-form-label {
  color: #2f2f2f;
  display: block;
  font-family: 'futura', "Raleway", Arial, Helvetica, sans-serif;
  font-size: 1em;
  font-weight: 300;
  text-align: left;
}

.content .ctct-form-wrapper .ctct-message,
.content .ctct-form-embed .ctct-message {
  margin-bottom: 0;
}

.content .ctct-form-wrapper .ctct-form-description,
.content .ctct-form-wrapper .ctct-button,
.content .ctct-form-wrapper hr,
.content .ctct-form-embed .ctct-form-description,
.content .ctct-form-embed .ctct-button,
.content .ctct-form-embed hr {
  display: none;
}

#home .ctct-form-wrapper {
  margin: 30px auto 0;
  max-width: 970px;
  padding-bottom: 40px;
  position: relative;
  width: 100%;
}

#home .ctct-form-wrapper .ctct-form-field {
  clear: none;
  display: inline;
  float: left;
  margin: 0;
}

#home .ctct-form-wrapper .ctct-input-container {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
}

#home .ctct-form-wrapper .ctct-input-container .ctct-opt-in {
  float: left;
  height: auto;
  margin-left: 5px;
  width: auto;
}

#home .ctct-form-wrapper .ctct-input-container label {
  display: inline-block !important;
  float: left;
  padding-left: 10px;
  text-align: left;
}

#home .ctct-form-wrapper .ctct-form-field-email {
  position: absolute;
  left: 0;
}

@media (min-width: 769px) {
  #home .ctct-form-wrapper .ctct-form-field-email {
    width: 85%;
  }
}

@media (max-width: 1024px) {
  #home .ctct-form-wrapper .ctct-form-field-email {
    width: 75%;
  }
}

#home .ctct-form-wrapper .ctct-form-field-submit {
  position: absolute;
  right: 0;
}

@media (min-width: 769px) {
  #home .ctct-form-wrapper .ctct-form-field-submit {
    width: 15%;
  }
}

@media (max-width: 1024px) {
  #home .ctct-form-wrapper .ctct-form-field-submit {
    width: 25%;
  }
}

#home .ctct-form-wrapper input {
  border: none;
  height: 62px;
  width: 100%;
}

#home .ctct-form-wrapper input[type=email] {
  background: #fff;
  border: 1px solid #c0c0c0;
  padding: 15px;
}

@media (min-width: 769px) {
  #home .ctct-form-wrapper input[type=email] {
    padding: 15px;
  }
}

@media (max-width: 1024px) {
  #home .ctct-form-wrapper input[type=email] {
    padding: 15px 10px;
  }
}

#home .ctct-form-wrapper input[type=submit] {
  background: #f9f7f7;
  border: 1px solid #c0c0c0;
  border-left: none;
  padding: 15px 0;
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

#home .ctct-form-wrapper input[type=submit]:hover {
  background-color: #232D5f;
  color: #fff;
}

#home .ctct-form-wrapper .ctct-message {
  margin-bottom: 0;
}

#home .ctct-form-wrapper .ctct-form-description,
#home .ctct-form-wrapper label,
#home .ctct-form-wrapper .ctct-button,
#home .ctct-form-wrapper sub,
#home .ctct-form-wrapper hr {
  display: none;
}

.prisna-wp-translate-dropdown-container {
  left: -5px;
  position: relative;
}

.prisna-wp-translate-dropdown-container .prisna-wp-translate-dropdown-body {
  background: none !important;
  border: none !important;
  padding: 5px !important;
}

.prisna-wp-translate-dropdown-container .prisna-wp-translate-dropdown-body p span {
  color: #2f2f2f !important;
  font-size: 1em !important;
}

.prisna-wp-translate-dropdown-container .prisna-wp-translate-dropdown-body .prisna-wp-translate-dropdown-current-language-arrow {
  border: none !important;
  position: relative;
}

.prisna-wp-translate-dropdown-container .prisna-wp-translate-dropdown-body .prisna-wp-translate-dropdown-current-language-arrow:after,
.prisna-wp-translate-dropdown-container .prisna-wp-translate-dropdown-body .prisna-wp-translate-dropdown-current-language-arrow:before {
  border: solid transparent;
  height: 0;
  content: " ";
  position: absolute;
  pointer-events: none;
  top: 50%;
  width: 0;
}

.prisna-wp-translate-dropdown-container .prisna-wp-translate-dropdown-body .prisna-wp-translate-dropdown-current-language-arrow:after {
  border-color: rgba(249, 247, 247, 0);
  border-top-color: #f9f7f7;
  border-width: 4px;
  right: 6px;
}

.prisna-wp-translate-dropdown-container .prisna-wp-translate-dropdown-body .prisna-wp-translate-dropdown-current-language-arrow:before {
  border-color: rgba(47, 47, 47, 0);
  border-top-color: #2f2f2f;
  border-width: 6px;
  right: 4px;
}

.prisna-wp-translate-dropdown-container.prisna-wp-translate-dropdown-hover .prisna-wp-translate-dropdown-languages-list p:hover,
.prisna-wp-translate-dropdown-container .prisna-wp-translate-dropdown-sub-container .prisna-wp-translate-dropdown-completed {
  background: #232D5f !important;
}

.prisna-wp-translate-dropdown-container.prisna-wp-translate-dropdown-hover .prisna-wp-translate-dropdown-languages-list p:hover a,
.prisna-wp-translate-dropdown-container.prisna-wp-translate-dropdown-hover .prisna-wp-translate-dropdown-languages-list p:hover a span,
.prisna-wp-translate-dropdown-container .prisna-wp-translate-dropdown-sub-container .prisna-wp-translate-dropdown-completed a,
.prisna-wp-translate-dropdown-container .prisna-wp-translate-dropdown-sub-container .prisna-wp-translate-dropdown-completed a span {
  color: #fff !important;
}

.goog-te-gadget .goog-te-gadget-simple {
  background: none !important;
  border: none !important;
  padding-right: 40px;
  position: relative;
}

.goog-te-gadget .goog-te-gadget-simple:after,
.goog-te-gadget .goog-te-gadget-simple:before {
  border: solid transparent;
  height: 0;
  content: " ";
  margin-top: -2px;
  position: absolute;
  pointer-events: none;
  top: 50%;
  width: 0;
}

.goog-te-gadget .goog-te-gadget-simple:after {
  border-color: rgba(249, 247, 247, 0);
  border-top-color: #f9f7f7;
  border-width: 4px;
  right: 6px;
}

.goog-te-gadget .goog-te-gadget-simple:before {
  border-color: rgba(47, 47, 47, 0);
  border-top-color: #2f2f2f;
  border-width: 6px;
  right: 4px;
}

.goog-te-gadget .goog-te-gadget-simple img {
  display: none;
}

.goog-te-gadget .goog-te-gadget-simple .goog-te-menu-value {
  margin: 0;
}

.goog-te-gadget .goog-te-gadget-simple .goog-te-menu-value span {
  border: none !important;
  font-family: 'futura', "Raleway", Arial, Helvetica, sans-serif;
}

.goog-te-gadget .goog-te-gadget-simple .goog-te-menu-value span:last-child {
  display: none;
}

.goog-te-menu-frame {
  -webkit-box-shadow: none;
  box-shadow: none;
}

@media (max-width: 1024px) {
  .foogallery-container .item {
    width: 49% !important;
  }

  .foogallery-container .item a {
    width: 100%;
  }

  .foogallery-container .item img {
    -webkit-transform: scale(1) !important;
    -ms-transform: scale(1) !important;
    transform: scale(1) !important;
  }
}

@media (max-width: 520px) {
  .foogallery-container .item {
    position: static !important;
    width: 100% !important;
  }
}

.foogallery-image-viewer>.fiv-inner>.fiv-ctrls>.fiv-prev:hover,
.foogallery-image-viewer>.fiv-inner>.fiv-ctrls>.fiv-next:hover {
  background-color: #fff !important;
}

.foogallery-image-viewer>.fiv-inner>.fiv-ctrls>.fiv-prev:before,
.foogallery-image-viewer>.fiv-inner>.fiv-ctrls>.fiv-next:before {
  -webkit-transform: translateY(0) !important;
  -ms-transform: translateY(0) !important;
  transform: translateY(0) !important;
}

.foogallery-image-viewer>.fiv-inner>.fiv-ctrls>.fiv-prev span,
.foogallery-image-viewer>.fiv-inner>.fiv-ctrls>.fiv-next span {
  text-indent: -9999px;
}

@media (min-width: 769px) {
  .wdi_feed_main_container .wdi_feed_wrapper .wdi_feed_item:first-child .wdi_photo_wrap_inner {
    padding-right: 6px;
  }

  .wdi_feed_main_container .wdi_feed_wrapper .wdi_feed_item:last-child .wdi_photo_wrap_inner {
    padding-left: 6px;
  }
}

@media (max-width: 1024px) {
  .wdi_feed_main_container .wdi_feed_wrapper .wdi_feed_item {
    width: 33.3333% !important;
  }

  .wdi_feed_main_container .wdi_feed_wrapper .wdi_feed_item:first-child .wdi_photo_wrap_inner {
    padding-right: 2px;
  }

  .wdi_feed_main_container .wdi_feed_wrapper .wdi_feed_item:nth-child(2) {
    padding: 0 1px;
  }

  .wdi_feed_main_container .wdi_feed_wrapper .wdi_feed_item:last-child .wdi_photo_wrap_inner {
    padding-left: 2px;
  }
}

.wdi_feed_main_container .wdi_img {
  height: auto;
  min-height: 100%;
  min-width: 100%;
  width: auto;
}

.wdi_feed_main_container .wdi_photo_wrap_inner {
  border: none !important;
}

.wdi_feed_main_container .wdi_photo_img {
  overflow: hidden;
}

.wdi_feed_main_container .wdi_photo_overlay:hover {
  background-color: #fff !important;
}

.wdi_feed_main_container .wdi_photo_overlay i {
  color: #232D5f !important;
  display: none !important;
}

.wdi_feed_main_container .wdi_load_more {
  display: none;
}

#wdi_spider_popup_wrap {
  background: rgba(34, 34, 34, 0.4);
}

#wdi_spider_popup_wrap #wdi_spider_popup_left-ico,
#wdi_spider_popup_wrap #wdi_spider_popup_right-ico {
  background: none;
}

#wdi_spider_popup_wrap .wdi_spider_popup_close {
  background: none;
  font-size: 20px;
  right: -20px;
  top: -20px;
}

#wdi_spider_popup_wrap .wdi_toggle_container {
  background: none;
}

#wdi_spider_popup_wrap .wdi_toggle_container .wdi_toggle_btn {
  font-size: 20px;
}

#wdi_spider_popup_wrap .wdi_ctrl_btn_container {
  background: rgba(35, 45, 95, 0.8);
  border-radius: 0;
}

.wdi_spider_popup_overlay {
  background-color: #222 !important;
}

@media (max-width: 1023px) {
  .master-slider {
    margin: 0 !important;
  }

  .ms-info {
    margin-top: 20px;
  }

  .ms-slide-info {
    overflow: auto;
    height: 100%;
  }

  .ms-slide-info.ms-dir-v {
    top: 0;
    position: static;
    width: auto !important;
    padding: 0 20px;
  }
}

.ajaxsearchpro .item .asp_content .asp_res_text p {
  margin-bottom: .5em !important;
}

@media (min-width: 769px) {
  .ajaxsearchpro .item .asp_content h3 {
    display: block !important;
    margin-top: 1.5em !important;
  }
}

@media (max-width: 1024px) {
  .ajaxsearchpro .asp_image {
    float: none !important;
  }
}

@-webkit-keyframes slideFade {
  from {
    opacity: .4;
  }

  to {
    opacity: 1;
  }
}

@keyframes slideFade {
  from {
    opacity: .4;
  }

  to {
    opacity: 1;
  }
}

/* --------------------------------------
 Browser-specific Styles
-------------------------------------- */
@media screen and (min-width: 0\0) {
  /*IE9-10*/
}

@media screen\0 {
  /*IE8-10*/
}

@media \0screen\,screen\9 {
  /*IE7-8*/
}

@media screen\9 {
  /*IE7*/
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /*Chrome*/
}

.mystyle{display:none!important;}


 /*---------------------------------------
  scp4 new add, move from lw-layout.php
-----------------------------------------*/
.home #lw-hr, .home #lw-hr2{ border-color: #979797;}
.home #lw-hr2{ margin-top: 50px;}
@media (min-width: 769px) {
	.home #lw-hr, .home #lw-hr2{ width:80%;}
}
@media (max-width: 1024px) {
	.home #lw-hr{
		margin-top: 12px;
		width:80%;
		
	}
	.home #lw-hr2, .home #section-9 #lw-hr{
		width:80%;
	}
	
}



.mystyle{display:none!important;}
#form-script{width: 80%;margin: auto;}
.home .mysocial{display: flex!important;align-items: center;justify-content: center;}
.home div#social-header {display: flex;	width: 80%;	margin: auto;}
.home div#social-header h2 {margin-top:-20px; font-size:1.7em!important;}
.home .instagram-gallery-list.instagram-gallery-square {width: 80%;	 margin: auto;	}
.home ul.mysocial.social-links.row {font-size: 2em;	}
.newsletter{ padding-top:0px;}
.mysocial{margin-bottom:0px!important;}
#home #section-8{padding-bottom:0px;}

 /*---------------------------------------
  scp4 new add, move from lw-nav.php
-----------------------------------------*/

.lw-nav {
    width: 100%;
    display: flex;
    flex-direction: column;
    position: fixed;
    align-items: center;
    z-index: 999;
}
.lw-nav section {
}


.section-1 {

    justify-content: space-around;
    color: white;
    align-items: center;
	justify-content: space-around;
	display: flex;
    width: 100%;
	transition: 0.3s ease-in-out;
}

.section-3 {
    justify-content: space-around;
    color: white;
    align-items: center;
    justify-content: space-around;
    display: flex;
    width: 100%;
}

    .section-4 {
    }

    .section-4 a {
    }

.hamburger {
    cursor: pointer;
}
.search {
}
.search-toggle {
    color: white;
}

    #myLinks {
        display: none;
        flex-direction: column;
    }

    .bar1,
    .bar2,
    .bar3 {
        width: 20px;
        height: 3.5px;
        background-color: white;
        margin: 3px 0;
        transition: 0.4s;
        border-radius: 20px;
		pointer-events:none;
    }

    .change .bar1 {
        transform: translate(0, 6.5px) rotate(-45deg);
    }

    .change .bar2 {
        opacity: 0;
    }

    .change .bar3 {
        transform: translate(0, -6.5px) rotate(45deg);
    }

	.navbar-items {
		flex-direction: row;
		display: flex;
		justify-content: space-evenly;
		font-size: 16px;
		width: 100%;
	}

    header.nav-fixed {
        width: 100%;
        position: fixed;
        transition: 0.3s ease-in-out;
    }

    .nav-active {
		background-image: linear-gradient(0deg,transparent 15%,rgba(0,0,0,.25));
    	background-color: rgba(21,21,21,.3);
    	-webkit-backdrop-filter: blur(20px);
    	backdrop-filter: blur(20px);
		transition: all 2.0s ease;
		padding-top: 20px;
	}
	.nav-active-sub{
		background-image: linear-gradient(0deg,transparent 15%,rgba(0,0,0,.25));
    	background-color: rgba(21,21,21,.6);
    	-webkit-backdrop-filter: blur(20px);
    	backdrop-filter: blur(100px);
	}
	
    .openDot {
        height: 12px;
        width: 12px;
        background-color: #BBE39B;
        border-radius: 50%;
        display: inline-block;
		margin: 0 5px;
    }
	
    .closedDot {
        height: 12px;
        width: 12px;
        background-color: lightcoral;
        border-radius: 50%;
        display: inline-block;
		margin: 0 10px;
    }
	
	.op-is-open-shortcode{
		display:flex;
	}
    .open-hours {
        padding-right: 10px;
        font-size: 14px;
    }
	.logo{height:80px;} 

  .featured .logo {
    max-width:160px; 
    margin-right: 50px; 
    margin-left: 40px;
    height: auto;
  } 

  @media (max-width: 768px) {
  .featured .text {
    text-align: center;
  }
  .featured .logo { margin-right:auto; margin-left:auto; }

  .list .store .name.col {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
}
	
	.top img{width:69px; margin: 0px auto;} 
	.top img.hide{display:none;}
	
	.hours{
		display: flex;
		align-items: baseline;
		padding-top:10px;
		position:relative;
	}	
    .holidayhour{
			position: absolute;
			right: 0px;
			top: 35px;
		    
	   }
	.holidayhour a{ 	
			color:#fff; 
			text-decoration:underline;
		    font-size:.9em;
		}
		
@media (min-width: 1024px) {
        .logo-mobile {
            display: none;
        }
		#main #search.search-container .search.open{display:none;}
		
		
    }
@media (max-width: 1023px) {
	  .holidayhour{
			/*position: fixed;
            margin-top: 50px; */
			width: 100%;
		    text-align:center;
		    font-size:1em;
		    right: -15px;
	   }
	   .holidayhour a{
			color: #000;
			font-size:1em;
		    text-decoration:underline;
		}
	
}
	
	.top-bar{
		display:flex;
		align-items: center;
	}

	.top-bar li > * {
		padding: 0 1.5rem;
		color: white;
		text-transform: uppercase;
		font-size: .9rem;
		line-height:1.1em;
		letter-spacing: 3px;
		white-space: nowrap;
	}
	
	.top-bar li a:hover{
	  text-decoration: underline white 2px;
	  text-underline-offset: 5px;
	  font-weight: 400;
	}
	
	.nav-w{
		display:none;
		transition: all 2.0s ease;
	}
	
@media (min-width: 1024px) {	
	.lw-nav{display:flex;}
	#sidebar{display:none;}
	#main #search.search-container .search.open{display:none;}
	.sub-menu{
		display: flex;
		position: fixed;
		margin-top: 35px;
		width: auto;
		z-index: 1;
		padding: 20px;
		flex-direction: column;
		
		background-image: linear-gradient(0deg,transparent 15%,rgba(0,0,0,.25));
    	background-color: rgba(21,21,21,.6);
    	-webkit-backdrop-filter: blur(20px);
    	backdrop-filter: blur(100px);
		
	}
	
	#search.search-container .search.open {
	display: flex;
    background-image: linear-gradient(0deg,transparent 15%,rgba(0,0,0,.25));
    background-color: rgba(21,21,21,.6);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(100px);
    position: fixed;
    align-items: center;
    height: 100px;
    padding: 20px;
	margin-top: 35px;
	}
	#search.search-container .search {
    /* background-color: #fff; */
    /* -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2); */
    /* box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2); */
    /* height: 200px; */
    /* position: absolute; */
    /* right: 0; */
    /* top: -400px; */
    /* -webkit-transition: all 0.2s ease-in; */
/*     -o-transition: all 0.2s ease-in; */
    /* transition: all 0.2s ease-in; */
    /* width: 100%; */
    display: none;
}
	#search.search-container {
    /* padding: 12px 20px 0 0; */
    /* width: 100%; */
    /* z-index: 500; */
    /* top: 0; */
    /* left: 0; */
    /* position: absolute; */
    display: flex;
	margin: 0 0 0 -400px;
}
	#search.search-container .search .inner {
    /* border-bottom: 1px solid #2f2f2f; */
    /* display: block; */
    /* margin: auto; */
/*     max-width: 200%; */
    /* padding: 100px 2px 2px; */
    /* position: relative; */
    /* width: 500px; */
	
}
	#search.search-container .search .close {
	/* display: inline-block; */
    /* font-size: 14px; */
    /* line-height: 24px; */
/*     position: relative; */
    /* right: 20px; */
    /* top: 120px; */
/* 	padding-top: 102px; */
    margin: 0 0 0 20px;
    color: white;
}
	input#q {
    width: 300px;
}
	input#searchsubmit {
    padding: 2px 5px 6px 5px;
}

	}
	
@media (max-width: 1023px) {
	.dropdownHide{display:none}
	.menu-item-100148 a * {display:none;}
	.menu-item-100172,.menu-item-100197{display:none;}
	#sidebar .navigation li.current-menu-item a, #sidebar .navigation li.current-page-ancestor a, #sidebar .navigation li a:hover {
    color: #2f2f2f;
    font-weight: 100;
	}
	.logo{width: 65px;}
	.lw-nav{display:none;}
	#sidebar{display:block;}
	#search.search-container {
  padding: 12px 20px 0 0;
  width: 100%;
  z-index: 500;
  top: 0;
  left: 0;
  position: fixed;
	}

#search.search-container .search {
  background-color: #fff;
  -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
  height: 200px;
  position: absolute;
  right: 0;
  top: -400px;
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  width: 100%;
}


  #search.search-container .search {
    position: fixed;
    padding-top: 50px;
  }



  #search.search-container .search {
    padding-top: 30px;
  }


#search.search-container .search.open {
  top: 0;
}

#search.search-container .search .inner {
  border-bottom: 1px solid #2f2f2f;
  display: block;
  margin: auto;
  max-width: 90%;
  padding: 100px 2px 2px;
  position: relative;
  width: 500px;
}

#search.search-container .search .close {
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
  position: absolute;
  right: 20px;
  top: 90px;
}

#search.search-container .search .close span {
  float: right;
  font-size: 24px;
  margin-left: 12px;
}

#search.search-container form input {
  background: none;
  border: 0;
  margin: 0;
  padding: 0;
}

#search.search-container form input[type=text] {
  color: #2f2f2f;
  font-size: 1.25em;
  padding-bottom: 2px;
  width: 90%;
}

#search.search-container form input[type=submit],
#search.search-container form button {
  background: none;
  border: 0;
  float: right;
  font-family: 'FontAwesome';
  font-size: 1.25em;
  text-align: right;
  width: 8%;
}

.search-toggle {
	  color: #000;
	  font-size:16px;
	  font-size: 1.5em;
	  position: absolute;
	  right: 20px;
	  top: 12px;
}
	}
		
.navbarMob{
    position: fixed !important;
    top: 0px!important;
    z-index: 999!important;
			background-image: linear-gradient(0deg,transparent 15%,rgba(0,0,0,.25))!important;
    	background-color: rgba(21,21,21,.3)!important;
    	-webkit-backdrop-filter: blur(20px)!important;
    	backdrop-filter: blur(20px)!important;
		transition: all 2.0s ease!important;
		}

#sidebar .navigation-toggle {
    border-bottom: 5px solid #666;
    border-top: 5px solid #666;
    color: #666;
    height: 31px;
    font-family: 'Raleway';
    font-size: 1em;
    left: 25px;
    line-height: 20px;
    margin-top: -15px;
    position: absolute;
    text-indent: 52px;
    -webkit-transition-property: none;
    -o-transition-property: none;
    transition-property: none;
    top: 50%;
    width: 35px;
}

@media (max-width: 768px) {
	#sidebar .navigation-toggle{
    height: 25px;
	width: 28px;
	margin-top:-10px;
	}
}
	
	
	
#sidebar .navigation-toggle:after {
    background-color: #666;
    content: " ";
    height: 5px;
    left: 0;
    margin-top: -3px;
    position: absolute;
    top: 50%;
    width: 100%;
}
/* 	LW - Note: These styling items are used in the JS below */
	#sidebar .navbarMobdropdown{border-bottom: 5px solid white;border-top: 5px solid white;}
	#sidebar .navbarMobdropdown:after{border-top: 5px solid white;}
	#sidebar .navigation-toggle.open:after{border-top:none;}
	#sidebar .navbarMobsearch{ background-image: url(https://staging.southcoastplaza.com/wp-content/themes/scp_v4/assets/img/search-white.png);}
	#sidebar .navbarMobdropdown.open:after{color: white;}
	
	.hideForm{display:none;}

