*,:before,:after {
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}

body,html {
	height:100%;
	font-family:'Roboto Condensed',sans-serif;
}

body {
	background-size:cover;
	margin:0;
	padding:0;
	line-height:20px;
	font-size:14px;
}

html,body {
	margin:0;
	padding:0;
	line-height:1.42857143;
}
.footer{
	bottom: -100px;
	padding: 20px 0;
	position: absolute;
	color: #fff;
	text-align: center;
	width: 90%;
	left:5%;
}

.footer a {
	color: #fff !important;
}

.clear{
	clear: both;
}

a, a:focus, a:visited{
	outline: 0;
	text-decoration: none !important;
	color:#000;
}
h1{
	cursor: pointer;
    font-weight: 500 !important;
    letter-spacing: .08em;
    color: #fff !important;
    font-size: 4em !important;
    padding-bottom: 10px;
    border-bottom: 3px solid #468a94;
    text-align: center;
    position: absolute;
    margin: 0 !important;
    left: 5%;
    width: 90%;
    line-height: inherit !important;
}
.timeline-plus{
	background: #468a94;
    width: 50px;
    height: 50px;
    position: absolute;
    bottom: -25px;
    left: 50%;
    overflow: hidden;
    margin-left: -23px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;	
}

.timeline-plus i {
	top: 25%;
    position: absolute;
    left: 27%;
    color: #fff;
}

.btn-facebook{
	margin: 10px auto;
    padding: 10px;
    text-align: center;
    color: #fff;
    font-weight: 700;
    font-family: 'Open Sans',sans-serif;
    background: #3b5998;
    font-size: 1.4em;
}

.btn-google{
	margin: 10px auto;
    padding: 10px;
    text-align: center;
    color: #fff;
    font-weight: 700;
    font-family: 'Open Sans',sans-serif;
    background: #dd4b39;
    font-size: 1.4em;
}
.btn-outlook{
	margin: 10px auto;
    padding: 10px;
    text-align: center;
    color: #fff;
    font-weight: 700;
    font-family: 'Open Sans',sans-serif;
    background: #0c6fc6;
    font-size: 1.4em;
}

.btn-site{
	margin: 10px auto;
    padding: 10px;
    text-align: center;
    color: #fff;
    font-weight: 700;
    font-family: 'Open Sans',sans-serif;
    background: #be9b7b;
    font-size: 1.4em;
}

#gigs-page {
	overflow:visible;
	display:block;
	background-color:#22272f;
	margin:auto;
	padding:0;
	border:0;
	font-size:16px;
	vertical-align:baseline;
}

#gigs-page #bg {
	position:fixed;
	top:-55%!important;
	left:-55%!important;
	width:200%!important;
	height:200%!important;
	background-color:#000;
	transform:translate3d(0,0,0);
	-o-transform:translate3d(0,0,0);
	-ms-transform:translate3d(0,0,0);
	-moz-transform:translate3d(0,0,0);
	-webkit-transform:translate3d(0,0,0);
}

#gigs-page #bg img {
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	margin:auto;
	min-width:55%;
	min-height:55%;
	filter:blur(10px);
	-webkit-filter:blur(10px);
	-moz-filter:blur(10px);
	-o-filter:blur(10px);
	-ms-filter:blur(10px);
	opacity:.9;
}

#timeline .timeline-item:after,#timeline .timeline-item:before {
	content:'';
	display:block;
	width:100%;
	clear:both;
}

*,:before,:after {
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}

#timeline {
	line-height:1.5em;
	font-size:14px;
	width:90%;
	margin:12px auto;
	position:relative;
	-webkit-transition:all .4s ease;
	-moz-transition:all .4s ease;
	-ms-transition:all .4s ease;
	transition:all .4s ease;
	position: absolute;
    top: 90px;
    left: 5%;
    padding-top: 3%;
}

#timeline:before {
	content:"";
	width:3px;
	height:100%;
	background:#468a94;
	left:50%;
	top:0;
	position:absolute;
}

#timeline:after {
	content:"";
	clear:both;
	display:table;
	width:100%;
}

#timeline .timeline-item {
	margin-bottom:50px;
	position:relative;
}

