@charset "UTF-8";
/*
Theme Name: Masada Mediterranean
Theme URI: http://underscores.me/
Author: Giorgos Sarigiannidis
Author URI: http://www.gsarigiannidis.gr
Description: The official website of Masada Mediterranean
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: masada
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.

Masada Mediterranean 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/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  color: #444;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5; }

h1, h2, h3, h4, h5, h6 {
  clear: both; }

p {
  margin-bottom: 1em; }

dfn, cite, em, i {
  font-style: italic; }

blockquote {
  font-size: 140%;
  color: #005BAA;
  text-align: center;
  max-width: 300px;
  margin: 0 auto; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem; }

abbr, acronym {
  border-bottom: 1px dotted transparent;
  cursor: help; }

mark, ins {
  background: #fff9c0;
  text-decoration: none; }

big {
  font-size: 125%; }

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box; }

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit; }

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */ }

blockquote, q {
  quotes: "“" "”"; }
  blockquote:before, blockquote:after, q:before, q:after {
    font-size: 98px;
    font-family: "Times New Roman";
    font-style: italic;
    height: 98px;
    display: block; }
  blockquote:before, q:before {
    content: open-quote;
    float: left;
    margin-top: -56px;
    height: 50px; }
  blockquote:after, q:after {
    content: close-quote;
    float: right;
    margin-top: -63px; }

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

ul, ol {
  margin: 0 0 1.5em 3em; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em; }

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5em 1.5em; }

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */ }

table {
  margin: 0 0 1.5em;
  width: 100%; }

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: transparent;
  background: rgba(0, 91, 170, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: .6em 1em .4em;
  color: #fff; }
  button:hover,
  input[type="button"]:hover,
  input[type="reset"]:hover,
  input[type="submit"]:hover {
    border-color: transparent; }
  button:active, button:focus,
  input[type="button"]:active,
  input[type="button"]:focus,
  input[type="reset"]:active,
  input[type="reset"]:focus,
  input[type="submit"]:active,
  input[type="submit"]:focus {
    border-color: transparent; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
  color: #666;
  border: 1px solid transparente;
  border-radius: 3px; }
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="password"]:focus,
  input[type="search"]:focus,
  textarea:focus {
    color: #111; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
  padding: 3px; }

textarea {
  padding-left: 3px;
  width: 100%; }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: rgba(0, 91, 170, 0.8); }
  a:visited {
    color: #005BAA; }
  a:hover, a:focus, a:active {
    color: #005baa; }
  a:focus {
    outline: thin dotted; }
  a:hover, a:active {
    outline: 0; }

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%; }
  .main-navigation ul {
    list-style: none;
    margin: 0 0 0 10px;
    padding-left: 0; }
    .main-navigation ul ul {
      display: none;
      top: 1.5em;
      font-weight: bold;
      font-size: 80%; }
      .main-navigation ul ul ul {
        top: 0; }
        .main-navigation ul ul ul li {
          font-size: 120%;
          font-weight: normal; }
      .main-navigation ul ul li:hover > ul {
        left: 100%; }
      .main-navigation ul ul :hover > a {
        color: #005BAA; }
      .main-navigation ul ul a:hover {
        color: #005BAA; }
    .main-navigation ul li:hover > ul {
      left: auto; }
  .main-navigation li {
    position: relative;
    text-transform: uppercase;
    line-height: 1em;
    padding: 0.5em 0 0 0; }
    .main-navigation li:hover > a {
      color: #005BAA; }
  .main-navigation a {
    display: block;
    text-decoration: none;
    color: #444;
    outline: none; }
  .main-navigation .current_page_item > a,
  .main-navigation .current-menu-item > a,
  .main-navigation .current_page_ancestor > a {
    color: #005BAA; }
    .main-navigation .current {
	   	-webkit-transition: all 0.5s ease;
	    -moz-transition: all 0.5s ease;
	    -o-transition: all 0.5s ease;
	    transition: all 0.5s ease;
    }
  .main-navigation .current.menu-item-has-children a {
    color: rgba(0, 91, 170, 0.6); }
  .main-navigation .current.menu-item-has-children ul a {
    color: #444; }
    .main-navigation .current.menu-item-has-children ul a:hover {
      color: #005BAA; }
  .main-navigation .current.menu-item-has-children ul .current_page_item > a,
  .main-navigation .current.menu-item-has-children ul .current-menu-item > a,
  .main-navigation .current.menu-item-has-children ul .current_page_ancestor > a {
    color: #005BAA; }
  .main-navigation .menu-item-278,
  .main-navigation .menu-item-211 {
    text-transform: none; }
  .main-navigation .current-menu-ancestor > ul,
  .main-navigation .current-page-ancestor > ul {
    display: block; }

/* Small menu. */
.menu-toggle {
  display: none; }

@media screen and (max-width: 767px) {
  .menu-toggle,
  .main-navigation.toggled .nav-menu {
    display: block; }

  .main-navigation ul {
    display: none; } }
.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden; }
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%; }
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%; }

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }
  .screen-reader-text:hover, .screen-reader-text:active, .screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */ }

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table; }

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both; }

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */ }
  .widget select {
    max-width: 100%; }

