html {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
*, *:before, *:after {
	box-sizing: inherit;
	-moz-box-sizing: inherit;
	-webkit-box-sizing: inherit;
}
* {max-height: 100000em;}
body {
	margin:0;
	color:#333;
	font:16px/1.2 'Open Sans',Arial, Helvetica, sans-serif;
	-webkit-text-size-adjust:100%;
	-ms-text-size-adjust:none;
	min-width: 320px;
}

article, aside, details, figcaption, figure, footer, header, main, nav, section, summary {
	display: block;
}

img {
	border-style:none;
	vertical-align: top;
	max-width: 100%;
	height: auto;
}
a {
	text-decoration:none;
	color:#000;
	outline:none;
}
a:hover {text-decoration:underline;}
input,
textarea,
select {
	font:100% Arial, Helvetica, sans-serif;
	vertical-align:middle;
	color:#000;
}
textarea {
	overflow: auto;
	resize: vertical;
	vertical-align: top;
}
form, fieldset {
	margin:0;
	padding:0;
	border-style:none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
	padding:0;
	border:0;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
	*overflow: visible;
}
input[type="search"] {-webkit-appearance: none;}
input[type="search"]::-webkit-search-cancel-button {-webkit-appearance: none;}
input[type="search"]::-webkit-search-decoration {display:none;}
q {quotes: none;}
q:before,
q:after {
	content: '';
	content: none;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {top: -0.5em;}
sub {bottom: -0.25em;}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

h1,.h1, h2,.h2, h3,.h3, h4,.h4, h5,.h5, h6,.h6{
	margin: 0 0 0.75em;
}

h1,.h1{
	font-size: 32px;
}

h2,.h2 {
	font-size: 24px;
}

p {margin: 0 0 1.2em;}

#wrapper {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.container {
	max-width: 1580px;
	margin: 0 auto;
	padding: 0 15px;
}

.container:after{
	content:"";
	display: block;
	clear: both;
}

.show-desktop {
	display: block;
}

.hide-desktop {
	display: none;
}

#header {
	padding: 20px 0;
	/*border-bottom: 1px solid #ccc;*/
	background: #000;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 99;
}

#header .container{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.logo {
	width: 500px;
}

#nav {
	float: right;
	width: calc(100% - 500px);
	padding-left: 30px;
	text-align: right;
}

#nav ul{
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: right;
}

#nav .drop ul li {
	display:inline-block;
	vertical-align:middle;
}

#nav .drop ul > li + li {
	margin-left: 40px;
}

#nav .drop ul li a {
	color: #fff;
	font-size: 20px;
}

#nav .drop ul li.current-menu-parent > a,
#nav .drop ul li.current-menu-item > a,
#nav .drop ul li a:hover {
	color: #5181D0;
}

.nav-opener{
	display: none;
}

#main {
	padding-top: 91px;
}

.weather-portal {
	padding: 10px 0 40px;
	background :#f1f1f1;
	border-bottom: 1px solid #ccc;
}

.weather-info {
	color:#fff;
	background:#000;
	padding: 10px;
	text-align:center;
	border-bottom: 1px solid #ccc;
}

.weather-info h2{
	display:inline-block;
	vertical-align:middle;
	margin: 0 15px 0 0;
}

.weather-info ul{
	margin: 0;
	padding: 0;
	list-style: none;
	display:block;
	vertical-align:middle;
	padding: 10px;
}

.weather-info ul li{
	display:inline-block;
	vertical-align:middle;
	font-size: 14px;
	text-align:center;
	padding-top:10px;
	font-size: 15px;
	font-weight: bold;
}

.weather-info ul li + li {
	margin-left: 5px;
}

.weather-info ul li span{
	display:inline-block;
	vertical-align:middle;
	width: 100px;
	height: 40px;
	border:1px solid #ccc;
	margin-left: 5px;
	padding: 9px 5px;
	margin-bottom:8px;

}

.weather-info ul li.green span{
	border-color: rgb(115,245,111);
	background: rgb(115,245,111);
	color:black;
}
.weather-info ul li.green.outline span{
	border-color: rgb(115,245,111);
	background: transparent;
	color:#FFF;
}
.weather-info ul li.yellow span{
	background: yellow;
	color:black;
}
.weather-info ul li.yellow.outline span{
	border-color: yellow;
	background: transparent;
	color:#FFF;
}
.weather-info ul li.red span{
	background:rgb(255,0,0);
	color:white;
}
.weather-info ul li.red.outline span{
	border-color: red;
	background: transparent;
	color:#FFF;
}
.weather-portal .table-wrap {
	overflow-x: auto;
	overflow-y: hidden;
}

.weather-portal table {
	width: 100%;
	min-width: 600px;
}

