﻿/* ... defaults ... */

body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
	min-width: 1200px;
}

a {
    color: rgba(0, 179, 136, 1);
}

.h2, h2 {
    font-size: 45px;
}

a:focus,
a:hover {
    color: rgba(0, 0, 0, 1);
}

#contents
{
    margin: 0 auto;
    width: 900px;
}

.skyline
{
	float: right;
}

.container-fluid {
  max-width: 1600px;
  padding-right: 50px;
  padding-left: 50px;
  margin-right: auto;
  margin-left: auto;
}

.container {
  padding-right: 50px;
  padding-left: 50px;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}

.form-control {
    border: 2px solid #880088;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.form-control[type=file] {
    border: 0 none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.btn {
    border: 0 none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    font-size: 18px;
    font-weight: 700;
}

.btn-primary {
    background-color: rgba(0, 179, 136, 1);
}

.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover {
    background-color: rgba(0, 0, 0, 1);
}

/* ... header ... */

.navbar {
    border: 0 none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin-bottom: 0;
    min-height: 90px;
    font-size: 20px;
}

.actualheader
{
	padding-top: 20px;
	padding-bottom: 20px;
}

.navbar-inverse {
    background-color: rgba(66, 85, 99, 0.9);
}

.navbar-brand {
    height: 90px;
    padding-bottom: 20px;
    padding-top: 20px;
}

.navbar-brand > img {
    padding-top: 30px;
}

.bluebar
{
	width: 100%;
	clear: both;
	color: #ffffff;
	padding: 8px;
	background-color: #77bb55;
	font-weight: bold;
    font-size: 20px;
}

.navbar-toggle {
    margin-top: 28px;
}

.navbar .navbar-nav > li > a {
    color: rgba(255, 255, 255, 0.6);
}

@media (min-width: 768px) {
	.navbar-top {
		float: right !important;
	}

	.navbar .navbar-top > li > a {
		color: rgba(255, 255, 255, 1);
		font-size: 13px;
		padding: 5px;
	}
}

@media (min-width: 768px) {
	.navbar-right {
		clear: right;
	}
}

/* ... lang overlay ... */

.lang-overlay {
	background-color: rgba(37, 37, 37, 1);
	bottom: 0;
	display: none;
	left: 0;
	padding: 50px 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 9999;
}

.lang-overlay__close-btn {
	color: rgba(255, 255, 255, 1);
	font-size: 72px;
	line-height: 0.4;
	padding: 20px;
	position: absolute;
	right: 0;
	top: 0;
}

.lang-overlay__close-btn:focus,
.lang-overlay__close-btn:hover {
	color: rgba(112, 112, 112, 1);
	text-decoration: none;
}

.lang-overlay__title {
	color: rgba(153, 153, 153, 1);
	font-family: 'Metric Semibold';
	text-transform: uppercase;
}

.lang-overlay__nav {
	list-style: none;
	padding-left: 10px;
}

.lang-overlay__nav li + li {
	margin-top: 5px;
}

.lang-overlay__nav > li > a {
	color: rgba(255, 255, 255, 1);
	font-size: 18px;
	line-height: 25px;
}

.lang-overlay__nav > li > a:focus,
.lang-overlay__nav > li > a:hover {
	text-decoration: none;
}

.lang-overlay__nav > li > a.active {
	color: rgba(255, 141, 109, 1);
	position: relative;
}

.lang-overlay__nav > li > a.active:before {
	content: '\232A';
    font-size: 12px;
    position: absolute;
    left: -11px;
}

/* ... footer ... */

.footer {
    background-color: rgba(240, 240, 240, 1);
    color: rgba(153, 153, 153, 1);
    font-family: 'Metric Regular';
    padding: 30px 0;
}

.site-links {
    margin-bottom: 20px;
    text-align: center;
}

@media (min-width: 768px) {
    .site-links {
        text-align: left;
    }
}

.site-links__title {
    color: rgba(0, 0, 0, 1);
    font-family: 'Metric Medium';
    font-size: 12px;
    font-weight: 700;
    margin: 0 0 10px;
    text-transform: uppercase;
}

.site-links__nav {
    list-style: none;
    padding-left: 0;
}

@media (min-width: 768px) {
    .site-links__nav {
        margin-bottom: 0;
    }
}

.site-links__nav li + li {
    margin-top: 5px;
}

.site-links__nav a {
    color: rgba(106, 106, 106, 1);
}

.site-links__nav a:focus,
.site-links__nav a:hover {
    color: rgba(0, 0, 0, 1);
    text-decoration: none;
}

.copyright {
    color: rgba(0, 0, 0, 1);
    font-size: 12px;
    text-align: center;
}

@media (min-width: 768px) {
    .copyright {
        text-align: left;
    }
}

.button {
	background-color: #880088;
	border-width: 0;
	color: #fff;
	cursor: pointer;
	font-size: 18px;
	font-weight: bold;
	height: 34px;
    margin-right: 10px;
    text-transform: uppercase;
    padding-left: 11px;
    padding-right: 11px;
}

.notes
{
    height: 270px;
    width: 511px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    left:0;
    right:0;
	padding: 40px;
	border-radius: 50px;
	background-color: #f4f4f4;
    border-width: 2px;
    border-color: #880088;
    border-style: solid;
}

.heading
{
	color: #000000;
	font-weight: bold;
    font-size: 20px;
}

.form
{
    z-index: 10;
}