<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* THIS IS SETUP FOR PLAIN SITES (SITES WITH BOOTSTRAP DO NOT NEED THIS) -------
	--------------------------------*/
article,aside,details,figcaption,figure,footer,header,hgroup,nav,section,summary{display:block;}audio,canvas,video{display:inline-block;}audio:not([controls]){display:none;height:0;}[hidden]{display:none;}html{font-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;}a:focus{outline:thin dotted;}a:active,a:hover{outline:0;}h1{font-size:2em;}abbr[title]{border-bottom:1px dotted;}b,strong{font-weight:700;}dfn{font-style:italic;}mark{background:#ff0;color:#000;}code,kbd,pre,samp{font-family:monospace, serif;font-size:1em;}pre{white-space:pre-wrap;word-wrap:break-word;}q{quotes:01C 01D 018 019;}small{font-size:80%;}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline;}sup{top:-.5em;}sub{bottom:-.25em;}img{border:0;}svg:not(:root){overflow:hidden;}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em;}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0;}button,input{line-height:normal;}
button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer;}button[disabled],input[disabled]{cursor:default}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding: 0;}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box;}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none;}textarea{overflow:auto;vertical-align:top;}table{border-collapse:collapse;border-spacing: 0;}body,figure{margin: 0;}legend,button::-moz-focus-inner,input::-moz-focus-inner{border: 0;padding: 0;}
.clearfix:after {visibility: hidden; display: block; font-size: 0; content: ' '; clear: both; height: 0;}
* { box-sizing: border-box; }


/* GENERAL STYLES -------
	--------------------------------*/
	:root{
	--dark01-colour: #000; /* var(--dark01-colour); */
	--dark02-colour: #000; /* var(--dark02-colour); */
	--light01-colour: #dfdfdf; /* var(--light01-colour); */
}

.mobile-only {
	display:none;
}

