html, body {
	height: 100%;
}

.input__wrapper {
  width: 100%;
  position: relative;
  margin: 15px 0;
  text-align: center;
}
 
.input__file {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}
 
.input__file-icon-wrapper {
  height: 50px;
  width: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
 
.input__file-button-text {
  line-height: 1;
  margin-top: 1px;
}
 
.input__file-button {
  width: 100%;
  max-width: 50px;
  height: 50px;
  background: #1b81bc;
  color: #fff;
  font-size: 1.125rem;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border-radius: 3px;
  cursor: pointer;
  margin: 0 auto;
}


.global {
	min-height: 100%;
	width: 100%;
	max-width: 1500px;
	margin-right: auto;
	margin-left: auto;
	width: expression(document.body.clientWidth > 1500 ? '1500px' : '100%');
	box-shadow: 0 0 10px rgba(0,0,0,0.4);
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.4);
	*zoom: 1;
}

* html .global {
	height: 100%;
}


.whiter {
	background: #fefdfc;
	padding-top: 20px;
}


body {
	background: #f2f1f0;
}


body,
.container {
	min-width: 940px;
}

.container-fluid {
	padding-right: 30px;
	padding-left: 30px;
}


a {
	color: #196d9a;
	text-decoration: underline;
}

a:hover {
	color: #b4556c;
}


#top {
	background: #266da2;
	border-bottom: 1px solid #154c75;
}

#top table {
	width: 100%;
}

#top td {
	font-size: 12px;
	color: #d1e0e9;
	padding: 10px 15px 9px 15px;
	border-right: 1px solid #2d7bb1;
	white-space: nowrap;
	text-align: center;
	line-height: 16px;
}

#top td:hover {
	color: #fff;
	background: #2d7bb1;
}

#top td:hover a {
	color: #fff;
}

#top td:hover .icon-white {
	opacity: .9;
	filter: alpha(opacity=90);
}

#top td:first-child {
	padding-left: 0;
	text-align: left;
	//font-style: italic;
	//font-family: arial;
}

#top td:first-child:hover,
#top td:last-child:hover {
	color: #d1e0e9;
	background: none;
}

#top td:last-child {
	padding-right: 0;
	border-right: 0;
}

#top td a {
	color: #e1eaf0;
	text-decoration: none;
	//text-shadow: 0 1px 0 rgba(0,0,0,0.2);
}

#top .icon-white {
	opacity: .6;
	filter: alpha(opacity=60);
	margin-top: -1px;
	margin-right: 4px;
	display: none;
}

#top .icon-envelope {
	margin-top: 0;
	margin-right: 5px;
}

#top .city a {
	border-bottom: 1px dotted #e1eaf0;
}

#top .city:hover a {
	border-bottom: 1px dotted #fff;
}

#top .city .caret {
	border-top-color: #e1eaf0;
	margin-top: 7px;
	margin-left: 4px;
}

#top .city .select {
	position: relative;
}

#top .city .select a {
	cursor: default;
}

#top .city .sub {
	position: absolute;
	top: 20px;
	left: -15px;
	width: 150px;
	background: #2d7bb1;
	padding-bottom: 2px;
	display: none;
	z-index: 10;
}

#top .city:hover .sub {
	display: block;
}

#top .city .sub:hover {
	display: block;
}

#top .city .sub a {
	display: block;
	text-align: left;
	border: 0;
	padding: 5px 15px 6px 15px;
	border-top: 1px solid #3c86ba;
	cursor: pointer;
}

#top .city .sub a:hover {
	color: #fffcde;
	background: #2b77ab;
}

#top .city .sub a:first-child {
	border-top: 0;
}

#top .search {
	width: 40%;
}

#top .search form {
	margin: 0;
	float: right;
}

#top .search input {
	font-size: 13px;
	line-height: 16px;
	padding-top: 1px;
	padding-bottom: 1px;
	-webkit-border-radius: 13px 0 0 13px;
	-moz-border-radius: 13px 0 0 13px;
	border-radius: 13px 0 0 13px;
	width: 150px;
}

#top .search .btn {
	font-size: 13px;
	line-height: 16px;
	padding: 3px 8px;
	-webkit-border-radius: 0 13px 13px 0;
	-moz-border-radius: 0 13px 13px 0;
	border-radius: 0 13px 13px 0;
}

