.navcontthree{
		width: 100%;
		overflow: hidden;
	}
	.navthree{
		width: 100%;
		overflow: hidden;
		background-color: #000;
		z-index: 100;
	}
	.navlogothree{
		height: 100%;
		display: table;
		float: left;
	}
	.navlogotextthree{
		display: table-cell;
		vertical-align: middle;
		text-align: center;
		font-family: Roboto;
  		font-weight: 900;
  		color: #fff;
		font-size: 20px;
		opacity: .9;
	}
	.navlogotextthree:hover, .navlogotextthree:focus{
		color: #fff;
  		text-decoration: none;
  		opacity: 1;
	}
	.navlogotextthree:active{
		color: #fff;
  		text-decoration: none;
  		opacity: .8;
	}
	.navmenuthree{
		height: 100%;
		float: left;
		align-items: center;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
	}
	.navmenutextthree{
		margin-top: 2px;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.navmenuhrefthree{
		font-family: Roboto;
  		color: #fff;
  		text-decoration: none;
  		opacity: 1;
  		transition: 0.2s;
  		padding-left: 10px;
  		padding-right: 10px;
  		border-bottom: 2px solid transparent;
		font-size: 14px;
	}
	.navmenuhrefthree:hover, .navmenuhrefthree:focus{
		color: #fff;
  		text-decoration: none;
  		opacity: 1;
  		border-bottom: 2px solid;
	}
	.navmenuhrefthree:active{
		color: #fff;
  		text-decoration: none;
  		opacity: 0.8;
	}
	.navbuythree{
		display: table;
		height: 100%;
		float: left;
	}
	.navbuytextthree{
		display: table-cell;
		vertical-align: middle;
		text-align: center;
		font-family: Roboto;
	  	font-weight: bold;
 	 	text-align: center;
  		color: #fff;
  		text-align: center;
		font-size: 14px;
		transition: .1s;
		opacity: .9;
	}
	.navbuytextthree:hover, .navbuytextthree:focus{
		color: #fff;
		text-decoration: none;
		opacity: 1;
	}
	.navbuytextthree:active{
		color: #fff;
  		text-decoration: none;
  		opacity: .8;
  		transform: scale(1);
	}

/* Large desktops and laptops */
@media (min-width: 1400px) {
	.navcontthree{
	}
	.navthree{
		height: 69px;
	}
	.navlogotextthree{
	}
	.navmenuhrefthree{
	}
	.navbuytextthree{
	}
	.navmenutextthree{
		margin-left: 20px;
	}
	.navmenuthree{
		justify-content: flex-end;
	}
}

/* Large desktops and laptops */
@media (min-width: 1200px) and (max-width: 1399px) {
	.navcontthree{
	}
	.navthree{
		height: 69px;
	}
	.navlogotextthree{
	}
	.navmenuhrefthree{
	}
	.navbuytextthree{
	}
	.navmenutextthree{
		margin-left: 18px;
	}
	.navmenuthree{
		justify-content: flex-end;
	}
}

/* Portrait tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
	.navcontthree{
	}
	.navthree{
		height: 60px;
	}
	.navlogotextthree{
	}
	.navmenuhrefthree{
	}
	.navbuytextthree{
	}
	.navmenutextthree{
		margin-left: 18px;
	}
	.navmenuthree{
		justify-content: flex-end;
	}
}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
	.navcontthree{
	}
	.navthree{
	}
	.navlogotextthree{
	}
	.navmenuhrefthree{
	}
	.navbuytextthree{
		padding-top: 5px;
		padding-bottom: 5px;
	}
	.navmenutextthree{
		margin-left: 10px;
	}
	.navmenuthree{
		justify-content: center;;
	}
}

/* Landscape phones and portrait tablets */
@media (min-width:  481px) and (max-width: 767px) {
	.navcontthree{
	}
	.navthree{
	}
	.navlogotextthree{
	}
	.navmenuhrefthree{
	}
	.navbuytextthree{
		padding-top: 5px;
		padding-bottom: 5px;
	}
	.navmenutextthree{
		margin-left: 7px;
	}
	.navmenuthree{
		justify-content: center;;
	}
}

/* Landscape phones and smaller */
@media (max-width: 480px) {
	.navcontthree{
	}
	.navthree{
	}
	.navlogotextthree{
	}
	.navmenuhrefthree{
	}
	.navbuytextthree{
		padding-top: 5px;
		padding-bottom: 5px;
	}
	.navmenutextthree{
		margin-left: 7px;
	}
	.navmenuthree{
		justify-content: center;;
	}
}