@media screen and (max-width: 768px){
	.desktop-only {
		display:none;
	}
	.mobile-only {
		display:block;
	}
}	
@media screen and (min-width: 768px){
	.mobile {
		display: none;
	}

}
@font-face {
  font-family: 'Avenir';
  src: url('../fonts/Avenir-Heavy.woff2') format('woff2'),
       url('../fonts/Avenir-Heavy.woff') format('woff'),
       url('../fonts/Avenir-Heavy.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
}

html {
  scroll-behavior: smooth;
}
body{
/*     font-family: 'Noto Sans', sans-serif; */
    font-family: 'Archivo Narrow', sans-serif;
	font-weight: 400;
	background-color: #000;
	font-size: 17px;
}

img {
	max-width:100%;
}
a, span.newsletter{

    text-decoration: none;
    list-style-type: none;
	color: rgba(255,255,255,1)
}
a:hover,  span.newsletter:hover{
	color: rgba(255,255,255, 1);
	text-decoration: none;
	cursor: pointer;
}
a:visited{
	color: #fff;
}
section{
	padding: 50px 0;
}
h1, h2{
	text-transform: uppercase;

}
h1{
	font-weight: 700;
	font-size: 2.3em;
    letter-spacing: 2.5px;
}
h2{
	text-align: center;
	margin-bottom: 50px;
	font-weight: 500;
	font-family:'fjalla one';
	text-transform:none;
}

@media (max-width: 768px){
	h2{
		margin-top: 50px;
	}
}

h3 {
	color:#fff;
	font-weight: 500;
	font-family:'fjalla one';
	text-transform:none;
	font-size:1.4em;
	text-align:center;
	letter-spacing:.4px;
	margin-bottom:0px!important;
	padding:15px 0;
	
}
h4 {
	color:#8d8d8d;
	font-weight: 500;
	font-family:'fjalla one';
	text-transform:none;
	font-size:18px;
	text-align:center;
	letter-spacing:.4px;
	margin-top:40px;
}

.bb{
	text-transform: uppercase;
	border-bottom: 1px solid white;
	display: inline-block;
	margin-top: 15px;
}


/* -------------HEADER STYLES -------
	--------------------------------*/

header {
	position: absolute;
    width: 100%;
    padding: 20px;
    color: var(--light01-colour);;
}
li{
	padding: 5px;
}
.socials {
    display: flex;
    justify-content: space-between;
}
@media (max-width: 768px){
	.socials{
		flex-direction: column;
		text-align: right;
	}
}
ul {
    list-style: none;
    padding: 10px;
    margin: 0;
}
.socials li {
	display: inline-block;
	padding: 0 5px;
}

.socials li a{
	color: #fff;
	font-weight: 100;
}

.socials-header{
    display: flex;
    position: absolute;
    top: 11px;
    right: 10px;
}

.socials-header li {
	padding-left:12px;
    padding-right:12px;
}

.socials-header li a {
	color:#000;
	font-size:1.2em;
	transition:.5s;
}
.socials-header li a:hover{
	color:#fff;
}
.socials-header img{
	max-width: 29px;
	width: 100%;
	margin: 5px;
}
.socials-header li:hover{
	opacity: 1;
}
.logo{
	max-width: 950px;
	width: 100%;
	height: auto;
	align-self: center;	
}
@media screen and (max-width: 768px){
	.logo{
		position: absolute;
		top: 27px;
		left: 15px;
		max-width: 300px;
		width: 100%;
	}	
	
	.mobile-logo {
		position: absolute;
		top: 15%;
		max-width: 290px;
	}
}
@media screen and (max-width: 767px){
		.mobile-logo {
		max-width: 210px;
	}
}

/* 	=================DROP MENU STYLES============= */
.display{
	display: block!important;
}
.mobile-menu, .mobile-close{
	display: none;
	cursor: pointer;
}
#music, #social{
	cursor: pointer;
	color: rgba(255,255,255,.6);
	letter-spacing: 3px;
	
}
#music:hover, #social:hover{
	color: white;
}
.hide-drop{
	display: none;
}
.is-active{
/* 	background-color: rgba(51,53,56,.8); */
}
.show{
	display: inline-block;
	background-color: rgba(51,53,56,.8);
	margin-left: 10px;
	margin-bottom: 10px;
}

/* ---------ipad---------- */
@media (max-width: 1024px){
	.socials-header{
		display: none;
	}
	nav.desktop{
		display: flex;
		justify-content: center;
	}
	nav.desktop li{
		display: inline-block;
		margin: 0 10px;
	}
	ul#music-menu li, ul#socials-menu li{
		display: block;
	    margin: 1em 0;
	    padding: 0;
	}
	#music-menu{
		left:460px;
	}
	#socials-menu{
		left: 550px;
	}
	.show{
		display: block;
	    position: absolute;
	    top: auto;
	    text-align: left;
	    z-index: 9999;
	    margin: 0 1em 0 0;
	}
	.packshot{
		display: none;
	}
}

/* ==================MOBILE MENU======================= */


@media (max-width: 768px){
	.mobile-menu, .mobile-close{
		background-color: black;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		padding: 10px;
		text-align: center;
	}
	.mobile-menu{
		display: block;
	}
	ul.menu{
		width: 100%;
		text-align: center;
	}
	nav.desktop{
		display: none;
		background-color: black;
		position: absolute;
		top: 30px;
		left: 0;
		right: 0;
	}
	nav.desktop li{
		display: block;
		margin: 0 10px;
	}
	ul#music-menu li, ul#socials-menu li{
		display: block;
	    margin: 1em 0;
	    padding: 0;
	    text-align: left;
	    margin-left: 65px;
	}
	#music-menu{
		left:inherit;
	}
	#socials-menu{
		left: inherit;
	}

	.show{
		position: relative;
		display: inline-block;
		background-color: inherit;
		margin-left: 20px;
		padding: 0;
	}
	.packshot{
		display: inline-block;
	}
}

.mobile-social {
	display:flex;
	flex-direction:row;
	justify-content:space-between;
}

