
body {
	font-family: 'antennamedium', serif;
	font-size: 13px;
	line-height: 23px;
	color: #666666;
	background: url(../images/cannesbg-desktop-2.jpg) center top no-repeat #ffffff;
	background-size: cover;
	background-attachment: fixed;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: none;
	display: none;
	overflow-y: scroll;
}
.mobile-bg {
	display: none;
}

@-webkit-keyframes spin {
    0% {
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
      -moz-transform: rotate(360deg);
      transform: rotate(360deg);
    }
}
@-moz-keyframes spin {
    0% {
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
      -moz-transform: rotate(360deg);
      transform: rotate(360deg);
    }
}
@-ms-keyframes spin {
    0% {
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
      -moz-transform: rotate(360deg);
      transform: rotate(360deg);
    }
}
@keyframes spin {
    0% {
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
      -moz-transform: rotate(360deg);
      transform: rotate(360deg);
    }
}

.preloader {
	width: 100%;
	text-align: center;
	height: 70px;
	overflow: hidden;
	position: relative;
}
.preloader img {
	position: relative;
	width: 64px;
	height: 64px;
	/*
	top: 50%;
	left: 50%;
	margin-left: -32px;
	margin-top: -32px;
	*/
	-webkit-animation: spin 1s infinite linear;
	-moz-animation: spin 1s infinite linear;
  animation: spin 1s infinite linear;
}

a {
	font-family: 'antennabold', serif;
	color: #333333;
	text-decoration: none;
	outline: none;
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

#wrapper {
	max-width: 998px;
	padding: 1px 20px;
	margin: 0 auto;
}

#header {
	position: relative;
}
#header h1 {
	width: 99px;
	max-width: 100%;
	height: 67px;
	background: url(../images/thehallway_logo_@2.png) center no-repeat;
	background-size: 100% 100%;
	margin: 40px auto 86px;
	overflow: hidden;
	text-indent: -9999px;
	display: none;
}
#header h2 {
	width: 457px;
	max-width: 100%;
	height: 149px;
	background: url(../images/logo_ic.png) center no-repeat;
	background-size: 100% auto;
	margin: 86px auto 78px;
	overflow: hidden;
	text-indent: -9999px;
	display: none;
}
#header .hallway-link {
	display: inline-block;
	position: absolute;
	width: 99px;
	height: 67px;
	top: 0px;
	left: 50%;
	margin-left: -49px;
}
#header .jules-link {
	display: inline-block;
	position: absolute;
	width: 81px;
	height: 54px;
	top: 240px;
	left: 50%;
	margin-left: -114px;
}
#header .simon-link {
	display: inline-block;
	position: absolute;
	width: 90px;
	height: 54px;
	top: 240px;
	left: 50%;
	margin-left: 25px;
}

#section-feed {
	margin: 0 auto;
	display: none;
}
@media (max-width: 1055px) {
	#section-feed {
		max-width: 744px;
	}
}
@media (max-width: 800px) {
	body, html {
		height: 100%;
		background: transparent;
	}
	body {
		background: #2a001d;
	}
	.mobile-bg {
		display: block;
		z-index: -1;
	    position: fixed;
	    top: 0;
	    left: 0;
	    height: 100%;
	    width: 100%;
	    background-size: auto 1024px;
	    -webkit-background-size: auto 1024px;
	    background-image: url(../images/cannesbg-desktop-2.jpg);
	    background-position: top center;
	    background-attachment: scroll;
	}
	#section-feed {
		max-width: 490px;
	}
}
@media (max-width: 555px) {
	body {
		background: #2a001d;
	}
	.mobile-bg {
		display: none;
	}
	#section-feed {
		max-width: 234px;
	}
}
#section-feed ul {
	margin: 0 -10px 75px;
	display: none;
}
#section-feed ul li {
	padding: 10px;
	width: 234px;
}
#section-feed ul li > div {
	background: #ffffff;
	opacity: 0;
	-webkit-transition: all ease 1s;
  -moz-transition: all ease 1s;
  -o-transition: all ease 1s;
  -ms-transition: all ease 1s;
  transition: all ease 1s;
}
#section-feed ul li > div.faded {
	opacity: 1;
}

#section-feed ul li > div .thumb {
	background:  url(../images/preloader.gif) center no-repeat;
}
#section-feed ul li > div .thumb img {
	display: block;
	width: 234px;
	height: 234px;
	-webkit-transition: all ease .5s;
  -moz-transition: all ease .5s;
  -o-transition: all ease .5s;
  -ms-transition: all ease .5s;
  transition: all ease .5s;
  opacity: 0;
}
#section-feed ul li > div .thumb img.loaded {
	opacity: 1;
}
#section-feed ul li > div .text {
	padding: 17px;
}
#section-feed ul li > div .source {
	padding: 0 17px 17px 17px;
	text-align: center;
}

.icon {
	width: 40px;
	height: 40px;
	display: inline-block;
	overflow: hidden;
	text-align: left;
	text-indent: -9999px;
}
.icon-facebook {
	background: url(../images/social_facebook_@2.png) center no-repeat;
	background-size: 100% 100%;
}
.icon-twitter {
	background: url(../images/social_twitter_@2.png) center no-repeat;
	background-size: 100% 100%;
}
.icon-instagram {
	background: url(../images/social_instagram_@2.png) center no-repeat;
	background-size: 100% 100%;
}





