  /*@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/MaterialIcons-Regular.eot);
  src: local('Material Icons'),
       local('MaterialIcons-Regular'),
       url(../fonts/MaterialIcons-Regular.woff2) format('woff2'),
       url(../fonts/MaterialIcons-Regular.woff) format('woff'),
       url(../fonts/MaterialIcons-Regular.ttf) format('truetype');
}*/

.fa {
  visibility: hidden;
}
.wf-active .fa, .wf-inactive .fa{
  visibility: visible;
}

body{
  background: #EEEEEE !important;
  cursor: auto;
  font-weight: 400;
  /*background: url('http://pixelzombies.com/wp-content/uploads/2015/05/PZ_WhitePolygon3.jpg') center / cover !important;
  background-size: 100% 100% !important;
  opacity: 0.6;*/
}
body.osenice-darktheme{
  /*background: #666 !important;*/
  background: #404040 !important;
}
body.osenice-darktheme .raised{
  background: #eeeeee;
}
body.osenice-pinktheme{
  background: #e91e63 !important;
}
body.osenice-pinktheme .raised{
  /*background: #f8bbd0;*/
}
/*body.osenice-pinktheme .header.scrolled{
  background: #e91e63 !important;
}*/
.osenice-simpletheme .raised{
  box-shadow: none !important;
}
.osenice-simpletheme .header-weather{
  display: none !important;
}
.osenice-simpletheme .header-name{
  color: #000 !important;
}
.osenice-simpletheme .body-grid-container:not(.body-grid-editmode) .body-grid-container-head{
  background: transparent !important;
  color: #000 !important;
  box-shadow: none !important;
}
.osenice-simpletheme .body-grid-container-title-icon{
  border-color: #000 !important;
}
.osenice-simpletheme .module-newsMain-title{
  background-color: #fff !important;
  color: #000 !important;
}
.osenice-simpletheme .module-news-view-title, .osenice-simpletheme .module-email-view-title{
  background: #fff !important;
  color: #000 !important;
}

.osenice-simpledarktheme{
  background: #888 !important;
  color: #fff !important;
}
.osenice-simpledarktheme a{
  color: #fff;
}
.osenice-simpledarktheme .module-time-wrapper:not(.inverted){
  background-color: #444 !important;
}
.osenice-simpledarktheme .module-email-cover{
  background-color: #444 !important;
  color: #fff !important;
}
.osenice-simpledarktheme .module-news-view-description,
.osenice-simpledarktheme .module-email-view-description{
  background-color: #444 !important;
  color: #fff !important;
}
.osenice-simpledarktheme .module-news-view-footer,
.osenice-simpledarktheme .module-newsMain-footer,
.osenice-simpledarktheme .module-email-view-footer{
  background-color: #000 !important;
  color: #fff !important;
}
.osenice-simpledarktheme .module-email-date{
  color: #fff !important;
}
.osenice-simpledarktheme .raised{
  box-shadow: none !important;
  background: #444 !important;
}
.osenice-simpledarktheme .header-weather{
  display: none !important;
}
.osenice-simpledarktheme .header-name{
  color: #fff !important;
}
.osenice-simpledarktheme .body-grid-container-head{
  background: #000 !important;
  color: #fff !important;
  box-shadow: none !important;
}
.osenice-simpledarktheme .body-grid-container-title-icon{
  border-color: #fff !important;
}
.osenice-simpledarktheme .module-newsMain-title{
  background-color: #000 !important;
  color: #fff !important;
}
.osenice-simpledarktheme .module-news-view-title, .osenice-simpletheme .module-email-view-title{
  background: #000 !important;
  color: #fff !important;
}