.mobile-social li a {
font-size:1.3em;
padding:0px 8px;

}

#mobile-overlay{
	position: fixed;
	top: -100vh;
	left: 0;
	z-index: 15;
	height: 0vh;
	width: 100vw;
	opacity: 0;
	background-color: #df011a;
	transition: .5s;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 25px; 
}
#mobile-overlay a {
	font-size: 30px;
	color:#ffffff;
	font-family:'Fjalla One', sans-serif;
}
#mobile-overlay.is-active {
	height: 100vh;
	opacity: 1;
	top: 0;
}				
#mobile-overlay li:not(:last-child) {
	padding-bottom: 5px;
}


#js-ham--menu {
	position: fixed;
	top: 20px;
	right: 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 50px;
	width: 50px;
	background-color: #000;
	border-radius: 50px;

}
.ham {
  font-size: inherit;
  cursor: pointer;
  display: inline-block;
  outline: none;
  position: relative;
  z-index: 16;
  -webkit-appearance: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  background-color: transparent;
  border: none;
  transition: all 500ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ham--menu.is-active span:nth-child(2) {
  opacity: 0;
}
.ham--menu.is-active span:first-child {
  top: 0.438em;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.ham--menu.is-active span:last-child {
  top: -0.313em;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.ham--menu span {
  position: relative;
  top: 0;
  display: block;
  width: 1.25em;
  height: 0.125em;
  margin-bottom: .250em;
  background-color: #fff;
  transition: all 500ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ham--menu span:last-child {
  margin-bottom: 0;
}
.socials-mobile-nav {
	margin-top: 40px;
	font-size: 25px;
}
.socials-mobile-nav li:not(:last-child) {
	margin-right: 30px;
}
@media screen and (min-width: 765px){
	.mobile-nav {
		display: none;
	}

}

img.mobile-lips {
	max-width: 125px;
	margin-bottom: 25px;
}

/* ========================STICKY NAV============================= */

.stickybar{
	width: 100%;
	height: 65px;
	background-color: #000;
	position: fixed;
	top: -130px;
	left: 0;
	right: 0;
	z-index: 999;
	transition: ease-in-out;
	transition-duration: .5s;
	box-shadow: 0 3px 30px rgba(0,0,0,.45);
	-webkit-box-shadow: 0 3px 30px rgba(0,0,0,.45);
	-moz-box-shadow: 0 3px 30px rgba(0,0,0,.45);
}

@media screen and (max-width: 768px){
	.stickybar {
		display:none;
		}
	}
.stickybar li a.track{
	font-size: 18px;
}
.stickybar a{
	color: rgba(255,255,255,.9)!important;
	transition-duration: .5s;
	font-family:'Fjalla one', sans-serif;
	letter-spacing:0px;
	font-weight:500;
	text-transform:initial!important;
}
.stickybar a:hover{
	color:#df011a!important;
}
.stickybar .list-inline{
	display: inline;
	z-index:100;
}
.stickybar .list-inline-item{
	font-size: 1.2rem !important;
	letter-spacing: .2rem;
	display: inline-block;
}
.stickybar .sticky-social{
	position: absolute;
	right: -200px;
	top: 6px;
	z-index: 999;
	transition: ease-in-out;
	transition-duration: 1s;
}

.stickybar .sticky-social a {
	font-size:20px;
	transition:.5s;
}

.stickybar .logo-sticky{
	max-width: 165px;
	width: 100%;
	display: inline-block;
	position: absolute;
	left: 0;
	right: 0;
	top: -3px;
	margin-left: auto;
	margin-right: auto;
	z-index: 99;
}
.stickybar .sticky-header{
	display: inline;
	position: absolute;
	left: -500px;
	top: 10px;
	z-index: 99;
	transition: ease-in-out;
	transition-duration: 1s;
	transition-delay: .3s;
}
	

/* Follow Buttons -------
--------------------------------*/
.follow-btns {
	display: flex;
	position: absolute;
	left: 30px;
	top: 30px;
}
@media screen and (max-width: 768px){
	.follow-btns {
		bottom: 73px;
/*
		left: 20%;
		-webkit-transform: translateX(-20%);
		transform: translateX(-20%);
*/
	}	
}
#follow .btn-follow {
	background-color: #df011a;
padding: 10px 40px;
border-radius: 25px;
	}
	
	#follow .btn-follow:hover {
		background-color:#fff;
	}
a.btn-apple {
	display: flex;
	
  font-family: sans-serif;
  text-transform: uppercase;
  background-color: #ff2f56;
  color: #fff !important;
  border-radius: 50px;
  padding: 0px 11px 0px 5px;
  font-size: 11px !important;
  margin-top: 3px;
  height: 24px;
  cursor: pointer;
  margin-left: -5px;
  margin-left: 7px;
  text-decoration: none;
  letter-spacing: 1px;
  	transition: .4s;
}
a.btn-apple .fa-apple {
		font-size: 17px;
		margin-right: 10px;
		margin-top: 2px;
}
@media screen and (max-width: 768px){
a.btn-apple {
	width: 90px;
}	
}
.btn-apple-span {
	line-height: 23px;
	padding-bottom: 5px;
}
a.btn-apple:hover .btn-apple-span{
	opacity: .7;
}


/* ========================================= */
/* MAIN (Top section) STYLES -------
	--------------------------------*/
main {
height: 100vh;
    display: flex;
    justify-content: center;
    align-items: flex-end;

    background-image: url('../imgs/CS-bg-grey.jpg');
    background-size: cover;
    background-attachment: fixed;
	background-position: center top;
	background-repeat: no-repeat;


}
@media screen and (max-width: 768px){
	main {
		background-image: url('../imgs/cs-bg-grey-mbl.jpg');
		min-height: auto;
		background-attachment:scroll;
		background-position: center top;
	}	

/*
	#live-video{
		width:100%;
		height:70vh;
		object-fit: cover;
	}
*/

}



main h2 {
	color: #fff;
}


.packshot-top {
	position: absolute;
	top: 30%;
	left: 10px;
	max-width:235px;
	text-align:center;
}


@media screen and (max-width: 768px){
	.packshot-top {
		position: absolute;
		top: auto;
		bottom: 5% !important;
		left: 50%;
		max-width: 340px;
		text-align: center;
		transform: translateX(-50%) !important;
		background-color: rgba(255,255,255,.8);
		padding: 15px 15px 35px 15px;
		width: 100%;
		z-index:1;
	}
}
.packshot-top img {
	max-width:100%;
}


.packshot-top span {
	color: #000;
	font-size: 17px;
	line-height: 25px;
	display: block;
	padding: 15px 0 7px 0;
	font-family: fjalla one;
}

@media screen and (max-width: 768px){
	.packshot-top span {
	    font-size: 20px;
	    line-height: 30px;
	}
}

.packshot-top .btn {
	border:1px solid #000;
	background-color:#000;
	color:#fff;
	margin-top:5px;
	border-radius:0;
	padding:5px 35px;
	transition:.5s;
	letter-spacing:1.5px;
}

.packshot-top .btn:hover {
	border:1px solid #fff;
	background-color:#fff;
	color:#000;
}

.scroll {
	position: absolute;
	bottom: 30px;
	right: 30px;
	display: flex;
	flex-direction: column;
	width: 10px;
	align-content: center;
	justify-content: center;
}
.scroll span {
	margin-right: -5px;
	opacity: 0;
	background-color: #000;
	height: 3px;
	width: 3px;
	border-radius: 50px;
	margin-bottom: 5px;
}
.scroll span:nth {
	opacity: 0;
	background-color: #000;
	height: 3px;
	width: 3px;
	border-radius: 50px;
	margin-bottom: 5px;
}
.scroll a {
	font-size: 13px;
	position: absolute;
	color:#000;
	left: -8px;
	top: -10px;
	letter-spacing:1px;
	 -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transform-origin: 0 0;
}
@media screen and (max-width: 768px){
	.scroll {
		display: none;
	}
}


/* --------------BIO STYLES -------
	--------------------------------*/
	section.bio{	
		background-image: url(../imgs/bioBG2.jpg);
		background-color:#fff!important;
		background-position: left -75px;
		background-repeat: no-repeat;
		background-color: var(--dark01-colour);
		padding:120px 0 120px 0;
	}
	@media screen and (max-width: 767px){
		section.bio{
			background-color:#fff;
			background-image: none;
			padding:60px 0 60px 0;

		}
	}	
	section.bio{
	  color: var(--dark01-colour);
	}
	
	.brush-font p {
		font-family: 'Fjalla One', sans-serif;
		font-size: 2.5em;
		line-height: 1.2em;
		text-align: left;
		background-image: url('../imgs/quotes.png');
		background-repeat: no-repeat;
		background-size: 120px;
		background-position: 3px 3px;
		padding: 32px 20px;
	}
	
	@media screen and (max-width: 767px){
		.brush-font p {
			text-align:center;
			margin-bottom:20px;
		}
	}
	
	.brush-font p span.gw {
		 font-family: 'Archivo Narrow', sans-serif;
		font-size:16px;
		font-weight:500;
		display:block;
		font-style:italic;
		padding-left:20px;
		display:block;
	}
	
	@media screen and (max-width: 767px){
		.brush-font p span.gw {
			padding-left:0px;
		}
	}
	
	.bio img {
		max-width:100%;
	}
	
	@media screen and (max-width: 600px){
	.bio img {
    max-width: 45%;
    display: block;
    margin: auto;
    margin-bottom: 34px;
    }
    }

	.sponsored {
		margin:25px 0 0 0;
	}
	
/* MUSIC / VIDEO STYLES -------
	--------------------------------*/
section.video{
	background-color:#cac8c9;
	padding:95px 0;
}

section.video h3 {
	color:#000;
}
.pack-container, .video-container{
	display: flex;
	align-items: center;
    justify-content: space-between;
    color: white;
}
.pack-container {
/* 	width: 40%; */
}
.video-container{
	width:60%;
}
.packshot-music{
	max-width: 100%;
	align-self: center;
}

@media (max-width: 767px){
	.packshot-music {
		max-width: 65%;
		margin: 0 auto;
		display: block;
	}
}

.pack-socials{
	width: 100%;
	text-align: center;
}
.pack-socials li{
	display: inline-block;
	padding: 5px;
}

.video .btn {
	background-color:#df011a;
	color:#fff;
	margin-top:5px;
	margin-bottom:30px;
	border-radius:0;
	padding:3px 2em 8px 2em;
	transition:.5s;
	letter-spacing:1.5px;
}

.video a {
	display:block;
	text-align:center;
}
.video .btn:hover {
	border:1px solid #fff;
	background-color:#fff;
	color:#000;
}

@media (max-width: 768px){
	section.video{
		display: block;
	}
	.pack-container, .video-container{
		width: inherit;
		display: block;
		text-align: center;
	}
	section.video h2{
		padding: 10px;
	}
	section.video .video-container{
		padding-top: 50px;
	}
}

/* TOUR STYLES -------
	--------------------------------*/	
section.tour {
	padding:120px 0;
	background-color:#000;
}

section.tour .bit-widget.bit-layout-desktop .bit-venue {
	margin: 0 auto 0 0;
	font-family: 'Fjalla one';
	font-size: 1.4em;
}
   
section.tour .bit-widget .bit-top-track-button {
	font-size:13px!important;
}
    
section.tour .bit-widget .bit-play-my-city-button {
	display:none!important;
}
    
section.tour .bit-widget.bit-layout-desktop .bit-event {
	padding:25px 6px!important;
}
 
section.tour .bit-widget .bit-event .bit-date {
    font-weight: 400!important;
    font-size: 17px;
}
section.tour .bit-widget .bit-event .bit-event-buttons {
	margin-top:0px!important;
}
    
section.tour .bit-widget.bit-layout-desktop .bit-location {
	font-size:17px;
}

section.tour .bit-widget .bit-event-list-title {
	font-weight: 600!important;
    padding: 6px 12px 6px 0!important;
    display: inline-block!important;
    font-size: 22px!important;
    font-family: fjalla one!important;
}

.bit-widget .bit-offers {
	background:#df011a!important;
	border:1px solid #df011a!important;
	color:#fff!important;
	transition:.3s;
}
        
.bit-widget .bit-offers:hover {
	background:#fff!important;
	border:1px solid #fff!important;
	color:#000!important;
 }
    
section.tour .bit-widget .bit-event .bit-offers-text {
	text-transform: uppercase;
    font-size: 1em!important;
    font-weight: 500!important;
}
    
    
/*--------------------------------------------------------------
# INSTAGRAM
--------------------------------------------------------------*/
section.instagram {
	padding:15px 0 10px 0;
	background-color:#000;
}
#follow {
    text-align: center;
    padding: 0px 0 15px 0;
	font-size:.8rem;
	margin-top:25px;
	margin-bottom:15px;
}

@media screen and (max-width: 768px){
	#follow {
		margin-bottom:25px;
	}
}
.btn-follow {
    background-color: #000;
    display: inline-block;
    color: #fff;
    width:auto!important;
    font-size:15px!important;
    letter-spacing:0px;
}

