/*
Theme Name: Pashmina
Version: 10.0.6
Author: 
Author URI: 
Theme URI: 
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: pashmina
Tags: custom-background, custom-colors, custom-menu, featured-images, threaded-comments, translation-ready, right-sidebar, sticky-post, two-columns
Description: 

This theme, like WordPress, is licensed under the GPL.

Pashmina is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
*/

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid rgba(39,48,57,.2);
	border-radius: 3px;
	background: rgba(39,48,57,.05);
	color: rgba(39,48,57,.85);
	line-height: 1;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
	padding: 11px 15px;
	font-size: 1em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: rgba(39,48,57,.25);
	background: rgba(39,48,57,.1);
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="number"],
input[type="password"],
input[type="search"],
textarea,
select {
	color: rgba(39,48,57,.85);
	border-radius: 3px;
	border: 1px solid rgba(39,48,57,.25);
	min-width: 60%;
	max-width: 100%;
	padding: 5px 10px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
	outline: none;
	border-color: rgba(39,48,57,.5);
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {font-family: Calibri,Arial,"sans serif", "Times new roman", Tahoma;}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 40px;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.comment-content p {
	margin-bottom: 10px;
}

.bypostauthor {
	display: block;
}

.comment-list,
.comment-list ol,
.comment-list ol ol {
	list-style: none;
	padding: 0;
	margin: 0;
}

.comment-list ol,
.comment-list ol ol {
	list-style: none;
	padding: 0;
	margin: 0 -10px;
}

.comment-list li {
	padding: 10px 10px 0;
	border: 1px solid #e5e5e5;
	margin-bottom: 10px;
}

.comment-list ol li,
.comment-list ol ol li {
	border: 0;
	border-top: 1px solid #e5e5e5;
	background: #fdfdfd;
}

.comment-list li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
}

.comment-list .reply {
	padding-bottom: 10px;
	text-align: right;
}

.comment-form label {
	min-width: 90px;
}

.form-submit {
	margin-left: 94px;
}

@media screen and (max-width: 480px) {
	.form-submit {
		margin-left: 0;
		text-align: center;
	}
}

.comment-author img {
	margin: 0 10px 10px 0;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

body {
	font-family: Calibri,Arial,"sans serif", "Times new roman", Tahoma;
	font-size: 14px;
	line-height: 0.7em;
	letter-spacing: 0.02em;
	color: rgba(39,48,57,.85);	
	background-image: url(images/main_bg.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-color: #d9effc;
}
	
}

.transition5 {
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

.transition35,
a,
.dt-menu-wrap li a,
.dt-menu-wrap li ul,
.menu-item-has-children {
	-webkit-transition: all .35s ease;
	-moz-transition: all .35s ease;
	-o-transition: all .35s ease;
	transition: all .35s ease;
}

h1,
h2,
h3,
h4 {
	line-height: 1.1em;
}

.entry-header h1.entry-title {line-height: 1.1em; font-size:1.5em; margin-top:0px; text-align:center;}


ul,
ol {
	margin: 0;
	padding-left: 18px;
}

ul ul,
ol ol,
ul ol,
ol ul {
	padding-left: 0;
}

p {
	margin-bottom: 5px;
	line-height: 1.5em;
}

a {
	outline: none;
	text-decoration: none !important;
	color: rgba(39,48,57,.85);
}

a:hover {
	color: #e83f6f;
}

table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin: 0 0 1.75em;
	table-layout: fixed;
	width: 100%;
}

table,
th,
td {
	border: 1px solid rgba(39,48,57,0.7);
}

table {
	border-right: 0;
	border-bottom: 0;
}

th {
	border-width: 0 1px 1px 0;
	font-weight: 600;
}

th,
td {
	padding: 6px 0;
	text-align: center;
}

td {
	border-width: 0 1px 1px 0;
}

#primary {
	margin-top: 30px;
}

#secondary {
	margin-top: 5px;
	background: #fff;
	padding-left: 0px;
}

#secondary .widget {
	padding: 0px;
/*	border: 1px solid rgba(39,48,57,.08);	 */
}

.widget_text h3 {
	margin: 0 0 2px 0;
	text-align:center;
}

#secondary .widget_nav_menu{
	background: #d9effc;
}

#secondary .widget-title {
	position: relative;
	font-size: 20px;
	border-radius: 3px 3px 0 0;
	padding: 8px 20px;
	margin: -20px -20px 24px;
	border-bottom: 1px solid rgba(39,48,57,.08);
}

.dt-sidebar .widget-title:after,
.dt-sidebar .widget-title:before {
	top: 100%;
	left: 90%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.dt-sidebar .widget-title:after {
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #fff;
	border-width: 7px;
	margin-left: -7px;
}
.dt-sidebar .widget-title:before {
	border-color: rgba(194, 225, 245, 0);
	border-top-color: rgba(39,48,57,.15);
	border-width: 8px;
	margin-left: -8px;
}

#primary li,
#secondary li  {
	margin: 1px 0;
}

#wp-calendar {
	margin: 0;
}

#wp-calendar caption {
	font-weight: 600;
	text-align: center;
	padding: 0;
	margin-bottom: 12px;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.dt-header {
	/* background: #fff; */
}

