@charset "utf-8";
@import url("./reset.css");
@import url("./fonts.css");

html,
body {
  margin: 0px;
  padding: 0px;
  font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
  color: #394c5e;
  text-align: left;
  height: 100%;
  background: #e5e9ea url(../images/bg.png)
}

.wrappage {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 100%;
  margin: 0 auto;
  padding: 0;
  position: relative
}

.container {
  /* width: 1230px; */
  width: auto;
  max-width: 100%;
  /* margin: -225px auto auto -515px;
  position: fixed;
  top: 50%;
  left: 50% */
}

.left {
  float: left
}

.right {
  float: right
}

.center {
  text-align: center
}

.divider {
  width: 100%;
  min-height: 1px;
  margin: 0;
  background: url(../images/divider.png) 170px 70% no-repeat;
  display: inline-block
}

.divider-s {
  width: 100%;
  min-height: 1px;
  margin: 0;
  background: url(../images/divider.png) 130px 60% no-repeat;
  display: inline-block
}

.no-float {
  float: none
}

a,
img,
button {
  outline: none
}

ul {
  overflow: hidden
}

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0
}

.clearfix:after {
  clear: both;
  content: ' ';
  display: block;
  font-size: 0;
  line-height: 0;
  visibility: hidden;
  width: 0;
  height: 0
}

.clearfix {
  display: inline-block
}

* html .clearfix {
  height: 1%
}

.clearfix {
  display: block
}

button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner {
  border: 0
}

button:focus,
input[type="reset"]:focus,
input[type="button"]:focus,
input[type="submit"]:focus {
  border: 0
}

h1 {
  font-size: 36px
}

h2 {
  font-size: 30px
}

h3 {
  font-size: 24px
}

h4 {
  font-size: 18px
}

h5 {
  font-size: 16px
}

h6 {
  font-size: 14px
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0
}

p {
  font-size: 18px;
  height: auto;
  line-height: 1.4em;
  padding: 0;
  margin: 0;
  text-align: justify;
}

.image-left {
  float: left;
  margin: 5px 20px 0px 0;
  max-width: 100%;
}

.image-right {
  float: right;
  margin: 5px 0 10px 20px
}

header {
  height: 80px;
  margin: 0 auto 30px 0
}

header h1 {
  color: #657089;
  font-size: 40px;
  text-shadow: #b0b2b1 2px 2px 0;
  margin: 0;
  font-family: 'QlassikBoldRegular';
  margin-bottom: 1px;
}

header h1 span {
  color: #fff;
  font-family: 'QlassikBoldRegular'
}

header h5 {
  color: #657089;
  margin: 0;
  text-shadow: #fff 2px 2px 0;
  font-family: 'QlassikBoldRegular';
  font-size: 23px;
  text-align: justify;
}

header h5 span {
  width: 100%;
  display: inline-block;
}

section {
  margin: 0 auto;
  padding: 20px 20px 30px 20px;
  background: url(../images/bg-section.png);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  position: relative
}

section#about,
section#technology,
section#realty,
section#model,
section#charity,
section#partner {
  display: none
}

section#about ul,
section#technology ul,
section#realty ul,
section#model ul,
section#charity ul,
section#partner ul {
  list-style: circle !important;
}

section#about a {
  color: #d15600
}

section#realty a {
  color: #757575
}

section#technology a {
  color: #73880a
}

section#model a {
  color: #3f4c6b
}

section#charity a {
  color: #ffb100
}

section#partner a {
  color: #d01f3c
}

section.menu {
  margin: 0 auto;
  padding: 0;
  background: none
}

a.close {
  width: 32px;
  height: 64px;
  position: absolute;
  top: 16px;
  right: -32px;
  z-index: 999;
  display: block;
  background: url(../images/bg-close.png) right top no-repeat
}

.menu-cont {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.menu-cont a {
  width: 230px;
  height: 140px;
  padding: 90px 0 0 0;
  position: relative;
  z-index: 4;
  font-family: 'YanoneKaffeesatzLight';
  font-weight: 400;
  font-size: 36px;
  color: #efeff1;
  text-align: center;
  text-shadow: #657089 1px 1px 0
}

.menu-cont a:not(.first-flex-item) {
  margin-left: -30px;
}

.menu-cont a span {
  width: 230px;
  height: 230px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  display: block
}

.menu-cont a.about {
  z-index: 6;
  background: url(../images/a-orange.png) 0 0 no-repeat
}

.menu-cont a.realty {
  z-index: 5;
  background: url(../images/a-gray.png) 0 0 no-repeat
}

.menu-cont a.technology {
  z-index: 4;
  background: url(../images/a-olive.png) 0 0 no-repeat
}

.menu-cont a.model {
  z-index: 3;
  background: url(../images/a-blue.png) 0 0 no-repeat
}

.menu-cont a.charity {
  z-index: 2;
  background: url(../images/a-yellow.png) 0 0 no-repeat;
  background-size: contain;
}

.menu-cont a.partner {
  z-index: 1;
  background: url(../images/a-crimson.png) 0 0 no-repeat;
  background-size: contain;
}

.menu-cont a:hover {
  z-index: 100
}

.block {
  width: 720px;
  padding: 50px 0;
  margin: 0 auto;
  overflow: auto
}

.block-12 {
  width: 342px;
  margin: 0 30px 0 0
}

.block-12.last {
  margin: 0
}

.block h1 {
  text-shadow: #d1d1d1 1px 1px 0;
  margin: 0 0 20px 0;
  line-height: 35px;
  text-transform: capitalize;
  font-family: 'YanoneKaffeesatzLight'
}

.block h1.about {
  color: #d15600
}

.block h1.realty {
  color: #757575
}

.block h1.technology {
  color: #73880a
}

.block h1.model {
  color: #3f4c6b
}

.block h1.charity {
  color: #ffb100
}

.block h1.partner {
  color: #d01f3c
}

.block h3 {
  text-shadow: #d1d1d1 1px 1px 0;
  margin: 0 0 10px 0;
  color: #394c5e;
  font-family: 'YanoneKaffeesatzLight';
  font-weight: 400
}

.block p {
  margin: 0 0 15px 0;
  font-family: 'YanoneKaffeesatzLight'
}

.jspVerticalBar {
  width: 10px;
  background: none
}

#charity .jspVerticalBar {
  width: 10px;
  background: none;
  display: none;
}

