@font-face {
  font-family: BebasNeue Book;
  src: url("fonts/BebasNeue Book.otf");
}
html {
  height: 100%;
}
body {
  position: relative;
  min-height: 100%;
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
}
body.open {
  overflow-y: hidden;
}
img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
p {
  font-size: 14px;
  font-weight: 400;
  color: #000;
  margin: 0 0 15px;
}
header {
  background-color: #425151;
  border-bottom: 1px solid #627474;
  padding: 30px 0 21px;
}
header .menu-wrap {
  text-align: right;
  padding-top: 5px;
}
header .logo-wrap-mob {
  display: none;
}
header.page-not-found {
  background-color: #1ab45e;
  border-bottom: 1px solid #88d8ac;
}
header.page-not-found .lang-select {
  border: 1px solid #88d8ac;
}
.mob-menu-footer-btn,
.mob-menu-btn {
  display: none;
  float: right;
  width: 25px;
  height: 25px;
  margin-top: 5px;
  cursor: pointer;
  position: relative;
  z-index: 1000;
}
.mob-menu-footer-btn .line,
.mob-menu-btn .line {
  display: block;
  width: 100%;
  height: 3px;
  margin: 5px 0;
  background-color: #627474;
}
.mob-menu-footer-btn:hover .line,
.mob-menu-btn:hover .line {
  background-color: #fff;
}
.mobile-menu-footer-wrap,
.mobile-menu-wrap {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  z-index: -997;
  background-color: #425151;
  padding-top: 65px;
  overflow: auto;
  transition: all .2s linear;
}
.mobile-menu-footer-wrap.open,
.mobile-menu-wrap.open {
  opacity: 1;
  visibility: visible;
  z-index: 997;
  transition: all .2s linear;
}
.mobile-menu-footer-wrap .menu,
.mobile-menu-wrap .menu {
  display: block;
  text-align: center;
}
.mobile-menu-footer-wrap .menu > li,
.mobile-menu-wrap .menu > li {
  display: block;
}
.mobile-menu-footer-wrap .menu > li > a,
.mobile-menu-footer-wrap .menu > li .sub-menu-itm-m,
.mobile-menu-wrap .menu > li > a,
.mobile-menu-wrap .menu > li .sub-menu-itm-m {
  display: inline-block;
  text-decoration: none !important;
  text-transform: uppercase;
  outline: none !important;
  font-size: 18px;
  font-weight: 300;
  color: #fff;
  padding: 7px 13px 6px;
  cursor: pointer;
}
.mobile-menu-footer-wrap .menu > li > a:hover,
.mobile-menu-footer-wrap .menu > li .sub-menu-itm-m:hover,
.mobile-menu-wrap .menu > li > a:hover,
.mobile-menu-wrap .menu > li .sub-menu-itm-m:hover {
  color: #fff;
}
.mobile-menu-footer-wrap .menu > li > a.active,
.mobile-menu-footer-wrap .menu > li .sub-menu-itm-m.active,
.mobile-menu-wrap .menu > li > a.active,
.mobile-menu-wrap .menu > li .sub-menu-itm-m.active {
  font-weight: 700;
}
.mobile-menu-footer-wrap .menu > li .sub-menu-itm-m,
.mobile-menu-wrap .menu > li .sub-menu-itm-m {
  padding-right: 26px;
  position: relative;
}
.mobile-menu-footer-wrap .menu > li .sub-menu-itm-m:before,
.mobile-menu-wrap .menu > li .sub-menu-itm-m:before {
  content: '';
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -4.5px;
  display: inline-block;
  width: 5px;
  height: 5px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.mobile-menu-footer-wrap .sub-menu-m,
.mobile-menu-wrap .sub-menu-m {
  display: none;
  padding: 15px 0;
  background-color: #2e3535;
}
.mobile-menu-footer-wrap .sub-menu-m li,
.mobile-menu-wrap .sub-menu-m li {
  display: block;
}
.mobile-menu-footer-wrap .sub-menu-m a,
.mobile-menu-wrap .sub-menu-m a {
  display: inline-block;
  text-decoration: none !important;
  text-transform: uppercase;
  outline: none !important;
  font-size: 14px;
  font-weight: 300;
  color: #fff;
  padding: 7px 15px 6px;
  cursor: pointer;
}
.mobile-menu-footer-wrap .sub-menu-m a:hover,
.mobile-menu-wrap .sub-menu-m a:hover {
  color: #fff;
}
.logo-wrap {
  display: inline-block;
  text-decoration: none !important;
  outline: none !important;
}
.main-menu {
  display: inline-block;
  vertical-align: middle;
}
.main-menu > li {
  float: left;
  display: inline-block;
  position: relative;
}
.main-menu > li:hover a,
.main-menu > li:hover .sub-menu-itm {
  background-color: #272727;
}
.main-menu > li:hover .sub-menu {
  display: inline-block;
}
.main-menu > li > a,
.main-menu > li .sub-menu-itm {
  display: block;
  text-decoration: none !important;
  text-transform: uppercase;
  outline: none !important;
  font-size: 18px;
  font-weight: 300;
  color: #fff;
  padding: 7px 13px 6px;
  cursor: pointer;
}
.main-menu > li > a.sub-menu-itm,
.main-menu > li .sub-menu-itm.sub-menu-itm {
  padding-right: 26px;
  position: relative;
}
.main-menu > li > a.sub-menu-itm:before,
.main-menu > li .sub-menu-itm.sub-menu-itm:before {
  content: '';
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -4.5px;
  display: inline-block;
  width: 5px;
  height: 5px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.main-menu > li > a.active,
.main-menu > li .sub-menu-itm.active {
  font-weight: 700;
}
.sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  width: 245px;
  background-color: #272727;
  padding: 25px 0 20px;
  z-index: 3;
}
.sub-menu li {
  display: block;
  text-align: right;
  margin-top: 5px;
  padding: 0 25px;
}
.sub-menu a {
  display: inline-block;
  text-decoration: underline;
  outline: none !important;
  font-size: 16px;
  font-weight: 300;
  color: #fff;
}
.sub-menu a:hover {
  text-decoration: none;
}
.lang-select {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  border: 1px solid #a1a8a8;
  border-radius: 5px;
  background-color: transparent;
  padding: 5px 20px 5px 8px;
  cursor: pointer;
}
.lang-select:before {
  content: '';
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -4.5px;
  display: inline-block;
  width: 5px;
  height: 5px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.lang-select:hover {
  background-color: #272727;
  border-color: #272727;
}
.lang-select:hover .lang-list {
  display: block;
}
.lang-select .selected {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 300;
  color: #fff;
}
.lang-select .lang-list {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  padding-top: 5px;
  z-index: 3;
}
.lang-select .lang-list ul {
  background-color: #272727;
  padding: 5px 0;
  border-radius: 5px;
}
.lang-select .lang-list ul a {
  display: block;
  text-decoration: none !important;
  text-transform: uppercase;
  outline: none !important;
  font-size: 14px;
  font-weight: 300;
  color: #fff;
  padding: 0 8px;
}
.top-sect {
  background-color: #425151;
  background-image: url(../img/img-bg-1.png);
  background-repeat: no-repeat;
  background-position: top right;
}
.top-sect.product {
  background-image: url(../img/img-bg-2.png);
}
.top-sect.analysis {
  background-image: url(../img/img-bg-3.png);
}
.top-sect.analysis .top-sect-blk {
  height: 480px;
}
.top-sect.malestrategi {
  background-image: url(../img/img-bg-4.png);
}
.top-sect.malestrategi .top-sect-blk {
  height: 480px;
}
.top-sect.optimisation {
  background-image: url(../img/img-bg-5.png);
}
.top-sect.optimisation .top-sect-blk {
  height: 480px;
}
.top-sect.radgivning {
  background-image: url(../img/img-bg-6.png);
}
.top-sect.radgivning .top-sect-blk {
  height: 480px;
}
.top-sect .top-sect-blk {
  padding: 95px 25px 65px 0;
  background: -moz-linear-gradient(left, #425151 0%, #425151 67%, rgba(66, 81, 81, 0.7) 85%, rgba(66, 81, 81, 0) 100%);
  background: -webkit-linear-gradient(left, #425151 0%, #425151 67%, rgba(66, 81, 81, 0.7) 85%, rgba(66, 81, 81, 0) 100%);
  background: linear-gradient(to right, #425151 0%, #425151 67%, rgba(66, 81, 81, 0.7) 85%, rgba(66, 81, 81, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#425151', endColorstr='#00425151', GradientType=1);
}
.title{
  font-family: "Roboto Condensed", sans-serif;
}
.top-sect .top-sect-blk .title {
  display: block;
  text-transform: uppercase;
  font-size: 40px;
  font-weight: 300;
  color: #fff;
  margin: 0 0 15px;
}
.top-sect .top-sect-blk p {
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  margin: 0 0 15px;
}
.top-sect .top-sect-blk .btn-wrap {
  padding-top: 80px;
}
.top-sect .top-sect-blk .btn-wrap .btn {
  margin-right: 30px;
}
.top-sect .top-sect-blk .btn-wrap .btn:last-child {
  margin-right: 0;
}
.client-wrap .title,
.partner-wrap .title {
  display: inline-block;
  vertical-align: middle;
  font-size: 25px;
  font-weight: 400;
  color: #323232;
  width: 16%;
}
.client-wrap {
  padding: 25px 0;
  border-bottom: 1px solid #c0c0c0;
}
.client-wrap .client-list {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  width: 83%;
}
.client-wrap .client-list li {
  display: inline-block;
  vertical-align: middle;
  padding: 5px 15px;
}
.partner-wrap {
  padding: 35px 0;
  border-top: 1px solid #c0c0c0;
}
.partner-wrap .partner-list {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  width: 83%;
}
.partner-wrap .partner-list li {
  display: inline-block;
  vertical-align: middle;
  width: 19.5%;
  padding: 15px;
}
.blocks-sect {
  padding: 35px 0 60px;
}
.blocks-sect .wrap-item {
  position: relative;
  padding: 170px 0 200px;
}
.blocks-sect .wrap-item:before {
  content: '';
  position: absolute;
  width: 150px;
  border-width: 2px;
  border-style: solid;
}
.blocks-sect .wrap-item.to-left {
  padding-right: 75px;
  text-align: right;
}
.blocks-sect .wrap-item.to-left:before {
  top: 0;
  bottom: 0;
  right: 30px;
  border-color: #989898 #989898 #989898 transparent;
  border-radius: 0 10px 10px 0;
}
.blocks-sect .wrap-item.to-left .dot {
  right: -68px;
}
.blocks-sect .wrap-item.to-left .img-wrap {
  left: 100%;
  margin-left: 90px;
}
.blocks-sect .wrap-item.to-right {
  padding-left: 20px;
  text-align: left;
}
.blocks-sect .wrap-item.to-right:before {
  top: -2px;
  bottom: -2px;
  left: -30px;
  border-color: #989898 transparent #989898 #989898;
  border-radius: 10px 0 0 10px;
}
.blocks-sect .wrap-item.to-right .dot {
  left: -73px;
}
.blocks-sect .wrap-item.to-right .img-wrap {
  right: 100%;
  margin-right: 90px;
}
.blocks-sect .wrap-item.first:before {
  border-color: transparent #989898 #989898 transparent;
  border-radius: 0 0 10px 0;
}
.blocks-sect .wrap-item.first:after {
  content: '';
  position: absolute;
  top: 0;
  right: 30px;
  height: 110px;
  width: 2px;
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #989898 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #989898));
  background: -webkit-linear-gradient(top, #ffffff 0%, #989898 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #989898 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #989898 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #989898 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#989898', GradientType=0);
}
.blocks-sect .wrap-item.last:before {
  border-color: #989898 transparent transparent #989898;
  border-radius: 10px 0 0 0;
}
.blocks-sect .wrap-item.last:after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: -30px;
  height: 110px;
  width: 2px;
  background: #989898;
  background: -moz-linear-gradient(top, #989898 0%, #ffffff 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #989898), color-stop(100%, #ffffff));
  background: -webkit-linear-gradient(top, #989898 0%, #ffffff 100%);
  background: -o-linear-gradient(top, #989898 0%, #ffffff 100%);
  background: -ms-linear-gradient(top, #989898 0%, #ffffff 100%);
  background: linear-gradient(to bottom, #989898 0%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#989898', endColorstr='#ffffff', GradientType=0);
}
.blocks-sect .item {
  position: relative;
  padding-top: 30px;
}
.blocks-sect .item .img-wrap {
  display: block;
  width: 246px;
  position: absolute;
  top: 0;
}
.blocks-sect .item .dot {
  position: absolute;
  top: 35px;
  z-index: 3;
  width: 48px;
  height: 48px;
  border: 4px solid transparent;
  border-radius: 50%;
  padding: 13px;
}
.blocks-sect .item .dot.to-show {
  border-color: rgba(4, 220, 99, 0.3);
  padding: 7px;
}
.blocks-sect .item .dot.to-show .inner-dot {
  width: 26px;
  height: 26px;
  border: 4px solid #1ab45e;
  background-color: #16f779;
  -webkit-box-shadow: 0px 5px 9px 0px rgba(3, 220, 98, 0.59);
  -moz-box-shadow: 0px 5px 9px 0px rgba(3, 220, 98, 0.59);
  -o-box-shadow: 0px 5px 9px 0px rgba(3, 220, 98, 0.59);
  -ms-box-shadow: 0px 5px 9px 0px rgba(3, 220, 98, 0.59);
  box-shadow: 0px 5px 9px 0px rgba(3, 220, 98, 0.59);
}
.blocks-sect .item .inner-dot {
  display: block;
  width: 14px;
  height: 14px;
  border: 2px solid #989898;
  border-radius: 50%;
  background-color: #fff;
}
.blocks-sect .title {
  display: block;
  text-transform: uppercase;
  font-size: 40px;
  font-weight: 300;
  color: #323232;
  margin: 0 0 15px;
}
.blocks-sect .text-wrap {
  display: inline-block;
  max-width: 480px;
}
.blocks-sect p {
  font-size: 16px;
  font-weight: 400;
  color: #323232;
  margin: 0;
}
.blocks-sect .btn-wrap {
  padding-top: 30px;
}
.map-sect {
  background-color: #425151;
}
.map-sect .head {
  padding: 22px 0;
}
.map-sect .title {
  display: block;
  text-transform: uppercase;
  text-align: center;
  font-size: 22px;
  font-weight: 300;
  color: #fff;
}
#map {
  width: 100%;
  height: 450px;
}
footer {
  padding: 28px 0 30px;
  background-color: #425151;
}
footer.page-not-found {
  background-color: #1ab45e;
  border-top: 1px solid #88d8ac;
}
footer .text-blk {
  padding-top: 7px;
}
footer .text-blk p {
  display: block;
  margin: 0;
  font-size: 14px;
  font-weight: 300;
  color: #fff;
}
footer .text-blk a {
  display: inline-block;
  text-decoration: underline;
  margin: 0;
  font-size: 14px;
  font-weight: 300;
  color: #fff;
}
footer .text-blk a.phone-f {
  text-decoration: none;
}
footer .text-blk a:hover {
  text-decoration: none;
  color: #fff;
}
.sing-news {
  margin-top: 15px;
  display: inline-block;
  vertical-align: middle;
  text-decoration: none !important;
  outline: none !important;
  font-size: 16px;
  font-weight: 300;
  color: #fff;
  line-height: 16px;
  border-bottom: 1px solid #fff;
}
.sing-news:hover {
  color: #fff;
  border-bottom-color: transparent;
}
.soc {
  margin-top: 15px;
  display: inline-block;
  vertical-align: middle;
}
.soc li {
  float: left;
  margin-right: 10px;
}
.soc a {
  display: block;
  width: 35px;
  height: 35px;
  text-decoration: none !important;
  outline: none !important;
}
.soc a:hover {
  opacity: .5;
}
.soc a.twitter {
  background-image: url(../img/twitter.png);
}
.soc a.facebook {
  background-image: url(../img/facebook.png);
}
.soc a.google {
  background-image: url(../img/google.png);
}
.soc a.linkin {
  background-image: url(../img/linkin.png);
}
.foot-menu-wrap {
  text-align: right;
}
.foot-menu {
  display: inline-block;
}
.foot-menu > li {
  position: relative;
  float: left;
  margin-left: 4px;
}
.foot-menu > li:hover a,
.foot-menu > li:hover .sub-menu-itm {
  background-color: #272727;
}
.foot-menu > li:hover .sub-menu {
  display: inline-block;
}
.foot-menu > li > a,
.foot-menu > li .sub-menu-itm {
  display: block;
  text-decoration: none !important;
  text-transform: uppercase;
  outline: none !important;
  font-size: 16px;
  font-weight: 300;
  color: #fff;
  padding: 7px 13px 6px;
  cursor: pointer;
}
.foot-menu > li > a.sub-menu-itm,
.foot-menu > li .sub-menu-itm.sub-menu-itm {
  padding-right: 26px;
  position: relative;
}
.foot-menu > li > a.sub-menu-itm:before,
.foot-menu > li .sub-menu-itm.sub-menu-itm:before {
  content: '';
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -4.5px;
  display: inline-block;
  width: 5px;
  height: 5px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.foot-menu > li > a.active,
.foot-menu > li .sub-menu-itm.active {
  font-weight: 700;
}
.foot-menu .sub-menu {
  top: auto;
  bottom: 100%;
  padding: 20px 0 25px;
}
/* ===================== OTHER PAGES ===================== */
.about-sect {
  background-color: #425151;
  padding: 70px 0 60px;
  border-bottom: 1px solid #627474;
  text-align: center;
}
.about-sect .title {
  font-size: 34px;
  font-weight: 400;
  color: #fff;
  display: block;
  margin: 0 0 20px;
}
.about-sect p {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  margin: 0 0 15px;
}
.about-list-wrap {
  padding: 130px 0 0;
}
.about-item {
  margin-bottom: 190px;
}
.about-item .img-wrap {
  margin: auto;
  border: 1px solid #ddebf1;
  border-radius: 50%;
  width: 250px;
  height: 250px;
  overflow: hidden;
}
.about-item .desc {
  padding: 45px 0 20px;
}
.about-item .desc .name {
  display: block;
  text-transform: uppercase;
  font-size: 40px;
  font-weight: 300;
  color: #323232;
  margin: 0;
}
.about-item .desc p {
  font-size: 16px;
  font-weight: 400;
  color: #323232;
}
.about-item .desc .position {
  display: block;
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 400;
  color: #049fc6;
  margin: 0 0 15px;
}
.contact-text-blk {
  margin-top: 55px;
}
.contact-text-blk p {
  font-size: 16px;
  font-weight: 400;
  color: #323232;
}
.contact-text-blk .btn-wrap {
  text-align: center;
  padding-top: 25px;
}
.contact-form {
  margin-top: 35px;
  padding: 50px 0 75px;
  border-top: 1px solid #d9dcdc;
}
.contact-form .title {
  display: block;
  text-transform: uppercase;
  text-align: center;
  font-size: 40px;
  font-weight: 300;
  color: #323232;
  margin: 0;
}
.contact-form .after-ttl {
  display: block;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  color: #323232;
  margin: 0;
}
.contact-form .form-wrap {
  padding-top: 35px;
}
.contact-form .form-wrap .item {
  margin-bottom: 25px;
}
.contact-form .form-wrap .item-ttl {
  display: block;
  margin: 0 0 10px;
  font-size: 16px;
  font-weight: 400;
  color: #323232;
}
.contact-form .form-wrap .btn-wrap {
  padding-top: 10px;
  text-align: center;
}
.contact-form .form-wrap .btn-wrap .btn {
  min-width: 185px;
}
.product-sect {
  background-color: #fff;
  padding: 75px 0 15px;
}
.product-sect .invers-bg {
  background-color: #f0f1f1;
  margin: 0 0 75px;
  padding: 45px 0 0;
}
.product-item {
  margin-bottom: 60px;
}
.product-item .img-wrap {
  padding-top: 55px;
  text-align: right;
}
.product-item .text-blk {
  padding: 0 40px;
}
.product-item .ttl {
  display: block;
  margin: 0 0 15px;
  font-size: 28px;
  font-weight: 400;
  color: #323232;
}
.product-item p {
  font-size: 16px;
  font-weight: 400;
  color: #323232;
  margin: 0 0 15px;
}
.analysis-sect {
  padding: 80px 0 50px;
}
.analysis-item {
  position: relative;
  text-align: center;
  margin-bottom: 50px;
  padding-bottom: 65px;
  min-height: 550px;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
}
.analysis-item.center {
  border-color: transparent #e3e5e5 transparent #e3e5e5;
}
.analysis-item .img-wrap {
  padding: 0px 15px 40px;
}
.analysis-item .ttl {
  display: block;
  text-transform: uppercase;
  font-size: 28px;
  font-weight: 300;
  color: #323232;
  max-width: 310px;
  margin: 0 auto 15px;
}
.analysis-item p {
  max-width: 260px;
  font-size: 16px;
  font-weight: 400;
  color: #323232;
  margin: 0 auto;
}
.analysis-btn-wrap {
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
}

.default-page{
    padding: 10px 0 0 10px;
}

.alignright {
    float: right;
    padding: 5px;
}
.alignleft{
    float: left;
    padding: 5px;
}

.service h2 {
    color: #1ab45e;
    margin-bottom: 25px;
}

.page-404 {
  background-color: #1ab45e;
  padding: 115px 0 150px;
}
.page-404 .text-white-1 {
  display: block;
  text-transform: uppercase;
  font-size: 37px;
  font-weight: 400;
  color: #fff;
}
.page-404 .text-white-2 {
  display: block;
  font-size: 21px;
  font-weight: 300;
  color: #fff;
}
.page-404 .btn-wrap {
  max-width: 500px;
  margin: auto;
  padding: 50px 0 0;
}
.page-404 .btn-wrap .btn-wrap-1,
.page-404 .btn-wrap .btn-wrap-2 {
  float: left;
  padding: 0 15px;
}
.page-404 .btn-wrap .btn-wrap-1 {
  width: 63%;
}
.page-404 .btn-wrap .btn-wrap-2 {
  width: 37%;
}
.page-404 .btn-wrap .btn {
  width: 100%;
}
.page-404-text {
  width: 460px;
  margin: 30px auto 75px;
}
.page-404-text .text-1,
.page-404-text .text-2 {
  float: left;
  width: 50%;
}
.page-404-text .text-1 {
  padding-right: 30px;
  text-align: right;
  font-size: 105px;
  font-weight: 400;
  line-height: 86px;
  color: #323232;
  border-right: 2px solid rgba(45, 48, 48, 0.5);
}
.page-404-text .text-2 {
  padding-left: 30px;
  text-transform: uppercase;
  font-size: 41px;
  font-weight: 300;
  line-height: 44px;
  color: #323232;
}

.select-stl {
    display: block;
    border: 1px solid #acacac;
    border-radius: 8px;
    margin: 0;
    padding: 12px 18px;
    font-size: 22px;
    font-weight: 400;
    cursor: pointer;
}

.email-table {
    margin-bottom: 15px !important;
    margin-top: 15px !important;
}

div.main-template {
  margin-top: 55px;
  margin-bottom: 55px;
}

/* slider */
div.flexslider {
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  overflow: hidden;
}
div.flexslider,
div.flexslider ul {
  height: 450px!important;
}
div.flexslider li,
div.flexslider .top-sect {
  height: 100%!important;
}
div.flexslider .container {
  transition: all .3s ease;
}
div.flexslider a.flex-prev,
div.flexslider a.flex-next{
  height: 50px;
}

body.page-template-main div.main-template h1,
body.page-template-main div.main-template h2,
body.page-template-main div.main-template h3,
body.page-template-main div.main-template h4,
body.page-template-main div.main-template h5,
body.page-template-main div.main-template h6,
body.page-template-main div.main-template a{
  color: #1ab45e;
}
body.page-template-main div.top-sect-blk strong {
  font-weight: 700;
}

body.page-template-main div.main-template .contact-form {
  margin-bottom: 5px;
  padding-bottom: 0;
}

body.page-template-main div.main-template .contact-form .item-ttl {
  margin-bottom: 0;
  padding-bottom: 0;
}

body.page-template-main div.main-template .contact-form h1 {
  color: #323232;
  text-align: center;
  font-size: 3em;
  margin-bottom: 2px;
}

.fancybox-wrap.fancybox-default.fancybox-opened {
  top: 0 !important;
  left: 0 !important;
  padding: 7px;
  background: #425151;
  position: fixed !important;
}
.fancybox-wrap.fancybox-default.fancybox-opened,
.fancybox-wrap.fancybox-default.fancybox-opened *{
  width: 100% !important;
  height: 100% !important;
}
.fancybox-outer {
  padding: 0 !important;
}
.fancybox-wrap.fancybox-default.fancybox-opened .fancybox-item.fancybox-close {
  position: absolute;
  z-index: 99999;
  width: 32px !important;
  height: 32px !important;
  background-color: #425151;
  background-image: url("../img/close-lightbox.png");
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: center;
  right: 15px;
  top: 15px;
  border-radius: 100%;
}

.open-map-wrap {
  display: none;
}
a.open-map {
  background: #425151;
  color: #fff!important;
}

.mob-menu-footer {
  display: none;
}
.logo-wrap {
  width: 200px;
}
/*in script.js*/
.logo-wrap-mob img,
.logo-wrap img {
  width: 50px;
  height: auto;
}
.logo {
  font-size: 25px;
  color: #fff;
  letter-spacing: 0px;
  font-family: 'BebasNeue Book';
  text-transform: uppercase;
  font-weight: lighter;
  vertical-align: middle;
  padding-left: 11px;
}