.dt-logo {
	padding: 0;
	height:120px;
	text-align: center;
	font-family: 'Dancing Script', cursive;
	background:url("images/top.jpg") no-repeat;
}
.container {background: #fff;  } 
.dt-header .container-1 {padding: 4px 8px 0px 8px;}
.dt-header .container-2 {padding: 8px 8px 8px 8px;}
.dt-header .container-3 {padding: 0px 8px 0px 8px;}

.dt-pogoda {border:1px solid #cdedff; height:197px;}

.dt-logo img {
	width: auto;
	max-height: 120px;
	margin: 0 0;
}

.dt-logo h1 {
	font-size: 64px;
	margin: 0;
}

.dt-logo a {
	color: #e83f6f;
}

.dt-logo p {
	margin-top: 15px;
	font-size: 18px;
	color: rgba(39,48,57,.85);
	font-family: Calibri,Arial,"sans serif", "Times new roman", Tahoma;
}

.dt-logo h1.site-description {
font-size:24px;
color:#fff;
font-family: "Times New Roman", Times, serif; 
text-transform: uppercase;
text-align:left;
margin-left:20px;
}

.dt-logo h5 {
color:#fff359;
text-align:left;	
margin-left:20px;
}

.name_bl{ padding:0; text-align:right; padding-top:22px; }
.gerb {padding-top:15px}
.text_header_bl { padding:10px 0 0 0;}
.text_header_bl .bl_1{float:left; font-size: 11px; margin-top:6px; color:#fff; line-height:1.6em; font-family: Calibri,Arial,'sans serif', 'Times new roman', Tahoma; text-align:left;}
.bl_1 span {color: #fbe891;}
img.gerbkharkov{margin-left:20px;}
img.wmo {float:left; margin-left: 15px; margin-top: 5px;}


table.pogoda_table, table.pogoda_table th, table.pogoda_table th td{
	border:none;
}

table.pogoda_table {margin-top:10px;}
table.pogoda_table  tr td {border-bottom:1px solid #dbdddf; border-right:1px solid #dbdddf; text-align:center;}
table.pogoda_table thead tr td:nth-child(even){ background-color:#f6fbfe;}
table.pogoda_table thead tr td span {color:#b21e32; font-size:19px;}
table.pogoda_table thead tr td span.frm-1 {color:#4abbeb; font-size:14px;}
table.pogoda_table thead tr td span.frm-2 {font-size:14px; color: #4abbeb;}
table.pogoda_table tbody tr.bl_img td { padding:0;}

table.pogoda_table thead tr td:nth-child(1) {font-size:19px; color:#4abbeb; padding:0 0 10px 0; text-align:left; }
table.pogoda_table tbody tr td:nth-child(2), 
table.pogoda_table tbody tr td:nth-child(3),
table.pogoda_table tbody tr td:nth-child(6), 
table.pogoda_table tbody tr td:nth-child(7),
table.pogoda_table tbody tr td:nth-child(10), 
table.pogoda_table tbody tr td:nth-child(11)
 {background-color:#f6fbfe; color:#00a0e4; font-size:14px;}
 
table.pogoda_table tbody tr td:nth-child(4), 
table.pogoda_table tbody tr td:nth-child(5),
table.pogoda_table tbody tr td:nth-child(8), 
table.pogoda_table tbody tr td:nth-child(9)
{
 color:#00a0e4; font-size:14px;
}
table.pogoda_table tbody tr td:nth-child(1){text-align:left; }
table.pogoda_table tbody tr.temp td:nth-child(1){font-size:14px; color:#6a6a69; }
table.pogoda_table tbody tr.temp td:nth-child(2){font-size:15px;}
table.pogoda_table tbody tr.temp td:nth-child(3){font-size:15px;}
table.pogoda_table tbody tr.temp td:nth-child(4){font-size:15px;}
table.pogoda_table tbody tr.temp td:nth-child(5){font-size:15px;}
table.pogoda_table tbody tr.temp td:nth-child(6){font-size:15px;}
table.pogoda_table tbody tr.temp td:nth-child(7){font-size:15px;}
table.pogoda_table tbody tr.temp td:nth-child(8){font-size:15px;}
table.pogoda_table tbody tr.temp td:nth-child(9){font-size:15px;}
table.pogoda_table tbody tr.temp td:nth-child(10){font-size:15px;}
table.pogoda_table tbody tr.temp td:nth-child(11){font-size:15px;}
table.pogoda_table tbody tr:last-child td {border-bottom: none;}


.hdr_fr_bl1 {
    position: relative;
    width: 170px;
    float: left;
    margin-left: 15px;
}

.hdr_fr_bl1_sity {
    position: relative;
    height: 24px;
    font-size: 24px;
    width: 170px;
    color: #84b322;
    margin-top: 5px;
    text-align: center;
}

.hdr_fr_bl1_date {
    position: relative;
    height: 36px;
    margin-top: 26px;
    line-height: 90%;
    color: #b21e32;
    font-size: 36px;
    text-align: center;
}

.sun {
    position: relative;
    height: 43px;
    margin-top: 35px;
    background-image: url(images/sun_back.png);
    background-position: top center;
    background-repeat: no-repeat;
}

.selec1 {
    position: absolute;
    left: 20px;
    width: 130px;
    height: 20px;
    overflow: hidden;
    text-align: center;
    z-index: 400;
    color: white;
}

A.m12 {
    display: block;
    width: auto;
    height: 20px;
    text-decoration: none;
    padding-top: 2px;
    text-align: center;
    font-size: 13px;
    color: #42bfee;
    background-color: white;
}

A.m12:hover {
display: block;
width: auto;
height: 20px;
text-decoration: none;
padding-top: 2px;
text-align:center;
font-size:13px; color:#42bfee;
background-color:white;
}


/*--------------------------------------------------------------
# Menu
--------------------------------------------------------------*/
.dt-menu-sticky {
	position: fixed;
	width: 100%;
	height: auto;
	top: 0;
	left: 0;
	z-index: 9999;
}

.dt-menu-md {
	display: none;
}
/*
.dt-menu-wrap {
	background: #e83f6f;
}
 */
.dt-menu-wrap ul {
	margin: 0;
	padding: 0;
	text-align: center;
	/* background: #e83f6f; */
	background: url("images/menu_line.png") repeat-x;
}

.dt-menu-wrap ul li ul {
	background:none;
	background:#fff;
	border:1px solid #9fb9ca;
}

.dt-menu-wrap .menu > ul {
	padding: 0 10px;
	text-align: left;
}

.dt-menu-wrap li {
	position: relative;

	display: inline-block;
}

.dt-menu-wrap li a {
	display: block;
	padding: 8px 20px;
	color: #fff;
	font-size:18px;
}



.dt-menu-wrap li:hover > a,
.dt-menu-wrap .current-menu-item a {
	color: rgba(39,48,57,1) !important;
}

.dt-menu-wrap li ul {
	position: absolute;
	z-index: 99999;
	top: 150%;
	display: block;
	visibility: hidden;
	text-align: left;
	width: 220px;
	max-width: 500%;
	opacity: 0;
	border-right: 1px solid rgba(39,48,57,.085);
	border-left: 1px solid rgba(39,48,57,.085);
}

.dt-menu-wrap li li ul {
	top: 50%;
	left: 100%;
}

.dt-menu-wrap li li a {
	position: relative;
    color:#4b7698;
	font-size:14px;
	line-height:1.0;
	padding: 10px 20px;
}

.dt-menu-wrap li li a:hover {
 background-color: #dcf2fd;
 color:#4b7698;
}

.dt-menu-wrap li li.page_item_has_children > a:after,
.dt-menu-wrap li li.menu-item-has-children > a:after {
	font-family: 'FontAwesome';

	position: absolute;
	top: 10px;
	right: 5px;

	width: 16px;
	height: 24px;

	content: '\f105';
	text-align: center;
}

.dt-menu-wrap li:hover > ul {
	top: 100%;

	visibility: visible;

	opacity: 1;
}

.dt-menu-wrap li li:hover > ul {
	top: -1px;
}

.dt-menu-wrap li ul li {
	display: block;

	border-top: 1px solid rgba(39,48,57,.085);
}

.dt-menu-wrap li ul li:last-child {
	border-bottom: 1px solid rgba(39,48,57,.085);
}

#menu-right_menu ul.sub-menu {
	display:none;
	position:absolute;
	top:0;
	width:230px;
	border:1px solid #9fb9ca;	
}

#menu-right_menu li  ul.sub-menu{	
background:#dae8f1;
}

#menu-right_menu li  ul.sub-menu li{
	
}

#menu-right_menu li:hover > ul.sub-menu{	
	display:block; 
	right:382px;
}

#menu-right_menu li:hover > ul.sub-menu  li:hover > ul.sub-menu{	
	display:block; 
	right:229px;		
}

#menu-right_menu li {
 list-style:none;	
 position:relative;
}

#menu-right_menu li  a {
background-color: #076faa;
display:block;
padding: 10px 0 10px 10px;
color:#fff;
font-size:18px;
}

#menu-right_menu li  li  a {
padding: 5px 0 5px 10px;
font-size:14px;
border:0;
}


#menu-right_menu li:nth-child(4) a, 
#menu-right_menu li:nth-child(5) a {
background:#b21f32;	
} 




#menu-right_menu li ul li a {	
	background-color: #fff !important;
	color: #4b7698;
	line-height:18px;
}

#menu-right_menu li ul li a:hover{
	background-color: #dcf2fd !important;
}



/*
 *  BreadCrumbs
 -----------------------------------*/
.dt-breadcrumbs {
	font-size: 13px;
	padding: 0px 15px;
/*
	border-top: 1px solid rgba(0,0,0,.07);
	border-bottom: 1px solid rgba(0,0,0,.07);
	*/
	/* background: #fcfcfc; */
}

.dt-breadcrumbs .container { padding:10px 8px 5px 8px;}

.dt-breadcrumbs ul {
	margin: 0;
	padding: 0;
}

#dt_breadcrumbs li {
	display: inline-block;

	padding: 0 2px;

	opacity: .8;
}