/* Search widget. */
.widget_search .search-submit {
  display: none; }

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
.slidr-container.default {
  background-color: transparent;
  margin: 0;
  border: 0;
  border-radius: 0;
  box-shadow: none;
/*  padding: 0 3em;
*/}
.slidr-container.default .slidr-item {
  border-radius: 0;
  border: 1px solid #ddd;
  margin: 0 5px;
}
.slidr-container.default .slidr-item img {
	width: auto;
}
.slidr-container.default .slidr-items-container {
  margin: 0 20px;
}
.slidr-container.default .slidr-nav-next {
  text-align: right;
  right: -5px;
}
.slidr-container.default .slidr-nav-prev {
  text-align: left;
  left: -5px;
}

.slidr-container.default .slidr-nav {
  color: rgb(15,91,169);
  color: rgba(15,91,169,1);
  background: transparent;
}
.slidr-container.default .slidr-nav:hover {
  color: rgba(15,91,169,0.8);
  background: transparent;
}

.slidr-container.services {
  height: 260px;
}
.slidr-container.services .slidr-item {
  height: 230px;
}
.slidr-container.services .slidr-item > div {
  height: 170px;
  max-height: 170px;
}
.slidr-container.services .slidr-item img {
  height: auto;
}
.slidr-container.services .slidr-item-info {
  margin-top: -30px;
}
.slidr-container.services .slidr-items-container {
  margin: 0 20px;
  height: 290px;
}
.slidr-container.services .slidr-items {
  margin: auto;
}
.slidr-container.services .slidr-nav {
  position: absolute;
  top: 50px;
  font-size: 52px;
  color: #337CBB;
}
.slidr-container.services .slidr-nav-next {
  right: 0;
}
.slidr-container.services .slidr-item {
  vertical-align: top;
}
.slidr-container.services h2 {
  text-align: center;
  line-height: 1em;
}
.slidr-container.services h2 a {
  color: #444;
  font-size: 14px;
  font-weight: normal;
  line-height: 1em;
}

.inbetween-categories .cat-item {
	display: inline-block;
	width: 49%;
	vertical-align: top;
	text-align: center;
	font-size: 48px;
	line-height: 4em;
	margin: 1em auto;
}
.inbetween-categories .cat-item:first-child {
	border-right: 2px solid #3079B8;
}
.brand-item {
	display: inline-block;
	width: 49%;
	vertical-align: top;
	text-align: center;
	margin: 5em 0;
}
.brand-item a {
	color: #000;
	text-transform: uppercase;
	font-weight: bold;
}
.brand-item img {
	max-height: 100px;
	margin: 2em 0;
}
.brand-item .brand-mitsubishi {
  max-height: 80px;
  margin-left: -20px;
}

.category-news .list-items {
  margin: 2em 0;
}
.category-news .list-item {
  width: 100%;
  text-align: left; 
  display: block;
  padding: 0 0 0 0.5em;
  margin-bottom: 0.5em;
}
.category-news .news-date {
  background: #005BAA;
  color: #fff;
  font-size: 80%;
  padding: 0.5em 1em;
  display: block;
  float: left;
  margin-top: 1em;
  text-transform: uppercase;
}

.separator:last-child {
  display: none;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block; }

.hentry {
  margin: 0 0 1.5em; }

.byline,
.updated:not(.published) {
  display: none; }

.single .byline,
.group-blog .byline {
  display: inline; }

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0; }

.page-links {
  clear: both;
  margin: 0 0 1.5em; }

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none; }

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word; }

.bypostauthor {
  display: block; }

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none; }

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block; }

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%; }

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }
  .wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .wp-caption .wp-caption-text {
    margin: 0.8075em 0; }