#top .search i {
	opacity: .8;
	filter: alpha(opacity=80);
}


#head {
	height: 160px;
}

#head table {
	width: 100%;
}

#head .logo {
	padding-top: 5px;
	padding-right: 20px;
}

#head .logo img {
	width: 140px;
	height: 153px;
	max-width: none;
}

#head .name {
	color: #2f73a5;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 22px;
}

#head .name span {
	font-size: 10px;
	font-weight: normal;
	line-height: 16px;
	color: #888;
}

#head .name a {
	text-decoration: none;
	color: #2f73a5;
}

#head .links {
	font-size: 13px;
	line-height: 15px;
}

#head .links a {
	position: relative;
	display: block;
	padding-left: 55px;
	margin: 20px 0 5px 0;
}

#head .links a:hover {
	color: #b4556c;
}

#head .links i {
	display: block;
	position: absolute;
}

#head .links .meteorf i {
	top: -5px;
	left: 10px;
	width: 29px;
	height: 29px;
	background: url(i/meteorf.svg);
}

#head .links .mnr i {
	top: -4px;
	left: 0;
	width: 49px;
	height: 38px;
}


#menu {
	background-color: #3879a9;
	background-image: -moz-linear-gradient(top, #3879a9, #14619a);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#3879a9), to(#14619a));
	background-image: -webkit-linear-gradient(top, #3879a9, #14619a);
	background-image: -o-linear-gradient(top, #3879a9, #14619a);
	background-image: linear-gradient(to bottom, #3879a9, #14619a);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3879a9', endColorstr='#14619a', GradientType=0);
}

#menu .container-fluid {
	padding: 0;
}

#menu table {
	width: 100%;
}

#menu td {
	text-align: center;
	border-right: 1px solid #3a83b6;
	white-space: nowrap;
}

#menu td:hover {
	background: #15619b;
}

#menu td:first-child {
	text-align: left;
	width: 180px;
}

#menu td:last-child {
	border-right: 0;
}

#menu td div:first-child {
	position: relative;
}

#menu a {
	color: #fff;
	font-size: 15px;
	text-shadow: 0 1px 1px rgba(0,0,0,0.3);
	text-decoration: none;
	line-height: 50px;
	display: block;
	padding: 0 30px;
}

#menu .sub {
	position: absolute;
	left: -1px;
	top: 51px;
	width: 220px;
	background: #14619a;
	z-index: 5;
	display: none;
}

#menu .sub a {
	text-align: left;
	font-size: 13px;
	line-height: 120%;
	padding: 8px 15px;
	text-shadow: none;
	border-top: 1px solid #1f72ab;
	white-space: normal;
}

#menu td:hover .sub {
	display: block;
}

#menu .sub:hover {
	display: block;
}

#menu .sub a:hover {
	color: #fffcde;
	background: #145d94;
}


#slider {
	height: 250px;
	position: relative;
}

#slider .slide {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 250px;
	background-position: 50% 50%;
	background-size: cover;
	-o-background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
}

#slider .slide.s1 {
	background-image: url(i/slide1.jpg);
	z-index: -1;
}

#slider .slide.s2 {
	background-image: url(i/slide2.jpg);
	z-index: -2;
}

#slider .slide.s3 {
	z-index: -3;
}

#slider .slide.s4 {
	z-index: -4;
}

#slider .txter {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 50px;
	overflow: hidden;
	line-height: 50px;
	font-size: 16px;
}

#slider .txter:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 50px;
	background: #000;
	opacity: .5;
	filter: alpha(opacity=50);
	z-index: -1;
}

#slider .txter .container-fluid {
	position: relative;
	padding-left: 100px; 
}

#slider .str {
	display: block;
	position: absolute;
	top: 10px;
	width: 18px;
	height: 30px;
	cursor: pointer;
}

#slider .str.ll {
	left: 30px;
	background-position: 0 0;
}

#slider .str.ll.hi {
	background-position: 0 -30px;
}

#slider .str.rr {
	left: 60px;
	background-position: -18px 0;
}

#slider .str.rr.hi {
	background-position: -18px -30px;
}

#slider .txter a {
	text-decoration: none;
	color: #fff;
	display: block;
}


.pfooter {
	height: 100px;
}

