body.features-page .t3-wrapper {
/*  height: 100%;*/
}
.scrollDown .t3-header,
.scrollUp .t3-header {
  background: #00b4d1 !important;
  position: fixed;
  padding: 0px 0px !important;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
}

.logo-text {
z-index: 8;
position: relative;
width: 55%;

}

@media (max-width: 767px) {
  .scrollDown .wrap.t3-header, .scrollUp .wrap.t3-header {
	padding: 1px 17px !important;
 }
  body.features-page .t3-wrapper .head-search.hidden-lg {
	width: 90%;
	margin: unset;
}
body.features-page .t3-wrapper {
	margin-top: 0px;
	top: 0px;
	line-height: 1.7em;
	left: 0;
	width: 100%;
}
.features-page {
	line-height: 0;
	height: auto;
}
.col-xs-12.col-sm-6.col-md-8.actions {
	margin-top: 0px !important;
} 
  .modulesubq.qttl .page-header {
	display: block;
	font-family: ;
	font-family: '71';
	border: 0px;
	padding: 5px;
	margin: 4px;
	color: cadetblue;
}
  
}
body.features-page .features-loader {
	position: fixed;
	left: -1%;
	top: -1%;
	width: 102%;
	height: 102%;
	z-index: 9999;
	background: linear-gradient(#00b4d1,transparent 22%),linear-gradient(237deg, rgb(10, 232, 255), rgba(0, 12, 189, 0.39) 60.71%), linear-gradient(147deg, rgb(56, 0, 255), rgb(149, 1, 77) 70.71%), linear-gradient(226deg, rgba(0, 0, 0, 0.95), rgba(0, 0, 0, 0.73) 60.71%);
}
body.features-page .features-loader::before {
	background: url(../../../../images/preloader.gif) center no-repeat;
	z-index: 999994;
	content: '';
	position: relative;
	justify-content: center;
	align-items: center;
	display: flex;
	width: 100%;
	height: 100%;
	mix-blend-mode: color-dodge;
filter: invert(1) brightness(1.4) hue-rotate(130deg) contrast(2);
}
body.features-page .features-bg {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}
body.features-page .features-bg .mask {
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 2;
}
body.features-page .t3-header {
	position: fixed;
	z-index: 3;
	/* background: none; */
	padding: 17px 0;
	top: 0;
	width: 100%;
	transition: padding 300ms, top 300ms;
	-moz-transition: padding 300ms, top 300ms;
	-webkit-transition: padding 300ms, top 300ms;
}
@media (max-width: 991px) {
body.features-page .t3-header {
	padding: 15px;
}
  body.features-page .t3-mainbody {
  position: fixed;
  z-index: 1;
top: -120px;
  width: 100%;
}
  
}
@media (max-width: 767px) {
   body.features-page .t3-header .logo {
	background: #00b4d1;
	right: 15px;
 }

/* Inline #43 | http://team.wstylu.com/pl/a?filter=hashtag&value=PastSimple */

.modulesubq .page-header {
  display: none;
}
.modulesubq .media-body {

  font-family: '71';
  margin: 5px;
  display: flex;
  width: 96%;
  padding: 4px;
  background: #00b4d1;
  border-radius: 6px;
  flex-direction: column-reverse;
    gap: 7px;
}

.modulesubq .media-body .text-muted {
  color: black;
  font-size: 17px;
}

.modulesubq .media-body a {
  text-align: center;
  color: white;
  font-size: 17px;
  border-radius: 19px;
  border: solid 1px white;
  padding: 7px;
  max-width: 99%;
  overflow: hidden;
  text-overflow: ellipsis;
}

  
body.features-page .t3-header .logo + .actions {
    background: #0000;
  position: fixed;
    right: 0;
}
}
body.features-page .head-menu #cModule-Notify {
  right: 87px;
}
body.features-page .head-login {
  margin-right: 10px;
}
body.features-page .t3-mainbody {
  position: fixed;
  z-index: 1;
top: 0;
  width: 100%;
}
@media (min-width: 768px) {
  body.features-page .t3-mainbody {
    left: 50%;
    margin-left: -375px;
    width: 750px;
  }
}
@media (min-width: 992px) {
  body.features-page .t3-mainbody {
    left: 50%;
    margin-left: -485px;
    width: 970px;
  }
}
@media (min-width: 1200px) {
  body.features-page .t3-mainbody {
    left: 50%;
    margin-left: -585px;
    width: 1170px;
  }
}
body.features-page .login-wrap .page-header,
body.features-page .logout .page-header {
  border-bottom: 0;
  text-align: center;
  padding-bottom: 0;
}
body.features-page .login-wrap .login-description,
body.features-page .logout .login-description,
body.features-page .login-wrap .logout-description,
body.features-page .logout .logout-description {
  text-align: center;
  margin-bottom: 24px;
}
body.features-page .login-wrap .control-label,
body.features-page .logout .control-label {
  text-align: left;
  padding-top: 0;
}
body.features-page .logout .form-horizontal .control-group .controls {
  margin-left: 0;
  text-align: center;
}
body.features-page .features-intro {
  position: relative;
  z-index: 2;
}
body.features-page .t3-footer {
  position: relative;
  z-index: 2;
}
.no-js #loader {
  display: none;
}
.js #loader {
  display: block;
  position: absolute;
  left: 100px;
  top: 0;
}
/*
.scrollDown body.features-page .t3-header,
.scrollUp body.features-page .t3-header {
background: rgb(0, 16, 255);
  padding-top: 0;
  padding-bottom: 0;
}
*/