@charset "UTF-8";
/*------------------------------------------------------------
	Footer - Wrapper
------------------------------------------------------------*/
.p-footer {
	background: #333;
	padding-top: 40px;
	padding-bottom: 40px;
}
@media screen and (max-width: 767px) {
.p-footer {
	padding-top: 20px;
	padding-bottom: 20px;
}
}
/*------------------------------------------------------------
	Footer - Arrow
------------------------------------------------------------*/
.p-footer-arw {
	text-align: center;
	padding-bottom: 25px;
}
.p-footer-arw > a {
	font-family: 'Oswald', sans-serif;
	font-size: 1.4rem;
	line-height: 1;
	cursor: pointer;
	color: #FFF;
	display: inline-block;
	padding: 0 0 25px;
	position: relative;
}
.p-footer-arw > a:hover {
	color: #FFF;
	opacity: 0.7;
}
.p-footer-arw > a:before {
	content: "";
	position: absolute;
	border: #FFF 2px solid;
	border-top: 0;
	border-left: 0;
	width: 10px;
	height: 10px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
	left: 0;
	right: 0;
	bottom: 10px;
	margin: auto;
	transition: 0.2s;
}
.p-footer-arw > a.is-open:before {
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	transform: rotate(-135deg);
	bottom: 2px;
}
@media screen and (max-width: 1024px) {
.p-footer-arw {
	padding-bottom: 15px;
}
.p-footer-arw > a {
	padding: 0 0 25px;
}
}
@media screen and (max-width: 767px) {
.p-footer-arw {
	padding-bottom: 10px;
}
.p-footer-arw > a {
	font-size: 1.2rem;
	padding: 0 0 18px;
}
.p-footer-arw > a:before {
	width: 7px;
	height: 7px;
	bottom: 5px;
}
}
/*------------------------------------------------------------
	Footer - Copy
------------------------------------------------------------*/
.p-footer-copy {
	background: #d00600;
}
.p-footer-copy-txt {
	color: #FFF;
	text-align: center;
	font-size: 0.85rem;
	font-family: Arial, Helvetica, sans-serif;
}