footer {
	margin-top: -100px;
	height: 100px;
}

footer .container {
	font-size: 13px;
	color: #888;
}

footer .container a {
	color: #888;
}


.layout {
	background: #fff;
	margin: 10px 0;
	-webkit-box-shadow: 0 0 0 1px rgba(0,0,0,0.1), 0 3px 4px -3px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 0 0 1px rgba(0,0,0,0.1), 0 3px 4px -3px rgba(0,0,0,0.3);
	-ms-box-shadow: 0 0 0 1px rgba(0,0,0,0.1), 0 3px 4px -3px rgba(0,0,0,0.3);
	-o-box-shadow: 0 0 0 1px rgba(0,0,0,0.1), 0 3px 4px -3px rgba(0,0,0,0.3);
	box-shadow: 0 0 0 1px rgba(0,0,0,0.1), 0 3px 4px -3px rgba(0,0,0,0.3);
}


.foto {
	display: inline-block;
	font-size: 12px;
	font-family: arial;
	margin: 20px 0;
	color: #888;
	line-height: 120%;
}

.foto i {
	display: block;
	padding: 0 15px;
}

.foto.right {
	float: right;
	margin-right: -15px;
	margin-left: 20px;
}

.foto.left {
	float: left;
	margin-right: 20px;
}

.foto.wide {
	margin: 20px -15px;
}

.foto img,
.foto iframe {
	display: block;
	-webkit-box-shadow: 0 0 0 1px rgba(0,0,0,0.1), 0 3px 4px -3px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 0 0 1px rgba(0,0,0,0.1), 0 3px 4px -3px rgba(0,0,0,0.3);
	-ms-box-shadow: 0 0 0 1px rgba(0,0,0,0.1), 0 3px 4px -3px rgba(0,0,0,0.3);
	-o-box-shadow: 0 0 0 1px rgba(0,0,0,0.1), 0 3px 4px -3px rgba(0,0,0,0.3);
	box-shadow: 0 0 0 1px rgba(0,0,0,0.1), 0 3px 4px -3px rgba(0,0,0,0.3);
	margin-bottom: 7px;
}

.foto.wide img,
.foto.wide iframe {
	width: 100%;
}


.left .links {
	padding: 10px;
	font-size: 13px;
	line-height: 16px;
}

.left .links .fancy {
	margin-top: -10px;
	margin-left: -10px;
}

.left .links .fancy div {
	float: left;
	-webkit-border-radius: 0 0 10px 0;
	-moz-border-radius: 0 0 10px 0;
	border-radius: 0 0 10px 0;
}

.left .links p {
	margin: 6px 0;
}


.lmenu {
	padding: 10px 10px 0 10px;
	font-size: 13px;
	line-height: 17px;
	margin-bottom: 25px;
}

