html, body {
    height: 100%;
    margin: 0;
    padding: 0;
    width: 100%;
    font-size: 18px;
	line-height: 30px;
}

@font-face {
    font-family: 'chalkdusterregular';
    src: url('fonts/chalkduster-webfont.eot');
    src: url('fonts/chalkduster-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/chalkduster-webfont.woff2') format('woff2'),
         url('fonts/chalkduster-webfont.woff') format('woff'),
         url('fonts/chalkduster-webfont.ttf') format('truetype'),
         url('fonts/chalkduster-webfont.svg#chalkdusterregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'ACaslonPro';
    src: url('fonts/ACaslonPro-Bold.eot');
    src: url('fonts/ACaslonPro-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/ACaslonPro-Bold.woff2') format('woff2'),
        url('fonts/ACaslonPro-Bold.woff') format('woff'),
        url('fonts/ACaslonPro-Bold.ttf') format('truetype'),
        url('fonts/ACaslonPro-Bold.svg#ACaslonPro-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ACaslonPro';
    src: url('fonts/AdobeCaslonProRegular.eot');
    src: url('fonts/AdobeCaslonProRegular.eot') format('embedded-opentype'),
         url('fonts/AdobeCaslonProRegular.woff2') format('woff2'),
         url('fonts/AdobeCaslonProRegular.woff') format('woff'),
         url('fonts/AdobeCaslonProRegular.ttf') format('truetype'),
         url('fonts/AdobeCaslonProRegular.svg#AdobeCaslonProRegular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


body,input,select,textarea {
	font-family: 'ACaslonPro',Helvetica,Arial,sans-serif;
}


*{
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}


a{
	color: #000;
	text-decoration:none;
}

a:hover{
	color: #000;
	text-decoration:none;
}

p{
	margin:0;
	padding:0;
}

img{
	vertical-align: top;
	display:inline-block;
    max-width: 100%;
}

h1,h2,h3{
	font-family: 'chalkdusterregular',Helvetica,Arial,sans-serif;
    font-size: 24px;
    line-height: 30px;
	margin: 20px 0 0 0;
	padding: 0;
	color:#775e36;
}

h1{
	width: 100%;
	text-align:center;
	font-size: 30px;
	line-height: 40px;
	margin: 0px 0 30px;
}

ul{
    margin: 5px 0;
}

.inner{
	width:98%;
    max-width: 980px;
	margin:0 auto;
}

.wrap {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto;
	position: relative;
}

.header{
    height: 140px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 500;
    text-align: right;
	background-color: #fff;
}

.nav{
    position: absolute;
	right: 0;
	top: 0;
    width: 800px;
	padding-top: 20px;
}

.nav a{
    color:#775e36;
    display: inline-block;
    min-height: 70px;
    line-height: 70px;
    padding: 0;
    margin:  0 12px 0 0;
    font-size: 20px;
    position:relative;
}

.nav a:hover{
    color: #ebe3c8;
}

.nav a.navwk{
    width: 40px;
    text-align: left;
}

.nav a .wkcnt{
    position: absolute;
    top:5px;
    right: 0;
    font-size: 16px;
    line-height: 35px;
    display: block;
    width: 30px;
    height: 30px;
    background-color: #ebe3c8;
    text-align: center;
    border-radius: 50%;
}

.nav a:hover .wkcnt{
    color: #775e36;
}

.mbtn{
	position:absolute;
	top: 15px;
	right: 10px;
    width: 40px;
    height: 40px;
	background-color: #775e36;
	display:none;
    border-radius: 4px;
    border: 1px solid #ebe3c8;
}

.mbtn .line { 
    position: absolute; 
    left: 3px;
    width: 32px;
    height: 6px;
    background-color: #ebe3c8; 
    display: block; 
    top: 6px;
 }

.mbtn .line2{
    top: 16px;
 }

.mbtn .line3{
    top: 26px;
}

.mbtn:hover .line{
    background-color: #fff;
}


.navlogo{
    position: absolute;
    width: 200px;
	padding-top: 5px;
}

.navtraube{
	position: absolute;
	width: 146px;
	margin-left: 10px;
}

.spacer{
    width: 100%;
    height: 100px;
}

.hspacer,
.fspacer{
	width: 100%;
	height: 140px;
}

.himgs{
	margin: 15px 0 0 0;
	position:relative;
}

.infowrap div{
	background-color: #775e36;
	position:absolute;
	top: -20px;
	right: 0;
	color:#ebe3c8;
	font-size: 22px;
	line-height: 30px;
	padding: 30px 70px 20px 20px;
    width: 270px;
    z-index: 110;
}

.infowrap .btn{
    border: 1px solid #ebe3c8;
}

.infowrap div.openbs{
	left: 0;
    right: auto;
    padding: 30px 20px 20px 70px;
}

.himgs img{
	width: 100%;
	display:block;
    margin:auto;
}

#mainContent{
    background-image: url('imgs/traube_l.png');
    background-repeat: no-repeat;
    background-position: top center;
    min-height: 350px;
    padding-top: 40px;
}

.winzerelements{
	width: 100%;
	background-color: #fbf6ef;
	text-align:center;
}

.winzerelements a {
	margin: 20px 0;
	display: inline-block;
}

.winzerelements a img{
	transition: transform .2s;
}

.winzerelements a:hover img{
	transform: scale(1.1);
}

.winzerelements a.pic img {
	margin-top: 120px;
}

.winzerelements a.bsa img {
	margin-top: 180px;
}

.paimg{
    position:fixed;
    bottom:0;
    right:0;
    height: 200px;
    width: 150px;
    z-index: 500;
    overflow: hidden;
}

.paimg img{
    max-width: none;
}

.shopcatw{
    float:left;
    width: 33%;
    margin: 20px 0;
}

.shopaw{
    display: block;
    width: 100%;
    margin: 20px 0px;
    position: relative;
}

.shopa,
.shopcat{
    display: block;
    position: relative;
    width: 300px;
    height: 330px;
    background-color:#775e36;
    transition: transform .2s;
    margin: 0px auto;
}

.shopa{
    width: 100%;
    padding: 10px 0;
    background-color:#ebe3c8
}

.shopcat:hover{
    transform: scale(1.1);
}

.shopcat .shopimg{
    position: absolute;
    top: 40px;
    width: 200px;
    height: 200px;
    left: 50px;
    text-align:center;

}

.shopcat .shoptxt{
    position: absolute;
    bottom: 10px;
    width: 80%;
    margin-left:10%;
    text-align:center;
    color:#ebe3c8;
    font-weight: bold;
}

.shopa .shopaimg{
    position: absolute;
    display: block;
    top: 20px;
    width: 300px;
    height: 300px;
    left: 20px;
    text-align:center;
}

.shopa .shopatxt{
    display: block;
    position: absolute;
    left: 340px;
    top: 20px;
    width: 600px;
}

.shopa .shopawk{
    display: block;
    position: absolute;
    right: 70px;
    bottom: 20px;
    width: 100px;
    height: 40px;
}

.shopaw .wkbtn{
    position: absolute;
    bottom: 25px;
    right: 20px;
}

.shopaw .ebtns{
    position: absolute;
    bottom: 80px;
    right: 20px;
    width: 40px;
}

.shopdw .adtxt{
    width: 650px;
    float: left;
}

.shopdw .adimg{
    width: 300px;
    float: right;
    text-align: center;
}

.shopdw .wkbtns{
    margin: 20px 0;
    text-align: right;
    line-height: 40px;
}

.shopdw .shopacnt{
    width: 50px;
    text-align: right;
    font-size: 18px;
    padding: 0 2px;
    border: 1px solid #775e36;
    border-radius: 4px;
}

.shopdw .shopacnt,
.shopdw .btn{
    float: right;
    margin-left: 10px;
    height: 40px;
}

.wkwrap{
    display:table;
}

.wkrow {
    display: table-row;
}

.wkrow input{
    width: 100%;
    text-align: right;
    height: 36px;
    font-size: 18px;
}

.wkrowTTL .wkc {
    font-weight: bold;
    border-bottom: 1px solid #775e36;
}

.wkrow .wkc {
    display: table-cell;
    width: 300px;
    height: 40px;
    padding: 2px;
    line-height: 36px;
}

.wkrow .wkcE {
    width: 100px;
}

.wkrow .wkcP,
.wkrow .wkcPr {
    text-align: right;
    width: 100px;
}

.wkrow1 {
    background-color: #ebe3c8;
}

.wkrow .wkcSum {
    width: 700px;
}

.wkrowSumH {
    border-top: 1px solid #775e36;
}



.footer{
	position:absolute;
	padding-top: 20px;
	bottom:0px;
    width: 100%;
    height: 120px;
    line-height: 30px;
    color: #ebe3c8;
	background-color:#775e36;
}

.footer a{
    color:#ebe3c8;
}

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

.footer .fr{
	text-align:right;
}


.islider{
    position: relative;
    width: 100%;
    min-width: 300px;
	top: 0;
	left: 0;
    overflow:hidden;
}

.islider .isliderim,
.islider .isliderim img,
.islider .isliderth{
	position: absolute;
}

.islider .isliderim{
    width: 100%;
    top: 0;
}

.islider .isliderim img{
	margin-left: 100%;
}

.islider .isliderim img.active{
	margin-left: 0;
    z-index:100;
}

.islider .isliderth{
    bottom: 0;
    overflow: hidden;
    height: 50px;
    width: 80%;
    left: 10%;
	text-align: center;
    padding-top: 5px;
    z-index: 101;
}


.islider .isliderth ul,
.islider .isliderth li,
.islider .isliderth a{
    height: 100%;
    display:inline-block;

} 

.islider .isliderth ul {
    white-space: nowrap;
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.islider .isliderth li {
    width: 40px;
    margin: 0;
}


.islider .isliderth .isl_dot{
	height: 30px;
	width: 30px;
	background-color: #ebe3c8;
	border-radius: 50%;
	display: block;
    transition: transform .2s;
}

.islider .isliderth a.active .isl_dot,
.islider .isliderth a:hover .isl_dot{
	background-color: #775e36;
    transform: scale(1.1);
}

.cheader{
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
}

.cheader img{
    display:inline-block;
    width: 33.33%;
    max-width: 33.33%;
}


.w100p{
	width: 100%;
}

.w66p{
	width: 66.6%;
}

.w50p{
	width: 49.9%;
}

.w33p{
	width: 33.3%;
}

.w300{
    width: 300px;
}

.posrel{
	position:relative;
}

.loginfrm{
    display:block;
    width: 300px;
    padding: 20px 10px 10px;
    margin: 0 auto;
    background-color: #fff;
    border: 5px solid #775e36;
    border-radius: 20px;
}


.btn{
    padding: 10px 10px 5px;
    background-color: #775e36;
    border-radius: 4px;
    display: inline-block;
    border: 1px solid #775e36;
    cursor: pointer;
    color: #fff;
    line-height: 24px;
}

.btn-danger{
    background-color: red;
    border: 1px solid red;
}

.user-box,
.frmfield {
    position: relative;
    line-height: 22px;
}

.frmfield {
    margin-bottom: 10px;
    background-color: #ebe3c8;
    border-radius: 4px;
}

.frmfield input,
.frmfield select,
.frmfield textarea,
.user-box input,
.user-box textarea {
    width: 100%;
    padding: 10px 0;
    font-size: 16px;
    color: #000;
    margin-bottom: 30px;
    border: none;
    border-bottom: 1px solid #000;
    outline: none;
    background: transparent;
}

.frmfield input,
.frmfield select,
.frmfield textarea {
    padding: 20px 2px 0;
    margin-bottom: 0px;
}

.user-box.haserr input,
.user-box.haserr textarea,
.frmfield.haserr input,
.frmfield.haserr select,
.frmfield.haserr textarea {
    border-color: red;
}

.frmfield label,
.user-box label {
    position: absolute;
    top:0;
    left: 0;
    padding: 10px 0;
    font-size: 16px;
    color: #000;
    transition: .5s;
}

.frmfield label {
    position: absolute;
    top:0;
    left: 0;
    padding: 10px 2px;
    font-size: 16px;
    color: #000;
    transition: .5s;
    font-weight: bold;
}

.user-box textarea,
.frmfield textarea{
    height: 200px;
}

.frmfield.hascontent label,
.frmfield textarea:focus ~ label,
.frmfield input:focus ~ label{
  top: -10px;
  left: 0;
  font-size: 12px;
}

.user-box.hascontent label,
.user-box textarea:focus ~ label,
.user-box input:focus ~ label{
  top: -20px;
  left: 0;
  font-size: 12px;
}

label.cblabel{
    padding: 0 0 0 35px;
    min-width: 28px;
    min-height: 38px;
    position:relative;
    display: table;
    line-height: 38px;
    border: none;
    border-radius: 4px;
}


label.cblabel input{
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
    left:0;
    bottom:0;
}

label.cblabel .checkmark{
    position: absolute;
    top: 5px;
    left: 2px;
    height: 28px;
    width: 28px;
    background-color: #fff;
    border: 2px solid #3c4c52;
    border-radius: 4px;
}

label.cblabel.cbsel .checkmark:after{
    content: "";
    position: absolute;
    display: block;
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid #3c4c52;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.pagination{
	margin:0 auto;
	width: auto;
	padding: 10px 0;
}

.pagination ul{
	list-style-type: none;
	padding: 0;
	margin: 0;
	text-align:center;
}

.pagination li,
.pagination li a{
	display:block;
	width: 40px;
	height: 35px;
	line-height: 35px;
	font-weight: bold;
    color: #ebe3c8;
}

.pagination li{
	border: 1px solid #775e36;
	display: inline-block;
    background-color: #775e36;
}

.pagination li.active,
.pagination li:hover{
	background-color: #ebe3c8;
}

.pagination li.active a,
.pagination li:hover a{
	color: #775e36;
}

#fw_csubj{
    display:none;
}


.msg{
    width: 100%;
    border: 1px solid #009933;
    color: #009933;
    border-radius: 4px;
    background-color: #d6f5d6;
    text-align: center;
    margin: 10px 0;
    line-height: 26px;
}

.msg-err{
    border: 1px solid #ff0000;
    color: #ff0000;
    background-color: #ffcccc;
}

.msg-note{
    border: 1px solid #0000ff;
    color: #0000ff;
    background-color: #c2cdff;
}

.msg-info{
    border: 1px solid #ff9100;
    color: #ff9100;
    background-color: #ffd7a2;
}


.ta-open{
    border: 1px solid red; 
    background: none;
    width: 100%;
    min-height: 150px;
    color:inherit;
    line-height:inherit;
    font-size:inherit;
}


.tinycontent{
    min-height: 100px;
    border: 1px solid #008000;
}

.nelm{
    position:relative;
    margin-bottom: 50px;
    width: 100%;
    padding-top: 20px;
}

.nelmB{
    position:absolute;
    margin-bottom: 50px;
    width: 100px;
    right:0px;
    top:0px;
    text-align: right;
}


#bg{
	position:fixed;
	width: 100%;
	height: 100%;
	background-color:#000;
	opacity: 0.4;
	top:0px;
	left:0px;
	right:0px;
	left:0px;
	display:none;
    z-index:600;
}

#lbw,
#lbw #lbc{
    left: 0;
    right: 0;
}

#lbw{
    display:none;
    position:fixed;
    background-color:#fff;
    top: 2%;
    bottom: 2%;
    border: 1px solid #ededed;
    border-radius: 4px;
    width:98%;
	margin:0 auto;
    max-width: 1200px;
    z-index: 700;
}

