/* v2 */

@import url(http://fonts.googleapis.com/css?family=Roboto:400,700,300);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800|Shadows+Into+Light);

* {
    box-sizing: border-box;
}

a {
	transition: all 300ms ease 0s;
}

h1 {
	font-size: inherit;
}


/* GLOBALS */

html, body {
	padding: 0;
	margin: 0;
	/*font-family: "Roboto",sans-serif;*/
	font-family: "Open Sans",sans-serif;
    font-size: 15px;
    line-height: 100%;
    font-weight: 300;
    background: #000;
}

#preloader {
	background-color: #fff;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 99999;
}

.button_scrolltop {
	background: rgba(0,0,0,0.5);
	border: 1px solid rgba(255,255,255,0.5);
	border-radius: 4px;
	position: fixed;
	bottom: 15px;
	right: 10px;
	padding: 0 5px 9px;
	font-size: 30px;
	line-height: 24px;
	z-index: 3;
	color: #eee;
	cursor: pointer;
	display: none;
}
.button_scrolltop:hover {
	color: #fff;
	background: rgba(0,0,0,0.7);
	box-shadow: 0 0 4px rgba(255,255,255,0.5);
}

#global {
	min-width: 300px;
}

/* ELEMENTS */

.italic {
	font-style: italic;
}
.spacer_0 {
	display: block;
	clear: both;
	height: 0px;
}
.spacer_half {
	display: block;
	clear: both;
	height: 5px;	
}
.spacer {
	display: block;
	clear: both;
	height: 10px;
}
.spacer_2 {
	display: block;
	clear: both;
	height: 20px;
}
.spacer_3 {
	display: block;
	clear: both;
	height: 30px;
}
.spacer_4 {
	display: block;
	clear: both;
	height: 40px;
}
.error {
	color: red;
	padding: 0 0 2px 96px;
	clear: both;
}
.error_2 {
	color: red;
	padding: 0 0 2px 0;
	line-height: 30px;
}


/* ADS */

.a1, .a2, .a3, .a4, .a5 {	
	/*background: url('../images/ad_loading.gif') no-repeat center center transparent;*/
}
.a1 {
	margin: 0 auto; 
	width: 728px; 
	height: 90px;
}
.main_top .a1 {
	background-image: none;
}
.a2 {
	float: left;
	margin: 0 auto; 
	margin-top: 0px;
	/*width: 300px; 
	height: 250px;*/ 
	overflow: hidden;
}
.a2_out {
	float: right; 
	margin-bottom: 70px;
}
.a3 {
	width: 468px;
	height: 60px;
	margin: 0 auto;
}
.a5 {
	position: absolute;
	bottom: 115px;
	left: 13px;
}
.a1 {
	position: absolute;
	left: 50%;
	margin-left: -364px;
}
.a1_out {
	position: relative;
	margin: 0 auto;
	overflow: visible;
	text-align: center;
}

/* GLOBAL TOP */

#global_top {
	height: 500px;
}
.main_top {
	background: url('../images/header.jpg') no-repeat;
	position: absolute;
	top: 0;
	left: 0;
}
.main_top .content {
	width: auto !important;
}
#background_teaser {
	display: none;
	width: 100%;
	position: fixed;
	top: 0;
	left: 50%;
}
#top_inner .navigation,
#top_inner .logo,
#top_inner,
.footer_left {
	line-height: 34px;
	height: 70px;
}

#global_top,
#top_inner.ontop {
	background: #46a6d8;
}
#global_top {
	width: 100%;
}
#top_inner {
	padding: 0 20px;
	position: fixed;
	width: 100%;
	z-index: 10;
}
#top_inner .logo {
	float: left;
	margin: 0;
	text-decoration: none;
	color: #fff;
	background: url('../images/logo_30x30.png') no-repeat left 20px;
	padding: 18px 0 0 40px;
	margin: 0;
	font-size: 1.65em;
	position: relative;
	z-index: 10;
	opacity: 0.8;
}
#top_inner .logo:hover {
	opacity: 1;
}
#top_inner .navigation {
	float: right;
	margin-top: 18px;
}
#top_inner .navigation a,
.footer_left a {
	color: rgba(255,255,255,0.8);
	display: table;
	float: left;
	padding: 0 15px;
	font-size: 15px;
	text-decoration: none;
	transition: background 0.3s;
	border-radius: 3px;
	margin: 0 3px;
}
#top_inner .navigation a:hover,
.footer_left a:hover,
.navigation_active {
	background: rgba(47,79,95,0.9) !important;
	color: #fff !important;
}


/* CONTENT */

