html, body {
    height: 100%;
    width: 100%;
    margin: 0px;
    min-width:1024px;
}

body {
    font-family: "Roboto";
    background-color: #a6b9c9;
    color: #1E4772;
}

h1, h2, h3 {
    font-family: "Roboto";
    color: #1E4772;
}

body header {
    height:418px;
    width:100%;
    position:relative;
}

body header.main-header {
    height: auto;
    position: relative;
    background-image: url(/images/header-bg.jpg);
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
}

body header.main-header a.logo {
    display: inline-block;
    margin: 20px 0 0 20px;
}

body header.main-header a.logo img {
    max-width: 300px;
}

body header.main-header img.map-overlay {
    position: absolute;
    right: 0;
    top: 0;
    max-width: 40%;
}

body header.main-header img.scroll-down {
    position: absolute;
    bottom: 175px;
    left: 0;
    right: 0;
    display: block;
    margin: auto;
    width: 100px;
    cursor: pointer;
}

body header.main-header div.clock {
    display: inline-block;
    vertical-align: top;
    padding: 20px 0 0 100px;
    color: #FFF;
    font-weight: 100;
    text-transform: uppercase;
    line-height: 1.2;
    letter-spacing: 2px;
}

body header.main-header div.clock .title {
    font-size: 20px;
}

body header.main-header div.clock .time {
    font-size: 90px;
}

body header.main-header div.clock .descriptions span {
    display: inline-block;
}

body header.main-header div.clock .descriptions span:nth-child(2) {
    margin-left: 76px;
}

body header.main-header div.clock .descriptions span:nth-child(3) {
    margin-left: 30px;
}

body header.main-header .slogan {
    background-color: #FFF;
    position: absolute;
    bottom: 0;
    width: 100%;
}

body header.main-header .slogan .row {
    max-width: 1170px;
    margin: auto;
    text-transform: uppercase;
}

body header.main-header .slogan .row .column {
    float: left;
    width: 50%;
}

body header.main-header .slogan .row .column .container {
    padding: 20px;
}

body header.main-header .slogan .row .column .container h1 {
    text-transform: uppercase;
    font-size: 66px;
    margin: 0;
    line-height: 1;
}

body header.main-header .slogan .row .column .container h2 {
    font-weight: 300;
    font-size: 41px;
    margin: 0;
    line-height: 1;
    letter-spacing: -0.01em;
}

body header.main-header .slogan .row .column .container.text {
    padding: 20px 0 20px 0;
    font-size: 15px;
    line-height: 1.5;
}

.img-responsive {
    max-width: 100%;
}

.blue-font {
    color: #1E4772;
}

#socialMediaIcons
{
    margin:0px;
    padding:0px;
    position:absolute;
    left:5px;
    bottom: 30px;
    width:50px;
    z-index: 9999;
}

#socialMediaIcons li
{
    margin-left:5px;
    margin-bottom:5px;
    list-style-type:none;
}

ul#languageSelect
{
    margin:0px;
    padding:0px;
    position:absolute;
    right:30px;
    top:428px;
    z-index:20;
}

ul#languageSelect > li
{
    float:left;
    list-style-type:none;
    color:#127dad;
    margin-right:5px;
    font-size:11px;
}

ul#languageSelect > li > a
{
    color:#127dad;
    text-decoration:none;
    font-size:11px;
}

#slogan
{
    position:absolute;
    left:250px;
    top:60px;
    width:675px;
    color:#127dad;
}

#slogan > h1
{
    color:#127dad;
    font-size:18px;
    margin-bottom:0px;
}

#slogan > h4
{
    margin-top:10px;
    color:#127dad;
    font-size:14px;
}

nav[role=main]
{
    height: 75px;
    top: 0px;
    position: relative;
    z-index: 10;
    background-color: #1E4772;
    border: 0;
}

nav[role=main] > ul
{
    margin:0px;
    padding:0px;
    text-align:center;
    position:relative;
    top:0px;
    bottom: 0px;
    height: 100%;
    min-width:860px;
}

nav[role=main] > ul > li
{
    display:inline-block;
    position:relative;
}

nav[role=main] > ul > li ul
{
    margin:0px;
    padding:0px;
    position:absolute;
}

nav[role=main] > ul li:hover > ul
{
    display:block!important;
}

nav[role=main] > ul > li > ul > li ul
{
    left:210px;
    top:0px;
    width:220px;
    padding-top:10px;
    padding-bottom:5px;
    background-color:#0B1725;
    display:none;
}

nav[role=main] > ul > li > ul
{
    left:0px;
    width:450px;
    padding-top:10px;
    padding-bottom:5px;
    background-color:#0B1725;
    display:none;
}

nav[role=main] > ul > li > ul li
{
    text-align:left;
    position:relative;
}

nav[role=main] > ul li a
{
    color: #FFFF00;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 21px;
    font-weight: 300;
    letter-spacing: 1px;
    padding: 23px 20px;
    display: block;
}

nav[role=main] > ul > li > ul li a
{
    padding: 5px 15px;
    font-size: 18px;
    color: #FFF;
}

