/* Fonts */

    @font-face {
	font-family: 'Proxima Nova Rg Regular';
	src: url('fonts/proxima_nova_rg_regular-webfont.eot');
	src: url('fonts/proxima_nova_rg_regular-webfont.eot?#iefix') format('embedded-opentype'),url('fonts/proxima_rg_regular-webfont.woff') format('woff'),url('fonts/proxima_rg_regular-webfont.ttf') format('truetype');
    }
	@font-face {
	font-family: 'Proxima Nova Rg Bold';
	src: url('fonts/proxima_nova_bold-webfont.eot');
	src: url('fonts/proxima_nova_bold-webfont.eot?#iefix') format('embedded-opentype'),url('fonts/proxima_nova_bold-webfont.woff') format('woff'),url('fonts/proxima_nova_bold-webfont.ttf') format('truetype');
    }
	@font-face {
	font-family: 'Proxima Nova Cn Rg Bold';
	src: url('fonts/proxima_nova_condensed_bold-webfont.eot');
	src: url('fonts/proxima_nova_condensed_bold-webfont.eot?#iefix') format('embedded-opentype'),url('fonts/proxima_nova_condensed_bold-webfont.woff') format('woff'),url('fonts/proxima_nova_condensed_bold-webfont.ttf') format('truetype');
    }
	@font-face {
	font-family: 'Proxima Nova ExCn Rg Bold';
	src: url('fonts/proxima_nova_extra_condensed_bold-webfont.eot');
	src: url('fonts/proxima_nova_extra_condensed_bold-webfont.eot?#iefix') format('embedded-opentype'),url('fonts/proxima_nova_extra_condensed_bold-webfont.woff') format('woff'),url('fonts/proxima_nova_extra_condensed_bold-webfont.ttf') format('truetype');
    }

    @font-face {
	font-family: 'Proxima Nova Extra Condensed Light';
	src: url('fonts/proxima_nova_extra_condensed_light-webfont.eot');
	src: url('fonts/proxima_nova_extra_condensed_light-webfont.eot?#iefix') format('embedded-opentype'),url('fonts/proxima_nova_extra_condensed_light-webfont.woff') format('woff'),url('fonts/proxima_nova_extra_condensed_light-webfont.ttf') format('truetype');
    }

/* Section Cookies */

.CookieMessage {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #000;
    z-index: 9;
    display: none;
  }
  
  .CookieMessage-content {
    font-family: 'Proxima Nova Cn Rg Regular', Gotham, Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-weight: normal;
	text-transform: uppercase;
	color: #fff;
    max-width: 900px;
    margin: 0 auto;
    padding: 20px 20px 0 20px;
    line-height: 1.5;
	text-align: center;

  }

  .CookieMessage-content a {
    font-family: 'Proxima Nova Cn Rg Bold', Gotham, Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: normal;
	text-transform: uppercase;
	color: #44EA62;
	text-decoration: none;
  }

  .CookieMessage-content a:hover{
	color: #44EA62;
	text-decoration: none;
  }

  .CookieMessage-content p {
    margin: 0 0 20px 0;
  }
  
  .CookieMessage-button {
    font-family: 'Proxima Nova Cn Rg Regular', Gotham, Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #000; 
	text-transform: uppercase;
    display: inline-block;
    text-decoration: none;
    padding: 5px 10px 2px;
    border-radius: 10px;
	border: solid 2px #44EA62;
  }

  .CookieMessage-button:hover{
	  text-decoration: none;
  }

/* splash */

    .dev {
	background: url("../images/bg-splash_dev.jpg") no-repeat center;
	background-size: cover;
	width: 100%;
	height: 100vh;
	margin: 0 auto;
	z-index: 9999;
	overflow: hidden;
	position: absolute;
}