.content {
	max-width: 1200px;
	width: 90%;
	margin: 0 auto;
	padding-top: 60px;
	clear: both;
	overflow: auto;
	
	ont-size: 1.1em;
    line-height: 1.5em;
}
.content:first-child {
	padding-top: 30px;
}
.content:last-child {
	padding-bottom: 60px;
}
.content .title {
	height: 50px;
	border-bottom: 1px solid #ddd;
}
.content .title h2 {
	white-space: nowrap;
	font-size: 1.6em;
	display: inline-block;
	height: 50px;
	line-height: 50px;
	font-weight: 300;
	margin: 0;
	color: #46a6d8;
	border-bottom: 1px solid #46a6d8;
}
.content .list {
	padding: 0;
	margin: 0;
	list-style: none;
	width: 50%;
	overflow: auto;
	float: left;
}
.content .list li {
	float: left;
	line-height: 2.3em;
	margin: 10px 10px 0 0;
}
.content a,
.content a.active:hover {
	background: transparent;
	text-decoration: none;
	border: 2px solid #62808f;
	padding: 2px 10px;
	color: #3e5f6f;
	border-radius: 5px;
	font-size: 1.3em;
	white-space: nowrap;
}
.content a:hover,
.content a.active {
	background: #62808f;
	color: #fff;
}
.content .a2 {
	float: right;
}

/* MAIN TOP */

.main_top {
	padding: 120px 0 0 0;
	width: 100%;
	min-height: 500px;
	position: fixed;
	z-index: 1;
}
.main_top .content {
	position: relative;
	top: 0;
	color: #fff;
	overflow: visible;
	padding: 0;
}
.main_top h1 {
	display: table;
	margin: 0 auto 20px;
	font-size: 2em;
	line-height: 100%;
	font-weight: 300;
	text-align: center;
}
.main_top h2 {
	display: table;
	margin: 0 auto 20px;
	font-size: 1.7em;
	line-height: 100%;
	font-weight: 300;
	text-align: center;
}
.main_top b {
	font-weight: 600;
}
.main_top h1.flag {
	padding-left: 42px;
	background: no-repeat left center;
}
.main_top h3 {
	display: table;
	font-size: 1.6em;
	line-height: 100%;
	font-weight: 300;
	margin: 0 auto;
}
.main_top .datetime {
	display: table;
	margin: 0 auto;
	text-align: center;
}
.main_top .datetime .time {
	font-size: 100px;
	line-height: 100px;
}
.main_top .datetime .date {
	font-size: 1.3em;
	margin-top: 5px
}
.main_top a {
	text-decoration: none;
	border: 2px solid #fff;
	padding: 2px 10px;
	color: #fff;
	border-radius: 5px;
	font-size: 1.3em;
}
.main_top a:hover {
	background: #fff;
	color: #46a6d8;
}
#div1, #div2 {
	display: table;
	margin: 0 auto;
	position: relative;
	text-align: center;
}
.link_hover {
	position: relative;
	overflow: hidden;
}
.link_hover .link_b {
	opacity: 0;
	position: absolute;
	left: 0;
	width: 100%;
	height: 27px;
	text-overflow: ellipsis;
	overflow: hidden;
	padding: 0 5px;
}
.link_hover:hover .link_a {
	opacity: 0;
}
.link_hover:hover .link_b {
	opacity: 1;
}

/* MAIN MIDDLE */

.main_middle {
	position: relative;
	z-index: 2;
	background: #f0f3f6;
}
.main_middle .content.float-right {
	text-align: right;
}
.main_middle .content.float-right .list {
	float: right;
}
.main_middle .content.float-right .list li {
	float: right;
	margin: 10px 0 0 10px;
}
.main_middle .content.float-right .a2 {
	float: left;
}
.main_middle .content p.float-left {
	float: left;
}
.main_middle .content p.float-right {
	float: right;
	text-align: right;
	width: auto;
}
.main_middle p {
	font-size: 1.1em;
	line-height: 1.5em;
	margin: 0 0 20px 0;
	float: left;
	width: 51%;
}
.main_middle .map {
	float: right;
	width: 45%;
}

/* MAIN BOTTOM */

.main_bottom {
	background: #22404f;
	color: #fff;
	position: relative;
	z-index: 2;
}
.main_bottom .content .title {
	border-bottom: 1px solid #17323f;
}
.main_bottom .content h2 {
	color: #ccc;
	border-bottom: 1px solid #ccc;
}


/* GLOBAL BOTTOM */

#global_bottom {
	background: #46a6d8;
	color: #fff;
	font-size: 0.9em;
	position: relative;
	z-index: 2;
}
#bottom_inner {
	overflow: auto;
	width: 100%;
	padding: 0 20px;
}
.footer_left {
	padding-top: 3px;
	float: left;
	height: 40px;
}
.footer_right {
	padding: 10px 10px 0 0;
	float: right; 
	text-align: right;
	line-height: 18px;
	color: #fff;
}
.footer_logo {
	float: right; 
	padding: 3px 0 10px 0;
}
.footer_copyright {
	float: right; 
	padding: 3px 0 0 0;
	line-height: 1.3em;
	text-align: right;
}
