/*
Theme Name: OuzoBay
Theme URI: http://underscores.me/
Author: tbc
Author URI: http://underscores.me/
Description: bhs website
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: bhs
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

BHS is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
/*--------------------------------------------------------------

	Right now the styles are being loaded with globbing. Globbing adds styles alphabetically.
	In order to have a specific order, you need to name the files correctly or list each one out. 


--------------------------------------------------------------*/
@-webkit-keyframes loadFadIn {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 50px);
            transform: translate(0, 50px); }
  100% {
    opacity: 1;
    -webkit-transform: transalte(0 0px);
            transform: transalte(0 0px); } }
@keyframes loadFadIn {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 50px);
            transform: translate(0, 50px); }
  100% {
    opacity: 1;
    -webkit-transform: transalte(0 0px);
            transform: transalte(0 0px); } }

@-webkit-keyframes uiWheelAnim {
  0% {
    -webkit-transform: scale(1.2, 0.6) translate(0, 8px);
            transform: scale(1.2, 0.6) translate(0, 8px);
    -webkit-transform-origin: 28px 50%;
            transform-origin: 28px 50%; }
  35% {
    -webkit-transform: scale(1.2, 1) translate(0, 20px);
            transform: scale(1.2, 1) translate(0, 20px);
    -webkit-transform-origin: 28px 50%;
            transform-origin: 28px 50%; }
  100% {
    -webkit-transform: scale(1.2, 0.6) translate(0, 8px);
            transform: scale(1.2, 0.6) translate(0, 8px);
    -webkit-transform-origin: 28px 50%;
            transform-origin: 28px 50%; } }

@keyframes uiWheelAnim {
  0% {
    -webkit-transform: scale(1.2, 0.6) translate(0, 8px);
            transform: scale(1.2, 0.6) translate(0, 8px);
    -webkit-transform-origin: 28px 50%;
            transform-origin: 28px 50%; }
  35% {
    -webkit-transform: scale(1.2, 1) translate(0, 20px);
            transform: scale(1.2, 1) translate(0, 20px);
    -webkit-transform-origin: 28px 50%;
            transform-origin: 28px 50%; }
  100% {
    -webkit-transform: scale(1.2, 0.6) translate(0, 8px);
            transform: scale(1.2, 0.6) translate(0, 8px);
    -webkit-transform-origin: 28px 50%;
            transform-origin: 28px 50%; } }

@-webkit-keyframes uiDragAnim {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%; }
  10% {
    -webkit-transform: rotate(25deg);
            transform: rotate(25deg); }
  20% {
    -webkit-transform: rotate(-25deg);
            transform: rotate(-25deg); }
  30% {
    -webkit-transform: rotate(25deg);
            transform: rotate(25deg); }
  40% {
    -webkit-transform: rotate(-25deg);
            transform: rotate(-25deg); }
  50% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); } }

@keyframes uiDragAnim {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%; }
  10% {
    -webkit-transform: rotate(25deg);
            transform: rotate(25deg); }
  20% {
    -webkit-transform: rotate(-25deg);
            transform: rotate(-25deg); }
  30% {
    -webkit-transform: rotate(25deg);
            transform: rotate(25deg); }
  40% {
    -webkit-transform: rotate(-25deg);
            transform: rotate(-25deg); }
  50% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); } }

.admin-edit {
  margin: 20px 0;
  font-size: 20px; }

.avatar {
  border-radius: 50%; }

.entry-footer {
  background: white; }

.post-edit-link {
  position: fixed;
  bottom: 4px;
  left: 10px;
  z-index: 9999;
  font-size: 13px;
  text-decoration: none;
  color: #fff;
  display: table;
  border: 1px solid #0073aa;
  padding: 8px 12px;
  cursor: pointer;
  background: #00a0d2;
  font-family: '.HelveticaNeueDeskInterface-Regular';
  -webkit-box-shadow: inset 0 1px 0 rgba(120, 200, 230, 0.5), 0 1px 0 rgba(0, 0, 0, 0.15);
  border-radius: 3px;
  box-shadow: inset 0 1px 0 rgba(120, 200, 230, 0.5), 0 1px 0 rgba(0, 0, 0, 0.15); }

.edit-bar {
  width: 100%;
  height: 40px;
  position: fixed;
  bottom: 0;
  left: 0;
  background: #23282d;
  z-index: 9999; }

#wpadminbar {
  top: -46px; }
  #wpadminbar #admin-tab {
    width: 90px;
    background: #23282d;
    padding: 13px 20px 5px 20px;
    font-size: 13px;
    position: fixed;
    bottom: 0;
    cursor: pointer;
    text-align: center; }

#wpadminbar.active {
  margin-top: 46px !important;
  -webkit-transition: margin-top 0.5s ease 0s;
  transition: margin-top 0.5s ease 0s; }

#wpadminbar.inactive {
  margin-top: 0px !important;
  -webkit-transition: margin-top 0.5s ease 0s;
  transition: margin-top 0.5s ease 0s; }

.myclass {
  background: red;
  padding: 10px; }

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

html {
  font-size: 62.5%;
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  margin-top: 0 !important; }

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
  width: auto;
  height: auto; }

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-border-radius: 0;
  background-repeat: no-repeat; }

