
html {
    background-color: #000;
}

body {
    font: 12pt Helvetica;
    background-color: #f6f6f6;
    padding: 0;
    margin: 0 auto;
    overflow-y: scroll;
}

a {
    color: #404050;
    text-decoration: none;
}

.highlighted {
    color: #f58221;
}


/* containers */

ul.reset {
    padding: 0;
    margin: 0 auto;    
    list-style-type: none;    
}

ul.inline, ul.inline > li {
    display: inline;
}

header, article, nav, aside {
    text-align: center;    
}

article, nav, aside {
    padding: 8px;    
}
   
/* other */

div#logo {
    height: 126px;    
    background: #000 url(../img/boomeye.png) no-repeat center center;        
}

ul#menu {
    background-color: #dadadc;     
    height: 46px;
    line-height: 46px;
}

ul#menu, ul#submenu {
    display: block;
}

ul#submenu {
    height: 32px;
    line-height: 32px;
}

ul#menu a {
    font-size: 14pt;
    padding: 4px;
}

ul#submenu a {
    font-size: 11.5pt;
    padding: 0 4px 4px;
}

/* image container */

img.full-width, .image-container {
    width: 100%;
    margin: 0 auto;
    width: 99.9vmin;
}

.image-container {
    position: relative;
}

.image-container > .nav-left {
    left: 0;
}

.image-container > .nav-right {
    right: 0;
}

.image-container > .nav-link {
    top: 0;
    height: 100%;
    position: absolute;
    width: 50%;
    padding: 0;
    margin: 0;
    opacity: 0;
}

.image-container:hover > .nav-link {
    opacity: 0.33;
    -webkit-transition: opacity 0.5s; 
    transition: opacity 0.5s;
}

.image-container:hover > .nav-left {
    background: url(../img/arrow-left-48.png) no-repeat center left 12px;
}

.image-container:hover > .nav-right {
    background: url(../img/arrow-right-48.png) no-repeat center right 12px;
}

.image-container:hover > .nav-link:hover {
    opacity: 1.0;
}

/* langs */

.lang.sel {        
    background-color: #f58221;
    color: #fff;
    opacity: 1;
}
.lang {
    background-color: #fff;
    color: #f58221;
    display: inline-block;
    font-size: 15px;
    font-weight: bold;
    margin-right: 2px;
    padding: 3px 6px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 30px;
    width: 30px;
    height: 30px;    
}

/* footer */

footer {
    height: 46px;
    background-color: #000;    
    color: #dadadc;
    left: 0;
    width: 100%;  
    line-height: 46px; 
    font-size: 10px;
    padding: 0;
    margin: 46px 0 0;
    text-align: center;    
}

footer a {
    color: #dadadc;
    font-weight: bold;
}

footer a span.boom {
    color: #fff;    
}

footer a span.eye {
    color: #f58221;
}

.cms-content {
    text-align: left;
}