/*--general--*/
body {
    font-family: Microsoft JhengHei,Verdana,sans-serif;
    font-size:15px;
    line-height: 24px;
    letter-spacing: 1.2px;
    height: 100%;
}
h1,h2,h3,h4 {
    display: block;
    margin: 0;
    padding: 0;
}
h1 {
    font-size: 29px;
    width: 0;
    height: 0;
    visibility: hidden;
}
h2 {
    font-size: 21px;
}
h3 {
    font-size: 17px;
}
#overlay{
    width: 100%;
    height: 100%;
    display: none;
    top: 0;
    left: 0;
    position: fixed;
    z-index: 990;
    background: rgba(255,255,255,.8);
}
#back{
    position: fixed;
    bottom: 24px;
    right: 24px;
    padding: 15px 10px;
    text-align: center;
    color: rgba(255,255,255,1);
    background: -webkit-linear-gradient(rgba(221,179,108,1),rgba(158,113,54,1));
    background: -o-linear-gradient(rgba(221,179,108,1),rgba(158,113,54,1));
    background: -moz-linear-gradient(rgba(221,179,108,1),rgba(158,113,54,1));
    background: linear-gradient(rgba(221,179,108,1),rgba(158,113,54,1));
    z-index: 900;
    vertical-align: middle;
    border-radius: 50%;
    -webkit-border-radius: 50%;
}
#back:hover, #back:active{
    background: url(../fimgs/navbg.png), -webkit-linear-gradient(rgba(221,179,108,1),rgba(158,113,54,1));
    background: url(../fimgs/navbg.png),-o-linear-gradient(rgba(221,179,108,1),rgba(158,113,54,1));
    background: url(../fimgs/navbg.png),-moz-linear-gradient(rgba(221,179,108,1),rgba(158,113,54,1));
    background: url(../fimgs/navbg.png),linear-gradient(rgba(221,179,108,1),rgba(158,113,54,1));
    background-size:auto;
    background-repeat: repeat;
    background-position: center center;
}
#back a, #back a:visited{
    color: rgba(255,255,255,1);
    text-decoration: none;
    font-weight: 400;
}
#back a:hover, #back a:active{
    color: rgba(44,44,44,1);
    text-decoration: none;
    font-weight: 700;
}
header, nav, section, article, footer{
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
    text-align: center;
}
#continue{
    box-shadow: 0px 3px 5px rgba(85,85,85,0.5);
    padding: 16px 0;
    margin-top: 16px;
    border-radius: 7px;
    text-align: center;
}
#continue:hover{
    box-shadow: 0px 3px 5px rgba(85,85,85,0.7);
}
#continue a, #continue a:visited{
    color: rgba(44,44,44,1);
    text-decoration: none;
}
#continue a:hover, #continue a:active{
    color: rgba(44,44,44,1);
    text-decoration: underline;
}
/*--user setting - column--*/
.col1-1{
    max-width: 100%;
    width: 984px;
    padding: 8px;
    margin: 0 auto;
}
.col12-11{
    max-width: 100%;
    width: 844px;
    padding: 8px;
    margin: 0 auto;
}
.col3-1{
    max-width: 100%;
    width: 300px;
    padding: 8px;
    margin: 0 auto;
    display: inline-block;
    vertical-align: top;
}
.col12-7{
    max-width: 90%;
    width: 540px;
    padding: 8px;
    margin: 0 auto;
    display: inline-block;
    vertical-align: top;
}
.col12-5{
    max-width: 90%;
    width: 380px;
    padding: 8px;
    margin: 0 auto;
    display: inline-block;
    vertical-align: top;
}
.col12-2{
    max-width: 90%;
    width: 140px;
    padding: 8px;
    margin: 0 auto;
    display: inline-block;
    vertical-align: top;
}
/*--user setting - general--*/
#backbg{
    z-index: -1;
    width: 100%;
    height: 100%;
    background: url(../fimgs/indexbg.jpg) no-repeat center center;
    background-size: cover;
    position: fixed;
    display: block;
    padding: 0;
    margin: 0 auto;
    border: 0;
}
.mainbody{
    max-width: 100%;
    width: 1200px;
    padding: 0px;
    border: 0px;
    box-shadow: 0px 0px 5px 3px rgba(85,85,85,.75);
    display: block;
}
#container{
    background: url(../fimgs/indexmainbg.png) repeat center center;
    color: rgba(55,55,55,1);
}
.shadowbottom{
    box-shadow: 0px 5px 15px -6px rgba(55,55,55,.9);
}
#linehr{
    background:none;
    border:0;
    max-width: 100%;
    width: 100%;
    border-bottom:1px rgba(200,200,200,1) solid;
    font-size: 0;
}
#dothr{
    background:none;
    border:0;
    max-width: 100%;
    width: 100%;
    border-bottom:1px rgba(55,55,55,1) dotted;
    font-size: 0;
    padding: 0 0 5px 0;
}
.redbox{
    height: 3px;
    width: 110px;
    background-color: rgba(135,0,27,1);
    -ms-transform: translate(-50%);
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    position: relative;
    top: -5px;
    left: 50%;
}
.title{
    display: block;
    text-align: center;
    font-size: 17px;
    font-weight: 500;
    padding: 8px;
    max-width: 100%;
    margin: 0 auto;
    color: rgba(139,100,48,1);
    letter-spacing: 1.6px;
}
.img300{
    max-width: 90%;
    padding:16px 0;
    margin: 0 auto;
    text-align: center;
    line-height: 0;
}
.color85{
    color: rgba(85,85,85,1);
}
.colorgold{
    color: rgba(139,100,48,1);
}
.fs17{
    font-size: 17px;
}
.fs19{
    font-size: 19px;
}
.fw700{
    font-weight: 700;
    display: inline-block;
    margin: 0 auto;
    padding: 8px 0;
}
.fu{
    text-decoration: underline;
    letter-spacing: 1.6px;
}
img{
    padding: 0;
    margin: 0 auto;
    max-width: 100%;
    display: block;
    line-height: 0;
}
img[name=counter]{
    max-width: 24px;
    display: inline-block;
    vertical-align: middle;
}
#map {
    max-width: 100%;
    margin: 16px auto;
}
.canvas270203{
    width: 270px;
    height: 203px;
}
article{
    padding: 40px 0;
}
.dropshadow:hover, .dropshadow:active{
    -webkit-filter: drop-shadow(0px 0px 5px rgba(255,255,255,1));
    filter: drop-shadow(0px 0px 5px rgba(255,255,255,1));
}
#warning,.warning{
    color: rgba(215,0,0,1);
}
.filterbg{
    background: url(../fimgs/msgbg.png),-webkit-linear-gradient(rgba(255,255,255,0),rgba(255,255,255,.9),rgba(255,255,255,1));
    background: url(../fimgs/msgbg.png),-o-linear-gradient(rgba(255,255,255,0),rgba(255,255,255,.9),rgba(255,255,255,1));
    background: url(../fimgs/msgbg.png),-moz-linear-gradient(rgba(255,255,255,0),rgba(255,255,255,.9),rgba(255,255,255,1));
    background: url(../fimgs/msgbg.png),linear-gradient(rgba(255,255,255,0),rgba(255,255,255,.9),rgba(255,255,255,1));
    background-size:auto;
    background-repeat: repeat;
    background-position: center center;
    box-shadow: 0px 5px 15px -6px rgba(255,255,255,.9),0px -5px 15px -6px rgba(255,255,255,.9);
}
.filtergbg{
    background: url(../fimgs/msgbg.png),-webkit-linear-gradient(rgba(255,255,255,0),rgba(250,216,49,.9),rgba(221,179,108,1));
    background: url(../fimgs/msgbg.png),-o-linear-gradient(rgba(255,255,255,0),rgba(250,216,49,.9),rgba(221,179,108,1));
    background: url(../fimgs/msgbg.png),-moz-linear-gradient(rgba(255,255,255,0),rgba(250,216,49,.9),rgba(221,179,108,1));
    background: url(../fimgs/msgbg.png),linear-gradient(rgba(255,255,255,0),rgba(250,216,49,.9),rgba(221,179,108,1));
    background-size:auto;
    background-repeat: repeat;
    background-position: center center;
    box-shadow: 0px 5px 15px -6px rgba(255,255,255,.9),0px -5px 15px -6px rgba(255,255,255,.9);
}
.box {
    width: 200px;
    min-height: 300px;
    position: relative;
    border: 1px solid #BBB;
    background: -webkit-linear-gradient(rgba(255,255,255,1),rgba(255,255,255,.9),rgba(255,255,255,0)),url(../fimgs/msgbbg.jpg);
    background: -o-linear-gradient(rgba(255,255,255,1),rgba(255,255,255,.9),rgba(255,255,255,0)),url(../fimgs/msgbbg.jpg);
    background: -moz-linear-gradient(rgba(255,255,255,1),rgba(255,255,255,.9),rgba(255,255,255,0)),url(../fimgs/msgbbg.jpg);
    background: linear-gradient(rgba(255,255,255,1),rgba(255,255,255,.9),rgba(255,255,255,0)),url(../fimgs/msgbbg.jpg);
    background-size:cover;
    background-repeat: no-repeat;
    background-position: center bottom;
    box-shadow: 0px 5px 15px -6px rgba(55,55,55,.9),0px -5px 5px -6px rgba(55,55,55,.9);
    display: inline-block;
    padding: 8px;
    vertical-align: middle;
}
.gribbon {
    position: absolute;
    left: -5px; 
    top: -5px;
    z-index: 1;
    overflow: hidden;
    width: 75px; 
    height: 75px;
    text-align: right;
}
.gribbon span {
    font-size: 10px;
    font-weight: bold;
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
    line-height: 20px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    width: 100px;
    display: block;
    background: linear-gradient(#9BC90D 0%, #79A70A 100%);
    box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
    position: absolute;
    top: 19px; 
    left: -21px;
}
.gribbon span::before {
    content: "";
    position: absolute; left: 0px; top: 100%;
    z-index: -1;
    border-left: 3px solid #79A70A;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #79A70A;
}
.gribbon span::after {
    content: "";
    position: absolute; 
    right: 0px; 
    top: 100%;
    z-index: -1;
    border-left: 3px solid transparent;
    border-right: 3px solid #79A70A;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #79A70A;
}
.rribbon {
    position: absolute;
    left: -5px; top: -5px;
    z-index: 1;
    overflow: hidden;
    width: 75px; height: 75px;
    text-align: right;
}
.rribbon span {
    font-size: 10px;
    font-weight: bold;
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
    line-height: 20px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    width: 100px;
    display: block;
    background: linear-gradient(#F70505 0%, #8F0808 100%);
    box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
    position: absolute;
    top: 19px; 
    left: -21px;
}
.rribbon span::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 100%;
    z-index: -1;
    border-left: 3px solid #8F0808;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #8F0808;
}
.rribbon span::after {
    content: "";
    position: absolute;
    right: 0px;
    top: 100%;
    z-index: -1;
    border-left: 3px solid transparent;
    border-right: 3px solid #8F0808;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #8F0808;
}
.paddingtop80{
    padding-top: 80px;
}
/*--user setting - news--*/
.newslist{
    display: block;
    max-width: 100%;
    padding: 12px 8px;
    margin: 0 auto;
}
.newslist a, .newslink a{
    color: rgba(55,55,55,1);
    text-decoration: none;
    font-style: normal;
}
.newslist a:hover, .newslist a:active{
    color: rgba(55,55,55,1);
    text-decoration: none;
    font-style: italic;
}
.newslink a:hover, .newslink a:active{
    color: rgba(139,100,48,1);
    text-decoration: underline;
}
.newslist #dothr{
    max-width: 95%;
    width: 95%;
}
.newstopic{
    display: block;
    max-width: 100%;
    padding: 8px 0 0 0;
    text-align: left;
    margin: 0 auto;
}
.newsdate{
    font-family: 'Libre Baskerville', serif;
    display: block;
    max-width: 100%;
    padding: 8px 0;
    text-align: right;
    margin: 0 auto;
    font-style: italic;
    color: rgba(139,100,48,1);
}
.topic{
    display: block;
    max-width: 100%;
    padding: 8px 0;
    text-align: left;
    margin: 0 auto;
}
#newscontent, #newsdetail{
    display: block;
    max-width: 100%;
}

