@import url(//fonts.googleapis.com/css?family=PT+Sans+Narrow:300,400,700,300italic&subset=latin,cyrillic);
@import url(//fonts.googleapis.com/css?family=Open+Sans|Roboto:300,400,500,700&display=swap&subset=latin,cyrillic');

body {

	width:100%;
	height: 100%;
	background-color: #fff;
	font-family: 'PT Sans Narrow', sans-serif, Arial, Tahoma;
	font-size: 18px;

	color: #700000;
}
.over {
	z-index: 3000;
}

.clearfix { clear:both; display:block; overflow:hidden; visibility:hidden; height:0px;}

a {
	color: #700000;

}
a:hover,
a:visited {
	color: #700000;
}

a.hand {
	cursor: pointer;
}

input::selection {
	color:#fff;
	background-color:#700000;
}
::selection {
	color:#fff;
	background-color:#700000;
}
::-moz-selection {
	color:#fff;
	background-color:#700000;
}

#first_page {
	width:100%;
	height: 100%;
	overflow: hidden;
	position: absolute;
    top: 0;
    left: 0;
}
#first_search {
    margin-top: 280px;
}

#first_search img {
	margin-bottom: 20px;
	width: 350px;
}

#first_page_footer {
	position: absolute;
	bottom: 10px;
	left: 50%;
	margin-left: -190px;
	width: 380px;
	text-align:center;
	font-size: 14px;
}

.search_hint {
	margin: 10px 0 5px 0;
	font-size: 16px;
}

.search_hint a {
	font-size: 16px;
}

#header {
	z-index: 30000;
	width: 100%;
	height: 80px;
	position: fixed;
	top: 0;
	background: #fff;
	-webkit-box-shadow: -1px 1px 9px 0 rgba(0, 0, 0, .5);
	box-shadow: -1px 1px 9px 0 rgba(0, 0, 0, .5)
}

.top_line {
	padding: 0px 0;
	margin-top: 0px;
}
.logo {
	margin: 10px 10px 5px 15px;
	background: url('/assets/i/corona-logo.png');
	background-position:top left;
	background-repeat:no-repeat;
	padding: 1px 10px 10px 77px;
	font-family: 'PT Sans Narrow', sans-serif, Arial, Tahoma;
	font-size: 40px;
	font-weight: 700;
	color: #700000;
	max-width: 350px;
	float: left;
}

.logo a,
.logo a:visited,
.logo a:active,
.logo a:hover {
	text-decoration: none;
}

.toggle_menu,
.navbar-close {
	display:none;
}
.nav_menu {
	display: block;
	margin: 17px 20px 5px 10px;
}

.bold-link a {
	font-weight: 700!important;
}

.top_menu ul {
	padding: 0px 0;
	margin: 0px 0;
    vertical-align: middle;
	list-style: none;
	text-align: right;
}
.top_menu ul li {
	display: inline-block;
	position: relative;
    margin: 0 0 0 20px;
	text-align: right;
}
.top_menu ul li, .top_menu ul li a {
	font-family: 'PT Sans Narrow', sans-serif, Arial, Tahoma;
	color: #700000;
	font-size: 22px;
	font-weight: 400;
	text-decoration: none;
	line-height: 25px;
}
.top_menu ul li a:hover {
	text-decoration: none;
	color: #e80000;
}

.toggle_menu {
	cursor: pointer;
	height: 60px;
	margin-left: -30px;
	margin-top: -30px;
	opacity: 0.95;
	padding: 0 !important;
	position: relative;

	top: 50%;
	visibility: visible;
	width: 60px;
	z-index: 1002;
}

.toggle_menu {
	z-index: 1003;
}

.toggle_menu {
	background-color: #fff;
}

.toggle_menu:before,
.toggle_menu span,
.toggle_menu span:before,
.toggle_menu span:after {
	background-color: #700000;
}

.toggle_menu {

	margin: 0 auto;
	position: relative;

}

.toggle_menu:hover span:before {
	top: -9px;
}

.toggle_menu:hover span:after {
	top: 9px;
}

