#errorPage {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: 1000;
  overflow: hidden;
  font-family: 'Montserrat', sans-serif; }
  #errorPage .logoMiweo {
    position: absolute;
    bottom: 15px;
    right: 15px;
    opacity: 0.7;
    transition: 0.2s opacity ease-in-out;
    cursor: pointer; }
    #errorPage .logoMiweo:hover {
      opacity: 0.9; }
    #errorPage .logoMiweo img {
      max-width: 100%; }
  #errorPage #hideAll {
    position: absolute;
    z-index: 1;
    background: rgba(31, 34, 46, 0.8);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: none; }
    #errorPage #hideAll.active {
      display: block; }
  #errorPage .overlay {
    position: fixed;
    overflow: hidden;
    top: 0;
    left: -50%;
    background: rgba(32, 35, 45, 0.8);
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1);
    -moz-transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1);
    -ms-transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1);
    -o-transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1);
    transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1);
    border-right: 1px solid #15171e;
    -webkit-transform: skew(-20deg, 0deg);
    -moz-transform: skew(-20deg, 0deg);
    -ms-transform: skew(-20deg, 0deg);
    -o-transform: skew(-20deg, 0deg);
    transform: skew(-20deg, 0deg); }
  #errorPage .button {
    text-decoration: none;
    border: 2px solid white;
    cursor: pointer;
    border-radius: 2px;
    color: white;
    font-size: 15px;
    padding: 0 20px;
    line-height: 40px;
    float: left;
    margin: 15px;
    text-align: center;
    opacity: 0.9;
    transition: ease-in-out 0.3s; }
    #errorPage .button.span12 {
      margin-left: 0;
      margin-right: 0;
      width: calc(100% - 44px); }
    #errorPage .button:hover {
      opacity: 1;
      background-color: white;
      color: #434343; }
    #errorPage .button.button-primary {
      background-color: #00457d;
      border-color: #00457d; }
      #errorPage .button.button-primary:hover {
        background-color: #002e54;
        border-color: #002e54;
        color: white; }
  #errorPage .reportWindow {
    position: fixed;
    width: 450px;
    z-index: 1001;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #20232D;
    border: 1px solid #00457d;
    padding: 10px;
    box-sizing: border-box;
    color: white;
    display: none; }
    #errorPage .reportWindow.active {
      display: block; }
    #errorPage .reportWindow .closeButton {
      width: 20px;
      height: 20px;
      float: right;
      margin: 5px;
      cursor: pointer; }
      #errorPage .reportWindow .closeButton svg {
        width: 100%;
        fill: #FFF; }
    #errorPage .reportWindow .windowBody {
      float: left;
      width: 100%;
      padding: 35px;
      box-sizing: border-box; }
      #errorPage .reportWindow .windowBody .titleForm {
        float: left;
        width: 100%;
        font-size: 33px;
        line-height: 35px;
        text-align: center;
        margin-bottom: 15px;
        font-variant-caps: all-small-caps; }
      #errorPage .reportWindow .windowBody .description {
        padding: 10px 0; }
      #errorPage .reportWindow .windowBody label {
        float: left;
        width: 100%;
        line-height: 25px;
        padding: 5px 0;
        font-size: 14px; }
      #errorPage .reportWindow .windowBody textarea {
        width: 100%;
        font-size: 14px;
        height: 140px;
        background-color: white !important;
        border-radius: 0;
        padding: 10px;
        box-sizing: border-box;
        font-family: 'Montserrat', sans-serif; }
  #errorPage .errorForm {
    width: 600px;
    color: white;
    float: left;
    padding: 50px 40px;
    box-sizing: border-box;
    top: 50%;
    position: absolute;
    transform: translateY(-52%); }
    #errorPage .errorForm .platformIcon {
      float: left;
      width: 100%;
      margin-bottom: 15px; }
      #errorPage .errorForm .platformIcon img {
        width: 100px;
        max-width: 100%;
        max-height: 150px; }
    #errorPage .errorForm .span12 {
      float: left;
      width: 100%; }
    #errorPage .errorForm .title {
      font-size: 29px;
      float: left;
      width: 100%;
      line-height: 50px;
      font-variant-caps: all-small-caps;
      font-size: 55px; }
    #errorPage .errorForm .errorDescription {
      padding: 25px 0;
      line-height: 30px;
      font-size: 18px; }

.cb-slideshow,
.cb-slideshow:after {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 0; }

.cb-slideshow {
  margin: 0; }

.cb-slideshow:after {
  content: '';
  background: transparent url(../images/pattern.png) repeat top left; }

.cb-slideshow li span {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  color: transparent;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: none;
  opacity: 0;
  z-index: 0;
  animation: imageAnimation 20s linear infinite 0s; }

@keyframes imageAnimation {
  0% {
    opacity: 0;
    transform: scale(1.6);
    animation-timing-function: ease-in; }
  8% {
    opacity: 1;
    transform: scale(1.5);
    animation-timing-function: ease-out; }
  70% {
    opacity: 1;
    transform: scale(1); }
  92% {
    opacity: 1; }
  100% {
    opacity: 0; } }

#slideBackground li{
  list-style-type: none;
}