/*--user setting - room--*/
.roomdata{
    padding: 8px;
    max-width: 100%;
    margin: 0 auto;
    text-align: left;
    color: rgba(55,55,55);
}
.price{
    font-family: 'Libre Baskerville', serif;
    padding: 8px 0;
    font-style: italic;
    color: rgba(139,100,48,1);
}
.tdlt{
    text-decoration: line-through;
}
.specialprice{
    text-decoration: none;
}
/*--user setting - booking--*/
#vgrid > div{
    width: 220px;
    max-width: 100%;
    padding: 8px;
    margin: 16px 8px;
    display: inline-block;
    text-align: left;
}
#remit{
    background: -webkit-linear-gradient(left,rgba(255,255,255,.9),rgba(255,255,255,.9),rgba(255,255,255,.9),rgba(255,255,255,0)),-webkit-linear-gradient(rgba(255,255,255,.9),rgba(255,255,255,0)),url(../fimgs/bookingremit.jpg);
    background: -o-linear-gradient(left,rgba(255,255,255,.9),rgba(255,255,255,.9),rgba(255,255,255,.9),rgba(255,255,255,0)),-o-linear-gradient(rgba(255,255,255,.9),rgba(255,255,255,0)),url(../fimgs/bookingremit.jpg);
    background: -moz-linear-gradient(left,rgba(255,255,255,.9),rgba(255,255,255,.9),rgba(255,255,255,.9),rgba(255,255,255,0)),-moz-linear-gradient(rgba(255,255,255,9),rgba(255,255,255,0)),url(../fimgs/bookingremit.jpg);
    background: linear-gradient(to right,rgba(255,255,255,.9),rgba(255,255,255,.9),rgba(255,255,255,.9),rgba(255,255,255,0)),linear-gradient(rgba(255,255,255,.9),rgba(255,255,255,0)),url(../fimgs/bookingremit.jpg);
    background-size:cover;
    background-repeat: no-repeat;
    background-position: right top;
    border-radius: 8px;
    text-align: left;
    line-height: 30px;
    max-width: 90%;
}
#remit > p, #vgrid > div > p{
    font-family: Microsoft JhengHei,Verdana,sans-serif;
    padding: 16px 0;
    color: rgba(139,100,48,1);
    display: block;
    max-width: 100%;
}
#remit > div{
    display: inline-block;
    padding-left: 38px;
    margin: 0 auto;
    max-width: 100%;
}
/*--user setting - about--*/
#about{
    background: -webkit-linear-gradient(right,rgba(255,255,255,.9),rgba(255,255,255,.5),rgba(255,255,255,0)),-webkit-linear-gradient(rgba(255,255,255,.9),rgba(255,255,255,0)),url(../fimgs/aboutbg.jpg);
    background: -o-linear-gradient(right,rgba(255,255,255,.9),rgba(255,255,255,.5),rgba(255,255,255,0)),-o-linear-gradient(rgba(255,255,255,.9),rgba(255,255,255,0)),url(../fimgs/aboutbg.jpg);
    background: -moz-linear-gradient(right,rgba(255,255,255,.9),rgba(255,255,255,.5),rgba(255,255,255,0)),-moz-linear-gradient(rgba(255,255,255,9),rgba(255,255,255,0)),url(../fimgs/aboutbg.jpg);
    background: linear-gradient(to left,rgba(255,255,255,.9),rgba(255,255,255,.5),rgba(255,255,255,0)),linear-gradient(rgba(255,255,255,.9),rgba(255,255,255,0)),url(../fimgs/aboutbg.jpg);
    background-size:cover;
    background-repeat: no-repeat;
    background-position: left bottom;
    border-radius: 8px 8px 0 0;
    text-align: left;
    line-height: 36px;
    max-width: 90%;
    box-shadow: 0px 5px 15px -6px rgba(55,55,55,.9);
}
#article{
    background: -webkit-linear-gradient(left,rgba(255,255,255,.9) 40%,rgba(255,255,255,0) 60%),-webkit-linear-gradient(rgba(255,255,255,.9) 50%,rgba(255,255,255,0) 60%),url(../fimgs/articlebg.jpg);
    background: -o-linear-gradient(left,rgba(255,255,255,.9) 40%,rgba(255,255,255,0) 60%),-o-linear-gradient(rgba(255,255,255,.9) 50%,rgba(255,255,255,0) 60%),url(../fimgs/articlebg.jpg);
    background: -moz-linear-gradient(left,rgba(255,255,255,.9) 40%,rgba(255,255,255,0) 60%),-moz-linear-gradient(rgba(255,255,255,9) 50%,rgba(255,255,255,0) 60%),url(../fimgs/articlebg.jpg);
    background: linear-gradient(to right,rgba(255,255,255,.9) 40%,rgba(255,255,255,0) 60%),linear-gradient(rgba(255,255,255,.9) 50%,rgba(255,255,255,0) 60%),url(../fimgs/articlebg.jpg);
    background-size:auto;
    background-repeat: no-repeat;
    background-position: right bottom;
    border-radius: 8px 8px 0 0;
    text-align: left;
    line-height: 36px;
    max-width: 90%;
    box-shadow: 0px 5px 15px -6px rgba(55,55,55,.9);
}
/*--user setting - location--*/
#location{
    background: -webkit-linear-gradient(rgba(255,255,255,1),rgba(255,255,255,.9),rgba(255,255,255,0)),url(../fimgs/locationbg.jpg);
    background: -o-linear-gradient(rgba(255,255,255,1),rgba(255,255,255,.9),rgba(255,255,255,0)),url(../fimgs/locationbg.jpg);
    background: -moz-linear-gradient(rgba(255,255,255,1),rgba(255,255,255,.9),rgba(255,255,255,0)),url(../fimgs/locationbg.jpg);
    background: linear-gradient(rgba(255,255,255,1),rgba(255,255,255,.9),rgba(255,255,255,0)),url(../fimgs/locationbg.jpg);
    background-size:cover;
    background-repeat: no-repeat;
    background-position: center bottom;
    text-align: left;
    max-width: 90%;
    box-shadow: 0px 5px 15px -6px rgba(55,55,55,.9);
}
#location > .col12-5{
    vertical-align: middle;
    text-align: justify;
}
#location > .col12-7{
    vertical-align: middle;
}
#location > .col3-1 p{
    text-align: center;
}
#location img{
    border-radius: 3px;
}
/*--user setting - msg--*/
#msg{
    background: -webkit-linear-gradient(rgba(255,255,255,1),rgba(255,255,255,.9),rgba(255,255,255,0));
    background: -o-linear-gradient(rgba(255,255,255,1),rgba(255,255,255,.9),rgba(255,255,255,0));
    background: -moz-linear-gradient(rgba(255,255,255,1),rgba(255,255,255,.9),rgba(255,255,255,0));
    background: linear-gradient(rgba(255,255,255,1),rgba(255,255,255,.9),rgba(255,255,255,0));
    background-size:cover;
    background-repeat: no-repeat;
    background-position: center bottom;
    text-align: left;
    max-width: 90%;
    padding: 8px 8px 24px;
}
#msg img{
    margin: 0 auto 0 0;
    text-align: center;
    display: block;
}
input[type=text], input[type=reset], input[type=submit]{
    padding: 5px;
    border: 1px solid rgba(85,85,85,.8);
    border-radius: 7px;
    margin: 0 5px;
    vertical-align: middle;
    max-width: 90%;
}
input[name=messagename], input[name=messagetel], input[name=messagemail], input[name=messagetopic]{
    width: 500px;
}
input[type=reset], input[type=submit]{
    box-shadow: 0px 2px 1px -1px rgba(85,85,85,.8), -2px -2px 1px -1px rgba(255,255,255,1) inset;
}
textarea{
    padding: 5px;
    border: 1px solid rgba(85,85,85,.8);
    border-radius: 5px;
    margin:0 5px;
    vertical-align: top;
    max-width: 90%;
    resize: none;
    width: 500px;
}
#captcha{
    vertical-align: middle;
    padding: 5px;
}
#msg p{
    max-width: 90%;
    padding: 3px 10px;
}
#reply{
    text-align: right;
    padding: 16px 8px;
    max-width: 100%:
}
/*--header--*/
header{
    position: relative;
    z-index: 999;
    vertical-align: middle;
    padding: 0;
    margin: 0 auto;
    border: 0;
    display: block;
    max-width: 100%;
    width: 1200px;
}
#logo{
    padding: 0px;
    display: block;
    margin: 0 auto;
    border: 0;
    line-height: 0;
    max-width: 100%;
    width: 100%;
    vertical-align: middle;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 60;
}
#logo img{
    margin: 0 auto;
    padding: 0;
    max-width: 100%;
    display: block;
}
nav{
    font-family: Microsoft Jhenghei,Verdana,sans-serif;
    max-width: 100%;
    width: 1200px;
    display: block;
    padding:0;
    margin: 0 auto;
    border: 0;
    text-align: center;
    vertical-align: middle;
    background: url(../fimgs/navbg.png), -webkit-linear-gradient(rgba(221,179,108,1),rgba(158,113,54,1));
    background: url(../fimgs/navbg.png),-o-linear-gradient(rgba(221,179,108,1),rgba(158,113,54,1));
    background: url(../fimgs/navbg.png),-moz-linear-gradient(rgba(221,179,108,1),rgba(158,113,54,1));
    background: url(../fimgs/navbg.png),linear-gradient(rgba(221,179,108,1),rgba(158,113,54,1));
    background-size:auto;
    background-repeat: repeat;
    background-position: center center;
    box-shadow: 0px 5px 15px -6px rgba(55,55,55,.9),0px -5px 15px -6px rgba(55,55,55,.9);
    position: relative;
    left: 0;
}
.linklocaton{
    font-family: Microsoft Jhenghei,Verdana,sans-serif;
    max-width: 100%;
    display: block;
    padding:0;
    margin: 0 auto;
    border: 0;
    text-align: center;
    vertical-align: middle;
    background: url(../fimgs/navbg.png), -webkit-linear-gradient(rgba(221,179,108,1),rgba(158,113,54,1));
    background: url(../fimgs/navbg.png),-o-linear-gradient(rgba(221,179,108,1),rgba(158,113,54,1));
    background: url(../fimgs/navbg.png),-moz-linear-gradient(rgba(221,179,108,1),rgba(158,113,54,1));
    background: url(../fimgs/navbg.png),linear-gradient(rgba(221,179,108,1),rgba(158,113,54,1));
    background-size:auto;
    background-repeat: repeat;
    background-position: center center;
    box-shadow: 0px 5px 15px -6px rgba(55,55,55,.9),0px -5px 15px -6px rgba(55,55,55,.9);
    position: relative;
    left: 0;
}
nav a, nav a:visited, ,.linklocaton a, ,.linklocaton a:visited{
    color: rgba(234,234,234,1);
    text-decoration: none;
    position: relative;
    display: inline-block;
    padding: 8px 0;
}
nav a:hover, nav a:active, ,.linklocaton a:hover, ,.linklocaton a:active{
    color: rgba(255,255,255,1);
    text-decoration: none;
}
.glass {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    max-height: 0;
    background: #fff;
    opacity: 0.4;
    filter: alpha(opacity=40);
    -webkit-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}