.weather-portal table th {
	background: #e1e1e1;
	padding: 8px;
	border-style: solid;
	border-width: 1px 0 2px;
	border-color: #ccc transparent #ccc;
}

.weather-portal table th:first-child{
	border-left: 1px solid #ccc;
}

.weather-portal table th:last-child{
	border-right: 1px solid #ccc;
}

.weather-portal table td{
	text-align: left;
	padding: 8px 10px;
	border-style: solid;
	border-width: 0 1px 2px;
	border-color: transparent #ccc #fff;
}

.weather-portal table td.green,.weather-portal table td.G{
	background: rgb(115,245,111);
}
.weather-portal table td.yellow,.weather-portal table td.Y{
	background: yellow;
}
.weather-portal table td.red,.weather-portal table td.R{
	background: red;
	color:#FFF;
}
.weather-portal table tbody tr:last-child td{
	border-bottom: 1px solid #ccc;
}

.phnomena-block {
	background: #f1f1f1;
	padding: 10px 0 40px;
}
.phnomena-block .container{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
}
.phnomena-block .sidebar{
	width: 300px;
	background: #fff;
	border: 1px solid #ccc;
}
.phnomena-block .sidebar .heading{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	padding: 20px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 20px;
}
.phnomena-block .sidebar .heading h2 {
	margin: auto;
}
.phnomena-block .sidebar .heading .img-wrap {
	max-width: 100px;
	margin-right: 15px;
}

.phnomena-block .sidebar-list{
	padding: 0 20px;
}

.phnomena-block .sidebar-list .filter-menu > li > a{
	color: #000;
	display: block;
	padding-bottom: 5px;
	/*margin-bottom: 10px;*/


}
.phnomena-block .sidebar-list .filter-menu li.active a{
	font-weight:700;
}
.phnomena-block .sidebar-list ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

.phnomena-block .sidebar-list .filter-menu{
	padding-bottom: 30px;
}
.phnomena-block .sidebar-list .filter-menu > li > a:hover{
	text-decoration: none;
}

.phnomena-block .sidebar-list li{
	/*margin-bottom: 10px;*/
}

.phnomena-block .sidebar-list .filter-menu ul{}
.phnomena-block .sidebar-list .filter-menu ul ul {
	padding-left: 2rem;
}
.phnomena-block .sidebar-list .filter-menu ul ul li{
	padding: 10px 8px;
	border-bottom: 1px solid #ccc;
}
.phnomena-block .sidebar-list .filter-menu ul ul li:last-child {
	border-bottom:none;
}
.phnomena-block .sidebar-list .filter-menu  ul li{

}
.phnomena-block .sidebar-list .filter-menu li a{
	display: block;

}
.phnomena-block .sidebar-list .filter-menu ul li span.main {
	border-bottom: 2px solid gold;
	width: 100%;
	display: block;
	padding: 10px 8px;
}
.phnomena-block .sidebar-list .filter-menu ul li span.main.top-border{
	border-top: 2px solid gold;
}
.phnomena-block .content {
	width: calc(100% - 340px);
	margin-left: 40px;
	padding: 20px 30px 10px;
	background:#fff;
}

.filter-content .row{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap:wrap;
	margin: 0 -15px;
}

.filter-content .col{
	width: 25%;
	padding: 0 15px;
	margin-bottom: 20px;
	animation: .6s zoom-in;
}
.filter-content .col .heading{
	padding: 8px 10px;
	margin-bottom:1rem;
	display:block;
}
.filter-content .col .heading ul {
	list-style-type: none;
}
.filter-content .col .heading ul li::before {
	content: "■";
	font-weight: bold;
	display: inline-block;
	width: 1em;
	margin-left: -1em;
	transform: scale(2);
	height: 1.5em;

}
.filter-content .col .heading ul.G li::before{
	color:rgb(115,245,111);
}
.filter-content .col .heading ul.R li::before{
	color:rgb(255,0,0);
}
.filter-content .col .heading ul.Y li::before{
	color:yellow;
}
.filter-content .img-wrap img{
	width: 100%;
}


#footer {
	background: #000;
	color: #fff;
	padding: 30px 0;
}

#footer a{
	color: #fff;
}

#footer a:hover{
	color: #1c4384;
}

.footer-logo {
	max-width: 216px;
	margin-bottom: 10px;
}

.footer-top {
	font-size: 15px;
}

.footer-top ul {
	margin: 0 0 30px;
	padding: 0;
	list-style: none;
}

.footer-top .row {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
}

.footer-top .col {
	width: 16%;
	padding: 0 15px;
}

.footer-top .col-text {
	width: 52%;
	max-width: 100%;
	display: block;
	overflow: hidden;
}