.toggle_menu:before,
.toggle_menu span,
.toggle_menu span:before,
.toggle_menu span:after {
	background-color: #700000;
	content: "";
	display: block;
	height: 2px;
	left: 0;
	position: absolute;
	-ms-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
	width: 30px;
}

.toggle_menu:before,
.toggle_menu span {
	left: 0px;
	top: 50%;
}

.toggle_menu span:before {
	opacity: 1;
	top: -8px;
}

.toggle_menu span:after {
	opacity: 1;
	top: 8px;
}

.toggle_menu.mobile-active {
	background-color: #fff;
	border: none;
	left: auto;
	margin: 0;
	position: relative;
	z-index: 3000;
}

.toggle_menu.mobile-active:before {
	background-color: #700000;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.toggle_menu.mobile-active span {
	background-color: #700000;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.toggle_menu.mobile-active span:before,
.toggle_menu.mobile-active span:after {
	opacity: 0;
}

.toggle_menu.active:before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.toggle_menu.active span {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.toggle_menu.active span:before,
.toggle_menu.active span:after {
	opacity: 0;
}



.top_menu {
	padding: 0px 0;
	margin-top: 10px;
	float: right;
}

.top_links {
	padding: 0px 0;
	margin: 27px 20px 0 20px;
	float: right;
}

.top_links ul {
	padding: 0px 0;
	margin: 0px 0;
    vertical-align: middle;
	list-style: none;
	text-align: right;
}
.top_links ul li {
	display: inline-block;
	position: relative;
    margin: 0 0 0 20px;
	text-align: right;
}
.top_links ul li, .top_links ul li a {
	font-family: 'PT Sans Narrow', sans-serif, Arial, Tahoma;
	color: #e80000;
	font-size: 22px;
	font-weight: 600;
	text-decoration: none;
	line-height: 25px;
}
.top_links ul li a:hover {
	text-decoration: none;
	color: #e80000;
}
.top_links ul li.partn {

	no-repeat
    left center;
	padding: 0 0 0 25px;
}

a.donate_btn, a.red_btn {
	margin: 15px 0;
	box-shadow:inset 0px 1px 0px 0px #f5978e;
	background:linear-gradient(to bottom, #f24537 5%, #c62d1f 100%);
	background-color:#f24537;
	border-radius:6px;
	border:1px solid #d02718;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:18px;
	font-weight:bold;
	padding:11px 68px;
	text-decoration:none !important;
	text-shadow:0px 1px 0px #810e05;
	text-align: center;
}
a.donate_btn:hover {
	background:linear-gradient(to bottom, #c62d1f 5%, #f24537 100%);
	background-color:#c62d1f;
	color: #ffffff;
	text-decoration: none;
}
a.donate_btn:active {
	position:relative;
	top:1px;
	text-decoration: none;
}

.cut_tbl {
	height: 800px;
	overflow: hidden;
	position: relative;
	margin-bottom: 20px;
}

.full_tbl {
	height: auto !important;
}
.tbl_cont {
	position: relative;
}
.show_more_center {
	margin: 15px 0 10px;
	text-align: center;
}

.show_more {
	text-align: center;
	margin-bottom: 5px;
	position: absolute;
	bottom: 0;
	width: 100%;
	z-index: 100;
}

.def_btn {
	margin: 0px 0;
	background-color:#666;
	border-radius:3px;
	border:1px solid #444;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:18px;
	font-weight:bold;
	padding:5px 65px;
	text-decoration:none !important;
	text-shadow: 1px 1px 0px #810e05;
	text-align: center;
}

a.def_btn:hover {
	background-color:#999;
	color: #ffffff;
	text-decoration: none;
}

a.def_btn:visited {
	background-color:#666;
	color: #ffffff;
}

a.def_btn:active {
	position:relative;
	top:1px;
	text-decoration: none;
}

a.red_btn {
	background-color:#f24537;
}



.fade_btm {
  position : relative;
  margin-bottom: 3px !important;
}

.fade_btm:after {
  content  : "";
  position : absolute;
  z-index  : 1;
  bottom   : 0;
  left     : 0;
  pointer-events   : none;
  background-image : linear-gradient(to bottom,
                    rgba(255,255,255, 0.3),
                    rgba(255,255,255, 0.9) 100%);
  width    : 100%;
  height   : 100px;
}


#top_panel {
	z-index: 51;
	position: absolute;
	top: 20px;
	left: 50px;
	background: rgba(255, 255, 255, 0.9);

}
#top_panel h1 {
	margin: 0 0 15px 0;

}
#content {
	margin-top: 80px;
}

#map_container {
	position: relative;
}