.logoicon {
    content: "";
    position: relative;
    top: -20px;
    left: 0px;
    width: 0;
    height: 0;
    -webkit-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
.navlink {
    content: "";
    position: relative;
    top: 0px;
    left: 0px;
    padding: 8px 0;
    -webkit-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
#navbutton, #navbutton:visited{
    padding: 8px 0;
    display: block;
    margin: 0 auto;
    text-align: center;
    z-index: 999;
    position: relative;
}
#navbutton:hover .glass, #navbutton:active .glass{
    max-height: 100%;
    background: #fff;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    z-index: 999;
}
#logo a:hover .glass{
    max-height: 100%;
    background: #fff;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.8s ease-out;
    -ms-transition: all 0.8s ease-out;
    -o-transition: all 0.8s ease-out;
    transition: all 0.8s ease-out;
    z-index: 999;
}
#navbar{
    display: block;
    padding: 0;
    max-width: 100%;
    margin: 0 auto;
}
#navbar li{
    max-width: 100%;
    display:block;
    margin:0 auto;
    padding: 0px 8px;
    text-align: center;
    position: relative;
    min-width: 120px;
}
#navbar li a{
    white-space: nowrap;
    position: relative;
    display: inline-block;
}
#navbar li a:hover .glass, #navbar li a:active .glass{
    max-height: 100%;
    background: #fff;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