#lbw .lbcl{
    position: absolute;
    top: 0px;
    right: 0px;
}

#lbw #lbc{
    position: absolute;
    width: 100%;
    top: 0px;
    bottom: 0px;
    padding: 5px;
    overflow-y: auto;
}

#mtoast{
    display:none;
    position: fixed;
    width: 300px;
    margin-left: -150px;
    left: 50%;
    top: 10px;
    z-index: 999;


}

.elminactive{
    background-color: #696969;
}

.selImg{
    width: 220px;
    height: 250px;
    float:left;
    text-align: center;
    position: relative;
    border: 1px dotted #000;
}

.selImg img{
    max-height: 200px;
}

.selImg .btns{
    position: absolute;
    bottom: 2px;
    left: 0;
    height: 40px;
    width: 100%;
}

.fl{
	float:left;
}

.fr{
	float:right;
}

.txtr{
    text-align: right;
}

.clear{
	clear: both;
}

@media (min-width: 1500px) {
    .navtraube {
        position: fixed;
        left: 0;
        top:0;
    }
}

@media (min-width: 1220px) {
    .inner{
        max-width: 1200px;
    }

    .nav{
        width: 900px;
    }

    .nav a{
        margin: 0 25px 0 0;
    }

    .shopa .shopatxt{
        width: 800px;
    }

}