::-moz-selection {
  background: rgba(178, 223, 219, 0.65) !important;
  text-shadow: none;
}
::selection {
  background: rgba(178, 223, 219, 0.65) !important;
  text-shadow: none;
}
.header {
  width: 100%;
  position: fixed;
  left: 0px;
  right: 0px;
  top: 0px;
  height: 60px;
  z-index: 1200;
  transition: all 0.3s;
}
.header.scrolled{
  top: 0px;
  background: #fff;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}
.header-space{
  width: 100%;
  height: 150px;
}
.header-logo{
  float: left;
  height: 48px;
  position: relative;
  left: 8px;
  top: 6px;
}
.header-name{
  font-family: "Roboto","Helvetica","Arial",sans-serif;
  font-size: 24px;
  line-height: 30px;
  color: #fff;
  padding: 15px;
  z-index: 1500;
  width: 150px;
  float: left;
  color: #fff !important;
  text-decoration: none !important;
}
.header.scrolled .header-name{
  color: rgba(0, 0, 0, 0.81) !important;
}
.header-navigation{
  padding: 5px 15px;
  line-height: 50px;
  z-index: 1500;
  float: right;
  /*width: 150px;*/
  text-align: right;
}
.header-navigation .btn:hover{
  text-decoration: none;
}
.header-icon{
  margin-right: 8px !important;
  color: #898989;
  vertical-align: middle;
  line-height: 100%;
  display: inline-block;
  cursor: pointer;
}
.header-icon i{
  font-size: 24px !important;
}
.header-navigation-menuopen{
  cursor: pointer;
  color: #898989;
  /*height: 50px;*/
  padding: 9px 5px 9px 0px;
}
.header-navigation-menuopen-text{
  /*float: right;
  display: inline-block;
  line-height: 32px;
  font-size: 20px;
  white-space: nowrap;
  overflow: hidden;*/
}
.header-navigation-menuopen-icon{
  vertical-align: top;
  display: inline-block;
  float: right;
  padding-right: 20px;
}
.header-navigation-menu{
  visibility: collapse;
  opacity: 0;
  z-index: 100;
  width: 220px;
  background: #333;
  position: fixed;
  right: 0px;
  top: 0px;
  bottom: 0px;
  transition: all 0.6s;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  box-shadow: 0 6px 6px rgba(0,0,0,0.16), 0 6px 6px rgba(0,0,0,0.23);
}
.header-navigation-menu.active{
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  z-index: 1200;
  visibility: visible;
  opacity: 1;
}
.header-navigation-menu-options{
  padding: 10px 0px;
  text-align: right;
  list-style-type: none;
  line-height: 32px;
  font-size: 20px;
}
.header-navigation-menu a{
  display: block;
  overflow: hidden;
  width: 100%;
  padding: 0px 15px;
  /*color: #607d8b;*/
  color: #fff;
  cursor: pointer;
}
.header-navigation-menu-user{
  width: 100%;
  background: #555;
  color: #fff;
  overflow: auto;
  padding: 5px 10px;
}
.header-navigation-menu-user-image{
  float: left;
  margin-left: 4px;
}
.header-navigation-menu-user-name{
  font-size: 20px;
  float: right;
  width: 80%;
  white-space: nowrap;
  overflow: hidden;
}
.header-navigation-menu-left{
  float: left;
}
.header-navigation-menu-left i{
  font-size: 20px;
}
.header-navigation-menu-right{
  float: right;
}
.header-navigation-menu-logout{
  color: #f44336 !important;
}
.header-navigation-menu-logout:hover{
  background-color: #f44336 !important;
  color: #fff !important;
}
.header-navigation-homepage{
  display: none !important;
}

.header-login, .header-register{
  display: inline-block;
  color: #fff;
  font-weight: 500;
  background: transparent;
  cursor: pointer;
}

@media screen and (max-width: 900px){
  .header-register{
    display: none !important;
  }
}

.header-navigation-menu a:hover{
  background-color: #fff;
  color: #000;
}
/*.header.scrolled .header-login{
  color: #898989;
}
.header.scrolled .header-login:hover{
  color: #6e6e6e;
}*/

.header-search{
  padding: 9px 5px 9px 5px;
  max-width: 1050px;
  height: 60px;
  margin: auto;
  text-align: center;
  transition: all 0.6s;
}
.header.scrolled .header-search{
  text-align: left;
}
.header-search-inner{
  display: inline-block;
  position: relative;
  margin: auto;
  height: 100%;
  top: 1px;
  max-width: 490px;
  width: 100%;
  top: 45px;
}
.header-search-input{
	position: relative;
	border: 0px;
	padding: 8px 10px 8px 50px;
  border-radius: 5px;
  background-color: #fff;
	outline: none;
  font-size: 20px;
  font-weight: 400;
  line-height: 36px;
	transition: all 0.3s;
	color: #8b8a8a;
	box-sizing: border-box;
  width: 100%;
	top: 1px;
  height: 52px;
}
.header.scrolled .header-search-input{
  font-size: 18px;
  height: 40px;
  line-height: normal;
}

@media (max-width: 800px){
  .header-search-inner {
  	width: calc(100% - 155px);
  }
  .header-name{
    display: none;
  }
}
/*.header-search-input:hover{
  background-color: #f2f2f2;
}
.header-search-input:focus{
  width: 100%;
}*/
/*.header-search-input:focus{
  box-shadow: 0 0 8px rgba(0,191,165, 0.5);
  width: 100%;
  border-color: rgba(0,191,165, 0.5);
}*/
.header-search-button {
	position: absolute;
	top: 15px;
	left: 16px;
	font-size: 24px !important;
	cursor: default;
	color: #8b8a8a;
  opacity: 0.6;
}
.header.scrolled .header-search-button{
  top: 10px;
  left: 18px;
	font-size: 20px !important;
}
.header-search-window{
  background-color: #fff;
  position: fixed;
  min-width: 400px;
  top: 70px;
  display: none;
  text-align: left;
  padding: 5px;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}
.header.scrolled .header-search-window{
  top: 70px;
}
.header-search-option {
	height: 52px;
  padding: 10px;
  display: block;
  text-decoration: none !important;
  width: 100%;
}
.header-search-option.selected{
  background-color: rgba(0, 0, 0, 0.1);
}
.header-search-option-icon{
  width: 32px;
  height: 32px;
  display: inline-block;
  background-image: url("/img/icons.png");
  float: left;
}
.header-search-option-text{
  height: 100%;
  display: inline-block;
  padding-left: 15px;
  font-size: 18px;
  line-height: 22px;
  position: relative;
  top: 5px;
  color: rgba(0, 0, 0, 0.81);
}
.header-search-option-expression{
  font-size: 22px;
  line-height: 22px;
  color: #158cba;
}
.header-search-option:hover .header-search-option-text{
  text-decoration: underline;
}

.header-search-input::-webkit-input-placeholder{
  color: #8b8a8a;
  opacity: 0.4;
}
.header-search-input:-moz-placeholder{
  color: #8b8a8a;
  opacity: 0.4;
}
.header-search-input::-moz-placeholder{
  color: #8b8a8a;
  opacity: 0.4;
}
.header-search-input:-ms-input-placeholder{
  color: rgba(139, 138, 138, 0.4);
}

.popup-loading{
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 10000;
}
.popup-loading .osenice-loading i{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  color: #fff;
  font-size: 48px;
}

.popup-login-buttons{
  padding-top: 10px !important;
  text-align: center;
}
.popup-login-register{
  float: left;
}
.popup-login-button{
  float: right;
  width: 140px;
}

.popup-login-forgotten {
  position: absolute;
  bottom: 10px;
  left: 105%;
  background-color: #fff;
  padding: 5px 10px;
  opacity: 0;
  transform: translateY(-10px);
  visibility: collapse;
  transition: all 0.6s;
  border-radius: 4px;
  width: 180px;
  font-size: 16px;
  text-align: center;
}
.popup-login-forgotten.active{
  opacity: 1;
  transform: translateY(0px);
  visibility: visible;
}
.popup-login-forgotten::after {
  content: "";
  height: 0px;
  position: absolute;
  left: -20px;
  top: 7px;
  border: 10px solid transparent;
  border-right-color: #fff;
}

.popup-login-other{
  margin: 10px 0px 0px;
  text-align: center;
}
.popup-box-login{
  min-height: auto !important;
	top: calc(50% - 60px) !important;
}
.popup-box-login .button{
  width: 49%;
  margin-right: 0px !important;
}
.popup-box-loginnotifications{
  top: unset !important;
  min-height: auto !important;
  bottom: 250px !important;
}
.popup-box-loginadditional{
  top: 440px !important;
  min-height: auto !important;
}
.popup-box-loginadditional .btn{
  width: 48%;
	text-decoration: none !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
   .popup-box-loginadditional{
     calc(50% + 192px) !important
   }
   .header-weather-sun, .header-weather-clouds, .header-weather-stars{
     display: none;
   }
}

.header-weather{
  position: absolute;
  /*top: 60px;*/
  height: 300px;
  width: 100%;
  background: #03a9f4;
  overflow: hidden;
  -webkit-animation: skymove 86400s linear infinite;
  animation: skymove 86400s linear infinite;
}
.header-weather.editMode{
  animation: none !important;
  background-image: url(../img/blueprint.jpg) !important;
}
.header-weather.editMode .header-weather-clouds{
  display: none;
}
.header-weather.editMode .header-weather-stars.editMode{
  display: none;
}

@-webkit-keyframes skymove{
  0%{
    background: #03a9f4;
  }
  49%{
    background: #03a9f4;
  }
  51%{
    background: #222;
  }
  98%{
    background: #222;
  }
  100%{
    background: #03a9f4;
  }
}

@keyframes skymove{
  0%{
    background: #03a9f4;
  }
  49%{
    background: #03a9f4;
  }
  51%{
    background: #222;
  }
  98%{
    background: #222;
  }
  100%{
    background: #03a9f4;
  }
}

.header-weather-clouds{
  position: absolute;
  width: 100%;
  height: 240px;
  transition: all 5s;
	-webkit-animation: cloudhide 86400s linear infinite;
	animation: cloudhide 86400s linear infinite;
}

@keyframes cloudhide{
  0%{
    opacity: 1;
    visibility: visible;
  }
  49%{
    opacity: 1;
    visibility: visible;
  }
  51%{
    opacity: 0;
    visibility: collapse;
  }
  98%{
    opacity: 0;
    visibility: collapse;
  }
  100%{
    opacity: 1;
    visibility: visible;
  }
}

@-webkit-keyframes cloudhide{
  0%{
    opacity: 1;
  }
  49%{
    opacity: 1;
  }
  51%{
    opacity: 0;
  }
  98%{
    opacity: 0;
  }
  100%{
    opacity: 1;
  }
}

.header-weather-cloud-steam{
  top: 0;
  left: 0;
  right: 0;
  position: absolute;
  width: 100%;
  -webkit-animation: cloudmove 30s linear infinite;
  animation: cloudmove 30s linear infinite;
}

.header-weather-cloud {
	display: inline;
	background-color: #4fc3f7;
	width: 60px;
	height: 18px;
	border-radius: 9px;
	position: absolute;
	top: 0;
	left: 0;
  right: 0;
	margin: -.5em -1.5em;
  transition: inherit;
}

.header-weather-cloud:before, .header-weather-cloud:after {
	content:'';
	position: absolute;
	background-color: #4fc3f7;
	width: 24px;
	height: 24px;
	border-radius: 100%;
	top: -9px;
	left: 7px;
}

.header-weather-cloud:after {
	width: 32px;
	height: 32px;
	left: auto;
	right: 7px;
	top: -15px;
}
@keyframes cloudmove{
	0%{
		transform: translateX(-4%);
	}
	100%{
		transform: translateX(102%);
	}
}
@-webkit-keyframes cloudmove{
	0%{
		-webkit-transform: translateX(-4%);
	}
	100%{
		-webkit-transform: translateX(102%);
	}
}

.header-weather-stars{
  animation: starhide 86400s linear infinite;
}

@-webkit-keyframes starhide{
  0%{
    opacity: 0;
  }
  49%{
    opacity: 0;
  }
  51%{
    opacity: 1;
  }
  98%{
    opacity: 1;
  }
  100%{
    opacity: 0;
  }
}

@keyframes starhide{
  0%{
    opacity: 0;
  }
  49%{
    opacity: 0;
  }
  51%{
    opacity: 1;
  }
  98%{
    opacity: 1;
  }
  100%{
    opacity: 0;
  }
}


.header-weather-star{
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #ccc;
  box-shadow: 0px 0px 12px 0px #fff;
}

.header-weather-sun{
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #ffff00;
  position: absolute;
  top: 50%;
  transform-origin: 670px 1000px;
  -webkit-animation: sunmove 86400s linear infinite;
  animation: sunmove 86400s linear infinite;
}

@-webkit-keyframes sunmove{
  0%{
    -webkit-transform: rotateZ(-10deg);
    background: #ffff00;
  }
  50%{
    -webkit-transform: rotateZ(60deg);
    background: #ffff00;
  }
  51%{
    -webkit-transform: rotateZ(350deg);
    background: #ddd;
  }
  90%{
    -webkit-transform: rotateZ(400deg);
    background: #ddd;
  }
  100%{
    -webkit-transform: rotateZ(400deg);
    background: #ddd;
  }
}
@keyframes sunmove{
  0%{
    transform: rotateZ(-10deg);
    background: #ffff00;
  }
  50%{
    transform: rotateZ(60deg);
    background: #ffff00;
  }
  51%{
    transform: rotateZ(350deg);
    background: #ddd;
  }
  90%{
    transform: rotateZ(400deg);
    background: #ddd;
  }
  100%{
    transform: rotateZ(400deg);
    background: #ddd;
  }
}

.body{
  max-width: 1050px;
  margin: auto;
  position: relative;
  /*z-index: 10;*/
}
.body-page{
  padding: 10px;
  margin: 0px auto;
  float: left;
  width: 100%;
}
.body-littlepage{
  padding: 10px;
  margin: 0px auto;
  width: 40%;
}
.body-halfpage{
  padding: 10px;
  margin: 5px 5px 10px;
  float: left;
  width: calc(50% - 15px);
  position: relative;
}
.body-halfpage:after{
  content: ' ';
  display: table;
  clear: both;
}

@media (max-width: 640px){
  .body-halfpage{
    width: auto !important;
  }
  .header-navigation-changelayout{
    display: none !important;
  }
  .header-navigation-homepage{
    display: block !important;
  }
}

.body-gridsystem{
  max-width: 1050px;
  margin: 10px auto 64px;
  opacity: 1;
}
.body-gridsystem.fullscreen-hide{
  height: 700px !important;
}
.body-gridsystem.fullscreen-hide .body-grid{
  opacity: 0;
  display: none;
}
.body-gridsystem.fullscreen-hide .body-grid.fullscreen{
  opacity: 1 !important;
  display: block;
}
.body-gridsystem-nomodules{
  font-size: 18px;
}
.body-grid{
  float: left;
  width: calc(33.33% - 20px);
}
.body-grid-container{
  position: relative;
  width: 100%;
}
.body-grid-container-head{
  box-sizing: border-box;
  color: white;
  width: 100%;
  padding: 8px;
}
.body-grid-container-head-polygon{
  width: 100%;
  height: 100%;
  background: url('../img/header-module.png');
}
.body-grid-container-head.white{
  background: #fff;
  color: rgba(0, 0, 0, 0.81);
}
.body-grid-container-title{
  font-size: 20px;
  line-height: 32px;
  padding-left: 4px;
  font-weight: 400;
}
.body-grid-container-head.oneline{
  white-space: nowrap;
  overflow: hidden;
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
}
.body-grid-container-head.oneline .body-grid-container-title{
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.body-grid-container-title-additional{
  position: absolute;
  right: 8px;
  top: 10px;
}
.body-grid-container-title-icon{
  display: inline-block;
  cursor: pointer;
  border: 2px solid #fff;
  border-radius: 5px;
  /*transition: transform 0.3s, border-bottom-width 0.3s;
  */transform: translateY(-2px);
  border-bottom-width: 4px;
}
.body-grid-container-title-icon i{
  font-size: 22px;
  padding: 3px 4px;
}
.body-grid-container-title-icon:hover{
  transform: translateY(0px);
  border-bottom-width: 2px;
}
.body-grid-container-title-icon:active{
  background: rgba(0, 0, 0, 0.1);
}
.body-grid-container-menu{
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 24px;
  cursor: pointer;
}
.body-grid-container-menu i{
  position: relative;
  top: -2px;
  left: -3px;
  font-size: 24px;
  cursor: pointer;
}
.body-grid-container-menubox{
  position: absolute;
  top: 0px;
  right: 0px;
  visibility: collapse;
  transition: 0.4s opacity, 0.3s transform;
  overflow: hidden;
  opacity: 0;
  cursor: default;
  text-align: right;
  z-index: 500;
  transform: translateX(10px) translateY(-10px);
}
.body-grid-container-menu:hover .body-grid-container-menubox{
  opacity: 1;
  visibility: visible;
  transform: translateX(0px) translateY(0px);
}
.body-grid-container-menubox-item{
  color: rgba(0, 0, 0, 0.81);
  font-size: 18px;
  line-height: 20px;
  margin: 10px;
  cursor: pointer;
}
.body-grid-container-menubox-item:hover{
  text-decoration: underline;
}

.body-grid-container-body{
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.body-grid-container-body .padded{
  padding: 10px 12px;
  height: 100%;
}
.body-grid-container-body-editmode{
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  text-align: center;
  height: 10px;
  font-size: 24px;
  color: #fff;
}
.body-grid-editmode{
  cursor: move;
}

#osenice-changelayout{
  position: fixed;
  bottom: 18px;
  right: 18px;
  z-index: 10;
  background: #00bcd4;
  font-size: 24px !important;
  padding-top: 1px;
}

#osenice-addmodule{
  position: fixed;
  bottom: 26px;
  right: 26px;
  transition: 0.6s all;
  width: 40px;
  height: 40px;
  line-height: 40px;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -webkit-transform-origin: -20px 40px;
  font-size: 18px !important;
  padding-top: 1px;
}
#osenice-addmodule.active{
  transform: translateY(-57px);
  -webkit-transform: translateY(-57px);
}