::-moz-selection {
  background: #0081b4;
  color: #FFF; }

::selection {
  background: #0081b4;
  color: #FFF; }

::-moz-selection {
  background: #0081b4;
  color: #FFF; }

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #0081b4 inset;
  -webkit-text-fill-color: #FFF; }

a, button, button:hover, button:focus, button:active, input, input:focus, select, select:focus {
  outline: 0;
  cursor: pointer;
  border: 0;
  text-decoration: none; }

button, button:hover, button:focus, button:active, input, input:focus, select, select:focus {
  background: transparent; }

input, select {
  -webkit-appearance: none;
  -moz-appearance: none; }

.wheel-icon {
  position: absolute;
  width: 40px;
  height: 40px;
  margin: 0 auto;
  bottom: 200px;
  left: 0;
  right: 0;
  z-index: 2;
  opacity: 0.5; }

.ui-help.wheel-help {
  position: absolute;
  z-index: 2;
  left: 50%;
  margin-left: -20px;
  bottom: 15%;
  height: 40px;
  width: 40px; }
  .ui-help.wheel-help #wheel {
    -webkit-animation: uiWheelAnim 0.85s cubic-bezier(0.445, 0.05, 0.55, 0.95) infinite;
            animation: uiWheelAnim 0.85s cubic-bezier(0.445, 0.05, 0.55, 0.95) infinite; }

.ui-help.drag-help {
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  top: 50%;
  margin: auto;
  height: 70px;
  width: 70px;
  -webkit-animation: uiDragAnim 4s cubic-bezier(0.445, 0.05, 0.55, 0.95) infinite;
          animation: uiDragAnim 4s cubic-bezier(0.445, 0.05, 0.55, 0.95) infinite; }

.photo-strip {
  background: url(../images/photo_strip.jpg) repeat-x;
  height: 130px;
  background-size: auto 126px; }

/*--------------------------------------------
	UPDATE BROWSER
--------------------------------------------*/
.udpate-browser {
  background: #0081b4;
  padding: 100px 10px;
  min-height: 100vh;
  height: 100%; }
  .udpate-browser img {
    margin: 0 auto 50px auto;
    display: block;
    width: 300px; }
  .udpate-browser p {
    color: #FFF;
    font-family: "azo-sans-web-n4", "azo-sans-web",sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1.5em;
    line-height: 1.2;
    letter-spacing: 1px;
    text-align: center;
    max-width: 500px; }
  .udpate-browser a {
    font-size: 12px;
    color: #FFF; }

/*--------------------------------------------
	VIDEO
--------------------------------------------*/
.video-container {
  position: relative;
  padding-bottom: 55%;
  padding-top: 10px;
  height: 0;
  overflow: hidden; }
  .video-container iframe, .video-container object, .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0; }

/*--------------------------------------------
	FULL WIDTH IMAGE WITH ANIM
--------------------------------------------*/
.full-w-parent {
  position: relative;
  overflow: hidden; }

.full-w-img {
  width: 100%; }

.full-w-img-container {
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  z-index: -2;
  background: #f7f7f7; }
  .full-w-img-container video {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    min-width: 50%;
    min-height: 50%;
    z-index: 0; }
  .full-w-img-container .full-w-img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    min-width: 50%;
    min-height: 50%;
    width: auto; }

/*--------------------------------------------
	LIGHTBOX
--------------------------------------------*/
#lightbox {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 8;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden; }

/*--------------------------------------------
	BG COLORS
--------------------------------------------*/
.bg-blue-3 {
  background-color: #002635; }

.bg-ouzo-blue {
  background-color: #0081b4; }

.bg-white {
  background-color: #FFF; }

.bg-blue-4 {
  background-color: #001e2a; }

/*--------------------------------------------
	BREAKPOINTS
--------------------------------------------*/
@media only screen and (min-width: 650px) {
  .photo-strip {
    height: 200px;
    background-size: cover; } }

@media only screen and (min-width: 1024px) {
  .photo-strip {
    height: 350px; } }

@media only screen and (min-width: 1400px) {
  .photo-strip {
    background-size: contain; } }

body {
  font-family: "azo-sans-web-n3", "azo-sans-web",sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 1.0rem;
  color: #013a50; }

/*
	GLOBAL
*/
.h-xl {
  font-size: 3.4em;
  letter-spacing: 5px;
  font-family: "azo-sans-web-n3", "azo-sans-web",sans-serif;
  font-style: normal;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 1;
  color: #001e2a;
  text-align: center;
  margin: 0 auto 15px auto;
  max-width: 600px; }

.h-lg {
  font-size: 2.4em;
  letter-spacing: 5px;
  font-family: "azo-sans-web-n3", "azo-sans-web",sans-serif;
  font-style: normal;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 1;
  color: #FFF;
  margin: 0 auto 15px auto;
  max-width: 600px; }

.h-xs {
  font-size: 1.1em;
  letter-spacing: 0.8px;
  font-family: "azo-sans-web-n7", "azo-sans-web",sans-serif;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.5;
  margin: 0 auto;
  max-width: 600px; }

p {
  font-size: 1.5em;
  line-height: 1.7;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto; }

.p-lg {
  font-size: 1.8em;
  line-height: 1.6;
  font-family: "azo-sans-web-n4", "azo-sans-web",sans-serif;
  font-style: normal;
  font-weight: 400;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto; }

.p-md {
  font-size: 1.4em;
  line-height: 1.2;
  font-family: "azo-sans-web-n4", "azo-sans-web",sans-serif;
  font-style: normal;
  font-weight: 400; }

.p-sm {
  font-size: 1.1em;
  font-family: "azo-sans-web-n4", "azo-sans-web",sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.3px; }

/*
	FOOD MENU
*/
.menu-title {
  color: #0081b4;
  font-family: "azo-sans-web-n3", "azo-sans-web",sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 2.2em;
  text-transform: uppercase;
  letter-spacing: 5px;
  text-align: center;
  line-height: 1.2;
  display: block;
  max-width: 600px;
  margin: 0 auto; }

.menu-descr {
  color: #005374;
  font-family: "azo-sans-web-n3", "azo-sans-web",sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 1.2em;
  line-height: 1.8;
  text-align: center;
  max-width: 500px;
  display: block;
  margin: 18px auto 0 auto; }

.menu-sub-title {
  color: #005374;
  font-family: "azo-sans-web-n4", "azo-sans-web",sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.5em;
  text-transform: uppercase;
  letter-spacing: 3px;
  text-align: center;
  display: block;
  margin-top: 14px; }

.menu-sub-descr {
  color: #005374;
  font-family: "azo-sans-web-n3", "azo-sans-web",sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 1.2em;
  line-height: 1.8;
  text-align: center;
  display: block;
  margin: 18px auto 0 auto;
  max-width: 730px; }

.menu-item-title,
.menu-item .entry-title a {
  color: #013a50;
  font-family: "azo-sans-web-n4", "azo-sans-web",sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.5em;
  text-transform: uppercase;
  letter-spacing: 1.7px;
  text-align: center;
  line-height: 1.2;
  display: block;
  margin: 0 auto 7px auto;
  max-width: 300px; }

.menu-item-sub-title {
  color: #aeaeae;
  font-family: "azo-sans-web-n4", "azo-sans-web",sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.2em;
  text-transform: uppercase;
  letter-spacing: 1.7px;
  text-align: center;
  display: block;
  margin-bottom: 5px; }

.menu-item-descr {
  color: #747474;
  font-family: "azo-sans-web-n4", "azo-sans-web",sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.2em;
  line-height: 1.6;
  text-align: center;
  max-width: 285px;
  display: block;
  margin: 0 auto; }

.menu-item-price {
  text-align: center;
  font-size: 12px;
  margin-top: 10px; }

.food-warnings {
  text-align: center;
  max-width: 800px;
  width: 90%;
  margin: 90px auto; }
  .food-warnings li {
    font-size: 12px;
    color: #747474;
    font-family: "azo-sans-web-n4", "azo-sans-web",sans-serif;
    font-style: normal;
    font-weight: 400;
    text-align: center;
    line-height: 1.5;
    display: block;
    margin-bottom: 10px; }

/*
	FOOD MENU NAV
*/
.menu-sidebar-nav li {
  color: #FFF;
  font-family: "azo-sans-web-n3", "azo-sans-web",sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 2.2em;
  line-height: 1.6;
  letter-spacing: 2px;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  margin: 0 auto 20px;
  width: 80%;
  max-width: 250px;
  padding: 10px 20px;
  border: 2px solid transparent;
  -webkit-transition: border-color 0.35s ease;
  transition: border-color 0.35s ease; }

.menu-sidebar-nav li.active, .menu-sidebar-nav li:hover {
  border-color: #0081b4;
  -webkit-transition: border-color 0.35s ease;
  transition: border-color 0.35s ease; }

.menu-header-nav li {
  color: #FFF;
  font-family: "azo-sans-web-n3", "azo-sans-web",sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 1.6em;
  line-height: 1.6;
  letter-spacing: 5px;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  margin-bottom: 20px;
  -webkit-transition: color 1s ease-out;
  transition: color 1s ease-out; }

.menu-header-nav li.active, .menu-header-nav li:hover {
  color: #013a50;
  -webkit-transition: color 0.35s ease-out;
  transition: color 0.35s ease-out; }

.menu-header-nav li:nth-child(1) {
  opacity: 0;
  -webkit-animation: loadFadIn 1.2s 0.2s ease forwards;
          animation: loadFadIn 1.2s 0.2s ease forwards; }

.menu-header-nav li:nth-child(2) {
  opacity: 0;
  -webkit-animation: loadFadIn 1.2s 0.4s ease forwards;
          animation: loadFadIn 1.2s 0.4s ease forwards; }

.menu-header-nav li:nth-child(3) {
  opacity: 0;
  -webkit-animation: loadFadIn 1.2s 0.6s ease forwards;
          animation: loadFadIn 1.2s 0.6s ease forwards; }

.menu-header-nav li:nth-child(4) {
  opacity: 0;
  -webkit-animation: loadFadIn 1.2s 0.8s ease forwards;
          animation: loadFadIn 1.2s 0.8s ease forwards; }

.menu-header-nav li:nth-child(5) {
  opacity: 0;
  -webkit-animation: loadFadIn 1.2s 1s ease forwards;
          animation: loadFadIn 1.2s 1s ease forwards; }

.menu-header-nav li:nth-child(6) {
  opacity: 0;
  -webkit-animation: loadFadIn 1.2s 1.2s ease forwards;
          animation: loadFadIn 1.2s 1.2s ease forwards; }

.menu-header-nav li:nth-child(7) {
  opacity: 0;
  -webkit-animation: loadFadIn 1.2s 1.4s ease forwards;
          animation: loadFadIn 1.2s 1.4s ease forwards; }

.menu-header-nav li:nth-child(8) {
  opacity: 0;
  -webkit-animation: loadFadIn 1.2s 1.6s ease forwards;
          animation: loadFadIn 1.2s 1.6s ease forwards; }

.menu-header-nav li:nth-child(9) {
  opacity: 0;
  -webkit-animation: loadFadIn 1.2s 1.8s ease forwards;
          animation: loadFadIn 1.2s 1.8s ease forwards; }

.menu-header-nav li:nth-child(10) {
  opacity: 0;
  -webkit-animation: loadFadIn 1.2s 2s ease forwards;
          animation: loadFadIn 1.2s 2s ease forwards; }

.menu-header-nav li:nth-child(11) {
  opacity: 0;
  -webkit-animation: loadFadIn 1.2s 2.2s ease forwards;
          animation: loadFadIn 1.2s 2.2s ease forwards; }

.menu-header-nav li:nth-child(12) {
  opacity: 0;
  -webkit-animation: loadFadIn 1.2s 2.4s ease forwards;
          animation: loadFadIn 1.2s 2.4s ease forwards; }

.menu-header-nav li:nth-child(13) {
  opacity: 0;
  -webkit-animation: loadFadIn 1.2s 2.6s ease forwards;
          animation: loadFadIn 1.2s 2.6s ease forwards; }

.menu-header-nav li:nth-child(14) {
  opacity: 0;
  -webkit-animation: loadFadIn 1.2s 2.8s ease forwards;
          animation: loadFadIn 1.2s 2.8s ease forwards; }

.menu-header-nav li:nth-child(15) {
  opacity: 0;
  -webkit-animation: loadFadIn 1.2s 3s ease forwards;
          animation: loadFadIn 1.2s 3s ease forwards; }

/*
	NAV
*/
.site-nav a {
  color: #747474;
  font-family: "azo-sans-web-n4", "azo-sans-web",sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.8em;
  line-height: 1;
  letter-spacing: 1px;
  text-align: center;
  text-transform: uppercase;
  padding: 0 25px;
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease; }

.site-nav a:hover {
  color: #0081b4;
  -webkit-transition: color 0.35s ease;
  transition: color 0.35s ease; }

/*--------------------------------------------
	BREAKPOINTS
--------------------------------------------*/
@media only screen and (min-width: 1024px) {
  /*
		GLOBAL
	*/
  .h-xl {
    font-size: 5.4em;
    line-height: 1.5; }
  .h-lg {
    font-size: 4.2em;
    line-height: 1.5; }
  p {
    font-size: 1.8em;
    line-height: 1.7; }
  .p-md {
    font-size: 1.6em;
    line-height: 1.2; }
  .p-sm {
    font-size: 1.2em;
    line-height: 1.4;
    letter-spacing: 0.5px; }
  /*
		SITE NAV
	*/
  .site-nav a {
    font-size: 13px; }
  /*
		FOOD MENU NAV
	*/
  .menu-title {
    font-size: 3.2em; }
  .menu-descr {
    font-size: 1.4em;
    max-width: 750px; }
  .menu-sub-title {
    font-size: 1.7em; }
  .menu-sub-descr {
    font-size: 1.4em; }
  .menu-item-title {
    font-size: 1.8em;
    margin: 0 auto 12px auto; }
  .menu-item-sub-title {
    font-size: 1.4em;
    margin-bottom: 12px; }
  .menu-item-descr {
    font-size: 1.5em; }
  .food-warnings li {
    font-size: 14px; }
  .menu-sidebar-nav li {
    font-size: 1.5em;
    line-height: 1.6;
    letter-spacing: 2px;
    padding: 5px 10px; }
  .menu-header-nav li {
    font-size: 5.4em;
    line-height: 1.6;
    letter-spacing: 5px; } }

@media only screen and (min-width: 1024px) {
  .menu-sidebar-nav li {
    font-size: 1.8em;
    padding: 6px 20px; } }

/*--------------------------------------------
	TEXTURES
--------------------------------------------*/
.texture-inner-btm-r-drk-blue {
  position: relative; }

.texture-inner-btm-r-drk-blue > * {
  position: relative;
  z-index: 1; }

.texture-inner-btm-r-drk-blue:after {
  content: '';
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 80px;
  background: url(../images/textures/texture_btm_r_drk_blue.png) right bottom no-repeat;
  background-size: cover; }

.texture-top-drk-blue {
  position: relative; }

.texture-top-drk-blue > .container {
  padding-top: 10px; }

.texture-top-drk-blue:before {
  content: '';
  width: 100%;
  position: absolute;
  left: 0;
  top: -43px;
  height: 45px;
  background: url(../images/textures/texture_top_drk_blue.png) center bottom repeat-x; }

.texture-top-white {
  position: relative; }

.texture-top-white:before {
  content: '';
  width: 100%;
  position: absolute;
  left: 0;
  top: -43px;
  height: 85px;
  background: url(../images/textures/texture_top_white.png) left bottom repeat-x; }

.texture-top-white-2 {
  position: relative; }

.texture-top-white-2:before {
  content: '';
  width: 100%;
  position: absolute;
  left: 0;
  top: -63px;
  height: 63px;
  background: url(../images/textures/texture_top_white_2.png) center bottom repeat-x; }

.texture-top-lt-blue-trans-top {
  background-color: #0081b4;
  position: relative; }
  .texture-top-lt-blue-trans-top .container {
    padding-top: 0; }

.texture-top-lt-blue-trans-top:before {
  content: '';
  width: 100%;
  position: absolute;
  left: 0;
  top: -200px;
  height: 200px;
  background: url(../images/textures/texture_top_lt_trans_blue_2.png) 100% bottom repeat-x; }

.texture-btm-trans-blue {
  background-color: rgba(4, 144, 199, 0.8); }

.texture-btm-trans-blue:after {
  content: '';
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -33px;
  height: 33px;
  background-image: url(../images/textures/texture_btm_trans_blue.png);
  background-position: 100% bottom;
  background-repeat: repeat-x; }

.texture-full-bg-lt-blue {
  background-image: url(../images/textures/texture_full_bg_lt_blue.png);
  background-repeat: repeat;
  background-position: right; }

.texture-header-2 {
  background-image: url(../images/textures/texture_header_2.png);
  display: block;
  margin: 30px auto 20px;
  width: 100%;
  max-width: 311px;
  height: 14px; }

.texture-header-1 {
  background-image: url(../images/textures/texture_header_1.png);
  display: block;
  margin: 15px auto 10px;
  width: 100%;
  max-width: 235px;
  height: 14px; }

.texture-lg-arc {
  background-image: url(../images/textures/texture_lg_bg_arc.png);
  background-position: right top;
  background-size: cover;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.fixed-texture {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: -1; }

.texture-lg-arc-2 {
  background-image: url(../images/textures/texture_lg_bg_arc.png);
  background-position: -45% 77%;
  background-size: 80;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.texture-photo-strip {
  position: relative; }

.texture-photo-strip:before {
  content: '';
  display: block;
  background-image: url(../images/textures/texture_photo_strip.png);
  background-repeat: repeat-x;
  background-size: contain;
  background-position: center;
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 77px;
  top: -35px; }

/*--------------------------------------------
	BREAKPOINTS
--------------------------------------------*/
@media only screen and (min-width: 768px) {
  .texture-top-drk-blue > .container {
    padding-top: 50px; } }

@media only screen and (min-width: 1024px) {
  .texture-header-1 {
    margin: 30px auto 40px; }
  .texture-top-drk-blue > .container {
    padding-top: 75px; }
  .texture-header-2 {
    margin-bottom: 70px; } }

/*
	IE
*/
body.isIE {
  overflow-x: hidden; }
  body.isIE .parallax-bg .fixed {
    position: absolute; }
  body.isIE .parallax-bg .full-w-img-container.fixed .full-w-img {
    bottom: auto; }

body.ie9 .menu-header-nav li:nth-child(1), body.ie10 .menu-header-nav li:nth-child(1) {
  opacity: 1; }

body.ie9 .menu-header-nav li:nth-child(2), body.ie10 .menu-header-nav li:nth-child(2) {
  opacity: 1; }

body.ie9 .menu-header-nav li:nth-child(3), body.ie10 .menu-header-nav li:nth-child(3) {
  opacity: 1; }

body.ie9 .menu-header-nav li:nth-child(4), body.ie10 .menu-header-nav li:nth-child(4) {
  opacity: 1; }

body.ie9 .menu-header-nav li:nth-child(5), body.ie10 .menu-header-nav li:nth-child(5) {
  opacity: 1; }

body.ie9 .menu-header-nav li:nth-child(6), body.ie10 .menu-header-nav li:nth-child(6) {
  opacity: 1; }

body.ie9 .menu-header-nav li:nth-child(7), body.ie10 .menu-header-nav li:nth-child(7) {
  opacity: 1; }

body.ie9 .menu-header-nav li:nth-child(8), body.ie10 .menu-header-nav li:nth-child(8) {
  opacity: 1; }

body.ie9 .menu-header-nav li:nth-child(9), body.ie10 .menu-header-nav li:nth-child(9) {
  opacity: 1; }

body.ie9 .menu-header-nav li:nth-child(10), body.ie10 .menu-header-nav li:nth-child(10) {
  opacity: 1; }

body.ie9 .menu-header-nav li:nth-child(11), body.ie10 .menu-header-nav li:nth-child(11) {
  opacity: 1; }

body.ie9 .menu-header-nav li:nth-child(12), body.ie10 .menu-header-nav li:nth-child(12) {
  opacity: 1; }

body.ie9 .menu-header-nav li:nth-child(13), body.ie10 .menu-header-nav li:nth-child(13) {
  opacity: 1; }

body.ie9 .menu-header-nav li:nth-child(14), body.ie10 .menu-header-nav li:nth-child(14) {
  opacity: 1; }

body.ie9 .menu-header-nav li:nth-child(15), body.ie10 .menu-header-nav li:nth-child(15) {
  opacity: 1; }

.company {
  height: 100%;
  /*
		COMPANY INFO
	*/
  /*
		MAP
	*/ }
  .company .company-info {
    background: #FFF;
    color: #001e2a;
    text-align: center;
    padding: 50px 0;
    width: 100%;
    display: block;
    height: 100%;
    /*
			CREDIT CARD
		*/
    /*
			NETWORK SITES
		*/ }
    .company .company-info.dress-code {
      padding-top: 0px; }
    .company .company-info .container {
      margin: 15px 0 15px; }
    .company .company-info .tel {
      margin-top: 10px; }
    .company .company-info .tel,
    .company .company-info .hours {
      color: #747474;
      font-family: "azo-sans-web-n4", "azo-sans-web",sans-serif;
      font-style: normal;
      font-weight: 400; }
    .company .company-info .days {
      color: #001e2a;
      font-size: 13px;
      margin-bottom: 5px; }
    .company .company-info .hours br {
      line-height: 1.7; }
    .company .company-info .info > .container:first-child {
      margin: 35px 0 15px; }
    .company .company-info .cc {
      margin: 0px auto 0;
      color: #747474; }
      .company .company-info .cc img {
        max-height: 42px;
        margin-top: 10px; }
    .company .company-info hr {
      border: 0;
      width: 12px;
      height: 1px;
      background: #001e2a;
      margin-top: 20px; }
    .company .company-info .network-sites {
      margin-top: 30px; }
      .company .company-info .network-sites p,
      .company .company-info .network-sites select {
        color: #001e2a;
        font-size: 12px;
        font-family: "azo-sans-web-n4", "azo-sans-web",sans-serif;
        font-style: normal;
        font-weight: 400;
        display: inline-block; }
      .company .company-info .network-sites select {
        /*border-bottom: 1px solid $blue_5;*/
        color: #0081b4;
        padding-bottom: 2px; }
  .company .google-map {
    height: 300px;
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden; }
    .company .google-map .map {
      height: inherit;
      min-height: 100%;
      width: inherit;
      position: absolute; }
    .company .google-map .gmnoprint {
      display: none !important; }

/*--------------------------------------------
	BREAKPOINTS
--------------------------------------------*/
@media only screen and (min-width: 768px) {
  .company {
    display: table;
    width: 100%;
    /*
			COMPANY INFO
		*/
    /*
			MAP
		*/ }
    .company .company-info {
      padding: 60px 0;
      width: 50%;
      vertical-align: top;
      display: table-cell; }
      .company .company-info.dress-code {
        padding-top: 60px; }
    .company .company-info:only-child {
      width: 100%;
      display: block; }
    .company .google-map {
      height: 100%;
      display: table-cell;
      width: 49.8%;
      position: static;
      overflow: auto; }
    .company .google-map:only-child {
      height: 600px;
      width: 100%;
      display: block; } }

.simple-form h1 {
  text-align: center;
  color: #0081b4; }

.simple-form p {
  text-align: center; }

.simple-form div[role="form"] {
  width: 100%;
  max-width: 260px; }

/*
	BASE
*/
::-webkit-input-placeholder {
  color: #bbbec0; }

:-moz-placeholder {
  color: #bbbec0;
  opacity: 1; }

::-moz-placeholder {
  color: #bbbec0;
  opacity: 1; }

:-ms-input-placeholder {
  color: #bbbec0; }

select {
  border: 0;
  outline: 0; }

/*
	CONTACT 7 FORM
*/
div[role="form"] {
  position: relative;
  margin: 40px auto 0 auto;
  display: table; }
  div[role="form"] .col {
    width: 100%; }
  div[role="form"] .wpcf7-not-valid-tip {
    font-size: 9px;
    color: #d20000;
    text-align: right;
    letter-spacing: 0.6px;
    position: relative;
    z-index: 2;
    margin-bottom: 10px;
    margin-top: 5px; }
  div[role="form"] div.wpcf7-validation-errors {
    color: #d20000;
    padding: 10px 10px 10px 0;
    border: 0;
    margin: 0;
    font-size: 13px; }
  div[role="form"] .wpcf7-not-valid {
    border: 1px solid rgba(255, 0, 0, 0.15); }
  div[role="form"] .required:before {
    content: '*';
    color: #d20000;
    position: absolute;
    font-size: 12px;
    right: 10px;
    top: 10px; }
  div[role="form"] .input-container {
    margin: 0 0 20px 0; }
  div[role="form"] .wpcf7-form-control-wrap {
    display: block; }
  div[role="form"] textarea {
    height: 133px; }
  div[role="form"] input:not([type="submit"]), div[role="form"] textarea, div[role="form"] select {
    width: 100%;
    outline: none;
    resize: none;
    border: 0; }
  div[role="form"] input:not([type="submit"]), div[role="form"] textarea, div[role="form"] select, div[role="form"] .hint, div[role="form"] .file-value {
    font-size: 13px;
    color: #61768c;
    font-family: "azo-sans-web-n4", "azo-sans-web",sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    text-align: left;
    letter-spacing: 0.3px;
    background-color: #EFEFEF;
    padding: 12px 12px; }
  div[role="form"] .file-value {
    background: transparent;
    border-bottom: 1px solid #EFEFF9; }
    div[role="form"] .file-value p {
      font-size: 14px;
      color: #858689;
      line-height: 1;
      text-align: left;
      letter-spacing: 0.3px;
      padding-left: 15px; }
  div[role="form"] .wpcf7-radio, div[role="form"] .wpcf7-checkbox {
    font-size: 14px;
    color: #858689;
    line-height: 1;
    text-align: left;
    letter-spacing: 0.3px; }
  div[role="form"] .wpcf7-checkbox span.wpcf7-list-item, div[role="form"] .wpcf7-radio span.wpcf7-list-item {
    margin-left: 0; }
  div[role="form"] .wpcf7-radio .wpcf7-list-item-label, div[role="form"] .wpcf7-checkbox .wpcf7-list-item-label {
    display: inline-block;
    padding: 10px 10px 10px 0;
    min-width: 140px; }
  div[role="form"] .wpcf7-radio .wpcf7-list-item {
    margin-right: 10px; }
  div[role="form"] .wpcf7-radio .wpcf7-list-item:last-child {
    margin-right: 0; }
  div[role="form"] input[type="radio"], div[role="form"] input[type="checkbox"] {
    display: inline-block;
    width: auto; }
  div[role="form"] input::-webkit-outer-spin-button,
  div[role="form"] input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    margin: 0; }
  div[role="form"] img.ajax-loader {
    bottom: 19px;
    position: absolute;
    right: 0;
    width: 20px; }
  div[role="form"] input[type="submit"] + p {
    margin-bottom: 80px; }
  div[role="form"] div.wpcf7-response-output {
    display: none !important; }
  div[role="form"] div.wpcf7-mail-sent-ng {
    color: #d20000; }
  div[role="form"] div.wpcf7-mail-sent-ok {
    color: #398f14; }

/*
	LIGHTBOX
	used for form messages. success, error
*/
#popup {
  width: 90%;
  max-width: 650px;
  background: #FFF;
  padding: 25px;
  border: 1px solid #DDDEE0;
  position: fixed;
  z-index: 8;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-filter: blur(0);
  opacity: 0;
  -webkit-transition: opacity 0.5s cubic-bezier(0.07, 0.08, 0.215, 0.84) 0s;
  transition: opacity 0.5s cubic-bezier(0.07, 0.08, 0.215, 0.84) 0s;
  -webkit-font-smoothing: antialiased; }
  #popup .container {
    position: relative;
    height: 100%;
    overflow: hidden; }
  #popup h2 {
    margin: 25px 0; }
  #popup p {
    width: 90%;
    margin: 0; }
  #popup #close-popup {
    position: absolute;
    z-index: 2;
    right: 0;
    top: 0;
    width: 25px;
    height: 25px;
    background-size: 100%;
    cursor: pointer;
    background: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgNDAgNDAiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDQwIDQwIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxsaW5lIGZpbGw9Im5vbmUiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlPSIjRDEyMDI2IiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHgxPSIwIiB5MT0iMCIgeDI9IjQwIiB5Mj0iNDAiLz4NCjxsaW5lIGZpbGw9Im5vbmUiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlPSIjRDEyMDI2IiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHgxPSI0MCIgeTE9IjAiIHgyPSIwIiB5Mj0iNDAiLz4NCjwvc3ZnPg==") no-repeat; }
  #popup #ok-btn, #popup #cancel-btn {
    margin-top: 20px;
    color: #0081b4;
    padding: 0;
    margin-right: 20px; }

#popup.in {
  opacity: 1;
  -webkit-transition: opacity 0.5s cubic-bezier(0.07, 0.08, 0.215, 0.84) 0s;
  transition: opacity 0.5s cubic-bezier(0.07, 0.08, 0.215, 0.84) 0s; }

#popup.out {
  opacity: 0 !important;
  -webkit-transition: opacity 0.5s cubic-bezier(0.07, 0.08, 0.215, 0.84) 0s;
  transition: opacity 0.5s cubic-bezier(0.07, 0.08, 0.215, 0.84) 0s; }

#popup.large {
  max-height: 100%;
  height: 80%;
  overflow: hidden; }
  #popup.large .scrollable {
    height: 88%;
    top: 40px;
    position: relative;
    padding: 0 10px; }

/*--------------------------------------------
	BREAKPOINTS
--------------------------------------------*/
@media only screen and (min-width: 568px) {
  .simple-form div[role="form"] {
    max-width: 350px; } }

@media only screen and (min-width: 650px) {
  .simple-form div[role="form"] {
    max-width: 400px; } }

@media only screen and (min-width: 768px) {
  .simple-form div[role="form"] {
    width: 90%;
    max-width: 900px; }
  div[role="form"] input:not([type="submit"]), div[role="form"] textarea, div[role="form"] select, div[role="form"] .hint, div[role="form"] .file-value {
    font-size: 16px;
    padding: 18px 20px; }
  div[role="form"] .col {
    display: inline-block;
    vertical-align: top;
    width: 47%; }
  div[role="form"] .col:nth-child(2) {
    margin-right: 3%; } }

/*
	NEWSLETTER CONTAINER
*/
.newsletter-signup {
  padding: 40px 0;
  /*
		MAILCHIMP
	*/ }
  .newsletter-signup .inner {
    width: 90%;
    margin: 0 auto;
    display: table;
    text-align: center; }
  .newsletter-signup p.cta-txt {
    font-family: "azo-sans-web-n3", "azo-sans-web",sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 1.6em;
    color: #cfecf8;
    letter-spacing: 3px;
    text-transform: uppercase;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    max-width: 100%; }
  .newsletter-signup .mc4wp-form {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    margin-top: 20px; }
    .newsletter-signup .mc4wp-form ::-webkit-input-placeholder {
      color: #61768c; }
    .newsletter-signup .mc4wp-form :-moz-placeholder {
      color: #61768c;
      opacity: 1; }
    .newsletter-signup .mc4wp-form ::-moz-placeholder {
      color: #61768c;
      opacity: 1; }
    .newsletter-signup .mc4wp-form :-ms-input-placeholder {
      color: #61768c; }
    .newsletter-signup .mc4wp-form input:-webkit-autofill {
      -webkit-box-shadow: 0 0 0px 1000px #00151e inset;
      -webkit-text-fill-color: #61768c; }
    .newsletter-signup .mc4wp-form input[type="email"] {
      background: #00151e;
      width: auto;
      padding: 15px 10px;
      width: 100%;
      margin: auto;
      color: #61768c;
      font-size: 13px;
      text-align: center;
      font-family: "azo-sans-web-n4", "azo-sans-web",sans-serif;
      font-style: normal;
      font-weight: 400; }
    .newsletter-signup .mc4wp-form input[type="submit"] {
      display: table;
      margin-top: 20px;
      padding: 10px 15px;
      width: auto;
      min-width: 0;
      font-size: 13px; }
    .newsletter-signup .mc4wp-form .mc4wp-alert, .newsletter-signup .mc4wp-form .mc4wp-notice {
      position: absolute;
      bottom: 20px;
      margin: auto;
      left: 0;
      right: 0;
      color: #FFF;
      display: table;
      width: 100%; }
      .newsletter-signup .mc4wp-form .mc4wp-alert p, .newsletter-signup .mc4wp-form .mc4wp-notice p {
        font-family: "azo-sans-web-n3", "azo-sans-web",sans-serif;
        font-style: normal;
        font-weight: 300;
        letter-spacing: 1px;
        font-size: 12px;
        color: #cfecf8; }

/*--------------------------------------------
	BREAKPOINTS
--------------------------------------------*/
@media only screen and (min-width: 768px) {
  /*
		NEWSLETTER CONTAINER
	*/
  .newsletter-signup {
    padding: 60px 0;
    /*
			MAILCHIMP
		*/ }
    .newsletter-signup p.cta-txt {
      font-size: 2.4em; }
    .newsletter-signup .mc4wp-form {
      width: 55%; }
      .newsletter-signup .mc4wp-form input[type="email"] {
        padding: 18px 10px;
        font-size: 1.5em;
        display: inline-block;
        vertical-align: middle;
        width: 45%;
        margin: 0 4%; }
      .newsletter-signup .mc4wp-form input[type="submit"] {
        padding: 15px 10px;
        min-width: 240px;
        font-size: 1.5em;
        display: inline-block;
        vertical-align: middle;
        width: 45%;
        margin: 0;
        min-width: 0; } }

@media only screen and (min-width: 1024px) {
  /*
		NEWSLETTER CONTAINER
	*/
  .newsletter-signup {
    /*
			MAILCHIMP
		*/ }
    .newsletter-signup p.cta-txt {
      font-size: 2.2em;
      letter-spacing: 4px;
      text-align: left;
      max-width: 60%; }
    .newsletter-signup .mc4wp-form {
      display: inline-block;
      vertical-align: middle;
      width: 39%;
      margin: 0; } }

@media only screen and (min-width: 1200px) {
  /*
		NEWSLETTER CONTAINER
	*/
  .newsletter-signup p.cta-txt {
    font-size: 2.8em; } }

.ot-reservation h1 {
  text-align: center; }

.ot-reservation p {
  text-align: center; }

/*
	BASE
*/
.ot-container {
  background: transparent;
  height: auto;
  width: 100%;
  display: none;
  margin-top: 25px;
  /*
		REMOVE LABELS
	*/
  /*
		CUSTOM SELECT
	*/ }
  .ot-container #OT_partySizeLbl, .ot-container #OT_dateLbl, .ot-container #OT_timeLbl {
    display: none; }
  .ot-container span.customSelect, .ot-container .hasCustomSelect {
    background: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgNDAgNDAiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDQwIDQwIiB4bWw6c3BhY2U9InByZXNlcnZlIj48cGF0aCBmaWxsPSIjMDE0YjY5IiBkPSJNMjAsNDAgTDAsMjAgaDQwIEwyMCw0MHoiLz48L3N2Zz4=") 90% center no-repeat;
    background-size: 12px 12px;
    padding: 0 !important;
    display: block !important; }
    .ot-container span.customSelect .customSelectInner, .ot-container .hasCustomSelect .customSelectInner {
      width: auto !important;
      line-height: 1;
      display: block !important;
      vertical-align: middle;
      line-height: 3; }
  .ot-container #OT_searchWrapper {
    height: auto;
    background: transparent;
    font-family: "azo-sans-web-n4", "azo-sans-web",sans-serif;
    font-style: normal;
    font-weight: 400;
    /*
			HEADER
		*/
    /*
			BUTTONS
		*/
    /* 
			DATE
		*/
    /* 
			RESTAURANTS DROP DOWN
			if more than one
		*/
    /* 
			SUBMIT BTN
			*should have global style applied
			*/ }
    .ot-container #OT_searchWrapper dl {
      position: relative;
      text-align: center; }
    .ot-container #OT_searchWrapper #cal1Shim {
      display: none; }
    .ot-container #OT_searchWrapper .OT_feedTitle {
      margin-bottom: 40px;
      display: none !important; }
    .ot-container #OT_searchWrapper .feedFormField, .ot-container #OT_searchWrapper .feedFormField option, .ot-container #OT_searchWrapper input:not([type="submit"]) {
      color: #FFF;
      font-size: 18px;
      text-align: center;
      width: 100%;
      height: 60px;
      padding: 20px 0;
      margin: 0; }
    .ot-container #OT_searchWrapper .feedFormField option {
      background: #FFF;
      color: #000; }
    .ot-container #OT_searchWrapper #OT_date, .ot-container #OT_searchWrapper #OT_time, .ot-container #OT_searchWrapper #OT_partySize {
      background-color: #001e2a;
      width: 100%;
      display: block;
      position: relative;
      left: 0;
      top: 0;
      vertical-align: top;
      -webkit-transition: background-color 0.35s ease;
      transition: background-color 0.35s ease; }
    .ot-container #OT_searchWrapper #OT_time:hover,
    .ot-container #OT_searchWrapper #OT_date:hover,
    .ot-container #OT_searchWrapper #OT_partySize:hover {
      background-color: #001118;
      -webkit-transition: background-color 0.35s ease;
      transition: background-color 0.35s ease; }
    .ot-container #OT_searchWrapper #OT_date {
      border: 0;
      background: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgNDAgNDAiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDQwIDQwIiB4bWw6c3BhY2U9InByZXNlcnZlIj48cGF0aCBmaWxsPSIjMDE0YjY5IiBkPSJNMjAsNDAgTDAsMjAgaDQwIEwyMCw0MHoiLz48L3N2Zz4=") 90% center no-repeat;
      background-size: 12px 12px; }
      .ot-container #OT_searchWrapper #OT_date input {
        font-family: "azo-sans-web-n4", "azo-sans-web",sans-serif;
        font-style: normal;
        font-weight: 400; }
    .ot-container #OT_searchWrapper .rightArrowLink, .ot-container #OT_searchWrapper .leftArrowLink {
      margin-top: 10px;
      width: 10px;
      height: 10px;
      background: transparent !important;
      display: block;
      float: right;
      border: solid 6px transparent; }
      .ot-container #OT_searchWrapper .rightArrowLink img, .ot-container #OT_searchWrapper .leftArrowLink img {
        display: none !important; }
    .ot-container #OT_searchWrapper .rightArrowLink {
      float: right;
      border-left: solid 6px #FFF;
      margin-right: 4px; }
    .ot-container #OT_searchWrapper .leftArrowLink {
      float: left;
      border-right: solid 6px #FFF; }
    .ot-container #OT_searchWrapper #dateDisplay {
      display: none; }
    .ot-container #OT_searchWrapper .imgCal {
      width: 100%;
      overflow: hidden;
      position: fixed;
      max-width: 500px;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      z-index: 9; }
      .ot-container #OT_searchWrapper .imgCal #imageCal, .ot-container #OT_searchWrapper .imgCal table {
        width: 100%;
        border: 0;
        background: inherit; }
      .ot-container #OT_searchWrapper .imgCal .partOfCal {
        background: #0081b4;
        vertical-align: middle;
        text-align: center; }
      .ot-container #OT_searchWrapper .imgCal .nonclickableDays, .ot-container #OT_searchWrapper .imgCal .clickableDays, .ot-container #OT_searchWrapper .imgCal .months, .ot-container #OT_searchWrapper .imgCal .weekdays {
        font-size: 16px;
        border: none !important; }
      .ot-container #OT_searchWrapper .imgCal .nonclickableDays {
        color: #04688f;
        height: 30px; }
      .ot-container #OT_searchWrapper .imgCal .clickableDays {
        color: #fff;
        background-color: #0081b4 !important; }
        .ot-container #OT_searchWrapper .imgCal .clickableDays a {
          width: 100%;
          height: 30px;
          display: block;
          padding: 10px; }
      .ot-container #OT_searchWrapper .imgCal .monthRow {
        color: #013a50; }
        .ot-container #OT_searchWrapper .imgCal .monthRow td {
          background: #0081b4; }
        .ot-container #OT_searchWrapper .imgCal .monthRow .months {
          width: 100%;
          padding: 20px 0; }
      .ot-container #OT_searchWrapper .imgCal .weekdays {
        color: #013a50;
        height: 30px;
        background: #0388bc !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        width: 14%; }
      .ot-container #OT_searchWrapper .imgCal img[src*="http://www.opentable.com/img/dnbase/close.gif"],
      .ot-container #OT_searchWrapper .imgCal img[src*="https://secure.opentable.com/img/dnbase/close.gif"] {
        display: none; }
    .ot-container #OT_searchWrapper #OT_restaurant {
      display: block;
      position: relative;
      left: 0;
      top: 0;
      vertical-align: top;
      margin-bottom: 60px;
      letter-spacing: 1.5px;
      /*
			.dd-container { display: inline-block; vertical-align: middle; width: inherit !important; }
			.dd-select, .dd-option-text { background: transparent; }
			.dd-select { width: auto !important; min-width: 240px; margin-top: 10px; }
			.dd-selected { background: rgba(63,63,63,0.2); font-size: 20px; letter-spacing: 1.25px; text-align: center; padding: 13px 35px 13px 25px; }
			.dd-selected:after { 
				content: '';
				display: block;
				border: solid 5px transparent;
				border-top: solid 5px #3B3B3B;
				position: absolute;
				height: 1px;
				width: 1px;
				vertical-align: middle;
				margin: auto; 
				top: 0; bottom: 0; right: 9px;
			}
			
			.dd-selected { background: transparent; font-size: 20px; text-align: left; padding: 0 11px 0 0; text-align: center; }
			.dd-selected:after { content: ''; display: table; border: solid 5px transparent; border-top: solid 5px #3B3B3B; position: absolute; top: 0; bottom: 0; right: 0; margin: auto; }
			.dd-selected { border-bottom: 2px solid #3B3B3B; }
			.dd-options { width: 100% !important; }
			*/ }
    .ot-container #OT_searchWrapper #OT_submitWrap {
      display: table;
      margin: 50px auto 0 auto; }