.lmenu h4 {
	font-size: 15px;
	font-weight: normal;
	line-height: 18px;
	padding: 8px 10px;
	margin: 20px -10px 12px -10px;
	background-color: #dce7ec;
	background-image: -moz-linear-gradient(top, #fdfefe, #dce7ec);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdfefe), to(#dce7ec));
	background-image: -webkit-linear-gradient(top, #fdfefe, #dce7ec);
	background-image: -o-linear-gradient(top, #fdfefe, #dce7ec);
	background-image: linear-gradient(to bottom, #fdfefe, #dce7ec);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdfefe', endColorstr='#dce7ec', GradientType=0);
	border-top: 1px solid #eaf2f6;
	border-bottom: 1px solid #c6d4db;
}

.lmenu h4:first-child {
	margin-top: -10px;
	border-top: 0;
}

.lmenu h4:last-child {
	margin-bottom: 0;
}

.lmenu h4 a {
	display: block;
	text-decoration: none;
}

.lmenu p {
	margin: 5px 0;
}

.lmenu .selected {
	font-weight: bold;
}

.lmenu .active {
	position: relative;
}

.lmenu .active:after {
	content: '';
	position: absolute;
	top: 4px;
	right: -13px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #d93913;
	-webkit-animation-name: flash;
    animation-name: flash;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-iteration-count: infinite;
}


.front {
	padding-bottom: 15px;
}

.front .warn {
	font-size: 13px;
	line-height: 35px;
	color: #fff;
	background-color: #d57c7c;
	background-image: -moz-linear-gradient(top, #d57c7c, #b64747);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#d57c7c), to(#b64747));
	background-image: -webkit-linear-gradient(top, #d57c7c, #b64747);
	background-image: -o-linear-gradient(top, #d57c7c, #b64747);
	background-image: linear-gradient(to bottom, #d57c7c, #b64747);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d57c7c', endColorstr='#b64747', GradientType=0);
	/*overflow: hidden;*/
	position: relative;
	height: 35px;
	border-bottom: 1px solid #b33e37;
	margin-bottom: 20px;
}

.front .warn .dumb {
	height: 35px;
	overflow: hidden;
    white-space: nowrap;
    /*
	position: absolute;
	top: 0;
	left: 100%;
	width: 9999px;
	*/
}

.front .warn .dumb > span {
	display: inline-block;
}

.front .warn .edge {
	display: block;
	position: absolute;
	width: 50px;
	height: 35px;
	top: 0;
	z-index: 1;
}

.front .warn .edge:first-child {
	left: 0;
	background-position: -50px 0;
}

.front .warn .edge:last-child {
	right: 0;
	background-position: 0 0;
}


.front .main .mid {
	border-right: 1px solid #eee;
}

.front .main:first-child .mid h1 {
	margin-top: 20px;
}

.front .main .mid h1 {
	font-size: 25px;
	font-weight: normal;
	line-height: 100%;
	text-align: center;
	color: #196d9a;
	margin: 0;
}

.front .main .mid h1 a {
	text-decoration: none;
}

.front .main .mid .map {
	height: 200px;
	margin: 20px 15px;
	position: relative;
	padding: 0 20px 20px 20px;
}

.front .main .mid .reglist {
	padding: 0 15px;
	text-align: center;
}

.front .main .mid .reglist a {
	font-size: 12px;
	margin-right: 10px;
	margin-bottom: 6px;
	border: 1px solid #d5e4ec;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-decoration: none;
	padding: 3px 8px;
}

.front .main .mid .reglist a:hover {
	background: #e9f6fb;
}

.front .main .mid .head {
	font-size: 20px;
	color: #196d9a;
	margin: 20px 0 15px 0;
	padding: 0 15px;
}

.front .main .mid .head a {
	text-decoration: none;
}

.front .main .mid .news table {
	margin: 0;
}

.front .main .mid .news td,
.inside .news td {
	font-size: 13px;
	padding: 8px 15px;
	border-top: 0;
}

.inside .news th {
	font-size: 13px;
	padding: 8px 15px;
}

.front .main .mid .news tbody > tr:nth-child(odd) > td,
.front .main .mid .news tbody > tr:nth-child(odd) > th,
.inside .news tbody > tr:nth-child(odd) > td,
.inside .news tbody > tr:nth-child(odd) > th {
  background-color: #eef8fc;
}

.front .main .mid .news .date,
.inside .news .date {
	font-size: 11px;
	color: #999;
	white-space: nowrap;
}

.inside .news {
	margin: 0 -15px;
}

.inside .date {
	color: #999;
	font-size: 12px;
	font-style: italic;
	font-family: arial;
}

.news .r161 {
	background-color: #fceeee !important;
}


.map {
	position: relative;
}

.map .layer {
	position: absolute;
	width: 220px;
	height: 180px;
	top: 20px;
	left: 100px;
	background: #f4f8fa;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	box-shadow: 0 0 7px rgba(0,0,0,0.4);
	-moz-box-shadow: 0 0 7px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0 0 7px rgba(0,0,0,0.4);
	text-align: center;
}

.map .layer::before {
	content: '';
	display: block;
	position: absolute;
	width: 21px;
	height: 41px;
	top: 50%;
	left: -21px;
	margin-top: -15px;
}

.map #city8.layer::before,
.map #city9.layer::before,
.map #city12.layer::before,
.map #city13.layer::before,
.map #city14.layer::before,
.map #city15.layer::before,
.map #city16.layer::before,
.map #city18.layer::before,
.map #city19.layer::before {
	content: '';
	display: block;
	position: absolute;
	width: 42px;
	height: 20px;
	top: auto;
	bottom: -20px;
	left: 50%;
	margin-left: -21px;
}

.map #city3.layer::before,
.map #city5.layer::before,
.map #city17.layer::before {
	content: '';
	display: block;
	position: absolute;
	width: 21px;
	height: 41px;
	top: 50%;
	left: auto;
	right: -21px;
	margin-top: -15px;
}

.map .layer::after {
	content: '';
	display: block;
	position: absolute;
	width: 5px;
	height: 5px;
	border: 2px solid #fff;
	border-radius: 10px;
	top: 50%;
	left: -27px;
	margin-top: 1px;
}

.map #city8.layer::after,
.map #city9.layer::after,
.map #city12.layer::after,
.map #city13.layer::after,
.map #city14.layer::after,
.map #city15.layer::after,
.map #city16.layer::after,
.map #city18.layer::after,
.map #city19.layer::after {
	content: '';
	display: block;
	position: absolute;
	width: 5px;
	height: 5px;
	border: 2px solid #fff;
	border-radius: 10px;
	top: auto;
	bottom: -27px;
	left: 50%;
	margin-left: -4px;
}

.map #city3.layer::after,
.map #city5.layer::after,
.map #city17.layer::after {
	content: '';
	display: block;
	position: absolute;
	width: 5px;
	height: 5px;
	border: 2px solid #fff;
	border-radius: 10px;
	top: 50%;
	left: auto;
	right: -27px;
	margin-top: 1px;
}

.map .layer .fancy div {
	-webkit-border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
}

.map .layer .temp { 
	font-size: 28px;
	//font-weight: bold;
	font-family: tahoma;
	color: #196d9a;
	margin: 20px 0;
}

.map .layer .temp i {
	display: inline-block;
	width: 32px;
	height: 32px;
	background-repeat: no-repeat;
	margin: 0 8px -6px 0;
	background-size: cover;
}

.map .layer .desc {
	font-size: 12px;
	color: #666;
	line-height: 16px;
}

.map .layer .desc span {
	font-weight: bold;
	color: #196d9a;
}

.map .layer .desc u {
	color: #999;
	text-decoration: none;
	font-style: italic;
	font-family: arial;
	font-size: 11px;
}


.front .main .right {
	float: right;
}

.front .main .right .fancy * {
	float: right;
	-webkit-border-radius: 0 0 0 10px;
	-moz-border-radius: 0 0 0 10px;
	border-radius: 0 0 0 10px;
	margin: 0 !important;
}

.front .main .right .block {
	margin-bottom: 25px;
}

.front .main .right .meteo {
	text-align: center;
	padding-right: 10px;
}

.front .main .right .meteo .date {
	font-size: 12px;
	font-family: arial;
	font-style: italic;
	color: #aaa;
}

.front .main .right .meteo h2 {
	font-size: 19px;
	font-weight: normal;
	line-height: 20px;
	margin: 0;
	color: #196d9a;
}

.front .main .right .meteo h3 {
	font-size: 16px;
	font-weight: normal;
	line-height: 18px;
	margin: 10px 0 5px 0;
	color: #196d9a;
}

.front .main .right .meteo .tech {
	font-size: 13px;
	line-height: 14px;
}

.front .main .right .meteo .tech span {
	font-size: 11px;
	font-family: arial;
	font-style: italic;
	color: #aaa;
}

.front .main .right .meteo .temp { 
	font-size: 36px;
	//font-weight: bold;
	font-family: tahoma;
	color: #196d9a;
	margin: 20px 0 15px 0;
}

.front .main .right .meteo .temp i {
	display: inline-block;
	width: 40px;
	height: 40px;
	background-repeat: no-repeat;
	margin: 0 10px -6px 0;
}

.front .main .right .meteo a {
	text-decoration: none;
	font-size: 13px;
	display: block;
	background: #eef8fc;
	padding: 5px 0 7px 0;
	margin: 15px -10px 0 0;
}

.front .main .right .meteo .fancy {
	margin-right: -10px;
}

.front .main .right .camera img {
	width: 100%;
}

.front .main .right .cities table {
	margin: 0;
}

.front .main .right .cities tr td:first-child {
	color: #888;
	font-weight: normal;
	font-style: italic;
	font-family: arial;
}

.front .main .right .cities tr td:last-child {
	white-space: nowrap;
	text-align: right;
	padding-right: 25px;
}

.front .main .right .cities td {
	font-size: 13px;
	font-weight: bold;
	padding: 8px 12px;
	border-top: 0;
	color: #196c99;
	line-height: 100%;
}

.front .main .right .cities tbody > tr:nth-child(odd) > td,
.front .main .right .cities tbody > tr:nth-child(odd) > th {
  background-color: #eef8fc;
}

.front .main .right .cities i {
	display: block;
	width: 18px;
	height: 18px;
	background-repeat: no-repeat;
	background-size: cover;
	margin-right: -19px;
	margin-top: -3px;
	float: right;
}

.front .main .right .cities i {
	float: right;
}

.front .main .right .cities a {
	font-size: 12px;
	font-style: italic;
	font-family: arial;	
	float: right;
	margin: 5px 12px;
}


.front .main .forecast {
	margin: 30px 20px;
	text-align: center;
}

.front .main .forecast h2 {
	font-size: 18px;
	font-weight: normal;
}


.inside {
	padding: 15px;
	line-height: 170%;
	font-size: 14px;
}

.inside .map_pre {
	margin: 0 -15px;
	overflow: hidden;
	-webkit-box-shadow: 0 0 0 1px rgba(0,0,0,0.1), 0 3px 4px -3px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 0 0 1px rgba(0,0,0,0.1), 0 3px 4px -3px rgba(0,0,0,0.3);
	-ms-box-shadow: 0 0 0 1px rgba(0,0,0,0.1), 0 3px 4px -3px rgba(0,0,0,0.3);
	-o-box-shadow: 0 0 0 1px rgba(0,0,0,0.1), 0 3px 4px -3px rgba(0,0,0,0.3);
	box-shadow: 0 0 0 1px rgba(0,0,0,0.1), 0 3px 4px -3px rgba(0,0,0,0.3);
}

.inside .map {
	margin: -1px -1px -8px -1px;
}

.inside .cities i {
	display: inline-block;
	width: 25px;
	height: 25px;
	background-repeat: no-repeat;
	background-size: cover;
	margin-top: -3px;
	margin-left: 3px;
	vertical-align: middle;
}

.inside .navy {
	font-size: 13px;
	font-weight: normal;
	line-height: 33px;
	padding: 0 10px;
	margin: -15px -15px 20px -15px;
	background-color: #dce7ec;
	background-image: -moz-linear-gradient(top, #fdfefe, #dce7ec);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdfefe), to(#dce7ec));
	background-image: -webkit-linear-gradient(top, #fdfefe, #dce7ec);
	background-image: -o-linear-gradient(top, #fdfefe, #dce7ec);
	background-image: linear-gradient(to bottom, #fdfefe, #dce7ec);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdfefe', endColorstr='#dce7ec', GradientType=0);
	border-top: 1px solid #eaf2f6;
	border-bottom: 1px solid #c6d4db;
	color: #aaa;
}

.inside .navy a {
	text-decoration: none;
}

.inside .navy .divider {
	color: #82b0c8;
}

.inside h1 {
	color: #6c7179;
	font-size: 26px;
	font-weight: normal;
	line-height: 110%;
	margin-bottom: 20px;
}

.inside h2 {
	color: #6c7179;
	font-size: 22px;
	font-weight: normal;
	line-height: 110%;
	margin-top: 30px;
	margin-bottom: 20px;
}

.inside h3 {
	color: #6c7179;
	font-size: 18px;
	font-weight: normal;
	line-height: 110%;
	margin-top: 30px;
}

.inside h4 {
	color: #6c7179;
	font-size: 16px;
}


#ytplayer {
	width: 100%;
	height: 368px;
}


.fancy {
	*zoom: 1;
	margin-bottom: 15px;
}

.fancy:before,
.fancy:after {
	display: table;
	content: "";
	line-height: 0;
}
.fancy:after {
	clear: both;
}

.fancy * {
	color: #fff !important;
	font-size: 13px;
	font-weight: bold;
	line-height: 38px;
	background-color: #3979a9;
	background-image: -moz-linear-gradient(top, #3979a9, #13609a);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#3979a9), to(#13609a));
	background-image: -webkit-linear-gradient(top, #3979a9, #13609a);
	background-image: -o-linear-gradient(top, #3979a9, #13609a);
	background-image: linear-gradient(to bottom, #3979a9, #13609a);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3979a9', endColorstr='#13609a', GradientType=0);
	padding: 0 20px 2px 20px;
	text-decoration: none !important;
}


.banners {
	margin-bottom: 20px;
}

.banners table {
	width: 100%;
}

.banners td {
	width: 24.5%;
}

.banners .t {
	width: 1px;
	padding: 0 5px;
}

.banners img {
	width: 100%;
}


.clck {
	cursor: pointer;
}


.table {
	font-size: 13px;
}

.table th {
	background-color: #f9f9f9;
}

.table .c {
	text-align: center;
}

.table h4 {
	margin: 0;
}

.table-bordered {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.table-bordered thead:first-child tr:first-child > th:first-child,
.table-bordered tbody:first-child tr:first-child > td:first-child,
.table-bordered tbody:first-child tr:first-child > th:first-child {
	-webkit-border-top-left-radius: 0;
	-moz-border-radius-topleft: 0;
	border-top-left-radius: 0;
}
.table-bordered thead:first-child tr:first-child > th:last-child,
.table-bordered tbody:first-child tr:first-child > td:last-child,
.table-bordered tbody:first-child tr:first-child > th:last-child {
	-webkit-border-top-right-radius: 0;
	-moz-border-radius-topright: 0;
	border-top-right-radius: 0;
}
.table-bordered thead:last-child tr:last-child > th:first-child,
.table-bordered tbody:last-child tr:last-child > td:first-child,
.table-bordered tbody:last-child tr:last-child > th:first-child,
.table-bordered tfoot:last-child tr:last-child > td:first-child,
.table-bordered tfoot:last-child tr:last-child > th:first-child {
	-webkit-border-bottom-left-radius: 0;
	-moz-border-radius-bottomleft: 0;
	border-bottom-left-radius: 0;
}
.table-bordered thead:last-child tr:last-child > th:last-child,
.table-bordered tbody:last-child tr:last-child > td:last-child,
.table-bordered tbody:last-child tr:last-child > th:last-child,
.table-bordered tfoot:last-child tr:last-child > td:last-child,
.table-bordered tfoot:last-child tr:last-child > th:last-child {
	-webkit-border-bottom-right-radius: 0;
	-moz-border-radius-bottomright: 0;
	border-bottom-right-radius: 0;
}
.table-bordered caption + thead tr:first-child th:first-child,
.table-bordered caption + tbody tr:first-child td:first-child,
.table-bordered colgroup + thead tr:first-child th:first-child,
.table-bordered colgroup + tbody tr:first-child td:first-child {
	-webkit-border-top-left-radius: 0;
	-moz-border-radius-topleft: 0;
	border-top-left-radius: 0;
}
.table-bordered caption + thead tr:first-child th:last-child,
.table-bordered caption + tbody tr:first-child td:last-child,
.table-bordered colgroup + thead tr:first-child th:last-child,
.table-bordered colgroup + tbody tr:first-child td:last-child {
	-webkit-border-top-right-radius: 0;
	-moz-border-radius-topright: 0;
	border-top-right-radius: 0;
}


#city1 {
	top: 135px;
	left: 245px;
}

#city2 {
	top: 200px;
	left: 127px;
}

#city3 {
	top: 105px;
	left: 195px;
}

#city4 {
	top: 10px;
	left: 395px;
}

#city5 {
	top: 180px;
	left: 125px;
}

#city6 {
	top: 355px;
	left: 180px;
}

#city7 {
	top: 165px;
	left: 295px;
}

#city8 {
	top: 260px;
	left: 300px;
}

#city9 {
	top: 200px;
	left: 210px;
}

#city10 {
	top: 425px;
	left: 220px;
}

#city11 {
	top: 440px;
	left: 170px;
}

#city12 {
	top: 390px;
	left: 75px;
}