/* Section index.php */

    section-contact,
    .section-contact:after { 
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 0; 
}
    .section-contact:after { 
    content: '';
    background: transparent url(../images/pattern.png) repeat top left;
}
    .section-contact li span {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: -1px;
	color: #fff;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: none;
	opacity: 100;
	z-index: 0;
	overflow: visible;
}
    .section-contact li div { 
    top: 200px;
	width: 100%;
	text-align: center;
	opacity: 100;
	color: #fff; 
	left: 20%;
    position: absolute;
    transform: translateX(-20%);
}
    .section-contact li div h2 { 
    font-family: 'Futura Condensed Medium', Arial Narrow, Arial, sans-serif;
    font-size: 35px;
	font-weight: bold;
	text-transform: uppercase;
    padding: 0;
	color: #fff;
	text-decoration: none;
}
    .section-contact li div h3 { 
    font-family: 'Futura Condensed Medium', Arial Narrow, Arial, sans-serif;
    font-size: 18px;
	text-transform: uppercase;
    padding: 0;
	color: #fff;
	line-height:1.5em;/* chrome for instance */
}
    .section-contact li:nth-child(1) span { 
    background-image: url(../images/bg-splash06.png);
}

/* Section terms.html */

   .section-terms {
	width: 800px;
	height: auto;
	margin: 20px auto;
	font-family: 'Futura Condensed Medium', Arial Narrow, Arial, sans-serif;
    font-size: 18px;
	text-align: left;
	color: #000;
	text-transform: uppercase;
    padding: 0;
}
    #scroll {
    position:fixed;
    right:20px;
    bottom:20px;
    cursor:pointer;
    width:29px;
    height:29px;
    background-color:#000;
    text-indent:-9999px;
    display:none;
    -webkit-border-radius:60px;
    -moz-border-radius:60px;
    border-radius:60px
}
#scroll span {
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-8px;
    margin-top:-12px;
    height:0;
    width:0;
    border:7px solid transparent;
    border-bottom-color:#fff;
}
#scroll:hover {
    background-color:#444;
    opacity:1;filter:"alpha(opacity=100)";
    -ms-filter:"alpha(opacity=100)";
}
    h1 {
	width: 800px;
	height: auto;
	margin: 0 auto;
	text-align: center;
	font-family: 'Futura Condensed Medium', Arial Narrow, Arial, sans-serif;
    font-size: 28px;
	font-weight: bold;
	color: #444;
	text-transform: uppercase;
    padding: 0;
}
    h2 {
	width: 800px;
	height: auto;
	margin: 0 auto;
	text-align: center;
	font-family: 'Futura Condensed Medium', Arial Narrow, Arial, sans-serif;
    font-size: 35px;
	color: #000;
	text-transform: uppercase;
    padding: 0;
	text-decoration: underline;
}
    h3 {
	width: 800px;
	height: auto;
	margin: 0 auto;
	text-align: center;
	font-family: 'Futura Condensed Medium', Arial Narrow, Arial, sans-serif;
    font-size: 15px;
	color: #444;
	text-transform: uppercase;
    padding: 0;
}