@media (max-width: 1200px) {

    .paimg{
        display: none;
    }

}

@media (max-width: 1000px) {

    .header{
        height: 60px;
        z-index: auto;
        position: relative;
    }

    .header .navtraube{
        width: 80px;
        left: 50%;
        margin-left: -40px;
    }

    .header .navlogo{
        width: 120px;
    }

    .hspacer{
        height: 10px;
    }

	.mbtn{
        display:block;
    }

	.nav{
        position:fixed;
        top:0;
        left:0;
        bottom:0;
        height: 100%;
        width: 200px;
        margin:0;
        background-color:#775e36;
        display: none;
        z-index: 650;
        float:none;
        text-align: left;
    }

    .nav a.navwk,
    .nav a{
        color:#ebe3c8;
        width: 100%;
        min-height: 50px;
        line-height: 50px;
        margin: 0;
        padding: 0 5px;
    }

    .nav a:hover{
        background-color: #ebe3c8;
        color:#775e36;
    }


    .nav a .wkcnt{
        color:#775e36;
        right: 130px;
    }


    .infowrap{
        background-color: #775e36;
    }

    .infowrap div,
    .infowrap div.openbs{
        display:inline-block;
        position:relative;
        width: 49%;
        padding: 10px;
        top:auto;
        left: auto;
        right: auto;
        font-size: 18px;
        line-height: 22px;
    }


    .shopa{
        height: auto;
    }

    .shopa .shopatxt{
        width: 96%;
        margin: 0 auto 20px;
        position: static;
    }

    .shopa .shopaimg{
        position: static;
        margin: 0px auto;
    }

    .shopa .shopawk{
        position: static;
        margin: 0px auto;
    }

    .shopdw .adtxt,
    .shopdw .adimg{
        max-width: 100%;
        float: none;
        margin-bottom: 20px;
    }

    .shopcatw{
        width: 50%;
    }

    .w50p{
        width: 100%;
    }

}

