body, html{
    margin:0;
    padding:0;
    width: 100%;
    height: 100%;
    font-family: 'Nunito', sans-serif;
    font-size: 20px;
    line-height: 1.5em;
    color: #333;
    background-color: #eee;
    text-align: center;
    position: relative;
}


.pc{
        display: block;
    }
.mobile{
        display: none;
    }


#header_bg{
    width: 100%;
    background-color: #900;
    padding: 15px 0;
    margin: 0;
}
#header{
    width: 1000px;
    margin: 0px auto;
    text-align: right;
    position: relative;
}


a#logo{
    display: block;
    position: absolute;
    top: -10px;
    left: 0;
    width: 120px;
    height: 120px;
    background-color: #900;
    z-index: 1000;
    border: 1px solid #c99;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, .2);
    text-align: center;
    font-size: 14px;
    text-decoration: none;
    line-height: 12px;
    color: #fff;
}



#menu.mobile {
    position: fixed;
    top: 0;
    left: 0;
    padding: 0;
    width: 100%;
    text-align: center;
    background-color: #900;
    padding: 6px 0;
    color: #fff;
    font-weight: bold;
    z-index: 1000;
}
.mobile img#logo{
    position: absolute;
    top: 5px;
    left: 5px;
    width: 80px;
    height: 80px;
    background-color: #900;
    border: 1px solid #c99;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, .2);
}
.mobile img#icon_mobile_menu{
    position: absolute;
    top: 5px;
    right: 5px;
    width: 30px;
    height: 30px;
    color: #fff;
}
.mobile #mobile_menu{
    margin-top: 10px;
    display: none;
}
.mobile #mobile_menu a{
    display: block;
    border-top: 1px solid #c99;
    text-align: center;
    padding: 10px 0;
    color: #fcc;
    text-decoration: none;
}


p{
    text-align: left;
}
h3{
    margin-top: 50px;
    color: #300;
    text-align: center;
}

nav{
    display: block;
}
nav a{
    color: #fff;
    text-decoration: none;
    margin-left: 30px;
}
nav a:hover{
    text-decoration: underline;
    color: #fcffcc;
}









.space{
    height: 35px;
}
.space2{
    height: 50px;
}


#layerslider{
        height: 500px;
        display: block;
    }
#mobile_layerslider{
    padding: 1px;
    height: 152px;
    display: block;
}



.mobile #besedki{
    width: 100%;
    text-align: center;
}
.mobile #besedki img{
    width: 350px;
}


#first_text{
    color: #900;
    font-style: italic;
    font-size: 24px;
    width: 80%;
    margin: 30px auto;
}
.mobile #first_text{
    color: #000;
    font-size: 22px;
    width: 95%;
    margin: 10px auto;
    line-height: 1.2em;
}


#index_text{
    display: block;
    margin: 50px 0;
    text-align: left;
}



#sections{
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    margin: 50px auto;
    width: 80%;
}

.section{
    display: inline-block;
    width: 250px;
    height: 250px;
    text-align: center;
    border: 5px solid #900;
    text-decoration: none;
    color: #333;
    position: relative;
}
.section:hover{
    box-shadow: 5px 5px 10px #aaa;
}
.section h5{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #fff;
    background-color: #900;
    padding: 0;
    margin: 0;
    font-weight: normal;
}

#fishing, #rest, #wedding, #corporate{
    width: 80%;
    margin: 30px auto;
}


.webcam{
    width: 960px;
    position: relative;
    margin: 0 auto;
}
.website{
    position: absolute;
    bottom: 9px;
    height: 27px;
    right: 0;
    background-color: #eee;
    width: 100%;
}


.mobile #fishing, .mobile #mobile_webcams{
    width: 95%;
    margin: 10px auto;
}
.mobile #fishing p{
    width: 95%;
    margin: 10px auto;
    line-height: 1.2em;
}
.mobile #mobile_webcams{
    width: 100%;
    text-align: center;
}
.mobile #mobile_webcams img{
    width: 350px;
}


.mobile #mobile_price{
    width: 100%;
    margin: 30px auto;
    text-align: left;
}
.mobile #mobile_price table{
    border-collapse: collapse;
    width: 100%;
}
.mobile #mobile_price table td{
    border: 1px solid #ddd;
    vertical-align: top;
    padding: 10px 10px;
}
.mobile #mobile_price table h4{
    font-size: 30px;
    font-weight: bold;
    margin: 0 0 10px 0;
}
.mobile #mobile_price table td span{
    font-size: 30px;
    font-weight: bold;
    color: #900;
}


.mobile #mobile_price ul{
    margin-top: 0;
}
.mobile #mobile_price li{
    text-align: left;
    margin-left: 10px;
}











#price{
    width: 80%;
    margin: 30px auto;
    text-align: left;
}
#price table{
    border-collapse: collapse;
    width: 100%;
}
#price table td{
    border: 1px solid #ddd;
    vertical-align: top;
    padding: 20px;
}
#price table td.option{
    font-size: 30px;
    font-weight: bold;
}
#price table td.option_price span{
    font-size: 30px;
    font-weight: bold;
    color: #900;
}


#price ul{
    margin-top: 0;
}
#price li{
    text-align: left;
    margin-left: 50px;
}

li.touchcarousel-item img{
    /* box-shadow: 2px 2px 10px rgba(0,0,0,0.33); */
    padding: 5px;
    border: 1px solid #ccc;
    margin: 0 2px;
    background-color: #fff;
}

.touchcarousel {
    position: relative;
    width: 100%;
    height: 212px;
}




#contacts{
    margin-top: 100px;
}


#contact_card{
    display: none;
    position: fixed;
    bottom: 0;
    right: 0;
    padding: 10px 30px;
    font-size: px;
    text-align: center;
    background-color: #fcffcc;
    border-radius: 10px;
    border: 3px solid #900;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.2);
    margin: 0 0 20px 0;
    line-height: 1.3em;
    color :#900;
  -moz-transform: rotate(-7deg);  /* Firefox */
  -o-transform: rotate(-7deg);  /* Opera */
  -webkit-transform: rotate(-7deg);  /* Safari y Chrome */
  filter: progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=0.7071067811865476, M12=-0.7071067811865475, M21=0.7071067811865475, M22=0.7071067811865476); /* IE */
}
#contact_card a{
    color :#900;
    text-decoration: none;
}
#contact_card a span{
    font-size: 28px;
    color: #000;
    }


.phone span{
    display: none;
    font-size: 36px;
}



#closed{
    position: fixed;
    z-index: 1001;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    top: 0;
}
#closed_text{
    font-size: 120px;
    font-weight: bold;
    transform: rotate(-20deg);
    color: #009;
    text-shadow: 0px 0px 20px #fff,  0px 0px 20px #fff,  0px 0px 20px #fff;
}


@media (max-width: 500px) {
/*    .pc{
        display: none;
    }
    .mobile{
        display: block;
    }
    */
    #closed_text{
        font-size: 40px;
    }
}











