* {
	box-sizing: border-box; 
	border-spacing: 0px; 
	font-family: Arial,Helvetica,sans-serif;
}

html, body {margin:0px;padding:0px; font-size: 12px;}
.wf-loading { visibility: hidden;}
div {position: relative;}

body {
	background-color: #073659;
}

/* GENERAL */

h1 {
	color: #002c44;
	font-size: 35px;
	margin-top: 0px;
}

p {
	color: #002c44;
	line-height: 20px;
}

.flt-right {float: right;}

.cntr {
	width: 100%;
	max-width: 1200px;
	height: 100%;
	margin: 0 auto;
}

#footer .cntr {
	padding: 20px;
	background: white;
}

.caption {
	position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
   	padding: 10px;
}

.block {
	display: inline-block;
	vertical-align: top;
}

	.block .vList {
	    border: 1px solid #dae1e6;
	    border-top: none;
	    background: #fff;
	    display: block;
	    padding: 5px 0;
	    margin: 0px;
	    position: relative;
	}

		.block .vList a:not(.adv) {
			text-decoration: none;
			color: rgb(7, 54, 89);
		    display: block;
		    width: 100%;
		    padding: 5px 5px;
		    position: relative;
		}

		.block .vList a {
			text-decoration: none;
			color: rgb(7, 54, 89);
		}

		.time, .sitename {
			padding: 3px 5px;
		}

	.block .hList {
		margin: 0px;
		padding: 0px;
		position: relative;
		display: flex;
		justify-content: space-between;
	}
		.block .hList li{
		 	width: calc(25% - 5px);
			display: inline-block;
			overflow:auto;
		    height: auto;
		    position: relative;
		}

			.block .hList img {
				width:100%;
				height: 100%;
			}

			.block .hList h2 {
				text-decoration: none;
				color: #dadadc;
				font-size: 12px;
				padding: 10px 20px;
			}

.block-full { width: 100%;}
.block-left { width: 580px; xxmargin-right:10px;}
.block-right { width: 350px; }

.title {
    line-height: 42px;
    padding: 0 20px;
    font-size: 15px;
    font-weight: 700;
    text-align: left;
	background: #0b4573;
	margin: 0px;
	color: #f3f3f5;
}

	.title a {
		color: white;
		text-decoration:none;
	}

.title.newsfooter {
	display: flex;
	justify-content: space-between;
}

#header {
	width: 100%;
	height: 85px;
	background: #072e4d; /* Old browsers */
	background: -moz-linear-gradient(top,  #072e4d 1%, #0b4573 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #072e4d 1%,#0b4573 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #072e4d 1%,#0b4573 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#072e4d', endColorstr='#0b4573',GradientType=0 ); /* IE6-9 */
	padding-top: 20px;
}

	#header .hamburger {
		display: none;
		width: 50px;
		height: 50px;
		background-color: green;
		cursor: pointer;
		margin-right: 25px;
	}

	#header .nav-hor {	
		position: absolute;
		bottom: 0px;
	}

		#header .nav-hor li {
			
		}

			#header .nav-hor li a {
				color: #f3f3f5;
				text-shadow: 1px 1px 0 #002c44;
			}

			#header .nav-hor li a.selected {
				background-color:#f3f3f5;
				color: #073659;
    			text-shadow: none;
			}

	#main .cntr {
			background-color:#f3f3f5;
			min-height:950px;	 
    		box-shadow: 0 3px 2px #002c44;
    		-moz-box-shadow: 0 3px 2px #002c44;
    		-webkit-box-shadow: 0 3px 2px #002c44;
		}

	.content-left {
		width: calc(100% - 380px);
		display: inline-block;
		vertical-align: top;
		margin: 0px 10px;
	}

	.content-right {
	    width: 350px;
	    display: inline-block;
	    vertical-align: top;
	    margin: 0px 10px 0px 0px;
	}

	.content-right .blok {
		background: white;
		margin-bottom: 10px;
		border: 1px solid #dae1e6;
	}

	.content-right .blok>div {
		padding: 10px;

	}

	.block300x250 {
		margin: 10px 0px;

	}

	.block300x250.first {
		margin-top: 10px;
	} 

	.newsitem {
		border: 1px solid #ddd;
		padding: 10px;
		margin-top: 10px;
	}

	.newsitem img {
		max-width: 100%;
	}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