.ot-mobile h2 {
  font-size: 20px;
  text-align: center;
  text-transform: uppercase;
  color: #0081b4; }

/*--------------------------------------------
	BREAKPOINTS
--------------------------------------------*/
@media only screen and (min-width: 650px) {
  .ot-mobile {
    display: none; }
  .ot-container {
    display: block; }
    .ot-container #OT_searchWrapper {
      /*
				BUTTONS
			*/ }
      .ot-container #OT_searchWrapper #OT_date {
        /*border: 2px solid #001118;*/
        background-color: #001e2a; }
      .ot-container #OT_searchWrapper .feedFormField, .ot-container #OT_searchWrapper .feedFormField option, .ot-container #OT_searchWrapper input:not([type="submit"]) {
        height: 60px; }
      .ot-container #OT_searchWrapper #OT_date, .ot-container #OT_searchWrapper #OT_time, .ot-container #OT_searchWrapper #OT_partySize {
        width: 30%;
        max-width: 250px;
        display: inline-block; }
      .ot-container #OT_searchWrapper #OT_date {
        margin: 0 2.5%; } }

@media only screen and (max-device-width: 1024px) and (orientation: landscape), only screen and (max-device-width: 1024px) and (orientation: portrait) {
  .ot-mobile {
    display: block; }
  .ot-container {
    display: none; } }

