
/* Letra do menu */
.navbar .nav > li > a {
	padding: 10px 10px 10px;
	text-shadow: none;

	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	letter-spacing: 2.4px;

	border-style: none solid none none;
	border-right-color: #656262;
	border-width: 1px;
    
	/*box-sizing: border-box;
	color: rgb(255, 255, 255);
	cursor: auto;
	display: block;
	float: left;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	letter-spacing: 2.4px;
	line-height: 40px;
	padding-bottom: 0px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 0px;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
	transition-delay: 0s;
	transition-duration: 0.5s;
	transition-property: all;
	transition-timing-function: ease;
	*/
}

.dropdown-menu > li > a {
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
}

@media all and (max-width: 1200px) {
	.navbar .nav > li > a {
		padding-left: 8px;
		padding-right: 8px;
		font-size: 12px;
		letter-spacing: 2.0px;
	}
}

@media all and (max-width: 1030px) {
	.navbar .nav > li > a {
		padding-left: 6px;
		padding-right: 6px;
		font-size: 10px;
		letter-spacing: 1.5px;
	}
}

@media all and (max-width: 880px) {
	.navbar .nav > li > a {
		width: 100%;
	}
}


.menucontainer {
	background-clip: padding-box;
	border-bottom-color: rgb(51, 51, 51);
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	border-bottom-style: solid;
	border-bottom-width: 0px;
	border-left-color: rgb(51, 51, 51);
	border-left-style: solid;
	border-left-width: 0px;
	border-right-color: rgb(51, 51, 51);
	border-right-style: solid;
	border-right-width: 0px;
	border-top-color: rgb(51, 51, 51);
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-top-style: solid;
	border-top-width: 0px;
	box-shadow: rgb(255, 255, 255) 0px 0px 0px 0px;
	box-sizing: border-box;
	color: rgb(51, 51, 51);
	display: block;
	font-family: 'Carrois Gothic', sans-serif;
	font-size: 15px;
	font-weight: normal;
	height: 40px;
	line-height: 21.4286px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	position: relative;
	width: auto;
}