border-collapse: collapse;
}

.pagination tr {
	background-color: white;
}

.pagination td {
	padding: 0px 12px;
    color: #333;
    height: 47px !important;
    border: 1px solid #d4d4d4;
}

.pagination td:not(.dots) {
	cursor: pointer;
}

.pagination .active  {
	background-color: #0b4573;
	color: white;
}

.pagination .disabled {
	background-color: #dedede;
	cursor: default;
}

.content-right a { 
	text-transform: uppercase;
    color: black;
    font-weight: bold;
    display: block;
    margin: 10px 0px;
}

.headliners {
    display: grid;
    grid-template-rows: 1fr 1fr;
    grid-template-columns: auto 350px;
    align-items: center;
    grid-gap: 10px;
    height: 330px;
    padding: 10px;
}

.headline {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
}

	.headline:nth-of-type(1) {
	    grid-column: auto / span 1;
	    grid-row: auto / span 2;
	}

	.headline:hover {
		opacity:  0.9;
		transition: .3s;
	}

	.headline:hover img {
	    transition: .3s;
	    transform: scale(1.05);
	}

	.headline {
		overflow: hidden;
	    position: relative;
	    width: 100%;
	    height: 100%;
	    display: block;
	}

	.headline .imgCntr {
		position: absolute;
	    width: 100%;
	    height: 100%;
	    top: 0px;
	    left: 0px;    
	}

	.headline .imgCntr img{
		object-fit: cover;
		width: 100%;
		height:  100%;
		transition: 1s;
	}

	.headline .imgCntr:after {
	    content: "";
	    position: absolute;
	    width: 100%;
	    height: 1px;
	    left: 0px;
	    bottom: 0px;
	    box-shadow: 0px 0px 100px 17px rgba(0,0,0,0.3);
	    box-shadow: 0px 15px 50px 100px rgba(0,0,0,0.5);
	}

	.headline h2 {
		text-decoration: none;
		color: white;
		font-size: 18px;
		margin: 0px;
	}

	.headline p {
		overflow: hidden;
	    text-decoration: none;
	    color: white;
	    line-height: 26px;
	    margin: 0px;
	}

.frame {
	margin: 25px auto; 
	width: 100%; 
	max-width: 600px;
}

.iframe-cntr>iframe {
	display: block;
    width: 100%;
    margin: 10px auto;
    min-height: 350px;
}


@media screen and (max-width: 750px){

	.headliners {
		grid-template-columns: 1fr 1fr;
		grid-template-rows: auto auto;
		height: auto;
		padding: 5px;
		grid-gap: 5px;
	}


	.headline:nth-of-type(1) {
	    grid-column: auto / span 2;
	    grid-row: auto / span 1;
	    height: calc((75vw - 10px ) * 150 / 350 );
	}

	.headline:nth-of-type(2),
	.headline:nth-of-type(3) {
		grid-column: auto / span 1;
	    grid-row: auto / span 1;
	    height: calc((50vw - 10px ) * 150 / 350 );
	}

	.no-mobile {
		display:  none;
	}
	.content-left, .content-right, .headliner  {
		width: calc(100% - 10px);
		margin: 5px;
	}

	#header .logo {
		margin: 0 auto;
    	display: block;
    	height: 100%;
    	padding: 10px;
    }

    #header {
    	position:  fixed;
    	top:  0px;
    	left: 0px;
    	height: 55px;
    	z-index: 250;
    	box-shadow:0 0 4px rgba(0,0,0,.14), 0 4px 8px rgba(0,0,0,.28);
    	background: #0b4573;
    	padding: 0px;
    }

    #main {
    	margin-top: 55px;
    }

    iframe {
    	width: 100%;
    }

    .block .vList a {
    	padding: 12px 5px;
    }
}