.btn-follow:hover {
    background-color: #fff;
    color: #df011a!important;
}


section.instagram .post-container {
    max-height: 300px;
    max-width: 300px;
    padding: 5px;
}

.insta-container {
	padding-left:0px;
	padding-right:0px;
	display:inline;
}

#instaContent{
	column-count:4;
	-moz-column-count:4;
	-webkit-column-count:4;

}

@media (max-width: 768px){
	#instaContent{
	column-count:2;
	-moz-column-count:2;
	-webkit-column-count:2;

	}
}

@media (max-width: 500px){
	#instaContent{
	column-count:1;
	-moz-column-count:1;
	-webkit-column-count:1;
	}
}
	
#instaContent div a img {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-bottom:15px;
    transition:.3s;

}

#instaContent div a img:hover {
	opacity:.6;
}
.insta-photo a img {
    width: 300px;
    height: auto;
    overflow: hidden;

}

/* CONTACT STYLES -------
	--------------------------------*/
section.contact{
    text-transform:none;
    letter-spacing:1;
    background-color:#fff;
    color: #000;
    text-align:center;
    padding:40px 0 50px 0;
}

.contact h2 {
	margin-bottom:25px;
	margin-top:0px;
}
section.contact a {
	font-size:16px;
	transition:.5s;
	letter-spacing:.3px;
	color:#000;
}
section.contact a:hover {
	color:#df011a;
}