#info_panel {
	z-index: 300;
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	color: #700000;
	font-size: 20px;
	font-weight: 700;
	background: rgba(240, 240, 240, 1);
	padding: 0;
}

#info_panel a {
	font-size: 20px;
	font-weight: 600;
	color: #700000;
	padding: 10px 7px;
}

#insert_widget {
	z-index: 51;
	position: absolute;
	bottom: 20px;
	right: 10px;
	width: 300px;
	background: rgba(255, 255, 255, 0.7);
}

.map {
	width:100%;
	margin:0;
	height:300px;
	position: relative;
	z-index:50;
}

.second_map {
	height:0px;
}

.widgetmap {
	position: absolute;
	top:0;
	left:0;
	height: 100%;
}

#stat_panel {
	z-index: 51;
	position: absolute;
	top: 10px;
	right: 10px;
	width: auto;
	background: rgba(255, 255, 255, 0.8);
}

#stat_panel.widget {
	top: 40px;
}

#statlist {
	margin: 0px 0;
	overflow: auto;
}

.stat_block {
	margin: 1px 10px 1px 10px;
	font-size: 20px;
    font-weight: 600;
    white-space: nowrap;

}
.updated_date {
	font-size: 15px;
	margin: 0px 0 7px 10px;
    font-weight: 500;
    white-space: nowrap;
	color: #000;
}
.stat_block .change {
	text-align: right;
	font-size: 14px;
	line-height: 14px;
    font-weight: 400;
}

.stat_block.deaths {
	color: #e80000;
}
.stat_block.cured {
	color: #8ACA2B;
}
.stat_block.confirmed {
	color: #700000;
}

.news_source {
	margin: 15px 0;
	font-size: 15px;
	color: #888;
}
.news_source a {
	color: #888;
	text-decoration: none;
}

.pages {
	margin: 20px 0 30px 0;
	text-align: center;
}
.pages a, .pages div {
	display: inline-block;
	padding: 5px 13px;
	color: #fff;
	margin: 5px 7px 5px 0;
	font-weight: 700;
	font-size: 16px;
	border-radius:2px;
	text-decoration: none!important;

	box-shadow:inset 0px 1px 0px 0px #f5978e;

	background-color:#f24537;
	text-decoration:none !important;
	text-shadow:0px 1px 0px #810e05;
	text-align: center;
	font-family:Arial;

}
.pages a:hover {
	background-color:#c62d1f;
}

.pages div.selected {
	background-color:#700000;
}

.pages div.disabled, .pages a.disabled {
	background-color:#aca09f;
}
.pages div.long,
.pages a.long {
	padding: 5px 35px;
}

div.box {
	margin: 20px 0;
	text-align:justify;
}

div.box p {
	margin: 0;
}
div.news_blk {
	margin: 10px 0 20px 0;
	height: 240px!important;
	overflow: hidden;
	position: relative;
}

.news_item_title {
	font-weight: 700;
	text-align:left;
	text-decoration: none;
	margin: 5px 0;
	height: 75px!important;
	overflow: hidden;
	line-height: 24px;
}

.news_item_title a {
	text-decoration: none!important;
	font-size: 19px;
}

.news_item_title a:hover {
	text-decoration: underline!important;
}

.news_img {
	max-height: 500px;
	overflow: hidden;
	margin-bottom: 20px;
}

.news_img_preview {

	max-height: 160px;
	overflow: hidden;
}

.news_img_preview img {
	width: 100%;
	max-width: 100%;

	overflow: hidden;
}

.right_img_preview img {
	width: 100%;
	max-width: 100%;
}


.news_region_title {
	color: #777;
	margin-left: 10px;
}

.date_list {
	position: absolute;
	top: 0px;
	left: 0;
}

.right_new {
	margin: 20px 0 20px 0;
	height: 230px!important;
	overflow: hidden;
	position: relative;
}