.social {
  margin: 15px 0 20px auto; }
  .social:before, .social:after {
    content: "";
    display: table; }
  .social:after {
    clear: both; }
  .social ul {
    margin: 0 auto;
    display: table; }
    .social ul li {
      display: inline-block;
      margin-right: 20px;
      width: 3%;
      min-width: 30px; }
      .social ul li .icon {
        display: block;
        height: 100%;
        margin: 0 auto; }
        .social ul li .icon svg {
          height: 100%;
          max-width: 25px;
          max-height: 25px;
          margin: 0 auto;
          display: block;
          -webkit-transform: scale(1);
                  transform: scale(1);
          -webkit-transition: -webkit-transform 0.5s ease-out;
          transition: -webkit-transform 0.5s ease-out;
          transition: transform 0.5s ease-out;
          transition: transform 0.5s ease-out, -webkit-transform 0.5s ease-out; }
      .social ul li .icon:hover svg {
        -webkit-transform: scale(1.2);
                transform: scale(1.2);
        -webkit-transition: -webkit-transform 0.2s ease-out;
        transition: -webkit-transform 0.2s ease-out;
        transition: transform 0.2s ease-out;
        transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out; }
    .social ul li:last-child {
      margin-right: 0; }

.google-tour {
  width: 100%;
  overflow: hidden; }
  .google-tour > .container {
    padding-bottom: 40px; }
  .google-tour h1 {
    text-align: center; }
    .google-tour h1 + .texture {
      margin-bottom: 0; }
  .google-tour .ar {
    position: relative; }
    .google-tour .ar:before {
      display: block;
      content: "";
      width: 100%;
      padding-top: 56.25%; }
    .google-tour .ar > .content {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
  .google-tour .pano {
    width: 80%;
    height: 80%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) !important;
            transform: translate(-50%, -50%) !important; }
  .google-tour .gm-style-cc {
    display: none !important; }

