img,table {
    border:0;
    margin:0;
    padding:0;
}
html {
    margin:0;
    padding:0;
    height:100%;
}
body {
    margin:0;
    padding:0;
    height:auto !important;
    height:100%;
    min-height:100%;
    font-family:'Open Sans', sans-serif;
    background-color: #756350;
    color: #fff;
    font-size: 108%;
}
a:link, a:visited, a:active, a:hover {
	color: #f1a336;
	text-shadow: 1px 1px 2px black;
}
a:active, a:hover {
	text-decoration-style: dashed;
}

.lang {
    position: fixed; 
    top:0; 
    right:0;
}
.content-simple {
    align-content: center;
}
.content {
	background-image: url('../img/line.png');
	background-repeat: no-repeat;
	background-position: bottom;
    background-size: 100% 2px;
    align-content: center;
}
.clr1 {
    background-color: #756350;
}
.clr2 {
    background-color: rgb(179, 156, 126);
}

.content-body {
    width: 1000px;
    display: table;
    margin: 0 auto;
    padding: 40px 0 20px 0;
}
.deck {
    width: 100%;
    display: block;
    clear: both;
    background-color: rgba(0, 0, 0, 0.1);
    overflow: hidden;
    margin-top: 5px;
}
.right {
    float: right;
}
.tag {
    float: left;
    width: 200px;
    height: 200px;
}

/*jssor slider loading skin spin css*/
.jssorl-009-spin img {
    animation-name: jssorl-009-spin;
    animation-duration: 1.6s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes jssorl-009-spin {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

/*jssor slider bullet skin 051 css*/
.jssorb051 .i {position:absolute;cursor:pointer;}
.jssorb051 .i .b {fill:#fff;fill-opacity:0.5;}
.jssorb051 .i:hover .b {fill-opacity:.7;}
.jssorb051 .iav .b {fill-opacity: 1;}
.jssorb051 .i.idn {opacity:.3;}

/*jssor slider arrow skin 051 css*/
.jssora051 {display:block;position:absolute;cursor:pointer;}
.jssora051 .a {fill:none;stroke:#fff;stroke-width:360;stroke-miterlimit:10;}
.jssora051:hover {opacity:.8;}
.jssora051.jssora051dn {opacity:.5;}
.jssora051.jssora051ds {opacity:.3;pointer-events:none;}