@media (max-width: 800px) {
    .wkwrap{
        display:block;
    }

    .wkrow{
        display:block;
    }

    .wkrow .wkc{
        display: inline-block;
        border-bottom: none;
        width: 100%;
    }

    .wkrow .wkcE{
        width: 30%;
    }

    .wkrow .wkcSum,
    .wkrow .wkcPr{
        width: 49%;
    }

    .wkrowTTL{
        border-bottom: 1px solid #000;
    }
}

@media (max-width: 640px) {
    .shopcatw{
        width: 100%;
    }
}

@media (max-width: 600px) {
    .fspacer{
        height: 20px;
    }

    .footer{
        position:relative;
        height: auto;
    }

    .footer .fl,
    .footer .fr{
        float: none;
        width: 100%;
        text-align: left;
        padding-bottom: 10px;
    }

}

@font-face {
    font-family: 'icomoon';
    src:  url('icomoon/fonts/icomoon.eot?2kobsm');
    src:  url('icomoon/fonts/icomoon.eot?2kobsm#iefix') format('embedded-opentype'),
      url('icomoon/fonts/icomoon.ttf?2kobsm') format('truetype'),
      url('icomoon/fonts/icomoon.woff?2kobsm') format('woff'),
      url('icomoon/fonts/icomoon.svg?2kobsm#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
  }
  
  [class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
  
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  
  .icon-pencil:before {
    content: "\e905";
  }
  .icon-floppy-disk:before {
    content: "\e962";
  }
  .icon-cross:before {
    content: "\ea0f";
  }
  .icon-envelop:before {
    content: "\e945";
  }
  .icon-qrcode:before {
    content: "\e938";
  }
  .icon-cloud-download:before {
    content: "\e9c2";
  }
  .icon-cloud-upload:before {
    content: "\e9c3";
  }
  .icon-plus:before {
    content: "\ea0a";
  }
  .icon-image:before {
    content: "\e90d";
  }
  .icon-minus:before {
    content: "\ea0b";
  }
  .icon-chevron-right:before {
    content: "\e900";
  }
  .icon-chevron-left:before {
    content: "\e901";
  }
  .icon-chevron-down:before {
    content: "\e902";
  }
  .icon-chevron-up:before {
    content: "\e903";
  }
  .icon-play3:before {
    content: "\ea1c";
  }
  .icon-pause2:before {
    content: "\ea1d";
  }
  .icon-cart:before {
    content: "\e93a";
  }
  .icon-search:before {
    content: "\e986";
  }
  .icon-loop2:before {
    content: "\ea2e";
  }
  