section.contact i {
	display:block;
	text-align:center;
	font-size: 23px;
	padding-bottom: 10px;
}

@media screen and (max-width: 767px){
	section.contact i {
		padding-bottom:5px;
	}
}


/* NEWSLETTER -------
	--------------------------------*/

section.newsletter {
	text-transform:none;
    letter-spacing:1;
    background-color:#000;
    color: #fff;
    text-align:center;
    padding:50px 0;
    margin-top:100px;
}

.form-control {
	margin-bottom:15px;
}

span.optinSpan {
	font-size:16px;
}

span.casl {
	display:block;
	font-size:14px;
	width:80%;
	margin:0 auto 30px auto;
}

.btn.submit {
	background-color:#df011a;
	color:#fff;
	margin-top:5px;
	margin-bottom:30px;
	border-radius:0;
	padding:3px 2em 8px 2em;
	transition:.5s;
	letter-spacing:1.5px;
}
/* FOOTER-------
	--------------------------------*/
footer{
	padding: 20px 10px;
	background-color: #df011a;
	text-align: center;
}
footer a{
	font-size: 20px;
	color: #fff!important;
	transition:.5s;
}

footer p{
	font-size: 11px;
	color:#fff;
}
.socials-footer{
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    padding-bottom: 20px;
}
@media screen and (min-width: 468px){
	footer ul {
		 width: 240px;	
	}	
}


