/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,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:700}dfn{font-style:italic}h1{font-size:2em;margin:.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:-.5em}sub{bottom:-.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 silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}

@font-face {
    font-family: 'CaladeaBold';
        src: url('../fonts/caladea-bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
      }

@font-face {
    font-family: 'CaladeaBoldItalic';
        src: url('../fonts/caladea-bolditalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
      }

@font-face {
    font-family: 'CaladeaItalic';
        src: url('../fonts/caladea-italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
      }

@font-face {
    font-family: 'CaladeaRegular';
        src: url('../fonts/caladea-regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
      }

textarea, input, button { 
    outline: none; 
    border: 1px solid #E2E2E2;
    background-color: #FAFAFA;
    padding: 5px 10px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    color: #363636;
}



h1, h2, h3 {
    font-family: 'CaladeaRegular';
}

body {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    background-image: url('../img/bgpattern.jpg');
}

.text_important {
    font-weight: 700;
    background-color: #E6E6E6;
    padding: 3px;
}

.text_nowrap {
    white-space: nowrap;
}

.noscroll {
    overflow: hidden;
}

.container {
    margin: 20px 20px 0 20px;
}

.header-main {
    height: calc(100vh - 20px);
    transition: height 999999s;
    position: relative;
}

.header-main_sub {
    height: 60vh;
    /*background-image: url('../img/header_bg/bg1.jpg');*/
    background-position: bottom;
    -webkit-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
    background-repeat: no-repeat;
}

.header-main_sniezny {
    background-image: url('../img/header_bg/pokoje/sniezny.jpg');
}

.header-main_bialy {
    background-image: url('../img/header_bg/pokoje/bialy.jpg');
}

.header-main_liliowy {
    background-image: url('../img/header_bg/pokoje/liliowy.jpg');
}

.header-main_pistacja {
    background-image: url('../img/header_bg/pokoje/pistacja.jpg');
}

.header-main_zloty {
    background-image: url('../img/header_bg/pokoje/zloty.jpg');
}

.header-main_persja {
    background-image: url('../img/header_bg/pokoje/persja.jpg');
}

.header-main_lodowy {
    background-image: url('../img/header_bg/pokoje/lodowy.jpg');
}

.header-main_kuchnia {
    background-image: url('../img/header_bg/pokoje/kuchnia.jpg');
}

.header-main_taras {
    background-image: url('../img/header_bg/bg3.jpg');
}

.header-main_pomieszczenie-kominkowe {
    background-image: url('../img/header_bg/pokoje/pomieszczenie-kominkowe.jpg');
}

.header-main_jagodowy {
    background-image: url('../img/header_bg/pokoje/jagodowy.jpg');
}

.header-main_liczyrzepa {
    background-image: url('../img/header_bg/pokoje/liczyrzepa.jpg');
}

.header-main_lazienka {
    background-image: url('../img/header_bg/bg-interior4.jpg');
}

.header-main_szum-potoku {
    background-image: url('../img/header_bg/pokoje/szum-potoku.jpg');
}

.header-main_duch-gor {
    background-image: url('../img/header_bg/pokoje/duch-gor.jpg');
}

.header-main_zielona-laka {
    background-image: url('../img/header_bg/pokoje/zielona-laka.jpg');
}

.header-main__content {
    display: flex;
    flex-wrap: wrap;
    -webkit-justify-content: center;
            justify-content: center;
    -webkit-align-content: space-between;
            align-content: space-between;
}

.header-main__bg {
    width: 100%;
    height: 100%;
}

.header-main__bg_image {
    background-position: center;
    -webkit-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
}

.header-main__bg_1 {
    background-image: url('../img/header-bg1.jpg');
}

.header-main__bg_2 {
    background-image: url('../img/header-bg2.jpg');
    animation: pulse 15s infinite;
    -webkit-animation-delay: 15s;
       -moz-animation-delay: 15s;
         -o-animation-delay: 15s;
            animation-delay: 15s;

}

@keyframes pulse {
    0% {
        opacity: 1;
    }
    25% {
        opacity: 0;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.header-main__content, .header-main__bg {
    position: absolute;
    width: 100%;
    height: 100%;
}

/* 
    NAVIGATION 
*/
.navigation {
    flex-basis: 100%;
    display: flex;
    -webkit-align-items: flex-start;
            align-items: flex-start;
}

.icon-bar-mobile {
    display: none;
}

.navigation__menu1, .navigation__menu2 {
    margin: 0;
    list-style-type: none;
    background-color: rgba(0,0,0,0.5);
    display: flex;
    flex: 1;
}

.navigation__element {
    padding: 18px 0;
}

.navigation__subheader {
    color: #ffffff;
    background-color: rgba(54,54,54,0.6);
    padding: 10px;
    font-style: italic;
    font-size: 12px;
    border-bottom: 1px solid #545454;
}

.navigation__link, .navigation__link a{
    text-decoration: none;
    color: #ffffff;
    font-size: 13px;
    padding: 18px 20px;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;

}

.navigation__link:hover {
    background-color: rgba(0,0,0,0.7);
}

.navigation__submenu {
    display: none;
    position: absolute;
    list-style-type: none;
    margin: 0px;
    padding: 0;
    top: 53px;
    background-color: rgba(0,0,0,0.5);
    font-size: 12px;
}

.navigation__submenu .navigation__link a {
    font-size: 12px;
}

.navigation__element:hover .navigation__submenu {
    display: block;
}

.navigation__menu1 {
    -webkit-justify-content: flex-end;
             justify-content: flex-end; 
}

.navigation__logo {
    display: block;
    background-color: rgba(54,54,54,0.80);
    background-image: url('../img/logo.png');
    -webkit-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
    margin-top: -20px;
    width: 251px;
    height: 202px;
}
/*
    END - NAVIGATION
*/


/*
    SIDE NAV
*/

.side-nav {
    position: fixed;
    right: 0;
    top: 0;
    width: 90%;
    max-width: 250px;
    height: 100%;
    background: #ffffff;
    overflow: auto;
    z-index: 5;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    padding: 20px;
    transform: translateX(103%);
    box-shadow: -2px 0 12px rgba(0,0,0,0.4);
    transition: transform 0.3s cubic-bezier(0,0,0.31,1);
    font-family: 'Lato', sans-serif;
}

.side-nav__menu, .side-nav__menu ul{
    list-style: none;
    /*width: 100%;*/
    padding-left:0;
}

.side-nav__menu {
    border-top: 1px dotted #d3d3d3;
    padding-top: 20px;
    padding-bottom: 80px;
}

.side-nav__menu li {
    padding: 6px 5px;
}

.side-nav__menu a {
    text-decoration: none;
    text-transform: uppercase;
    color: #363636;
}

.side-nav__submenu {
    background-color: #E6E6E6;
    max-height:0;
    overflow: hidden;
    opacity: 0;
}


.side-nav__menu .fa-chevron-down, .side-nav__menu .fa-chevron-up {
    float: right;
    cursor: pointer; 
    font-size: 17px;
    padding-left:10px;
}


.fa-chevron-up + .side-nav__submenu {
    opacity: 1;
    margin-left: 10px;
    margin-top: 10px;
    max-height: 500px;
    /* overflow: auto; */
    transition: all 0.3s cubic-bezier(0,0,0.31,1);
}

.side-nav__menu li.side-nav__subheader {
    background: #fff;
    font-style: italic;
    font-size: 12px;
    border-bottom: 1px dotted #363636;
    padding-top: 8px;
}

.mobile-menu::before {
    content: "";
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    width: 2000px;
    height: 100%;
    background: rgba(0,0,0,0.4);
    pointer-events: none;
    opacity:0;
    will-change: opacity;
    transition: opacity 0.3s cubic-bezier(0,0,0.31,1);
    z-index: 5;
}

.close-x {
  stroke: black;
  fill: transparent;
  stroke-linecap: round;
  stroke-width: 5;
}

/*
    END - SIDE NAV 
*/

/*
    LINK BAR
*/


.link-bar {
    margin-bottom: 50px;
}

.link-bar__list {
    padding: 1px;
    margin: 0;
    list-style-type: none;
    background-color: #FFF;
    display: flex;
}

.link-bar__link {
    margin:1px;
    padding: 10px 50px 10px 50px;
    text-transform: uppercase;
    text-decoration: none;
    font-family: 'Lato', sans-serif;
    color: #363636;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    transition: all ease 0.5s;
    box-shadow: inset 0 0 0 0 #363636;
}

.link-bar__link + .link-bar__link {
    border-left: 1px solid #d6d6d6;
}

.link-bar__link li {
    display: flex;
    -webkit-align-items: center;
            align-items: center;
} 

.link-bar__link:hover {
    /*background-color: #363636;*/
    color: #ffffff;
    box-shadow: inset 0 100px 0 0 #363636;
}

.link-bar__link_grey {
    background-color: #363636;
    color: #ffffff;
    box-shadow: inset 0 0 0 0 #d3d3d3;
}

.link-bar__link_grey:hover {
    /*background-color: #ffffff;*/
    /*color: #363636;*/
    box-shadow: inset 0 100px 0 0 #151515;
}

.link-bar__icon {
    width: 18px;
    height: 19px;
    fill: #363636;
    padding-right: 10px;
}

.link-bar__link:hover .link-bar__icon, .link-bar__icon_grey {
    fill: #ffffff;    
}

/*
    END - LINK BAR
*/
/*
    NEWS SECTION
*/

.news {
    width: 100%;
    margin: 0px auto;
    background-color: #fff;
    padding: 60px 20%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    /*display: flex;*/
    -webkit-justify-content: center;
            justify-content: center;
}

/*.news__text:before{
    content: "{";
    font-family: 'Lato', sans-serif;
    font-size: 250px;
    color: #f3f3f3;
    margin: auto 0;
    font-weight: 300;   
    position: absolute;
    left: 15%;
}
.news__text:after {
    content: "}";
    font-family: 'Lato', sans-serif;
    font-size: 250px;
    color: #f3f3f3;
    margin: auto 0;
    font-weight: 300;   
    position: absolute;
    right: 15%;
    top: 0;
}*/

.news__gallery {
    padding-left: 3px;
    padding-right: 3px;
    margin-top: 10px;
    text-align: center;
}

.news__photo-link {
    outline: none;
}

.news__photo {
  margin-bottom: 15px;
  max-width: 100%;
  background: #fff;
  display: inline-block;
  position: relative;
}

.news__message {
    line-height: 1.8;
}

.news__title {
    display: flex;
    -webkit-align-items: baseline;
            align-items: baseline;
    -webkit-justify-content: space-between;
            justify-content: space-between;
}

.news h1 {
    margin: 0;
}

.news h3 {
    font-style: italic;
    color: #767676;
    padding-left: 30px;
}

.news h3 img {
    margin-left: 10px;
}

.news__date {
    padding: 10px 0;
    color: #767676;
}

.news__message {
    border-top: 1px solid #dfdfdf;
}

/*
    END - NEWS SECTION
*/



/*
    WILLA-INFO SECTION
*/
.willa-info {
    background-image: url('../img/willa-info-bg1.jpg');
    background-position: center;
    -webkit-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
    min-height: 100vh;
    display: flex;
/*    flex-direction: column;*/
    -webkit-justify-content: center;
            justify-content: center;
}

.info-box {
    flex-shrink: 0;
    margin: auto 0;
    width: 480px;
    padding: 20px 0;
}

.info-box__border {
    margin: 0 5px;
    padding: 25px 0;
    border: 1px solid #8d8d8d;
}

.info-box__title {
    padding: 5px 0;
    font-family: 'CaladeaRegular'; 
    font-weight: normal; 
    font-style: normal; 
    background-color: #ffffff;
    text-align: center;
}

.info-box__text {
    font-face: Lato, sans-serif;
    font-size: 14px;
    color: #ffffff;
    padding: 25px;
    background-color: rgba(36,36,36,0.94);
    line-height: 1.8;
}

.sygnet {
    margin: 0 auto 20px auto;
    display: block;
    width: 57px;
    height: 28px;
}

.info-box__title h1 {
    font-size: 38px;
    padding: 0;
    margin: 0;
    color: #363636;
}
.info-box__title h2 {
    margin: 0;
    color: #8d8d8d;
}

/* 
    END - WILLA-INFO SECTION 
*/

/*
    ROOM LIST
*/

.room-standards a {
    color: #363636;
    text-decoration: none;
    font-weight: bolder;
    border-bottom: 1px dotted #5b5b5b;
}

.equipment__header {
    padding-left: 40px;
}

.equipment__list {
    list-style-type: none;
    padding-left: 40px;
}

.equipment__list li {
    padding: 3px;
}

.equipment__icon {
    vertical-align: middle;
    width: 18px;
    height: 18px;
    margin-right: 10px;
}

.equipment__icon_small {
    width: 14px;
    height: 14px;
    margin-right: 8px;
}

.room-standards a:hover {
    color: #ff0000;
}

.room-list {
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-justify-content: space-around;
                justify-content: space-around;
    -webkit-align-items: baseline;
            align-items: baseline;
}

.room-list a {
    text-decoration: none;
    color: #363636;
}

.room-box {
    flex-basis: 32%;
    width: 350px;
    margin-bottom: 10px;    
}

.room-box__description {
    position: relative;
    overflow: hidden;
    height: 280px;
    -webkit-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
    /*background-position: right;*/
    position: relative;
}

.info-box_room-text {
    top: -280px;
    position: absolute;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding: 0;
    opacity: 0;
    font-size: 1.5em;
}

.room-box__button {
    position: absolute;
    right: 25px;
    bottom: 25px;
    padding: 5px 15px;
    background-color: #ffffff;
    border: 1px dotted #a0a0a0;
    color: #242424;
    width: auto;
    font-size: 0.8em;
}


.room-box__button:hover {
    background-color: #242424;
    border: 1px solid #a0a0a0;
    color: #ffffff;
}


.info-box__title_room, .info-box__border_room {
    height: 100%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

.room-box:hover .info-box_room-text, .room-box.room-box_nopic .info-box_room-text {
    top: 0;
    opacity: 0.8;
    transition: all 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
}

/* 
    PREMIUM 
*/

.room-box__description_premium_liliowy {
    background-image: url(../img/pokoje/premium/liliowy.jpg);
}

.room-box__description_premium_zloty {
    background-image: url(../img/pokoje/premium/zloty.jpg);
}

.room-box__description_premium_persja {
    background-image: url(../img/pokoje/premium/persja.jpg);
}

.room-box__description_premium_pistacja {
    background-image: url(../img/pokoje/premium/pistacja.jpg);
}

.room-box__description_premium_kuchnia {
    background-image: url(../img/pokoje/premium/kuchnia.jpg);
}

.room-box__description_premium_pomieszczenie-kominkowe {
    background-image: url(../img/pokoje/premium/pomieszczenie-kominkowe.jpg);
}

/*
    END - PREMIUM
*/

/*
    RETRO
*/

.room-box__description_retro_sniezny {
    background-image: url(../img/pokoje/retro/sniezny.jpg);
}

.room-box__description_retro_bialy {
    background-image: url(../img/pokoje/retro/bialy.jpg);
}

.room-box__description_retro_lodowy {
    background-image: url(../img/pokoje/retro/lodowy.jpg);
}

.room-box__description_retro_lazienka {
    background-image: url(../img/pokoje/retro/lazienka.jpg);
}

/*
    END - RETRO
*/

/*
    PREMIUM II
*/

.room-box__description_premium_ii_jagodowy {
    background-image: url(../img/pokoje/premium-ii/jagodowy.jpg);
}

.room-box__description_premium_ii_liczyrzepa {
    background-image: url(../img/pokoje/premium-ii/liczyrzepa.jpg);
}

.room-box__description_premium_ii_taras {
    background-image: url(../img/pokoje/premium-ii/taras.jpg);
}


.room-box__description_premium_ii_szum-potoku {
    background-image: url(../img/pokoje/premium-ii/szum-potoku.jpg);
}

.room-box__description_premium_ii_duch-gor {
    background-image: url(../img/pokoje/premium-ii/duch-gor.jpg);
}

.room-box__description_premium_ii_zielona-laka {
    background-image: url(../img/pokoje/premium-ii/zielona-laka.jpg);
}

.room-box__description_premium_ii_kuchnia {
    background-image: url(../img/pokoje/premium-ii/kuchnia.jpg);
}
/*
    END - STANDARD
*/

/*
    END - ROOM LIST
*/


/*
    SUBPAGE CONTENT
*/

.content {
    display: flex;
    -webkit-flex-flow: column wrap;
        -ms-flex-flow: column wrap;
            flex-flow: column wrap;
    -webkit-justify-content: center;
            justify-content: center;
    max-width: 1200px;
    margin: 0 auto 30px auto;
}

.content__title {
    text-align: center;
    padding: 15px 0 25px 0;
}

.content__text {
    line-height: 1.8;
    width: 100%;
}

.content__text_section {
    width: 50%;
    float: left;
    margin-bottom: 20px;
}

.text-section {
    border-bottom: 1px solid #d3d3d3;
    margin-bottom: 40px;
}

.content__text p {
    margin-top: 0;
}

.content__gallery {
    padding-left: 3px;
    padding-right: 3px;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    margin-bottom: 10px;
}


.common-areas-list li {
    margin-left: 20px;
}

.room-info {
    border: 3px solid #eeeeee;
    background-color: rgba(255,255,255,0.8);
    padding: 10px;
    margin: 0 3px 20px 3px;
}

.room-info h3 {
    margin-top: 0;
}

.room-info__value_full {
    flex-basis: 100%;
    margin-bottom: 10px;
}


.room-info__box_values {
    margin-bottom: 20px;
}

.room-info__box {
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-justify-content: space-around;
            justify-content: space-around;
}

.right {
    float: right;
}

.room-info dl {
    position: relative;
}

.room-info dt, .room-info dd {
    display: inline;
}

.room-info dd {
    position: absolute;
    right: 0;
}

.content__gallery a {
    outline:none;
}

.content__gallery img:hover {
    -webkit-filter: brightness(70%);
            filter: brightness(70%);
    transition: 1s;
}

.thumbnail {
  position: relative;
  width: 120px;
  height: 82px;
  overflow: hidden;
  margin-bottom: 3px;
}
.thumbnail img {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 100%;
  width: auto;
  -webkit-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
}
.thumbnail img.portrait {
  width: 100%;
  height: auto;
}

.gallery__miniature {
    background-size: cover;
    width: 120px;
    height: 82px;
}

.content__title h1 {
    font-family: 'CaladeaRegular';
    color: #363636;
    margin-bottom: 5px;
}

.content__breadcrump {
    font-family: 'Lato', sans-serif;
    color: #8D8D8D;
}

.content__breadcrump a {
    text-decoration: none;
    color: #363636;
}

.content__breadcrump a:hover {
    border-bottom: 1px solid #b3b3b3;
}

.content__main {
    display: flex;
}

.content__side {
    flex: 0 0 250px;
    margin-right: 30px;
}

.side-menu {
    background-color: #363636;
    text-transform: uppercase;
    text-align: center;
    padding: 5px;
    margin-bottom: 30px;
}

.side-menu ul {
    list-style: none;
    padding: 5px 0 10px 0;
}

.side-menu a {
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    text-decoration: none;
    display: block;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    padding: 14px 0;
    color: #fff;
    padding-left: 5px;
    padding-right: 5px;
}

.side-menu a:hover, .side-menu__link_active{
    background-color: #222;
}

.side-menu__border {
    border: 1px solid #a7a7a7;
}

.side-menu .sygnet {
    padding-top: 30px;
}

/*
    END - SUBPAGE CONTENT
*/

/*
    TABLE
*/

.table {
    width: calc(100% - 30px);
    margin-bottom: 30px;
}


.table__cell {
    padding: 5px;
    text-align: center;
    width: 50%;
    background-color: #E6E6E6;    
}

.table__cell_top {
    vertical-align: top;
}

.table__row_category td {
    font-style: italic;
    border-bottom: 1px dotted #363636;  
    background-color: rgba(0,0,0,0); 
    padding-top: 8px;
    padding-bottom: 8px;
    text-align: left;
}

/*
    END TABLE    
*/


/*
    CONTACT FORM
*/

.contact-form__response {
    margin-top: 15px;
    margin-bottom: 15px;
    font-weight: 700;
}

.fa-check-circle {
    color: #3ace3a
}


.fa-exclamation-circle {
    color: #ffb347;
}
.contact-form__button {
    color: #363636;
}

.contact-form__name, .contact-form__phone, .contact-form__email {
    width: calc(33.333% - 10px);
    float:left;
    padding: 0 5px;
}

.contact-form__captcha, .contact-form__captcha_input{
    width: calc(50% - 10px);
    float:left;
    padding: 0 5px;
}


.contact-form__message {
    padding: 0 5px;
}

.contact-form__message textarea {
    height: 250px;
}


.contact-form__button {
    float: right;
    padding: 0 5px;
}

.contact-form__button button {
    color: #363636;
}

.contact-form__text {
    float: right;
}



.contact-form__field {
    
}

/*
    END - CONTACT FORM
*/


/*
    GOOGLE MAPS
*/

.address {
    height: 500px;
    position: relative;
    width: 100%;
}

.address_margin-top {
    margin-top: 50px;
}

.address__map {
    width: 100%;
    height: 100%;
}

.info-box a {
    color: #fff;
    text-decoration: none;
    border-bottom: 1px dotted #5b5b5b;
}

.info-box a:hover {
    border-bottom: 1px dotted #fff;
}

.info-box_size-small {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 360px;
}

.info-box__address {
    background-image: url('../img/marker-icon.png');
    background-position: 100px 3px;
    background-repeat: no-repeat;
    text-align: right;  
}

.address__input {
    padding: 12px 5px;
    border: none;
    border-bottom: solid 1px #767676;
    transition: border 0.8s;
    background-color: #767676;
    display: block;
    margin: 0 0 15px 0;
    font-family: sans-serif;
    font-size: 14px;
    appearance: none;
    box-shadow: none;
    border-radius: none;
    text-align: center;
    color: #fff;
}

.address__input:focus {
    border-bottom: solid 1px #fff;
    outline: none;
}

.address__route-button {
    padding: 5px;
    width: 100%;
    background-color: #242424;
    border: 1px solid #a0a0a0;
    color: #fff;
}

.address__route-button:hover {
    background-color: #151515;
    border: 1px solid #504e4e;
}

.address__route-button:focus {
    outline: none;
}

.route {
    width: 70%;
    height: 560px;
    display: none;
    position: relative;
}

.route__map {
    width: 100%;
    height: 462px;
}

.route__info {
    float: left;
    list-style: none;
    margin: 0;
    padding: 0 20px 0 0;
    font-size: 13px;
}

.route__info li {
    font-weight: 700;
    padding-bottom: 5px;
}

.route__info li span {
    font-weight: 400;
}

.route__details {
    height: 40px;
    padding: 10px 0 0 0;
    position: relative;
}

.route__show {
    padding: 10px;
    text-decoration: none;
    background-color: #363636;
    color: #FFF;
    float: right;
    outline: none;
}

.route__directions {
    position: absolute;
    right: 24px;
    top: 24px;
    height: 462px;
    width: 40%;
    min-width: 150px;
    background-color: #FFF;
    overflow-y: scroll;
    overflow-x: hidden;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.6s cubic-bezier(0,0,0.31,1);
}

.route__directions_visible {
    opacity: 1;
    pointer-events: auto;
}

.route__directions table {
    margin:0;
}


.route__directions-content {
    overflow: scroll;
}

/*
    END - GOOGLE MAPS
*/

/*
    SINGLETRACK GLACENSIS
*/

.singletrack {
    position: relative;
    width: 100%;
    text-align: center;
    font-size: 1.2rem;
    margin-top: 10px;
    font-family: 'CaladeaRegular';
}

.singletrack img {
    width: 25%;
    margin: 10px auto;
    min-width: 240px;
}

/*
    END - SINGLETRACK GLACENSIS
*/

/*
    FOOTER
*/

.footer-main {
    color: #5b5b5b;
    font-size: 14px;
    padding: 20px 0;
    margin: 0;
    display: flex;
    width: 100%;
    /*border-top: 1px solid #d3d3d3;*/
    -webkit-justify-content: space-between;
            justify-content: space-between;
}

.footer-main a {
    margin-left: 20px;
    color: #504e4e;
    text-decoration: none;
    border-bottom: 1px dotted #504e4e;
}

.footer-main a:hover {
    color: #000;
}

.footer-sub {
    width: 100%;
    margin: 0 auto;
    background-color: #363636;
}

.footer-sub__container {
    max-width: 1200px;
    margin: 0 auto;
}

.footer-sub__grey-bar {
    padding: 0 18px;
    display: flex;
    color: #fff;
    font-size: 14px;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    -webkit-align-items: center;
            align-items: center;
}

.parent-link:after {
    content: "\f105";
    font: normal normal normal 14px/1 FontAwesome;
    margin-left: 15px;
}

.parent-link {
    margin-right: 15px;
}

.footer-sub__willa h1 {
    margin:0;
}

.footer-sub__willa {
    font-size: 20px;
    font-family: 'CaladeaRegular';
}

.footer-sub__info {
    color: #b1b1b1;
}

.footer-logo {
    width: 180px;
}


@media (max-width: 1345px) {
    .footer-main {
        padding-bottom: 90px;
    }
    .navigation__logo {
        width: 193px;
        height: 155px;
    }

    .news {
        padding: 60px 10%;
    }

    .mobile-menu_visible .side-nav {
        transform: none;
    }

    .mobile-menu_visible.mobile-menu::before {
        opacity: 1;
        pointer-events: auto;
    }

    .route__show {
        font-size: 12px;
    }

    .route__details > div:first-of-type {
        display: none;
    }

    .link-bar {
        display: none;
    }
    .navigation__menu1, .navigation__menu2 {
        display: none;
    }

    .navigation__logo {
        margin: -20px auto 0 auto;
    }

    .icon-bar-mobile {
        border-top: 1px solid #d3d3d3;
        left: 0;
        margin: 0;
        padding: 0;
        line-height: 1.5;
        height: 65px;
        width: 100%;
        position: fixed;
        bottom: 0%;
        z-index: 10;
        display: flex;
        -webkit-justify-content: space-between;
                justify-content: space-between;
        -webkit-align-content: center;
                align-content: center;
        list-style-type: none;
        background-color: #fff;
        font-family: 'Lato', sans-serif;
        text-transform: uppercase;
    }
    
    .icon-bar-mobile__item {
        flex: 1;
        display: flex;
        -webkit-align-items: center;
                align-items: center;
        -webkit-justify-content: center;
                justify-content: center;
        text-decoration: none;
        color: #363636;
        text-align: center;
    }

    .icon-bar-mobile__menu {
        background-color: #fff;
        border-bottom: 0;
        border-top: 0;
        border-left: 0;
        border-right: 0;
    }

    .icon-bar-mobile__icon_hidden {
        display: inline !important;
    }

    .icon-bar-mobile__icon_hidden {
        display: none !important;
    }

    .icon-bar-mobile__item + .icon-bar-mobile__item {
        border-left: 1px solid #d3d3d3;
    }

    .icon-bar-mobile__icon {
        width: 32px;
        height: 32px;
        fill: #363636;
    }
}

@media (max-width: 950px) {
    .header-main_sub {
        background-position: bottom;
        background-position-y: 0px;
    }
}

@media (max-width: 800px) {
    .content__side {
        flex-basis: 180px;
    }

    .room-box:hover .info-box_room-text {
        top: 0;
        opacity: 1;
        transition: none;
    }

    .info-box__title_room {
        background: none;
    }

    .news {
        padding: 60px 5%;
    }

    .info-box__title_room, .info-box__border_room {
        height: 100%;
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box;
        border: 1px solid #fff;
    }

    .room-box__summary {
        display: none;
    }

    .info-box_room-text {
        top: 0;
        opacity: 0.8;
    }

    .content__gallery {
        -webkit-justify-content: center;
                justify-content: center;
    }

    .content__gallery a {
        margin-bottom: 8px;
    }

    .content__main_wrap {
        flex-wrap: wrap;
    }

    .content__text_half {
        flex: 1 1 100%;
    }

    .route__show {
        display: none;
    }
    .footer-logo {
        width: 150px;
    }

    .footer-sub__contact {
        margin: 0 10px 6px 0;
    }

    .footer-sub__grey-bar {
        padding: 18px;
    }

    .room-box {
        flex-basis: 45%;
    }
    
    .room-info__value .equipment__icon {
        margin-right: 5px;
    }

    .room-info__box {
        -webkit-justify-content: space-between;
                justify-content: space-between;
    }

}

@media (max-width: 540px) {
    .side-menu {
        display: none;
    }

    .table {
        width: 100%;
    }

    .news {
        padding: 60px 20px;
    }

    .footer-sub__willa {
        -webkit-flex: 1 0 100%;
        padding-bottom: 10px;
        text-align: center;
        flex: 1 0 100%;
    }
    .check-in {
        display: none;
    }

    .right {
        float: none;
        margin-left: 5px;
    }

    .news {
        margin-bottom: 20px;
    }

    .room-info__box {
        -webkit-justify-content: center;
                justify-content: center;
    }

    .room-info h3 {
        margin-bottom: 8px;
    }

    .room-info__value_param {
        padding-left: 10px;
        padding-right: 10px;
    }

    .room-info__box_time {
        text-align: center;
    }

    .room-info__value_full {
        flex-basis: 50%;
        margin-bottom: 10px;
    }

    .footer-sub__willa h1 {
        display: inline-block;
    }

    .footer-sub__grey-bar {
        padding: 0 18px 18px 18px;
        flex-wrap: wrap;
        -webkit-align-items: baseline;
                align-items: baseline;
        -webkit-justify-content: space-between;
                justify-content: space-between;
    }

    .footer-sub__contact, .footer-sub__address {
        flex: 1 0 calc(50% - 3px);
    }

    .footer-sub__contact {
        margin-right: 6px;
        margin-bottom: 6px;
    }

    .content__side {
        margin-right: 0;
    }

    .content__gallery {
        margin-top: 0;
        display: flex;
        -webkit-justify-content: center;
                justify-content: center;
        align-items: flex-start;
        flex-wrap: nowrap;
        max-width: 100%;
    }

    .content__gallery a {
        flex: 1 1 auto;
        padding: 5px;
        max-width: 25%;
    }

    .content__gallery div {
        width: 100%;
    }

    .thumbnail img.portrait {
      height: 82px;
    }

    .content__main {
        display: flex;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    .content__side {
        flex: 1;
    }

    .icon-bar-mobile {
        font-size: 14px;
        line-height: 1.6;
    }
    .icon-bar-mobile__icon {
        width: 24px;
        height: 24px;
    }

    .address {
        display: none;
    }

    .willa-info {
        background: none;
        height: auto;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .info-box {
        width: 100%;
        padding: 0;
    }

    .info-box__border {
        border: 0;
    }
    .info-box__title {
        border: 1px solid #8d8d8d;
    }

    .room-box {
        flex-basis: 100%;
    }
}
