@font-face {
    font-family: 'heineken_coreregular';
    src: url('../fonts/heineken-core-webfont.eot');
    src: url('../fonts/heineken-core-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/heineken-core-webfont.woff2') format('woff2'),
    url('../fonts/heineken-core-webfont.woff') format('woff'),
    url('../fonts/heineken-core-webfont.ttf') format('truetype'),
    url('../fonts/heineken-core-webfont.svg#heineken_coreregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'heineken_corebold';
    src: url('../fonts/heineken-core-bold-webfont.eot');
    src: url('../fonts/heineken-core-bold-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/heineken-core-bold-webfont.woff2') format('woff2'),
    url('../fonts/heineken-core-bold-webfont.woff') format('woff'),
    url('../fonts/heineken-core-bold-webfont.ttf') format('truetype'),
    url('../fonts/heineken-core-bold-webfont.svg#heineken_corebold') format('svg');
    font-weight: normal;
    font-style: normal;

}

html {
    margin: 0;
    padding: 0;
}
body.container-fluid {
    font-family:  'heineken_coreregular';
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    padding-left: 30px;
    padding-right: 30px;
    background-color: #126327;
}

img {
    width: 100%;
    height: auto;
}

.hidden {
    display: none;
}

#header {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 9.1666667%;
    background-image: url('../images/header.jpg');
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-color: #fff;
    background-size: cover;
}

#logo, #hashTags {
    float: left;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

#hashTags {
    float: right;
    right: 30px;
}

.targetHashTag {
    float: left;
    width: auto;
    max-height: 100%;
    margin-right: 1.8vw;
}

#wallWrapper {
    position: absolute;
    left: 30px;
    top: 10%;
    right: 30px;
    height: 90%;
    /* overflow:hidden; */
    margin: auto;
    padding: 0;
    transform-origin: center;
    perspective: 10000px;
}

.status {
    position: relative;
    float: left;
    width: 49%;
    height: 42vh;
    margin: 0 1% 0 0;
    perspective: 600px;
    transform: rotateX(0deg);
    border-spacing: 0px;
    /* background-color: #fff; */
}

.status.switchSlide {

}

.statusBlock {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    z-index: 9;
    transition: transform .4s cubic-bezier(.17, .67, .6, .99);
    overflow: hidden;
    backface-visibility: hidden;
}

.status .current {
    transform: rotateX(0);
}

.status.switchSlide .current {
    transform: rotateX(180deg);
}

.status .next {
    transform: rotateX(180deg);
}

.status.switchSlide .next {
    transform: rotateX(360deg);
}

.status:nth-child(2n+2) {
    margin-right: 0;
    margin-left: 1%;
}

.status:nth-child(n+3) {
    margin-top: 3vh;
}

.statusBlock.twitter:after, .statusBlock.instagram:after {
    content: "";
    display: block;
    position: absolute;
    width: 23px;
    height: 20px;
    bottom: 1vw;
    right: 1vw;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-color: transparent;
    background-size: auto 100%;
}

.statusBlock.twitter:after {
    background-image: url(../images/twitter.png);
}
.statusBlock.instagram:after {
    background-image: url(../images/instagram.png);
}

.avatar {
    float: left;
    width: 4vw;
    height: 4vw;
    overflow: hidden;
    position: relative;
}

img.avatarImg {
    width: 100%;
    height: 100%;
}

.user {
    position: relative;
    height: 4vw;
    float: left;
    margin-left: 1vw;
}

.username {
    font-family: 'heineken_corebold';
    color: #fff;
    font-size: 2.5vh;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.media {
    text-align: center;
}

.content {
    padding: 1vw;
}

.message {
    margin-top: 2.5vh;
    font-family: 'heineken_coreregular';
    color: #fff;
    font-size: 2.5vh;
}

.noMedia .message {
    font-size: 3.6vh;
}

.message .hashTag {
    font-family: 'heineken_corebold';
    color: #fff;
}

.media {
    position: absolute;
    height: 100.1%;
    top: 0;
    left: 0;
    overflow: hidden;
}

.statusBlock > .media {
    margin-top: -0.02vw;
    margin-left: -0.02vw;
    padding: 0;
}

img.mediaImg {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

img.mediaImg.vertical, img.mediaImg.square {
    width: 100%;
    height: auto;
}

img.mediaImg.horisontal {
    height: 100%;
    width: auto;
    max-width: none;
}

/* Animations */
.backgrounds > * {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;

    animation-name: bgFadeInOut;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-duration: 12s;

    -webkit-animation-name: bgFadeInOut;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-duration: 12s;
}

.bg1 {
    background: url('../images/bg-1.jpg') no-repeat center fixed;
    animation-delay: 12s;
    -webkit-animation-delay: 12s;
}

.bg2 {
    background: url('../images/bg-2.jpg') no-repeat center fixed;
    animation-delay: 6s;
    -webkit-animation-delay: 6s;
}

.bg3 {
    background: url('../images/bg-3.jpg') no-repeat center fixed;
    animation-delay: 0s;
    -webkit-animation-delay: 0s;
}

@keyframes bgFadeInOut {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes bgFadeInOut {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

/*@-webkit-keyframes colors {
	0% {
		background-image: url('../images/bg-3.jpg');
	}
	50% {
		background-image: url('../images/bg-2.jpg');
	}
	66.66% {
		background-image: url('../images/bg-1.jpg');
	}
	100% {
		background-image: url('../images/bg-3.jpg');
	}
}
@keyframes colors {
	0% {
		background-image: url('../images/bg-3.jpg');
	}
	50% {
		background-image: url('../images/bg-2.jpg');
	}
	66.66% {
		background-image: url('../images/bg-1.jpg');
	}
	100% {
		background-image: url('../images/bg-3.jpg');
	}
}*/