#timeline .timeline-item .timeline-icon {
	background:#468a94;
	width:50px;
	height:50px;
	position:absolute;
	top:0;
	left:50%;
	overflow:hidden;
	margin-left:-23px;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	-ms-border-radius:50%;
	border-radius:50%;
}
#timeline .timeline-item .timeline-icon i {
	    top: 20%;
    position: absolute;
    left: 20%;
    color: #fff;
}

#timeline .timeline-item .timeline-icon img {
	position:relative;
	top:14px;
	left:14px;
}

#timeline .timeline-item .timeline-content {
	width:47%;
	background:#fff;
	padding:20px;
	-webkit-box-shadow:0 3px 0 rgba(0,0,0,0.1);
	-moz-box-shadow:0 3px 0 rgba(0,0,0,0.1);
	-ms-box-shadow:0 3px 0 rgba(0,0,0,0.1);
	box-shadow:0 3px 0 rgba(0,0,0,0.1);
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-ms-border-radius:5px;
	border-radius:5px;
	-webkit-transition:all .3s ease;
	-moz-transition:all .3s ease;
	-ms-transition:all .3s ease;
	transition:all .3s ease;
	float:left;
}

#timeline .timeline-item .timeline-content .cover, #timeline .timeline-item .timeline-content .details {
	width:50%;
	float:left;
}

#timeline .timeline-item .timeline-content h2 {
	padding:15px;
	background:#468a94;
	color:#fff;
	margin:-20px -20px 0;
	font-weight:300;
	letter-spacing: .08em;
	-webkit-border-radius:3px 3px 0 0;
	-moz-border-radius:3px 3px 0 0;
	-ms-border-radius:3px 3px 0 0;
	border-radius:3px 3px 0 0;
}
#timeline .timeline-item .timeline-content h2 a {
	color:#fff !important;
}

#timeline .timeline-item .timeline-content:before {
	content:'';
	position:absolute;
	left:47%;
	top:20px;
	width:0;
	height:0;
	border-top:7px solid transparent;
	border-bottom:7px solid transparent;
	border-left:7px solid #468a94;
}

#timeline .timeline-item .timeline-content.right {
	float:right;
}

#timeline .timeline-item .timeline-content.right:before {
	content:'';
	right:47%;
	left:inherit;
	border-left:0;
	border-right:7px solid #468a94;
}

@media screen and (max-width: 768px) {
	#timeline {
	  	margin: 4% 5% 30px 5%;
	    padding: 6% 0 0 0;
	    width: 85%;
	}
	
	#timeline .timeline-item .timeline-icon{
		width: 30px;
		height: 30px;
		top:12px;
		margin-left:-14px;
	}
	
	#timeline .timeline-item .timeline-icon i{
		top: 27%;
	    position: absolute;
	    left: 27%;
	    color: #fff;
	    font-size: 1em !important;
	}
	
	.btn-facebook, .btn-google, .btn-outlook{
		font-size: 0.8em;
	}
	
	.timeline-plus{
		left:0px;
	    width: 30px;
		height: 30px;
		margin-left:-14px;
	}
	
	.timeline-plus i {
		top: 27%;
	    position: absolute;
	    left: 32%;
	    color: #fff;
	    font-size: 1em !important;
	}
	
	h1{
		font-weight: 500;
	    letter-spacing: .08em;
	    color: #fff;
	    font-size: 2em !important;
	    padding-bottom: 10px;
	    border-bottom: 3px solid #468a94;
	    text-align: center;
	    position: absolute;
	    margin: 0;
	    left: 5%;
	    width: 90%;
	}
	
	#timeline .timeline-item .timeline-content h2{
		font-size: 1.1em;
		line-height: 1.2em;
	}
	
	#timeline:before {
		left:0;
	}
	
	#timeline .timeline-item .timeline-content {
		width:90%;
		float:right;
	}
	
	#timeline .timeline-item .timeline-content:before,#timeline .timeline-item .timeline-content.right:before {
		left:10%;
		margin-left:-6px;
		border-left:0;
		border-right:7px solid #468a94;
	}
	
	#timeline .timeline-item .timeline-icon {
		left:0;
	}
}