#main
{
    max-width:1170px;
    margin-left:auto;
    margin-right:auto;
    margin-bottom: 30px;
    position:relative;
    color: #1E4772;
    font-size: 14px;
}

#main .content-inlay
{
    padding-top: 30px;
}

#main div#leftSide
{
    width:50%;
    float:left;
}

#main div#leftSide .content-inlay
{
    padding-right: 30px;
}

#main div#rightSide
{
    width:50%;
    float:left;
}


#main div#rightSide .content-inlay
{
    padding-left: 30px;
}

#main .content-inlay h3
{
    text-transform: uppercase;
    margin-top: 0px;
    font-size: 14px;
}

#main .content-inlay h3.with-border
{
    border-bottom: 1px solid #1E4772;
    padding-bottom: 5px;
}

#main div.highlightedContent div.text
{
    padding-top:10px;
    padding-right:10px;
}

#main div.highlightedContent div.text h2
{
    margin-top:0px;
    margin-bottom:5px;
}

#main div.highlightedContent div.thumbnail
{
    float:left;
    margin:10px;
}

#main div.highlightedContent p
{
    padding-left:10px;
    margin-bottom:0px;
}

#main div.highlightedContent p b
{
    text-transform:uppercase;
}

div.dottedBorderOnBottom
{
    padding-bottom:10px;
    margin-bottom:10px;
    border-bottom:2px dotted #2f619d;
}

footer
{
    background-color: #a6b9c9;
    width: 100%;
}

br
{
    clear:both;
}

div.blogEntry h3, div.blogEntry h3 a
{
    text-decoration:none;
    margin-top:0px;
    margin-bottom:0px;
}

div.buttonCollection {
    display: block;
    width: 100%;
    margin: auto;
    padding-right: 10px;
}

div.button
{
    width: 30px;
    height: 30px;
    text-align: center;
    cursor: pointer;
    background: #FFF;
    margin: 0 3px;
    border-radius: 5px;
    line-height: 30px;
    float: right;
}

div.button a {
    color: #1E4772;
    text-decoration: none;
}

div.button:hover {
    background-color: #EEE;
}

div.blogEntry
{
    border-bottom: 1px solid #1E4772;
    margin-bottom: 10px;
}

.blogEntry * {
    background-color: transparent !important;
}

div.blogEntry .date,
div.blogEntry .editor
{
    font-weight: 400;
    color: #FFF;
}

div.blogEntry .editor
{
    margin-bottom: 5px;
}

div.blogEntry div.tags
{
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 5px;
}

div.blogEntry a
{
    color: #1E4772;
    margin: 0;
    text-decoration: none;
}

div.blogEntry .imageContainer
{
    margin-bottom: 10px;
}

div.blogEntry .text{
    position: relative;
    padding-right: 20px;
}

div.blogEntry .text a.read-more {
    color: #FFFF00;
    font-weight: 100;
    font-size: 24px;
    position: absolute;
    right: 0px;
    bottom: 0px;
    line-height: 1;
}


div.blogEntry ul.socialMedia
{
    margin:0px;
    padding:0px;
}

div.blogEntry ul.socialMedia li
{
    float:left;
    list-style-type:none;
}

.video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    margin-bottom: 10px;
}

.video-wrapper > * {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.map-container {
    height: 500px;
    width: 100%;
}

.map-container iframe {
    border: 0;
}

footer.main-footer {
    padding: 40px 0;
    background-color: #FFF;
    text-align: center;
}

footer.main-footer a {
    display: block;
    padding: 0 15px;
    text-decoration: none;
}

footer.main-footer a.inline-element {
    display: inline-block;
}

footer div.divided
{
    float:left;
}

footer div.divided h4
{
    color:#FFF;
    text-transform:uppercase;
    font-weight:normal;
    font-size:14px;
    margin-bottom:0px;
}

footer div.divided ul
{
    margin:0px;
    padding:0px;
    margin-bottom:30px;
}

footer div.divided ul li
{
    list-style-type:none;
    color:#FFF;
}

#footerInlay
{
    margin-top:30px;
    width:1100px;
    margin-left:auto;
    margin-right:auto;
    position:relative;
}

#footerBottom
{
    position:relative;
    bottom:-25px;
    text-align:center;
    width:100%;
    color:#FFF;
}

#footerBottom a{
    color: #fff;
}

div.smallCentered
{
    width:96%!important;
    margin-left:25%;
}


.presentingPartner{
    padding-bottom: 20px;
    width: 960px;
    margin: auto;
    text-align: center;
    border-bottom: 2px dotted #2fa0da;
}

.mainSponsors{
    padding-bottom: 20px;
    text-align: center;
}
.mainSponsors img{
    padding: 5px;
}

.rhineBanner{
    background-image: url('img/rhine_river_banner.jpg');
    height: 223px;
    width: 598px;
    color: #FFF;
    text-shadow:0px 0px 5px #000;
    margin: 20px 0;
    cursor: pointer;
}
.rhineBanner h1{
    font-size: 36px;
    padding: 80px 20px 0 15px;
    margin: 0;
    font-weight: 500;
}
.rhineBanner p{
    margin: 0;
    padding: 0 35px 0 15px;
}
