/*@font-face {
    font-family: 'OpenSans';
    src: url('/static/fonts/OpenSans.eot');
    src: url('/static/fonts/OpenSans.eot?#iefix') format('embedded-opentype'),url('/static/fonts/OpenSans.woff') format('woff'),url('/static/fonts/OpenSans.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'OpenSansBold';
    src: url('/static/fonts/OpenSansBold.eot');
    src: url('/static/fonts/OpenSansBold.eot?#iefix') format('embedded-opentype'),url('/static/fonts/OpenSansBold.woff') format('woff'),url('/static/fonts/OpenSansBold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Titillium Web';
    font-style: normal;
    font-weight: 400;
    src: local('Titillium Web'),url('/static/fonts/TitilliumWeb-Regular.woff') format('woff'),url('/static/fonts/TitilliumWeb-Regular.ttf') format('truetype');
}
@font-face {
    font-family: 'Titillium Web';
    font-style: normal;
    font-weight: 200;
    src: local('Titillium Web'),url('/static/fonts/TitilliumWeb-ExtraLight.woff') format('woff'),url('/static/fonts/TitilliumWeb-ExtraLight.ttf') format('truetype');
}
@font-face {
    font-family: 'Pacifico';
    src: url('/static/fonts/Pacifico.eot');
    src: url('/static/fonts/Pacifico.eot?#iefix') format('embedded-opentype'),url('/static/fonts/Pacifico.woff') format('woff'),url('/static/fonts/Pacifico.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'FontAwesome';
    src: url('/static/fonts/FontAwesome.eot');
    src: url('/static/fonts/FontAwesome.eot?#iefix') format('embedded-opentype'),url('/static/fonts/FontAwesome.woff') format('woff'),url('/static/fonts/FontAwesome.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}*/

@font-face {
    font-family: 'FontAwesome';
    src: url('/FontAwesome.eot');
    src: url('/FontAwesome.eot?#iefix') format('embedded-opentype'),url('/FontAwesome.woff') format('woff'),url('/FontAwesome.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Titillium Web';
    font-style: normal;
    font-weight: 400;
    src: local('Titillium Web'),url('/static/fonts/TitilliumWeb-Regular.woff') format('woff'),url('/static/fonts/TitilliumWeb-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Titillium Web';
    font-style: normal;
    font-weight: 200;
    src: local('Titillium Web'),url('/static/fonts/TitilliumWeb-ExtraLight.woff') format('woff'),url('/static/fonts/TitilliumWeb-ExtraLight.ttf') format('truetype');
}


html {
    height:100%;
}
body {
    font-family: 'OpenSans',sans-serif;
    margin: 0;
}
img {
    border: 0; margin:0; padding: 0;
}
h1, h2, h3, h4, em {
    font-family: 'OpenSansBold',sans-serif;
    font-style: normal;
}

.Site {
    display: flex;
    flex-direction: column;
    height: 100%; /* 1, 3 */
}

.Site-header,
.Site-footer {
    flex: none; /* 2 */
}

.Site-content {
    flex: 1 0 auto; /* 2 */
    padding: var(--space) var(--space) 0;
    width: 100%;
}

    .Site-content::after {
        content: '\00a0'; /* &nbsp; */
        display: block;
        margin-top: var(--space);
        height: 0px;
        visibility: hidden;
    }

@media (--break-lg) {
    .Site-content {
        padding-top: var(--space-lg);
    }

        .Site-content::after {
            margin-top: var(--space-lg);
        }
}

.Site-content--full {
    padding: 0;
}

    .Site-content--full::after {
        content: none;
    }

.box-content {
  background:#f6f6f6;
}

.box-content .-n, .box-content .-p {
    padding: 8px 16px;
    cursor: pointer;
    user-select: none;
    -moz-user-select: none;
}

.box-content .-i {
    padding: 8px 0;
}

.box-content .-n:hover, .box-content .-p:hover {
    background:rgba(255,255,255,0.5);
}

.size-wrapper {
    max-width: 1460px;
    margin: 0 auto;
    position: relative;
}

#top {
    height:80px;
    background:rgb(34,34,34);
    width:100%;
}

#top .logo {
    position: relative;
    top: 10px;
    left: 10px;
    float:left;

}

#top .menu {
    position:absolute;
    right:10px;
    top:20px;
}

#banner { 
    /*overflow:hidden;*/

}

#banner .caption {
background: rgb(180,54,57);
color: white;
font-weight: bold;
padding: 15px 20px;
}

/*#banner video {
    margin: 0 auto;
    display:block;
    max-width:100%;
}*/

/*#banner img {
    width:100%;
    margin:0;
vertical-align: middle;

}*/

/*#banner .picture {
    width:100%;
    background: url('/banner-stredisko.jpg') no-repeat center center fixed;
    background-size: cover;
}*/

#ad {
    margin-top:0px;
    height: 100px;
    background: lime;
}




.box .box-title {
    /*text-transform: uppercase;*/
    color: white;
    padding: 6px 0px 13px 50px;
    font-weight: bold;
    position:relative;
    height:22px;
    overflow:hidden;
line-height:28px;
}

.box .box-title div {
    position: absolute;
    top: 5px;
    left: 10px;
}

.box-calendar .box-title { background: rgb(42,152,0); }
.box-webcam .box-title { background: rgb(18,85,153); }
.box-alert .box-title { background: rgb(180,54,57); }
.box-snow .box-title { background: rgb(18,85,153); }
.box-sun .box-title { background: rgb(18,85,153); }
.box-clock .box-title { background: rgb(18,85,153); }
.box-info .box-title { background: rgb(0,140,0); }
.box-location .box-title { background: rgb(247,149,0); }
.box-ski .box-title { background: rgb(18,85,153); }
.box-swim .box-title { background: rgb(18,85,153); }

#footer {
    background: #000;
}

#footer img {
    margin:10px 20px;
}

#footer .copyright {
    padding: 10px 10px 20px 10px;
    background: black;
    color: #aaa;
    font-size: .8em;
    text-align: center;
}

#content {
    padding-top: 20px;
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
}

.box-small {
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom:20px;
    min-width: 300px;
    width: 300px;
    /*float: left;*/
}

/*@media only screen and (min-width: 600px) {
    #content {
        padding-top: 20px;
    }
    .box-small {
        width: 300px;
        float:left;
    }

    body {
    }
}

@media only screen and (min-width: 1250px) {
    body {
    }
}*/


.stredisko-content-left {
    width: 756px;
    max-width: 100%;
    overflow: hidden;
    float: left;
    width: 756px;
    margin: 0 10px 0px 0;
}

.stredisko-content-left-left {
    float: left;
    width: 368px;
    margin: 0px 20px 20px 0;
    max-width: 100%;
    overflow: hidden;
}

.stredisko-content-left-right {
    float: right;
    width: 368px;
    margin: 0px 0px 0px 0;
    max-width: 100%;
    overflow: hidden;
}
@media only screen and (max-width: 800px) {
    .stredisko-content-left {
        margin: 0;
    }

    .stredisko-content-left-left {
        float: none;
    }
    .stredisko-content-left-right {
        float: none;
    }
}

@media only screen and (max-width: 700px) {
    .stredisko-content-left-left {
        margin: 10px auto;
    }
    .stredisko-content-left-right {
        margin: 10px auto;
    }
}

