.mid {
	display: flex;
    align-items: self-end;
    justify-content: space-between;
    padding-top: 1em;
    padding: 1em;
    width: 150px;
    right: 0px;
    margin-left: auto;
}

.rocker {
  display: inline-block;
  position: relative;
  font-size: 2em;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  color: #888;
  width: 7em;
  height: 4em;
  border-bottom: 0.5em solid #eee;
}

.rocker div {
    position: relative;
    top: -10px;
	color: #696969;
}

.rocker-small {
  font-size: 0.75em;
  box-sizing: border-box;
}

.rocker::before {
  content: "";
  position: absolute;
  top: 0.5em;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #999;
  border: 0.5em solid #eee;
  border-bottom: 0;
}

.rocker input {
  opacity: 0;
  width: 0;
  height: 0;
}

.switch-left,
.switch-right {
  cursor: pointer;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2.5em;
  width: 3em;
  transition: 0.2s;
}

.switch-left {
  height: 2.4em;
  width: 2.75em;
  left: 0.85em;
  bottom: 0.4em;
  background-color: #ddd;
  transform: rotate(15deg) skewX(15deg);
}

.switch-right {
  right: 0.5em;
  bottom: 0;
  background-color: #bd5757;
  color: #fff;
}

.switch-left::before,
.switch-right::before {
  content: "";
  position: absolute;
  width: 0.4em;
  height: 2.45em;
  bottom: -0.45em;
  background-color: #ccc;
  transform: skewY(-65deg);
}

.switch-left::before {
  left: -0.4em;
}

.switch-right::before {
  right: -0.375em;
  background-color: transparent;
  transform: skewY(65deg);
}

input:checked + .switch-left {
  background-color: #0084d0;
  color: #fff;
  bottom: 0px;
  left: 0.5em;
  height: 2.5em;
  width: 3em;
  transform: rotate(0deg) skewX(0deg);
}

input:checked + .switch-left::before {
  background-color: transparent;
  width: 3.0833em;
}

input:checked + .switch-left + .switch-right {
  background-color: #ddd;
  color: #888;
  bottom: 0.4em;
  right: 0.8em;
  height: 2.4em;
  width: 2.75em;
  transform: rotate(-15deg) skewX(-15deg);
}

input:checked + .switch-left + .switch-right::before {
  background-color: #ccc;
}

/* Keyboard Users */
input:focus + .switch-left {
  color: #333;
}

input:checked:focus + .switch-left {
  color: #fff;
}

input:focus + .switch-left + .switch-right {
  color: #fff;
}

input:checked:focus + .switch-left + .switch-right {
  color: #333;
}


.footer{
	position: relative;
    z-index: 1;
    text-align: center;
    display: table;
	width: 100%;
}

.footerCont{
	position: relative;
	display: table-cell;
	vertical-align: bottom;
	width: 100%;	
}

.empty {
	bottom:0px;
	position:absolute;	
}

.footer .footer-left,
.footer .footer-right{
	display: inline-block;
	vertical-align: top;
    width: 49%;	
}
 
.footer_logo_art{
	font-weight:900;
	font-size:3vmax;
	color:#5b5b5b;
}

.footer_logo_by{
    font-weight: 100;
    font-size: 1vmax;
    color: #b3afaf;
    position: relative;
    top: -1vmax;
}

.footer_logo_kds{
	font-weight: 400;
    font-size: 2vmax;
    color: #b3afaf;
    position: relative;
    top: -0.5vmax;
}
 
.footer .footer-links{
	color:  #ffffff;
	margin: 20px 0 12px;
	padding: 0;
}
 
.footer .footer-links a{
	display:inline-block;
	line-height: 1.8;
	text-decoration: none;
	color:  inherit;
}
 
.footer .footer-company-name{
	color:  #b3afaf;
	margin: 0;
    font-size: 0.8em;
    padding-bottom: 5px;
}
 
 
.footer-right{
    text-align: right;
}

.footer-left{
    text-align: left;
}
 
.footer .footer-company-about{
	line-height: 20px;
	color:  #92999f;
	font-size: 13px;
	font-weight: normal;
	margin: 0;
}
 
.footer .footer-company-about span{
	display: block;
	color:  #ffffff;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 20px;
}
 
.footer .footer-icons{
	margin-top: 10px;
}
 
.footer .footer-icons a{
	display: inline-block;
	width: 35px;
	height: 35px;
	cursor: pointer;
	border-radius: 2px;
 
	font-size: 20px;
	color: #ffffff;
	text-align: center;
	line-height: 35px;
 
	margin-right: 3px;
	margin-bottom: 5px;
}
 
 
@media (max-width: 880px) {
 
	.footer .footer-left,
	.footer .footer-right{
		display: block;
		width: 100%;
		margin-bottom: 40px;
		text-align: center;
		transition: margin-bottom 1s;
	}
	
	.footerCont{
		padding-top: 20px;
	}	
 
	.main {
		line-height: normal;
		font-size: auto;
	}
 
}