/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

html, body {
	width: 100%;
	margin: 0;
	padding: 0;
}

body {
    font-size: 1em;
    line-height: 1.4;
    font-family: "Source Sans Pro", sans-serif;
    color: white;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

a {
	text-decoration: none;
}

img {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

ul {
	padding: 0;
	margin: 0;
	text-decoration: none;
}

.arrow-up {
	width: 0; 
	height: 0; 
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	
	border-bottom: 5px solid white;
}

.arrow-down {
	width: 0; 
	height: 0; 
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	
	border-top: 8px solid white;
}

.arrow-right {
	width: 0; 
	height: 0; 
	border-top: 60px solid transparent;
	border-bottom: 60px solid transparent;
	
	border-left: 60px solid white;
}

.arrow-left {
	width: 0; 
	height: 0; 
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent; 
	
	border-right:10px solid white; 
}

.diamond{ 
    position: relative; 
    height: 7px; 
    width: 7px; 
    padding: 0px; 
    background-color: white; 
    -webkit-transform: rotate(45deg) skew(0deg); 
    transform: rotate(45deg) skew(0deg); 
    display: inline-block;
    vertical-align: top;
}

.diamond-outline {
	position: relative; 
    height: 7px; 
    width: 7px; 
    padding: 0px; 
    background-color: transparent; 
    -webkit-transform: rotate(45deg) skew(0deg); 
    transform: rotate(45deg) skew(0deg); 
    display: inline-block;
    vertical-align: top;
    border: 1px solid white;
}

.left {
	float: left;
	margin: 0;
	padding: 0;
}

.right {
	float: right;
	margin: 0;
	padding: 0;
}

.sound-button{
	width: 20px;
	height: 16px;
	background: url(../images/sound-button.png);
	display: block;
	
}

.alpha-button {
	-webkit-transition: opacity 0.25s ease-out;
	-moz-transition: opacity 0.25s ease-out;
	-o-transition: opacity 0.25s ease-out;
	-ms-transition: opacity 0.25s ease-out;
	transition: opacity 0.25s ease-out;
}

.alpha-button:hover {
	opacity: 0.75;
}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/*PRELOADER*/
.preloader {
	width: 100%;
	height: 100%;
	background-color: black;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9999;
}

.preloader .preloader-content {
	text-align: center;
	top: 50%;
	margin-top: -200px;
	width: 100%;
	position: absolute;
}

.overlay {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 110;
	top: 0;
	left: 0;
	display: none;
	
}

.overlay .overlay-bg {
	background: rgba(0, 0, 0, 0.5);
	width: 100%;
	height: 100%;
}

.overlay .overlay-content {
	position: absolute;
	top: 0px;
	left: 0px;
	padding-top: 50px;
}

.close-button {
	width: 32px;
	height: 38px;
	background: url(../images/close-button.png);
	display: block;
	position: absolute;
	top: 0;
}

.overlay .item-share {
	width: 209px !important;
}

.overlay .tag-container p {
	color: #00b3c7;
}

.video-player {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: black;
	display: none;
	z-index: 500;
}

.video-player .close-button {
	right: 30px;
	top: 30px;
	z-index: 9999;
}

.video-container {
	/*position: absolute;
    left: 0; 
    right: 0;
    top: 50%;
    padding-bottom: 56.2%;
    margin-top: -28.1%;
    height: 0;
    overflow: hidden;*/
    width: 100%;
    height: 100%;
}

.video-container iframe,
.video-container object,
.video-container embed {
    width: 100%;
    height: 100%;
}


.bg {
	background: url(../images/bg.jpg) no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
	background-color: black;
}

.page {
	position: relative;
	
}

.page .page-content {
	max-width: 1700px;
	margin: 0 auto;
}

#tumblr_controls {display:none;}

.tumblr-buttons {
	position: absolute;
	right: 20px;
	top: 10px;
}

.tumblr-buttons li {
	display: inline-block;
	vertical-align: top;
}

.tumblr-buttons li:last-child {
	margin-top: -1px;
}

.tumblr-buttons li a {
	display: block;
}

.tumblr-follow-button {
	width: 75px;
	height: 14px;
	background: url(../images/tumblr-follow-button.png);
	margin-right: 10px;
}

.tumblr-dashboard-button {
	width: 105px;
	height: 16px;
	background: url(../images/dashboard-button.png);
}
   
/*HEADER*/
header {
	font-weight: 300;
	border-bottom: 1px solid #c7d8e8;
	position: relative;
	z-index: 2
}

header .desktop {
	display: none;
}

.ticket-button {
	padding: 10px;
	background: #ff3b5a;
	color: white;
}

header .desktop .ticket-button {
	position: absolute;
	right: 20px;
	bottom: 42%;
	padding: 5px 10px 5px 10px;
}

header .mobile .ticket-button {
	display: block;
	width: 200px;
	position: relative;
	padding: 10px 20px 10px 20px;
	font-size: 1.5em;
	margin: 20px auto 0 auto;
}


/*BILLING BLOCK*/
header .desktop .header-billing {
	width: 100%;
	text-align: center;
}

header .desktop .header-billing img {
	width: 100%;
	height: auto;
	max-width: 1500px;
	min-width: 768px;
}

/*HEADER ACTION DIV*/
header .desktop .header-action {
	background-color: rgba(61, 122, 175, 0.29);
	width: 100%;
	height: 40px;
}

header .desktop .header-action ul li {
	display: inline-block;
	vertical-align: top;
	
}

header .desktop .header-action .left {
	height: 100%;
	padding-left: 20px;
}

header .desktop .header-action .sound-button {
	margin-top: 12px;
}

/*SORT MENU*/
.sort-menu {
	width: 160px;
	max-height: 15px;
	border: 1px solid white;
	color: white;
	padding: 4px 0 6px 0;
	font-weight: 300;
	font-size: 0.9em;
	-webkit-transition: max-height 0.25s ease-out, padding-bottom 0.25s ease-out;
	-moz-transition: max-height 0.25s ease-out, padding-bottom 0.25s ease-out;
	-o-transition: max-height 0.25s ease-out, padding-bottom 0.25s ease-out;
	-ms-transition: max-height 0.25s ease-out, padding-bottom 0.25s ease-out;
	transition: max-height 0.25s ease-out, padding-bottom 0.25s ease-out;
	overflow: hidden;
	position: relative;
	background-color: #122333;
}

header .sort-menu {
	margin-top: 6px;
	margin-left: 15px;
}

.mobile-sort.sort-menu {
	margin: 45px auto 20px auto;
	width: 250px;
}

.sort-menu:hover {
	max-height: 300px;
	padding-bottom: 0;
}

.sort-menu .sort-menu-button {
	color: white;
	width: 100%;
	display: block;
	padding-left: 5px;
	box-sizing: border-box; 
	-moz-box-sizing: border-box;
	margin-bottom: 10px;
}

.sort-menu .sort-menu-button .arrow-down {
	margin: 5px 5px 0 0;
	font-size: 0.9em;
	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	-ms-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}

.sort-menu:hover a .arrow-down {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.sort-menu ul li {
	display: block;
	padding: 0 5px 0 5px;
	box-sizing: border-box; 
	-moz-box-sizing: border-box;
	width: 100%;
	-webkit-transition: background 0.25s ease-out;
	-moz-transition: background 0.25s ease-out;
	-o-transition: background 0.25s ease-out;
	-ms-transition: background 0.25s ease-out;
	transition: background 0.25s ease-out;
	
}

.sort-menu ul li:hover {
	background: #00b3c7;
}


.sort-menu ul li a .diamond {
	margin-right: 10px;
	margin-top: 5px;
}

.sort-menu ul li a {
	color: white;
	display: block;
	padding: 10px 0 10px 0;
}

.sort-menu ul li:last-child a{
	border-bottom: none;
	padding-bottom: none;
}


header .desktop .header-action .right {
	margin-right: 10px;
}

header .desktop .header-action .right ul {
	margin-top: 8px;
}

header .desktop .header-action .right ul li {
	margin-right: 10px;
	font-size: 0.9em;
	line-height: 23px;
}

header .desktop .header-action .right a {
	color: white;
	font-weight: 300;
}

header .desktop .header-action .right .diamond {
	margin-right: 8px;
	margin-top: 8px;
	background-color: #bcc0c7;
}

header .social-icon {
	width: 23px;
	height: 23px;
	background-image: url(../images/social-icons.png);
	display: block;
}

header .twitter-button {
	background-position: -41px 0;
}

header  .pintrest-button {
	background-position: -85px 0;
}

header  .instagram-button {
	background-position: -125px 0;
}

header .mobile {
	display: block;
}

header .mobile .header-billing {
	width: 100%;
	text-align: center;
	padding: 30px 0 30px 0;
}

header .mobile .header-billing img {
	width: 90%;
	height: auto;
}

header .mobile ul {
	position: relative;
	margin: 0;
	text-align: center;
	margin-bottom: 20px;
}

header .mobile li {
	display: inline-block;
	margin-right: 15px;
	vertical-align: top;
}

header .mobile li a {
	color: white;
}

header .mobile li a .diamond {
	margin-top: 7px;
	margin-right: 8px;
}

header .mobile li .sound-button {
	margin-top: 3px;
}

header .mobile li:last-child {
	margin-right: 0;
}

/*FOOTER*/
footer {
	padding: 20px 0 40px 0;
}

footer ul {
	text-align: center;
	position: relative;
	z-index: 5;
}

footer ul li {
	display: inline-block;
}

footer ul:before {
	width: 60px;
	height: 1px;
	display: block;
	border-top:1px solid rgba(255, 255, 255, 0.30);
	content:"";
	position: relative;
	margin: 0 auto 20px auto;
}

footer ul:after {
	width: 60px;
	height: 1px;
	display: block;
	border-top:1px solid rgba(255, 255, 255, 0.30);
	content:"";
	position: relative;
	margin: 20px auto 0 auto;
}


footer ul li:after {
	margin: 0 10px 0 20px;
	border-right: 1px solid rgba(255, 255, 255, 0.30);
	height: 8px;
	width: 1px;
	content: "";
}

footer ul li:last-child:after {
	border: none;
	margin: 0;
	position: relative;
	z-index: 5;
}

footer ul li a {
	color: white;
	opacity: .30;
	-webkit-transition: color 0.25s ease-out;
	-moz-transition: color 0.25s ease-out;
	-o-transition: color 0.25s ease-out;
	-ms-transition: color 0.25s ease-out;
	transition: color 0.25s ease-out;
	position: relative;
	z-index: 1;
}

footer ul li a:hover {
	opacity: 1;
	
}

footer .ratings {
	position: fixed;
	bottom: -200px;
	z-index: 5;
	background: black;
	width: 100%;
	height: 190px;
	padding: 20px 20px 0 20px;
	box-sizing: border-box;
	left: 0;
	-webkit-transition: bottom 0.25s ease-out;
	-moz-transition: bottom 0.25s ease-out;
	-o-transition: bottom 0.25s ease-out;
	-ms-transition: bottom 0.25s ease-out;
	transition: bottom 0.25s ease-out;
	text-align: center;
}

footer .ratings img {
	width: 80%;
}

footer .ratings .close-button {
	right: 5px;
	top: 5px;
	width: 25px;
	height: 29px;
	background-size: contain;
}

/*SLIDE SHOW*/
.slideshow {
	/*width: 90%;*/
	height: auto;
	overflow: visible;
	position: relative;
	z-index: 1;
	position: relative;
	margin: 0 auto;
	
}

.slideshow .slide-container {
	position: relative;
	border-bottom: 1px solid white;
}

.slideshow .slide-container ul li {
	display: block;
	position: absolute;
	width: 100%;
	top: 0;
}

.slideshow .slide-container ul li:first-child {
	position: relative;
}

.slideshow .slide-container ul li img {
	width: 100%;
	height: auto;
}

.slideshow .slideshow-arrow-left {
	position: absolute;
	bottom: 20px;
	left: 20px;
	width: 34px;
	height: 39px;
	z-index: 100;
	
	cursor: pointer;
	
	display: none;
}

.slideshow .slideshow-arrow-left .slideshow-arrow-left-one {
	background: url(../images/slideshow-arrow-left-1.png);
	width: 34px;
	height: 39px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: top 0.75s ease-out;
	-moz-transition: top 0.75s ease-out;
	-o-transition: top 0.75s ease-out;
	-ms-transition: top 0.75s ease-out;
	transition: top 0.75s ease-out;
}

.slideshow .slideshow-arrow-left:hover .slideshow-arrow-left-one, .slideshow .slideshow-arrow-right:hover .slideshow-arrow-right-one {
	top: -12px;
}

.slideshow .slideshow-arrow-left .slideshow-arrow-left-two {
	background: url(../images/slideshow-arrow-left-2.png);
	width: 34px;
	height: 39px;
	display: block;
}

.slideshow .slideshow-arrow-right {
	position: absolute;
	right: 20px;
	bottom: 20px;
	width: 34px;
	height: 39px;
	z-index: 100;
	
	cursor: pointer;
	
	display: none;
}

.slideshow .slideshow-arrow-right .slideshow-arrow-right-one {
	background: url(../images/slideshow-arrow-right-1.png);
	width: 34px;
	height: 39px;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	-webkit-transition: top 0.75s ease-out;
	-moz-transition: top 0.75s ease-out;
	-o-transition: top 0.75s ease-out;
	-ms-transition: top 0.75s ease-out;
	transition: top 0.75s ease-out;
}

.slideshow .slideshow-arrow-right .slideshow-arrow-right-two {
	background: url(../images/slideshow-arrow-right-2.png);
	width: 34px;
	height: 39px;
	display: block;
}


.slideshow .bread-crumbs {
	position: absolute;
	left: 50%;
	bottom: -38px;
}

.slideshow .bread-crumbs .bread-crumb {
	margin-right: 10px;
	cursor: pointer; 
	border-color: white;
	background-color: white\9;
	
	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	-ms-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}

.slideshow .bread-crumbs .bread-crumb:hover {
	-webkit-transform: rotate(145deg);
	-moz-transform: rotate(145deg);
	-o-transform: rotate(145deg);
	-ms-transform: rotate(145deg);
	transform: rotate(145deg);
}

.slideshow .bread-crumbs .bread-crumb:active {
	background: #b3b3b4;
}

.slideshow .bread-crumbs .active-crumb {
	background: #b3b3b4;
}

.slide-pintrest, .slide-instagram {
	width: 4.48%;
	height: 11.5%;
	display: inline-block;
	background: red;
	position: absolute;
	bottom: 11%;
	
}

.slide-pintrest {
	left: 44%;
	background: url(../images/slideshow/pintrest-btn.png);
	background-size: contain;
}

.slide-instagram {
	left: 51.4%;
	background: url(../images/slideshow/instagram-btn.png);
	background-size: contain;
}


.content {
	width: 100%;
	padding-bottom: 30px;
	position: relative;
	
}

#content-container {
	margin: 0 auto;
}

.item {
	margin: 5px;
	cursor: pointer;
	overflow: hidden;
	position: relative;	
}

.item:after {
	height: 1px;
	width: 100%;
	border-bottom: 1px solid white;
	content: "";
	display: block;
	margin-bottom: 5px;
}

.item:last-child:after {
	border: none;
}

.item .image-container {
	overflow: hidden;
}

.item:hover .item-overlay{
	opacity: 1;
}

.item .item-overlay .item-overlay-click {
	width: 100%;
	position: absolute;
}

.item .item-overlay {
	width: 100%;
	/*height: 100%;*/
	background: rgba(0, 0, 0, 0);
	opacity: 1;
	-webkit-transition: opacity 0.25s ease-out;
	-moz-transition: opacity 0.25s ease-out;
	-o-transition: opacity 0.25s ease-out;
	-ms-transition: opacity 0.25s ease-out;
	transition: opacity 0.25s ease-out;
}

.item-share {
	width: 200px;
	height: 35px;
	border: 1px solid white;
	position: relative;
	text-decoration: none;
	font-size: 0.8em;
	margin: 20px auto;
}

.item-share li {
	display: inline-block;
	border-right: 1px solid white;
	width: 49.1px;
	height: 100%;
	opacity: 1;
}

.item-share li:nth-child(1){
	
	transition-delay: 0.25s;
	-webkit-transition-delay: 0.25s;
	
}

.item-share li:nth-child(2){
	transition-delay: 0.35s;
	-webkit-transition-delay: 0.35s;
	
}

.item-share li:nth-child(3){
	transition-delay: 0.45s;
	-webkit-transition-delay: 0.45s;
	
}

.item-share li:nth-child(4){
	transition-delay: 0.75s;
	-webkit-transition-delay: 0.55s;
	
}

.item-share:after {
	content: "";
	text-align: center;
	
}

.item-share li:last-child {
	border-right: none;
}

.item-share-item a {
	display: block;
	background: url(../images/share-buttons.png);
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	opacity: 0.75;
	-webkit-transition: opacity 0.25s ease-out;
	-moz-transition: opacity 0.25s ease-out;
	-o-transition: opacity 0.25s ease-out;
	-ms-transition: opacity 0.25s ease-out;
	transition: opacity 0.25s ease-out;
}

.item-share-item a:hover {
	opacity: 1;
}

.overlay-content .item-share li {
	opacity: 1 !important;
}

a.like {
	background-position: -53px 0;
}

a.liked {
	background-position: -200px 0;
}

a.facebook {
	background-position: -100px 0;
}

a.twitter {
	background-position: -150px 0;
}

.item-image {
	width: 100%;
	background: rgba(0, 0, 0, 0.5);
	display: block;
	position: relative;
}

.image-container {
	margin: 0 auto;
}

.image-container img {
	width: 100%;
}

.item img {
	width: 100%;
}

.like-frame {
	position: absolute;
	display: none;
}

.synosis {
	position: absolute;
	left: -9999px;
	z-index: -1;
}


/* ==========================================================================
   Media Queries
   ========================================================================== */
@media only screen and (min-width : 768px){
	header .desktop{
		display: block;
	}
	
	header .mobile{
		display: none;
	}
	
	footer .ratings img {
		width: 625px;
	}
	
	.mobile-sort.sort-menu {
		display: none;
	}
	
	.slideshow .slideshow-arrow-right, .slideshow .slideshow-arrow-left {
		display: block;
	}
	
	.slideshow .bread-crumbs {
		bottom: 2%;
	}
	
	.slideshow {
		overflow: hidden;
	}
	
	.slideshow-button {
		cursor: pointer;
	}
	
		
	.content {
		padding-top: 20px;
	}
	
	.item .item-overlay .item-overlay-click {
		height: 100%;
	}
	
	.item .item-overlay {
		opacity: 0;
		position: absolute;
		top: 0;
		left: 0;
		background: rgba(59, 26, 85, 0.80);
		height: 100%;
	}
	
	.item:after {
		height: 0;
		width: 0;
		border-bottom: none;
		content: "";
		display: none;
		margin-bottom: 0;
	}
	
	.item:hover .item-share li {
		opacity: 1;
	}

	
	.item-share li {
		opacity: 0;
		-webkit-transition: opacity 0.5s ease-out;
		-moz-transition: opacity 0.5s ease-out;
		-o-transition: opacity 0.5s ease-out;
		-ms-transition: opacity 0.5s ease-out;
		transition: opacity 0.5s ease-out;
	}
	
	.item .item-overlay .item-share {
		position: absolute;
		left: 50%;
		top: 50%;
		margin-left: -100px;
		margin-top: -23px;
		font-size: 0.8em;
		margin-right: 0;
		margin-bottom: 0;
	}
	
	.item .item-overlay .item-share:after {
		content: "#THELOFT";
		text-align: center;
	}
}

@media only screen and (min-width : 966px){
	header .desktop .ticket-button {
		position: absolute;
		right: 20px;
		bottom: 37%;
		padding: 10px 20px 10px 20px;
		font-size: 1.5em;
	}
}

@media only screen and (min-width: 35em) {

}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {

}


/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}