﻿body {
  
}

@media (min-width: 320px) {
  #mediaQueryJsHack {
      -webkit-animation: min-width-320px .001s 1;
      -moz-animation: min-width-320px .001s 1;
      -ms-animation: min-width-320px .001s 1;
      -o-animation: min-width-320px .001s 1;
      animation: min-width-320px .001s 1; /* IE 10+ */
  }
}
@media (min-width: 400px) {
  #mediaQueryJsHack {
      -webkit-animation: min-width-400px .001s 1;
      -moz-animation: min-width-400px .001s 1;
      -ms-animation: min-width-400px .001s 1;
      -o-animation: min-width-400px .001s 1;
      animation: min-width-400px .001s 1; /* IE 10+ */
  }
}
@media (min-width: 480px) {
  #mediaQueryJsHack {
      -webkit-animation: min-width-480px .001s 1;
      -moz-animation: min-width-480px .001s 1;
      -ms-animation: min-width-480px .001s 1;
      -o-animation: min-width-480px .001s 1;
      animation: min-width-480px .001s 1; /* IE 10+ */
  }
}
@media (min-width: 560px) {
  #mediaQueryJsHack {
      -webkit-animation: min-width-560px .001s 1;
      -moz-animation: min-width-560px .001s 1;
      -ms-animation: min-width-560px .001s 1;
      -o-animation: min-width-560px .001s 1;
      animation: min-width-560px .001s 1; /* IE 10+ */
  }
}
@media  (min-width: 640px) {
  #mediaQueryJsHack {
      -webkit-animation: min-width-640px .001s 1;
      -moz-animation: min-width-640px .001s 1;
      -ms-animation: min-width-640px .001s 1;
      -o-animation: min-width-640px .001s 1;
      animation: min-width-640px .001s 1; /* IE 10+ */
  }
}
@media  (min-width: 720px) {
  #mediaQueryJsHack {
      -webkit-animation: min-width-720px .001s 1;
      -moz-animation: min-width-720px .001s 1;
      -ms-animation: min-width-720px .001s 1;
      -o-animation: min-width-720px .001s 1;
      animation: min-width-720px .001s 1; /* IE 10+ */
  }
}
@media (min-width: 768px) {
  #mediaQueryJsHack {
      -webkit-animation: min-width-768px .001s 1;
      -moz-animation: min-width-768px .001s 1;
      -ms-animation: min-width-768px .001s 1;
      -o-animation: min-width-768px .001s 1;
      animation: min-width-768px .001s 1; /* IE 10+ */
  }
}
@media (min-width: 992px) {
  #mediaQueryJsHack {
      -webkit-animation: min-width-992px .001s 1;
      -moz-animation: min-width-992px .001s 1;
      -ms-animation: min-width-992px .001s 1;
      -o-animation: min-width-992px .001s 1;
      animation: min-width-992px .001s 1; /* IE 10+ */
  }
}
@media (min-width: 1200px) {
  #mediaQueryJsHack {
      -webkit-animation: min-width-1200px .001s 1;
      -moz-animation: min-width-1200px .001s 1;
      -ms-animation: min-width-1200px .001s 1;
      -o-animation: min-width-1200px .001s 1;
      animation: min-width-1200px .001s 1; /* IE 10+ */
  }
}

@-webkit-keyframes min-width-320px {
  from {
        background-color: transparent;
    }

    to {
        background-color: #fff;
    }
}
@-moz-keyframes min-width-320px {
  from {
        background-color: transparent;
    }

    to {
        background-color: #fff;
    }
}
@keyframes min-width-320px {
  from {
        background-color: transparent;
    }

    to {
        background-color: #fff;
    }
}

@-webkit-keyframes min-width-400px {
  from {
        background-color: transparent;
    }

    to {
        background-color: #fff;
    }
}
@-moz-keyframes min-width-400px {
  from {
        background-color: transparent;
    }

    to {
        background-color: #fff;
    }
}
@keyframes min-width-400px {
  from {
        background-color: transparent;
    }

    to {
        background-color: #fff;
    }
}

@-webkit-keyframes min-width-480px {
  from {
        background-color: transparent;
    }

    to {
        background-color: #fff;
    }
}
@-moz-keyframes min-width-480px {
  from {
        background-color: transparent;
    }

    to {
        background-color: #fff;
    }
}
@keyframes min-width-480px {
  from {
        background-color: transparent;
    }

    to {
        background-color: #fff;
    }
}

@-webkit-keyframes min-width-560px {
  from {
        background-color: transparent;
    }

    to {
        background-color: #fff;
    }
}
@-moz-keyframes min-width-560px {
  from {
        background-color: transparent;
    }

    to {
        background-color: #fff;
    }
}
@keyframes min-width-560px {
  from {
        background-color: transparent;
    }

    to {
        background-color: #fff;
    }
}

@-webkit-keyframes min-width-640px {
  from {
        background-color: transparent;
    }

    to {
        background-color: #fff;
    }
}
@-moz-keyframes min-width-640px {
  from {
        background-color: transparent;
    }

    to {
        background-color: #fff;
    }
}
@keyframes min-width-640px {
  from {
        background-color: transparent;
    }

    to {
        background-color: #fff;
    }
}

@-webkit-keyframes min-width-720px {
  from {
        background-color: transparent;
    }

    to {
        background-color: #fff;
    }
}
@-moz-keyframes min-width-720px {
  from {
        background-color: transparent;
    }

    to {
        background-color: #fff;
    }
}
@keyframes min-width-720px {
  from {
        background-color: transparent;
    }

    to {
        background-color: #fff;
    }
}
@-webkit-keyframes min-width-768px {
  from {
        background-color: transparent;
    }

    to {
        background-color: #fff;
    }
}
@-moz-keyframes min-width-768px {
  from {
        background-color: transparent;
    }

    to {
        background-color: #fff;
    }
}
@keyframes min-width-768px {
  from {
        background-color: transparent;
    }

    to {
        background-color: #fff;
    }
}

@-webkit-keyframes min-width-992px {
  from {
        background-color: transparent;
    }

    to {
        background-color: #fff;
    }
}
@-moz-keyframes min-width-992px {
  from {
        background-color: transparent;
    }

    to {
        background-color: #fff;
    }
}
@keyframes min-width-992px {
  from {
        background-color: transparent;
    }

    to {
        background-color: #fff;
    }
}

@-webkit-keyframes min-width-1200px {
  from {
        background-color: transparent;
    }

    to {
        background-color: #fff;
    }
}
@-moz-keyframes min-width-1200px {
  from {
        background-color: transparent;
    }

    to {
        background-color: #fff;
    }
}
@keyframes min-width-1200px {
  from {
        background-color: transparent;
    }

    to {
        background-color: #fff;
    }
}

#mediaQueryJsHack {
    height: 0;
    width: 0;
}

            