#city13 {
	top: 370px;
	left: 165px;
}

#city14 {
	top: 280px;
	left: 190px;
}

#city15 {
	top: 320px;
	left: 340px;
}

#city16 {
	top: 360px;
	left: 375px;
}

#city17 {
	top: 375px;
	left: 340px;
}

#city18 {
	top: 370px;
	left: 435px;
}

#city19 {
	top: 370px;
	left: 230px;
}


#arhmap {
	width: 666px;
	height: 645px;
}


.space-images td {
	vertical-align: top;
}

.space-images .foto {
	margin-top: 0;
	margin-right: 20px;
}


.coltsovka img {
	width: 655px !important;
	height: 400px;	
	background: url(/coltsovka.gif) 50% 50%;
	background-size: 105% auto;
}


.pseudo {
	color: #196d9a;
	text-decoration: none;
	border-bottom: 1px dotted #196d9a;
	cursor: pointer;
}

.hydro-block {
	padding: 8px 15px;
	background: #fffbdb;
	display: none;
}


@-webkit-keyframes flash {
	0%, 50%, to {
		opacity: 1;
	}
	25%, 75% {
		opacity: 0;
	}
}

@keyframes flash {
	0%, 50%, to {
		opacity: 1;
	}
	25%, 75% {
		opacity: 0
	}
}