.socials-footer li {
	display: inline-block;
}
.socials-footer li a:hover {
	color:#000!important;
}


/* Animation-------
	--------------------------------*/

@-webkit-keyframes slideInLeft {
  from {

    opacity: 0;
    visibility: visible;
  }

  to {

    opacity: 1;
  }
}

@keyframes slideInLeft {
  from {

    opacity: 0;
    visibility: visible;
  }

  to {

    opacity: 1;
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
  animation-duration:  2.5s;
}

/* Video Background */
video {
	position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    transition: 1s opacity;
}
@media screen and (max-width: 768px){
video {
	max-width: 100%;
	position:relative;
	width:100%!important;
	top: 0;
    left: 0;
    -webkit-transform: none;
    transform: none;
}	
}




/* ==================CSS ANIMATE CUSTOM STYLES======================= */

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(1000%, 0, 0);
    transform: translate3d(1000%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(1000%, 0, 0);
    transform: translate3d(1000%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight1 {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
  transition-timing-function: ease-in-out;
  animation-delay: .1s;
}
.slideInRight2 {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
  transition-timing-function: ease-in-out;
  animation-delay: .2s;
}
.slideInRight3 {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
  transition-timing-function: ease-in-out;
  animation-delay: .3s;
}
.slideInRight4 {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
  transition-timing-function: ease-in-out;
  animation-delay: .4s;
}
.slideInRight5 {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
  transition-timing-function: ease-in-out;
  animation-delay: .5s;
}
.slideInRight6 {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
  transition-timing-function: ease-in-out;
  animation-delay: .6s;
}
.slideInRight7 {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
  transition-timing-function: ease-in-out;
  animation-delay: .7s;
}
@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -200%, 0);
    transform: translate3d(0, -200%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -200%, 0);
    transform: translate3d(0, -200%, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
  transition-timing-function: ease-in-out;
  animation-duration: .8s;
  top: 0;

}
@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(500%, 0, 0);
    transform: translate3d(500%, 0, 0);
  }
}

