
/* Clearfix */
.clearfix1:before,
.clearfix1:after {
    content: " ";
    display: table;
}
.clearfix1:after {
    clear: both;
}
.clearfix1 {
    *zoom: 1;
}

 
nav1 ul {
	width: 100%;
	height: 45px;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	z-index: 2000;
	margin-bottom: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10px;
}
nav1 li 
{
	display: inline;
	float: left;
	color: rgb(148,51,88);
	background-color: rgb(255,104,143);
	height: 30px;
	padding-top: 2px;
}



nav1 a {
	display: inline-block;
	width: 160px;
	text-align: center;
	line-height: 30px;
	color: rgb(190,69,52);
	text-decoration: none;
	letter-spacing: 0.1em;
	word-spacing: 0.1em;
}
nav1 li a {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #AC8979;
	background-color: rgb(204,212,196);
	color: rgb(148,51,88);
}


nav1 a:hover, nav a:active {
	background-color: #C8D0C1;
	color: rgb(210,31,78);
}

nav1 a#pull {
	display: none;
}

.akti {
	font-size: 100%;
	background-color: rgb(204,212,196);
	color: rgb(102,102,255);
}

/*Styles for screen 600px and lower*/
@media screen and (max-width: 600px) {
	nav1 {
	height: auto;
	background-color: rgb(210,31,78);
	color: rgb(255,207,0);
  	}
  	nav1 ul {
  		width: 100%;
  		display: block;
  		height: auto;
  	}
  	nav1 li {
  		width: 50%;
  		float: left;
  		position: relative;
  	}
  	nav1 li a {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #FF688F;
	border-bottom-color: #FF688F;
	}
  	nav1 a {
	  	text-align: left;
	  	width: 100%;
	  	text-indent: 25px;
  	}
.akti {
	margin-top: 2px;
	font-size: 100%;
}
	
}

/*Styles for screen 515px and lower*/
@media only screen and (max-width : 480px) {
	nav1 {
		border-bottom: 0;
	}
	nav1 ul {
		display: none;
		height: auto;
	}
	nav1 a#pull {
	display: block;
	background-color: #57344C;
	width: 100%;
	position: relative;
	}
	nav1 a#pull:after {
		content:"";
		background: url('nav-icon.png') no-repeat;
		width: 30px;
		height: 30px;
		display: inline-block;
		position: absolute;
		right: 15px;
		top: 10px;
	}
	
.akti {
	margin-top: 2px;
	font-size: 100%;
}
}

/*Smartphone*/
@media only screen and (max-width : 320px) {
	nav1 li {
		display: block;
		float: none;
		width: 100%;
	}
	nav1 li a {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FF688F;
	}
	
	.akti {
	margin-top: 2px;
	font-size: 100%;
}
}