/*--------------------------------------------------------------
# Header Image
--------------------------------------------------------------*/
.dt-header-image img {
	width: 100%;
}

/*--------------------------------------------------------------
# Home Page Featured Posts
--------------------------------------------------------------*/
.dt-featured-post-slider {
	margin-top: 40px;
	padding: 10px 0 60px;
	overflow: hidden;
}

.dt-featured-post {
	text-align: center;
	background: #fff;
}

.dt-featured-post figure {
	position: relative;
}

.dt-featured-post figure img {
	width: 100%;
	height: auto;
}

.dt-featured-post figure span {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(39,48,57,.6);
	opacity: 0;
	visibility: hidden;
}

.dt-featured-post figure:hover span {
	opacity: 1;
	visibility: visible;
}

.dt-featured-post figure span .fa {
	display:block;
	width: 64px;
	height: 45px;
	background: #e83f6f;
	position: absolute;
	top: 40%;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	border-radius: 50%;
	font-size: 24px;
	padding-top: 19px;
	color: #fff;
	opacity: 0;
	visibility: hidden;
}

.dt-featured-post figure:hover span .fa {
	visibility: visible;
	opacity: 1;
	top: 0;
}

.dt-featured-post figure span .fa:hover {
	opacity: .75;
}

.dt-featured-post .entry-footer {
	padding: 20px 15px 15px;
	border: 1px solid rgba(39,48,57,.1);
	border-top: 0;
	position: relative;
}

.dt-featured-post .entry-footer:after,
.dt-featured-post .entry-footer:before {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.dt-featured-post .entry-footer:after {
	border-color: transparent;
	border-bottom-color: #fff;
	border-width: 8px;
	margin-right: -8px;
}
.dt-featured-post .entry-footer:before {
	border-color: transparent;
	border-bottom-color: transparent;
	border-width: 9px;
	margin-right: -9px;
}

.dt-featured-post .entry-footer h3 {
	margin: 0;
	font-size: 17px;;
	line-height: 1.8em;
}

.dt-featured-post .entry-footer span {
	display: block;
	margin: 0;
	font-size: 16px;
	font-family:'Roboto', sans-serif;
	color: rgba(39,48,57,.6);
}
.dt-featured-post-slider .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
}

.dt-featured-post-slider .swiper-pagination-bullet-active {
	background: #e83f6f;
}

/*--------------------------------------------------------------
# Front Page Posts
--------------------------------------------------------------*/
.dt-front-post {
	margin-top: 60px;
}

.dt-front-post figure {
	margin-bottom: 30px;
	position: relative;
	height: 100%;
	overflow: hidden;
}

.dt-front-post figure img {
	width: 100%;
	height: auto;
}

.dt-front-post figure:hover img {
	opacity: .8;
}

.dt-front-post figure span .fa {
	display:block;
	width: 64px;
	height: 64px;
	background: #e83f6f;
	position: absolute;
	bottom: -64px;
	right: 20px;
	margin: auto;
	border-radius: 50%;
	font-size: 24px;
	padding-top: 19px;
	color: #fff;
	opacity: 0;
	visibility: hidden;
	text-align: center;
}

.dt-front-post figure:hover span .fa {
	visibility: visible;
	opacity: 1;
	bottom: 20px;
}