.date_right_list {
	position: absolute;
	top: 0px;
	left: 0;
}
.news_item_title_right a {
	line-height: 22px;

}

ul.all_listing  {
	float: left;
	width: 49%;
}

ul.all_listing li {

}



ul.locations_list {
	list-style: none;
	margin: 10px 0 10px 0px;
	padding: 0;
	max-height: 250px;
	overflow-y: auto;
}

ul.locations_list li {
	margin-bottom: 2px;
}

.small_note,
.small_note a {
	font-size: 14px;
}

.small_note a {
	cursor: pointer;
}

.content {
	min-height: 600px;
	line-height: 26px;
}

.content canvas {
	max-width: 100%;
	width: 100%;
}

.content h1 {
	margin: 30px 0 30px 0;
	font-size: 36px;
	font-weight: bold;
}

.content h2 {
	margin: 30px 0 20px 0;
	font-size: 32px;
	font-weight: bold;
}

.content h3 {
	margin: 20px 0 10px 0;
	font-size: 24px;
	font-weight: 600;
}
.content a {
	text-decoration: underline;
}


.info_blk {
	background-color: #efefef;
	border: #bbbbbb 1px solid;
	border-radius:3px;
	height: 125px;
	margin: 20px 0 30px 0;

}
.info_blk h2 {
	margin: 10px 10px;
	line-height: 38px;
}

.info_blk h2 sup {
	color: #000;
	font-weight: 700;
	font-size: 18px;
}

.sharethis-buttons {
	width: inherit;
	position: relative;
	text-align: left;
	background: none;
	padding: 0px;
	margin: 25px 0 10px 0;
	z-index: 300;
	overflow: hidden;
}

.table-container {
	margin: 1em auto;
	width: 100%;
	flex-shrink: 0;
	flex-basis: auto;
	display: flex;
	flex-direction: column;
	overflow-x: auto;
}


.flex-table {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row wrap;
  border-left: solid 1px #d9d9d9;
  -webkit-transition: 0.5s;
  transition: 0.5s;
	/*
	min-width: 650px;
	*/

}
.flex-table:first-of-type {
  border-top: solid 1px #d9d9d9;
  border-left: solid 1px #d9d9d9;
}
.flex-table:first-of-type .flex-row {
	background: #700000 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAMCAYAAABr5z2BAAAABGdBTUEAAK/INwWK6QAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAACgSURBVHjalJJRCoMwEESNWOpfD+Ad+xFSFKSgUCj97SV7hCKWrLMQMKzGbAdeICwZsrNriKgQeoAauEIjNohwtOouarvEl462GrUGPaX1zBnwt2cwga9gCiYuZWBwNIhiBj4RUwkq8OHIZJELJ2AyBuXRFCz4AR9aifGhBZsL8XYQ4qAdo9153P+zB8w1etxqFqkSkbzBBZzBS7PJiwADACFTut8KSsbEAAAAAElFTkSuQmCC)
		no-repeat
		right center;
  	color: white;

	border-color: #d9d9d9;
	cursor: pointer;
}
.flex-table.header {
	order: -1;
}
.flex-table.row:nth-child(odd) .flex-row {
  background: #f4f2f1;
}
.flex-table:hover {
  background: #F5F5F5;
  -webkit-transition: 500ms;
  transition: 500ms;
}

.flex-row {
  width: calc(70% / 4);
  line-height: 20px;
  text-align: center;
  padding: 0.5em 0.5em;
  border-right: solid 1px #d9d9d9;
  border-bottom: solid 1px #d9d9d9;
  order: 1;
  flex: 1;
}

.flex-row-3 {
  width: calc(60% / 3);
}

.flex-row.first {
	width: 30%;
	text-align: left;
}
.flex-row.first-3 {
	width: 40%;
	text-align: left;
}

.flex-row.all {
	width: 100%;
	text-align: center;
}
.flex-row.cured {
	color: #007008;
}
.flex-row sup {
	color: #e80000;
}
.rowspan {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row wrap;
  -webkit-box-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
          justify-content: center;
}

