/* Global Styles */

body {
    margin: 0px;
    margin-bottom: 60px;
    color: white;
    font-family: 'Univers57CondensedRegular';
    font-size: 18px;
    text-align: left;
    background: url(../images/cb.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
html {
  position: relative;
  min-height: 100%;
}
h1 a {
    font-size: 100px;
}
h2 {
    font-size: 20px;
    font-style: italic;
}

/*a:link {
    color: white;
    text-decoration: underline;
}
a:visited {
    color: white;
    text-decoration: underline;
}
a:hover {
    color: silver;
    text-decoration: underline;
}
a:active {
    color: white;
    text-decoration: underline;
}*/

#bar {
    position: absolute;
    left: 0px;
    top: 57px;
    width: 100%;
    height: 9px;
    background-color: #8691B4;
    z-index: -100;
}

/*#container {
	position: absolute;
	left: 300px;
	top: 130px;
	width: 650px;
	z-index: 5;
}*/

#container_m {
    position: absolute;
    left: 5%;
    top: 200px;
    width: 90%;
    z-index: 5;
    height: 500px;
}
#container_oslo {
    position: absolute;
    /* left: 40px; */
    top: 200px;
    /* right: 40px; */
    z-index: 5;
    /* padding: 10px; */
}
#container_o {
    position: absolute;
    left: 40px;
    top: 200px;
    right: 40px;
    z-index: 5;
    height: 600px;
    overflow: auto;
    padding: 10px;
}
#container_o td {
    background-color: white;
    width: 22%;
    padding: 2%;
}
#container_o td img {
    width: 90%;
    height: auto;
    border: none;
}
#container_m p {
    text-align: left;
    font-size: 16px;
    margin: 5px;
}
#container_m table {
    table-layout: fixed;
    border-spacing: 20px;
    overflow: auto;
}
#container_m td {
    border: 0px solid silver;
    width: 20%;
    margin: 0;
    text-align: center;
    vertical-align: top;
    font-size: 16px;
}
#container_m img {
    width: 100%;
    height: auto;
    border: 0;
}
@font-face {
    font-family: 'Univers57CondensedRegular';
    src: url('../fonts/univers_57_condensed-webfont.eot');
    src: local('.'), url('../fonts/univers_57_condensed-webfont.woff') format('woff'), url('../fonts/univers_57_condensed-webfont.ttf') format('truetype'), url('../fonts/univers_57_condensed-webfont.svg#webfontRfZcqJH6') format('svg');
    font-weight: normal;
    font-style: normal;
}
.rowMarginTop {
    margin-top: 75px
}
.navbar-default {
    border-color: transparent;
    background-color: transparent;
    color: white;
}
.navbar-default .navbar-nav>li>a {
    font-size: 1.15em;
    color: white;
    text-decoration: none;
}
.navbar-default .navbar-nav>li>a:hover {
    color: silver;
    text-decoration: underline;
}
.dropdown-menu {
    font-size: 18px;
}
.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px;
    color: silver;
    background-color: transparent;
    /*border-top: 1px solid #8691B4;*/
}
a {
    color: white;
    text-decoration: underline;
}
a:hover {
    color: silver;
    text-decoration: none;
}
.ttiles {
    border: 1px solid red;
}
.tl-tile-inner {
    background-color: #61a8d8;
}