/* Section index.html */

    .main-global {
	width: 100%;
	height: 800px;
	margin: 0;
	padding: 0;
	position: absolute;
	background: url(../images/bg-I_ll_be_here_topspin.png) no-repeat center;
	background-size: cover;
}
    .section-global {
	width: 800px;
	height: auto;
	margin: 0 auto;
	text-align: center;
	font-family: 'Futura Condensed Medium', Arial Narrow, Arial, sans-serif;
    font-size: 22px;
	color: #fff;
	text-transform: uppercase;
    padding: 0;
}
    .section-email {
	width: 800px;
	height: 20px;
	margin: 20px auto;
	text-align: center;
	font-family: 'Futura Condensed Medium', Arial Narrow, Arial, sans-serif;
    font-size: 13px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	padding: 20px 20px 20px 20px;
}
    .btn-submit {
	font-family: 'Futura Condensed Medium', Arial Narrow, Arial, sans-serif;
    font-size: 13px;
	color: #000;
	text-transform: uppercase;
	background-color: transparent;
	border: none;
	width: 60px;
}
    .btn-email {
	font-family: 'Futura Condensed Medium', Arial Narrow, Arial, sans-serif;
    font-size: 13px;
	color: #000;
	text-transform: uppercase;
	background-color: transparent;
	border: #F85B0F solid 2px;
	text-align: center;
}
    .section-h1 {
	width: 800px;
	height: auto;
	margin: 20px auto;
	text-align: center;
	font-family: 'Futura Condensed Medium', Arial Narrow, Arial, sans-serif;
    font-size: 70px;
	font-weight: bold;
	color: #000;
	text-transform: uppercase;
}
    .section-h2 {
	width: 800px;
	height: auto;
	margin: 5px auto;
	text-align: center;
	font-family: 'Futura Condensed Medium', Arial Narrow, Arial, sans-serif;
    font-size: 30px;
	color: #000;
	text-transform: uppercase;
}    
    .section-video {
	width: 800px;
	height: 166px;
	font-family: 'Futura Condensed Medium', Arial Narrow, Arial, sans-serif;
    font-size: 22px;
	color: #fff;
	text-transform: uppercase;
    padding: 0;
	text-align: center;
	margin: 50px auto;
}
    .section-download {
	font-family: 'Futura Condensed Medium', Arial Narrow, Arial, sans-serif;
    font-size: 30px;
	color: #000;
	text-transform: uppercase; 
	text-align: center;
	margin: 50px auto;
	border: #F85B0F solid 3px;
	padding: 20px 20px 20px 20px;
	height: 34px;
}
    .section-download a {
	color: #000;
	border: #F85B0F solid 3px;
}
    .section-download:hover {
	color: #fff;
	border: #F85B0F solid 3px;
	background: #F85B0F;
}
    .section-cover {
	text-align: center;
	margin: 80px auto;
	padding: 5px;
	width: 400px;
	height: 400px;
	background: url(../images/I_ll_be_here_promoid_topspin.png) no-repeat;
}
    .section-blog {
	font-family: 'Futura Condensed Medium', Arial Narrow, Arial, sans-serif;
    font-size: 13px;
	color: #000;
	text-transform: uppercase; 
	text-align: center;
	letter-spacing: 8px;
	margin: 50px auto;
	border: #F85B0F solid 3px;
	padding: 5px 5px 5px 5px;
	height: 16px;
	width: 245px;
}
    .section-blog a {
	color: #000;
	border: #F85B0F solid 3px;
}
    .section-blog:hover {
	color: #fff;
	border: #F85B0F solid 3px;
	background: #F85B0F;
}
    .section-footer {
	font-family: 'Futura Condensed Medium', Arial Narrow, Arial, sans-serif;
    font-size: 13px;
	color: #000;
	text-transform: uppercase;
    line-height: 10px;
	text-align: center;
	margin: 80px auto;
	padding: 5px;
	height: 30px;
}
    .section-footer a {
	color: #F85B0F;
}

    /* Logo */

    .logo {
	background: url(../images/h3_logo.png) no-repeat;
	background-size: cover;
	width: 84px;
	height: 31px;
	display: block;
    position: absolute;
	left: 25px;
	top: 25px;
	z-index: 1;
	
}
    .logo a {
	width: 84px;
	height: 31px;
	display: block;
	text-decoration: none;
}
    .bgsprite {
	width: 100%;
    height: 310px;
    background: url(../images/foto2pic-topspin.png) no-repeat center;
	background-size: cover;
    z-index:-1;
	margin-top: 600px;
	position: absolute;
	color: #fff;
}
    .fab-icons li {
	display: inline;
    position: relative;
	margin: 0 10px 0 10px;
	top: 53%;
}
   .fab-icons, .fab-icons a {
	display: flex;
	justify-content: center;
    backface-visibility: hidden;
	color: #fff;
	font-size: 12px;
	-o-transition:.2s;
    -ms-transition:.2s;
    -moz-transition:.2s;
    -webkit-transition:.2s;
}
    .fab-icons a:hover {
	color: #44EA62;
}
   .footer {
	width: 100%;
	height: 50px;
	display: flex;
	flex-wrap: wrap;
    position: fixed;
	margin: 20px 0px 20px 0px;
    bottom: 10px;
	text-align: center;
	justify-content: center;
	color: #fff;
	font-family: 'Proxima Nova Cn Rg Bold', Gotham, Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-transform: uppercase;
}
   .copyright {
	font-family: 'Proxima Nova Cn Rg Bold', Gotham, Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-transform: uppercase;
	color: white;
	text-decoration: none;
	position: absolute;
	height: 10px;
    width: 250px;
    right: 25px;
	top: 50%;
	-o-transition:.3s;
    -ms-transition:.3s;
    -moz-transition:.3s;
    -webkit-transition:.3s;
}
   .privacy, .privacy a {
	font-family: 'Proxima Nova Cn Rg Bold', Gotham, Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
    position: absolute;
    left: 18px;
	top: 50%;
	width: 73px;
	justify-content: left;
	display: flex;
	-o-transition:.3s;
    -ms-transition:.3s;
    -moz-transition:.3s;
    -webkit-transition:.3s;
}
   .privacy a:hover {
	color: #44EA62;
	padding: 0 0 0 0;
	border-bottom: #44EA62 solid 1px;
}
    .terms, .terms a {
	font-family: 'Proxima Nova Cn Rg Bold', Gotham, Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
    position: absolute;
    left: 63px;
	top: 50%;
	width: 65px;
	display: flex;
	justify-content: left;
	-o-transition:.3s;
    -ms-transition:.3s;
    -moz-transition:.3s;
    -webkit-transition:.3s;
}
   .terms a:hover {
	color: #44EA62;
	padding: 0 0 0 0;
	border-bottom: #44EA62 solid 1px;
}
   .promotional-box {
	background: #111;
	background-size: cover;
	position: fixed;
	width: 100%;
	height: 50px;
	top: 600px;
	color: #fff;
	display: block;
	padding: 15px 15px 15px 15px;
	-o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
	opacity: 0.8;
}
   .promotional-box:hover {
	background: #000;
	background-size: cover;
	color: #fff;
}
   .bar {
	font-size: 28px;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 0px;
	font-weight: normal;
	text-align: center;
	position: fixed;
	width: 28px;
	height: 28px;
	top: 38px;
	left: 94%;
	padding: 6px 0 6px 0; 
	cursor: pointer;
	-webkit-transition: 0.5s ease-out;
	-moz-transition: 0.5s ease-out;
	-o-transition: 0.5s ease-out;
	transition: 0.5s ease-out;
}
   .bar:hover {
	width: 28px;
	height: 28px;
	-webkit-transition: 0.5s ease-out;
    -moz-transition: 0.5s ease-out;
    -o-transition: 0.5s ease-out;
    transition: 0.5s ease-out;
}
.cb-slideshow,
.cb-slideshow:after { 
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: -1; 
}
.cb-slideshow:after { 
    content: '';
    background: transparent url(../images/pattern.png) repeat top left;
	z-index: 0;
}
.cb-slideshow li span {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: -1px;
	color: transparent;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: none;
	opacity: 0;
	z-index: 0;
	-webkit-backface-visibility: hidden;
	-webkit-animation: imageAnimation 52s linear infinite 0s;
	-moz-animation: imageAnimation 52s linear infinite 0s;
	-o-animation: imageAnimation 52s linear infinite 0s;
	-ms-animation: imageAnimation 52s linear infinite 0s;
	animation: imageAnimation 52s linear infinite 0s;
	overflow: visible;
}
.cb-slideshow li div {
	z-index: 1000;
	position: absolute;
	bottom: 50px;
	left: 3px;
	width: 100%;
	text-align: center;
	opacity: 0;
	color: #fff;
	-webkit-animation: titleAnimation 30s linear infinite 0s;
	-moz-animation: titleAnimation 30s linear infinite 0s;
	-o-animation: titleAnimation 30s linear infinite 0s;
	-ms-animation: titleAnimation 30s linear infinite 0s;
	animation: titleAnimation 30s linear infinite 0s;
}
.cb-slideshow li div h3 { 
    font-family: 'Proxima Nova Cn Rg Bold', Arial Narrow, Arial, sans-serif;
    font-size: 120px;
	text-transform: uppercase;
    padding: 0;
    line-height: 120px;
	color: #44EA62;
}
.cb-slideshow li:nth-child(1) span { 
    background-image: url(../images/bg-splash01.png); 
}
.cb-slideshow li:nth-child(2) span { 
    background-image: url(../images/bg-splash02.png);
    -webkit-animation-delay: 6s;
    -moz-animation-delay: 6s;
    -o-animation-delay: 6s;
    -ms-animation-delay: 6s;
    animation-delay: 6s; 
}
.cb-slideshow li:nth-child(3) span { 
    background-image: url(../images/bg-splash03.png);
    -webkit-animation-delay: 10s;
    -moz-animation-delay: 10s;
    -o-animation-delay: 10s;
    -ms-animation-delay: 10s;
    animation-delay: 10s; 
}
.cb-slideshow li:nth-child(4) span { 
    background-image: url(../images/bg-splash04.png);
    -webkit-animation-delay: 15s;
    -moz-animation-delay: 15s;
    -o-animation-delay: 15s;
    -ms-animation-delay: 15s;
    animation-delay: 15s; 
}
.cb-slideshow li:nth-child(5) span { 
    background-image: url(../images/bg-splash05.png);
    -webkit-animation-delay: 20s;
    -moz-animation-delay: 20s;
    -o-animation-delay: 20s;
    -ms-animation-delay: 20s;
    animation-delay: 20s; 
}
.cb-slideshow li:nth-child(6) span { 
    background-image: url(../images/bg-splash06.png);
    -webkit-animation-delay: 25s;
    -moz-animation-delay: 25s;
    -o-animation-delay: 25s;
    -ms-animation-delay: 25s;
    animation-delay: 25s;
}
.cb-slideshow li:nth-child(7) span { 
    background-image: url(../images/bg-splash07.png);
    -webkit-animation-delay: 30s;
    -moz-animation-delay: 30s;
    -o-animation-delay: 30s;
    -ms-animation-delay: 30s;
    animation-delay: 30s;
}
.cb-slideshow li:nth-child(8) span { 
    background-image: url(../images/bg-splash08.png);
	-webkit-animation-delay: 35s;
    -moz-animation-delay: 35s;
    -o-animation-delay: 35s;
    -ms-animation-delay: 35s;
    animation-delay: 35s;
}
.cb-slideshow li:nth-child(9) span { 
    background-image: url(../images/bg-splash09.png);
	-webkit-animation-delay: 40s;
    -moz-animation-delay: 40s;
    -o-animation-delay: 40s;
    -ms-animation-delay: 40s;
    animation-delay: 40s;
}
.cb-slideshow li:nth-child(10) span { 
    background-image: url(../images/bg-splash10.png);
	-webkit-animation-delay: 45s;
    -moz-animation-delay: 45s;
    -o-animation-delay: 45s;
    -ms-animation-delay: 45s;
    animation-delay: 45s;
}
.cb-slideshow li:nth-child(2) div { 
    -webkit-animation-delay: 6s;
    -moz-animation-delay: 6s;
    -o-animation-delay: 6s;
    -ms-animation-delay: 6s;
    animation-delay: 6s; 
}
.cb-slideshow li:nth-child(3) div { 
    -webkit-animation-delay: 10s;
    -moz-animation-delay: 10s;
    -o-animation-delay: 10s;
    -ms-animation-delay: 10s;
    animation-delay: 10s; 
}
.cb-slideshow li:nth-child(4) div { 
    -webkit-animation-delay: 15s;
    -moz-animation-delay: 15s;
    -o-animation-delay: 15s;
    -ms-animation-delay: 15s;
    animation-delay: 15s; 
}
.cb-slideshow li:nth-child(5) div { 
    -webkit-animation-delay: 20s;
    -moz-animation-delay: 20s;
    -o-animation-delay: 20s;
    -ms-animation-delay: 20s;
    animation-delay: 20s; 
}
.cb-slideshow li:nth-child(6) div { 
    -webkit-animation-delay: 25s;
    -moz-animation-delay: 25s;
    -o-animation-delay: 25s;
    -ms-animation-delay: 25s;
    animation-delay: 25s; 
}
.cb-slideshow li:nth-child(7) div { 
    -webkit-animation-delay: 30s;
    -moz-animation-delay: 30s;
    -o-animation-delay: 30s;
    -ms-animation-delay: 30s;
    animation-delay: 30s; 
}
.cb-slideshow li:nth-child(8) div { 
    -webkit-animation-delay: 35s;
    -moz-animation-delay: 35s;
    -o-animation-delay: 35s;
    -ms-animation-delay: 35s;
    animation-delay: 35s; 
}
.cb-slideshow li:nth-child(9) div { 
    -webkit-animation-delay: 40s;
    -moz-animation-delay: 40s;
    -o-animation-delay: 40s;
    -ms-animation-delay: 40s;
    animation-delay: 40s; 
}
.cb-slideshow li:nth-child(10) div { 
    -webkit-animation-delay: 45s;
    -moz-animation-delay: 45s;
    -o-animation-delay: 45s;
    -ms-animation-delay: 45s;
    animation-delay: 45s; 
}
/* Animation for the slideshow images */
@-webkit-keyframes imageAnimation { 
    0% { opacity: 0;
    -webkit-animation-timing-function: ease-in; }
    8% { opacity: 1;
         -webkit-animation-timing-function: ease-out; }
    17% { opacity: 1 }
    25% { opacity: 0 }
    100% { opacity: 0 }
}
@-moz-keyframes imageAnimation { 
    0% { opacity: 0;
    -moz-animation-timing-function: ease-in; }
    8% { opacity: 1;
         -moz-animation-timing-function: ease-out; }
    17% { opacity: 1 }
    25% { opacity: 0 }
    100% { opacity: 0 }
}
@-o-keyframes imageAnimation { 
    0% { opacity: 0;
    -o-animation-timing-function: ease-in; }
    8% { opacity: 1;
         -o-animation-timing-function: ease-out; }
    17% { opacity: 1 }
    25% { opacity: 0 }
    100% { opacity: 0 }
}
@-ms-keyframes imageAnimation { 
    0% { opacity: 0;
    -ms-animation-timing-function: ease-in; }
    8% { opacity: 1;
         -ms-animation-timing-function: ease-out; }
    17% { opacity: 1 }
    25% { opacity: 0 }
    100% { opacity: 0 }
}
@keyframes imageAnimation { 
    0% { opacity: 0;
    animation-timing-function: ease-in; }
    8% { opacity: 1;
         animation-timing-function: ease-out; }
    17% { opacity: 1 }
    25% { opacity: 0 }
    100% { opacity: 0 }
}
/* Animation for the title */
@-webkit-keyframes titleAnimation { 
    0% { opacity: 0 }
    8% { opacity: 1 }
    17% { opacity: 1 }
    19% { opacity: 0 }
    100% { opacity: 0 }
}
@-moz-keyframes titleAnimation { 
    0% { opacity: 0 }
    8% { opacity: 1 }
    17% { opacity: 1 }
    19% { opacity: 0 }
    100% { opacity: 0 }
}
@-o-keyframes titleAnimation { 
    0% { opacity: 0 }
    8% { opacity: 1 }
    17% { opacity: 1 }
    19% { opacity: 0 }
    100% { opacity: 0 }
}
@-ms-keyframes titleAnimation { 
    0% { opacity: 0 }
    8% { opacity: 1 }
    17% { opacity: 1 }
    19% { opacity: 0 }
    100% { opacity: 0 }
}
@keyframes titleAnimation { 
    0% { opacity: 0 }
    8% { opacity: 1 }
    17% { opacity: 1 }
    19% { opacity: 0 }
    100% { opacity: 0 }
}
/* Show at least something when animations not supported */
.no-cssanimations .cb-slideshow li span{
	opacity: 1;
}