.footer-top .footer-images {
	float: right;
	margin: 0 0 0 15px;
}

.footer-top .footer-images li {
	display:inline-block;
	vertical-align:middle;
	margin: 0;
	padding: 0 5px;
}

.footer-top .footer-images img {
	max-height: 45px;
}

.footer-top .col-images {
	width: 26%;
}

.footer-top .col-images ul {
	margin: 0 -8px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}

.footer-top .col-images li{
	padding: 0 8px;
}

.footer-top .title {
	display: block;
	text-transform: uppercase;
	font-weight: 500;
}

.footer-top .footer-images li{
	margin-bottom: 15px;
	display: block;
}

.footer-bottom {
	text-align: center;
	font-weight: 200;
}

.footer-bottom p{margin-bottom: 5px;}
.footer-bottom {
	padding: 20px 0;
	text-align: center;
}

.footer-bottom .container {
	position: relative;
}

.footer-bottom .design-by{
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translateY(-50%);
}

.footer-bottom .design-by a{
	color: #fff;
}

.footer-bottom p{
	margin: 0;
}
.weather-portal table td.empty-bottom{
	border-bottom-width: 0;
}
.weather-portal table td.empty-both{
	border-bottom-width: 0;
}
.weather-portal table td.border-top {
	border-top: 2px solid #FFF;
}
@keyframes zoom-in {
	0% {
		transform: scale(.1);
	}
	100% {
		transform: none;
	}
}

@media only screen and (max-width: 1023px){
	.show-desktop {
		display: none;
	}

	.hide-desktop {
		display: block;
	}

	.logo {
		max-width: 200px;
		margin: 0 auto 30px;
	}

	#header {
		position: relative;
		z-index: 99;
		padding: 30px 0;
	}

	#nav {
		width: 100%;
		padding: 0;
	}

	.nav-opener {
		position: relative;
		margin: 0 auto;
		width: 57px;
		height: 23px;
		display: block;
		text-indent: -999px;
		overflow: hidden;
		z-index: 1;
	}

	.nav-opener:before,
	.nav-opener span,
	.nav-opener:after {
		width: 100%;
		height: 2px;
		position: absolute;
		top: 11px;
		left: 0;
		background: #fff;
		border-radius: 1px;
		transition: all 0.3s ease;
	}

	.nav-opener:before,
	.nav-opener:after {
		content:"";
		top: 0;
	}

	.nav-opener:after {
		top: 21px;
	}

	.nav-active .nav-opener span{
		opacity: 0;
	}

	.nav-active .nav-opener:before,
	.nav-active .nav-opener:after {
		top: 11px;
		left: 12px;
		width: 50%;
	}

	.nav-active .nav-opener:before {
		transform: rotate(45deg);
	}

	.nav-active .nav-opener:after {
		transform: rotate(-45deg);
	}

	#nav .drop {
		display: none;
		padding-top: 20px;
		text-align: left;
	}

	#nav ul {
		text-align: left;
	}

	#nav .drop ul li {
		display: block;
	}

	#nav .drop ul li + li {
		margin: 8px 0 0;
	}

	#main {
		padding: 0;
	}

	.phnomena-block .content {
		width: calc(100% - 340px);
	}

	.filter-content .col {
		width: 50%;
		margin-left: 20px;
	}

	.footer-logo {
		max-width: 156px;
		margin: 0 auto 15px;
	}

	.footer-top {
		text-align: center;
		font-size: 16px;
		line-height: 1.5;
	}

	.footer-top .col {
		width: 100%;
	}

	.footer-top .col-text {
		max-width: 500px;
		margin: 0 auto;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}

	.footer-top .col-text .text{
		order: -1;
		width: 100%;
	}

	.footer-top .col-footer-menu {
		order: 1;
	}

	.footer-top .col-resources-menu{
		order: 2;
	}

	.footer-bottom .design-by {
		position: static;
		transform: none;
		margin-top: 8px;
		display: block;
	}


	/*.footer-menu .col {
		width: 50%;
	}*/
}

@media only screen and (max-width: 767px){
	.phnomena-block .sidebar {
		width: 100%;
		margin-bottom: 30px;
	}

	.phnomena-block .content {
		width: 100%;
		margin-left: 0;
	}

	.filter-content .col {
		width: 100%;
	}

	/*.footer-top-left,
	.footer-top-middle,
	.footer-top-right {
		float: none;
		width: 100%;
		margin-bottom: 30px;
		padding-left: 0;
	}

	.footer-top-middle {
		margin-bottom: 0;
	}

	.footer-menu .col {
		width: 100%;
		margin-bottom: 20px;
	}

	.footer-bottom .design-by {
		position: static;
		transform: none;
		display: block;
		margin-top: 10px;
	}*/
}