.pano {
  background-color: inherit !important; }
  .pano .gm-style > div {
    background-color: inherit !important; }

.inner {
  width: 95%;
  margin: 0 auto; }

section {
  position: relative; }
  section > .container {
    padding: 50px 0; }

*.hero-pad {
  margin-top: 150px;
  margin-bottom: 150px; }

/*--------------------------------------------
	SPACING
--------------------------------------------*/
.pad {
  padding-top: 115px;
  padding-bottom: 115px; }

.pad-top {
  padding-top: 115px; }

.pad-btm {
  padding-bottom: 115px; }

/*--------------------------------------------
	BREAKPOINTS
--------------------------------------------*/
@media only screen and (min-width: 768px) {
  section > .container {
    padding: 75px 0; } }

@media only screen and (min-width: 1024px) {
  .inner {
    width: 90%;
    margin: 0 auto; }
  section > .container {
    padding: 125px 0; } }

.site-footer .inner {
  width: 90%;
  margin: 0 auto;
  padding: 45px 0 25px 0;
  position: relative; }

.site-footer .cr {
  margin: 0 auto;
  display: table;
  color: #747474;
  text-transform: uppercase;
  font-family: "azo-sans-web-n3", "azo-sans-web",sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  letter-spacing: 0.8px;
  text-align: center; }

.site-footer .logo {
  width: 100px;
  margin: 20px auto 0;
  display: block;
  opacity: .5; }

.site-footer .logo img {
  width: 100%; }

/*--------------------------------------------
	BREAKPOINTS
--------------------------------------------*/
@media only screen and (min-width: 650px) {
  .site-footer .inner {
    padding: 50px 0; }
  .site-footer .cr {
    position: absolute;
    left: 0;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    top: 50%;
    margin: auto 0;
    text-align: left; }
  .site-footer .logo {
    position: absolute;
    right: 0;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    top: 50%;
    margin: auto 0;
    width: 120px;
    display: table; } }

.cta-block,
input[type='submit'],
.page-template-page-special-event .content a {
  font-family: "azo-sans-web-n4", "azo-sans-web",sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  color: #005374;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-align: center;
  width: auto;
  background: transparent;
  margin: 30px auto 0 auto;
  display: table;
  border: 2px solid #cfecf8;
  padding: 10px 25px;
  word-wrap: normal;
  white-space: initial;
  -webkit-transition: background 0.4s ease;
  transition: background 0.4s ease; }

.cta-block.ouzo-blue,
.mc4wp-form input[type="submit"],
input[type='submit'].ouzo-blue {
  color: #FFF;
  border-color: #0081b4; }

.cta-block.ouzo-blue:hover,
.mc4wp-form input[type="submit"]:hover,
input[type='submit'].ouzo-blue:hover {
  background: #0081b4;
  -webkit-transition: background 0.4s ease;
  transition: background 0.4s ease; }

.cta-block.blue:hover,
.page-template-page-special-event .content a:hover,
input[type="submit"].wpcf7-submit:hover,
input[type='submit'].lightBlue:hover {
  background: #cfecf8;
  -webkit-transition: background 0.4s ease;
  transition: background 0.4s ease; }

/*--------------------------------------------
	BREAKPOINTS
--------------------------------------------*/
@media only screen and (min-width: 768px) {
  .cta-block,
  input[type='submit'],
  .page-template-page-special-event .content a {
    font-size: 18px;
    padding: 16px 18px;
    min-width: 240px;
    max-width: 300px;
    display: block; } }

@media only screen and (min-width: 1024px) {
  .cta-block,
  input[type='submit'] {
    font-size: 18px;
    min-width: 280px;
    max-width: 350px; } }

.site-nav {
  width: 100%;
  position: fixed;
  background: #FFF;
  top: 0;
  z-index: 9;
  visibility: hidden;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  /*
		LOGO
	*/
  /*
	 	LINKS
	*/
  /*
		MOBILE
	*/ }
  .site-nav .container {
    position: relative;
    padding: 7px 20px; }
  .site-nav .logo {
    display: inline-block;
    vertical-align: middle;
    height: 35px; }
    .site-nav .logo a {
      padding: 0; }
    .site-nav .logo img {
      height: 100%; }
  .site-nav #main-menu {
    position: absolute;
    left: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.95);
    height: 100vh;
    padding: inherit;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding: 0 0 100px 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out; }
    .site-nav #main-menu a {
      display: block;
      padding: 20px; }
  .site-nav #main-menu.active {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out; }
  .site-nav #main-menu.inactive {
    opacity: 0.0;
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
    overflow: hidden; }
  .site-nav #hamburger {
    vertical-align: middle;
    cursor: pointer;
    height: 57px;
    width: 60px;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 10px;
    position: absolute; }
    .site-nav #hamburger .container {
      width: inherit;
      position: relative;
      height: inherit; }
    .site-nav #hamburger span {
      background: #0081b4;
      height: 3px;
      width: 50%;
      position: absolute;
      left: 0;
      right: 0;
      margin: auto; }
    .site-nav #hamburger span:nth-child(1) {
      top: 35%;
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
      -webkit-transition: top 0.35s ease  0.35s, -webkit-transform 0.35s ease;
      transition: top 0.35s ease  0.35s, -webkit-transform 0.35s ease;
      transition: top 0.35s ease  0.35s, transform 0.35s ease;
      transition: top 0.35s ease  0.35s, transform 0.35s ease, -webkit-transform 0.35s ease; }
    .site-nav #hamburger span:nth-child(2) {
      top: 50.5%;
      opacity: 1;
      -webkit-transition: opacity 0.35s ease 0.35s;
      transition: opacity 0.35s ease 0.35s; }
    .site-nav #hamburger span:nth-child(3) {
      top: 66%;
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
      -webkit-transition: top 0.35s ease  0.35s, -webkit-transform 0.35s ease;
      transition: top 0.35s ease  0.35s, -webkit-transform 0.35s ease;
      transition: top 0.35s ease  0.35s, transform 0.35s ease;
      transition: top 0.35s ease  0.35s, transform 0.35s ease, -webkit-transform 0.35s ease; }
  .site-nav #hamburger.active span:nth-child(1) {
    top: 50%;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transition: top 0.35s ease, -webkit-transform 0.35s ease 0.35s;
    transition: top 0.35s ease, -webkit-transform 0.35s ease 0.35s;
    transition: top 0.35s ease, transform 0.35s ease 0.35s;
    transition: top 0.35s ease, transform 0.35s ease 0.35s, -webkit-transform 0.35s ease 0.35s; }
  .site-nav #hamburger.active span:nth-child(2) {
    opacity: 0;
    -webkit-transition: opacity 0.35s ease;
    transition: opacity 0.35s ease; }
  .site-nav #hamburger.active span:nth-child(3) {
    top: 50%;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    -webkit-transition: top 0.35s ease, -webkit-transform 0.35s ease 0.35s;
    transition: top 0.35s ease, -webkit-transform 0.35s ease 0.35s;
    transition: top 0.35s ease, transform 0.35s ease 0.35s;
    transition: top 0.35s ease, transform 0.35s ease 0.35s, -webkit-transform 0.35s ease 0.35s; }

/*--------------------------------------------
	BREAKPOINTS
--------------------------------------------*/
@media only screen and (min-width: 1024px) {
  .site-nav .logo {
    height: 50px; }
  .site-nav .container {
    display: table;
    margin: 0 auto;
    vertical-align: middle; }
  .site-nav #hamburger {
    display: none; }
  .site-nav #main-menu {
    display: inline-block;
    margin-left: 100px;
    vertical-align: middle;
    padding: 0;
    position: static;
    width: auto;
    height: auto;
    visibility: inherit;
    opacity: 1;
    overflow: hidden; }
    .site-nav #main-menu a {
      display: inline-block;
      padding: 20px 20px; } }

.parallax-bg {
  overflow: hidden;
  z-index: 0; }

.parallax-bg .fixed {
  position: fixed;
  top: 0; }

.parallax-bg.gap-80 {
  height: 80vh; }

.parallax-bg.gap-100 {
  height: 100vh; }

.parallax-bg .skrollable.skrollable-after {
  visibility: hidden; }

.ie .parallax-bg .fixed, .isIE .parallax-bg .fixed, .isEdge .parallax-bg .fixed {
  position: absolute;
  top: -50%; }

/*--------------------------------------------
	BREAKPOINTS
--------------------------------------------*/
@media only screen and (max-device-width: 1024px) and (orientation: landscape), only screen and (max-device-width: 1024px) and (orientation: portrait), only screen and (max-width: 768px) {
  .parallax-bg.gap-100,
  .parallax-bg.gap-80 {
    margin-bottom: 0;
    height: 340px; }
  .parallax-bg .full-w-img-container.fixed {
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    position: absolute; }
    .parallax-bg .full-w-img-container.fixed img {
      width: 150%;
      bottom: auto; } }

.popup {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  -webkit-animation: 1s 1s normal popup-in;
          animation: 1s 1s normal popup-in;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards; }
  .popup .content {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    margin: auto;
    padding: 20px 30px 60px 30px !important;
    background: #FFF;
    max-width: 400px;
    width: 80%;
    text-align: center; }
    .popup .content .btn-close {
      position: relative;
      z-index: 2;
      width: 40px;
      height: 40px;
      cursor: pointer;
      margin-right: 0;
      margin-left: auto;
      display: block;
      margin-bottom: 20px; }
      .popup .content .btn-close span {
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
        -webkit-transform-origin: center;
                transform-origin: center;
        background: #0081b4;
        width: 90%;
        height: 3px;
        position: absolute;
        margin: auto;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0; }
      .popup .content .btn-close span:first-child {
        -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg); }
    .popup .content h2 {
      margin-bottom: 15px;
      text-transform: uppercase; }
    .popup .content p {
      color: #626470;
      line-height: 1.6; }
    .popup .content a {
      margin-top: 50px; }