@media screen and (max-width: 1140px) { 
    .cb-slideshow li div h3 { font-size: 140px }
}
@media screen and (max-width: 600px) { 
    .cb-slideshow li div h3 { font-size: 80px }
}

/* Headers */

.h2 {
	font-family: 'Futura Condensed Medium', Gotham, Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 29px;
	font-weight: normal;
	color: #fff;
	text-transform: uppercase;
	display: block;
}
.h4 {
	font-family: 'Futura Condensed Medium', Gotham, Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
}
p {
	margin: 10px;
	padding: 0;
}

.buy {
	font-family: 'Futura Condensed Medium', Gotham, Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
	width: 50px;
	height: 20px;
	top: 15px;
	left: 92%;
	position: absolute;
	border: #BB7A3F solid 1px;
	padding: 5px;
	text-align: center;
	-o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
}
.buy:hover {
	display: block;
	background: #BB7A3F;
	color: #fff;
}

/* Media Queries */

@media screen and (max-width: 320px) and (max-width: 480px) {
	.fa-icons li {
    margin: 0 auto;
    display: flex;
    text-align: center;
    align-items: flex-start;
	padding: 0 0 0 30px;
	left: -15px;
	}
}

@media (min-width: 320px) and (max-width: 480px) {
    .copyright {
    width: 100%;
    display: flex;
    justify-content: center;
    text-align: center;
	top: 45px;
	left: 2px;
    }
}
@media screen and (min-width: 320px) and (max-width: 480px) {
    .privacy {
    margin: 0 auto;
    display: flex;
    text-align: center;
	left: -6%; 
	right: 22%;
	top: 60px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }		
}
@media screen and (min-width: 320px) and (max-width: 480px) {
    .terms {
    margin: 0 auto;
    display: flex;
    text-align: center;
	left: 13%; 
	right: 22%;
	top: 60px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }		
}
/* Section Store */

   .bgck-store,
   .bgck-store:after { 
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: -1;
	background: url("../store-assets/images/bg-store_promoid.png") no-repeat;
    background-size: cover;
}
   .store {
	width: 100%;
	height: auto;
	margin: 0 auto;
	z-index: -1;
	margin-top: 100px;
	position: absolute;
}

   .section-store-content {
	width: 1110px;
	height: 550px;
	margin: 0 auto;
	z-index: -1;
	text-align: center;
	justify-content: center;
	position: relative;
    left: 50%;
    margin-left: -555px;
}

   .featured {
	font-family: 'Proxima Nova Cn Rg Bold', Gotham, Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 20px;
	font-weight: normal;
	text-transform: uppercase;
	color: white;
	text-decoration: none;
	margin-bottom: 28px;
}

   .undefined {
	font-family: 'Proxima Nova Cn Rg Bold', Gotham, Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 20px;
	font-weight: normal;
	text-transform: uppercase;
	color: white;
	text-decoration: none;
}

