@charset "utf-8";
/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img {
	max-width: 100%;
}
active { border: none;}
*{
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
a {
	color: #333;
	text-decoration: none;
}

/* ---- RESET ----- */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
 margin:0;
 padding:0;
}
table {
 border-collapse:collapse;
 border-spacing:0;
}
fieldset,img { 
 border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
 font-style:normal;
 font-weight:normal;
}
ol,ul {
 list-style:none;
}
caption,th {
 text-align:left;
}
h1,h2,h3,h4,h5,h6 {
 padding: 0px;
 margin: 0px;
 font-size: 100%;
 font-weight: normal;
 width: auto;
}
q:before,q:after {
 content:'';
}
abbr,acronym { border:0;}
*{
 outline: 0px;
}
/*
::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 10px rgba(0,0,0,0.3);
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgba(204,204,204,0.8); 
    -webkit-box-shadow: inset 0 0 10px rgba(0,0,0,0.5);
}
::-webkit-scrollbar-thumb:window-inactive {
	background: rgba(255,0,0,0.4); 
}
*/
* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
/*------------- main styles ----------------*/

.ele-nav-outer {
	max-width: 1180px;
	width: 100%;
	margin: auto;
	background-color: #D6EBF8;
	height: 40px;
	margin-bottom: 5px;
}
.ele-navigation {
	width: 100%;
	font-family: Roboto, arial;
}
.ele-navigation ul {
	width: 100%;
	text-align: center;
	overflow-x: auto;
    white-space: nowrap;
}
.ele-navigation ul li {
	width: auto;
	display: inline-block;
	list-style-type: none;
}
.ele-navigation ul li a {
	line-height: 40px;
    color: #333;
    padding: 10px 10px;
    border-right: #C9C9C9 1px solid;
    font-weight: 600;
    font-size: 16px;
}
.ele-navigation ul li:last-child a {
	border-right: 0px;
}
.link-blk {
	width: 20px;
	height: 15px;
	margin-left: 5px;
	display: inline-block;
	background-image: url("../img/arrow-icon.png");
	background-repeat: no-repeat;
	background-position: left top;
	vertical-align: middle;
}


