.dt-front-post .entry-meta {
	padding-top: 30px;
}

.dt-front-post .entry-meta p,
.dt-front-post .entry-meta a {
	color: rgba(39,48,57,.6);
	font-size: .9em;
	line-height: 1.5em;
	text-transform: capitalize;
}

.dt-front-post .entry-meta a:hover {
	color: #e83f6f;
}

.dt-front-post .entry-meta p {
	margin-bottom: 20px;
}

.dt-front-post .entry-meta strong {
	display: block;
	font-size: 1.05em;
}

.dt-front-post .entry-header {
	margin-bottom: 20px;
}

.dt-front-post h2 {
	position: relative;
    line-height: 1.2em;
    margin: 0;
    padding: 0;
}

.dt-front-post .entry-footer a {
	display: inline-block;
	padding-bottom: 8px;
	margin: 10px 0 60px;
	text-transform: uppercase;
	font-weight: 500;
	position: relative;
}

.dt-front-post .entry-footer a:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	height: 2px;
	width: 50px;
	background: rgba(39,48,57,.25);
	z-index: 99;
}

.dt-front-post .entry-footer a:hover {
	color: #e83f6f;
}

/*--------------------------------------------------------------
# Pagination
--------------------------------------------------------------*/
.dt-pagination-nav {
/*	border-top: 1px solid rgba(39,48,57,.1); */
	padding: 30px 0;
}

.dt-pagination-nav a,
.dt-pagination-nav .current {
	display: inline-block;

	margin: 0 2px 15px;
	padding: 2px 12px;

	border: 1px solid rgba(39,48,57,.1);
	border-radius: 2px;
	background: #fff;
	color: rgba(39,48,57,.85)
}

.dt-pagination-nav a:hover,
.dt-pagination-nav .current {
	color: #e83f6f;
	border-color: #e83f6f;
}

/*--------------------------------------------------------------
# Popular posts
--------------------------------------------------------------*/
.dt-popular-posts {
	margin-top: 50px;
	padding-bottom: 5px !important;
}

.dt-popular-post {
	margin-top: 20px;
	padding-bottom: 15px;
}

.dt-popular-post:nth-last-child(2) {
	border: 0;
}

.dt-popular-post figure {
	width: 30%;
	max-width: 96px;
	float: left;
}

.dt-popular-post-cont {
	width: 70%;
	padding-left: 15px;
	float: left;
}

.dt-popular-post-date {
	margin-top: 8px;
	display: block;
	font-size: 13px;
	font-weight: 500;
	color: rgba(39,48,57,.6);
}

.dt-popular-post-cont h3 {
	font-size: 17px;
	font-weight: 500;
	margin: 0;
}

/*--------------------------------------------------------------
# About Me
--------------------------------------------------------------*/
.dt-about-holder p {
	margin: 20px 0 0;
}

.dt-about-holder p img {
	margin-bottom: 18px;
}

/*--------------------------------------------------------------
# Advertisement
--------------------------------------------------------------*/
.dt-ads {
	max-width: 100%;
	margin-bottom: 40px;
	padding: 0 !important;
	border: 0 !important;
}

/*--------------------------------------------------------------
# Social Icons
--------------------------------------------------------------*/
.dt-social-icons ul {
	position: relative;
	padding: 0;
	margin: 0;
}

.dt-social-icons [id*='dt_social_icons'] {
	display: inline-block;
}

.dt-social-icons li {
	display: inline-block;

	margin: 0 8px 15px 0 !important;

	text-align: center;

	outline: none !important;
}

.dt-social-icons li a {
	font-size: 22px;
	line-height: 1em;

	display: block;

	text-decoration: none;

	color: #2f363e;
	outline: none !important;
}

.dt-social-icons li .fa {
	display: block;

	width: 48px;
	height: 48px;
	padding-top: 13px;
	border-radius: 50%;
	color: #fff;
}

.dt-social-icons li .fa:hover {
	opacity: .6;
}

.dt-social-icons .fa-facebook {
	background: #325c94;
}

.dt-social-icons .fa-twitter {
	background: #00abdc;
}

.dt-social-icons .fa-google-plus {
	background: #dd4b38;
}

.dt-social-icons .fa-instagram {
	background: #4480b1;
}

.dt-social-icons .fa-github {
	background: #3f91cb;
}

.dt-social-icons .fa-flickr {
	background: #ff0084;
}

.dt-social-icons .fa-pinterest {
	background: #cb2027;
}

.dt-social-icons .fa-wordpress {
	background: #0090c5;
}

.dt-social-icons .fa-youtube {
	background: #d32323;
}

.dt-social-icons .fa-vimeo {
	background: #1ab7ea;
}

.dt-social-icons .fa-linkedin {
	background: #007bb6;
}

.dt-social-icons .fa-behance {
	background: #2d9ad2;
}

.dt-social-icons .fa-dribbble {
	background: #f26798;
}

/*--------------------------------------------------------------
# Tag Cloud
--------------------------------------------------------------*/
.tagcloud a {
	margin: 0 4px 8px 0;
	padding: 1px 15px 0;

	background: rgba(39,48,57,.6);
	border-radius: 30px;
	display: inline-block;
	color: #fff;
	font-size: 13px !important;
	font-weight: 400;
}

.tagcloud a:hover {
	background: #f26798;
	color: #fff;
}

/*--------------------------------------------------------------
# Post Navigation
--------------------------------------------------------------*/
.post-navigation {
	margin: 30px 0 60px;
	padding: 30px 0;
	border-top: 1px solid rgba(39,48,57,.05);
}

.post-navigation:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.post-navigation .nav-previous,
.post-navigation .nav-next {
	font-weight: 500;
	line-height: 1.8em;
	position: relative;
	display: inline-block;
	width: 48%;
	float: left;
	padding-left: 30px;
}

.post-navigation .nav-next {
	float: right;
	text-align: right;
	padding-left: 0;
	padding-right: 30px;
}