/* Section THOS2 */

   .section-thos2 {
	background: url("../store-assets/images/bg-thos2_promoid.png") no-repeat center;
	background-size: cover;
    width: 1110px;
    height: 200px;
}

   .section-thos2 a {
	width: 1110px;
    height: 200px;
	display: block;
} 

   .section-thos2 a:hover {  
	background-color:#000;
    opacity:0.5;
    filter:alpha(opacity=90);
} 

/* Section Inkbox */

   .section-inkb {
	background: url("../store-assets/images/diogo_cardoso_inkbox_promotional.png") no-repeat;
	background-size: "";
    width: 200px;
    height: 200px;
}

   .section-inkb a {
	width: 200px;
    height: 200px;
	display: block;
} 

   .section-inkb a:hover {  
	background-color:#000;
    opacity:0.5;
    filter:alpha(opacity=90);
} 

/* Section Redbubble */

   .section-rb {
	background: url("../store-assets/images/diogo_cardoso_redbubble_promotional.png") no-repeat;
	background-size: "";
    width: 200px;
    height: 200px;
}

   .section-rb a {
	width: 200px;
    height: 200px;
	display: block;
} 

   .section-rb a:hover {  
	background-color:#000;
    opacity:0.5;
    filter:alpha(opacity=90);
} 

