@font-face{
    font-family: Athelas;
    src: url('fonts/athelas.ttf');
}
@font-face{
    font-family: Copperplate;
    src: url('fonts/copperplate_regular.ttf');
}
@font-face{
    font-family: Engravers;
    src: url('fonts/engravers-gothic-bt.ttf');
}
@font-face{
    font-family: ArabType;
    src: url('fonts/arabtype.ttf');
}

*{
    margin: 0;
    padding: 0;
    font-family: Athelas;
}

body, html {
    height: 100%;
}

#nav{
    position: fixed;
    //display: inline-block;
    width: 250px;    
    height: 100%;
    //vertical-align: top;
    background-color: #EBEBEB;
    border-right: 1px solid #101010;
    z-index: 999;
}
#nav .logo-desk{
    position: relative;
    display: block;
    width: 100%;
    padding: 20px 5px;
}
#nav .logo-mobile{
    display: none;
}
#nav .navigation{
    position: relative;
    display: block;
    width: 100%;
    text-align: center;
    padding: 50px 0;
}
#nav .navigation ul{
    list-style: none;
}
#nav .navigation ul li{
    width: auto;
    padding: 0 20px;
    display: block;
    line-height: 30px;
}
#nav .navigation ul li a{	
    text-decoration: none;
    font-family: Athelas;
    font-size: 16px;
    color: #101010;
}
#nav .navigation ul li a:hover{
    border-top: 1px solid #101010;
    border-bottom: 1px solid #101010;
    padding: 5px 0;
}

#nav .social{
    position: absolute;
    bottom: 60px;
    width: 100%;
    text-align: center;
}
#nav .social a:link, #nav .social a:visited, #nav .social a:hover{
    text-decoration: none;
    border: 0;
    color: #101010;
} 

.copyright, .author{
    position: fixed;
    width: 250px;
    text-align: center;
    font-family: Athelas;
    font-size: 15px;
    z-index: 1001;
}
.copyright{
    bottom: 30px;
}
.author{
    bottom: 10px;
}

.text-bg{
    position: absolute; 
    width: 100%;
    height: 100px;
    bottom: 10px; 
    left: 250px;     
}
.text-align{
    position: relative;
    width: 600px;
    margin: 0 auto;
    font-family: Engravers;
    font-size: 34px; 
    font-weight: bolder;
    color: #FFF;
    z-index: 9999;
}

.moto{
    position: relative;
    display: block;
    width: 100%;
    font-family: Copperplate;
    font-size: 12px;
    text-align: center;
    margin: 0;
}

/*=== MAIN ===*/
#main{
    position: relative;
    display: inline-block;
    height: 100%;
    vertical-align: top;
    margin: 0 0 0 250px;
}

.main_top{
    position: relative;
    float: right;
    padding: 5px 40px 30px 0;
}

#main h1{
    font-family: ArabType;
    font-size: 50px;
    padding: 30px;
    margin: 0;
}

/*=== ABOUT ===*/
#main #about{
    position: relative;
    display: block;
    width: 900px;
}
#main #about .image, 
#main #about .desc{
    position: relative;
    display: inline-block;
    vertical-align: top;
}
#main #about .image{
    width: 400px;
    margin: 25px;
    padding: 0;
}
#main #about .desc{
    width: 400px;
    margin: 0;
    padding: 0;
}
#main #about .desc p{
    font-family: ArabType;
    font-size: 24px;
    line-height: 1;
    text-align: justify;
}

#main .impressum{
    width: 75%; 
    padding: 1%;
    font-family: ArabType;
    font-size: 24px;
    line-height: 1;
    text-align: justify;
}

/*=== KOLLEKTION ===*/
#main #kollektion{
    position: relative;
    display: block;
    width: auto;
    vertical-align: top;
}
#main #kollektion .arrange{
    position: relative;
    display: inline-block;
    width: 250px;
    vertical-align: top;
    text-align: center;
    padding: 20px 0;
}
#main #kollektion .arrange .arrange-link a:link, 
#main #kollektion .arrange .arrange-link a:visited{
    position: relative;
    display: block;
    width: 180px;
    margin: 0 auto;

    font-family: Athelas;
    font-size: 16px;    
    /*font-weight: bolder;*/
    color: #101010;
    text-align: center;
    padding: 10px 0;
}
.title-photos{
    font-family: Athelas;
    font-size: 16px;
}
.small-dialog {
    background: white;
    padding: 20px 30px;
    text-align: left;
    max-width: 600px;
    margin: 40px auto;
    position: relative;
    border-radius: 15px;
    font-family: ArabType;
    font-size: 22px;
    line-height: 1;
}