.wp-caption-text {
  text-align: center; }

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%; }
  .gallery-columns-2 .gallery-item {
    max-width: 50%; }
  .gallery-columns-3 .gallery-item {
    max-width: 33.33%; }
  .gallery-columns-4 .gallery-item {
    max-width: 25%; }
  .gallery-columns-5 .gallery-item {
    max-width: 20%; }
  .gallery-columns-6 .gallery-item {
    max-width: 16.66%; }
  .gallery-columns-7 .gallery-item {
    max-width: 14.28%; }
  .gallery-columns-8 .gallery-item {
    max-width: 12.5%; }
  .gallery-columns-9 .gallery-item {
    max-width: 11.11%; }

.gallery-caption {
  display: block; }

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: transparent;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }
button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 24px;
  height: 24px;
  line-height: 24px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333;
  right: 1.5em;
  top: 1em;
  border-radius: 50%;
  background: #005BAA;
  color: #fff; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: 5px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-arrow:before, .mfp-arrow:after,
  .mfp-arrow .mfp-b,
  .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after,
  .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before,
  .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after,
  .mfp-arrow-left .mfp-a {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before,
  .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after,
  .mfp-arrow-right .mfp-a {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before,
  .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 60px 0 0;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 680px;
  width: 100%; 
  height: auto;
  padding: 1em;
background: #fff;}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
.mfp-ie7 .mfp-img {
  padding: 0; }
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }
.mfp-ie7 .mfp-container {
  padding: 0; }
.mfp-ie7 .mfp-content {
  padding-top: 44px; }
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }

/*--------------------------------------------------------------
# Template
--------------------------------------------------------------*/
/* 
	Height is counted in vh, with 
	a fallback in % for Safari.
*/
html, body {
  height: 100%;
  font-weight: 300; }

.site {
  height: 100%; }

a {
  text-decoration: none; }

.site-header {
  width: 21.875%;
  display: inline-block;
  float: left;
  height: 100%;
  padding: 1% 3%;
  padding: 1vh 3vw;
  position: relative; }

.site-branding {
  height: 20%;
  height: 20vh; }
  .site-branding .site-title {
    height: 77%;
    height: 15vh; }
    .site-branding .site-title img {
      height: auto;
      max-height: 100%; }

.footer-logo {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1em 2em; }
  .footer-logo img {
    width: 70%; }

.home-slideshow {
  height: 100%;
  width: 100%; }
  .home-slideshow .slide-item {
    width: 100%;
    height: 100%;
    background-size: cover; }

.content-area .products-container {
  text-align: center;
  margin: 2em 0;
  display: block;
  overflow: hidden; }
  .content-area .products-container ul {
    margin: 0 auto; }