#navbar li a:hover .logoicon, #navbar li a:active .logoicon{
    width: 0px;
    top: -8px;
}
#navbar li a:hover .navlink, #navbar li a:active .navlink{
    top: -12px;
}
/*--footer--*/
footer{
    display: block;
    color: rgba(85,85,85,1);
    margin-top: 40px;
}
footer .col1-1{
    display: block;
    border-top: 1px solid rgba(158,113,54,1);
}
footer .col3-1{
    display: inline-block;
    text-align: left;
    vertical-align: top;
}
footer a{
    color: rgba(85,85,85,1);
    text-decoration: none;
}
footer a:hover, footer a:active{
    color: rgba(85,85,85,1);
    text-decoration: underline;
}
footer .col3-1 > p{
    display: block;
    margin: 0 auto;
    text-align: left;
    color: rgba(124,90,44,1);
    padding: 8px 0;
    font-size: 19px;
    vertical-align: middle;
    max-width: 100%;
    text-transform: uppercase;
}
#qrcode{
    max-width: 88px;
    display: inline-block;
    margin: 0 auto;
    padding: 8px 0;
    vertical-align: top;
}
#qrcode img{
    max-width: 100%;
    display: block;
    font-size: 0;
    padding: 0;
    border: 0;
    margin: 0;
}
footer #linkdata{
    font-size: 13px;
    display: block;
}
/*--plugin of share icon--*/
ul.share-buttons{
    list-style: none;
    padding: 0;
    margin-top: 10px;
}
ul.share-buttons li{
    display: inline;
}
ul.share-buttons img{
    width: 32px;
    display: inline-block;
}
/*--change data--*/
.mindpinb{
    display: inline-block;
}
.dpinb{
    display: inline-block;
}
.valignmiddle{
    vertical-align: middle;
}
.valigntop{
    vertical-align: top;
}
.valignbottom{
    vertical-align: bottom;
}
.w48px{
    width: 48px;
}
.w84px{
    width: 84px;
}
.paddingtb0lr4{
    padding: 0 4px;
}
.paddingtb8lr0{
    padding: 8px 0;
}
.padding8{
    padding: 8px;
}
.positionrelative{
    position: relative;
}
.positionabsolute{
    position: absolute;
}
.paddingtb0rl16{
    padding: 0 0 0 16px;
}
.textleft{
    text-align: left;
}
.textcenter{
    text-align: center;
}
.textjustify{
    text-align: justify;
}
.maxw100{
    max-width: 100%;
}
.maxw90{
    max-width: 90%;
}
.margin0auto{
    margin: 0 auto;
}
.borderr7{
    border-radius: 7px;
}
.left0{
    left: 0;
}
.redfont{
    color: rgba(165,0,0,1);
}
.iframe{
    max-width: 100%;
    position: relative;
    width:680px;
    padding:0px;
    height:0;
    padding-bottom: 75%;
    margin: 0;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
    text-align: center;
}
.iframe > iframe{
    position: absolute;
    top: 0px;
    left: 0px;
    width:100%;
    height: 95%;
    border:0;
    margin-left: auto;
    margin-right: auto;
}
.iframe2{
    max-width: 100%;
    position: relative;
    width:680px;
    padding:0px;
    height:0;
    padding-bottom: 50%;
    margin: 0;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
    text-align: center;
}
.iframe2 > iframe{
    position: absolute;
    top: 0px;
    left: 0px;
    width:100%;
    height: 95%;
    border:0;
    margin-left: auto;
    margin-right: auto;
}
.col12-6{
    width: 450px;
}
.col12-12{width: 960px;}
.col12-2{width: 140px;}
.col12-3{width: 220px;}
.col12-10{width: 760px;}
.whitebg{
    background: rgba(255,255,255,1);
}
.fs13{
    font-size: 13px;
}
.fs15{
    font-size: 15px;
}
.fs17{
    font-size: 17px;
}
.fs21{
    font-size: 21px;
}
.dpb{display: block;}
.blackboxshadow5{
    box-shadow: 0px 0px 5px -3px rgba(44,44,44,.8);
    -webkit-box-shadow: 0px 0px 5px -3px rgba(44,44,44,.8);
}
.margin8auto{
    margin: 8px auto;
}
#marquee{
    max-width: 98%;
    width: 600px;
    max-height: 24px;
    font-size: 19px;
    padding: 0;
    overflow: hidden;
    display: block;
    text-align: left;
    margin: 0 auto;
    color: rgba(135,0,27,1);
    position: relative;
}
#marquee a{
    color: rgba(135,0,27,1);
    text-decoration: none;
}
#marquee a:hover, #marquee a:active{
    color: rgba(139,100,48,1);
    text-decoration: underline;
}
#marquee span, #marquee li{
    display: block;
    text-align: center;
}
#marquee ul{
    position: absolute;
    max-width: 100%;
    width: 100%;
}
#newslist li{
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    vertical-align: middle;
    margin: 0 auto;
    height: 24px;
}

