/* Global style */
/* Import */
/* Variables */
/* Colors */
/* Administration */
/* Responsive variables */
/* Logo */
/* Menu */
/* Animation */
.animate {
  transition-property: all;
  transition-duration: .5s; }

/* Full absolute display */
.full-absolute, .main, .main-container {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px; }

/* Main */
body {
  margin: 0px;
  padding: 0px;
  font-family: Helvetica, Arial, sans-serif; }

.main {
  display: block;
  overflow: hidden;
  background: blue; }
  .main.admin-mode {
    top: 40px; }

.main-container {
  overflow: hidden;
  /*overflow-x: hidden;
	overflow-y: auto;*/
  background: grey; }

/* General tags */
a {
  text-decoration: none !important; }

/* TMP */
.content {
  width: 100%;
  background: #ffbb00; }