.product {
  width: 150px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  line-height: 1em;
  margin: 2em; }
  .product h2 {
    text-transform: uppercase;
    font-size: 100%;
    font-weight: 300;
    margin: 0.5em; }
  .product a {
    color: #444;
    font-size: 90%;
    display: block;
    padding-bottom: 0.5em; }
    .product a:hover {
      color: #005BAA; }

.site-content {
  width: 78.125%;
  display: inline-block;
  background-color: rgba(0, 91, 170, 0.6);
  float: right;
  height: 100%;
  position: relative;
  background-size: cover; }

.site-main {
/*  height: 100%;
*/  outline: none; }

.content-area {
  background-color: rgba(255, 255, 255, 0.9);
  margin: 16% 0 0 0;
  margin: 23vh 0 0 0;
/*  height: 58%;
  height: 58vh;*/
  float: left;
  width: 96%;
  padding: 1em 3em; }
  .content-area h1 {
    font-size: 85%;
    text-transform: uppercase;
    color: #005BAA; }
  .content-area p {
    font-size: 90%; }
  .content-area ul {
    padding: 0;
    list-style: none;
    margin-left: 2em;
    font-size: 90%; }
    .content-area ul li {
      list-style-image: url('img/bullet.png?1427580997'); }

.page-id-27 .content-area {
  height: auto; }

#loader {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 9999;
  background: #95C3EC;
  text-align: center;
  padding-top: 25%; }

.list-items {
  text-align: center; }

.list-item {
  display: inline-block;
  width: 32%;
  text-align: center;
  vertical-align: top;
  padding: 1em; }
  .list-item img {
    clear: both;
    margin: 0 auto;
    display: block; }
  .list-item h2 {
    margin: 0;
    font-size: 90%;
    font-weight: normal;
    text-transform: uppercase;
    line-height: 1em;
    padding-top: 0.5em; }
  .list-item p {
    margin: 0;
    color: rgba(68, 68, 68, 0.6);
    line-height: 1em; }
  .list-item a {
    color: rgba(68, 68, 68, 0.6); }

.mfp-content {
  position: fixed;
  max-width: 680px;
  width: 80%;
  height: 90%;
  left: 0;
  right: 0;
  margin: 0 auto; }
  .mfp-content .modal {
   	background: rgb(255,255,255);
   	background: rgba(255,255,255,0.8);
   	margin: 4% auto 0 auto;
    margin: 2vh auto 0 auto;
    width: 100%;
    height: 100%;
    height: 88vh;
    overflow-x: hidden;
    border-top: 2em solid transparent;
    border-top: 10vh solid transparent;
    border-bottom: 1em solid transparent;
    border-bottom: 4vh solid transparent;
    border-right: 1em solid transparent;
    border-right: 2vh solid transparent; }
   .mfp-content .modalbg {
   	display: block;
   	position: absolute;
   	width: 100%;
   	height: 100%;
   	top: 0;
   	left: 0;
   }
/*   .mfp-content .modal .slidr-item a {
   	cursor: default;
   }*/
  .mfp-content .entry-meta,
  .mfp-content .enty-footer {
    display: none; }
  .mfp-content .modal .hentry {
    padding: 1em;
  }
.mfp-figure .mfp-close {
  background: transparent;
  color: #000; 
  width: 40px;
  height: 40px;
  text-align: center;
  padding: 0;
}

.mfp-figure:after {
  background: transparent;
  box-shadow: none; }

.nicescroll-rails {
  margin-left: 2em;
  width: 1px !important;
  background: #444; }
  .nicescroll-rails div {
    background: url('img/scroll.png?1427579672') no-repeat !important;
    width: 10px !important;
    height: 18px !important;
    left: 5px; }

.mfp-container .nicescroll-rails {
  margin-left: -0.5em; }

.horizontal > .nicescroll-rails {
  width: 65% !important;
  width: 65vw !important;
  height: 1px !important; }
  .horizontal > .nicescroll-rails div {
    background: url('img/bullet.png?1427580997') no-repeat !important;
    width: 18px !important;
    height: 10px !important;
    top: -3px !important; }

.horizontal .mfp-content .nicescroll-rails {
  width: 1px !important;
  background: #444; }
  .horizontal .mfp-content .nicescroll-rails div {
    background: url('img/scroll.png?1427579672') no-repeat !important;
    width: 10px !important;
    height: inherit !important;
    left: 5px; }

.contact {
  font-size: 120%;
  color: #005BAA;
  font-weight: 300; }
  .contact a {
    color: #005BAA; }

.gallery-item {
  margin: 0.5em 0; }

.gallery-columns-3 .gallery-item {
  padding: 0.5em; }

#dm-masada,
#dm-mitsubishi {
  display: none;
}
.dm-masada,
.dm-mitsubishi {
  cursor: pointer;
  margin: 5px;
  text-transform: uppercase;
}
@media all and (min-width: 768px) {
	.mfp-content .modalbg {
		left: 22%;
		width: 80%;
	}
}
@media all and (max-width: 767px) {
  .site-header {
    width: 100%;
    height: auto;
    padding: 0; }

  .footer-logo {
    display: none; }

  .site-branding {
    width: 110px;
    height: 90px;
    padding-left: 1em; }
    .site-branding .site-title {
      height: auto;
      margin: 10px 0; }

  .main-navigation {
    box-shadow: 0px -4px 4px #ccc inset; }
    .main-navigation .menu-toggle {
      float: right;
      margin-top: -100px;
      height: 101px;
      font-size: 100%;
      text-transform: uppercase;
      color: #fff; }
    .main-navigation.toggled .nav-menu {
      border-top: 1px solid rgba(0, 91, 170, 0.3);
      padding: 0.5em 0;
      padding-left: 1em; }

  .site-content {
    width: 100%; }

  .content-area {
    margin: 12vh 0 0;
    height: 68%;
    height: 72vh;
    padding: 1em 2em 1em 1em; }

  .horizontal .nicescroll-rails {
    width: 85% !important;
    width: 85vw !important; } }
@media all and (max-width: 480px) {
  .content-area {
    margin-top: 6vh;
  }
  .inbetween-categories .cat-item {
    width: 100%;
    line-height: 3em;
    margin: 0 auto;
  }
  .inbetween-categories .cat-item:first-child {
    border-right: 0;
    border-bottom: 2px solid #3079B8;
  }
}