.flash {
	-webkit-animation-name: flash;
	animation-name: flash;
}


@media (min-width: 1200px) {

#top td {
	font-size: 13px;
	padding: 10px 20px;
}

#top .city .sub {
	top: 25px;
	left: -20px;
	width: 170px;
}

#top .city .sub a {
	padding: 5px 20px 6px 20px;
}

#top .search input {
	width: 220px;
}

#top .icon-white {
	margin-top: 0;
}

#top .icon-envelope {
	margin-top: 1px;
}

#head .logo {
	padding-right: 30px;
}

#head .name {
	font-size: 22px;
	line-height: 26px;
}

#head .links {
	width: 22%;
}

#head .links a {
	padding-left: 60px;
	margin: 25px 0 5px 0;
}

#menu a {
	font-size: 16px;
	line-height: 55px;
}

#menu .container-fluid {
	padding: 0 30px;
}

#menu td:first-child {
	text-align: center;
	border-left: 1px solid #3a83b6;
	width: 230px;
}

#menu td:last-child {
	text-align: center;
	border-right: 1px solid #3a83b6;
}

#menu .sub {
	top: 56px;
	width: 251px;
}

#slider {
	height: 313px;
}

#slider .slide {
	height: 313px;
}

#slider .txter {
	height: 55px;
	line-height: 55px;
	font-size: 17px;
}

