﻿footer {
	min-height: 43px;
	width: 100%;
    margin-top: 0;
    padding: 0;
	width: 100%;
    z-index: 2;
    position: relative;
	background-color: #f6f6f6;
	border-top: 1px solid #e7e7e7;
    -webkit-box-shadow: 0 1px 2px rgb(194 194 194 / 40%), inset 0 1px 1px rgb(255 255 255 / 2%);
    -moz-box-shadow: 0 1px 2px rgb(194 194 194 / 40%),inset 0 1px 1px rgba(255,255,255,.2);
    box-shadow: 0 1px 2px rgb(194 194 194 / 40%), inset 0 1px 1px rgba(255,255,255,.2);
}

.footer-content {
	width: 1170px;
	margin: 0 auto;
    font-size: 16px;
    line-height: 1.6;
    font-weight: normal;
    color: #1f1f1f;
	padding: 20px 0 20px 0;
}

.footer-content a {
	color: #474747;
	font-weight: 500
}

.footer-content a:hover {
	text-decoration: underline
}
.footer-content .tag-list {
	    text-align: right;
}
.footer-content .tag-list a{
	font-size: 12px;
    white-space: nowrap;
    background: #F3F3F3;
    color: #4E4E4E;
    border: 1px solid #E8E8E8;
    display: inline-block;
    padding: 2px 5px;
    margin: 2px 2px 2px 0;
    text-decoration: none;
    text-align: center;
    border-radius: 0;
    -webkit-transition: color 0.15s ease, background 0.15s ease, border 0.15s ease;
    -moz-transition: color 0.15s ease, background 0.15s ease, border 0.15s ease;
    -ms-transition: color 0.15s ease, background 0.15s ease, border 0.15s ease;
    -o-transition: color 0.15s ease, background 0.15s ease, border 0.15s ease;
}
.footer-content .tag-list a:hover {
    color: #ab8445;
    background-color: #efe6da;
    border: 1px solid #efe6da;
}
.footer-content .contact{
	position:absolute;
	right:0;
	bottom:0;
}
.footer-content .contact a{
	font-weight: 700;
    color: #3e3e3e;
}
.footer-content .contact a:hover{
	text-decoration:underline;
}
.footer-content p {
	-webkit-margin-before: 0;
	-webkit-margin-after: 0;
	-webkit-margin-start: 0;
	-webkit-margin-end: 0;
	line-height: 22px;
    margin-bottom:10px;
}

/*footer {
	background: #4a4a4a!important
}*/
.footer-content .left,
.footer-content .right {
	float: left;
	box-sizing: border-box
}

.footer-content:after,
.footer-content:before {
	display: table;
	content: " ";
	clear: both
}

.footer-content .left {
	padding-right: 20px;
	width: 52%
}
.footer-content .left img.logo{
	max-width: 260px;
    
}
.footer-content .right {
    padding-left: 20px;
    width: 48%;
    padding-bottom: 35px;
    position: relative;
}
.footer-content .right h3{margin-bottom:20px;}
.footer-content .right .backtop{
	border: 2px solid #3e3e3e;
    width: 19px;
    height: 19px;
    display: inline-block;
    line-height: 15px;
    text-align: center;
    border-radius: 50%;
    margin-left: 6px;
}
.footer-content .left p {
	margin-bottom: 8px;
}

.footer-content .right a.button {
	font-weight: 400;
	background: #dadada;
	padding: 3px 6px;
	border-radius: 3px;
	margin-right: 10px;
	margin-bottom: 8px;
	display: inline-block;
	float: right;
	color: #555
}

@media (max-width: 992px) {
	.footer-content .tag-list{display:none;}
}
@media (max-width: 768px) {
	.footer-content .left, .footer-content .right {
		padding:10px 0!important;
		width: 100%!important
	}
	/*.footer-content .right a {
		float: left
	}*/
	.footer-content .left p:last-child{display:none;}
}
.footer-content .links a{
    font-weight: 700;
    color: var(--color_palette_1)!important;
    font-size: 15px;
}
.footer-bottom {
    display: flex;
    width: 100%;
    background: #eeeeee;
    padding: 10px 12px 8px 12px;
    color: #1b1b1b;
    font-size: 13.5px;
    font-weight: 500;
}

.footer-bottom ul {
	display: block;
	width: 100%;
	opacity: .8;
	max-width: 1170px;
	margin: 0 auto
}

.footer-bottom ul li {
	display: inline-block;
	width: unset;
	margin-right: 10px
}

.footer-bottom ul li:after {
	display: inline-block;
	content: "⁄";
    color: #1d485e;
	margin-left: 10px
}

.footer-bottom ul li:last-child:after {
	display: none
}

.footer-bottom ul li a {
	color: #1d485e;
}

.footer-bottom ul li a:hover {
	text-decoration: underline
}
.footer-bottom .siteby {
    text-align: center;
    line-height: 18px;
    padding: 0px 0 0px;
    opacity: 0.7;
    display: inline-block;
    width: 110px;
}
.footer-bottom .siteby:hover{opacity:0.9}
.footer-bottom .siteby img {
    width: 49px;
    margin-bottom: 0px;
}