@media only screen and (min-width: 1201px) {
/* pc logo */
.logo{
	position:absolute;
	width:200px;
	height:27px;
	z-index:10000;
	left:40px;
	top:30px;
	background:url('../images/logo_w.svg') no-repeat center center;
	background-size:200px 27px;
	-webkit-transition : all 0.3s ease-out;
	-moz-transition : all 0.3s ease-out;
	-o-transition :all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.menu-back.cbp-af-header ul.slimmenu li a {
	color: #fff;
	font-weight:500;
}
.tactive {
	color: #fff!important;
	pointer-events: none;
	font-weight:700!important;
}
}
/* #footer
================================================== */

footer{
	position:absolute;
	display:block;
	right: 20px;bottom: 20px;
	z-index:2;
	text-align:right;
	line-height:1.6em;
}
a.font-14 {
	font-size:0.75em;
	color: #ffffff;
}
p.copyright{font-family: 'Nothing You Could Do', cursive;
	color: #ffffff;
}
footer p.copyright span{
	font-family: 'Montserrat', sans-serif!important;
	font-size:14px!important;
}
p.copyright a {
	color: #ffffff;
}
p.copyright a:hover {
	color: #dadada;
}
section.footer_block {
	position: relative;
	margin-top:60px;
	padding-top: 60px;
}
.footer_left {
	position: absolute;
	bottom: 20px; left: 20px;
}
