@import url("font.css");
@import url("reset.css");

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
address, em, img, small, strong, sub, sup,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, figcaption, figure,
footer, header, menu, nav, section,
audio, video {
	margin: 0px;
	padding: 0px;
	outline: 0;
	}


body {
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #3c5068;
}

img { max-width:100%; }
a   { color: #01bbf4; text-decoration: none; }

a:focus, a:hover {
    color: #004f9e;
    text-decoration: none;
}

h1 {
    margin-top: 23px;
    margin-bottom: 40px;
    font-weight: 800;
    line-height: 1;
    color: #004f9e;
}

h2 {
    margin-top: 30px;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 25px;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

.row {
    max-width:100%;
    width:1100px;
    margin:0 auto;
    padding:20px;
    box-sizing:border-box;
}

#header {
    top: 0;
    right: 0;
    left: 0;
    z-index: 20;
    padding-bottom: 10px;
    background: #fff;
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,.85);
    box-shadow: 0 0 5px rgba(0,0,0,.85);
}

#header_logo {
    float: left;
    max-width: 174px;
    padding-right: 17px;
    border-right: 1px solid #e2ebf2;
}

#emodnet-logo {float:right;     max-width: 100px;}

#header_title .c_content {
    position: relative;
    top: 50%;
    max-width: 20em;
    letter-spacing: .01em;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

#header_title {
    max-width: 285px;
    height: 62px;
    padding-left: 22px;
    overflow: hidden;
    font-size: .85em;
    font-weight: 300;
    line-height: 1.1;
    color: #2249a6;
    text-transform: uppercase;
}

#header_logo a img {width:200px;}