@import url(core.css);


body {
	font:16px/1.188 'Pt Sans',Arial,Helvetica,sans-serif;
	background: #f5f5f5;
}
table {
	width:100%;
	margin:30px 0;
}
th {
	text-align:left;
}
a {
	color:#000000;
	text-decoration:none;
	-webkit-transition:all .3s ease;
	-moz-transition:all .3s ease;
	-ms-transition:all .3s ease;
	-o-transition:all .3s ease;
	transition:all .3s ease	
}
a:hover {
	text-decoration:underline;
	color:#1748a3;
}
a.button {
	text-transform:uppercase;
	display:block;
	text-align:center;
	color:#fff;
	background:#2765AF;
	font-weight:bold;
	font-size:16px;
	padding:10px;
}
a.button:hover {
	text-decoration:none;
	color:#020202;
	background:#ececec;
}
.newsLink:hover p {
	color:#000000;
}
h1 {
	font-size:31px;
	line-height:32px;
	margin:0px 0px 10px 0px;
}
p {
	margin:0px 0px 19px 0px;
}
blockquote {
	border-left: 3px solid #2765AF;
	margin: 0 0 1em 0;
	padding-left: 1em;
	font-style: italic;
}



header {
	height:28px;
	padding:14px 0;
	color:#fff;
	background:#252525;
	font-size:12px;
	text-transform:uppercase;
}



header .logo {
	float:left;
}

header #uinfo,
header #currencies {
	float:left;
	padding:0 15px;
	border-left:1px solid #ff8400;
}



header #uinfo .city {
	font-weight:bold;
}
header #uinfo .time {
	font-weight:bold;
}
header #uinfo .date {
	color:#9e9e9e;
}
header #uinfo .dtime {
	margin-top: -6px;
	padding-bottom: 6px;
}
@media only screen and (max-width: 1024px) {
	header #currencies {
		display:none;
	}
}
@media only screen and (max-width: 767px) {
	header #uinfo {
		display:none;
	}
}
header #currencies .cur {
	color:#ff8400;
	font-weight:bold;
}
header #currencies .value {
	font-weight:bold;
}
header #currencies .diff {
	color:#9e9e9e;
}

.nav{font-size:14px;font-weight:700;}
.nav ul{margin:3px 0 0;padding:0;float:right;list-style:none}
.nav li{float:left;margin-left:34px}
.nav a{color:#FFFFFF;}
.nav a:hover{color:#ff8400;text-decoration:none}
@media only screen and (max-width: 1024px) {
    .nav li{margin-left:20px}
}
@media only screen and (max-width: 767px) {
	.nav li{display:none}
}

footer {
	height:37px;
	padding:20px 0;
	color:#fff;
	background:#252525;
	font-size:14px;
}
footer .logo {
	float:left;
	line-height:37px;
}
footer .logo img {
	vertical-align:middle;
}
footer p {
	margin:0;
	float:left;
	color:#cfcfcf;
	line-height:37px;
}
footer .copy {
	float:right;
	line-height:17px;
}

@media only screen and (max-width: 767px) {
	footer p,
	footer .copy,
	footer .logo {
		float:none;
	}
	footer {
		text-align:center;
		height:auto;
	}
}

iframe {
	width:100% !important;
}


#content {
	padding:0;
}







.input {
	margin-bottom:30px;
}
.input label {
	display:block;
	margin-bottom:5px;
	background-color: #ff9c18;
	padding: 3px 10px 3px 10px;
	display: inline-block;
}

.input input[type="text"] {
	background:#fff;
	border:1px solid #e0e0e0;
	box-sizing:border-box;
	height:60px;
	line-height:20px;
	padding:20px;
	width:100%;
	font-family: Verdana,Arial,Helvetica,sans-serif;	
	font-size: 14px;
}
.input select {
	border:1px solid #e0e0e0;
	width:100%;
	padding:20px;
	
}
.input select option {
	margin:10px 0;
	padding:10px 0;
	
}
.input textarea {
	background:#fff;
	border:1px solid #e0e0e0;
	box-sizing:border-box;
	line-height:20px;
	padding:20px;
	width:100%;
	min-height:500px;
}
.input .image {
	background:#fff;
	border:1px solid #e0e0e0;
	box-sizing:border-box;
	width:100%;
}
.input .image img {
	max-height:100%;
}


#content .container {
	
}
#articles  {
	list-style:none;
	padding:0;
	font-size: 0;
}

