/* 

*/
/***SETTINGS***/

* {
	margin: 0;
	padding: 0;
	/* box-sizing: border-box; */
}
a{
	text-decoration: none;
	color: inherit;
	outline: none;
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms;
}
a:hover,
a:active {
    outline: 0;
}
p { 
	margin: 0; 
	padding: 0;
}
ul li{
	list-style: none;
}
.clearfix:after { 
	content: ""; 
	display: block;
	 clear: both; 
	 visibility: hidden; 
	 height: 0; 
 }
 section {
	box-sizing: border-box;
	display: block;
	width: 100%;
 }

html,
body{
	display: block;
	width: 100%;
	height: 100%;
}
body{
	background: #fff;
	color: #000;
	font-size: 14px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: normal;
}


.container{
	max-width: 1390px;
	width: 100%;
	display: block;
	margin: auto;
	padding: 0 15px;
	position: relative;
	box-sizing: border-box;
}

.header{
	display: block;
	width: 100%;
	background: #000066;
	box-sizing: border-box;
    min-height: 84px;
}
.header_w{
	display: table;
	width: 100%;
	max-width: 1390px;
	padding: 0 15px;
	margin: auto;
	color: #fff;
	box-sizing: border-box;
	height: 84px;
}
.header_w>div{
	display: table-cell;
	vertical-align: middle;
	padding: 10px 0;
	min-height: 84px;
}
.header_lang{
	text-align: right;
	padding-left: 10px;
	font-size: 22px;
}
.header_lang>div{
	display: inline-block;
}
.header_lang a{
	color: #808080;
}
.header_lang a:hover{
	color: #fff;
}
.lang_active a{
	color: #fff;
}
.header_logo a{
	font-size: 32px;
	font-family: "Georgia";
	color: #808080;
	font-weight: 900;
	font-style: italic;
}
.header_logo a span{
	text-transform: uppercase;
	font-size: 36px;
}
.header_logo a span:first-child{
	color: #fff;
}
.header_logo a span:last-child{
	color: red;
}

.google_search{
	box-sizing: border-box;
	width: 60%;
	max-width: 100%;
	display: block;
}
.content{
	display: block;
	width: 100%;
	padding-top: 60px;
	box-sizing: border-box;
}
.menu_left{
	display: block;
	min-width: 160px;
	position: absolute;
}
.content_right{
	width: 100%;
	padding-left: 180px;
	box-sizing: border-box;
}
.menu_w ul{
	padding-bottom: 25px;
}
.menu_w li{
	font-size: 16px;
	padding: 3px 0;
}
.menu_w li span{
	color: #808080;
	text-transform: uppercase;
}
.menu_w li a{
	color: blue;
	font-weight: 700;
}
.menu_w li a:hover{
	color: #808080;
}
.copy{
	text-align: center;
	padding-top: 20px;
	font-size: 16px;
}


.iframe_blocks{
	display: block;
	width: 100%;
	box-sizing: border-box;
	max-width: 100%;
}
.iframe_blocks>div{
	float: left;
	display: block;
	width: 50%;
	padding: 10px;
	box-sizing: border-box;
}

#iframe_left, 
#iframe_right{
	display: block;
	width: 100%;
	height: 100%;
	min-height: 780px;
}
#feedHeaderContainer{
	display: none;
}

.block_if{
	padding-bottom: 10px;
	display: block;
	text-decoration: underline;
	display: inline-block;
}
.title_if{
	font-size: 14px;
	color: blue;
	font-weight: bold;
	display: inline-block;
	padding-bottom: 10px;
}
.title_if:hover{
	color: #808080;
}

br{
	display: none;
}
.title_rss{
	font-size: 20px;
	padding-bottom: 25px;
}
.google_news{
	padding-bottom: 15px;
}
.google_news a {
	color: blue;
}
.google_news a:hover{
	color: #808080;
}
.google_news tr{
	vertical-align: top;
}
.iframe_block_left .title_rss{
	padding-bottom: 30px;
}
.description>div{
	float: left;
}
.description>div>a{
	width: 150px;
	height: 85px;
	display: inline-block;
	padding-right: 10px;
}
.description>div>a>img{
	display: block;
	width: 150px;
	height: 85px;
}
@media all and (max-width : 1110px) {
	.iframe_blocks>div{
		float: none;
		display: block;
		width: 100%;
		padding: 10px;
	}
}
@media all and (max-width : 879px) {
	.header_w > div {
		display: block;
		padding: 5px 0;
		min-height: auto;
		text-align: center;
		width: 100%;
	}
	div.header_lang {
		padding: 15px 0; 
	}
}
