.post-navigation .nav-previous a:before,
.post-navigation .nav-previous a:after,
.post-navigation .nav-next a:before,
.post-navigation .nav-next a:after {
	position: absolute;
	top: -2px;
	font-size: 22px;

}
.post-navigation .nav-previous a:before,
.post-navigation .nav-next a:before {
	content: ' ';
	width: 24px;
	height: 32px;
	font-family: 'FontAwesome';
	left: 0;
	font-size: 36px;
}

.post-navigation .nav-previous a:after,
.post-navigation .nav-next a:after {
	content: '';
	width: calc(100% - 32px);
	left: 32px;
	padding-top: 2px;
	font-weight: 500;
}

.post-navigation .nav-next a:before {
	content: '';
	right: 0;
	left: auto;
	text-align: right;
}

/*--------------------------------------------------------------
# Post Header & Footer
--------------------------------------------------------------*/
.dt-content-area .entry-meta {
	font-weight: 500;
	margin: 20px 0;
}

.dt-content-area .entry-footer {
	font-weight: 500;
	font-size: 1.1em;
}

.dt-front-post .entry-meta a,
.dt-front-post .entry-footer a {
	color: rgba(39,48,57,.6);
}

.entry-meta a:hover,
.entry-footer a:hover {
	color: #e83f6f;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.dt-footer {
	background: rgba(39,48,57,.008);
	margin-top: 0px;
	border-top: 1px solid rgba(39,48,57,.05);
}

.dt-footer-cont {
	line-height: 1.6em;
	margin-top: 0 !important;
	padding: 50px 0 30px !important;
	background: transparent !important;
	border-bottom: 1px solid rgba(39,48,57,.1);
}

.dt-footer-cont .widget {
	border: 0 !important;
	padding: 0 10px !important;
}

.dt-footer-cont ul {
	list-style: none;
	padding: 0;
}

.dt-footer-cont li {
	font-size: 15px;
}

.dt-footer-cont li a {
	color: rgba(39,48,57,.85);
}

.dt-footer-cont li a:hover {
	color: #f26798
}

.dt-footer-cont .widget-title {
	margin: 0 0 20px !important;
	padding: 8px 0 !important;
	position: relative;
}

.dt-footer-cont .widget-title:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: -1px;
	height: 1px;
	width: 60px;
	background: #f26798;
}

.dt-footer-bar {
	padding: 0px 0;
	color: rgba(39,48,57,.85)
}

.dt-footer-bar a {
	color: rgba(39,48,57,.85)
}

.dt-footer-bar a:hover {
	color: #f26798;
}

.dt-footer-designer {
	text-align: right;
}

.dt-copyright {padding:20px 0; margin: 0 auto; display:block; 
    width: 570px;}

/*--------------------------------------------------------------
# Back to top
--------------------------------------------------------------*/
#back-to-top {
	font-size: 32px;

	position: fixed;
	z-index: 9999;
	right: 20px;
	bottom: 60px;

	width: 48px;
	height: 48px;
	padding-top: 6px;

	cursor: pointer;
	text-align: center;
	text-decoration: none;

	opacity: 0;
	color: #fff !important;
	border-radius: 50%;
	background:rgba(39,48,57,.5);

	filter: alpha(opacity=0);
}

#back-to-top:hover {
	background: #e83f6f;
}

#back-to-top.show {
	opacity: 1;

	filter: alpha(opacity=100);
}

/*--------------------------------------------------------------
# Media Queries
--------------------------------------------------------------*/
@media all and (max-width: 1200px) and (min-width: 992px){
	.dt-menu-wrap li {
		font-size: 15px;
	}

	.dt-menu-wrap li a {
		padding: 13px;
	}

	.dt-featured-post .entry-footer h3 {
		font-size: 15px;
	}

	.dt-featured-post .entry-footer span {
		font-size: 14px;
	}

	.dt-featured-post-slider {
		margin-top: 30px;
	}

	#secondary {
		padding-left: 0;
	}

	#secondary .widget {
		padding: 15px;
	}

	#secondary .widget-title {
		padding: 8px 15px;
		margin: -15px -15px 24px;
	}

}

@media all and (min-width: 992px) {
	.dt-featured-post figure {
		max-height: 270px;
		overflow: hidden;
	}
}

@media all and (max-width: 992px) {
	.dt-logo {
		padding: 15px 0;
	}

	.dt-menu-md {
		padding: 10px 20px;
		display: block;
		font-weight: 500;
		cursor: pointer;
		color: #fff;
	}

	.dt-menu-md span {
		float: right;
		text-align: right;
		display: inline-block;
		font-size: 24px;
	}

	.dt-menu-wrap .menu {
		max-height: 0;
		overflow: hidden;
		opacity: 0;
		transition: max-height .8s, opacity .8s;
	}

	.dt-menu-wrap .menu-show {
		max-height: 2500px;
		overflow-x: scroll;
		opacity: 1;
		transition: max-height 1s, opacity 1s;
	}

	.dt-menu-wrap ul {
		text-align: left;
	}

	.dt-menu-wrap li {
		display: block;
	}

	.dt-menu-wrap li a {
		border-bottom: 1px solid rgba(255,255,255,.15);
	}

	.dt-menu-wrap li ul {
		position: relative;
		z-index: 99999;
		top: 0;
		visibility: visible;
		width: 100%;
		max-width: 100%;

		opacity: 1;
		border: 0;
		padding-left: 24px;
	}

	.dt-menu-wrap li li ul {
		top: 0;
		left: 24px;
	}

	.dt-menu-wrap li li.page_item_has_children > a:after,
	.dt-menu-wrap li li.menu-item-has-children > a:after {
		display: none;
	}

	.dt-menu-wrap li ul li {
		border-top: 0;
	}

	.dt-menu-wrap li ul li:last-child {
		border-bottom: 0;
	}

	.dt-featured-post-slider {
		margin-top: 30px;
	}

	#primary {
		margin-bottom: 40px;
	}

	#secondary {
		padding-left: 0;
		margin-top: 20px;
	}

	.dt-footer {
		margin-top: 10px;
	}

	.dt-footer-bar,
	.dt-footer-designer {
		text-align: center;
	}
}

@media all and (max-width: 768px) {
	.dt-featured-post .entry-footer h3 {
		font-size: 15px;
	}

	.dt-featured-post-slider {
		margin-top: 5px;
	}

	.dt-front-post .entry-meta {
		padding-top: 10px;
	}

	.dt-front-post .entry-meta p {
		display: inline-block;
		margin-right: 30px;
		margin-bottom: 5px;
	}
}