.popup-box{
  box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12);
  min-height: 200px;
  background: #fff;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translateY(-50%) translateX(-50%) scale(1, 1);
  margin: auto;
  z-index: 1999;
  padding: 10px;
  transition: 0.6s;
  animation: popupBox 0.6s;
}

.popuo-box-content{
  padding-bottom: 50px;
}

@keyframes popupBox{
  0%{
    transform: translateY(-50%) translateX(-50%) scale(0, 0);
    opacity: 0.5;
  }
  100%{
    transform: translateY(-50%) translateX(-50%) scale(1, 1);
    opacity: 1;
  }
}

.popup-background{
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.75);
  z-index: 1998;
}

.popup-notification{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  margin: auto;
  top: 10%;
  padding: 10px;
  max-width: 330px;
  animation: popupNotification 5s;
  visibility: collapse;
  z-index: 5000;
  min-width: 250px;
}

@keyframes popupNotification{
  0% {
    transform: translateY(100px) translateX(-50%);
    opacity: 0;
    visibility: collapse;
  }
  10% {
    transform: translateY(0px) translateX(-50%);
    opacity: 1;
    visibility: visible;
  }
  90% {
    transform: translateY(0px) translateX(-50%);
    opacity: 1;
    visibility: visible;
  }
  100% {
    transform: translateY(100px) translateX(-50%);
    opacity: 0;
    visibility: collapse;
  }
}