.graysolidb1{
    border-bottom:1px rgba(200,200,200,1) solid;
}

table, td, th{
	border:1px solid rgba(33,33,33,1);
    max-width: 100%;
    margin: 0 auto;
}
/*--min 1201px--*/
@media only screen and (min-width: 1501px){
    .col3-1, .col12-5, .col12-7,.col12-11{margin: 0 4px;}
}
/*--min 1201px--*/
@media only screen and (min-width: 1201px){
    #vgrid > div{margin: 16px 28px;}
    #about > div{display: inline-block;margin: 0 24px;}
    #location > .col12-7{width: 540px;}
}
/*--min 1001px--*/
@media only screen and (min-width: 1001px){
    #navbar > li{display: inline-block;vertical-align: middle;}
    #navbutton{display: none;}
    .newstopic{overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
    #about > .col12-7{letter-spacing: 3.2px;}
    #location > .col12-7{width: 500px;}
    #msg{max-width: 100%;}
    .box{margin: 16px;}
    .margin0auto00{ margin: 0 auto 0 0;}
}
/*--max 1000px--*/
@media only screen and (max-width: 1000px){
    #navbar{max-width: 100%; width: 100%;top: 0;left: 0;padding: 0;display: none;}
    nav{position: relative;top: 0;left: 0;width: 100%;padding: 0; max-width: 100%;background-position: center top;}
    #navbar li{padding: 8px 0px;display: list-item;}
    #navbar li a{display: block;}
    .col1-1, .col12-11, .col3-1, .col12-5, .col12-7{display: block;}
    .col12-11{max-width: 90%;}
    #vgrid > div{margin: 16px 28px;}
    footer .col1-1{max-width: 90%;}
    #msg .col3-1{max-width: 90%;margin: 16px auto;}
    .box{margin: 16px auto;}
    .w84px{width: 64px;}
    .mindpb{display: block;}
}