.stredisko .box-small {
    margin-left:0;
}

.stredisko-content-pricelist {
    width: 100%;
    overflow:hidden;
}
@media only screen and (min-width: 1120px) and (max-width: 1390px) {
    .stredisko-content-pricelist {
        width: 800px;
    }
}

.stredisko-content-pricelist .pricelist {
    padding: 0 10px;
}

.stredisko-content-full {
    width:100%;
    overflow:hidden;
}

.stredisko {
}

.stredisko .-kontakt {
    background-color:#eee;
    width:260px;
    padding: 0 20px 10px 20px;
}

.stredisko .-kontakt h2 {
    font-size:16px;
    margin:20px 0 10px 0;
}

.-kontakt .-info {
    font-size:14px;
    display:block;
    margin:5px 0;
}

.stredisko .-region {
    width:260px;
    background-color:#eee;
    padding: 20px;
    margin-bottom:20px;
}

.stredisko .-region h2 {
    font-size:16px;
    margin:0;
}

.stredisko .-foto {
    /*background: white;
    background-color:white;*/
    width:300px;
    /*margin:0px 0 20px 0;*/
}

.stredisko .-foto img {
    max-width:300px;
}

.stredisko .-icons {
    background-color:#fff;
    width:300px;
    width:260px;
    padding:20px 20px 10px 20px;
}

.-icons {
    margin:0px 20px 20px 20px;
}
.-icons img {
    margin: 0 7px 7px 0;
    width: 48px;
    height: 48px;
}
    .stredisko .-icons img {
        float: left;
        margin: 0 7px 7px 0;
        width: 36px;
        height: 36px;
    }



.pricelist th { padding: .6em 1em; }
.pricelist table { margin-bottom: 20px; width: 100%;}
.pricelist thead th  { background-color: white; color: black; font-size: 14px; font-weight: bold; text-align: center; }
.pricelist thead tr.person th  { font-size: 14px; font-weight: bold; }
.pricelist thead th.person  { font-size: 14px; font-weight: bold; }
.pricelist tbody tr.ticket th  { font-weight: bold; padding-top: 8px; text-align: left; }
.pricelist tbody tr.ticket:hover th  { font-weight: bold; padding-top: 8px; text-align: left; }
.pricelist tbody tr.ticket th.last  { font-weight: normal; padding-left: 0; }
.pricelist tfoot th  { font-size: 14px; font-weight: normal; padding: 8px 0 0; text-align: left; }
.pricelist tbody tr th  { font-size: 14px; font-weight: normal; text-align: left; }
.pricelist tbody tr:hover th  { font-size: 14px; font-weight: normal; text-align: left; }
.pricelist td.odd, .pricelist td.even  { border: 1px solid white; color: black; font-size: 14px; padding: 2px 0.3em; text-align: center; font-weight:bold; }
.pricelist th  { border: 1px solid white; }
.pricelist td.divider  { border-left: 1px solid white; border-right: 1px solid white; color: white; width: 0; }
.pricelist p  { font-size: 14px; }
.pricelist h3  { margin: 1em 0 0; padding: 0; }
.pricelist ul  { margin-top: 0.5em; padding-top: 0; }
.pricelist ul ul  { margin-bottom: 0.5em; margin-top: 0.1em; }
.pricelist h2  { margin: 0 -20px; padding:10px 20px; font-size:16px; }