/*=== SHOP ===*/
#main .shop_gallery{
    position:relative; 
    display:inline-block; 
    width:500px; 
    vertical-align:top; 
    margin:0; 
    /*border:1px solid #101010;*/
}
#main .shop_info{
    position:relative; 
    display:inline-block; 
    width:550px; 
    height: 100%;
    vertical-align:top; 
    margin:0; 
    overflow-y: scroll;
    /*border:1px solid #101010;*/
}

#main .shop_info .title{
    font-family: ArabType;
    font-size: 35px;
    font-weight: bolder;
    margin: 3px 0 10px 0;
}
#main .shop_info .txt{
    font-family: ArabType;
    font-size: 25px;
    margin: 3px 0;
}
#main .shop_info .subtitle{
    font-family: ArabType;
    font-size: 30px;
    font-weight: bolder;
    margin: 3px 0 10px 0;
    cursor: pointer;
}
#main .shop_info .btn_hide{
    position: absolute;
    font-family: ArabType;
    font-size: 25px;
    cursor: pointer;
    top: 0;
    right: 20px;
}

.form_checkout_delivery{
    width: 100%;
    border: 1px #101010 solid;
    border-radius: 5px;
    padding: 1px;
}

/*===============================================*/
@media only screen and (min-width: 64px) and (max-width: 900px) {
    #nav{
        position: fixed;
        top: 0;
        width: 100%;    
        height: 70px;
        background-color: #EBEBEB;
        border-bottom: 1px solid #101010;
        z-index: 999;
    }
    #main{
        margin: 50px 0 0 0;
    }   

    #nav .navigation, #nav .social, #nav .logo-desk, .author{
        display: none;
    }

    #nav .logo-mobile{
        position: relative;
        display: inline-block;
        padding: 10px;
    }

    #nav .btn-meniu {
        position: relative;
        float: right;
        width: 60px; 
        height: 43px;
        background: url('../images/icon-responsive-menu.png') no-repeat top center;
        border: 0;
        top: 10px;
        right: 10px;
    }
    #nav .nav-mobile {
        position: relative;
        top: 10px;
        width: 100%;
        height: auto;
        background: url('../images/header.jpg') repeat;
    }
    #nav .nav-mobile ul.ul-nav-mobile {
        position: relative; 
        width: 100%;
        height: 220px;
        list-style-type: none;
        padding: 10px 0 10px 0;
    }
    #nav .nav-mobile ul.ul-nav-mobile li.li-nav-mobile {
        display: block;
        text-align: center;
        height: 30px;
    }
    #nav .nav-mobile ul.ul-nav-mobile li.li-nav-mobile a:link,
    #nav .nav-mobile ul.ul-nav-mobile li.li-nav-mobile a:visited,
    #nav .nav-mobile ul.ul-nav-mobile li.li-nav-mobile a:hover {
        font-family: Athelas;
        /*font-weight: bold;*/
        font-size: 16px;
        color: #101010;
        text-decoration: none;
    }

    .text-bg{
        position: absolute; 
        width: 100%;
        height: auto;
        bottom: 10px; 
        left: 0;     
    }
    .text-align{
        position: relative;
        width: 100%;
        font-family: Engravers;
        font-size: 24px; 
        font-weight: bolder;
        text-align: center;
        color: #FFF;
        z-index: 9999;
    }

    #main #about{
        position: relative;
        display: block;
        width: 100%;
    }
    #main #about .image, 
    #main #about .desc{
        position: relative;
        display: block;
        vertical-align: top;
        width: 90%;
        margin: 15px auto;
        padding: 0;
    }

    #main .impressum{
        width: 100%; 
        padding: 10px;
    }

    .copyright{
        position: fixed;
        width: 100%;
        bottom: 0;
        height: 25px;
        vertical-align: middle;
        background-color: #EBEBEB;
    }
}