/* Section Bandcamp */

   .section-bndcmp {
	background: url("../store-assets/images/diogo_cardoso_bandcamp_promotional.png") no-repeat;
	background-size: "";
    width: 200px;
    height: 200px;
}

   .section-bndcmp a {
	width: 200px;
    height: 200px;
	display: block;
} 

   .section-bndcmp a:hover {  
	background-color:#000;
    opacity:0.5;
    filter:alpha(opacity=90);
} 

/* Section Society6 */

   .section-scty6 {
	background: url("../store-assets/images/diogo_cardoso_society6_promotional.png") no-repeat;
	background-size: "";
    width: 200px;
    height: 200px;
}

   .section-scty6 a {
	width: 200px;
    height: 200px;
	display: block;
} 

   .section-scty6 a:hover {  
	background-color:#000;
    opacity:0.5;
    filter:alpha(opacity=90);
} 

/* Create three equal columns that floats next to each other */

   .column {
    float: left;
    width: 200px;
    height: 200px;
}

/* Clear floats after the columns */

   .row:after {
   content: "";
   display: table;
   clear: both;
}

/* Responsive layout - when the screen is less than 600px wide, make the three columns stack on top of each other instead of next to each other */
@media only screen and (max-width: 700px){
    .column {
        float: left;
        width: 100%;
    }
}

@media (min-width:768px){
    .column {
        width: 50%;
    }
}