.column {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-flow: column wrap;
  width: 75%;
  padding: 0;
}
.column .flex-row {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row wrap;
  width: 100%;
  padding: 0;
  border: 0;
  border-bottom: solid 1px #d9d9d9;
}
.column .flex-row:hover {
  background: #F5F5F5;
  -webkit-transition: 500ms;
  transition: 500ms;
}

.flex-cell {
  width: calc(100% / 3);
  text-align: center;
  padding: 0.5em 0.5em;
  border-right: solid 1px #d9d9d9;
}

.blk-right-full {
	margin: 15px 0;
	width: 99%;
	max-width: 99%;
	text-align: center;
}

.blk-right-full a {
	display: block;
	width: 100%;
	margin: 0 auto;

}

.blk-right-full img {
	width: 100%;
	max-width: 100%;
}

.path {
	margin: 40px 0 0 0;
}

.path a {
	margin: 0 10px;
}
.path a:first-child {
	margin-left: 0;
}

.box img {
	margin: 15px 0;
	width: 100%;
	max-width: 100%;
}
.right_news {
	z-index:100;
}

.adr1 {
	border: #dddddd 1px solid;
	position: relative;
}

.adr {
	border: #dddddd 1px solid;
	position: relative;
}
.adr:before {
	content: "Реклама";
	position: absolute;
	top: 0;
	left: 5px;
	font-size: 12px;
}
.date {
	font-weight: 700;
	padding: 3px 8px;
	background-color:#f24537;
	color: #fff;
	border-radius:2px;
}

.bolder {
	font-weight: 700;
}

@media all and (max-width: 767px) {
	.flex-table .flex-row {
		font-size: 15px;
		padding: 0.2em 0.2em;
		overflow: hidden;
	}

	.news_img_preview,
	.news_img_preview a,
	.news_img_preview img,
	.news_img_preview a img {
		width: 100%;

	}

}
@media all and (max-width: 430px) {

	.pages a, .pages div {
		display: inline-block;
		padding: 5px 9px;
		color: #fff;

	}
	.news_item_title a {
		font-size: 22px;
		line-height: 24px;
	}
	.flex-table:first-of-type .flex-row {
		background: #700000;

	  	color: white;
		font-size: 13px;
		border-color: #d9d9d9;
		cursor: pointer;
	}

	.flex-row-3 {
    	width: calc(50% / 3);
	}
	.flex-row.first-3 {
    	width: 50%;
    	text-align: left;
	}
}

.mg {
	margin: 15px 0;
}

.blk-direct {
	margin: 15px auto;
	max-width: 1170px;
	overflow: hidden;
	text-align: center;
}

.blk-direct img {
	max-width: 100%;
}


.blk-direct-right {
	margin: 15px 0;
	max-width: 99%;
}

.desktop-direct {
	display:block;
}

.mobile-direct {
	display:none;
}

.footer-check {
	margin-right: 20px;
	float: left;
}

.footer-check label {
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
}

#dont_show_hotels {
	vertical-align: middle;
	margin: 0px 0 0;
}

.content #err {
    margin: 10px 0 15px 0;
    font-size: 15px;
    display: none;
}

.content .invalid {
	color: red;
}

#donate a {
	font-weight: bold;
	font-size: 24px;
}

#bottom_dir {
    margin: 15px 0;
}

.right_blk {
	margin-top: 40px;
}
.right_blk .comm {
	font-size: 16px;
}

.right_blk select {
	width: 100%;
	padding: 4px 5px;
	margin: 10px 0;
}

.map {
	margin: 0;
}

.map div.mbc {
	padding: 0px;
	margin: 2px;
	background-color: #fff;
	font-size: 12px;
	float: left;
	cursor: pointer;
}

.map div.mb {
	padding: 0px;
	margin: 5px;
	background-color: #fff;
	font-size: 12px;
	line-height: 16px;
	float: left;
	cursor: pointer;
	min-width: 100px;
}

.map div.mbs {
	margin: 3px;
	background-color: #fff;
	color: #fff;
	font-size: 21px;
	padding: 4px 7px 10px 0;
	float: left;
	cursor: pointer;

}
.map div.mbs img {
	width: 32px;
}

.map span.mbu {
	font-size: 10px;
	color: gray;

}