.popup-box-title{
  font-size: 24px;
  color: rgba(0, 0, 0, 0.61);
  border-bottom: 1px solid #eee;
  width: 100%;
  padding: 5px;
  margin-bottom: 10px;
  box-sizing: border-box;
}

.popup-box-close{
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.61);
}
.popup-box-close:hover{
  color: rgba(0, 0, 0, 0.4);
}
.popup-box-close i{
  font-size: 24px;
}

.popup-box-login .popup-box-title{
  border: 0px;
}
.popup-box-login .form-control, .popup-box-register .form-control{
  border-color: #c7c7c7;
  box-shadow: none;
}
.popup-box-login-image{
  width: calc(100% + 30px);
  margin: -15px -15px -7px;
  height: 220px;
  background: black;
}
.popup-box-login-title{
  font-size: 32px;
  margin-top: -46px;
  color: #fff;
  height: 54px;
}

.popup-tutorial-step{
  position: fixed;
  display: none;
  z-index: 100000;
  padding: 10px;
  padding-right: 135px;
  transition: all 0.3s;
}
.popup-tutorial-step.active{
  display: block;
}
.popup-tutorial-step-text{
  display: block;
  padding-right: 5px;
  float: left;
}
.popup-tutorial-next{
  position: absolute !important;
  top: 50%;
  transform: translateY(-50%);
  float: right;
  margin-left: 10px;
}
.popup-uvitaci .popup-tutorial-next{
  position: absolute !important;
  top: auto;
  transform: none;
  right: 10px;
  bottom: 10px;
}
.popup-tutorial-end{
  position: absolute !important;
  right: 10px;
  left: 10px;
  bottom: 10px;
}
.tutorial-hightlight{
  z-index: 100000 !important;
}
.popup-tutorial-step:after{
  height: 0px;
  border: 15px solid transparent;
  content: ' ';
  position: absolute;
}
.popup-tutorial-step.step-1{
  top: 70px;
  left: 50%;
  transform: translateX(-50%);
}
.popup-tutorial-step.step-1:after{
  border-top-color: #fff;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.popup-tutorial-step.step-2{
  bottom: 15px;
  right: 100px;
}
.popup-tutorial-step.step-2:after{
  border-left-color: #fff;
  top: 45%;
  left: 100%;
}
.popup-tutorial-step.step-3{
  top: 130px;
  left: 50%;
  transform: translateX(-50%);
}
.popup-tutorial-step.step-3:after{
  border-bottom-color: #fff;
  bottom: 100%;
  left: 20px;
}
.popup-tutorial-step.step-4{
  top: 80px;
  right: 20px;
}
.popup-tutorial-step.step-4:after{
  border-bottom-color: #fff;
  bottom: 100%;
  left: 87%;
}

