/* CSS Document */

a.tel,
a.tel:hover {
    pointer-events: none;
}

@media print,
screen and (max-width: 999px) {
    a.tel,
    a.tel:hover {
        pointer-events: initial;
    }
}

#gotop {
    display: none;
    position: fixed;
    right: 20px;
    bottom: 20px;
    cursor: pointer;
    z-index: 20;
    color: #fff;
    background: #8c6239;
    border-radius: 5px;
    padding: 1em 1.2em;
}

#gotop a {
    display: inline-block;
    width: 30px;
    height: 30px;
    padding-top: 6px;
    color: #fff;
    opacity: 0.5;
    filter: alpha(opacity=50);
    background: #000;
}

#gotop a:hover {
    color: #fff;
    opacity: 1;
    filter: alpha(opacity=100);
}

footer {
    background: #c69c6d;
    padding: 30px 0px 0 0px;
}

.footer-content {
    padding: 0 10px;
}

.footer-sitemap {
    vertical-align: top;
}

.newspaper {
    display: inline-block;
    vertical-align: top;
    width: 384px;
}

.newspaper li p{
    color: #fff;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 1px;
}


.footer-title {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 1px;
}

.footer-title:after {
	content:"";
	display: block;
    background-color: #fff;
    width: 30px;
    height: 2px;
    margin: 1em 0;
}

.footer-sitemap li {
    display: inline-block;
    vertical-align: top;
    width: calc(33.333% - 5px);
    padding: 1em;
}

.footer-sitemap li a {
    display: block;
    padding-bottom: 8px;
    color: #f2f2f2;
    font-size: 16px;
    line-height: 1.5;
    word-break: break-all;
}

.footer-sitemap li a:hover {
    color: #f0d493;
}

.footer-sitemap li p {
    display: block;
    padding-bottom: 8px;
    color: #f2f2f2;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 1px;
}

.footer-sitemap li p span{
    display: block;
    padding-bottom: 8px;
}



.newspaper-txt {
    width: 275px !important;
    height: 40px !important;
    border-width: 0 !important;
    display: inline-block;
    vertical-align: top;
    margin: 0 5px 5px 0 !important;
    color: #fff !important;
    padding: 0 10px !important;
    font-size: 14px !important;
}

.newspaper-btn {
    display: inline-block;
    vertical-align: top;
    margin: 0 0px 5px 0;
    width: 95px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    background: #8c6239;
    font-size: 14px;
    font-weight: bold;
    border-radius: 5px;
}

.newspaper-btn:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
    color: #f0d493;
}

.footer-icon {
    /**padding: 25px 0;**/
    display: inline-block;
}

.footer-icon a {
    display: inline-block;
    padding: 0 3px 0 0;
}

.footer-icon a:hover {
    opacity: 0.6;
    filter: alpha(opacity=60);
}

.copyright {
    background: #000000;
    padding: 18px 10px;
}

.copyright span {
    display: inline-block;
}

.copyright-left {
    color: #ffffff;
    font-size: 13px;
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 215px - 7px);
}

.copyright-right {
    color: #faf3b9;
    font-size: 13px;
    display: inline-block;
    vertical-align: top;
    width: 215px;
    text-align: right;
}

.copyright-right font {
    font-size: 16px;
    color: #faf3b9;
}

.copyright-right font:hover {
    font-size: 16px;
    color: #fff;
}

@media only screen and (max-width: 768px) {
    .footer-sitemap{
        width: 100%;
        text-align: center;
    }
    .newspaper {
        width: 100%;
    }
    .footer-sitemap li {
    	display: block;
        width: calc(100%);
    }
    .footer-icon {
        text-align: center;
    }
    .footer-title:after {
        margin: 1em auto;
    }
}

@media only screen and (max-width: 640px) {}

@media only screen and (max-width: 570px) {
    .copyright-left,
    .copyright-right {
        width: 100%;
        text-align: center;
    }
    .copyright-left {
        padding-bottom: 15px;
    }
}

@media only screen and (max-width: 414px) {}

@media only screen and (max-width: 320px) {}