/*
Theme Name: Aprobe
Theme URI: http://aprobe.pl
Author: Robert Marchliński
Author URI: http://aprobe.pl/
Description: theme designed for IMS
Version: 1.0
Text Domain: aprobe
*/

/* @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600&display=swap'); */


* {
    box-sizing: border-box
}

html {
    font-family: 'Poppins', sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    line-height: 1.5em;
    font-size: 14px;
    color: #4f5758;
}

body {
    margin: 0;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    background-color: #fff;
    overflow-x: hidden;
}

.lngbox {
  
}

.kontaktel span {
  display: inline-block;
  width: 32px;
}

.tier-pricing-summary-table {
    display: none !important;
}

h1,h2,h3,h4,h5 {
    line-height: 1.2em
}
h1 {
    font-size: 2.2rem;
}
h2 {
    font-size: 1.9rem;
}

a {
    color: #ce5b07;
    outline: none;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}

.woocommerce-breadcrumb {
    display: none;
}

.text-color1 { color: #4f5758}
.text-color2 { color: #ce5b07}


.text-right {
    text-align: right;
}
.text-center {
    text-align: center;
}
.text-left {
    text-align: left;
}
/* Preset */

/* Helpers */
.text-center {text-align: center;}
.img-responsive { display: block; width: 100%; height: auto; max-width: 100%;}
.d-flex { display: flex; }
.d-block { display: block; }
.f-right { float: right; }
section .f-right { line-height: 2.2em; }

.pl-10 {padding-left: 10px;}

.pt-7 {padding-top: 7px;}
.pt-15 {padding-top: 15px;}
.pt-30 {padding-top: 30px;}
.pb-15 {padding-bottom: 15px;}
.pb-30 {padding-bottom: 30px;}

.mb-15 {margin-bottom: 15px;}
.mb-30 {margin-bottom: 30px;}
.mb-45 {margin-bottom: 45px;}
.mb-60 {margin-bottom: 60px;}

.page .mountezimmerwrap {
  margin-bottom: 90px;
}

.wpcf7 {
  margin-bottom: 45px;
}

.graybg {
    background: #f7f7f7;
}

.zimmerlogo {
  width: 200px;
  float: left;
}
.zimmerlogo img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
}
.zimmerlogo-padding {
  margin-left: 215px;
}

.float-left {
  float: left;
}

.zalmehrbox {
  opacity: 0;
  height: 0px;
  overflow: hidden;
  transition: all 1s ease-out;
}
.zalmehrbox.active {
  opacity: 1;
  height: auto;
}

.home-main .col-sm-3 img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #d6d6d6;
    border-radius: 0px;
  }

.form-control, .input-text, .comment-form p input[type="text"], .comment-form p input[type="email"], .comment-form p input[type="url"], .comment-form p textarea {
    border: 1px solid #d6d6d6;
    padding: 7px 15px;    
    display: block;
    background: #FFFFFF;
    font-family: 'Poppins', sans-serif;
    outline: none;
    width: 100%;
    font-size: 1rem;
}
.form-control:focus, .input-text:focus, .comment-form p input:focus {
    border: 1px solid #ce5b07;
}

input.wpcf7-form-control[type="submit"], .form-submit input[type="submit"] {
    display: inline-block;
    background: #ce5b07;
    color: #FFF;
    padding: 10px 30px;
    font-size: 1rem;
    border: none;
    cursor: pointer;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
}

.bookinglink {
  text-transform: uppercase;
  margin-top: 15px;
  margin-bottom: 15px;
}

