/** BASE SIZES **/
.no-border {
  border: 0 solid transparent;
}
.hidden_ {
  display: none !important;
}
.margin-off {
  margin: 0;
}
.inline {
  display: inline !important;
}
.inline-block {
  display: inline-block !important;
}
.clear-left {
  clear: left;
}
.clear-right {
  clear: right;
}
.color-green {
  color: #8BC34A;
}
.background-green {
  background-color: #8BC34A;
}
.text-grey {
  color: #6e6e6e;
}
.text-grey:hover {
  color: #6e6e6e;
}
.text-underline {
  text-decoration: underline;
}
.padding-top {
  padding-top: 32px;
}
.margin-top {
  margin-top: 32px;
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.helper.uppercase {
  text-transform: uppercase;
}
.helper.bold {
  font-weight: 700;
}
.helper.thin {
  font-weight: 300;
}
.helper.center {
  text-align: center;
  margin: 0 auto;
}
[class^="col-md-"].to-right,
[class^="col-lg-"].to-right,
[class^="col-sm-"].to-right {
  padding-right: 0;
}
[class^="col-md-"].to-left,
[class^="col-lg-"].to-left,
[class^="col-sm-"].to-left {
  padding-left: 0;
}
.shadow {
  -webkit-box-shadow: 3px 0 5px 0 rgba(50, 50, 50, 0.5);
  -moz-box-shadow: 3px 0 5px 0 rgba(50, 50, 50, 0.5);
  box-shadow: 3px 0 5px 0 rgba(50, 50, 50, 0.5);
}
.shadow-min {
  -webkit-box-shadow: 1px 0 3px 0 rgba(50, 50, 50, 0.5);
  -moz-box-shadow: 1px 0 3px 0 rgba(50, 50, 50, 0.5);
  box-shadow: 1px 0 3px 0 rgba(50, 50, 50, 0.5);
}
.shadow-inset-top {
  -webkit-box-shadow: inset 0 3px 3px 0 rgba(50, 50, 50, 0.3);
  -moz-box-shadow: inset 0 3px 3px 0 rgba(50, 50, 50, 0.3);
  box-shadow: inset 0 3px 3px 0 rgba(50, 50, 50, 0.3);
}
.shadow-inset-bottom {
  -webkit-box-shadow: inset 0px -3px 2px 0 rgba(50, 50, 50, 0.3);
  -moz-box-shadow: inset 0px -3px 2px 0 rgba(50, 50, 50, 0.3);
  box-shadow: inset 0px -3px 2px 0 rgba(50, 50, 50, 0.3);
}
.shadow-no {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.no-padding {
  padding: 0 !important;
}
.contented {
  padding: 8px 16px;
}
.l-header .text-dark {
  color: #034a71 !important;
}
.btn-login {
  background: #8ccf3e !important;
  color: #496a23 !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  text-transform: uppercase !important;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}
.btn-login:hover,
.btn-login:active,
.btn-login:focus {
  background: #8ddb32 !important;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}
:-ms-input-placeholder {
  color: #034a71;
  opacity: 1;
}
::-webkit-input-placeholder {
  color: #034a71;
  opacity: 1;
}
::-moz-placeholder {
  color: #034a71;
  opacity: 1;
}
.l-main-wrapper .container {
  max-width: 1000px;
}
.l-main-wrapper .l-heading-section {
  background: #0288d1;
}
.l-main-wrapper .l-heading-section .l-nav {
  height: 100px;
}
.l-main-wrapper .l-heading-section .l-nav .img.logo {
  padding-top: 22px;
}
.l-main-wrapper .l-heading-section .l-nav .img.logo span {
  font-size: 20px;
  font-weight: 700;
  margin-top: auto;
  color: #ffffff;
  vertical-align: middle;
}
.l-main-wrapper .l-heading-section .l-nav .contacts-side {
  padding-top: 20px;
}
.l-main-wrapper .l-heading-section .l-nav .contacts-side a {
  display: inline-block;
  background: url("/static/img/landing/contacts.png") no-repeat;
  background-position: left center;
  height: 32px;
  line-height: 32px;
  padding-left: 38px;
  font-size: 12px;
  color: #cfeaf9;
  vertical-align: top;
  text-transform: uppercase;
}
.l-main-wrapper .l-heading-section .container {
  min-height: 715px;
}
.l-main-wrapper .l-heading-section .l-header {
  margin-bottom: 60px;
}
.l-main-wrapper .l-heading-section .l-header h1 {
  color: #cfeaf9;
  font-size: 32px;
  text-transform: uppercase;
}
.l-main-wrapper .l-heading-section .l-header h1 small {
  color: #cfeaf9;
  font-size: 19px;
  text-transform: uppercase;
}
.l-main-wrapper .l-heading-section .l-showcase {
  text-align: center;
}
.l-main-wrapper .l-heading-section .l-showcase img {
  max-height: 400px;
  width: 100%;
}
.l-main-wrapper .l-heading-section .l-form .l-showcase {
  min-height: 470px;
  display: block;
  position: relative;
}
.l-main-wrapper .l-heading-section .l-form .l-showcase > img {
  position: absolute;
  bottom: 0;
  left: 0;
}
.l-main-wrapper .l-heading-section .l-form .l-form-element {
  position: relative;
  margin-bottom: 10px;
  max-width: 333px;
}
.l-main-wrapper .l-heading-section .l-form .l-form-element .l-capcha-text {
  width: 200px;
  float: left;
}
.l-main-wrapper .l-heading-section .l-form .l-form-element .l-capcha-text input[type=text] {
  background: #cfeaf9;
  padding-left: 12px;
  padding-right: 12px;
}
.l-main-wrapper .l-heading-section .l-form .l-form-element .l-hint {
  text-align: center;
}
.l-main-wrapper .l-heading-section .l-form .l-form-element .l-hint p {
  display: inline-block;
  max-width: 400px;
  color: #cfeaf9;
  font-size: 14px;
  padding: 10px 0;
}
.l-main-wrapper .l-heading-section .l-form .l-form-element .l-capcha-image {
  float: right;
  width: 120px;
}
.l-main-wrapper .l-heading-section .l-form .l-form-element .l-capcha-image a {
  display: block;
  color: #cfeaf9;
  text-align: center;
}
.l-main-wrapper .l-heading-section .l-form .l-form-element.with-checkbox {
  margin-top: 30px;
}
.l-main-wrapper .l-heading-section .l-form .l-form-element.error input {
  border: 1px solid #d81b60;
}
.l-main-wrapper .l-heading-section .l-form .l-form-element.error .l-help-block {
  position: relative;
  text-align: center;
  font-size: 14px;
  padding: 4px 0;
  margin-top: 10px;
  display: block;
  color: #d81b60;
  background: #f8c7d9;
  -webkit-box-shadow: 0 1px 2px 0 rgba(50, 50, 50, 0.3);
  -moz-box-shadow: 0 1px 2px 0 rgba(50, 50, 50, 0.3);
  box-shadow: 0 1px 2px 0 rgba(50, 50, 50, 0.3);
}
.l-main-wrapper .l-heading-section .l-form .l-form-element.error .l-help-block::before {
  display: block;
  position: absolute;
  content: "";
  left: 10px;
  top: -5px;
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
  background: #f8c7d9;
}
.l-main-wrapper .l-heading-section .l-form .l-form-element input {
  height: 48px;
  background: #cfeaf9;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  width: 100%;
  color: #034a71;
}
.l-main-wrapper .l-heading-section .l-form .l-form-element input[type=submit] {
  -webkit-box-shadow: 0 1px 2px 0 rgba(50, 50, 50, 0.3);
  -moz-box-shadow: 0 1px 2px 0 rgba(50, 50, 50, 0.3);
  box-shadow: 0 1px 2px 0 rgba(50, 50, 50, 0.3);
}
.l-main-wrapper .l-heading-section .l-form .l-form-element input[type=text],
.l-main-wrapper .l-heading-section .l-form .l-form-element input[type=password] {
  background: transparent;
  position: relative;
  z-index: 100;
  -webkit-box-shadow: 0 1px 2px 0 rgba(50, 50, 50, 0.3);
  -moz-box-shadow: 0 1px 2px 0 rgba(50, 50, 50, 0.3);
  box-shadow: 0 1px 2px 0 rgba(50, 50, 50, 0.3);
}
.l-main-wrapper .l-heading-section .l-form .l-form-element input[type=text]:active,
.l-main-wrapper .l-heading-section .l-form .l-form-element input[type=password]:active,
.l-main-wrapper .l-heading-section .l-form .l-form-element input[type=text]:focus,
.l-main-wrapper .l-heading-section .l-form .l-form-element input[type=password]:focus {
  background: #cfeaf9;
}
.l-main-wrapper .l-heading-section .l-form .l-form-element input[type=text]:active + .l-placeholder-block,
.l-main-wrapper .l-heading-section .l-form .l-form-element input[type=password]:active + .l-placeholder-block,
.l-main-wrapper .l-heading-section .l-form .l-form-element input[type=text]:focus + .l-placeholder-block,
.l-main-wrapper .l-heading-section .l-form .l-form-element input[type=password]:focus + .l-placeholder-block {
  display: none;
}
.l-main-wrapper .l-heading-section .l-form .l-form-element .l-help-block {
  display: none;
  padding: 10px 0;
}
.l-main-wrapper .l-heading-section .l-form .l-form-element .l-placeholder-block {
  height: 48px;
  width: 100%;
  position: absolute;
  z-index: 50;
  background: #cfeaf9;
  top: 0;
}
.l-main-wrapper .l-heading-section .l-form .l-form-element .l-placeholder-block .l-placeholder-icon-login {
  background: url("/static/img/landing/login.png");
}
.l-main-wrapper .l-heading-section .l-form .l-form-element .l-placeholder-block .l-placeholder-icon-password {
  background: url("/static/img/landing/password.png");
}
.l-main-wrapper .l-heading-section .l-form .l-form-element .l-placeholder-block .l-placeholder-icon-login,
.l-main-wrapper .l-heading-section .l-form .l-form-element .l-placeholder-block .l-placeholder-icon-password {
  float: left;
  height: 48px;
  width: 35px;
  background-repeat: no-repeat;
  background-position: center center;
}
.l-main-wrapper .l-heading-section .l-form .l-form-element .l-placeholder-block .l-placeholder-text {
  float: left;
  font-size: 14px;
  color: #034a71;
  line-height: 48px;
}
.l-main-wrapper .l-heading-section .l-form .l-form-element .l-placeholder-block.hide-stuff .l-placeholder-text,
.l-main-wrapper .l-heading-section .l-form .l-form-element .l-placeholder-block.hide-stuff .l-placeholder-icon-login,
.l-main-wrapper .l-heading-section .l-form .l-form-element .l-placeholder-block.hide-stuff .l-placeholder-icon-password {
  display: none;
}
.l-main-wrapper .l-heading-section .l-form .l-form-element .l-form-pseudo-checkbox-wrapper {
  display: inline-block;
  position: relative;
  height: 20px;
  width: 20px;
  top: 2px;
}
.l-main-wrapper .l-heading-section .l-form .l-form-element .l-form-pseudo-checkbox-wrapper + label {
  padding-left: 7px;
  color: #cfeaf9;
  cursor: pointer;
  font-weight: 400;
}
.l-main-wrapper .l-heading-section .l-form .l-form-element .l-form-pseudo-checkbox-wrapper ~ a {
  color: #cfeaf9;
  text-decoration: underline;
  padding-top: 4px;
}
.l-main-wrapper .l-heading-section .l-form .l-form-element .l-form-pseudo-checkbox-wrapper ~ a:hover {
  color: #cfeaf9;
  text-decoration: underline;
}
.l-main-wrapper .l-heading-section .l-form .l-form-element .l-form-pseudo-checkbox-wrapper input[type=checkbox] {
  height: 20px;
  width: 20px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  z-index: 100;
  cursor: pointer;
}
.l-main-wrapper .l-heading-section .l-form .l-form-element .l-form-pseudo-checkbox-wrapper input[type=checkbox] + .l-form-pseudo-checkbox {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  height: 20px;
  width: 20px;
  border: 1px solid #cfeaf9;
  z-index: 50;
  padding: 3px;
  border-radius: 2px;
}
.l-main-wrapper .l-heading-section .l-form .l-form-element .l-form-pseudo-checkbox-wrapper input[type=checkbox] + .l-form-pseudo-checkbox .square {
  background: transparent;
  height: 100%;
  width: 100%;
  border-radius: 2px;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}
.l-main-wrapper .l-heading-section .l-form .l-form-element .l-form-pseudo-checkbox-wrapper input[type=checkbox]:checked + .l-form-pseudo-checkbox .square {
  background: #cfeaf9;
  height: 100%;
  width: 100%;
  border-radius: 2px;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}
.l-main-wrapper .l-body-section .l-tile {
  text-align: center;
  position: relative;
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 15px;
  background: #FFFFFF;
  will-change: transform;
  -webkit-box-shadow: 0 10px 10px 0 rgba(50, 50, 50, 0);
  -moz-box-shadow: 0 10px 10px 0 rgba(50, 50, 50, 0);
  box-shadow: 0 10px 10px 0 rgba(50, 50, 50, 0);
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  min-height: 425px;
  margin-left: -15px;
  margin-right: -15px;
}
.l-main-wrapper .l-body-section .l-tile.bordered::after,
.l-main-wrapper .l-body-section .l-tile.bordered::before {
  position: absolute;
  display: block;
  content: "";
  width: 1px;
  background: #E7EDF0;
  height: 345px;
  top: 40px;
  opacity: 1;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}
.l-main-wrapper .l-body-section .l-tile.bordered::after {
  right: 0;
}
.l-main-wrapper .l-body-section .l-tile.bordered::before {
  left: 0;
}
.l-main-wrapper .l-body-section .l-tile:hover {
  background: rgba(217, 240, 252, 0);
  will-change: transform;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}
.l-main-wrapper .l-body-section .l-tile:hover .l-tile-icon {
  will-change: transform;
  box-shadow: 0 10px 5px 0 rgba(100, 100, 100, 0.1);
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}
.l-main-wrapper .l-body-section .l-tile .l-tile-icon {
  will-change: transform;
  width: 133px;
  height: 133px;
  line-height: 110px;
  border-radius: 50%;
  margin: 0 auto;
  margin-top: -70px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  border: 8px solid #FFFFFF;
  box-shadow: 0 0 0 0 rgba(100, 100, 100, 0);
  transform: scale(1, 1);
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  padding: 0;
}
.l-main-wrapper .l-body-section .l-tile .l-tile-icon.icon-green {
  background: #8ccf3e;
}
.l-main-wrapper .l-body-section .l-tile .l-tile-icon.icon-blue {
  background: #0288d1;
}
.l-main-wrapper .l-body-section .l-tile .l-tile-icon.icon-pink {
  background: #d81b60;
}
.l-main-wrapper .l-body-section .l-tile .l-tile-header h2 {
  color: #0c75ab;
  font-size: 17px;
  margin: 40px 0;
  font-weight: 700;
}
.l-main-wrapper .l-body-section .l-tile .l-tile-body p {
  color: #034a71;
  font-size: 13px;
}
.l-main-wrapper .l-footer-section footer {
  border-top: 1px solid #E7EDF0;
  padding-top: 25px;
  padding-bottom: 30px;
}
.l-main-wrapper .l-footer-section footer span.version {
  color: #93A4B2;
  font-size: 11px;
}
@media (max-width: 970px) {
  .l-main-wrapper .l-body-section .l-tile .l-tile-icon,
  .l-main-wrapper .l-body-section .l-tiles-wrapper {
    margin-top: 0;
  }
}
@media (max-width: 992px) {
  .l-main-wrapper .l-heading-section .l-form .l-form-element .l-capcha-text {
    max-width: 333px;
    width: 100%;
    float: none;
  }
  .l-main-wrapper .l-heading-section .l-form .l-form-element .l-capcha-image {
    float: none;
    width: 120px;
    margin-bottom: 10px;
  }
}
