* {
	color: white;
}

html
{
	background: #000 !important;
	margin: 0px !important;
	margin-top: 0px !important;
}

body
{
	margin: 0px !important;
}

header, footer
{
	display: none !important;
}

.skip-link
{
	display: none;
}

#rs{display:none}
/* custom full-screen styles */
:-webkit-full-screen .main {
 background-color: #ccc;
 font-size: 24px;
 width: 95%;
}
:-moz-full-screen .main {
 background-color: #ccc;
 font-size: 24px;
 width: 95%;
}
:-webkit-full-screen #fs{display:none}
:-moz-full-screen #fs{display:none}
:-webkit-full-screen #rs{display:block}
:-moz-full-screen #rs{display:block}

#fullscreen
{
	position: fixed;
	left: 0px;
	bottom: 0px;
	margin: 20px;
	cursor: pointer;
	cursor: hand;
	transition: 0.5s ease 0s;
	opacity: 0;
}
#fullscreen:hover
{
	opacity: 1;
	background-color: blue;
}
#fullscreen #fs:before
{
	content: url(../images/fullscreen.png);
}
#fullscreen #rs:before
{
	content: url(../images/minimize.png);
}

@-webkit-keyframes fadeIn
{
    0%
	{
        opacity: 1;
    }
    50%
	{
        opacity:0.1;
    }
    100%
	{
        opacity: 1;
    }
}

@keyframes fadeIn
{
    0%
	{
        opacity: 1;
    }
    50%
	{
        opacity:0.1;
    }
    100%
	{
        opacity: 1;
    }
}

#preloaded
{
	background-color: #000;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: fixed;
	-webkit-animation: fadeIn 4s both; /* attach the animation to bar rather than baz */
    animation: fadeIn 4s both;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-play-state: running;
	animation-play-state: running;
	left: 0px;
	top: 0px;
}

#primary
{
	height: 100%;
	width: 100%;
}

main
{
	position: fixed;
	top: 0px;
	width: 100%;
	height: 100%
}

#menu-header
{
	height: 0%;
	display: none;
}
.menu-logo
{
	height: 100%;
	width: 0%;
	float: right;
}

.menu-logo img
{
	padding: 10px;
	height: 100%;
}

.menu-left-bar
{
	width: 80%;
	height: 100%;
	float: right;
}

#menu-content
{
	height: 100%;
}

@keyframes slidy {
0% { left: 0%; }
20% { left: 0%; }
25% { left: 100%; }
45% { left: 100%; }
50% { left: 200%; }
70% { left: 200%; }
75% { left: 300%; }
95% { left: 300%; }
100% { left: 400%; }
}


div#slider { height: 100%; overflow: hidden; }
div#slider figure img { width: 20%; float: left; height: 100%; }
div#slider figure { 
  position: relative;
  width: 500%;
  margin: 0;
  left: 0;
  text-align: left;
  font-size: 0;
  animation: 30s slidy infinite;
  height: 100%
}

video#bgvid { 
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    /*background: url(polina.jpg) no-repeat;*/
    background-size: cover; 
}

.entry-content
{
	margin-right: 0 !important;
	margin-left: 0 !important;
}

#pojo-scroll-up, #pojo-a11y-toolbar
{
	display: none !important;
}