/* GLOBAL STYLES
-------------------------------------------------- */

html, body { height: 100%; }
body { background-color: #fff; font-size: 16px; }
a { color: #ff6c0e; }

a:hover, a:focus, a.active { color: #696b83; }
h1, h2, h3, h4,
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover,
h1 a:focus, h2 a:focus, h3 a:focus, h4 a:focus,
h1 a:active, h2 a:active, h3 a:active, h4 a:active {
	text-decoration: none;
	font-family: eurostile, sans-serif;
	font-weight: 700;
	font-style: normal;
}
a.undi { text-decoration: underline !important; font-weight:700; }

.eu { font-family: eurostile, sans-serif; font-weight: 400; font-style: normal; }
.eu-i { font-family: eurostile, sans-serif; font-weight: 400; font-style: italic; }
.eu-b { font-family: eurostile, sans-serif; font-weight: 700; font-style: normal; }
.eu-ex { font-family: eurostile-extended, sans-serif; font-weight: 400; font-style: normal; }
.eu-ex-b { font-family: eurostile-extended, sans-serif; font-weight: 900; font-style: normal; }

.btn-petol { color: #fff; background-color: #ff6c0e; border-color: #ff6c0e; white-space: nowrap; }
.btn-petol:hover { color: #fff; background-color: #0f1111; border-color: #0f1111; }

nav.navbar-fixed-top    {  margin-bottom: 0; }
nav.navbar-fixed-top .navbar-brand    { min-width: 80px; transition: all 1000ms; }
nav.navbar-fixed-top .navbar-brand span.small { font-size: 0.5em; }
.navbar-toggler {
	position: relative;
	transition: all 500ms;
}
.bars {
	cursor: pointer;
	overflow: auto;
	width: 40px;
	display: inline-block;
}
.bars > div {
	background: #000;
	width: 40px;
	height: 3px;
	margin-bottom: 8px;
	clear: right;
	float: right;
	transition: all 500ms;
}
.navbar-toggler:hover .bars > div { width: 25px; background: #f0f0f0; }
.bars div.two { width: 25px; }
.navbar-toggler:hover .bars > div.two { width: 40px; }
.bars div.three { margin: 0; }
.navbar-toggler span {
	font-size: smaller;
	color: #000;
	padding-left: 10px;
	position: relative;
	top: -5px;
	transition: all 500ms;
	cursor: pointer;
}
label	{ font-weight: bold; line-height: 1.1; }
label small	{ font-weight: normal; }

/* RESPONSIVE CSS
-------------------------------------------------- */
@media (min-width: 470px) {
	
}

@media (min-width: 768px) {
    div#lNav { display: inline-block; }
}
@media (min-width: 992px) {

}