.map div.mb h2,
.map div.mbc h2 {
	font-size: 15px;
	margin: 0px 0 5px 0;
	font-weight: 700;
	text-decoration: underline;
}

ymaps[class$=pie-chart] {
	opacity: 0.8;
}

ymaps[class$=pie-chart-content] {
	color: white;
	opacity: 1;
}

#coronaChart {
	width: 1100px;
	max-height: 550px!important;
	margin-bottom: 15px;
}


#footer {
	margin: 20px 0 0 0;
	padding: 30px 20px 15px 20px;
	background-color: #700000;
	color: #ffffff;
	font-size: 16px;
}
#footer a {
	color: #ffffff;
}

#footer ul {
	padding: 0;
}

#footer ul li {
	width: 48%;
	float:left;
	list-style-image: none;
	list-style-position: inside;
	list-style-type: disc;
	margin: 0px 0 5px 5px;
	padding: 0 0 0 0px;
	font-weight: normal;
	text-decoration: none;
	font-style: normal;
	text-align: left;
	direction: ltr;
	font-size: 17px;
	color: #ffffff;
}
#footer ul li a {
	color: #ffffff;
}
#footer .footer_warn {
	font-size: 16px;
	margin-top: 15px;
}

.copy_bottom {
	text-align: right;
	line-height: 26px;
}

#digitalocean {
	display: block;
	margin-top: 15px;
	height: 27px;
	padding-right: 91px;

	vertical-align: middle;
	background: url('/assets/i/do-logo-w.png');
	background-position:top right;
	background-repeat:no-repeat;
	text-decoration: none;
}

#digitalocean:hover {
	text-decoration: none;
}


.share_widget {
	position: absolute;
	bottom: 40px;
	right: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 35px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 8px;
	color: #700000;

	background: rgba(255, 255, 255, 0.8);
	z-index: 51;
}

.share_widget .share_done {
	margin-right: 5px;
	font-weight: 600;
	padding: 5px;
	font-size: 15px;
	display:block;
	z-index: 51;
	display: none;
}

.share_widget .share_open,
.share_widget .share_close {
	cursor: pointer;
}

.share_widget.active .initial-text {
	display: none
}

.share_widget.active .link-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.share_widget .embed-icon {
	margin-right: 7px;
	width: 20px;
	height: 20px
}

.share_widget .initial-text {
	display: block
}

.share_widget .link-wrapper {
	display: none
}

.share_widget .link-wrapper .cross-icon {
	margin-left: 10px;
	width: 25px;
	height: 25px
}

.share_widget .link-wrapper input {
	width: 650px;
	border: 1px solid #ddd;
	font-size: 16px;
	padding-left: 7px;
	color: #aaa;
	outline: none;
}
.cc_blk {
		max-width: 100%;
		margin: 30px 0;
	}

.cc_blk img,
.cc_blk a {
	max-width: 100%;
}

@media (max-width: 1415px) {

	div.news_blk {

	    height: 240px!important;
	}

	.nav_menu {
		display:none;
		position: absolute;
		top: 80px;
		right: 0;
		width: 100%;
		background: #fff;
		text-align: center;
		padding: 0;
		margin:0;
		z-index:299;
		-webkit-box-shadow: 0px 11px 9px -8px rgba(0, 0, 0, .5);
	    box-shadow: 0px 11px 9px -8px rgba(0, 0, 0, .5);
	}

	.top_menu ul {
		margin-top: 20px;
	}

	.top_menu ul li {
		display: block;
		position: relative;
	    margin: 25px 0;
		text-align: center;

	}
	.top_menu ul li, .top_menu ul li a {
		font-size: 22px;
		font-weight: 300;
		text-decoration: none;
		line-height: 25px;
	}

	.toggle_menu {
		display: block;
	}

}

@media (min-width: 1300px) {
	.container {
	    width: 1270px;
	}
}
@media (min-width: 1400px) {
	.container {
	    width: 1370px;
	}
}

@media (min-width: 1500px) {
	.container {
	    width: 1470px;
	}
}

@media (min-width: 1600px) {
	.container {
	    width: 1570px;
	}
}

@media (min-width: 1700px) {
	.container {
	    width: 1670px;
	}
}