@-webkit-keyframes popup-in {
  100% {
    opacity: 1; } }

@keyframes popup-in {
  100% {
    opacity: 1; } }

.slideshow-container .no-events {
  pointer-events: none; }

.slideshow-container .slideshow-scrollable-container {
  overflow: hidden;
  /*position: relative;*/ }

.slideshow-container .slideshow-scrollable {
  white-space: nowrap;
  font-size: 0; }
  .slideshow-container .slideshow-scrollable .slide-container {
    margin-right: 50px;
    font-size: initial;
    width: 100%;
    max-width: none;
    display: inline-block;
    vertical-align: top;
    white-space: normal;
    position: relative;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }
    .slideshow-container .slideshow-scrollable .slide-container .img-container {
      position: static; }
    .slideshow-container .slideshow-scrollable .slide-container img {
      position: relative;
      width: 100%; }
    .slideshow-container .slideshow-scrollable .slide-container .fg {
      position: absolute;
      left: 0;
      right: 0;
      /*z-index: 2;*/ }
    .slideshow-container .slideshow-scrollable .slide-container .full-w-container {
      position: absolute;
      top: -50%;
      left: -50%;
      width: 200%;
      height: 200%;
      z-index: -1; }
      .slideshow-container .slideshow-scrollable .slide-container .full-w-container .full-w-child {
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        min-width: 50%;
        min-height: 50%;
        width: auto; }
  .slideshow-container .slideshow-scrollable .slide-container > .img-container {
    z-index: -1;
    top: 0;
    bottom: 0;
    margin: auto; }
    .slideshow-container .slideshow-scrollable .slide-container > .img-container img {
      position: absolute;
      top: 0;
      bottom: 0;
      margin: auto;
      left: 0;
      right: 0;
      /*height: 100%; width: auto; */ }

.slideshow-container .custom-controls li.active {
  color: red; }

.slideshow-container .lazy {
  opacity: 0; }

.slideshow-container .lazy.active {
  opacity: 1;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease; }

.slideshow-container {
  cursor: url(../images/site_icons/dragarrow.png), move; }

/*
	SLIDESHOW : MOBILE 
	drag functionality only displays on mobile sizes
*/
.slideshow-container[data-device="mobile"].active {
  width: 80%;
  max-width: 400px;
  margin: 0 auto;
  overflow: hidden;
  position: relative; }
  .slideshow-container[data-device="mobile"].active .slideshow-scrollable-container {
    height: 0;
    width: 100%;
    max-width: inherit;
    padding-bottom: 100%; }
  .slideshow-container[data-device="mobile"].active .slideshow-scrollable {
    position: absolute; }
    .slideshow-container[data-device="mobile"].active .slideshow-scrollable .slide-container {
      padding-bottom: inherit; }
    .slideshow-container[data-device="mobile"].active .slideshow-scrollable .slide-container > * {
      display: block; }

/*
	SLIDESHOW : DESKTOP
	dragging fucntionality all screen sizes
*/
.slideshow-container[data-device="desktop"].active {
  overflow: hidden;
  position: relative;
  max-width: 100%;
  width: 100%; }
  .slideshow-container[data-device="desktop"].active .slideshow-scrollable-container {
    width: 100%; }
  .slideshow-container[data-device="desktop"].active .slideshow-scrollable {
    position: relative; }
    .slideshow-container[data-device="desktop"].active .slideshow-scrollable .slide-container {
      position: relative; }
  .slideshow-container[data-device="desktop"].active .pagination {
    text-align: center; }
    .slideshow-container[data-device="desktop"].active .pagination ul {
      margin-bottom: 10px; }
      .slideshow-container[data-device="desktop"].active .pagination ul li {
        background: #bfbfc1;
        display: inline-block;
        border-radius: 50%;
        width: 2px;
        height: 2px;
        margin: 0 3px; }

.slideshow-container[data-native="true"].native {
  height: 350px; }
  .slideshow-container[data-native="true"].native .pagination, .slideshow-container[data-native="true"].native .custom-controls {
    display: none; }
  .slideshow-container[data-native="true"].native .slideshow-scrollable-container {
    height: 100%; }
  .slideshow-container[data-native="true"].native .slideshow-scrollable {
    height: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .slideshow-container[data-native="true"].native .slideshow-scrollable .slide-container {
      width: 90%;
      margin-right: 15px; }
    .slideshow-container[data-native="true"].native .slideshow-scrollable .slide-container .full-w-container {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0; }
    .slideshow-container[data-native="true"].native .slideshow-scrollable .slide-container .full-w-container .full-w-child {
      width: 100%; }
    .slideshow-container[data-native="true"].native .slideshow-scrollable .slide-container:last-child {
      margin-right: 0; }

/*
	CONTROLS
*/
.slideshow-controls {
  display: none; }

/*--------------------------------------------
	BREAKPOINTS
--------------------------------------------*/
@media only screen and (min-width: 767px) {
  .slideshow-container.active .pagination,
  .slideshow-container[data-device="desktop"].active .pagination {
    text-align: center; }
    .slideshow-container.active .pagination ul,
    .slideshow-container[data-device="desktop"].active .pagination ul {
      margin-bottom: 10px; }
      .slideshow-container.active .pagination ul li,
      .slideshow-container[data-device="desktop"].active .pagination ul li {
        background: #bfbfc1;
        display: inline-block;
        border-radius: 50%;
        width: 8px;
        height: 8px;
        margin: 0 3px; }
  .slideshow-container.active .pagination ul li.active,
  .slideshow-container[data-device="desktop"].active .pagination ul li.active {
    background: red; }
  .slideshow-controls {
    pointer-events: auto;
    display: block; }
    .slideshow-controls .prev-btn, .slideshow-controls .next-btn {
      position: absolute;
      top: 0;
      bottom: 0;
      margin: auto;
      background: transparent;
      border: 0;
      width: 50px;
      height: 50px;
      border-top: 3px solid red;
      border-left: 3px solid red;
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg);
      z-index: 4;
      -webkit-box-sizing: content-box;
              box-sizing: content-box;
      padding: 0;
      display: inline-block;
      vertical-align: middle; }
    .slideshow-controls .next-btn {
      right: 20px;
      border-top: 3px solid red;
      border-right: 3px solid red;
      border-left: 0;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg); }
    .slideshow-controls .prev-btn {
      left: 20px; }
    .slideshow-controls .prev-btn:hover, .slideshow-controls .next-btn:hover {
      border-color: white;
      -webkit-transition: border-color 0.35s ease;
      transition: border-color 0.35s ease; }
    .slideshow-controls button svg .bg {
      fill: #FFF;
      -webkit-transition: fill 0.35s ease;
      transition: fill 0.35s ease; }
    .slideshow-controls button svg .arrow {
      stroke: #0081b4;
      -webkit-transition: stroke 0.35s ease;
      transition: stroke 0.35s ease; }
    .slideshow-controls button:hover .bg {
      fill: #0081b4;
      -webkit-transition: fill 0.35s ease;
      transition: fill 0.35s ease; }
    .slideshow-controls button:hover .arrow {
      stroke: #FFF;
      -webkit-transition: stroke 0.35s ease;
      transition: stroke 0.35s ease; } }

@media only screen and (min-width: 1024px) {
  .slideshow-controls .prev-btn, .slideshow-controls .next-btn {
    width: 50px;
    height: 50px; } }

.video-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.15);
  z-index: 1; }

.video-poster {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: transparent;
  top: 0;
  z-index: 1;
  -webkit-animation: postAnim 1s 0.5s forwards;
          animation: postAnim 1s 0.5s forwards;
  opacity: 0; }

.srcset-imgs .mobile {
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%; }

.srcset-imgs .desktop {
  display: none;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%; }

body.isSmall [data-effect="fixed-bg"] video {
  position: relative;
  height: 100vh;
  width: 100%; }

.video-wrapper video[data-video_type="bg"] {
  display: none; }

@-webkit-keyframes postAnim {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes postAnim {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@media only screen and (min-width: 1024px) {
  .srcset-imgs .mobile {
    display: none; }
  .srcset-imgs .desktop {
    display: block; }
  .video-wrapper video[data-video_type="bg"] {
    display: block; } }

.page-template-page-gallery {
  background: #FFF;
  /*blue_4*/
  padding-top: 90px; }
  .page-template-page-gallery #menu-gallery {
    width: 80%;
    margin: 0 auto;
    margin-bottom: 50px; }
    .page-template-page-gallery #menu-gallery .gallery-title {
      pointer-events: none;
      position: absolute;
      z-index: 1;
      bottom: 100px;
      text-align: center;
      left: 0;
      right: 0;
      margin: auto;
      font-size: 14px;
      color: #FFF; }
    .page-template-page-gallery #menu-gallery .slideshow-controls .prev-btn, .page-template-page-gallery #menu-gallery .next-btn {
      border: 0;
      background: transparent;
      -webkit-transform: none;
              transform: none; }
    .page-template-page-gallery #menu-gallery .slide-container {
      padding-bottom: 60%; }
    .page-template-page-gallery #menu-gallery .pagination {
      left: 0;
      right: 0;
      bottom: 50px;
      position: static; }
      .page-template-page-gallery #menu-gallery .pagination ul li {
        background: rgba(198, 198, 202, 0.45);
        border: 0;
        -webkit-transition: -webkit-transform 0.75s ease-out;
        transition: -webkit-transform 0.75s ease-out;
        transition: transform 0.75s ease-out;
        transition: transform 0.75s ease-out, -webkit-transform 0.75s ease-out;
        -webkit-transform: scale(1, 1);
                transform: scale(1, 1); }
      .page-template-page-gallery #menu-gallery .pagination ul li.active {
        border: 1px solid #0081b4;
        background: transparent;
        -webkit-transform: scale(1.4, 1.4);
                transform: scale(1.4, 1.4);
        -webkit-transition: -webkit-transform 0.75s ease-out;
        transition: -webkit-transform 0.75s ease-out;
        transition: transform 0.75s ease-out;
        transition: transform 0.75s ease-out, -webkit-transform 0.75s ease-out; }

/*--------------------------------------------
	BREAKPOINTS
--------------------------------------------*/
@media only screen and (min-width: 768px) {
  .page-template-page-gallery #menu-gallery {
    margin-bottom: 0; }
    .page-template-page-gallery #menu-gallery .pagination {
      position: absolute; }
      .page-template-page-gallery #menu-gallery .pagination ul li.active {
        border: 2px solid #0081b4; } }

@media only screen and (min-width: 1024px) {
  .page-template-page-gallery {
    padding-top: 130px; } }

