html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

a {text-decoration: none;}
* { box-sizing: border-box; }

::-webkit-scrollbar {
    display: none;
}

body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	line-height: 1.6;
	height: 100%;
	width: 100%;
	color: white;
	font-weight:  400;
	font-family: 'Brandon Grotesque';
}

a {
	color: white;
	font-weight: 900;
}

@font-face {
  font-family: 'Brandon Grotesque';
  src: url('fonts/Brandon_blk.eot'); /* IE9 Compat Modes */
  src: url('fonts/Brandon_blk.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/Brandon_blk.woff') format('woff'), /* Modern Browsers */
       url('fonts/Brandon_blk.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('fonts/Brandon_blk.svg#31abb7704a87130091ce57face358af8') format('svg'); /* Legacy iOS */

  font-style:   normal;
  font-weight:  900;
}

@font-face {
  font-family: 'Brandon Grotesque';
  src: url('fonts/Brandon_reg.eot'); /* IE9 Compat Modes */
  src: url('fonts/Brandon_reg.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/Brandon_reg.woff') format('woff'), /* Modern Browsers */
       url('fonts/Brandon_reg.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('fonts/Brandon_reg.svg#50bf5a2005a5412419d6a4b30314e68e') format('svg'); /* Legacy iOS */

  font-style:   normal;
  font-weight:  400;
}



/*@-webkit-keyframes zoom {
    from {
    	-webkit-transform: scale(1,1);
    }
    to {
    	-webkit-transform: scale(1.5,1.5);
    }
}

@keyframes zoom {
   from {
        transform: scale(1,1);
   }
   to {
        transform: scale(1.3,1.3);
   }
}*/

.title.first {
	position: fixed;
	right: 0px;
	bottom: 0px;
	background: #000;
	font-size: 20px;
	line-height: 30px;
	text-transform: uppercase;
	color: white;
	text-align: right;
	display: inline-block;
	z-index: 9999;
	padding: 15px 30px;
	font-weight: 900;
}

.title.second {
	position: fixed;
	left: 0px;
	top: 0px;
	background: #000;
	font-size: 20px;
	line-height: 30px;
	text-transform: uppercase;
	color: white;
	text-align: right;
	display: inline-block;
	z-index: 9999;
	padding: 15px 30px;
	font-weight: 900;
}

#slides, .item, body {
	background-color: #2C3641!important;
}

.item .duo {
	z-index: 9999!important;
	width: 100%;
	height: 100%;
	display: block;
	position: absolute!important;
	left: 0px;
	top: 0px;
}

@keyframes oo {
	100% {
		transform: rotateY(5deg) rotateX(5deg) translateZ(0) translateY(-48%)
	}
}

.item .duo .poster {
	float: left!important;
	height: auto!important;
	left: 8%!important;
	position: relative!important;
	box-shadow: 0px 40px 80px rgba(0,0,0,0.3);
	width: 30%!important;
	top: 50%!important;
	
	
	animation: oo 5s infinite alternate ease-in-out -7.5s;
	animation-fill-mode: forwards;
	
	transform: rotateY(0deg) rotateX(0deg) translateZ(0) translateY(-50%);
	-webkit-transform: rotateY(0deg) rotateX(0deg) translateZ(0) translateY(-50%);
	-ms-transform: rotateY(0deg) rotateX(0deg) translateZ(0) translateY(-50%);
	
	transform-style: preserve-3d;
}

.item .duo .text {
	float: right;
	display: inline-block;
	max-width: 70%;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	padding: 0% 15% 0% 15%;
	/*top: 25%;*/
	z-index: 9999;
	font-family: 'Lora', serif;
	font-weight: 400;
	font-style: italic;
}

.item .duo .text p {
	font-size: 30px;
    line-height: 46px;
	margin-bottom: 0px;
}

.item .duo .text h2, .item .duo .text p {
	display: inline-block;
}

.item h2 {
	font-size: 80px;
    line-height: 86px;
	margin-bottom: 40px;
	text-transform: uppercase;
	font-weight: 900;
	font-family: "Brandon Grotesque", sans-serif;
	color: #FFF;
	font-style: normal;
	display: block!important;
	text-shadow: 4px 4px 0px rgba(0,0,0,0.15);
}

.item .bg-img {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: gray;
	-webkit-filter: grayscale(1);
	/*-webkit-animation: zoom 40s;
	-moz-animation: zoom 40s;
	-o-animation: zoom 40s;
	animation: zoom 40s;*/
}

.item p.little {
	font-size: 14px!important;
	line-height: 26px!important;
	border-top: 2px solid rgba(153,170,187,0.2);
	padding-top: 40px;
	margin-top: 40px;
	color: #9AB;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-style: normal;
	font-family: "Brandon Grotesque", sans-serif;
	font-weight: 400;
}

.item .little a {
	color: #9AB;
}

.item .duo .text img:last-child {
	display: none!important;
	opacity: 0!important;
}

.none {
	display: none!important;
	opacity: 0!important;
}

.filter {
	width: 100%!important;
	height: 100%!important;
	background-color: rgba(44,54,65,0.94)!important;
    position: fixed!important;
    top: 0px!important;
    left: 0px!important;
    z-index: 55!important;
    overflow: hidden!important;
    display: block!important;    
}


/*.description:last-child {
  display: none;
}*/

@media (max-width: 1000px) {

}

@media (max-width: 700px) {

}

@media (max-width: 500px) {

}

@media only screen
and (min-device-width : 375px)
and (max-device-width : 667px)
and (-webkit-min-device-pixel-ratio: 2) {

}
