.box-content{
	float:left !important;
}

a.anchor{
	display: block; 
	position: relative; 
	top: -60px; 
	visibility: hidden;
}

.ajmint-sourceline {
	float: left;
}

video {
  width: 100%    !important;
  height: auto   !important;
}

audio {
	display: none;
}

#audio-div {
	display: none;
}

body {
	margin: 0;
	padding: 0;
	overflow-x: hidden;
}

body #main-wrapper {
	color: black;
	 -webkit-overflow-scrolling: touch;
}

img {
	border-style:none;
}

.button {
	float: left;
	margin: 0 auto;
	width: 100%;
	text-align: center;
	margin: 3em 0 0 0;
	color: black;
}

.button span {
	background: #D99C2C;
    font-family: "BebasNeue", helvetica, arial, sans-serif;
    font-size:1.2em;
    padding:10px;
    line-height:1.4em;
    cursor:pointer;
    margin-right: 1em;
}

.button span:hover {
    background:#E4BA6B;
}

#header a {
	color: white;
}

#header a:hover {
	color: #2272BB;
}

#header .button {
	margin-top: 0;
}

#header .button span {
	padding: 5px 10px;
	font-size: 1em;
}


/*#main-wrapper a {
	color: #2272BB;
	text-decoration: none;
}

#main-wrapper a:hover {
	text-decoration: underline;
}*/


/* MAIN LAYOUT ELEMENTS */
/*#main-wrapper{
	position: relative;
	font-family: Helvetica, Arial, sans-serif;
	-webkit-font-smoothing:antialiased;
	float:left;
	box-sizing: padding-box;
	font-size: 14px;
	line-height: 22px;
	width: 100%;
	margin-bottom: 50px;
	padding-top: 50px;
	overflow: hidden;
}

#main-wrapper p {
	font-family: Helvetica, sans-serif;
	float: left;
	margin: 0em 0 1em 0;
	width: 100%;
	color: #3f4245;
}*/