/*REGISTRACE*/
.page-registration{
  max-width: 600px;
  padding: 10px;
  background: linear-gradient(to bottom,
    #FFFFFF 25%, transparent 35%);
  margin: auto;
}
.registration-important-item{
  margin: 5px 0px 10px;
}
.registration-important-item:last-child{
  margin-bottom: 0px;
}
.registration-important-item:after{
  content: ' ';
  display: table;
  clear: both;
}
.registration-important-input{
  float: right;
  margin: 0px !important;
  width: 70% !important;
}
.registration-important-label{
  float: left;
  line-height: 38px;
  font-size: 18px;
  padding-left: 5px;
}
.registration-confirmbox{
  margin: 0px auto;
  padding: 10px;
  text-align: center;
  font-size: 16px;
}
.registration-confirmbox-text{
  margin-bottom: 10px;
}
.registration-confirmbox:after{
  content: ' ';
  display: table;
  clear: both;
}
.registration-confirmbox-button{
  width: 140px;
  margin-top: 10px;
}
.page-registration-info .osenice-head{
  margin-bottom: 0px;
}
.registration-info-item{
  height: 135px;
  position: relative;
}
.registration-info-item-icon{
  float: left;
  width: 80px;
  height: 135px;
  text-align: center;
  vertical-align: middle;
  line-height: 135px;
}
.registration-info-item-icon i{
  font-size: 64px;
  vertical-align: middle;
  position: relative;
  top: -1px;
  cursor: default;
}
.registration-info-item-text{
  width: calc(100% - 90px);
  font-size: 18px;
  line-height: 18px;
  position: absolute;
  top: 50%;
  right: 0px;
  transform: translateY(-50%);
}
.registration-info-item.forest{
  background: url(../img/registrace.jpg);
  background-size: cover;
  left: -10px;
  width: calc(100% + 20px);
  height: 145px;
  padding-left: 10px;
  color: #fff;
  /*text-shadow: -1px -1px 0px #fff, 1px -1px 0px #fff, -1px 1px 0px #fff, 1px 1px 0px #fff;
*/}
.registration-info-item.forest .registration-info-item-icon{
  height: 145px;
  line-height: 145px;
  float: right;
  padding-right: 30px;
}
.registration-info-item.forest .registration-info-item-text{
  left: 25px;
  right: auto;
}

.settings-iselect-halfcolor{
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 100px;
}
.settings-iselect-headercolor{
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 30px;
}

.popup-box-bottombutton {
	text-align: center;
	position: absolute;
	bottom: 20px;
	left: 10px;
	right: 10px;
}

@media (max-width: 600px){
  /*.header.scrolled .header-search{
    display: none;
  }*/
  .osenice-roundbutton{
    display: none;
  }
}