@media all and (max-width: 600px) {
	.dt-logo {
		padding: 10px 0;		
	}

	.dt-logo h1 {
		font-size: 48px;
	}

	.dt-logo p {
		font-size: 15px;
	}

	h1 {
		font-size: 24px;
		line-height: 2em;
	}

	h2 {
		font-size: 20px;
		line-height: 2em;
	}

	h3 {
		font-size: 18px;
		line-height: 1.8em;
	}

	h4 {
		font-size: 16px;
		font-weight: 500;
		line-height: 1.8em;
	}

	.dt-featured-post .entry-footer h3 {
		font-size: 22px;
	}

	.dt-featured-post .entry-footer span {
		margin: 6px 0;
	}

	.post-navigation .nav-previous a:before,
	.post-navigation .nav-previous a:after,
	.post-navigation .nav-next a:before,
	.post-navigation .nav-next a:after {
		font-size: 16px;
	}

	.post-navigation .nav-previous a:before,
	.post-navigation .nav-next a:before {
		font-size: 24px;
	}

	.post-navigation .nav-previous a:after,
	.post-navigation .nav-next a:after {
		width: calc(100% - 16px);
		left: 16px;
	}

	.post-navigation .nav-next a:after {
		padding-right: 16px;
	}
}

@media all and (max-width: 480px) {
	.dt-featured-post .entry-footer h3 {
		font-size: 16px;
	}
}

@media all and (max-width: 400px) {
	.dt-logo h1 {
		font-size: 36px;
	}

	.dt-logo p {
		font-size: 14px;
	}

	#secondary .widget {
		padding: 15px;
	}

	#secondary .widget-title {
		padding: 8px 15px;
		margin: -15px -15px 24px;
	}
}





/****************************/

 .txt_main
 {
 color:#6a6a69;
font-size:14px;

 }
 
.wrapper
{
position:relative;
display: block;
width:1016px; 
height:auto; 
min-height:100%;  
background-color:white; 
left:50%; 
margin-left:-508px; 
}
.wr_l
{
position:absolute; 
display: block; 
width:4px; 
height:100%; 
left:-4px; 
z-index:0;   
background-image: url('./pic/line_l.png'); 
background-repeat:repeat-y; 
}
.wr_r
{
position:absolute; 
display: block; 
width:4px; 
height:100%; 
right:-4px; 
z-index:0;   
background-image: url('./pic/line_r.png'); 
background-repeat:repeat-y; 
}
.wr_b
{
position:absolute; 

width:1020px; 
height:4px; 
bottom:26px; 
left:-2px;  
z-index:12;   
background-image: url('./pic/line_b.png'); 
background-repeat:repeat-x; 
}
.wr_b2
{
position:absolute; 
display: block; 
width:1024px; 
height:30px; 
bottom:0px; 
left:-4px;  
z-index:11;  
background-color:#d9effc;

}
.hdr_main
{
position:relative; 
display: block; 
width:1000px; 
height:120px; 
left:8px;   
background-image: url('./pic/top.jpg'); 
background-repeat:no-repeat;
}
.hdr_fr
{
position:relative; 
display: block; 
width:998px; 
height:195px; 
left:8px; 
margin-top:8px;  
border:1px solid #cdedff;
}
.footer
{
position:absolute; 
display: block; 
width:1016px; 
height:130px;  
bottom:30px; 
text-align:center;
}

.hdr_main_logo
{
position:absolute; top:10px; left:60px;
}
.hdr_main_lng_cab
{
position:absolute; right:20px; bottom:4px; width:260px;
}

.hdr_main_txt_logo
{
width:650px; pisition:relative; text-align:right; padding-top:13px; float:left;
}

.hdr_main_grb
{
width:60px; pisition:relative; float:left; padding-top:15px; padding-left:20px;
}

.hdr_main_wmo
{
width:60px; pisition:relative; float:right; padding-top:10px; padding-right:20px;
}
.hdr_main_wmotxt
{
width:100px; pisition:relative; float:right; padding-top:15px; line-height:1.5;
}

.footer_t1
{
position:relative; width:475px;  float:left; text-align:right; font-size:18px;top:20px;
}
.footer_t2
{
position:relative; width:455px; float:right; text-align:left; font-size:18px; top:20px;
}
.footer_t3
{
position:absolute;  text-align:center; bottom:15px; float:left; font-size:11px; width:998px;
}



.hdr_fr_bl1
{
position:relative; width:170px; float:left; margin-left:15px;  margin-top: 5px;
}
.hdr_fr_bl1_sity
{
position:relative; height:24px; font-size:24px; width:170px; color:#84b322; margin-top:5px; text-align:center;
}
.hdr_fr_bl1_sity_sel
{
position:relative; text-align:center; text-decoration:underline; font-size:13px; color:#42bfee;
}
.hdr_fr_bl1_date
{
 position:relative; height:36px; margin-top:26px; line-height:90%; color:#b21e32; font-size:36px; text-align:center;
}

.hdr_fr_bl2
{
position:relative; width:150px; float:left; margin-left:25px;
}

.hdr_fr_bl3
{
position:relative; width:600px; height:170px; margin-top:15px; margin-right:15px; float:right;
}

.main_menu_wr
{
position:relative; display: block; width:1000px;  left:8px; margin-top:8px;    height:25px; background-image: url('./pic/menu_line.png'); 
}




.w18
{
font-size:18px;
color:white;
}
.w24
{
font-size:24px;
color:white;
}
.w11
{
font-size:11px;
color:white;
}

.w12
{
font-size:12px;
color:white;
}









.selec1 {
position: absolute;
left: 20px;
width: 130px;
height: 20px;
overflow: hidden;
text-align:center;
z-index:400;
color:white;
}

.selec12 {
position: absolute;
left: 20px;
width: 130px;
height: 300px;
overflow-y: scroll;
border: 0px solid #9fb9ca;
z-index:400;
background-color: rgba(251, 250, 252, 0.8);

border:1px solid #9fb9ca;
}
.selec2 {
position: absolute;
left: 30px;
height:20px;
width: 60px;
overflow: hidden;
text-align:center;
z-index:400;
color:white;
}

