	#header{
		height:117px;
	}

	#header #ticketing{
		position: relative;
		left:auto;
		top:auto;
		margin:6px auto;
	}

	#section-home .section-content {
    padding-top: 117px;
}

/** section
  * -----------------------------------------*/
	.section-content{
		width:100%;
		background-color:rgba(255, 255, 255, 0.85);
	}

	.section-box{
		text-align:center;
	}

	.section-title{
		padding-left:40px;
		padding-right:40px;
		display:inline-block;
		text-align:left;
		font-size:80px;
	}

	.section-text{
		margin:0 auto;
	}
	
	.section-text-author{
		padding-left:0px;
		display:inline-block;
		margin-bottom:10px;
	}

	.section-thumbs-container{
		margin:0 auto;
	}
	
	#section-mike .section-content{
		/*background-color:rgba(255, 255, 255, 0.75);*/
	}

/** footer
  * -----------------------------------------*/
	#footer{
		height:252px;
	}
	
	#footer-left{
		width:100%;
		height:86px;
	}
	
	#footer-right{
		width:100%;
		height:64px;
		bottom:86px;
	}
	
	#footer-center{
		width:100%;
	}
	
	#social,
	#text-buttons{
		display:inline-block;
		padding-top:20px;
		position:static;
		left:auto;
		bottom:auto;
	}
	
	#legal{
		padding-top:10px;
		text-align:center;
		position:static;
		left:auto;
		bottom:auto;
	}