@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(500%, 0, 0);
    transform: translate3d(500%, 0, 0);
  }
}

.slideOutRight1 {
  -webkit-animation-name: slideOutRight!important;
  animation-name: slideOutRight!important;
  transition-timing-function: ease-in-out;

}
.slideOutRight2 {
  -webkit-animation-name: slideOutRight!important;
  animation-name: slideOutRight!important;
  transition-timing-function: ease-in-out;
   animation-delay: .2s;
}
.slideOutRight3 {
  -webkit-animation-name: slideOutRight!important;
  animation-name: slideOutRight!important;
  transition-timing-function: ease-in-out;
  animation-delay: .3s;
}
.slideOutRight4 {
  -webkit-animation-name: slideOutRight!important;
  animation-name: slideOutRight!important;
  transition-timing-function: ease-in-out;
  animation-delay: .4s;
}
.slideOutRight5 {
  -webkit-animation-name: slideOutRight!important;
  animation-name: slideOutRight!important;
  transition-timing-function: ease-in-out;
  animation-delay: .5s;
}


@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-500%, 0, 0);
    transform: translate3d(-500%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-500%, 0, 0);
    transform: translate3d(-500%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes slideInLeft-fire {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    opacity: 0;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes slideInLeft-fire {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    opacity: 0;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
  transition-timing-function: ease-in-out;
    animation-duration: 1.3s;
  right: 50px!important;
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
    transition-timing-function: ease-in-out;
  animation-duration: .6s;
  left: 50px!important;
}
.slideInLeft-fire {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
    transition-timing-function: ease-out;
  animation-duration: 1s;
}


@-webkit-keyframes aitf {
	0% { background-position: 0% 50%; }
	100% { background-position: 100% 50%; }
}
</pre></body></html>