.col-1{width:8.33%}
.col-2{width:16.66%}
.col-3{width:25%}
.col-4{width:33.33%}
.col-5{width:41.66%}
.col-6{width:50%}
.col-7{width:58.33%}
.col-8{width:66.66%}
.col-9{width:75%}
.col-10{width:83.33%}
.col-11{width:91.66%}
.col-12{width:100%}
/*-----Font----*/
@font-face
{
font-family:'Ubuntu';
src:url('../fonts/Ubuntu.ttf');
font-weight:normal;
}
@font-face
{
font-family:'Oswald';
src:url('../fonts/Oswald.ttf');
font-weight:normal;
}
#main 
{
background-color: #fff;
padding-top:100px; 
}
/*=Header
-------------------------------------------------------------- */
header 
{
float:left;
width: 100%;
height: 100px;
overflow: hidden;
position: fixed;
box-sizing:border-box;
top: 0;
left: 0;
z-index: 999999999999999999999999999999;
background-color: #fff;
border-top:5px solid #27cda5;
border-bottom:1px solid #aaa;
-webkit-transition: height 0.3s;
-moz-transition: height 0.3s;
-ms-transition: height 0.3s;
-o-transition: height 0.3s;
transition: height 0.3s; 
}
.container
{
margin:0 auto;
width:95%;	
}
header p#logo
{
	float:left;
}
header p#logo img
{
display: inline-block;
height: 100%;
width:250px;
float: left;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s; 
}
header nav button
{
	display:block;
}
header nav
{
float: right;
text-align:right;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
nav p a
{
width:100%!important;
float:right;
font-style:italic;
font-size:20px;
padding-bottom:10px;
color:#551a8b;
font-family:Oswald;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
margin-bottom:10px;
}
header nav ul
{
	margin:0;
	padding:0;
	float:right;
}
header nav ul li
{
	list-style:none;
	display:inline-block;
	height:50%;
}
header nav a
{
float:right;
padding-left:10px;
padding-right:10px;
color:#6f2f9f;
text-decoration:none;
margin-right:10px;
margin-left:10px;
font-family:Ubuntu;
font-weight:bold;
width:auto;
float: left;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}

header nav a:hover
{
color: #27cda5; 
}
header.smaller 
{
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
height:60px; 
line-height:60px;
border-top:0px solid #fff;
}
header.smaller nav p
{
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
display:none;
}
header.smaller p#logo img
{
width:150px;
height:40px;
line-height:-10px;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
header.smaller nav a 
{
line-height:60px;
height:100%; 
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
header nav button
{
	float:right;
	z-index:9999999999999999999999999999999999;
	position:fixed;
	top:5px;
	right:10px;
	display:none;
	line-height:80px;
	background-color:#fff;
	outline:0;
	border:1px solid #fff;
}
header nav button i
{
	color:#fff;
	background-color:#25c69f;
	padding:10px;
	padding-left:12px;
	padding-right:12px;
	border-radius:50px;
	font-size:20px;
}
@media only screen and (max-width:1000px)
{
	header nav a
	{
	float:right;
	padding-left:3px;
	padding-right:3px;
	font-size:14px;
	}	
}
@media only screen and (max-width:800px)
{
	header nav button
	{
		display:block;
	}
	nav p a
	{
		display:none;
	}
	header nav 
	{
		background-color:#fff;
		z-index:999999999999999999999999999999999;
		position:fixed;
		top:95px;
		left:0;
		height:auto;
		width:100%!important;
		box-shadow:2px 2px 3px #aaa;
	}
	header nav ul
	{
		display:none;
		width:100%;
		border-top:1px solid #bbb;
		margin:0;
		padding:0;
	}
	header nav ul li,
	header nav ul li a
	{
		list-style:none;
		text-align:left;
		line-height:30px;
		text-align:center;
		width:100%;
	}
	header.smaller nav button
	{
		line-height:40px;
	}
	header.smaller nav 
	{
		background-color:#fff;
		z-index:999999999999999999999999999999999;
		position:fixed;
		top:50px;
	}
	header.smaller nav li
	{
	line-height:20px!important;
	height:20px!important; 
	}
	
	header.smaller 
	{
	height:50px;
	line-height:50px;
	}
}