.selec22 {
position: absolute;
left: 30px;
width: 60px;
border: 0px solid #9fb9ca;
z-index:400;
background-color: rgba(251, 250, 252, 0.8);

border:1px solid #9fb9ca;
}
.selec3 {
position: absolute;
left: 0px;
width: 80px;
height: 23px;
overflow: hidden;
text-align:center;
z-index:80;
}

.selec32 {
position: absolute;
left: 0px;
width: 80px;
height: auto;
z-index:400;
border:0px solid #9fb9ca;
}


A.m12 {
display: block;
width: auto;
height: 20px;
text-decoration: none;
padding-top: 2px;
text-align:center;
font-size:13px; color:#42bfee;
background-color:white;
}
A.m12:hover {
display: block;
width: auto;
height: 20px;
text-decoration: none;
padding-top: 2px;
text-align:center;
font-size:13px; color:#42bfee;
background-color:white;
}
A.m13 {
display: block;
width: auto;
height: auto;
padding:4px;
color: #4b7698;
font-size: 14px;
text-decoration: none;
/*
border-left:1px solid #9fb9ca;
border-right:1px solid #9fb9ca;
background-image: url('./pic/menu_gr.png'); */
background:#fff;
}

A.m13:hover {
display: block;
background-color: #dcf2fd;
color: #4b7698;
height: auto;
background-image: url('./pic/menu_gr2.png');
}

A.m14 {
display: block;
width: auto;
height: 18px;
text-decoration: none;
padding-top: 5px;
text-align:center;
font-size:14px; color:#fae462;
}
A.m14:hover {
display: block;
padding-top:5px;
width: auto;
height: 18px;
text-decoration: none;
text-align:center;
font-size:14px; color:#fae462;
}