#partner .jspVerticalBar {
  width: 10px;
  background: none;
  display: none;
}

#about .jspVerticalBar {
  width: 10px;
  background: none;
  display: none;
}

.jspTrack {
  width: 1px;
  background: #e5e9ea
}

.jspDrag {
  width: 10px;
  background: #e5e9ea;
  left: -4px;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px
}

ul.info {
  width: 362px;
  margin: 5px 0 0 0
}

ul.info li {
  font-size: 15px;
  margin: 0 0 7px 0;
  line-height: 15px;
  font-family: 'YanoneKaffeesatzLight'
}

ul.info li.where {
  font-size: 15px;
  width: 247px;
  padding: 0;
  margin: 0 0 8px 0
}

ul.info li.where span {
  color: #d15600;
  text-shadow: #fff 1px 1px 0
}

ul.info li.where.progress {
  width: 100px;
  padding: 0;
  margin: 0 0 3px 0
}

ul.info li.where.progress span {
  font-size: 13px;
  display: block;
  margin: 0;
  text-align: center;
  border: 1px #d9dce1 solid;
  padding: 1px 0;
  font-family: 'QlassikBoldRegular';
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px
}

ul.info li.check {
  padding: 0 0 0 25px;
  width: 337px;
  background: transparent url(../images/check.png) no-repeat 0 1px
}

ul.info li.check span {
  color: #73880a;
  text-shadow: #fff 1px 1px 0
}

ul.info li.skills {
  font-size: 15px;
  width: 182px;
  padding: 0;
  margin: 0 0 7px 0
}

ul.info li.skills span {
  color: #73880a;
  text-shadow: #fff 1px 1px 0
}

ul.info li.skills.progress {
  width: 165px;
  padding: 0;
  margin: 0 0 7px 0
}

ul.info li.skills.progress span {
  height: 15px;
  display: block;
  background: url(../images/skills.png) repeat-x;
  padding: 0;
  margin: 0
}

ul.info li.skills.progress span.p-100 {
  width: 165px
}

ul.info li.skills.progress span.p-70 {
  width: 135px
}

ul.info li.skills.progress span.p-50 {
  width: 105px
}

ul.info li.skills.progress span.p-30 {
  width: 75px
}

ul.model {
  width: 755px;
  margin: 10px 0 20px 0;
  padding: 0
}

ul.model li {
  width: 249px;
  height: 150px;
  margin: 0 3px 3px 0;
  float: left
}

ul.model li a {
  width: 249px;
  height: 150px;
  padding: 0;
  display: block;
  position: relative;
  overflow: hidden
}

ul.model li a span {
  width: 249px;
  padding: 10px;
  background: url(../images/tr-png.png);
  font-size: 14px;
  color: #f8f8f8;
  position: absolute;
  bottom: 0;
  left: 0;
  line-height: 1.2em;
  font-family: 'YanoneKaffeesatzLight'
}

ul.model li.last {
  margin-right: 0
}

ul.charity {
  margin: 0
}

ul.charity li {
  font-size: 17px;
  margin: 0 0 5px 0;
  padding: 0;
  font-family: 'YanoneKaffeesatzLight';
  line-height: 19px
}

ul.charity li span {
  font-size: 17px
}

ul.charity li span a {
  color: #657089;
  font-weight: normal
}

footer {
  height: 50px;
  margin: 60px auto 0 auto;
  padding: 20px 0 0 0;
}

@media(max-width: 768px) {
  .block {
    width: 80%;
  }

  .container {
    width: 80%;
  }

  .menu-cont a {
    width: 150px;
    padding-top: 56px;
    font-size: 28px;
  }

  .menu-cont a.about,
  .menu-cont a.realty,
  .menu-cont a.technology,
  .menu-cont a.model,
  .menu-cont a.charity,
  .menu-cont a.partner {
    background-size: 150px;
  }

  .menu-cont a span {
    width: 150px;
    height: 150px;
  }

  .menu-cont a span img {
    max-width: 100%;
  }
}
