@import "icons.css";
/*
material green-lime
bg - #4BAF4F
btn-color - #CDDC38
*/
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
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,
img,
ins,
kbd,
q,
samp,
small,
strike,
sub,
sup,
tt,
var,
u,
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,
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,
main,
footer,
header,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul,
li {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
input,
textarea {
  outline: none;
  resize: none;
}
body {
  background: #fff;
  color: #000;
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  line-height: 18px;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
.clr:after {
  content: '';
  display: block;
  clear: both;
}
.wrapper {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("../img/bg1.jpg");
  background-attachment: fixed;
  position: relative;
}
.wrapper:after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.15);
}
.inner {
  width: 1024px;
  margin: 0 auto;
}
.mdl-button:hover {
  opacity: 0.8;
  text-decoration: none;
}
.top-panel {
  z-index: 111;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  padding: 5px 0;
  background: #538a1c;
  overflow: hidden;
}
.top-panel #main-menu {
  float: left;
  margin-left: -5px;
}
.top-panel .lang {
  float: right;
  margin-right: -5px;
}
.top-panel li {
  display: inline-block;
  margin: 0 5px;
}
.lang .active a,
#main-menu .active a {
  text-decoration: underline;
  color: #ffffff;
}
.header .mdl-card {
  width: 100%;
}
.header .mdl-cell:first-child {
  text-align: left;
}
.header .mdl-cell:last-child {
  text-align: right;
}
.header .header-inner {
    position: relative;
    top: 30px;
    z-index: 2;
    width: 1024px;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
    text-align: center;
}
.header h1 {
  font-weight: 300;
}
.header p {
  font-size: 1.5rem;
  margin: 0.2em 0;
}
.header .tel {
  font-weight: bold;
}
.content {
  z-index: 2;
  position: relative;
}

.content .inner-content, header {
  position: relative;
  z-index: 3;
  width: 915px;
  box-sizing: border-box;
  padding: 5px 20px;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.9);
}

header, .mail-link, .tel,  .section-title {
  color: #013e39;
}

.top-panel nav {
  margin-left: 15px;
}

.content .section-title {
  text-align: center;
  margin: 30px 0;
}
#logo {
    display: inline-block;
    width: 220px;
    height: 60px;
    background: url("../img/logo120.png");
    background-size: 220px 60px;
}
.booking-wr {
  box-sizing: border-box;
  text-align: center;
}
.booking-wr > * {
  vertical-align: top;
}
.booking-column {
  display: inline-block;
  box-sizing: border-box;
    width: 45%;
  margin-left: 20px;
  background: #e9e9e9;
}
.booking-column:first-child {
  margin-left: 0;
}
.booking-form {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  display: inline-block;
  background: #e9e9e9;
  /*border-radius: 6px;*/
  /*padding: 10px;*/
  text-align: left;
  padding: .2em .2em 0;
  border: 1px solid #dfd9c3;
}
.booking-form .submit-row {
  text-align: center;
}
.booking-form.disabled:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.9);
  z-index: 11;
}
.booking-form .js-hidden {
  display: none;
}
.day-status {
  font-size: 1.2rem;
}

.day-status label:first-child {
  display: block;
  margin: 0;
}
.day-status ul {
  margin: 15px 0 20px;
  opacity: 0.8;
  font-size: 1.2rem;
}
.day-status ul li {
  list-style: disc;
  list-style-position: inside;
  margin: 0 0 5px;
}
.services-list {
  text-align: center;
  margin: -20px -21px 30px;
  font-size: 0;
  box-sizing: border-box;
  border-top: 1px solid #000;
}
.services-list li {
  display: inline-block;
  /*margin: 0 25px;*/
  width: 20%;
  font-size: 1rem;
}
.services-list a {
  position: relative;
  display: block;
  font-weight: 500;
  font-size: 1.15rem;
  text-decoration: none;
  color: #ffffff;
}
.services-list a:hover img {
  transform: scale(1.1);
}
.services-list .img {
  display: block;
  overflow: hidden;
}
.services-list .img img {
  display: block;
  width: 100%;
  height: 150px;
  transition: transform .5s;
}
.services-list .txt {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.6);
  text-align: center;
  padding: 4px;
}



form .row {
  margin: 8px 0;
}
#show-form{
  margin: 34px 0;
}

form a {
  color: #000;
  text-decoration: underline;
}
form a:hover {
  text-decoration: none;
}
.subscribe-form input,
.subscribe-form button {
  display: inline-block;
  vertical-align: middle;
}
.subscribe-form input {
  width: 150px;
  box-sizing: border-box;
  background: #f5f3e5;
  padding: 0 5px;
  border-radius: 2px;
  height: 36px;
  line-height: 36px;
  color: #000;
}
.slider-wr {
    height: 583px;
    /*width: 50%;*/
    /*height: 300px;*/
    overflow: hidden;
    margin: 15px auto;
}
.slider-wr .bx-wrapper .bx-viewport {
  height: 300px;
  background: transparent;
  box-shadow: none;
  border: none;
}
.slider-wr .bx-wrapper li {
  height: 585px;
}
.slider-wr .bx-wrapper img {
  width: 100%;
  height: 100%;
}
.footer {
  position: relative;
  z-index: 2;
  padding: 0;
  background: #111;
  color: #ffffff;
  font-size: 0.9rem;
  line-height: 20px;
  text-align: center;
}
.footer .mdl-cell:first-child {
  text-align: left;
}
.footer .mdl-cell:last-child {
  text-align: right;
}
.footer p {
  margin: 0;
}
.footer .subscribe-form {
  margin-top: 8px;
}
.footer-nav {
  text-align: center;
}
.footer-nav li {
  display: inline-block;
  margin: 0 5px;
}
.soc-links li {
  display: inline-block;
  margin-right: 5px;
}
.soc-links a {
  display: inline-block;
}
.soc-links svg {
  width: 24px;
  height: 24px;
  fill: #fff;
}
/*
datepicker styles
*/
.wrapper .ui-state-highlight,
.wrapper .ui-widget-content .ui-state-highlight,
.wrapper .ui-widget-header .ui-state-highlight {
  background: #EEFF41;
}

.mail-link{
    font-size: 16px;
}

#map, .maps-frame {
  height: 300px;
  width: 100%;
  margin: 10px auto 20px auto;
}