#articles li {
	display:inline-block;
    vertical-align: top;
    padding-bottom: 1px;
    font-size: 16px;
    margin: 0 2% 0 0;
    width: 15%;
}
@media only screen and (min-width: 768px) {
#articles li:nth-child(6n) {
	margin-right: 0;
}
}
@media only screen and (max-width: 767px) {
	#articles li {
		margin: 0 4% 0 0;
		width: 22%;
	}
	#articles li:nth-child(4n) {
		margin-right: 0;
	}
}
@media only screen and (max-width: 599px) {
	#articles li {
	    margin: 0 4% 0 0;
		width: 48%;
	}
	#articles li:nth-child(2n) {
		margin-right: 0;
	}
}
h2 {
	font-size:18px;
	line-height: 21px;
	margin: 0px 0px 15px 0px;
}
.listh2 {
	font-size:18px;
	line-height: 18px;	
	margin: 0px 0px 10px 0px;	
	max-height:65px;
	overflow:hidden;
}




body.page_list {
	background:#bccce5 url(../images/bg.jpg)
}
#list  {
	list-style:none;
	padding:0;
	font-size: 0;
}

#list li {
	display:inline-block;
    vertical-align: top;
    padding-bottom: 1px;
    font-size: 16px;
    margin: 0 2% 0 0;
    width: 15%;
	position:relative;
	height:230px;
	background:rgba(255,255,255,0.5);
	border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
	overflow:hidden;
	margin-bottom:15px;
}
#list li .more {
    width: 100%;
    display: block;
    position: absolute;
    height: 18px;
    line-height: 18px;
    text-align: right;
    font-weight: 700;
    float: right;
    bottom: 0;
    right: 0;
    padding: 10px 10px 5px;
    font-size: 16px;
    color: #276fd1;
    text-shadow: -1px -1px 0 #ffffff, 1px -1px 0 #ffffff, -1px 1px 0 #ffffff, 1px 1px 0 #ffffff;
}
@media only screen and (min-width: 768px) {
#list li:nth-child(6n) {
	margin-right: 0;
}
}
@media only screen and (max-width: 767px) {
	#list li {
		margin: 0 4% 4% 0;
		width: 22%;
	}
	#list li:nth-child(4n) {
		margin-right: 0;
	}
}
@media only screen and (max-width: 599px) {
	#list li {
	    margin: 0 4% 4% 0;
		width: 48%;
	}
	#list li:nth-child(2n) {
		margin-right: 0;
	}
}

#list li h2 {
	padding:0 10px 10px;
}

.thumbnail img{
	width: 100%;
    vertical-align: top;
	border-style:none;
}
.thumbnail {
	position:relative;
	margin-bottom:7px;
}
.thumbnail .category {
    position: absolute;
    top: 8px;
    left: 7px;
    padding: 3px 11px;
    text-transform: uppercase;
    font-size: 10px;
    color: #fff;
    background: rgba(255,0,0,0.42);
}
a:hover .thumbnail img{opacity:.76}

.topLine {
	margin-bottom:18px;
}

.colLeft {
	width:41%;
	float:left;
}

.colRight {
	width:58%;
	float:right;
}
.colRightFiller {
	float:left;
	width:100%;
}

@media only screen and (max-width: 767px) {
	.colLeft {
		float:none;
		width:auto;
	}
	.colRight {
		width:100%;
		margin:none;
	}
}
.source {
	color:#939393;
	font-size:10px;
	word-wrap: break-word;
}
@media only screen and (max-width: 428px) {
	.source {
		display:none;
	}
}




#search_article {
	margin:20px 0;
}

#similar_news {
	padding-top:5px;
	width:99%;
}
.news-similar:before {
    position: relative;
    top: 1px;
    content: url('https://newseum.ru/template/images/similar.png');
    color: #2965ae;
}
.news-similar {
    border: 1px solid #b9c9e9;
	float:left;
	width:100%;
	margin-bottom:5px;
	padding:3px 3px 3px 5px;
    background-color: #F1F6FF;	
}
.news-similar:hover {
    color: #FFFFFF;
    background-color: #2765AF;
    text-decoration: underline;	
}
.news-similar .title {
	font-size:14px;
}
.news-similar:hover .title {
    text-decoration: underline;
}