.page-template-page-home {
  /*
		SPECIAL EVENT CTA
	*/
  /*
		INTRO
	*/
  /*
		ABOUT
	*/ }
  .page-template-page-home .special-event-cta {
    position: absolute;
    z-index: 2;
    width: 100%;
    padding: 10px;
    text-align: center;
    top: 50px;
    background-color: rgba(4, 144, 199, 0.8); }
    .page-template-page-home .special-event-cta p {
      font-size: 1.5em;
      text-transform: uppercase;
      letter-spacing: 2px;
      text-align: center;
      color: #FFF;
      display: inline-block;
      vertical-align: top; }
    .page-template-page-home .special-event-cta a {
      font-size: 1.2em;
      text-transform: uppercase;
      letter-spacing: 2px;
      text-align: center;
      color: #001e2a;
      display: inline-block;
      vertical-align: top;
      border: 1px solid #001e2a;
      padding: 5px;
      margin-top: 5px;
      margin-left: 10px;
      -webkit-transition: background 0.35s ease;
      transition: background 0.35s ease; }
    .page-template-page-home .special-event-cta a:hover {
      background: #001e2a;
      color: #FFF;
      -webkit-transition: background 0.35s ease;
      transition: background 0.35s ease; }
  .page-template-page-home .special-event-cta.texture-btm-trans-blue {
    padding: 10px 0 0 0; }
  .page-template-page-home .intro {
    height: 100vh;
    background: #001e2a;
    z-index: 1; }
    .page-template-page-home .intro .logo-container {
      position: absolute;
      z-index: 2;
      margin: auto;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      width: 80%;
      max-width: 200px; }
      .page-template-page-home .intro .logo-container .home-logo {
        width: 100%;
        max-width: 300px;
        margin: 0 auto;
        display: block; }
      .page-template-page-home .intro .logo-container h1 {
        text-align: center;
        font-size: 1.8em;
        font-family: "azo-sans-web-n4", "azo-sans-web",sans-serif;
        font-style: normal;
        font-weight: 400;
        color: #FFF;
        text-transform: uppercase;
        letter-spacing: 1px;
        margin-top: 20px; }
      .page-template-page-home .intro .logo-container h1:before {
        content: '';
        display: block;
        width: 100%;
        max-width: 10%;
        height: 1px;
        background: white;
        margin: 0 auto 20px; }
    .page-template-page-home .intro .full-w-img-container {
      overflow: hidden;
      z-index: 1;
      background: transparent; }
  .page-template-page-home .about {
    text-align: center;
    color: #FFF; }
    .page-template-page-home .about h1 {
      color: #FFF; }
    .page-template-page-home .about .content {
      max-width: 550px;
      margin: 0 auto; }
    .page-template-page-home .about .full-w-img {
      bottom: auto; }

/*--------------------------------------------
	BREAKPOINTS
--------------------------------------------*/
@media only screen and (min-width: 768px) {
  .page-template-page-home {
    /*
			SPECIAL EVENT CTA
		*/
    /*
			INTRO
		*/
    /*
			ABOUT
		*/ }
    .page-template-page-home .special-event-cta p {
      font-size: 2.0em; }
    .page-template-page-home .special-event-cta a {
      font-size: 1.3em;
      padding: 10px 20px;
      margin-top: 0px; }
    .page-template-page-home .intro .logo-container {
      max-width: 500px;
      top: 50%; }
      .page-template-page-home .intro .logo-container .home-logo {
        max-width: 400px; }
    .page-template-page-home .about .full-w-img {
      bottom: 0; } }

@media only screen and (min-width: 1024px) {
  .page-template-page-home {
    /*
			SPECIAL EVENT CTA
		*/ }
    .page-template-page-home .special-event-cta {
      top: 0; } }

.page-template-page-landing {
  background: #FFF;
  /*--------------------------------------------
		BREAKPOINTS
	--------------------------------------------*/ }
  .page-template-page-landing header {
    position: relative;
    overflow: hidden;
    background: #0081b4; }
    .page-template-page-landing header .srcset-imgs {
      z-index: 0; }
      .page-template-page-landing header .srcset-imgs div {
        z-index: 0; }
    .page-template-page-landing header #landing-logo {
      margin: 80px auto 120px auto;
      display: block;
      max-width: 400px;
      width: 90%;
      position: relative;
      z-index: 1; }
  .page-template-page-landing .content {
    position: relative;
    z-index: 1;
    padding: 0 3%;
    background: #FFF; }
    .page-template-page-landing .content .network-sites {
      margin: 0 auto 100px auto;
      padding-top: 20px;
      width: 90%;
      text-align: center; }
      .page-template-page-landing .content .network-sites p {
        color: #FFF; }
    .page-template-page-landing .content .cta-container {
      margin: 0 auto; }
    .page-template-page-landing .content .rest-link {
      font-size: 100%;
      display: block;
      width: 100%;
      max-width: 400px;
      margin-left: auto;
      margin-right: auto;
      padding: 6% 0; }
      .page-template-page-landing .content .rest-link h3 {
        color: #013a50;
        font-size: 1.6em;
        letter-spacing: 1.3px; }
      .page-template-page-landing .content .rest-link h4 {
        color: #aeaeae;
        font-size: 1.4em;
        letter-spacing: 0.7px;
        margin-top: 10px; }
    .page-template-page-landing .content .rest-link:first-child {
      margin-top: 0; }
    .page-template-page-landing .content .rest-link:hover {
      background: #013a50; }
      .page-template-page-landing .content .rest-link:hover h3 {
        color: #FFF; }
      .page-template-page-landing .content .rest-link:hover h4 {
        color: #cfecf8; }
  .page-template-page-landing .site-footer {
    z-index: 1;
    position: relative; }
    .page-template-page-landing .site-footer p {
      text-align: center;
      position: relative;
      width: 90%;
      margin: 30px auto 0 auto; }
    .page-template-page-landing .site-footer .logo {
      position: relative;
      display: block;
      margin: 0 auto;
      -webkit-transform: none;
              transform: none;
      opacity: 0.5; }
  @media only screen and (min-width: 768px) {
    .page-template-page-landing .content #landing-logo {
      max-width: 400px; }
    .page-template-page-landing .content .rest-link {
      display: inline-block;
      margin-right: 3%;
      width: 40%; }
    .page-template-page-landing .content .rest-link:last-child {
      margin-right: 0; } }

.page-template-page-menu {
  /*
		INTRO
	*/ }
  .page-template-page-menu .header {
    overflow: hidden; }
    .page-template-page-menu .header .menu-header-nav {
      margin: 90px 0 90px;
      position: relative;
      z-index: 2; }
  .page-template-page-menu .header > .hero {
    z-index: -1; }
  .page-template-page-menu .header > .menu-header-nav + .hero {
    height: 200%;
    position: absolute; }

.menu {
  min-height: 300px;
  width: 100%;
  /*
		SIDEBAR
	*/
  /*
		MENU ITEMS
	*/ }
  .menu .menu-mobile {
    color: #FFF;
    text-align: center;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 2px;
    width: 100%;
    height: 50px;
    background: #001e2a;
    top: 49px;
    position: fixed;
    z-index: 3;
    padding: 20px 0;
    cursor: pointer;
    border-bottom: 1px solid #1E2538;
    visibility: hidden;
    -webkit-transform: translate(0, -90px);
            transform: translate(0, -90px); }
    .menu .menu-mobile span {
      display: inline-block;
      vertical-align: middle; }
    .menu .menu-mobile img {
      width: 15px;
      margin-left: 5px;
      display: inline-block; }
  .menu .menu-mobile.active {
    visibility: visible;
    -webkit-transform: translate(0, 0px);
            transform: translate(0, 0px);
    -webkit-transition: -webkit-transform 0.35s ease-out;
    transition: -webkit-transform 0.35s ease-out;
    transition: transform 0.35s ease-out;
    transition: transform 0.35s ease-out, -webkit-transform 0.35s ease-out; }
  .menu .menu-mobile.inactive {
    -webkit-transform: translate(0, -90px);
            transform: translate(0, -90px);
    -webkit-transition: -webkit-transform 0.35s ease-out;
    transition: -webkit-transform 0.35s ease-out;
    transition: transform 0.35s ease-out;
    transition: transform 0.35s ease-out, -webkit-transform 0.35s ease-out; }
  .menu .menu-sidebar {
    position: fixed;
    z-index: 2;
    width: 100%;
    top: 99px;
    background: #001e2a;
    height: 0;
    overflow: hidden;
    -webkit-transition: height 0.5s ease;
    transition: height 0.5s ease; }
    .menu .menu-sidebar .menu-sidebar-nav ul {
      padding: 20px 0 100px 0; }
    .menu .menu-sidebar .menu-sidebar-nav {
      overflow-y: auto;
      -webkit-overflow-scrolling: touch;
      height: 100vh; }
  .menu .menu-sidebar.mobile-active {
    height: 100%;
    -webkit-transition: height 0.5s ease;
    transition: height 0.5s ease; }
  .menu .menu-sidebar.show-menu {
    height: 100%;
    -webkit-transition: height 0.35s ease-out;
    transition: height 0.35s ease-out; }
  .menu .menu-sidebar.hide-menu {
    height: 0px;
    -webkit-transition: height 0.35s ease-out;
    transition: height 0.35s ease-out; }
  .menu .menu-items-content {
    padding: 20px 0 20px;
    width: 100%;
    display: block; }
    .menu .menu-items-content .menu-section {
      padding-top: 70px;
      max-width: 1000px;
      margin: 0 auto; }
      .menu .menu-items-content .menu-section .menu-items {
        width: 100%; }
        .menu .menu-items-content .menu-section .menu-items .menu-item {
          margin-top: 40px; }
    .menu .menu-items-content .menu-section:nth-of-type(1) {
      padding-top: 40px; }

/*--------------------------------------------
	BREAKPOINTS
--------------------------------------------*/
@media only screen and (min-width: 768px) {
  .menu {
    display: table;
    /*
			MENU ITEMS
		*/ }
    .menu .menu-items-content {
      padding: 50px 0 100px;
      width: 100%;
      display: table-cell; }
      .menu .menu-items-content .menu-section {
        padding-top: 130px; }
        .menu .menu-items-content .menu-section .menu-items {
          margin-top: 60px;
          display: table; }
          .menu .menu-items-content .menu-section .menu-items .menu-item {
            display: table-cell;
            width: 50%;
            margin-top: 0; }
          .menu .menu-items-content .menu-section .menu-items .menu-item:only-child {
            display: inline-block; } }

@media only screen and (min-width: 1024px) {
  .page-template-page-menu {
    /*
			INTRO
		*/ }
    .page-template-page-menu .header .menu-header-nav {
      margin: 150px 0; }
  .menu {
    /*
			SIDEBAR
		*/ }
    .menu .menu-mobile {
      display: none; }
    .menu .menu-sidebar {
      width: 18%;
      min-height: 100vh;
      display: table-cell;
      vertical-align: top;
      background: transparent;
      position: relative;
      z-index: 0;
      left: 0;
      top: 0; }
      .menu .menu-sidebar .menu-sidebar-nav ul {
        padding-bottom: 0; }
      .menu .menu-sidebar .menu-sidebar-nav.fixed-toggle {
        position: static;
        width: 100%;
        padding: 20px 0;
        background: #001e2a;
        margin-top: 70px;
        left: 0;
        max-height: 500px;
        overflow: hidden; }
      .menu .menu-sidebar .menu-sidebar-nav.fixed-toggle.is-fixed {
        position: fixed;
        width: inherit; }
    .menu .menu-items-content {
      width: 82%; } }

@media only screen and (min-width: 1200px) {
  .menu {
    /*
			SIDEBAR
		*/ }
    .menu .menu-mobile {
      display: none; }
    .menu .menu-sidebar .menu-sidebar-nav.fixed-toggle {
      padding: 40px 0; } }

.page-template-page-private-dining .page-title {
  margin: 250px auto 180px;
  max-width: 700px;
  color: #FFF;
  text-align: center; }

.page-template-page-private-dining .page-content {
  margin: 0 auto; }
  .page-template-page-private-dining .page-content p, .page-template-page-private-dining .page-content h1 {
    text-align: center; }

.page-template-page-special-event .header {
  text-align: center; }
  .page-template-page-special-event .header h1 {
    color: #FFF; }

.page-template-page-special-event .content {
  padding: 50px 0 100px 0;
  text-align: center; }
  .page-template-page-special-event .content p {
    max-width: 700px;
    margin: 0 auto; }
  .page-template-page-special-event .content a {
    margin-top: 50px; }

span.customSelect, .hasCustomSelect {
  font-family: "azo-sans-web-n4", "azo-sans-web",sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  background: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgNDAgNDAiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDQwIDQwIiB4bWw6c3BhY2U9InByZXNlcnZlIj48cGF0aCBmaWxsPSIjMDE0YjY5IiBkPSJNMjAsNDAgTDAsMjAgaDQwIEwyMCw0MHoiLz48L3N2Zz4=") 90% center no-repeat;
  background-size: 12px 12px; }
  span.customSelect .customSelectInner, .hasCustomSelect .customSelectInner {
    width: auto !important;
    line-height: 3; }

/*
	MY SCROLL STYLES
*/
.mCS-my-minimal-theme.mCSB_inside > .mCSB_container {
  margin-right: 18px; }

.mCS-my-minimal-theme.mCSB_inside .mCSB_scrollTools {
  opacity: 1;
  background-color: transparent;
  width: 25px;
  margin: 18px 0; }

.mCS-my-minimal-theme.mCSB_inside .mCSB_scrollTools .mCSB_draggerContainer {
  opacity: 0.6; }

.mCS-my-minimal-theme.mCSB_inside .mCSB_scrollTools:hover .mCSB_draggerContainer {
  opacity: 1; }

.mCS-my-minimal-theme.mCSB_inside .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #7D7C79;
  width: 6px;
  border-radius: 25px;
  cursor: pointer; }

.mCS-my-minimal-theme.mCSB_inside .mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar:hover {
  background-color: #7D7C79; }

.mCS-my-minimal-theme.mCSB_inside .mCSB_draggerRail {
  visibility: hidden; }

/*
== malihu jquery custom scrollbar plugin ==
Plugin URI: http://manos.malihu.gr/jquery-custom-content-scroller
*/
/*
CONTENTS: 
	1. BASIC STYLE - Plugin's basic/essential CSS properties (normally, should not be edited). 
	2. VERTICAL SCROLLBAR - Positioning and dimensions of vertical scrollbar. 
	3. HORIZONTAL SCROLLBAR - Positioning and dimensions of horizontal scrollbar.
	4. VERTICAL AND HORIZONTAL SCROLLBARS - Positioning and dimensions of 2-axis scrollbars. 
	5. TRANSITIONS - CSS3 transitions for hover events, auto-expanded and auto-hidden scrollbars. 
	6. SCROLLBAR COLORS, OPACITY AND BACKGROUNDS 
		6.1 THEMES - Scrollbar colors, opacity, dimensions, backgrounds etc. via ready-to-use themes.
*/
/* 
------------------------------------------------------------------------------------------------------------------------
1. BASIC STYLE  
------------------------------------------------------------------------------------------------------------------------
*/
.mCustomScrollbar {
  -ms-touch-action: none;
  touch-action: none;
  /* MSPointer events - direct all pointer events to js */ }

.mCustomScrollbar.mCS_no_scrollbar, .mCustomScrollbar.mCS_touch_action {
  -ms-touch-action: auto;
  touch-action: auto; }

.mCustomScrollBox {
  /* contains plugin's markup */
  position: relative;
  height: 100%;
  max-width: 100%;
  outline: none;
  direction: ltr; }

.mCSB_container {
  /* contains the original content */
  overflow: hidden;
  width: auto;
  height: auto; }

/* 
------------------------------------------------------------------------------------------------------------------------
2. VERTICAL SCROLLBAR 
y-axis
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_inside > .mCSB_container {
  margin-right: 30px; }

.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0; }

/* non-visible scrollbar */
.mCS-dir-rtl > .mCSB_inside > .mCSB_container {
  /* RTL direction/left-side scrollbar */
  margin-right: 0;
  margin-left: 30px; }

.mCS-dir-rtl > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-left: 0; }

/* RTL direction/left-side scrollbar */
.mCSB_scrollTools {
  /* contains scrollbar markup (draggable element, dragger rail, buttons etc.) */
  position: absolute;
  width: 16px;
  height: auto;
  left: auto;
  top: 0;
  right: 0;
  bottom: 0; }

.mCSB_outside + .mCSB_scrollTools {
  right: -26px; }

/* scrollbar position: outside */
.mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools,
.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  /* RTL direction/left-side scrollbar */
  right: auto;
  left: 0; }

.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  left: -26px; }

/* RTL direction/left-side scrollbar (scrollbar position: outside) */
.mCSB_scrollTools .mCSB_draggerContainer {
  /* contains the draggable element and dragger rail markup */
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: auto; }

.mCSB_scrollTools a + .mCSB_draggerContainer {
  margin: 20px 0; }

.mCSB_scrollTools .mCSB_draggerRail {
  width: 2px;
  height: 100%;
  margin: 0 auto;
  border-radius: 16px; }

.mCSB_scrollTools .mCSB_dragger {
  /* the draggable element */
  cursor: pointer;
  width: 100%;
  height: 30px;
  /* minimum dragger height */
  z-index: 1; }

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  /* the dragger element */
  position: relative;
  width: 4px;
  height: 100%;
  margin: 0 auto;
  border-radius: 16px;
  text-align: center; }

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  width: 12px;
  /* auto-expanded scrollbar */ }

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 8px;
  /* auto-expanded scrollbar */ }

.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown {
  display: block;
  position: absolute;
  height: 20px;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer; }

.mCSB_scrollTools .mCSB_buttonDown {
  bottom: 0; }

/* 
------------------------------------------------------------------------------------------------------------------------
3. HORIZONTAL SCROLLBAR 
x-axis
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_horizontal.mCSB_inside > .mCSB_container {
  margin-right: 0;
  margin-bottom: 30px; }

.mCSB_horizontal.mCSB_outside > .mCSB_container {
  min-height: 100%; }

.mCSB_horizontal > .mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0; }

/* non-visible scrollbar */
.mCSB_scrollTools.mCSB_scrollTools_horizontal {
  width: auto;
  height: 16px;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0; }

.mCustomScrollBox + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: -26px; }

