@import url(https://fonts.googleapis.com/css?family=Lato:100,300,400,700,900);

body {
  font-family: "Lato", sans-serif;
  height: calc(100% - 30px) !important;
  margin: 0;
  padding: 0;
  /*height: 100%;*/
  color: #82848f;
  font-size: 14px;
  line-height: 1;
  font-style: normal;
  font-weight: 400;
  background: #f6f5e5;
}

.comtainer-fluid {
  height: 10% !important;
}

.main-menu{
    padding-right: 0!important;
  padding-left: 0!important;
}

.head-back {
    position: absolute;
/*  background-color: #eb6140;*/
/*  height: 50px;*/
  z-index: 0;
  color: #fff;
/*  padding-top: 10px;*/
/*    padding-left: 70px;*/
  font-style: normal !important;
  font-weight: 600 !important;
    float: right;
}

.menu-back img {
  max-width: 100%;

  /*    height: 840px; */
  max-height: 100%;
  margin: 0 auto;
  background-color: #fff;
  z-index: 1;
  position: relative;
/*  top: -120px;*/
/*
  box-shadow: 0px 10px 14.1px 0.9px rgba(0, 0, 0, 0.24),
    0px 4px 19.6px 0.4px rgba(0, 0, 0, 0.16);
*/
}

.view-back a {
  max-width: 100%;
  /*        padding: 0 100px;*/
  /*    width: 35%;*/
  /*    max-height: 80%; */
  margin: 0 auto;
  background-color: #7cbb9a;
  position: relative;
/*  top: -100px;*/
  padding: 13px 0px;
  color: #fff;
/*  box-shadow: 0 2px 5px #a4a6a8;*/
  cursor: pointer;
  left: auto;
  right: auto;
  display: block;
  text-decoration: none;
}

/*
.menu-main{
    width: 85%!important;
    margin: 0 auto;
}*/

/*PRELOADING------------ */

#overlayer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  background: #4a4a4a;
}

.preloader p {
  position: absolute;
  top: 56%;
  left: 50%;
  margin-left: -45px;
  width: 120px;
  height: 90px;

  text-align: center;
  color: #fff;
  font-size: 24px;
  z-index: 3;
}
.loader {
  display: inline-block;
  width: 30px;
  height: 30px;
  position: absolute;
  z-index: 3;
  border: 4px solid #fff;
  top: 50%;
  left: 50%;
  animation: loader 2s infinite ease;
}

.loader-inner {
  vertical-align: top;
  display: inline-block;
  width: 100%;
  background-color: #fff;
  animation: loader-inner 2s infinite ease-in;
}

@keyframes loader {
  0% {
    transform: rotate(0deg);
  }

  25% {
    transform: rotate(180deg);
  }

  50% {
    transform: rotate(180deg);
  }

  75% {
    transform: rotate(360deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes loader-inner {
  0% {
    height: 0%;
  }

  25% {
    height: 0%;
  }

  50% {
    height: 100%;
  }

  75% {
    height: 100%;
  }

  100% {
    height: 0%;
  }
}
.logo-image{
width: auto;
  height: auto;
  text-align:center;
}

.logo-image img{
    position: absolute;
    max-width: 90px!important;
    top: -3px!important;
/*    left: 130px!important;*/
    display:inline-block;
}

.nav-header{
    height: 70px!important;
}

.nav-header h3{
  color: #f4ebd9;
/*  color: #fff;*/
  font-style: normal !important;
  font-weight: 600 !important;
}