.pricelist thead tr.person th { background-color: #666; color: white; }
.pricelist thead th.person { background-color: #666; color: white; }
.pricelist tbody tr.ticket th { background-color: white; border-bottom: 1px solid #7799CC; border-top: 1px solid #7799CC; color: #2060A8; }
.pricelist tbody tr.ticket th.first { border-top: 0 solid black; }
.pricelist tbody tr.ticket th.last { border-bottom: 1px solid #7799CC; color: black; }
.pricelist tfoot th { border-top: 1px solid #7799CC; color: black; }
.pricelist tbody tr th { background-color: #82C040; color: white; }
.pricelist tbody tr:hover th { background-color: #72B030; color: white; }
.pricelist tbody tr.ticket:hover th { background-color: white; color: #2060A8; }
.pricelist tr td.odd { background-color: #E0E0E0; }
.pricelist tr td.even { background-color: #F0F0F0; }
.pricelist tr:hover td.odd { background-color: #E0EAE0; }
.pricelist tr:hover td.even { background-color: #F0FAF0; }
.pricelist td.divider { background-color: #7799CC; }
.pricelist h3 { color: #2060A8; color:#000; }

.box-list-content {
    overflow: hidden;
    padding:0 10px;
}

.box.box-list-content {
    background: #fff;
    padding-bottom: 20px;
    margin-bottom: 10px;
}

.box-list-content h1 {
    color:white;
    margin:0;
    padding:10px 0px 10px 20px;
}

.box-list-content table {
    margin:10px 0 10px 0;
    width:100%;
    max-width:1080px;
}

.box-list-content table th.title_cell {
    margin:20px 20px 0 20px;
    vertical-align:middle;
}

.box-list-content h1 { background-color:#666; }
.box-list-content table th { background-color:#666; }

.box-list-content table td {
    text-align: center; font-size: 13px; padding: 6px 0px 6px 0px; vertical-align:middle; color:#333; border-bottom:1px solid #fff;
}
.box-list-content table th {
    text-align: center; font-weight: normal; font-size: 12px; padding: 6px 0px 6px 0px; border-bottom:1px solid #fff;
}
.box-list-content table th h3 {
    text-align: left; font-size: 16px; margin: 0px; position:relative; top:2px; left:8px;
}
.box-list-content table .title_cell {
    width: 300px; text-align: left;
}
.box-list-content table th.title_cell {
    font-size: 16px; font-weight: bold; color: #fff; padding-left: 8px; vertical-align:middle;
}
.box-list-content table td.title_cell {
    font-weight: normal; padding-left: 8px; color: #000;
}
.box-list-content table a {
    color: #000; text-decoration: none; border-bottom: 1px solid #000; position: relative; top: -1px;
}
.box-list-content table a:hover {
    color: #000; text-decoration: none; border-bottom: 1px solid #ef7001;
}

.box-list-content table tr.odd {
    background-color: #e0e0e0; border-bottom: 1px solid #fff;
}
.box-list-content table tr:hover.odd {
    background-color: orange; text-shadow: 0px 0px 2px #fff;
}
.box-list-content table tr.even {
    background-color: #d0d0d0; border-bottom: 1px solid #fff;
}
.box-list-content table tr:hover.even {
    background-color: orange; text-shadow: 0px 0px 2px #fff;
}


.box-list-content.-blue h1 { background-color:#125599; }
.box-list-content.-blue table th { background:#125599; color:white; }
.box-list-content.-blue table tr.odd { background-color: #eaeaea; }
.box-list-content.-blue table tr:hover.odd { background-color: #FaFaFa; }
.box-list-content.-blue table tr.even { background-color: #DAECFA; }
.box-list-content.-blue table tr.even { background-color: #dadada; }
.box-list-content.-blue table tr:hover.even { background-color: #FaFaFa; }

.box-list-content.-green h1 { background-color:#870000; }
.box-list-content.-green table th { background:#693; color:white; }
.box-list-content.-green table tr.odd { background-color: #e0e0e0; }
.box-list-content.-green table tr:hover.odd { background-color: #F0F0F0; }
.box-list-content.-green table tr.even { background-color: #d9fdb5; }
.box-list-content.-green table tr:hover.even { background-color: #ECFEDA; }

.box-list-content.-orange h1 { background-color:#870000; }
.box-list-content.-orange table th { background:rgb(239, 111, 1); color:white; }
.box-list-content.-orange table tr.odd { background-color: #e0e0e0; }
.box-list-content.-orange table tr:hover.odd { background-color: #F0F0F0; }
.box-list-content.-orange table tr.even { background-color: rgb(249, 205, 166); }
.box-list-content.-orange table tr:hover.even { background-color: rgb(249, 225, 186); }


.box-list-content table th span {
    position:relative; top:-1px;
}
.box-list-content table th a {
    background:#000; color:white;
}
.box-list-content table th a:hover {
    color:white; text-decoration:underline;
}

.box-list-content table th.title_cell span {
    color:white; vertical-align:middle;
}

.box-list-content table th.title_cell .controls {
    float: right; position: relative; top: 7px; margin-right: 10px;
}
.box-list-content table th.title_cell .controls img {
    margin-left: 16px;
}
.box-list-content table th.title_cell .controls img {
    opacity: 0.1;
}
.box-list-content table th.title_cell:hover .controls img {
    opacity: 0.6; cursor: pointer;
}
.box-list-content table th.title_cell:hover .controls img:hover {
    opacity: 1.0;
}



.box-list-content div.op {
    width:60px;
    position:relative;
    margin:0 auto;
}

.box-list-content span.op-bar {
    height:14px;
    background-color:#DC143C;
    border: 0px solid #3CB371;

    background-color:#D13;
    border: 0px solid rgb(90,200,5);

    position:absolute;
    top:-8px;
    left:-20px;
    right:0;
}

.box-list-content span.op-text {
    color:#333;
    position:absolute;
    top:-11px;
    right:-65px;
    left:0;
}


.smenu {
    float: right;
    margin: -10px -20px;
}

    .smenu a {
        display: inline-block;
        color: white;
        padding: 12px;
        font-size: 14px;
    }

        .smenu a:hover {
            background: rgba(255,255,255,0.2);
            text-decoration: underline;
        }

@media screen and (max-width: 579px) {
    .hide580 {
        display: none;
    }
}

@media screen and (max-width: 950px) {
    .hide950 {
        display: none;
    }

    .smenu a.hide950 {
        display: none;
    }
}
        @media screen and (max-width: 449px) {
            .Site-footer {
                margin-top: 40px;
            }

            .hide450, .hide650, .hide850, .hide1050 {
                display: none;
            }

            .box-list-content h1 {
                font-size: 16px;
                padding-left: 10px;
            }

            .box-list-content table {
                margin: 10px 0 0 0;
            }

                .box-list-content table th.title_cell span {
                    font-size: 14px;
                }

            .box-list-content span.op-bar {
                left: 0;
            }

            .box-list-content span.op-text {
                right: 0;
                color: white;
                text-shadow: 0 0 3px #000;
                font-size: 11px;
                font-weight: bold;
                top: -9px;
            }
        }

        @media screen and (min-width: 450px) and (max-width: 749px) {
            .hide650, .hide850, .hide1050 {
                display: none;
            }

            .box-list-content table .title_cell {
                width: 333px;
            }

            .box-list-content h1 {
                font-size: 17px;
                padding-left: 10px;
            }

            .box-list-content table {
                /*margin:10px 10px 0 10px;*/
                margin: 10px 0px 0 0px;
            }

                .box-list-content table th.title_cell span {
                    font-size: 14px;
                }

            .box-list-content span.op-bar {
                left: 0;
            }

            .box-list-content span.op-text {
                right: 0;
                color: white;
                text-shadow: 0 0 3px #000;
                font-size: 11px;
                top: -9px;
                font-weight: bold;
            }
        }

        @media screen and (min-width: 750px) and (max-width: 849px) {
            .hide850, .hide1050 {
                display: none;
            }

            .box-list-content table .title_cell {
                width: 333px;
            }

            .box-list-content h1 {
                font-size: 18px;
            }

            .box-list-content table th.title_cell span {
                font-size: 14px;
            }
        }

        @media screen and (min-width: 850px) and (max-width: 1049px) {
            .hide1050 {
                display: none;
            }
        }








        .box-list-panorama {
            height: 290px;
            background-color: #FFF;
        }

            .box-list-panorama .video {
                margin: 0 auto;
                width: 300px;
                max-width: 100%;
                height: 240px;
                background: #172A39;
                overflow: hidden;
            }

        .box-list-google-ad300 {
            background-color: #FFF;
        }

        .box-list-google-ad728 {
            background-color: #FFF;
        }

        .box-list-mobapps {
            background: white;
            margin-bottom: 10px;
        }

            .box-list-mobapps .box-app-small {
                display: block;
                float: left;
                width: 100px;
                margin: 5px;
            }

            .box-list-mobapps .box-app-large {
                display: block;
                float: left;
                width: 200px;
                margin: 5px;
            }



        @media screen and (max-width: 539px) {
            .box-list-panorama {
                margin-top: 10px;
            }

            .box-list-google-ad300 {
                margin-top: 10px;
            }

            .box-list-mobapps {
                background: white;
                clear: both;
                margin-top: 10px;
            }

                .box-list-mobapps .box-app-small {
                    display: block;
                    float: left;
                    width: 100px;
                    margin: 5px;
                }

                .box-list-mobapps .box-app-large {
                    display: block;
                    float: left;
                    width: 200px;
                    margin: 5px;
                }

            .box-list-partners {
                display: none;
            }

            .box-list-google-ad728 {
                clear: both;
                margin-top: 10px;
            }
        }

        @media screen and (min-width: 540px) and (max-width: 719px) {
            .box-list-google-ad300 {
                margin-top: 10px;
            }

            .box-list-mobapps {
                background: white;
                clear: both;
                margin-top: 10px;
            }

                .box-list-mobapps .box-app-small {
                    display: block;
                    float: left;
                    width: 100px;
                    margin: 5px;
                }

                .box-list-mobapps .box-app-large {
                    display: block;
                    float: left;
                    width: 200px;
                    margin: 5px;
                }

            .box-list-partners {
                background: white;
                clear: both;
                margin: 10px 0 0 0;
            }

            .box-list-google-ad728 {
                clear: both;
                margin-top: 10px;
            }
        }

        @media screen and (min-width: 710px) and (max-width: 859px) {
            .box-list-panorama {
                width: 49%;
                float: left;
                margin: 0px 1% 10px 0;
            }

            .box-list-google-ad300 {
                float: right;
                width: 49%;
                margin: 0px 0 10px 1%;
            }


            .box-list-mobapps {
                background: white;
                clear: both;
                margin-top: 10px;
            }

                .box-list-mobapps .box-app-small {
                    display: block;
                    float: left;
                    width: 100px;
                    margin: 5px;
                }

                .box-list-mobapps .box-app-large {
                    display: block;
                    float: left;
                    width: 200px;
                    margin: 5px;
                }

            .box-list-partners {
                background: white;
                clear: both;
                margin: 10px 0 0 0;
            }

            .box-list-google-ad728 {
                clear: both;
                margin-top: 10px;
            }
        }


        @media screen and (min-width: 860px) and (max-width: 1179px) {
            .box-list-panorama {
                clear: both;
                width: 49%;
                float: left;
                margin: 0px 1% 10px 0;
            }

            .box-list-google-ad300 {
                float: right;
                width: 49%;
                margin: 0px 0 0px 1%;
            }

            .box-list-mobapps {
                background: white;
                clear: both;
                margin-top: 10px;
            }

                .box-list-mobapps .box-app-small {
                    display: block;
                    float: left;
                    width: 100px;
                    margin: 5px;
                }

                .box-list-mobapps .box-app-large {
                    display: block;
                    float: left;
                    width: 200px;
                    margin: 5px;
                }

            .box-list-partners {
                display: none;
            }

            .box-list-google-ad728 {
                clear: both;
                margin-top: 10px;
                background: white;
                padding: 10px 10px 10px 30px;
                width: 740px;
            }
        }

        @media screen and (min-width: 1180px) {
            .box-list-content.overview {
                width: 760px;
                width: 1080px;
                float: left;
            }

            .box-list-panorama {
                width: 300px;
                float: right;
                margin: 0px 0px 0px 10px;
            }

            .box-list-google-ad300 {
                width: 300px;
                float: right;
                margin: 10px 0 0px 0;
                clear: right;
            }

            .box-list-mobapps {
                clear: right;
                width: 300px;
                float: right;
                margin: 10px 0 0px 0;
                background: white;
            }

            .box-list-mobapps .-inner {
                padding: 10px 20px;
            }

            .box-list-partners {
                clear: right;
                width: 300px;
                float: right;
                margin: 10px 0 0px 0;
                background: white;
            }

                .box-list-partners .-inner {
                    padding: 10px 5px;
                }

            .box-list-google-ad728 {
                clear: left;
                margin-top: 10px;
                background: white;
                padding: 10px 10px 10px 30px;
                width: 750px;
            }
        }

@media screen and (min-width: 1050px) { .box-list-content.overview { width: 730px; } }
@media screen and (min-width: 1120px) { .box-list-content.overview { width: 780px; } }
@media screen and (min-width: 1220px) { .box-list-content.overview { width: 880px; } }
@media screen and (min-width: 1320px) { .box-list-content.overview { width: 980px; } }
@media screen and (min-width: 1420px) { .box-list-content.overview { width: 1080px; } }




    .box-list-content.-weather {
        width: 100%;
        max-width: 920px;
    }

        .box-list-content.-weather .-list {
            color: #000;
            /*padding: 10px 20px 20px 20px*/
            margin: 10px 0 20px 0;
        }

        .box-list-content.-weather .-item {
            clear: both;
            border-top: 1px solid #268;
            padding: 8px 0px 8px 0px;
        }

            .box-list-content.-weather .-item.even {
                background-color: #eaeaea;
            }

                .box-list-content.-weather .-item.even:hover {
                    background-color: #fafafa;
                }

            .box-list-content.-weather .-item.odd {
                background-color: #dadada;
            }

                .box-list-content.-weather .-item.odd:hover {
                    background-color: #fafafa;
                }

        .box-list-content.-weather .-day {
            float: left;
            height: 70px;
            position: relative;
            width: 220px;
            border-left: 1px solid #ccc;
            padding: 0 0 0 10px;
        }

        .box-list-content.-weather .-title {
            float: left;
            color: #000;
            font-weight: bold;
            margin: 0px 5px 4px 6px;
            width: 200px;
        }

        .box-list-content.-weather .-date {
            float: left;
            height: 48px;
            width: 65px;
            font-size: 12px;
        }

        .box-list-content.-weather .-date1 {
            width: 64px;
            text-align: center;
            margin-top: 7px;
            font-weight: bold;
        }

        .box-list-content.-weather .-date2 {
            width: 64px;
            text-align: center;
            margin-top: 5px;
        }

        .box-list-content.-weather .-image {
            float: left;
            height: 60px;
            width: 60px;
        }

            .box-list-content.-weather .-image img {
                vertical-align: middle;
                margin: 2px -5px;
            }

        .box-list-content.-weather .-temp {
            float: left;
            height: 48px;
            width: 80px;
            font-weight: bold;
        }

        .box-list-content.-weather .-temp1 {
            width: 85px;
            text-align: center;
            margin-top: 12px;
            font-size: 18px;
        }

        .box-list-content.-weather .-temp2 {
            width: 85px;
            text-align: center;
            margin-top: 15px;
            font-size: 15px;
        }

        .box-list-content.-weather .-wind {
            font-size: 11px;
            width: 85px;
            margin-top: 5px;
            text-align: center;
            font-weight: normal;
            color: #666;
        }

        .box-list-content.-weather .-footer {
            text-align: right;
            border-top: 1px solid #268;
            padding-top: 8px;
            font-size: 12px;
            color: #333;
        }

        .box-list-content.-weather h1 {
            background-color: #870000;
        }



    @media screen and (max-width: 449px) {
        .hide450, .hide650, .hide850, .hide1050 {
            display: none;
        }

        .box-list-content.-weather .-list {
            padding: 10px 0 20px 0;
        }

        .box-list-content.-weather .-title {
            float: none;
            margin-bottom: 5px;
        }

        .box-list-content.-weather .-date {
            border: 0;
        }

        .box-list-content.-weather .-day {
            float: none;
            clear: both;
            margin: 0 auto;
        }
    }

    @media screen and (min-width: 450px) and (max-width: 749px) {
        .hide650, .hide850, .hide1050 {
            display: none;
        }

        .box-list-content.-weather .-list {
            padding: 10px 10px 20px 10px;
        }

        .box-list-content.-weather .-title {
            float: none;
            margin-bottom: 5px;
        }
    }

    @media screen and (max-width: 539px) {
        .box-list-content.-weather .-list {
            padding: 10px 0px 20px 0px;
        }

        .box-list-content.-weather .-date {
            border: 0;
        }
    }

    @media screen and (min-width: 750px) and (max-width: 859px) {
        .hide850, .hide1050 {
            display: none;
        }

        .box-list-content.-weather .-title {
            float: none;
            margin-bottom: 5px;
        }
    }

    #pager-forecast .-d {
        padding-top: 5px;
    }

    .bookingLink {
        background: #07c;
        padding: 7px 10px;
        text-decoration: none;
        color: white;
        display: inline-block;
        margin-bottom: 5px;
        cursor: pointer;
    }

        .bookingLink:hover {
            background: #003580;
        }

    .bookingResLink {
        background: #cc5500;
        padding: 7px 10px;
        text-decoration: none;
        color: white;
        display: inline-block;
        margin: 0 5px 5px 0;
        /*min-width: 100px;*/
        text-align: center;
    }

        .bookingResLink:hover {
            background: #804b00;
        }


    .submenu {
        padding: 10px 15px;
        background: #ddd;
        -moz-user-select: none;
        user-select: none;
        cursor: pointer;
        margin: 10px;
        color: black;
        text-decoration: none;
        display: inline-block;
    }

        .submenu.active {
            background: #eee;
        }

        .submenu:hover {
            background: #eee;
            text-decoration: underline;
        }

    #nav-ski {
        display: none;
        position: absolute;
        right: 598px;
        top: 80px;
        z-index: 1;
    }

        #nav-ski a {
            cursor: pointer;
            padding: 10px 20px;
            display: block;
            background: rgba(255,255,255,0.5);
            text-transform: uppercase;
            text-decoration: none;
            color: black;
            width: 200px;
        }

            #nav-ski a:hover {
                background: rgba(255,255,255,0.9);
            }

    #nav-lang-list {
        width: 75px;
        position: absolute;
        right: 34px;
    }

    .nav-lang {
        background: rgba(255,255,255,0.8);
        padding: 10px;
        display: block;
        color: black;
        text-decoration: none;
    }

        .nav-lang.-selected {
            background: rgba(255,255,255,0.8);
        }

        .nav-lang:hover {
            cursor: pointer;
            background: rgba(255,255,255,0.8);
            padding: 10px;
        }

    .nav-lang-img {
        margin-right: 8px;
    }

    .tooltip {
        position: relative;
        display: inline-block;
        border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
    }

        /* Tooltip text */
        .tooltip .tooltiptext {
            visibility: hidden;
            width: 120px;
            background-color: black;
            color: #fff;
            text-align: center;
            padding: 5px 0;
            border-radius: 6px;
            font-size: 12px;
            /* Position the tooltip text - see examples below! */
            position: absolute;
            z-index: 1;
        }

        /* Show the tooltip text when you mouse over the tooltip container */
        .tooltip:hover .tooltiptext {
            visibility: visible;
        }

        .tooltip .tooltiptext {
            width: 120px;
            bottom: 100%;
            left: 50%;
            margin-left: -60px; /* Use half of the width (120/2 = 60), to center the tooltip */
        }

            .tooltip .tooltiptext::after {
                content: " ";
                position: absolute;
                top: 100%; /* At the bottom of the tooltip */
                left: 50%;
                margin-left: -5px;
                border-width: 5px;
                border-style: solid;
                border-color: black transparent transparent transparent;
            }

        .tooltip .tooltiptext {
            opacity: 0;
            transition: opacity 1s;
        }

        .tooltip:hover .tooltiptext {
            opacity: 1;
        }

    div.op {
        width: 60px;
        position: relative;
        margin: 0 auto;
    }

    span.op-bar {
        height: 14px;
        background-color: #DC143C;
        border: 0px solid #3CB371;
        background-color: #D13;
        border: 0px solid rgb(90,200,5);
        position: absolute;
        top: -8px;
        left: -20px;
        right: 0;
    }

    span.op-text {
        color: #fff;
        position: absolute;
        left: -20px;
        text-align: center;
        /*width: 60px;*/
    }

    .info .op {
        left: 10px;
        margin: 0 0 0 20px;
    }

    .info .op-bar {
        height: 18px;
        top: 4px;
    }

    .info .op-text {
        right: 0;
        top: 3px;
        font-size: 14px;
        width: 60px;
    }


    .-open-time .-today {
        background: #ccc;
    }

    .-value {
        font-weight: bold;
    }


    #banner .size-wrapper > img {
        width: 100%;
        display: block;
    }

    .banner-overbox {
        position: absolute;
        width: 360px;
        right: 40px;
        height: 360px;
        background: rgba(30,90,150,0.7);
        color: white;
        overflow: hidden;
    }

@media screen and (max-width: 500px) {
    .banner-overbox {
        position:inherit;
        margin: 0 auto;
    }
}

        .banner-overbox .-lanovky {
            width: 139px;
            float: left;
            border: 1px solid rgba(255,255,255,0.5);
            border-left: 0;
            height: 80px;
            overflow: hidden;
        }

        .banner-overbox .-zjazdovky {
            width: 140px;
            float: right;
            border: 1px solid rgba(255,255,255,0.5);
            border-left: 0;
            border-right: 0;
            height: 80px;
            overflow: hidden;
        }

        .banner-overbox .-teplota {
            width: 139px;
            float: left;
            border: 1px solid rgba(255,255,255,0.5);
            border-left: 0;
            height: 80px;
            overflow: hidden;
        }

        .banner-overbox .-sneh {
            width: 140px;
            float: right;
            border: 1px solid rgba(255,255,255,0.5);
            border-left: 0;
            border-right: 0;
            height: 80px;
            overflow: hidden;
        }

        .banner-overbox .-mapa {
            text-align: center;
        }



    .box-calendar .box-content {
        font-size: 13px;
        overflow-y: auto;
        height: 520px;
        padding: 0;
    }

    .box-content .-n, .box-content .-p, .box-content .-i {
        border-top: 1px solid #ccc;
    }

    a.item-event {
        display: block;
        text-decoration: none;
        color: black;
    }

    .item-event:hover {
        background: #ddd;
    }

    .item-event {
        padding: 10px 15px;
    }

    .item-event-title {
        display: block;
        font-weight: bold;
        margin:0 0 4px 0;
    }

    a.item-event .item-event-title {
        text-decoration: underline;
    }

    .item-event-content {
        display: inline;
    }

    .box-swim .box-content {
        padding: 0;
    }


    .box-snow {
        float: left;
        width: 300px;
        margin: 0 20px 20px 0;
    }

        .box-snow .box-content {
            font-size: 16px;
            overflow-y: auto;
            min-height: 250px;
            padding: 0;
        }

    .item-top-snow {
        clear: both;
        height: 65px;
        overflow: hidden;
    }

@media screen and (max-width: 1200px) {
    .item-top-snow {
        height: 60px;
    }
}

    .item-top-snow-title {
        display: block;
        font-weight: bold;
        /*background: rgb(94,138,225);*/
        color: rgb(18,85,153);
        padding: 7px 10px 8px 18px;
        overflow: hidden;
        white-space: nowrap;
        text-decoration: underline;
        cursor: pointer;
    }

        .item-top-snow-title:hover {
            /*background: rgb(64,108,195);*/
        }

    .item-top-snow-content {
        display: block;
        padding: 0 15px 6px 15px;
        font-size: 18px;
        font-weight: bold;
        color: #222;
    }

        .item-top-snow-content .-sneh {
            padding-left: 10px;
            display: block;
            float: left;
        }

        .item-top-snow-content .-teplota {
            padding: 0 10px;
            display: block;
            float: right;
        }

    .box-rescue {
        float: left;
        width: 300px;
        margin: 0 20px 20px 0;
    }

    .box-weather .box-content {
        font-size: 13px;
        /*overflow-y: auto;*/
        /*height: 490px;
    height: 176px;*/
        height: 210px;
    }


    .box-rescue .box-content {
        font-size: 13px;
        overflow-y: auto;
        height: 490px;
        height: 250px;
    }

    .box-webcam .box-content {
        overflow: hidden;
        padding: 0;
    }

        .box-webcam .box-content > a.cameraLink {
            display: block;
            width: 300px;
            height: 250px;
        }

a.resortLink {
    display: block;
    text-decoration:none;
    position:relative;
    color:#000;
}
a.resortLink:hover {
    display: block;
    background:#ddd;
}

.ico-angle-right {
    font-family: FontAwesome;
}

.ico-angle-right:before {
    content: "\f105";
    position: absolute;
}


    .box-caminfo {
        height: 300px;
    }

    .box-tophotels {
        float: right;
        width: 300px;
        margin-top: 20px;
    }

        .box-tophotels .box-content {
            padding: 0;
        }

    .item-hs {
        /*margin-bottom: 10px;*/
        padding: 15px 15px;
        max-height: 187px;
        overflow: auto;
    }
    /*.item-hs:hover {
    background: #ddd;
}*/

    .item-hs-title {
        display: inline-block;
        font-weight: bold;
    }

    .item-hs-content {
        display: inline-block;
        padding-bottom: 10px;
    }

    .kamera-image-archive .box-title {
        /*text-transform: uppercase;*/
        color: white;
        padding: 12px 10px 12px 50px;
        font-weight: bold;
        /*background: url('/box-panorama.png') no-repeat 8px 8px rgb(40,40,40);*/
        clear: both;
        color: white;
        border-top: 20px solid #fff;
        padding: 10px 10px 10px 10px;
        font-weight: bold;
        background-color: #125599;
        clear: both;
    }

    .video-play-button {
        position: absolute;
        bottom: 6px;
        left: 10px;
        width: 17px;
        height: 16px;
        padding: 6px;
        border-radius: 100%;
        background: rgba(0,0,0,0.7);
    }

        .video-play-button div {
            width: 0;
            height: 0;
            border-top: 8px solid transparent;
            border-left: 11px solid #ccc;
            border-bottom: 8px solid transparent;
            position: relative;
            left: 5px;
        }

            .video-play-button div.pause {
                width: 4px;
                height: 13.5px;
                border: 0;
                border-right: 3px solid #ccc;
                border-left: 3px solid #ccc;
                position: relative;
                left: 4px;
                top: 1px;
            }

             #video-play-button {
        position: absolute;
        bottom: 6px;
        left: 10px;
        width: 17px;
        height: 16px;
        padding: 6px;
        border-radius: 100%;
        background: rgba(0,0,0,0.7);
    }

        #video-play-button div {
            width: 0;
            height: 0;
            border-top: 8px solid transparent;
            border-left: 11px solid #ccc;
            border-bottom: 8px solid transparent;
            position: relative;
            left: 5px;
        }

            #video-play-button div.pause {
                width: 4px;
                height: 13.5px;
                border: 0;
                border-right: 3px solid #ccc;
                border-left: 3px solid #ccc;
                position: relative;
                left: 4px;
                top: 1px;
            }


    .kamera-image-gallery .box-title {
        color: white;
        padding: 10px 10px 10px 10px;
        font-weight: bold;
        font-size: 14px;
        background-color: #125599;
        clear: both;
    }


    .-gallery .-item {
        clear: both;
    }

    .-gallery .-image {
        position: relative;
        width: 140px;
        height: 105px;
        float: left;
        overflow: hidden;
        margin: 8px 5px 0 0;
        margin: 0px 0px 0 0;
        background-size: cover;
    }

    .kamera-image-gallery {
        max-width: 1010px;
        width: 100%;
    }

    .-gallery {
        background: #eee;
    }

    @media screen and (max-width: 358px) {
        .kamera-image-gallery {
            max-width: 100%;
        }

        .-gallery {
            background: #fff;
        }

            .-gallery .-image {
                /*margin: 0px 0px 0 0;*/
            }
    }

    @media screen and (max-width: 1400px) {
        .kamera-image-gallery {
            max-width: 866px;
        }
    }

    @media screen and (max-width: 1250px) {
        .kamera-image-gallery {
            max-width: 722px;
        }
    }

    @media screen and (max-width: 1100px) {
        .kamera-image-gallery {
            max-width: 580px;
        }
    }

    @media screen and (max-width: 1050px) {
        .kamera-image-gallery {
            max-width: 435px;
        }
    }

    @media screen and (max-width: 850px) {
        .kamera-image-gallery {
            max-width: 290px;
        }
    }

    @media screen and (max-width: 680px) {
        .kamera-image-gallery {
            max-width: 100%;
        }
    }

    .kamera-content-left {
        max-width: 100%;
        width: 728px;
        margin: 0 0px 20px 0;
        float: left;
        overflow: hidden;
    }


    .kamera-content-right {
        max-width: 100%;
        width: 620px;
        float: left;
        overflow: hidden;
    }

@media screen and (min-width: 1045px) and (max-width: 1400px) {
    .kamera-content-right {
        width: 300px;
        margin-left: 0px;
    }
}

@media screen and (max-width: 640px) {
    .kamera-content-right {
        width: 300px;
        margin: 0 auto;
    }
}
@media screen and (max-width: 728px) {
    .-a728 {
        width: 300px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom:10px;
    }
}
    @media screen and (max-width: 348px) {
        .-gallery .-image {
            margin: 5px auto 0px auto;
            float: none;
        }
    }

    @media screen and (min-width: 359px) and (max-width: 471px) {
        .-gallery .-image {
            margin: 8px 0px 0 20px;
        }
    }

    @media screen and (min-width: 520px) and (max-width: 700px) {
        .-gallery .-image {
            margin: 8px 20px 0 0;
        }
    }

    @media screen and (min-width: 800px) and (max-width: 860px) {
        .-gallery .-image {
            margin: 8px 20px 0 0;
        }
    }

    @media screen and (max-width: 519px) {
        .box-list-content.-gallery h2 {
            padding: 10px 5px 10px 10px;
        }

        .-gallery .-images {
            padding: 0px 5px;
        }
    }

    @media screen and (max-width: 519px) {
        .-gallery .-list {
            padding: 10px 0px 20px 0px;
        }

        .box-list-content.-gallery .-list {
            padding: 10px 0px 20px 0px;
        }
    }

    @media screen and (min-width: 520px) and (max-width: 749px) {
        .-gallery .-list {
            padding: 10px 10px 20px 10px;
        }

        .box-list-content.-gallery .-list {
            padding: 10px 10px 20px 10px;
        }
    }

    @media screen and (min-width: 520px) and (max-width: 749px) {
        .box-list-content.-gallery h2 {
            padding: 10px 10px 10px 10px;
        }
    }

    @media screen and (min-width: 860px) and (max-width: 1179px) {
        .-gallery .-image {
            /*margin: 8px 8px 0 0;*/
        }
    }

    @media screen and (min-width: 1179px) {
        .-gallery .-image {
            /*margin: 8px 10px 0 0;*/
        }
    }

    /*.-gallery .-image {
            margin: 0px 0px 0 0;
        }*/


    .kamera-content h1 {
        font-size: 24px;
        margin: 0;
        padding: 10px 20px;
    }

    .kamera-content .-container {
    }

    .kamera-image {
        width: 750px;
        background-color: #000;
        padding: 20px;
        color: white;
        float: left;
        margin-bottom: -10px;
        clear: left;
    }

    .kamera-ad468 {
        float: right;
    }

    .kamera-tophotels {
        background: #eee;
        /*width: 300px;
    float: right;
    margin: 0 0 10px 0;
    clear: right;
    background-color: #def;*/
    }

        .kamera-tophotels h2 {
            font-size: 16px;
            margin: 0;
            padding: 10px 20px;
        }

        .kamera-tophotels .-hotel {
            /*clear: left;*/
            float: left;
            width: 280px;
        }

            .kamera-tophotels .-hotel > div {
                padding: 10px 5px 10px 15px;
                /*border-bottom: 1px solid #ccc;*/
                font-size: 12px;
                /*background-color: #def;*/
            }

            .kamera-tophotels .-hotel > img {
                min-height: 40px;
                max-width: 55px;
                float: left;
                margin: 6px;
            }
            .kamera-tophotels .-hotel:hover > img {
                max-height: 100%;
                max-width: 100%;
                float: left;
                margin: 0 0 6px 0;
            }

            .kamera-tophotels .-hotel:hover > div {
                background-color: #ddd;
            }

    .kamera-google-ad300 {
        float: right;
        background: white;
        margin-bottom: 10px;
        clear: right;
    }

        .kamera-google-ad300 h2 {
            font-size: 16px;
            margin: 0;
            padding: 10px 20px;
        }


    .kamera-calendar {
        width: 300px;
        float: right;
        margin: 0 0 10px 0;
        height: 285px;
        background-color: #fff;
        clear: right;
    }

        .kamera-calendar h2 {
            font-size: 16px;
            margin: 0;
            padding: 10px 20px;
        }

        .kamera-calendar .-calendar {
            font-size: 15px;
            margin: 5px;
        }

        .kamera-calendar .x-datepicker {
            margin-left: auto;
            margin-right: auto;
            width: 290px;
        }

        .kamera-calendar .-calendar .ui-widget-header {
            border: 0;
            margin: -8px -11px 0 -8px;
            border-radius: 0;
            text-transform: capitalize;
            font-size: 14px;
        }

        .kamera-calendar .-calendar .ui-widget-content {
            border: 0;
        }

        .kamera-calendar .-calendar .ui-datepicker-today {
            background-color: red;
        }

    .kamera-google-ad300 {
        float: right;
    }

    .kamera-image-archive {
        width: 100%;
        clear: both;
    }

        .kamera-image-archive h2 {
            font-size: 16px;
            margin: 0;
            padding: 10px 20px;
        }

        .kamera-image-archive.-gallery .-images {
            padding: 10px 20px 20px 20px;
        }

    .kamera-graph {
        clear: left;
        width: 790px;
        background: #fff;
        margin-top: 10px;
        padding-bottom: 10px;
        float: left;
    }

        .kamera-graph h2 {
            font-size: 16px;
            margin: 0;
            padding: 10px 20px;
        }

        .kamera-graph .-graph-container {
            margin: 10px;
        }

        .kamera-graph img {
            margin: 10px auto;
            display: block;
            max-width: 100%;
        }

    @media screen and (max-width: 1179px) {
        .kamera-content .-container {
            float: none;
        }

        .kamera-image-archive {
            clear: both;
        }

        .kamera-image, .kamera-image-archive, .kamera-tophotels {
            width: auto;
            float: none;
        }

        .kamera-tophotels {
            margin-top: 10px;
        }

            .kamera-tophotels .-hotel {
                float: left;
                width: 33.33%;
                min-width: 260px;
                clear: none;
            }

                .kamera-tophotels .-hotel > div {
                    padding: 10px 5px 10px 15px;
                    font-size: 12px;
                }
    }

    @media screen and (max-width: 879px) {
        .kamera-tophotels .-hotel {
            float: left;
            width: 50%;
            min-width: 260px;
        }

            .kamera-tophotels .-hotel > div {
            }
    }

    @media screen and (max-width: 539px) {
        .kamera-tophotels .-hotel {
            float: none;
            width: 100%;
            min-width: 260px;
        }
    }


    @media screen and (max-width: 709px) {
        .kamera-calendar {
            float: none;
            clear: none;
            height: 290px;
            width: 100%;
        }

        .kamera-google-ad300 {
            float: none;
            clear: none;
            width: 100%;
        }

        .kamera-graph {
            width: 100%;
        }
    }


    @media screen and (min-width: 710px) and (max-width: 1179px) {
        .kamera-calendar {
            float: left;
            clear: none;
            width: 49%;
            margin-right: 1%;
            height: 290px;
        }

            .kamera-calendar .x-datepicker {
            }

        .kamera-google-ad300 {
            float: right;
            clear: none;
            width: 49%;
            margin-left: 1%;
        }

        .kamera-graph {
            width: 100%;
        }
    }

    @media screen and (min-width: 1180px) {
        .kamera-content .-container {
            float: left;
        }
    }



    @media screen and (max-width: 359px) {

        .kamera-image .-gallery .-image {
            margin: 10px auto 0px auto;
            float: none;
            border: 10px solid red;
        }
    }

    .kamera-image {
        padding-right: 50px;
        width: 710px;
    }

    @media screen and (max-width: 809px) {
        .kamera-image {
            padding: 0 0 20px 0;
            width: 100%;
            overflow: hidden;
        }

            .kamera-image .-resort-list {
                margin-left: 10px;
                clear: both;
            }
    }

    @media screen and (min-width: 810px) and (max-width:859px) {
        .kamera-image {
            padding: 0 0 20px 0;
            max-width: 710px;
            margin: 0 auto;
        }
    }

    @media screen and (max-width: 559px) {
        .kamera-image-archive.-gallery .-images {
            padding: 10px 10px 20px 10px;
        }

        .kamera-tophotels .-hotel {
            clear: left;
        }

            .kamera-tophotels .-hotel a {
                padding-left: 10px;
            }

            .kamera-tophotels .-hotel span {
                padding-left: 10px;
            }
    }




    .nav {
        font-family: sans-serif;
        position: absolute;
        right: 10px;
        top: 17px;
    }

    .nav-mobile {
        display: none;
        position: absolute;
        right: 10px;
    }

    .nav-logo {
        margin: 36px 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }

    .nav-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-left: 40px;
        margin-right: 16px;
        list-style-type: none;
    }

    .nav-link {
        color: hsla(0,0%,100%,.7);
        font-size: 14px;
        letter-spacing: .5px;
        padding: 40px 24px;
        text-decoration: none;
        text-transform: uppercase;
        cursor: pointer;
        user-select: none;
        -moz-user-select: none;
    }

        .nav-link:hover {
            color: hsla(0,0%,100%,1);
        }

    @media (max-width:1150px) {
        .nav-link {
            padding-right: 10px;
            padding-left: 10px
        }

        #nav-ski {
            right: 440px;
        }
    }

    @media (max-width:950px) {

        #nav-ski {
            right: 340px;
        }
    }

    @media (max-width:760px) {
        .nav {
            display: none
        }

        .nav-mobile {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            padding-left: 4vw;
            padding-right: 5vw;
            padding-top: 24px;
            /*position: relative;*/
            z-index: 2
        }

        .nav-list {
            margin-right: 0;
            margin-left: 0
        }

        .nav-link {
            font-size: 12px;
            padding-right: 12px;
            padding-left: 12px
        }
    }

    .logo {
        max-width: 296px
    }

    @media (max-width:992px) {
        .logo {
            max-width: 220px
        }
    }

    .nav-mobile-toggle {
        background: none;
        border: none;
        cursor: pointer;
        position: relative;
        z-index: 1
    }

    .toggle-logo {
        width: 100%
    }

    .nav-mobile-list {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        padding-top: 5vh;
        border-bottom: 4px solid #ff6900;
        background-image: linear-gradient(#1e2158,#1f1f4c);
        list-style-type: none;
        margin-top: 0;
    }

    .nav-mobile-item {
        text-align: center;
        margin-bottom: 15px;
    }

    .nav-mobile-link {
        text-transform: uppercase;
        font-family: sans-serif;
        font-size: 16px;
        color: #fff;
        padding: 15px 30px;
    }

    .hamburger {
        display: block
    }

        .hamburger .line {
            width: 24px;
            height: 3px;
            background-color: #fff;
            display: block;
            margin: 5px auto;
            transition: all .3s ease-out
        }

        .hamburger.is-active .line:nth-child(2) {
            opacity: 0
        }

        .hamburger.is-active .line:first-child {
            -webkit-transform: translateY(13px) rotate(45deg);
            transform: translateY(13px) rotate(45deg)
        }

        .hamburger.is-active .line:nth-child(3) {
            -webkit-transform: translateY(-3px) rotate(-45deg);
            transform: translateY(-3px) rotate(-45deg)
        }

    /* The Modal (background) */
    .modal {
        display: none; /* Hidden by default */
        position: fixed; /* Stay in place */
        z-index: 1; /* Sit on top */
        left: 0;
        top: 0;
        width: 100%; /* Full width */
        height: 100%; /* Full height */
        overflow: auto; /* Enable scroll if needed */
        background-color: rgb(0,0,0); /* Fallback color */
        background-color: rgba(0,0,0,0.6); /* Black w/ opacity */
    }

    /* Modal Content/Box */
    .modal-content {
        display: table-cell;
        vertical-align: middle;
        width: 350px; /* Could be more or less, depending on screen size */
        position: relative;
    }

    /* The Close Button */
    .close {
        color: #fff;
        font-size: 28px;
        font-weight: bold;
        position: absolute;
        top: -40px;
        right: 10px;
    }

        .close:hover,
        .close:focus {
            color: orange;
            text-decoration: none;
            cursor: pointer;
        }



    fieldset, label {
        margin: 0;
        padding: 0;
    }

    /****** Style Star Rating Widget *****/

    .rating {
        border: none;
        display: inline-block;
    }

        .rating > input {
            display: none;
        }

        .rating > label:before {
            margin: 5px;
            font-size: 1.25em;
            font-family: FontAwesome;
            display: inline-block;
            content: "\f005";
        }

        .rating > .half:before {
            content: "\f089";
            position: absolute;
        }

        .rating > label {
            color: #bbb;
            float: right;
            cursor: pointer;
        }

        .rating > span.half:before {
            font-family: FontAwesome;
            content: "\f089";
            position: inherit;
            font-size: 1.5em;
            margin: 0 3px;
        }

        .rating > span.full:before {
            font-family: FontAwesome;
            content: "\f005";
            position: inherit;
            font-size: 1.5em;
            margin: 0 3px;
        }



        /***** CSS Magic to Highlight Stars on Hover *****/

        .rating > input:checked ~ label, /* show gold star when clicked */
        .rating:not(:checked) > label:hover, /* hover current star */
        .rating:not(:checked) > label:hover ~ label {
            color: darkorange;
        }
            /* hover previous stars in list */

            .rating > input:checked + label:hover, /* hover current star when changing rating */
            .rating > input:checked ~ label:hover,
            .rating > label:hover ~ input:checked ~ label, /* lighten current selection */
            .rating > input:checked ~ label:hover ~ label {
                color: orange;
            }

    .thanks {
        color: #090;
        font-weight: bold;
        font-size: 16px;
    }

    .note {
        width: 220px;
        margin: 10px auto;
    }

    .eval-block {
        padding: 8px 25px 0px 25px;
    }

        .eval-block:first-child {
            padding-top: 15px;
        }

        .eval-block:hover {
            background: #DDD;
        }

    .ico-facebook:before {
        content: '\f082  ';
        font-family: FontAwesome;
    }

    .ico-phone:before {
        content: '\f098  ';
        font-family: FontAwesome;
    }

    .ico-mail:before {
        content: '\f0e0  ';
        font-family: FontAwesome;
    }

    .ico-link:before {
        content: '\f14c  ';
        font-family: FontAwesome;
    }

    #partnersBottom {
        width: 650px;
        height: 90px;
        background-color: white;
        margin: 0px auto;
        text-align: center;
    }

    @media only screen and (max-width: 1250px) {
        #partnersBottom {
            margin-top: 40px;
        }
    }

    @media only screen and (max-width: 650px) {
        #partnersBottom {
            width: auto;
            height: auto;
        }
    }

    @media only screen and (max-width: 500px) {
        .banner-overbox {
            right: 0;
            margin: 0 auto;
            position: inherit;
        }
    }

    .s-green:before {
        content: '\f058  ';
        font-size: 1.6em;
        font-family: FontAwesome;
        color: #0A0;
    }

    .s-red:before {
        font-size: 1.6em;
        content: '\f057  ';
        font-family: FontAwesome;
        color: #A00;
    }

    @media only screen and (min-width: 1350px) {
        #partnersBottom > a {
            float: left;
        }
    }

    @media only screen and (max-width: 1349px) {
        #partnersBottom > a {
            float: none;
        }
    }

.owl-nav {
    position: absolute;
    top: 45%;
    width: 100%;
    display:flex;
    align-items: center;
    justify-content:space-between;
}
.owl-prev, .owl-next {
    width: 0;
    background: #fff;
    opacity: 0.5;
    position: relative;
    top: -100%;
}
.owl-next .owl-nav-button {
    left:-34px;
}
.owl-prev .owl-nav-button:before {
    border:solid black; border-width:0 2px 2px 0; transform:rotate(135deg); width:10px; height:10px; display:inline-block; position:relative; left:2px;
}
.owl-next .owl-nav-button:before {
    border:solid black; border-width:0 2px 2px 0; transform:rotate(-45deg); width:10px; height:10px; display:inline-block; position:relative; left:-5px;
}
.owl-nav-button {
    background: #fff;
    opacity: 0.6;
    width: 34px;
    position: relative;
    padding: 8px 8px 8px 12px;
}
.owl-nav-button:hover {
    opacity:0.8;
}

.banner-overbox ::placeholder { color: #FFF; opacity:1; }

#quicklinks { background: #eee; padding:0 0 0 15px; font-weight:bold; height:40px; overflow:hidden; }
#quicklinks a { 
    padding: 6px 10px; font-weight:normal; display: inline-block; cursor: pointer; margin: 5px 10px;

/*background: rgba(0,0,0,0.05);*/
color: #333;
text-decoration: underline;
text-transform: uppercase;
opacity: 0.9;
border-radius: 3px;
font-size:.9em;
font-weight:bold;
}
#quicklinks a:hover { background: rgba(0,0,0,0.1); }

@media only screen and (max-width: 1360px) {
  #quicklinks a { margin: 5px 0px 5px 10px; }
}
@media only screen and (max-width: 1270px) {
  #quicklinks a::before { content: ""; }
}

@media only screen and (max-width: 650px) {
    #quicklinks span {
        display: none;
    }
}

#quicklinks .s530 {
    display:none;
}

@media only screen and (max-width: 530px) {
    #quicklinks .s530 {
        display: inline-block;
    }
    #quicklinks .h530 {
        display: none;
    }
}

.other {
  line-height: 24px;
  margin-top: 20px;
}