.txt_radar1
{
font-weight:bold;
font-size:14px;
color:#134d65;
}
.txt_radar2
{
font-weight:bold;
font-size:14px;
color:#6a6a6a;
padding:0px;
margin:0px;
padding-left:5px;
}
.txt_radar3
{
font-size:9px;
color:#6a6a6a;
padding:0px;
margin-bottom:3px;
padding-left:5px;
float:left;
width:100px;
}
.lnk
{
color:#008ab8;
font-size:14px;
}
.z0 { text-align:center; vertical-align:middle;font-size:14px; font-weight:bold; background-color:#dcf8ff; text-decoration:underline;}
.z1 { text-align:left; vertical-align:middle;font-size:14px;font-weight:bold; padding-left:5px; }
.z2 { text-align:center; vertical-align:middle;font-size:14px; color:#6a6a69;}

.b1 { border-bottom:1px solid #46b7e8; }
.b2 { border-right:1px solid #46b7e8; }
.b3 { border-bottom:1px solid #46b7e8;border-right:1px solid #46b7e8; }
.b4 { border-right:1px solid #46b7e8; }
.b5 { border-left:1px solid #46b7e8;border-bottom:1px solid #46b7e8;border-right:1px solid #46b7e8; }
.b6 { border-left:1px solid #46b7e8;border-bottom:1px solid #46b7e8; }
.b7 { border-left:1px solid #46b7e8; }
.b8 { border-top:1px solid #46b7e8; }

.map_bn_wr
{
position:absolute;  width:auto; min-width:72px; display:none;  font-size:12px; color:black; border:1px solid #c5cda6; background-color:white; padding:5px;
background-color: rgba(251, 250, 252, 0.8);
pointer-events: none;
}
.map_bn_wr2
{
position:absolute; width:8px; height:8px; top:-8px; left:-1px; background-image: url('./pic/bn_tp.png');
}

.none{ font-size:8px;}
.none a {text-decoration:none; color:#6a6a69;}


.warn_title_wr {width:787px; height:23px; margin-bottom:5px;}
.warn_title_text1 {position:relative; width:284px; float:left; height:100%; background-color:#076faa; color:white; font-size:13px; font-weight:bold; line-height:23px; padding-left:16px;}
.warn_title_text2 {float:left; color:white; margin-left:2px; background-color:#b7d5f2; height:23px; line-height:23px; width:auto; padding:0 10px 0 10px;}
.warn_title_text3 {float:left;width:350px; background-color:#e5eff8; margin-left:1px;}
.warn_title_text4 { float:left; height:100%;  background-color:#e5eff8; margin-left:1px; padding-left:10px; line-height:23px; width:auto;padding:0 10px 0 10px; border-right:1px solid white;}
.warn_under_text {padding:20px; line-height:25px;}
.warn_under_text span {display:block; color:#b21f32; font-size:16px; padding-bottom:10px;}
.triangle {position:absolute; top:0px; right:0px; width: 0;height: 0;border-style: solid;border-width: 0 5px 5px 0;border-color: transparent #ffffff transparent transparent;}

div.google-visualization-tooltip { height:60px; overflow:hidden; z-index:2; line-height:100%;}                                     
.warn_icon_wr{position:relative; width:0px; height:0px;}
.warn_icon {width:25px; height:25px; border:1px solid #adadad; z-index:1; position:absolute; opacity:0.7;   pointer-events: none;}
#UA-32 {top:150px; left:347px; }
#UA-05 { top:208px; left:284px;}
#UA-07 {top:72px; left:143px; }
#UA-09 {top:207px; left:668px;}
#UA-12 {left:520px; top:225px;}
#UA-14 {top:243px; left:620px;}
#UA-18 { top:107px; left:276px;}
#UA-21 {top:238px; left:90px;}
#UA-23 {top:295px; left:550px;}
#UA-26 {top:220px; left:140px;}
#UA-30 {top:115px; left:370px;}
#UA-35 {top:233px; left:415px;}
#UA-40 {}
#UA-43 {top:400px; left:490px;}
#UA-46 {top:160px; left:110px;}
#UA-48 {top:290px; left:410px; }
#UA-51 {top:295px; left:340px;}
#UA-53 {top:160px; left:475px;}
#UA-56 {top:89px; left:210px;}
#UA-59 {top:80px; left:477px; }
#UA-61 {top:180px; left:175px;}
#UA-63 {top:170px; left:576px;}
#UA-65 {top:325px;left: 470px;}
#UA-68 {top:174px; left:226px;}
#UA-71 {top:187px; left:390px;}
#UA-74 {top:67px; left:407px;}
#UA-77 {top:245px; left:180px;}

.warn_wr{width:750px; margin-top:0px; min-height:50px; border-bottom:1px solid #cdedff; overflow:hidden; margin-left:18px; padding:10px 0 10px 0; color:#4b4b4b;}
.warn_cont {position:relative; float:left; width:600px;padding:10px; color:#373737; padding-left:20px; line-height:120%;}
.warn_cube {float:left; width:80px; height:80px; background-size:40px 40px; background-position:center center; background-repeat: no-repeat;}
.warn_cube1{border:10px solid  #fff76f;} 
.warn_cube2{border:10px solid #ff9307;}
.warn_cube3{border:10px solid #e6021f;}
.warn_cont span {display:block; font-size:18px; margin-bottom:8px;}
.warn_cont div {display:block; color:#076faa; margin-top:8px; font-weight:bold; font-size:12px;}

.warn_legend_wr{position:absolute; top:335px; left:0px; width:280px; padding-bottom:15px; background-color:rgba(255,255,255,0.9);}
.warn_legend_wr .title{width:100%; float:left; margin:10px 0 10px 0px; color:#5d6d7e; text-align:center; text-decoration:underline;}
.warn_legend_wr .txt {position:relative; width:100%; float:left; margin-top:8px; line-height:15px; margin-left:3px; cursor:pointer;}
.warn_legend_wr .txt .info{display:none; position:absolute; bottom:20px; left:200px; line-height:150%; width:400px; z-index:99; background-color:white; border:1px solid #dbdddf; padding:10px; -webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;}
.warn_legend_wr .txt:hover > .info{display:block;}

.date_created{position:absolute; top:30px; padding:5px 10px 5px 10px; right:10px; background-color:white; color:#5d6d7e; }

.warn_legend0{width:15px; height:15px; background-color:#d0e686; float:left;margin-right:5px;}
.warn_legend1{width:15px; height:15px; background-color:#fff76f; float:left;margin-right:5px;}
.warn_legend2{width:15px; height:15px; background-color:#ff9307; float:left;margin-right:5px;}
.warn_legend3{width:15px; height:15px; background-color:#e6021f; float:left;margin-right:5px;}


path[fill~="#ff9307"] { cursor:pointer;  }
path[fill~="#e6021f"] { cursor:pointer;  }
path[fill~="#fff76f"] { cursor:pointer;  }

.custom-logo-link { display:block; margin-top:5px;}
.select_temperature { position:relative; height:38px; text-align:center; padding-left:0px; top:16px;  font-size:32px; color:#00a0e4;}
.icon_pogoda { position:relative; height:42px; text-align:center; padding-left:0px; margin-top:0px;}
.h_format_1 {position:relative; float:left; width:140px; margin-top:8px;}
.h_format_2 {position:relative; height:17px; width:50px; float:left; text-align:left; padding-top:1px; font-size:14px; color:#6a6a69;}
.h_format_3 {position:relative; height:17px; float:left;  text-align:left; font-size:16px; color:#c4540a;}
.h_format_4 {color:#6a6a69; font-size:14px;}
.h_format_5 { position:relative; float:left; width:140px;}
.h_format_6 {position:relative; height:17px;width:50px; float:left; text-align:left; padding-top:1px; font-size:14px; color:#6a6a69;}
.h_format_7 {position:relative; height:17px;float:left;  text-align:left; font-size:16px; color:#c4540a;}
.h_format_8 {color:#6a6a69; font-size:14px;}
.h_format_9 {position:relative; float:left;width:150px;}
.h_format_10 {position:relative; height:17px; width:50px; float:left; text-align:left; padding-top:1px; font-size:14px; color:#6a6a69;}
.h_format_11 {position:relative; height:17px; float:left;  text-align:left; font-size:16px; color:#c4540a;}
.h_format_12 {color:#6a6a69; font-size:14px;}
.h_format_13 {height:197px; padding-right: 0;}
.sun_1{position:absolute; bottom:-3px; left:9px; font-size:12px; color:#f9ae3f;}
.sun_2 { position:absolute; bottom:-3px; left:70px; font-size:12px; color:#797878; }
.sun_3 {position:absolute; bottom:-3px; right:9px; font-size:12px; color:#eb6837;}
.h_format_14 {position:relative; height:20px; text-align:left; padding-left:0px; margin-top:10px; font-size:19px; color:#4abbeb;}
.h_format_15 {position:relative; height:20px; text-align:center;  font-size:14px; margin-top:1px; color:#4abbeb;}
img.downimg {margin-left:3px;}
.footer_fon {background:#076faa; color:#fff;}
.footer_fon a {color:#fff;}
.footer_fon .dt-copyright a:hover {color:#cccccc !important;}
.entry-content p { line-height:1.5em; font-size:1.2em;}
.ticker_bl {padding:2px 5px; margin:0 8px; color:#ffffff; font-weight:700; font-size:18px; line-height:22px; background:#b21f32;}
.pd_0 { padding-left:0;}
#nav_menu-2 ul {padding-left:0;}

#climate table { width:80%;}
#climate table th { line-height:18px; }
.home_map { width:100%; display:block; background:#e7eadf; text-align:center; overflow: hidden; margin-bottom:20px; margin-top: 5px;}

.home_map img { margin: 0 -2px -1px 0; }

.mt-frm1 {height: 260px; overflow:hidden; display:block;}
.mt-frm1 img {margin-top: -23px;}
.pad_format_1 {outline:0px solid; padding-left:10px;}
.pad_format_2 {outline:0px solid; padding-right:8px;}

.dt-front-post-2 {margin-top:20px;}
.mt-26 {margin-top: -26px;}
.mb20 { margin-bottom: 20px; }
.pb20 { padding-bottom:20px; }
.t-a-right { text-align:right;}

.format-2 { border-bottom:1px solid rgba(39,48,57,.1); margin-left:0px; margin-right:0px }

.front-page .table-no table, .table-no th, .table-no td { border:0;}