@media (max-width: 768px) {
	.share_widget .link-wrapper input {
		width: 400px;
	}
	.top_links {
		display:none;
	}
	.content h1 {
		font-size: 32px;
	}
	.logo {
    	font-size: 34px;
		padding-top: 5px;
	}
	.map {
		height: 500px;
	}
	.widgetmap {
		height: 100%;
	}

	.top_menu ul li a.partn {
		background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAQAAAC1+jfqAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QAAKqNIzIAAAAJcEhZcwAADsQAAA7EAZUrDhsAAAAHdElNRQfkAxkUKi0aKwoAAAAA4UlEQVQoz3XQsUoDQRSF4S+LoiAoBLUIGEhl5RNoKypYi7WlhZ2VD2JhIxYBwcZKBS0FDSI+gGAnktUNVkpCWIudrBuyubeZw/z33DnDs8S3pv/aMVLLHguqMwpUpXnXdCzmKo7CTE95VTIg9Qliaz4QW9XORqNAxuBGzZnIqbpr8DUMbHrRN2vaky2QTAQgM5x3Z92VllsLZQ4subetpTEcecN7IWixDzLgzcqYmAYrxv2DSnj9sbnS+/3BoeFV1aGToHddmnFuL8rZvq4faa57fnWLZkfaHtSDmtSUuDD1B9f4TEF6H8v3AAAAJXRFWHRkYXRlOmNyZWF0ZQAyMDIwLTAzLTI1VDIwOjQyOjQ1KzAwOjAwgp/rxQAAACV0RVh0ZGF0ZTptb2RpZnkAMjAyMC0wMy0yNVQyMDo0Mjo0NSswMDowMPPCU3kAAAAZdEVYdFNvZnR3YXJlAHd3dy5pbmtzY2FwZS5vcmeb7jwaAAAAAElFTkSuQmCC)
		no-repeat
    	left center;
		padding: 0 0 0 25px;
	}
}

@media (max-width: 480px) {

	.content h2 {
		margin: 18px 0 10px 0;
		font-size: 26px;
	}

	.share_widget {
		display: none
	}

	.pages a, .pages div {
		display: inline-block;
		margin: 10px 5px 0 5px;
	}
	.pages a, .pages div {
		font-size: 13px;
	}

	.pages a.long, .pages div.long {
		display: inline-block;
	}

	.right_new {
		height: 215px!important;
	}

	div.news_blk {
	    height: 210px!important;
		text-align: center;
		margin-bottom: 10px;
	}
	.cc_blk {
		max-width: 100;
	}

	.cc_blk img,
	.cc_blk a {
		max-width: 100%;
	}

	.mobile-direct {
		display:block;
	}
	.desktop-direct {
		display:none;
	}

	.flex-table {
		font-size: 16px;
	}
	#info_panel {
		text-align: center;
	}

	#stat_panel {
		right: 10px;
		width: 130px;
	}

	.map {
		height: 450px;
	}

	.second_map {
    	height: 400px;
	}

	.widgetmap {
		height: 100%;
	}
	.updated_date {
		font-size: 13px;
	}

	.stat_block {
		margin: 5px 10px 5px 10px;
		font-size: 15px;
	    font-weight: 600;
	    white-space: nowrap;
	}
	.info_blk {
		margin: 10px 0 10px 0;
	}

	a.donate_btn, a.red_btn {
		width: 100%;
		padding: 11px 10px;
	}

	#footer {
		margin-bottom: 48px;
	}

	#footer ul li {
		width: 100%;
	}
	.copy_bottom {
		text-align: left;
		margin-top: 15px;
	}

	#digitalocean {
		background-position:top left;
	}

	.sharethis-buttons {
		width: 100%;
		position: fixed;
		bottom:0;
		left: 0;
		text-align: center;
		background: #fff;
		padding: 8px 0;
		margin:0;
		height: 48px;
		-webkit-box-shadow: 1px 1px 9px 0 rgba(0, 0, 0, .5);
		box-shadow: 1px 1px 9px 0 rgba(0, 0, 0, .5)
	}

	#insert_widget {
		display:none;
	}

	#stat_panel.widget {
		top: 65px;
	}

	.pages a, .pages div {

	}
}