/* scrollbar position: outside */
.mCSB_scrollTools.mCSB_scrollTools_horizontal a + .mCSB_draggerContainer {
  margin: 0 20px; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 2px;
  margin: 7px 0; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 30px;
  /* minimum dragger width */
  height: 100%;
  left: 0; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto; }

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  height: 12px;
  /* auto-expanded scrollbar */
  margin: 2px auto; }

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 8px;
  /* auto-expanded scrollbar */
  margin: 4px 0; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft,
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  display: block;
  position: absolute;
  width: 20px;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft {
  left: 0; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  right: 0; }

/* 
------------------------------------------------------------------------------------------------------------------------
4. VERTICAL AND HORIZONTAL SCROLLBARS 
yx-axis 
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_container_wrapper {
  position: absolute;
  height: auto;
  width: auto;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin-right: 30px;
  margin-bottom: 30px; }

.mCSB_container_wrapper > .mCSB_container {
  padding-right: 30px;
  padding-bottom: 30px; }

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 20px; }

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 20px; }

/* non-visible horizontal scrollbar */
.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden + .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 0; }

/* non-visible vertical scrollbar/RTL direction/left-side scrollbar */
.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 0; }

/* RTL direction/left-side scrollbar */
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 20px; }

/* non-visible scrollbar/RTL direction/left-side scrollbar */
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 0; }

.mCS-dir-rtl > .mCSB_inside > .mCSB_container_wrapper {
  /* RTL direction/left-side scrollbar */
  margin-right: 0;
  margin-left: 30px; }

.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden > .mCSB_container {
  padding-right: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden > .mCSB_container {
  padding-bottom: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0;
  /* non-visible scrollbar */
  margin-left: 0; }

/* non-visible horizontal scrollbar */
.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0; }

/* 
------------------------------------------------------------------------------------------------------------------------
5. TRANSITIONS  
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail {
  -webkit-transition: width .2s ease-out .2s, height .2s ease-out .2s,  margin-left .2s ease-out .2s, margin-right .2s ease-out .2s,  margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
  transition: width .2s ease-out .2s, height .2s ease-out .2s,  margin-left .2s ease-out .2s, margin-right .2s ease-out .2s,  margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out; }

/* 
------------------------------------------------------------------------------------------------------------------------
6. SCROLLBAR COLORS, OPACITY AND BACKGROUNDS  
------------------------------------------------------------------------------------------------------------------------
*/
/* 
	----------------------------------------
	6.1 THEMES 
	----------------------------------------
	*/
/* default theme ("light") .75 */
.mCSB_scrollTools {
  opacity: 0;
  filter: "alpha(opacity=0)";
  -ms-filter: "alpha(opacity=0)"; }

.mCS-autoHide > .mCustomScrollBox > .mCSB_scrollTools,
.mCS-autoHide > .mCustomScrollBox ~ .mCSB_scrollTools {
  opacity: 0;
  filter: "alpha(opacity=0)";
  -ms-filter: "alpha(opacity=0)"; }

.mCustomScrollbar > .mCustomScrollBox > .mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollbar > .mCustomScrollBox ~ .mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollBox:hover > .mCSB_scrollTools,
.mCustomScrollBox:hover ~ .mCSB_scrollTools,
.mCS-autoHide:hover > .mCustomScrollBox > .mCSB_scrollTools,
.mCS-autoHide:hover > .mCustomScrollBox ~ .mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)"; }

.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.4);
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)"; }

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)"; }

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
  filter: "alpha(opacity=85)";
  -ms-filter: "alpha(opacity=85)"; }

.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)"; }

.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight {
  background-image: url(mCSB_buttons.png);
  /* css sprites */
  background-repeat: no-repeat;
  opacity: 0.4;
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)"; }

.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 0;
  /* 
		sprites locations 
		light: 0 0, -16px 0, -32px 0, -48px 0, 0 -72px, -16px -72px, -32px -72px
		dark: -80px 0, -96px 0, -112px 0, -128px 0, -80px -72px, -96px -72px, -112px -72px
		*/ }

.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -20px;
  /* 
		sprites locations
		light: 0 -20px, -16px -20px, -32px -20px, -48px -20px, 0 -92px, -16px -92px, -32px -92px
		dark: -80px -20px, -96px -20px, -112px -20px, -128px -20px, -80px -92px, -96px -92px, -112 -92px
		*/ }

.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -40px;
  /* 
		sprites locations 
		light: 0 -40px, -20px -40px, -40px -40px, -60px -40px, 0 -112px, -20px -112px, -40px -112px
		dark: -80px -40px, -100px -40px, -120px -40px, -140px -40px, -80px -112px, -100px -112px, -120px -112px
		*/ }

.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -56px;
  /* 
		sprites locations 
		light: 0 -56px, -20px -56px, -40px -56px, -60px -56px, 0 -128px, -20px -128px, -40px -128px
		dark: -80px -56px, -100px -56px, -120px -56px, -140px -56px, -80px -128px, -100px -128px, -120px -128px
		*/ }

.mCSB_scrollTools .mCSB_buttonUp:hover,
.mCSB_scrollTools .mCSB_buttonDown:hover,
.mCSB_scrollTools .mCSB_buttonLeft:hover,
.mCSB_scrollTools .mCSB_buttonRight:hover {
  opacity: 0.75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)"; }

.mCSB_scrollTools .mCSB_buttonUp:active,
.mCSB_scrollTools .mCSB_buttonDown:active,
.mCSB_scrollTools .mCSB_buttonLeft:active,
.mCSB_scrollTools .mCSB_buttonRight:active {
  opacity: 0.9;
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)"; }

/* theme: "light-2", "dark-2" */
.mCS-light-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 1px; }

.mCS-light-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  border-radius: 1px; }

.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto; }

.mCS-light-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85); }

.mCS-light-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-light-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9); }

.mCS-light-2.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px 0; }

.mCS-light-2.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -20px; }

.mCS-light-2.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -40px; }

.mCS-light-2.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -56px; }

/* theme: "minimal", "minimal-dark" */
.mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical,
.mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical {
  right: 0;
  margin: 12px 0; }

.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: 0;
  margin: 0 12px; }

/* RTL direction/left-side scrollbar */
.mCS-dir-rtl > .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical,
.mCS-dir-rtl > .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical {
  left: 0;
  right: auto; }

.mCS-minimal.mCSB_scrollTools .mCSB_draggerRail,
.mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent; }

.mCS-minimal.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-minimal-dark.mCSB_scrollTools_vertical .mCSB_dragger {
  height: 50px; }

.mCS-minimal.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-minimal-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 50px; }

.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
  filter: "alpha(opacity=20)";
  -ms-filter: "alpha(opacity=20)"; }

.mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-minimal.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.5);
  filter: "alpha(opacity=50)";
  -ms-filter: "alpha(opacity=50)"; }

/* theme "light-3", "dark-3" */
.mCS-light-3.mCSB_scrollTools .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
  width: 6px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2); }

.mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px; }

.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 6px;
  margin: 5px 0; }

.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 12px; }

.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 12px;
  margin: 2px 0; }

.mCS-light-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px; }

.mCS-light-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px; }

.mCS-light-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px; }

.mCS-light-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px; }

/* theme "dark-3" */
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75); }

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1); }

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px; }

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px; }

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px; }

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px; }

/* ---------------------------------------- */
