body{
	padding: 0;
	margin: 0;
	background-color: #f0f0f0;	
}

/*................. HEADER AND NAVIGATION .............*/
header {
			background: #405580;
			width: 100%;
			height: 110px;
			position: fixed;
			top: 0;
			left: 0;
			z-index: 100;
			opacity:0.90;
		}
		
#logo {
			margin: 20px;
			float: left;
			width: 370px;
			height:60px;
			font-size: 48px;
		}
		#menu-icon {
			display: hidden;
			width: 40px;
			height: 40px;
			
		}

nav {
	float: right;
	padding: 30px 20px 20px 0px;
	
}

a{
	color: #ffffff;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
}
a:hover{
	color: #ffffff;
	text-decoration: underline;
}

ul {
	list-style: none;
}
nav ul li {
	display: inline-block;
	float: left;
	padding: 10px;
}
.current {
	color: #fff;
	text-decoration: underline;
}
.log {
	width: 340px;
	height: 450px;
	background-color: #bbccff;
	margin-top: -475;
	position: relative;
	float: right;
	margin-right: 15px;
	
}
img {
	width: 100px;
}

/*................ END OF HEADER AND NAV ...............*/


.slider-frame{
	overflow: hidden;
	height: 500px;
	width: 1000px;
	margin-left: 180px;
	margin-right: 200px;
	}

.img-container img{
	width: 1000px;
	height: 500px;
	margin-top: 110;
}
.img-containe img{
	width: 1000px;
	height: 500px;
	margin-top: 110;
}
/*.......... SLIDE ANIMATION .............*/

@-webkit-keyframes slide_animation {
	0% {left:0px;} 
	10% {left:1200px;}
	20% {left:2400px}
	39% {left:3600px;}
	40% {left:4800px;}
	50% {left:4800px;}
	60% {left:4800px;}
	70% {left:3600px;}
	80% {left:2400px;}
	90% {left:1200px;}
	100% {left:0px;}
}

.slide-images{
	width: 6000px;
	height: 800px;
	margin: 0 0 0 -4800px;
	position: relative;
	-webkit-animation-name: slide_animation;
	-webkit-animation-duration: 33s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-direction: alternate;
	-webkit-animation-play-state: running;
}

.img-container{
	height: 500px;
	width: 1200px;
	position: relative;
	float: left;
}

/*.............. END OF ANIMATION PART ...........*/

.clear{
	clear: both;
}

section {
	width: 29%;
	float: left;
	margin: 2% 2%;
	text-align: center;
}

h1{
	text-align: center;
	font-size: 180%;
	line-height: 120%;
	margin: 5% 0;
}

h2{
	text-decoration: underline;
	line-height: 20%;
	padding-left: 2%;
}
h3{
	line-height: 110%;
	padding: 5% 0:
}

p{
	padding: 1%;
}

article {
	float: left;
	margin: 0px 10% ;
	width: 30%;
	height: auto;
	padding: 4%;
}

#ticle{
	width: 400px;
	height: 200px;
	
}
aside {
	float: right;
	margin: 0 auto;
	width: 35%;
	height: auto;
	padding: 3%;
}
ul.gym li {
	padding-left: 0;
}

footer {
	background: #333333;
	width: 100%;
	overflow: hidden;
	opacity: 0.9;
}
footer p, footer h3 {
	color: #fff;
}
footer p a {
	color: #fff;
	text-decoration: none;
}
ul.social li {
display: inline;	
}
ul.social li img {
	height: 50px;
	padding: 4px;
	align-content: center;
}
footer.second {
	border-top: 1px solid #4D4E50;
	background-color: #333333;
	max-height: 50px;
	text-align: center;
	opacity: 0.95;
}

/* ............ MEDIA ............ */

@media screen and (max-width: 478px) {
	body {
		position: absolute;
	}
}
@media screen and (max-width: 740px) {
	header {
		position: absolute;
	}
	#menu-icon {
		display: inline-block;
	}
	nav ul, nav:active ul {
		display: none;
		position: absolute;
		padding: 0 20px 0 0;
		background: #405580;
		border: 1px solid #fff;
		right: 10px;
		top: 60px;
		width: 100px;
		border-radius: 2px 0 2px 2px;
	}
	nav li {
		text-align: center;
		width: 100%;
		padding: 10px 0;
		margin: 0;
	}
	nav:hover ul {
		display: block;
	}
	.slider-frame{
		overflow: hidden;
		height: 500px;
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
	section {
		float: left;
		width: 100%;
		margin: 0;
		padding: 0;
	}
	article {
		float: left;
		width: 100%;
		margin: 0;
		padding: 0;
		text-align: center;
	}
	aside {
		float: left;
		width: 100%;
		margin: 0;
		padding: 0;
		text-align: center;
	}
	#logo {
		font-size: 36;
		width: 300px;
	}
}