/*-----------------------
Author Anna Konstantinova
-------------------------*/

@import url('https://fonts.googleapis.com/css?family=Roboto:400,700&subset=latin,cyrillic');

html {
  height: 100%;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  height: 100%;
  font-family: 'Roboto', sans-serif;
  color: #1F3349;
  font-size: 14px;
}


.wraper {
  min-height: 100%;
  margin: 0px auto;
  max-width: 1254px;
  margin-bottom: -62px;
}

/* Header *****************************/

.rel {
  position:relative;
}


.header {
  width: 100%;
  background-color: #269561;
  min-height:67px;
  border-radius:7px;
  position:relative;
  color:white;
  padding-left:75px;
  background:#143814 url("img/bgheader.jpg") repeat-x left top;
  margin-bottom:75px;
}

.header-content {
  padding-left: 75px;
}


.header .logo {
  position:absolute;
  display:block;
  width:52px;
  height:67px;
  background:transparent url("img/logo.png") no-repeat left top;
  left:12px;
  top:0px;
}

#title1
{
    font-size:18px;
    line-height:18px;
    padding-top:5px;
}
#title2
{
    font-size:12px;
    padding-top:3px;
}

.header .title {
  font-weight: bold;
  font-size: 24px;
  color: #269561;
  text-transform: uppercase;
  padding-top:5px;
}

.logo1 {
  background:transparent url("img/logo1.jpg") no-repeat left 3px;
  /* position:absolute;
  top: 50px;
  right: 98px; */
  padding:8px 0px 8px 35px;
}

.ornament {
  background:transparent url("public_icons/ornament.svg");
  height: 55px;
  margin: 20px -98px 20px -98px;
}

/* end Header */

.container {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
}

.container h2 {
  font-weight: bold;
  color: #269561;
  /* text-transform: uppercase; */
  text-align: center;
}

.news {
  flex-shrink: 0;
  width: 300px;
}

.news h2 {
  font-size: 18px;
}


.post-news {
  margin: 0 0 13px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0,0,0,0.10);
  padding: 18px;
}

.post-news:hover {
  background-color: #17C666;
  box-shadow: none;
}

.post-news a {
  text-decoration: none;
  cursor: pointer;
}

.post-when {
  font-size: 13px;
  margin-top: 10px;
}

.post-link {
  color: #1F3349;
}


.content {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-flex:1;
  -moz-flex:1;
  -ms-flex:1;
  flex:1;
}

.content h2 {
  font-size: 24px;
}


.features {
  max-width: 720px;
  margin: 0 auto;
  padding: 0 15px;
  text-align: center;
}

.features span {
  font-size: 12px;
}


.choose-date {
  margin-top: 20px;
  margin-left: 35%;
}

#date-label input {
  text-decoration: none !important;
  cursor: pointer !important;
  width: 210px;
  height: 30px;
  background-color: #17C666;
  border-radius: 15px;
  border-style: none;
  color: white;
  font-weight: bold;
  padding-left: 20px;
  padding-right: 20px;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;

}

#date-label {
  cursor: pointer;
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
}

.date-comment {
  text-align: center;
  margin-bottom: 20px;
}


.icon-loading {
  fill: #FFFFFF;
  height: 20px;
  position: absolute;
  margin-top: 8px;
  margin-left: -190px;
  display: none;
}

.icon-loading.active {
  display: inline;
  /* -webkit-animation: rotation 1.2s infinite linear; */
}


.icon-calendar {
  fill: #FFFFFF;
  position: absolute;
  margin-top: 8px;
  margin-left: -35px;
  display: none;
}

.icon-calendar.active {
  display: inline;
}

/* Icons Menu *****************************/

.iconmenu,
.button {
  max-width: 720px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  margin-bottom: 15px;
}

/* .iconmenu span {
  font-size: 12px;
} */

.iconmenu li {
  position:relative;
  width:300px;
  text-align: center;
}

.iconmenu a {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 40px;
  font-size: 18px;
  font-weight: bold;
  color: #269561;
  width:300px;
  height:40px;
  padding-top:100px;
  text-decoration:none;
  align-items: center;
  text-align: center;
}

.iconmenu a:hover {
  color:#17C666;
}

.map-icon {
  background:transparent url("public_icons/map.svg") no-repeat center top;
}

.report-icon {
  background:transparent url("public_icons/report.svg") no-repeat center top;
}

.satellite-icon {
  background:transparent url("public_icons/satellite.svg") no-repeat center top;
}

.weather-icon {
  background:transparent url("public_icons/weather.svg") no-repeat center top;
}

.temperature-icon {
  background:transparent url("public_icons/temperature.svg") no-repeat center top;
}

.iconmenu li:hover .submenu {
  display:block;
}

.submenu {
  display:none;
  position:absolute;
  top:125px;
  left:0;
  width:300px;
  overflow:hidden;
  background-color:#ffffff;
  z-index:9999;
  text-align: center;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0,0,0,0.10);
}


.iconmenu li .submenu ul {
  padding: 10px 0px 10px 0px;
}

.iconmenu li .submenu li {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin:0px;
}

.iconmenu li li a {
  font-size: 14px;
  font-weight: bold;
  padding-top:0;
  height:20px;
  margin-bottom: 0;
}


.inactive {
  pointer-events: none;
  cursor: default;
}


.inactive:before {
  content: '';
  position: absolute;
  top: 0;
  right:0;
  bottom: 0;
  left:0;
  /* background-color: rgba(0, 0, 0, 0.4); */
  background-color: rgba(255, 255, 255, 0.4);
}

/* end Image Menu */

.button {
  margin-top: 50px;
  margin-bottom: 100px;
}

.button div {
  max-width: 200px;
  margin: 10px;
}

.button a {
  text-decoration: none;
  cursor: pointer;
  background-color: #17C666;
  border-radius: 15px;
  border-style: none;
  color: white;
  font-weight: bold;
  padding: 8px 20px 8px 20px;
  margin: 10px 20px;
  width: 160px;
  font-family: 'Roboto', sans-serif;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}


/* Footer *****************************/

.footer {
  height: 62px;
  background-color: #269561;
  color: #FFFFFF;
  width: 100%;
  font-size: 12px;
  padding: 5px 98px 5px 98px;
}

.footer a {
  color: white;
}

.footer-content {
  position: relative;
}

.cright {
  position: absolute;
  right: 0;
  top: 0;
}

#footer
{
  background:#153818 url("img/bgfooter.jpg") repeat-x left top;
  border-radius:7px;
  color:white;
  padding:1px 12px;
  margin: 0px auto;
  max-width: 1254px;
  font-size: 12px;
}

#footer a {
  color:#ffffcc;
}

#footer #cright {
    position:absolute;
    right:12px;
    top:0px;
  }


/* end Footer */
