.active {
	text-decoration: underline !important;
}

/*/////////////////////////////////////////////////////////////////////////////*/
.p_block {
	padding-left: 20px;
	font-weight: bold;
}
.p_block.big {
	padding-top: 100px;
	line-height: 25px;
}
*, *:before, *:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	padding: 0;
	margin: 0;
	overflow-x: hidden;
	height: 100%;
  	width: 100%;
}
a {
	text-decoration: none;
	color: #333;
}
#topBar {
	position: fixed;
	width: 100%;
	height: 5px;
	margin:0;
	display: block;
	z-index: 1;
}
#wrapper {
	width: 100%;
	max-width: 1200px;
	height: auto;
	margin: 0 auto;
	color: #333;
}
nav {
	width: 100%;
	max-width: 1200px;
	margin: 5px 0 0 0;
	height: 75px;
	font-size: 20px;
	position: fixed;
	z-index: 1;
}
#logo {
	height: 96%;
	float: left;
	width: auto;
	border-left: 1500px solid #fff;
	margin:1px 0 0 -1498px;
}
#logoMob {
	height: 96%;
	float: left;
	width: auto;
	margin: 1px 0 0 2px;
	display: none;
}
#btMob {
	width: 200px;
	cursor: pointer;
	height: 100%;
	margin: 0 0 0 63px;
	background-color: #fff;
	text-align: center;
	display: none;
	position: absolute;
}
#btMob h1 {
	margin: 20px 0 0 0;
	font-size: 20px;
}
nav ul {
	padding: 0;
    height: 100%;
    background-color: #fff;
    margin: 0;
    z-index: -1;
	text-align: center;
    position: relative;
}
nav ul li {
	display: inline-block;
	text-align: center;
	margin:25px 15px;
	list-style: none;
}



li a {
	font-size: 18px;
	display: block;
	text-decoration: none;
	color:#333;
}



/*///////////////////////////////     HOVERS    ////////////////////////*/
li a:hover {
	text-decoration: underline;
}




/*/////////////////////////////      MEDIA QUERIES     //////////////////*/

@media only screen and (max-width: 1200px) {

	nav ul li {
		margin:25px 13px;
		font-size: 19px;
	}
	nav ul li:nth-child(1) {
		
	}
	nav ul li:nth-child(7) img {
		right: 7px;
	}

}

@media only screen and (max-width: 1100px) {
	nav ul li {
		font-size: 18px;
	}
	nav ul li:nth-child(1) {
		
	}

}

@media only screen and (max-width: 1000px) {
	nav ul li {
		margin:25px 9px;
		font-size: 17px;
	}
	nav ul li:nth-child(1) {
		padding: 20px 0 0 0;
	}
	
	nav ul li:nth-child(8) {
		
	}
	nav ul li:nth-child(8) img {
		top: 6px;
		right: 15px;
	}
}

@media only screen and (max-width: 900px) {

	#logo {
		display: none;
	}


	 nav {
	 	height: 60px;
	 }
	 nav ul {
	 	width: 200px;
	 	height: 330px;
	 	margin: 60px 0 0 -265px;
	 	background-color: #fff;
	 }
	 nav ul li {
		display: block;
		width: 170px;
		margin:7px 15px; 
	 }
	
	nav ul li a {
		padding: 4px 0;
	}
	#logoMob {
		display: inline;
	}
	#btMob {
		display: block;
	}
}

@media only screen and (max-width: 900px) {
	.p_block {
		padding-left: 15px;
		font-size: 13px;
	}
	.p_block.big {
		padding-top: 40px;
		line-height: 20px;
	}
}
/*////////////////////////7    HEIGHT   ////////////////////////////*/