#slider .txter:before {
	height: 55px;
}

#slider .str {
	top: 13px;
}

.front .main .mid .map {
	height: 250px;
	margin: 20px;
}

.front .main .mid .reglist {
	padding: 0 20px;
}

.front .main .mid .reglist a {
	font-size: 13px;
	padding: 4px 10px;
}

.front .main .mid .head {
	padding: 0 20px;
}

.front .main .mid .news td {
	font-size: 14px;
	padding: 10px 20px;
}

.front .main .mid .news .date {
	font-size: 12px;
}

.front .main .right .cities td {
	font-size: 13px;
	font-weight: bold;
	padding: 8px 15px;
}

.front .main .right .cities tr td:last-child {
	padding-right: 28px;
}

.banners .t {
	padding: 0 12px;
}

#ytplayer {
	width: 825px;
	height: 463px;
}

.coltsovka img {
	width: 825px !important;
	height: 500px;	
}

#city1 {
	top: 197px;
	left: 300px;
}

#city2 {
	top: 280px;
	left: 150px;
}

#city3 {
	top: 150px;
	left: 305px;
}

#city4 {
	top: 35px;
	left: 490px;
}

#city5 {
	top: 255px;
	left: 220px;
}

#city6 {
	top: 475px;
	left: 210px;
}

#city7 {
	top: 230px;
	left: 365px;
}

#city8 {
	top: 380px;
	left: 405px;
}

#city9 {
	top: 310px;
	left: 300px;
}

#city10 {
	top: 560px;
	left: 270px;
}

#city11 {
	top: 580px;
	left: 207px;
}

#city12 {
	top: 540px;
	left: 120px;
}

#city13 {
	top: 520px;
	left: 235px;
}

#city14 {
	top: 410px;
	left: 270px;
}

#city15 {
	top: 460px;
	left: 460px;
}

#city16 {
	top: 505px;
	left: 500px;
}

#city17 {
	top: 500px;
	left: 490px;
}

#city18 {
	top: 520px;
	left: 575px;
}

#city19 {
	top: 520px;
	left: 320px;
}

#arhmap {
	width: 838px;
	height: 811px;
}

.hydro-block {
	padding: 10px 20px;
}

}
