@import url(navi.css);
@import url(font.css);

body{
	margin:0;
	padding:0;
	font-size:14px;
	font-family:arial;
	color:#333333;
	background-color:#FFF;
	font-weight: lighter;
	line-height: 24px;
}
@media only screen and (max-width: 800px) {
	body{
	padding-right: 3%;
	padding-left: 3%;
	-webkit-text-size-adjust: 100%;
}
}

/*----------------------------------------------Header-------------------------------------*/

header{
	padding:1%;
	text-align: center;
	font-weight: normal;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #EC1C24;
}

/*----------------------------------------------Banner-------------------------------------*/
#banner{
	margin: auto;
	text-align: center;
	background-color: #000;
	border-top-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #EC1C24;
	
	}

/*----------------------------------------------Container-------------------------------------*/
#container{
	margin: auto;
	max-width:1100px;
	text-align: center;
}
#container .box_one{
	width: auto;
	padding: 30px;
	text-align: center;
	clear: both;
	margin :20px;
	border-radius:40px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #FCC;
	box-shadow: 0px -3px 5px #CCC;
}
#container .box_two{
	border-radius:10px;
	box-shadow: 0px -3px 13px #CCC;
	width: 450px;
	height: 572px;
	margin: 15px;
	padding: 30px;
	text-align: left;
	display: inline-table;
}

#container .box_three{
	border-radius:10px;
	box-shadow: 0px -3px 13px #CCC;
	width: 273px;
	display: inline-table;
	margin: 15px;
	padding: 30px;
	text-align: left;
}
#container .box_four{
	border-radius:10px;
	box-shadow: 0px -3px 13px #CCC;
	width: 180px;
	margin: 15px;
	padding: 30px;
	text-align: left;
	display: inline-table;
	font-size: 12px;
}

#container .box_seven{
	width: 130px;
	text-align: center;
	display: inline-table;
	margin:15px;
	font-size: 12px;
	}


@media only screen and (max-width: 800px) {
#container .box_three, #container .box_two, #container .box_four{
	display: block;
	width: auto;
	clear: both;
}
.fuckingfitmobile{
	-webkit-text-size-adjust: 70%;
	}

}
/*----------------------------------------------Copyright-------------------------------------*/

footer{
	text-align: center;
	clear: both;
	background-color: #000;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #666666;
	padding: 1%;
	color: #FFF;
}


/*----------------------------------------------Responsive Youtube-------------------------------------*/
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
- See more at: http://avexdesigns.com/responsive-youtube-embed/#sthash.017SD88N.dpuf