.zaletybox {
  background: #FFF;
  padding: 5px 0;
  border-bottom: 5px solid #eceded; 
  width: 100%; 
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.zaletybox > div {
  width: 50%;
  padding: 0 5px 15px 5px;
  text-align: center;
}

.zaletybox > div .zalsvg {
  padding: 15px 0;
}

.zaletybox > div .zalsvg svg {
  display: block;
  margin: 0 auto;
  height: 40px;
  width: auto;
}

.zaletybox > div .zalsvg svg path {
    fill: #ce5b07;
}


.zaletybox > div .zaldesc h3 {
  margin: 5px 0;
  padding: 0;
  font-size: 1.5rem;
}

.zaletybox > div .zaldesc p {
  margin: 5px 0;
}


.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.home-main {
 padding-bottom: 30px;
 padding-top: 30px;
}

.home-pokoje {
  border-top: 5px solid #eceded;
  padding: 30px 0;
  /* margin-bottom: 30px */
}

.home-pokoje h2, .homecomments-wrap h2 {
  margin: 0 0 30px 0;
  padding-top: 15px;
}

.homecomments-wrap .row {
  padding-top: 30px;
  padding-bottom: 30px;
}

.zimmer-box {
  width: 80%;
  margin: 0 auto;
  background: #eceded;
  border-bottom: 15px solid #FFF;
  height: 100%;
}
.zimmer-box .zimmer-foto {
  display: block;
  position: relative;
  top: 0; left: 0;
}
.zimmer-box .zimmer-foto .size-post-thumbnail {
  position: absolute;
  left: 0; top: 0;
  width: 100%; height: auto; z-index: 99;
  opacity: 1;
  transition: opacity 0.3s ease-out;
}
.zimmer-box .zimmer-foto:hover .size-post-thumbnail {
  opacity: 0;
}

.zimmer-box .zimmer-foto img {
  display: block;
  width: 100%; height: auto;
}
.zimmer-box .zimmer-link {
  display: inline-block;
  margin: 15px;
  margin-bottom: 0px;
  font-size: 1.2rem;
  font-weight: 600;
}
.zimmer-box .zimmer-address {
  padding: 5px 15px 15px 15px;
}

.zimmer-box .zimmer-more {
  padding: 0 15px 15px 15px;
}

.homecomments-wrap {
  /* background: #f5f5f5; */
  padding: 15px 0 30px 0;
  margin-bottom: 60px;
}

.mehrzimer {
  width: 100%;
  height: 40px;
  padding: 0;
  background-image: linear-gradient(to right, #eceded , #FFF);
  margin-bottom: 30px;
}
.mehrzimer a {
  display: block;
  line-height: 40px;
  color: #4f5758;
  text-decoration: none;
  background: url(images/mehr1.gif) no-repeat left bottom;   
  font-weight: 600;
  padding: 0;
  margin: 0;
  padding-left: 60px;
}
.mehrzimer a:hover {
  color: #cf5b07;
}

.menuwrapper {
    position: fixed;
    left: -400px;
    top: 0; 
    width: 300px;
    height: 100%;
    background: #FFF;
    z-index: 667;
    box-shadow: 0 0 50px #eceded;
    padding: 15px;
    transition: left 0.5s ease-in-out;
}

.menuwrapper.menuactive {
  left: 0 !important;
}

#metaslider-id-71, #metaslider-id-222, #metaslider-id-230 { 
  padding-top: 85px !important;
}

.primary-menu-container ul li a {
    background: #eceded;
    padding: 10px;
    text-align: center;
    margin-bottom: 10px;
    display: block;
    text-align: center;
    font-size: 1.2rem;
    color: #4f5758; 
    text-decoration: none !important;
    transition: background 0.3s ease-in-out;
}
.primary-menu-container ul li a:hover {
  background: #ce5b07;
  color: #FFF;
  }

  footer {
    border-top: 5px solid #eceded;
    padding-top: 30px;
    padding-bottom: 15px;
  }

  footer .container ul, footer .container ul li {
    margin: 0;
    padding: 0; list-style: none;
  }
  footer .container ul {
    text-align: center;
    margin-bottom: 30px;
    
  }
  footer .container ul li { display: inline-block; margin: 0 7px; }
  footer .container ul li a {color: #4f5758; font-size: 1.1rem;}
  footer .container ul li a:hover {text-decoration: underline;}
  footer .copy {display: block; text-align: center;}
  footer .copy small {display: block; padding-top: 5px;}
  footer .copy small a { margin-left: 0px; color: #77888a; }

  .contentpadding { 
    padding-top: 105px;
  }

  .maintitle {font-size: 2.2rem; font-weight: 700; border-bottom: 5px solid #eceded; padding-bottom: 15px;}

  .buttonsanfrage {
    padding: 0 0 15px 0;
    margin-bottom: 15px;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
  }
  .buttonsanfrage a {
    display: block;
    width: 50%;
    margin: 0;
    text-align: center;
    font-size: .85rem;
    height: auto;
    padding: 10px 5px 10px 5px;
  }
 .buttonsanfrage .bookinglinksingle {
   background: #ededed;
   color: #ce5b07;
 }
 .buttonsanfrage .bookinglinksingle:hover {
    color: #FFF;
 }
  .buchungs {
    padding: 5px 30px 30px 30px;
    background: #eceded;
  }

  .buttonsanfrage .btn-kontaktowy {}

  .btn {
    display: inline-block;
    padding: 13px 30px 14px 30px;
    font-size: 1.2rem;
    font-weight: 700;
  }
  .btn.btn-sm {
    padding: 7px 15px;
    font-size: 1rem;
    text-transform: uppercase;
  }

  .btn-primary {
    background: #cf5b06;
    color: #FFF;    
    text-decoration: none !important;
    transition: background 0.3s ease-in-out;
  }
  .btn-primary:hover {
    background: rgba(207, 91, 6, .8);
  }

  .section-description {
    border-bottom: 5px solid #eceded; 
    padding-bottom: 30px;
  }

  .section-wyposazenie, .section-uslugi, .section-parking, .section-comments, .section-lokalizacja {  
    padding: 30px 0;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    border-bottom: 5px solid #eceded; 
  }
  .section-comments, .section-lokalizacja {
    border-bottom: none;
  }

  .section-wyposazenie h2, .section-uslugi h2, .section-parking h2, .section-comments h2, .section-lokalizacja h2  {  
    margin: 7px 0 15px 0;
    font-size: 1.8rem;
  }

  .section-wyposazenie ul, .section-uslugi ul, .section-parking ul { 
      margin: 5px 10px 5px 20px;
      padding: 5px 0;
      list-style-type: square;
  }

  .section-wyposazenie ul li, .section-uslugi ul li, .section-parking ul li {
    margin-bottom: 5px; 
  }

  .section-content {
    flex: 50%;
  }
  .iconwrap {
    width: 100px;
  }
  .iconwrap img {
    width: 45px; 
    height: auto;
    display: block;
    margin: 0 auto;

  }

  .comment-box {
    background: #f5f5f5;
    padding: 15px;
    padding-top: 0;
    margin-bottom: 15px;
    text-align: center;
  }
  .comment-box .comment-data {
    padding-top: 15px;
  }
  .comment-box .comment-data .comment-data-ava svg path {
    fill: #4f5758;
  }
  .comment-box .comment-data .comment-data-author {
    font-size: .9rem;
    font-weight: 600;
  }
  .comment-box .comment-data .comment-data-time {
    font-size: .8rem;
  }
  .comment-box .comment-content {
    padding-top: 15px;
    font-style: italic;
  }
  .commentform-wrap { display: none;}
  .commentform-wrap.active { display: block;}

  .metaslider #metaslider_container_71 .caption-wrap, .metaslider #metaslider_container_230 .caption-wrap, .metaslider #metaslider_container_222 .caption-wrap {
    position: absolute;
    bottom: 50%;
    left: 50%;
    transform: translate(-50%, 50%);
    background: rgba(255, 255, 255, 0.8);
    color: #4e5658;
    margin: 0;
    display: block;
    width: 60%;
    height: auto;
    line-height: 1.3em; 
    font-size: 1.4rem;
    font-weight: 300;
    padding: 15px;
    text-align: center;
    border-bottom: 5px solid #cf5b06;
  }
  .flagswitcher-mobile {
    padding: 5px !important;
    text-align: center;
    margin-bottom: 10px !important;
  }
  .flagswitcher-mobile li {
    display: inline-block;
    padding: 5px !important;
  }
  .mobilelogo {
    display: block;  
    padding-top: 10px;  
    margin-bottom: 10px;
  }
  .mobilelogo img {
    display: block;
    width: 110px;
    height: auto;
    margin: 0 auto;
  }

@media (min-width: 768px) {
  .maintitle {
    font-size: 2.8rem;
  } 
  .flagswitcher-mobile, .mobilelogo {
    display: none !important;
  }
  .container {
      max-width: 100%;
  }
  .buttonsanfrage a { 
    font-size: 1rem;
  } 
  .metaslider #metaslider_container_71 .caption-wrap, .metaslider #metaslider_container_230 .caption-wrap, .metaslider #metaslider_container_222 .caption-wrap {
    font-size: 2.8rem;
    transform: translate(-50%, 50%);
  }
  .zaletybox {
    padding: 15px;
  }
  .zaletybox > div {
    width: 33.3%;
    padding: 0 30px 0 15px;
  }
  .zaletybox > div .zaldesc h3 {
    font-size: 1.7rem;
  }
  .zimmer-box {
    width: 100%;
  }
  .primary-menu-container, .menuwrapper {
    position: static;  
    width: auto;
    height: 100%;
    background: none;
    box-shadow: none;
    padding: 0;
  }
  .primary-menu-container ul li a {
    background: none !important;    
  }
  .buttonsanfrage {
    border-bottom: 5px solid #eceded; 
    padding: 20px 0;
    margin-bottom: 0;
  }
  footer .container {
    display: flex;
    flex-wrap: wrap;
    text-align: left;
    width: 100%;
    justify-content: space-between;
  }
  footer .container ul, footer .container ul li {
    margin: 0;
    padding: 0; list-style: none;
  }
  footer .container ul {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
  }
  footer .container ul li { margin-right: 10px; }
  footer .container ul li a {color: #4f5758;}
  footer .container ul li a:hover {text-decoration: underline;}
  footer .copy {display: block; text-align: right;}
  footer .copy small {display: block; padding-top: 5px;}
  footer .copy small a { margin-left: 0px; color: #77888a; }
}

footer .copy div {padding: 20px 0 10px 0; color:#77888a; font-size: .85rem;}
footer .copy div a { color:#77888a; font-size: .85rem; }

@media (max-width: 767px) {
  .home-main .col-sm-3 img {
    width: 60% !important;
    margin: 10px auto
  }
}

@media (min-width: 992px) {
  #metaslider-id-71, #metaslider-id-222, #metaslider-id-230 { 
    padding-top: 60px !important;
  }
  .container {
      max-width: 980px;
  }
  .buttonsanfrage a { 
    font-size: 1.3rem;
    padding: 13px 5px 13px 5px;
  } 
  .metaslider #metaslider_container_71 .caption-wrap, .metaslider #metaslider_container_230 .caption-wrap, .metaslider #metaslider_container_222 .caption-wrap {
    font-size: 2.4rem;
  }
  .home-main {
    position: relative;
    top: -60px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .zaletybox {
    position: relative;
    transform: translateY(-50%); 
    padding: 25px 15px;
    margin-bottom: 30px;
  }
  .zaletybox > div {
    text-align: left;
  }
  .zaletybox > div .zaldesc h3 {
    font-size: 1.9rem;
  }
  .zaletybox > div .zalsvg {
    padding: 0;
    width: 100px;
    float: left;
  }
  .zaletybox > div .zaldesc {
    margin-left: 100px
  }
  .zaletybox > div .zalsvg {
    height: 100%;
    position: relative;
  }
  .zaletybox > div .zalsvg svg {
    position: absolute;
    width: 65%;
    height: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    /* transform: translateX(-50%); */
    display: block;
    margin: 0 auto; 
  }
}

@media (min-width: 1300px) {
  .container {
      max-width: 1270px;
  }
  .home-main {
    top: -45px;
    padding-bottom: 15px;
  }
  .metaslider #metaslider_container_71 .caption-wrap, .metaslider #metaslider_container_222 .caption-wrap, .metaslider #metaslider_container_222 .caption-wrap {
    font-size: 3.8rem;
  }
}

@media (min-width: 1500px) { 
  .container {
      max-width: 1470px;
  }
} 

.row {
  margin-right: -15px;
  margin-left: -15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.row .col-xs-6,
.row .col-xs-12,
.row .col-sm-2,
.row .col-sm-3,
.row .col-sm-4,
.row .col-sm-6,
.row .col-sm-8,
.row .col-sm-9,
.row .col-sm-12,
.row .col-md-2,
.row .col-md-3,
.row .col-md-4,
.row .col-md-5,
.row .col-md-6,
.row .col-md-7,
.row .col-md-8, 
.row .col-md-9 {
  padding-right: 15px;
  padding-left: 15px;
}

.row .col-xs-6 {
  width: 50%;
}

.row .col-xs-12 {
  width: 100%;
}

@media (min-width: 768px) {
  .row .col-sm-2 {
      width: 16.66%;
  }
  .row .col-sm-3 {
      width: 25%;
  }
  .row .col-sm-4 {
      width: 33.3%;
  }
  .row .col-sm-6 {
      width: 50%;
  }
  .row .col-sm-8 {
      width: 66.6%;
  }
  .row .col-sm-9 {
      width: 75%;
  }
  .row .col-sm-12 {
      width: 100%;
  }
}

@media (min-width: 992px) {
  .row .col-md-2 {
      width: 16.6%;
  }
  .row .col-md-3 {
      width: 25%;
  }
  .row .col-md-4 {
      width: 33.3%;
  }
  .row .col-md-6 {
      width: 50%;
  }
  .row .col-md-8 {
      width: 66.6%;
  }
  .row .col-md-5 {
      width: 40%;
  }
  .row .col-md-7 {
      width: 60%;
  }
  .row .col-md-9 {
      width: 75%;
  }
}

header { 
  width: 100%;
  border-bottom: 5px solid #eceded;
  background: #FFF;
  position: fixed;
  z-index: 444;
  padding: 0px 0;
  /* scroll-padding: 50px; */  
}
header .container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;  
  height: 60px;
  transition: height 0.3s ease-in-out;
}

header .container.maxheight {
  height: 80px;
}

header .container .topleft .toplogo {
  display: block;
}
header .container .topleft .toplogo img {
  display: block;
  max-height: 30px;
  width: auto;
  transition: max-height 0.3s ease-in-out;
}
header .container .topleft ul, header .container .topleft ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}


.topright {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  white-space: nowrap;
}

.flagswitcher, .flagswitcher li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flagswitcher li {
  display: inline-block;
  padding: 5px;
}

.headerphone {
  display: flex; 
  align-items: center;
  padding-right: 8px;
  margin-right: 8px;
  border-right: 5px solid #eceded;
  padding-top: 7px;
  padding-bottom: 7px;
}
.headerphone a {
  color: #4f5758; 
  text-decoration: none;
  font-weight: 600; 
  font-size: .95rem;
}
.headerphone a:hover {
  color: #ce5b07;
}
.headerphone svg path {
  fill: #ce5b07;
}

.flagswitcher {
  display: none;
}
.flagswitcher .lang-item-en {
  padding-right: 0 !important
}
.mobilemenu {
  display: block;
  width: 24px;
  height: 24px;
  margin: 0; padding: 0;
  cursor: pointer;
}

.homecomment {
  padding-top: 15px;
}

.come-in {
  transform: translateY(150px);
  opacity: 0;
  animation: come-in 1.6s ease forwards;
}
.come-in:nth-child(odd) {
  animation-duration: 1s; /* So they look staggered */
}

@keyframes come-in {
  to { transform: translateY(0); opacity: 1}
}

.useravatar {
  width: 100px;
  height: 100px;
  border-radius: 50px;
  background: #FFF;
  background: #f5f5f5;
  margin: 0 auto;
  margin-bottom: 10px;
  padding-top: 25px
}
.useravatar svg {
  display: block;
  width: 50px;
  height: 50px;
  margin: 0 auto;
}
.useravatar svg path {
  fill: #4f5758;
}
.username { font-weight: 600; text-align: center; margin-bottom: 20px;}
.usercomment { font-style: italic; text-align: center; margin-bottom: 15px;}

.galerrythumbs {display: none;}

.mountelink {
  padding-top: 15px;
  text-align: center;
  margin-bottom: 15px;
}

ul, li {
  list-style-type: square;
}

.xreq {
  color:#cd5b05;
}

.single-zimmer h1 {
  text-align: center;
}

@media (max-width: 767px) {  
  .btn-kontaktowy {
    padding: 10px 15px 10px 15px;
    font-size: 1.1rem;
    margin: 0 auto;
  }
  .buttonsanfrage {
    text-align: center;
    padding-bottom: 20px;
  }
  .zimmerlogo {
    width: 120px;
  }
  .zimmerlogo-padding {
    margin-left: 140px;
  }
  .zimmerlogo-padding p {
    margin: 0;
    padding: 0;
  }
  .iconwrap {
    width: 60px
  }
  .iconwrap img {
    width: 35px;
  }

  .footerbottom {
    left: 50%;
    right: auto;
    transform: translateX(-50%);
  }

}
footer .container {
  position: relative;
  top: 0; left: 0;
}
.footerbottom {
  width: 98px;
  height: 75px;
  background: url(images/bottom.gif) no-repeat center center;
  position: absolute;
  right: 15px;
  top: -105px;
}

@media (min-width: 768px) {  
  .single-zimmer h1 {
    text-align: left;
  }
  .mountelink {
    text-align: left;
  }
  .galerrythumbs { display: block; }
  header .container.maxheight {
    height: 100px;
  }
  .mobilemenu {
    display: none; 
  }
  header .container .topleft .toplogo {
    padding-right: 15px;
  }
  .flagswitcher {
    display: block;
  }
  header {
    border: none !important;
    width: 100%;
    z-index: 555;
    height: auto;
    background: #FFF;
    position: fixed;
    top: -5px; left: 0;
    background: #FFF url('images/linebg.gif') repeat-x left bottom;
  }
  header .container .topleft ul li a {  
    font-size: 1rem;
  }
  .topright {
      /* flex-direction:column; */
  }
  header .container .topleft {
    display: flex;
    align-items: center;
    height: 100%;
  }
  header .container .topleft ul { 
    display: flex; 
    align-items: center;
    height: 100%;
  }
  header .container .topleft ul li {
    padding: 0 9px;
    height: 100%;
  }  
  header .container .topleft ul li a {  
      position: relative;
      display: inline-block;
      line-height: 100%;
      padding: 0;
      height: 100%;
      vertical-align: middle;
      text-decoration: none !important;
      color: #4e5658;
      font-size: .95rem;
      font-weight: 600;
      display: flex;
      justify-content: center;
      align-items: center;
  }
  header .container .topleft ul li a:hover { 
    color: #77888a;
  }
  header .container .topleft ul li a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 5px;
    bottom: 0;
    left: 0;
    background-color: #cd5b05;;
    visibility: hidden;
    transform: scaleX(0);
    transition: all 0.3s ease-in-out;
    white-space: nowrap;
  }
  
  header .container .topleft ul li a:hover:before, header .container .topleft ul li.current-menu-item a:before {
    visibility: visible;
    transform: scaleX(1);
  }
}

@media (min-width: 992px) {
  .headerphone a {
    font-size: 1.1rem;
  }
  .headerphone svg {
    width: 36px !important;
    height: 36px !important;
    margin-right: 2px;
  }
  .headerphone {
    padding-right: 15px; margin-right: 15px;
  }
  header .container .topleft ul li {
    padding: 0 10px;
    height: 100%;
  }
  header .container .topleft ul li a {  
    font-size: 1.1rem;
  }
  .topright {
    flex-direction:row;
  }
  header .container .topleft .toplogo img {
    max-height: 35px;
  }
  header .container.maxheight .topleft .toplogo img {
    max-height: 45px;
  }
}


.galerrythumbs { padding: 15px 0; margin-left: -5px; margin-right: -5px;}
.msacwl-slider-wrap .msacwl-gallery-caption, .msacwl-gallery-caption { display: none;}
.galerrythumbs .slick-slide {padding: 5px; } 

.msacwl-slider-wrap .msacwl-slide {background: #eceded; background: #4e5658;}
.msacwl-slider-wrap .msacwl-slide img.msacwl-img 
/* .msacwl-carousel-slide img.msacwl-img  */
{height: 100%; width: auto !important; max-width: 100%; margin: 0px auto; display: block;}

.msacwl-common-slider button.slick-prev, .msacwl-common-slider button.slick-prev:active, .msacwl-common-slider button.slick-prev:focus {background: rgba(255, 255, 255, 0.6) url('images/arrow-left.png') center center no-repeat !important;} 
.msacwl-common-slider button.slick-next, .msacwl-common-slider button.slick-next:active, .msacwl-common-slider button.slick-next:focus {background: rgba(255, 255, 255, 0.6) url('images/arrow-right.png') center center no-repeat !important;} 
.msacwl-common-slider button.slick-prev:hover {background: rgba(255, 255, 255, 0.8) url('images/arrow-left.png') center center no-repeat !important;} 
.msacwl-common-slider button.slick-next:hover {background: rgba(255, 255, 255, 0.8) url('images/arrow-right.png') center center no-repeat !important;} 


.wpcf7-form-control-wrap {display: block; margin-top: 5px;}
.wpcf7-form-control-wrap input[type="text"], .wpcf7-form-control-wrap input[type="email"], .wpcf7-form-control-wrap textarea {
  display: block;
  border: 2px solid #eceded;
  border-radius: 0 !important;
  padding: 10px 15px;
  font-size: 1.1rem;
  width: 100%;
  outline: none;
}
.wpcf7-form-control-wrap input[type="text"]:focus, .wpcf7-form-control-wrap input[type="email"]:focus, .wpcf7-form-control-wrap textarea:focus {
  border: 2px solid rgba(205, 91, 5, .5);
}

.arrow-right,
.arrow-left,
.long-arrow-right,
.long-arrow-left{
  display: inline-block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #cd5b05;
  border-left: 2px solid #cd5b05;
  margin-left:3px;
  transform: translateY(5px);
}
.arrow-right,
.long-arrow-right{
 transform: rotate(135deg);
}

.arrow-left,
.long-arrow-left{
 transform: rotate(-45deg);
}
.long-arrow-right::after,
.long-arrow-left::after{
  content: "";
  display: block;
  width: 2px;
  height: 15px;
  background-color: #cd5b05;
  transform: rotate(-45deg) translate(15px, 4px);
  left: 0;
  top: 0;
} 

.home .metaslider .flexslider .flex-direction-nav li a { 
  width: 40px;
  height: 37px;
  border: 0;
  margin: -20px 0 0;
  box-shadow: none !important;
  display: block;
  background-color: transparent;
  background-image: url('images/arrslider.png');
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  z-index: 10;
  cursor: pointer;
  text-indent: -9999px;
  opacity: .75;
  -webkit-transition: all .3s ease;
  -moz-transition: opacity .25s ease-in-out;
  transition: all .3s ease;
}
