@charset "uft8";
/* CSS Document */

/********** Start RESET **********
	AUTHOR: Osvaldas Valutis, www.osvaldas.info
*/


ul, ol {
	list-style: none;
}
table {
	table-layout: auto;
	border-collapse: separate;
	border-spacing: 0;
	empty-cells: hide;
}
img {
	vertical-align: middle;
	-ms-interpolation-mode: bicubic;
}
svg:not(:root) {
	overflow: hidden;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
input, textarea {
	-webkit-appearance: none;
}
button, input, select, textarea {
	vertical-align: baseline;
*vertical-align: middle;
	-webkit-border-radius: 0;
}
button, input {
	line-height: normal;
*overflow: visible;
}
table button, table input {
*overflow: auto;
}
button, input[type='button'], input[type='reset'], input[type='submit'] {
	cursor: pointer;
	-webkit-appearance: button;
}
textarea {
	overflow: auto;
	vertical-align: top;
}
input[type='search']::-webkit-search-decoration, input[type='search']::-webkit-search-cancel-button, input[type='search']::-webkit-search-results-button, input[type='search']::-webkit-search-results-decoration {
display: none;
}
input[type='search'] {
	-webkit-appearance: textfield;
}
input[type='radio'] {
	-webkit-appearance: radio;
}
input[type='checkbox'] {
	-webkit-appearance: checkbox;
}
input::-ms-clear {
display: none;
}
input[type='password']::-ms-reveal {
display: none;
}
.clearfix  {margin: 0;}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
* html .clearfix {
	zoom: 1;
}
*:first-child+html .clearfix {
	zoom: 1;
}
.cleaner {
	height: 0;
	line-height: 0;
	clear: both;
}

/********** End RESET **********/




#nav {
	z-index: 1;
	display: inline-block;
	width: 100%; /* 1000 */
	font-family: 'Dosis', 'Open Sans', sans-serif;
	font-weight: 600;
	margin: 0 auto; /* 30 480 */
	background-color: #012255;
}
.menu-fixed {
	position:fixed;
	top: 0;
	z-index: 1000
}
#nav > a {
	display: none;
}
#nav li {
	position: relative;
}
#nav li a {
	color: #fff;
	display: block;
}
#nav li a:active {
	background-color: #06357d !important;
}
#nav span:after {
	width: 0;
	height: 0;
	border: 0.313em solid transparent; /* 5 */
	border-bottom: none;
	border-top-color: #efa585;
	content: '';
	vertical-align: middle;
	display: inline-block;
	position: relative;
	right: -0.313em; /* 5 */
}
/* first level */

			#nav > ul {
	height: 3em; /* 60 */
	background-color: #012255;
}
#nav ul {
	max-width: 1400px;
	margin: 0 auto;
}
#nav > ul > li {
    width: 145px;
    min-width: 145px !important;
    padding: 0;
    padding-right: 6px !important;
    height: 100%;
    float: left;
    padding-left: 6px !important;
	vertical-align: middle;
	text-transform: uppercase;
	z-index: 1;
}

#nav > ul > li > a {
	height: 100%;
	font-size: 1em; /* 24 */
	line-height: 2.70em; /* 60 (24) */
	text-align: center;
	padding: 0 6px 0 6px;
}
#nav > ul > li:not( :last-child ) > a {
	border-right: none;
}
#nav > ul > li:hover > a, #nav > ul:not( :hover ) > li.active > a {
	background-color: #06357d;
	padding: 0;
	margin: 0;
}
/* second level */

				#nav li ul {
	background-color: #06357d;
	display: none;
	position: absolute;
	top: 100%;
	padding: 0;
	margin: 0;
	width: 150px;
min-height: 150px;
margin-left: 10px;
}
#nav li:hover ul {
	display: block;
	left: 0;
	right: 0;
}
#nav li:not( :first-child ):hover ul {
	left: -1px;
}
#nav li ul a {
	font-size: 0.9em; /* 20 */
	border-top: 1px solid #eaeaea;
	padding: 6px; /* 15 (20) */
}
#nav li ul li a:hover, #nav li ul:not( :hover ) li.active a {
	background-color: #012255;

}

 @media only screen and ( max-width: 800px ) /* 1000 */ {
#nav {
	width: 100%;
	position: static;
	margin: 0;
}
}
 @media only screen and ( max-width: 1300px ) /* 640 */ {

#nav {
	position: relative;
	top: auto;
	left: auto;
}
#nav > a {
	width: 3.125em; /* 50 */
	height: 3.125em; /* 50 */
	text-align: left;
	text-indent: -9999px;
	background-color: #012255;
	position: relative;
}
#nav > a:before, #nav > a:after {
	position: absolute;
	border: 2px solid #fff;
	top: 35%;
	left: 25%;
	right: 25%;
	content: '';
}
#nav > a:after {
	top: 60%;
}
#nav:not( :target ) > a:first-of-type, #nav:target > a:last-of-type {
	display: block;
}
/* first level */

			#nav > ul {
	height: auto;
	display: none;
	position: absolute;
	left: 0;
	right: 0;
}
#nav:target > ul {
	display: block;
}
#nav > ul > li {
	width: 100%;
	float: none;
	padding: 0 5px 0 10px;
}
#nav > ul > li > ul > li {
	font-size: 1.2em;
	padding: 0 5px 0 10px;
	width: 100% !important;
}

#nav > ul > li > a {
	height: auto;
	text-align: left;
	padding: 0 0.833em; /* 20 (24) */
	font-size: 1.2em;
	padding: 0 5px 0 10px;
}
#nav > ul > li:not( :last-child ) > a {
	border-right: none;
	border-bottom: 1px solid #06357d;
}
/* second level */

				#nav li ul {
	position: static;
	padding: 1.25em; /* 20 */
	padding-top: 0;
}
}