﻿.wpc.cleanslate #container {
  position: relative !important;
  display: block !important;
  height: 100% !important;
}
.wpc.cleanslate #container .content {
  z-index: 1031 !important;
  -webkit-transition: all 0.5s ease-in-out !important;
  -moz-transition: all 0.5s ease-in-out !important;
  -o-transition: all 0.5s ease-in-out !important;
  transition: all 0.5s ease-in-out !important;
  display: block !important;
  position: fixed !important;
  background: rgba(213, 213, 213, 0.9) !important;
  height: 450px !important;
  width: 700px !important;
  right: -700px !important;
  -moz-box-sizing: border-box !important;
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
  padding: 0 !important;
  top: 50% !important;
  -webkit-transform: translateY(-50%) !important;
  -ms-transform: translateY(-50%) !important;
  -moz-transform: translateY(-50%) !important;
  -o-transform: translateY(-50%) !important;
  transform: translateY(-50%) !important;
}
.wpc.cleanslate #container .content label {
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: all 0.5s ease-in-out !important;
  font: normal normal normal 22px/1 FontAwesome !important;
  width: 40px !important;
  padding: 13px 3px !important;
  margin: 0 !important;
  background: #6bb00b !important;
  position: absolute !important;
  top: 0 !important;
  left: -40px !important;
  text-decoration: none !important;
  text-align: center !important;
  border-top-left-radius: 5px !important;
  border-bottom-left-radius: 5px !important;
  border-right: none !important;
  -moz-box-sizing: border-box !important;
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
  display: block !important;
  -webkit-animation: shake 3s linear 0s infinite !important;
  -moz-animation: shake 3s linear 0s infinite !important;
  -o-animation: shake 3s linear 0s infinite !important;
  animation: shake 3s linear 0s infinite !important;
  cursor: pointer !important;
}
.wpc.cleanslate #container .content label:hover {
  left: -40px !important;
  -moz-animation: none !important;
  -o-animation: none !important;
  -webkit-animation: none !important;
  animation: none !important;
  color: #ffffff !important;
}
.wpc.cleanslate #container .content label.stop {
  -moz-animation: none !important;
  -o-animation: none !important;
  -webkit-animation: none !important;
  animation: none !important;
  background: #b6b6b6 !important;
}
.wpc.cleanslate #container .content iframe {
  height: 100% !important;
  width: 100% !important;
  position: absolute !important;
}
.wpc.cleanslate #container input[type=checkbox] {
  display: none !important;
}
.wpc.cleanslate #container input[type=checkbox]:checked ~ .content {
  right: 50% !important;
  -webkit-transform: translate(50%, -50%) !important;
  -ms-transform: translate(50%, -50%) !important;
  -moz-transform: translate(50%, -50%) !important;
  -o-transform: translate(50%, -50%) !important;
  transform: translate(50%, -50%) !important;
}
.wpc.cleanslate #container input[type=checkbox]:checked ~ .content label {
  font-size: 1.4em !important;
  background: unset !important;
  z-index: 1031 !important;
  border-top-left-radius: unset !important;
  border-bottom-left-radius: unset !important;
  -moz-animation: unset !important;
  -o-animation: unset !important;
  -webkit-animation: unset !important;
  animation: unset !important;
}
.wpc.cleanslate #container input[type=checkbox]:checked ~ .content label:before {
  content: "\f054" !important;
  color: #ffffff !important;
}
.wpc.cleanslate #container input[type=checkbox]:checked ~ .overlay {
  opacity: 1 !important;
  pointer-events: unset !important;
}
.wpc.cleanslate #container input[type=checkbox] ~ .content label:before {
  content: "\f05a" !important;
  color: #ffffff !important;
}
.wpc.cleanslate #container .overlay {
  -webkit-transition: all 0.5s ease-in-out !important;
  -moz-transition: all 0.5s ease-in-out !important;
  -o-transition: all 0.5s ease-in-out !important;
  transition: all 0.5s ease-in-out !important;
  background: rgba(0, 0, 0, 0.8) !important;
  width: 100% !important;
  height: 100% !important;
  top: 0 !important;
  position: fixed !important;
  overflow: hidden !important;
  opacity: 0 !important;
  z-index: 1030 !important;
  pointer-events: none !important;
}
@-webkit-keyframes shake {
  0% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  5% {
    -webkit-transform: translate(-10px, 0);
    -moz-transform: translate(-10px, 0);
    -ms-transform: translate(-10px, 0);
    -o-transform: translate(-10px, 0);
    transform: translate(-10px, 0);
  }
  10% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  15% {
    -webkit-transform: translate(-10px, 0);
    -moz-transform: translate(-10px, 0);
    -ms-transform: translate(-10px, 0);
    -o-transform: translate(-10px, 0);
    transform: translate(-10px, 0);
  }
  20% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
