/* Fonts Variable */
@font-face {
  font-family: 'armataregular';
  src: url("../fonts/armata-regular-webfont.eot");
  src: url("../fonts/armata-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/armata-regular-webfont.woff2") format("woff2"), url("../fonts/armata-regular-webfont.woff") format("woff"), url("../fonts/armata-regular-webfont.ttf") format("truetype"), url("../fonts/armata-regular-webfont.svg#armataregular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'MyriadProRegular';
  src: url("../fonts/MyriadProRegular.eot");
  src: url("../fonts/MyriadProRegular.eot") format("embedded-opentype"), url("../fonts/MyriadProRegular.woff2") format("woff2"), url("../fonts/MyriadProRegular.woff") format("woff"), url("../fonts/MyriadProRegular.ttf") format("truetype"), url("../fonts/MyriadProRegular.svg#MyriadProRegular") format("svg"); }
/* common */
* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box; }

html, body {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal;
  color: #233a51; }

input, select, textarea {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal;
  color: #233a51; }

body {
  background: #fff; }

div:hover, a:hover, li:hover, input:hover, span:hover {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out; }

img {
  border: 0px;
  display: block; }

a, input {
  outline: none;
  text-decoration: none;
  transition: all 0.2s ease-out 0s; }

a {
  color: #c99e67; }

a:hover {
  color: #fff;
  text-decoration: none; }

.clear {
  clear: both;
  height: 0px;
  overflow: hidden; }

.centering {
  margin: 0 auto;
  max-width: 1200px; }

.centering-blokken {
  margin: 0 auto;
  max-width: 1200px;
  padding: 7px 2% 60px;
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  justify-content: space-around;
  min-width: 300px; }

/* section  */
#section {
  position: relative;
  display: block;
  width: 100%;
  min-height: 100%; }

/* page wrap */
#page-wrap {
  margin: 0 auto;
  max-width: 1240px;
  padding-top: 135px; }
  #page-wrap #banner-wrap .banner-block .mx_buttons {
    z-index: 999; }
    #page-wrap #banner-wrap .banner-block .mx_buttons img {
      min-width: 0; }

.fullwidth #page-wrap {
  margin: 0 auto;
  width: 100%;
  max-width: 100%; }

/* header */
.sticky {
  width: 100%;
  box-shadow: 0px 5px 7px rgba(0, 0, 0, 0.35);
  z-index: 999;
  background-color: #fff; }
  .sticky#header-wrap {
    -webkit-transition: height 0.3s;
    -moz-transition: height 0.3s;
    -ms-transition: height 0.3s;
    -o-transition: height 0.3s;
    transition: height 0.3s; }
    .sticky#header-wrap .logo a img {
      width: 94px;
      margin-top: 5px;
      height: auto;
      transition: all 0.3s;
      display: inline-block; }
    .sticky#header-wrap .top-block {
      padding: 7px 0;
      width: 100%;
      float: left; }
      .sticky#header-wrap .top-block .media {
        display: none; }
    .sticky#header-wrap .nav-block {
      float: right;
      width: auto;
      padding-right: 0px; }
      .sticky#header-wrap .nav-block a.phone {
        font-size: 0px; }
      .sticky#header-wrap .nav-block:after {
        content: '';
        position: absolute;
        left: 60%;
        height: 67px;
        width: 40%;
        background-color: #fff;
        z-index: -1; }

.mx_logged_in #header-wrap {
  top: 51px; }

body:not(.fullwidth) #header-wrap {
  max-width: 1240px; }

#header-wrap {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  background-color: #fff;
  /* nav block */ }
  #header-wrap .top-block {
    padding: 10px 0 10px;
    width: 100%; }
    #header-wrap .top-block .logo {
      width: 15%;
      margin: 0 auto;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
      #header-wrap .top-block .logo a {
        display: block;
        text-align: center; }
      #header-wrap .top-block .logo img {
        max-width: 400px;
        height: 100%;
        width: 100%; }
    #header-wrap .top-block .media {
      float: right;
      width: 50%; }
      #header-wrap .top-block .media .inner {
        padding-bottom: 17px;
        width: 100%;
        overflow: hidden; }
      #header-wrap .top-block .media .offer {
        padding-top: 7px;
        float: left; }
      #header-wrap .top-block .media a.ask {
        padding-left: 35px;
        margin-right: 46px;
        float: left;
        font-family: "Roboto", sans-serif;
        font-size: 11px;
        line-height: 24px;
        font-weight: normal;
        color: #fff;
        text-decoration: underline;
        letter-spacing: 0.3px;
        background: url("../images/ask_icon.png") left center no-repeat; }
        #header-wrap .top-block .media a.ask:hover {
          opacity: 0.7; }
      #header-wrap .top-block .media a.ask.request {
        margin-right: 0;
        background: url("../images/request_icon.png") left center no-repeat; }
      #header-wrap .top-block .media ul {
        float: right;
        list-style: none; }
        #header-wrap .top-block .media ul li {
          margin-left: 14px;
          float: left; }
          #header-wrap .top-block .media ul li:first-child {
            margin-left: 0; }
          #header-wrap .top-block .media ul li a {
            display: block; }
            #header-wrap .top-block .media ul li a:hover {
              opacity: 0.7; }
      #header-wrap .top-block .media .search {
        float: right; }
        #header-wrap .top-block .media .search input[type="text"] {
          padding: 0 12px;
          float: left;
          width: 141px;
          height: 31px;
          font-family: "Roboto", sans-serif;
          font-size: 16px;
          line-height: 31px;
          font-weight: normal;
          color: #fff;
          border: 0;
          background-color: #c99e67; }
        #header-wrap .top-block .media .search input[type="submit"] {
          float: left;
          width: 36px;
          height: 31px;
          cursor: pointer;
          border: 0;
          border-left: 2px solid #fff;
          background: #233a51 url("../images/search_icon.png") center center no-repeat; }
          #header-wrap .top-block .media .search input[type="submit"]:hover {
            opacity: 0.7; }
  #header-wrap .nav-block {
    padding: 0 27px 0 10px;
    width: 100%;
    height: 67px;
    background-color: #fff;
    display: none; }
    #header-wrap .nav-block > ul {
      float: left;
      list-style: none; }
      #header-wrap .nav-block > ul li {
        float: left;
        position: relative; }
        #header-wrap .nav-block > ul li a {
          padding: 0 23px;
          font-family: "Roboto", sans-serif;
          font-size: 16px;
          line-height: 64px;
          border-bottom: 3px solid transparent;
          font-weight: normal;
          color: #233a51;
          text-decoration: none;
          display: block; }
        #header-wrap .nav-block > ul li ul {
          display: none;
          padding-bottom: 2px;
          width: 196px;
          position: absolute;
          top: 67px;
          left: 0px;
          background-color: #233a51; }
          #header-wrap .nav-block > ul li ul li {
            padding: 0 2px;
            width: 100%;
            list-style: none; }
            #header-wrap .nav-block > ul li ul li.mx_parent a {
              background: #233a51 url("../images/arrow.png") 98% center no-repeat; }
            #header-wrap .nav-block > ul li ul li.mx_parent li a {
              background: none; }
            #header-wrap .nav-block > ul li ul li:hover a, #header-wrap .nav-block > ul li ul li.mx_current a {
              background: #c99e67; }
            #header-wrap .nav-block > ul li ul li a {
              padding: 0 19px;
              font-family: "Roboto", sans-serif;
              font-size: 14px;
              line-height: 31px;
              font-weight: normal;
              color: #fff;
              border-bottom: 1px solid #fff; }
            #header-wrap .nav-block > ul li ul li:last-child a {
              border-bottom: 0; }
            #header-wrap .nav-block > ul li ul li ul {
              position: absolute;
              top: 0;
              left: 100%;
              background-color: inherit; }
              #header-wrap .nav-block > ul li ul li ul li {
                margin-left: 3px;
                background-color: #fff; }
                #header-wrap .nav-block > ul li ul li ul li:hover ul {
                  display: block; }
        #header-wrap .nav-block > ul li:hover ul {
          display: block; }
        #header-wrap .nav-block > ul li:hover li ul {
          display: none; }
        #header-wrap .nav-block > ul li li.mx_parent:hover ul {
          display: block; }
          #header-wrap .nav-block > ul li li.mx_parent:hover ul li a {
            background: #fff; }
          #header-wrap .nav-block > ul li li.mx_parent:hover ul li:hover a, #header-wrap .nav-block > ul li li.mx_parent:hover ul li.mx_current a {
            background: #c99e67; }
        #header-wrap .nav-block > ul li li.mx_parent:hover a {
          background: #c99e67 url("../images/arrow_hover1.png") 96.3% center no-repeat; }
        #header-wrap .nav-block > ul li:hover > a {
          background-color: #c99e67; }
      #header-wrap .nav-block > ul > li.mx_current > a {
        padding: 0;
        margin: 0 23px;
        line-height: 64px;
        border-bottom: 3px solid #c99e67;
        background-color: #fff; }
    #header-wrap .nav-block a.phone {
      padding-left: 65px;
      float: right;
      font-family: "Roboto", sans-serif;
      font-size: 16px;
      line-height: 67px;
      font-weight: normal;
      color: #233a51;
      text-decoration: none;
      letter-spacing: 0.4px;
      border-left: 2px solid #c99e67;
      position: relative; }
      #header-wrap .nav-block a.phone:before {
        width: 29px;
        height: 26px;
        display: block;
        position: absolute;
        top: 21px;
        left: 21px;
        content: "";
        background: url("../images/phone_icon.png") left center no-repeat; }
      #header-wrap .nav-block a.phone:hover {
        opacity: 0.7; }
  #header-wrap .menuicon {
    display: none !important; }

/* Fonts Variable */
@font-face {
  font-family: 'armataregular';
  src: url("../fonts/armata-regular-webfont.eot");
  src: url("../fonts/armata-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/armata-regular-webfont.woff2") format("woff2"), url("../fonts/armata-regular-webfont.woff") format("woff"), url("../fonts/armata-regular-webfont.ttf") format("truetype"), url("../fonts/armata-regular-webfont.svg#armataregular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'MyriadProRegular';
  src: url("../fonts/MyriadProRegular.eot");
  src: url("../fonts/MyriadProRegular.eot") format("embedded-opentype"), url("../fonts/MyriadProRegular.woff2") format("woff2"), url("../fonts/MyriadProRegular.woff") format("woff"), url("../fonts/MyriadProRegular.ttf") format("truetype"), url("../fonts/MyriadProRegular.svg#MyriadProRegular") format("svg"); }
.fullwidth #banner-wrap {
  width: 100%;
  max-width: 1600px; }

#banner-wrap {
  max-width: 1200px;
  margin: 0 auto; }

#banner-wrap {
  overflow: hidden; }
  #banner-wrap .banner-block {
    width: 100%;
    max-height: 491px;
    position: relative;
    overflow: hidden;
    cursor: pointer; }
    #banner-wrap .banner-block span.overlay1 {
      width: 100%;
      border-bottom: 245px solid rgba(77, 131, 61, 0.7);
      border-right: 2000px solid transparent;
      display: block;
      position: absolute;
      left: 0;
      bottom: 0; }
    #banner-wrap .banner-block span.overlay2 {
      width: 100%;
      border-bottom: 245px solid rgba(41, 77, 139, 0.7);
      border-left: 2000px solid transparent;
      display: block;
      position: absolute;
      bottom: 0;
      right: 0; }
    #banner-wrap .banner-block ul.slides {
      width: 100%;
      list-style: none; }
      #banner-wrap .banner-block ul.slides li {
        position: relative; }
        #banner-wrap .banner-block ul.slides li img {
          margin: auto;
          width: 100%;
          min-width: 1366px;
          border-top: solid #fff 4px;
          border-bottom: solid #c99e67 0px; }
        #banner-wrap .banner-block ul.slides li .text {
          padding: 23px 20px 27px 29px;
          margin-left: -583px;
          width: 430px;
          position: absolute;
          left: 50%;
          top: 84px;
          background: rgba(51, 51, 51, 0.3);
          display: none; }
          #banner-wrap .banner-block ul.slides li .text h1 {
            padding-bottom: 6px;
            font-family: "Roboto", sans-serif;
            text-transform: uppercase;
            font-size: 30px;
            line-height: 38px;
            font-weight: normal;
            color: #fff;
            letter-spacing: 1.6px; }
          #banner-wrap .banner-block ul.slides li .text a.offer {
            padding: 0 13px;
            height: 40px;
            float: right;
            font-family: "Roboto", sans-serif;
            font-size: 18px;
            line-height: 34px;
            font-weight: normal;
            color: #fff;
            text-transform: uppercase;
            text-decoration: none;
            border: 3px solid #fff; }
            #banner-wrap .banner-block ul.slides li .text a.offer:hover {
              opacity: 0.7; }
    #banner-wrap .banner-block .flex-direction-nav {
      height: 0; }
    #banner-wrap .banner-block a.flex-prev {
      width: 44px;
      height: 48px;
      display: block;
      position: absolute;
      top: 43%;
      left: 14.6%;
      text-indent: -9999px;
      z-index: 99;
      background: url("../images/pre_img.png") no-repeat; }
      #banner-wrap .banner-block a.flex-prev:hover {
        opacity: 0.7; }
    #banner-wrap .banner-block a.flex-next {
      width: 44px;
      height: 48px;
      display: block;
      position: absolute;
      top: 43%;
      right: 14.6%;
      text-indent: -9999px;
      z-index: 99;
      background: url("../images/next_img.png") no-repeat; }
      #banner-wrap .banner-block a.flex-next:hover {
        opacity: 0.7; }

img.alignright {
  float: right;
  padding: 0 3px 3px 36px;
  max-width: 100%;
  height: auto; }

/* content */
#content-wrap {
  overflow: hidden;
  width: 100%; }

/* center */
#center-wrap {
  width: 100%;
  overflow: hidden; }

#center-wrap2 {
  width: 100%;
  overflow: hidden; }

.contact-block {
  padding: 20px 47px 17px;
  margin-bottom: 55px;
  width: 100%;
  overflow: hidden;
  background-color: #c99e67; }
  .contact-block h2 {
    font-family: "Roboto", sans-serif;
    font-size: 23px;
    line-height: 43px;
    font-weight: normal;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.7px; }
  .contact-block a {
    width: 108px;
    height: 40px;
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    line-height: 38px;
    font-weight: normal;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    border: 1px solid #fff;
    display: block;
    margin: 0 auto; }
    .contact-block a:hover {
      opacity: 0.7; }
  .contact-block .mx_buttons {
    float: left; }
    .contact-block .mx_buttons a {
      width: auto; }

.now-block {
  padding: 7px 0 60px;
  width: 100%;
  overflow: hidden; }
  .now-block .centering {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    justify-content: left; }
  .now-block .now {
    /*margin-right: 37px; float: left; width: 375px; min-height: 455px; border: solid 2px #FFF; margin-bottom: 37px;*/
    float: left;
    width: 31%;
    border: solid 2px #FFF;
    margin-bottom: 37px;
    margin: 1%;
    float: left;
    position: relative;
    background-color: #f7f7f7; }
    .now-block .now img {
      width: 100%;
      height: auto; }
    .now-block .now .mx_buttons .green {
      display: none; }
    .now-block .now a.green {
      display: block;
      border-bottom: 11px solid #c99e67; }
      .now-block .now a.green:hover {
        opacity: 0.7; }
    .now-block .now a.pink {
      display: block;
      border-bottom: 11px solid #c99e67; }
      .now-block .now a.pink:hover {
        opacity: 0.7; }
    .now-block .now a.blue {
      display: block;
      border-bottom: 11px solid #c99e67; }
      .now-block .now a.blue:hover {
        opacity: 0.7; }
    .now-block .now h3 {
      padding: 12px 6% 18px;
      font-family: "Roboto", sans-serif;
      font-size: 18px;
      line-height: 31px;
      color: #2190ce;
      text-transform: uppercase; }
    .now-block .now ul {
      padding-bottom: 40px;
      width: 100%;
      overflow: hidden;
      list-style: none; }
      .now-block .now ul li {
        padding-left: 11px;
        width: 100%;
        overflow: hidden; }
        .now-block .now ul li a {
          font-family: "Roboto", sans-serif;
          font-size: 16px;
          line-height: 18px;
          font-weight: normal;
          color: #233a51;
          display: block;
          text-decoration: none; }
      .now-block .now ul li.plus {
        background: url("../images/plus_icon.png") left center no-repeat; }
      .now-block .now ul li.minus {
        background: url("../images/minus_icon.png") left center no-repeat; }
        .now-block .now ul li.minus a {
          color: #c99e67; }
    .now-block .now p {
      padding: 0 6% 60px;
      font-family: "Roboto", sans-serif;
      font-size: 16px;
      line-height: 28px;
      font-weight: normal;
      letter-spacing: 0.3px; }
    .now-block .now a.more {
      padding: 10px;
      width: 140px;
      /* height: 24px; */
      float: right;
      font-family: "Roboto", sans-serif;
      font-size: 19px;
      line-height: 24px;
      font-weight: normal;
      color: #fff;
      text-decoration: none;
      text-align: center;
      border-radius: 10px;
      background-color: #233a51;
      position: absolute;
      bottom: 10px;
      margin: 0 auto;
      left: 0;
      right: 0;
      display: inline-block; }
      .now-block .now a.more:hover {
        opacity: 0.7; }
  .now-block .now.last {
    margin-right: 0; }

.project-block {
  padding-bottom: 56px;
  width: 100%;
  overflow: hidden;
  background-color: #233a51;
  opacity: 0.8; }
  .project-block h2 {
    padding-left: 73px;
    float: left;
    font-family: "Roboto", sans-serif;
    font-size: 24px;
    line-height: 80px;
    font-weight: normal;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    background: url("../images/project_icon.png") left center no-repeat; }
  .project-block ul {
    float: right;
    list-style: none; }
    .project-block ul li {
      margin: 0 28px 0 7px;
      float: left; }
      .project-block ul li a {
        padding: 0 15px;
        font-family: "Roboto", sans-serif;
        font-size: 18px;
        line-height: 75px;
        font-weight: normal;
        color: #fff;
        display: block;
        text-decoration: none;
        text-transform: uppercase; }
        .project-block ul li a:hover {
          background-color: #c99e67; }
    .project-block ul li.active a {
      background-color: #c99e67; }
  .project-block .photo {
    padding: 33px 1% 28px;
    width: 100%;
    overflow: hidden; }
    .project-block .photo a {
      margin-right: 30px;
      float: left;
      position: relative;
      outline: none; }
      .project-block .photo a span {
        width: 100%;
        height: 100%;
        display: none;
        position: absolute;
        left: 0;
        top: 0;
        background: rgba(212, 165, 0, 0.7) url("../images/eyes.png") center no-repeat; }
      .project-block .photo a:hover span {
        display: block; }
    .project-block .photo a.last {
      margin-right: 0; }
    .project-block .photo .mx_buttons .photo-image {
      display: none; }
  .project-block .talk {
    float: left;
    width: 767px; }
    .project-block .talk h3 {
      padding-bottom: 5px;
      font-family: "Roboto", sans-serif;
      font-size: 18px;
      line-height: 31px;
      font-weight: normal;
      color: #fff;
      text-transform: uppercase;
      letter-spacing: 0.4px; }
  .project-block .text {
    float: left;
    width: 610px; }
    .project-block .text p {
      font-family: "Roboto", sans-serif;
      font-size: 10px;
      line-height: 20px;
      font-weight: normal;
      color: #fff;
      text-transform: uppercase;
      letter-spacing: 0.25px; }
  .project-block a.contact {
    padding: 0 14px;
    margin-top: 6px;
    height: 40px;
    float: right;
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    line-height: 38px;
    font-weight: normal;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    border: 1px solid #fff; }
    .project-block a.contact:hover {
      color: #c99e67;
      border-color: #c99e67; }

#partner-wrap {
  padding: 61px 0 62px;
  width: 100%;
  min-height: 510px;
  overflow: hidden;
  border-top: 11px solid #c99e67;
  background-image: url(../images/claassen-2.jpg);
  background-size: cover;
  background-attachment: fixed; }
  #partner-wrap .centering {
    position: relative;
    overflow: hidden; }
  #partner-wrap .partner-block {
    float: left;
    width: 55%;
    overflow: hidden;
    color: #fff; }
    #partner-wrap .partner-block h2 {
      padding-left: 0;
      margin-bottom: 45px;
      font-family: "Roboto", sans-serif;
      font-size: 24px;
      line-height: 31px;
      font-weight: normal;
      color: #fff;
      text-transform: uppercase;
      letter-spacing: 0.5px;
      /*background: url('../images/partner_icon.png') left center no-repeat;*/ }
    #partner-wrap .partner-block p {
      color: #fff; }
    #partner-wrap .partner-block ul {
      width: 100%;
      overflow: hidden;
      list-style: none; }
      #partner-wrap .partner-block ul li {
        margin: 0 8px 8px 0;
        float: left; }
        #partner-wrap .partner-block ul li:hover {
          opacity: 0.7; }
      #partner-wrap .partner-block ul li.last {
        margin-right: 0; }
  #partner-wrap .news-block {
    float: right;
    width: 40%;
    overflow: hidden;
    color: #fff; }
    #partner-wrap .news-block h2 {
      padding-left: 0px;
      margin-bottom: 30px;
      font-family: "Roboto", sans-serif;
      font-size: 24px;
      line-height: 31px;
      font-weight: normal;
      color: #fff;
      text-transform: uppercase;
      letter-spacing: 0.5px;
      /*background: url('../images/news_icon.png') left center no-repeat;*/ }
    #partner-wrap .news-block .news {
      padding-bottom: 17px;
      width: 100%;
      overflow: hidden; }
      #partner-wrap .news-block .news h3 {
        padding-bottom: 6px;
        font-family: "Roboto", sans-serif;
        font-size: 18px;
        line-height: 31px;
        font-weight: normal;
        color: #c99e67;
        text-transform: uppercase;
        letter-spacing: 0.4px; }
      #partner-wrap .news-block .news p {
        padding-bottom: 5px;
        font-family: "Roboto", sans-serif;
        font-size: 16px;
        line-height: 28px;
        font-weight: normal;
        color: #fff;
        letter-spacing: 0.3px; }
      #partner-wrap .news-block .news a {
        display: inline-block;
        border: solid 2px #fff;
        background-color: #d4a600;
        padding: 10px;
        color: #ffffff !important;
        text-decoration: none;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        float: right;
        margin-top: 25px; }
        #partner-wrap .news-block .news a:hover {
          display: inline-block;
          border: solid 2px #d4a600;
          background-color: #ffffff;
          padding: 10px;
          color: #d4a600 !important;
          text-decoration: none;
          -webkit-border-radius: 5px;
          -moz-border-radius: 5px;
          border-radius: 5px; }
    #partner-wrap .news-block .news.last {
      padding-bottom: 9px;
      margin-bottom: 12px;
      border-bottom: 1px solid #c99e67; }
    #partner-wrap .news-block a.more {
      padding: 0 25px;
      height: 24px;
      float: right;
      font-family: "Roboto", sans-serif;
      font-size: 16px;
      line-height: 24px;
      font-weight: normal;
      color: #fff;
      text-align: center;
      text-decoration: none;
      letter-spacing: 0.5px;
      border-radius: 10px;
      background-color: #233a51; }
      #partner-wrap .news-block a.more:hover {
        opacity: 0.7; }
  #partner-wrap .news-block {
    padding: 0px 82px;
    width: 503px;
    float: right; }

#partner-wrap.part {
  padding: 0;
  border-top: 0;
  background-color: inherit; }

.do-block {
  float: left;
  width: 100%;
  overflow: hidden;
  padding: 10px 5%; }
  .do-block h1 {
    padding-bottom: 14px;
    font-family: "Roboto", sans-serif;
    font-size: 24px;
    line-height: 31px;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 0.5px; }
  .do-block p {
    padding-bottom: 16px;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    line-height: 28px;
    font-weight: normal;
    letter-spacing: 0.3px; }
    .do-block p a {
      color: #c99e67;
      text-decoration: none; }
      .do-block p a:hover {
        opacity: 0.7; }
    .do-block p em {
      display: block;
      font-style: normal; }
  .do-block h2 {
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    line-height: 24px;
    font-weight: normal;
    color: #c99e67;
    display: block; }
  .do-block ul {
    margin-bottom: 20px;
    width: 100%;
    list-style: none;
    overflow: hidden;
    margin-left: 15px; }
    .do-block ul li {
      font-family: "Roboto", sans-serif;
      font-size: 16px;
      line-height: 28px;
      font-weight: normal;
      letter-spacing: 0.3px;
      list-style: circle;
      /* padding-left: 50px; */
      margin: 0 20px; }
      .do-block ul li a {
        display: block;
        text-decoration: none;
        color: #c99e67; }
  .do-block h3 {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    line-height: 22px;
    font-weight: normal;
    color: #fff; }
  .do-block h4 {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    line-height: 19px;
    font-weight: normal;
    color: #c99e67;
    text-transform: uppercase; }
  .do-block h5 {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    line-height: 18px;
    font-weight: normal;
    color: #c99e67;
    text-transform: uppercase; }
  .do-block .photo {
    margin-top: 24px;
    float: left; }
    .do-block .photo a {
      margin-right: 27px;
      float: left;
      position: relative; }
      .do-block .photo a:hover span {
        display: block; }
    .do-block .photo a.last {
      margin-right: 0; }
    .do-block .photo a span {
      width: 100%;
      height: 100%;
      display: none;
      position: absolute;
      left: 0;
      top: 0;
      background: rgba(77, 131, 61, 0.7) url("../images/eyes2.png") center no-repeat; }

.do-block75 {
  float: left;
  width: 75%;
  overflow: hidden;
  padding: 10px 5% 10px 2%; }
  .do-block75 h1 {
    padding-bottom: 14px;
    font-family: "Roboto", sans-serif;
    font-size: 24px;
    line-height: 31px;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 0.5px; }
  .do-block75 p {
    padding-bottom: 16px;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    line-height: 28px;
    font-weight: normal;
    letter-spacing: 0.3px; }
    .do-block75 p a {
      color: #c99e67;
      text-decoration: none; }
      .do-block75 p a:hover {
        opacity: 0.7; }
    .do-block75 p em {
      display: block;
      font-style: normal; }
  .do-block75 h2 {
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    line-height: 24px;
    font-weight: normal;
    color: #c99e67;
    display: block; }
  .do-block75 ul {
    margin-bottom: 20px;
    width: 100%;
    list-style: none;
    overflow: hidden;
    margin-left: 15px; }
    .do-block75 ul li {
      font-family: "Roboto", sans-serif;
      font-size: 16px;
      line-height: 28px;
      font-weight: normal;
      letter-spacing: 0.3px;
      list-style: circle;
      /* padding-left: 50px; */
      margin: 0 20px; }
      .do-block75 ul li a {
        display: block;
        text-decoration: none;
        color: #c99e67; }
  .do-block75 h3 {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    line-height: 22px;
    font-weight: normal;
    color: #fff; }
  .do-block75 h4 {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    line-height: 19px;
    font-weight: normal;
    color: #c99e67;
    text-transform: uppercase; }
  .do-block75 h5 {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    line-height: 18px;
    font-weight: normal;
    color: #c99e67;
    text-transform: uppercase; }
  .do-block75 .photo {
    margin-top: 24px;
    float: left; }
    .do-block75 .photo a {
      margin-right: 27px;
      float: left;
      position: relative; }
      .do-block75 .photo a:hover span {
        display: block; }
    .do-block75 .photo a.last {
      margin-right: 0; }
    .do-block75 .photo a span {
      width: 100%;
      height: 100%;
      display: none;
      position: absolute;
      left: 0;
      top: 0;
      background: rgba(77, 131, 61, 0.7) url("../images/eyes2.png") center no-repeat; }
  .do-block75 img {
    width: 100%;
    height: auto; }

.rightblock {
  width: 25%;
  float: left;
  padding: 10px 5% 10px 2%; }
  .rightblock h2 {
    padding-bottom: 14px;
    font-family: "Roboto", sans-serif;
    font-size: 24px;
    line-height: 31px;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 0.5px; }
  .rightblock ul {
    margin-bottom: 20px;
    width: 100%;
    list-style: none;
    overflow: hidden;
    margin-left: 15px; }
    .rightblock ul li {
      font-family: "Roboto", sans-serif;
      font-size: 16px;
      line-height: 28px;
      font-weight: normal;
      letter-spacing: 0.3px;
      list-style: circle;
      /* padding-left: 50px; */
      margin: 0 20px; }
      .rightblock ul li a {
        display: block;
        text-decoration: none;
        color: #c99e67; }

.np-block {
  margin-top: 0px;
  width: 100%;
  min-height: 36px;
  overflow: hidden;
  background-color: #eeeeee; }
  .np-block ul {
    float: left;
    list-style: none; }
    .np-block ul li {
      padding: 0 6px 0 10px;
      float: left;
      font-family: "Roboto", sans-serif;
      font-size: 16px;
      line-height: 36px;
      font-weight: normal;
      color: #233a51;
      background: url("../images/arrow2.png") left center no-repeat; }
      .np-block ul li a {
        display: block;
        text-decoration: none;
        color: #233a51; }
        .np-block ul li a:hover {
          color: #c99e67; }
      .np-block ul li:first-child {
        padding-left: 0;
        background: none; }
    .np-block ul li.active {
      color: #c99e67; }

.mx_buttons {
  display: inline-block;
  position: relative; }

.footer-ovk {
  float: left;
  color: #333333;
  font-size: 10px;
  text-align: center;
  width: 100%;
  padding-top: 20px; }

.footer-ovk a {
  color: #333333;
  text-decoration: none; }

.footer-ovk a:hover {
  color: #333333;
  text-decoration: underline; }

/* Fonts Variable */
@font-face {
  font-family: 'armataregular';
  src: url("../fonts/armata-regular-webfont.eot");
  src: url("../fonts/armata-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/armata-regular-webfont.woff2") format("woff2"), url("../fonts/armata-regular-webfont.woff") format("woff"), url("../fonts/armata-regular-webfont.ttf") format("truetype"), url("../fonts/armata-regular-webfont.svg#armataregular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'MyriadProRegular';
  src: url("../fonts/MyriadProRegular.eot");
  src: url("../fonts/MyriadProRegular.eot") format("embedded-opentype"), url("../fonts/MyriadProRegular.woff2") format("woff2"), url("../fonts/MyriadProRegular.woff") format("woff"), url("../fonts/MyriadProRegular.ttf") format("truetype"), url("../fonts/MyriadProRegular.svg#MyriadProRegular") format("svg"); }
#footer-wrap {
  overflow: hidden;
  width: 100%;
  border-top: 11px solid #c99e67;
  background-color: #233a51; }
  #footer-wrap .footer-block {
    padding: 52px 0 35px;
    width: 100%;
    overflow: hidden;
    color: #fff;
    font-family: "Roboto", sans-serif; }
    #footer-wrap .footer-block a {
      color: #c99e67; }
      #footer-wrap .footer-block a:hover {
        color: #fff; }
    #footer-wrap .footer-block h3 {
      padding-bottom: 35px;
      font-family: "Roboto", sans-serif;
      font-size: 18px;
      line-height: 31px;
      font-weight: normal;
      color: #c99e67;
      text-transform: uppercase;
      letter-spacing: 0.4px; }
    #footer-wrap .footer-block .site {
      width: 25%;
      float: left;
      padding: 0 2%; }
      #footer-wrap .footer-block .site span {
        font-family: "Roboto", sans-serif;
        font-size: 12px;
        line-height: 20px;
        font-weight: normal;
        color: #fff;
        display: block;
        letter-spacing: 0.3px; }
      #footer-wrap .footer-block .site a.load {
        font-family: "Roboto", sans-serif;
        font-size: 12px;
        line-height: 20px;
        font-weight: normal;
        color: #c99e67;
        display: block;
        text-decoration: underline; }
        #footer-wrap .footer-block .site a.load:hover {
          color: #fff; }
      #footer-wrap .footer-block .site ul {
        width: 100%;
        overflow: hidden;
        list-style: none; }
        #footer-wrap .footer-block .site ul li {
          width: 100%;
          overflow: hidden; }
          #footer-wrap .footer-block .site ul li a {
            font-family: "Roboto", sans-serif;
            font-size: 12px;
            line-height: 20px;
            font-weight: normal;
            color: #fff;
            text-decoration: none;
            display: inline-block; }
          #footer-wrap .footer-block .site ul li a:hover {
            color: #c99e67; }
          #footer-wrap .footer-block .site ul li ul {
            padding: 0 40px; }
            #footer-wrap .footer-block .site ul li ul li a {
              text-decoration: underline;
              color: #c99e67; }
              #footer-wrap .footer-block .site ul li ul li a:hover {
                color: #fff; }
      #footer-wrap .footer-block .site .open {
        padding-bottom: 20px;
        width: 100%;
        overflow: hidden; }
        #footer-wrap .footer-block .site .open em {
          font-family: "Roboto", sans-serif;
          font-size: 12px;
          line-height: 20px;
          font-weight: normal;
          color: #fff;
          display: block;
          font-style: normal; }
        #footer-wrap .footer-block .site .open em.day {
          float: left;
          width: 93px; }
        #footer-wrap .footer-block .site .open em.time {
          float: left;
          color: #c99e67; }
        #footer-wrap .footer-block .site .open a:hover em.time {
          color: #fff; }
        #footer-wrap .footer-block .site .open a:hover em.day {
          color: #c99e67; }
    #footer-wrap .footer-block .contact {
      float: left;
      width: 270px;
      overflow: hidden; }
      #footer-wrap .footer-block .contact address {
        font-family: "Roboto", sans-serif;
        font-size: 12px;
        line-height: 20px;
        font-weight: normal;
        color: #fff;
        font-style: normal;
        display: block;
        letter-spacing: 0.3px; }
      #footer-wrap .footer-block .contact a {
        font-family: "Roboto", sans-serif;
        font-size: 12px;
        line-height: 20px;
        font-weight: normal;
        color: #fff;
        text-decoration: none; }
      #footer-wrap .footer-block .contact a.phone {
        margin-top: 19px; }
      #footer-wrap .footer-block .contact a:hover {
        color: #c99e67; }
      #footer-wrap .footer-block .contact a.call {
        padding: 0 15px;
        float: left;
        height: 40px;
        font-size: 18px;
        line-height: 38px;
        text-transform: uppercase;
        text-transform: uppercase;
        border: 1px solid #fff; }
        #footer-wrap .footer-block .contact a.call:hover {
          color: #c99e67;
          border-color: #c99e67; }
  #footer-wrap .bottom-block {
    padding: 28px 0;
    width: 100%;
    overflow: hidden;
    background-color: #233a51; }
    #footer-wrap .bottom-block span {
      font-family: "Roboto", sans-serif;
      font-size: 12px;
      line-height: 20px;
      font-weight: normal;
      color: #fff;
      display: block;
      text-align: center;
      letter-spacing: 0.3px; }
      #footer-wrap .bottom-block span a {
        color: #fff;
        display: inline-block; }
        #footer-wrap .bottom-block span a:hover {
          color: #c99e67; }

/* Fonts Variable */
@font-face {
  font-family: 'armataregular';
  src: url("../fonts/armata-regular-webfont.eot");
  src: url("../fonts/armata-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/armata-regular-webfont.woff2") format("woff2"), url("../fonts/armata-regular-webfont.woff") format("woff"), url("../fonts/armata-regular-webfont.ttf") format("truetype"), url("../fonts/armata-regular-webfont.svg#armataregular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'MyriadProRegular';
  src: url("../fonts/MyriadProRegular.eot");
  src: url("../fonts/MyriadProRegular.eot") format("embedded-opentype"), url("../fonts/MyriadProRegular.woff2") format("woff2"), url("../fonts/MyriadProRegular.woff") format("woff"), url("../fonts/MyriadProRegular.ttf") format("truetype"), url("../fonts/MyriadProRegular.svg#MyriadProRegular") format("svg"); }
/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 960px) and (max-width: 1220px) {
  .centering {
    width: auto;
    padding: 0 10px; }

  #header-wrap .nav-block ul li a {
    padding: 0 12px; }

  #banner-wrap .banner-block ul.slides li .text {
    left: 50px;
    margin-left: 0px; }

  #banner-wrap .banner-block a.flex-next {
    right: 10px; }

  #banner-wrap .banner-block a.flex-prev {
    left: 10px; }

  .contact-block h2 {
    font-size: 18px; }

  .now-block {
    text-align: center; }
    .now-block .now {
      /*width: 31%; margin: 0 1%; text-align: left;*/ }
      .now-block .now img {
        max-width: 100%;
        height: auto; }
    .now-block .now.last {
      margin-right: 10px; }

  .project-block .photo a {
    width: 23%;
    margin-right: 20px; }
    .project-block .photo a img {
      max-width: 100%;
      height: auto; }

  #partner-wrap .partner-block {
    width: 55%; }

  #partner-wrap .news-block {
    width: 36%;
    padding: 0px 2%; }

  #partner-wrap .partner-block ul {
    text-align: center; }
    #partner-wrap .partner-block ul li {
      width: 30%;
      float: none;
      margin: 5px;
      display: inline-block; }
      #partner-wrap .partner-block ul li img {
        max-width: 100%;
        height: auto; }

  .project-block h2 {
    float: none;
    width: auto; }

  .project-block ul li {
    margin-right: 12px; }

  .project-block .talk {
    float: none;
    width: auto; }

  .project-block ul {
    float: none;
    width: auto; }

  #partner-wrap .news-block.bg {
    width: 35%;
    padding: 30px;
    position: static; }

  .do-block .photo a {
    width: 32%;
    margin-right: 10px; }
    .do-block .photo a img {
      max-width: 100%;
      height: auto; }

  #footer-wrap .footer-block .site {
    width: 26%; }

  #footer-wrap .footer-block .contact {
    float: right;
    width: 186px; }

  .green-bar .centering {
    padding: 0px; } }
/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 995px) {
  .centering {
    width: auto;
    padding: 0 10px; }

  #header-wrap .nav-block ul li a {
    padding: 0 8px; }

  #header-wrap .nav-block ul li a {
    font-size: 12px; }

  #header-wrap .nav-block a.phone {
    font-size: 12px;
    padding-left: 54px; }

  #banner-wrap .banner-block ul.slides li .text {
    margin-left: -215px; }

  #banner-wrap .banner-block a.flex-next {
    right: 20px; }

  #banner-wrap .banner-block a.flex-prev {
    left: 20px; }

  .contact-block h2 {
    width: 80%; }

  .project-block h2 {
    float: none;
    width: auto; }

  .project-block ul {
    float: none;
    width: auto; }

  .project-block ul li {
    margin-right: 12px; }

  .now-block {
    text-align: center; }
    .now-block .now {
      width: 48%;
      /* width: calc(33.33% - 10px); margin-right: 15px; text-align: left;*/ }
      .now-block .now img {
        max-width: 100%;
        height: auto; }
    .now-block .now.last {
      margin-right: 0px; }

  .project-block .photo a {
    width: 23%;
    margin-right: 19px; }
    .project-block .photo a img {
      max-width: 100%;
      height: auto; }

  #partner-wrap .news-block.bg {
    width: 35%;
    padding: 30px;
    position: static; }

  .do-block .photo a {
    width: 32%;
    margin-right: 8px; }
    .do-block .photo a img {
      max-width: 100%;
      height: auto; }

  #partner-wrap .news-block .news h3 {
    font-size: 16px; }

  #header-wrap .nav-block a.phone::before {
    left: 7px; }

  #header-wrap .nav-block a.phone {
    padding-left: 35px; }

  #partner-wrap .partner-block {
    width: 50%;
    padding: 0px 5%; }

  #partner-wrap .news-block {
    width: 50%;
    padding: 0px 5%; }

  #partner-wrap .partner-block ul {
    text-align: center; }
    #partner-wrap .partner-block ul li {
      width: 30%;
      float: none;
      margin: 5px;
      display: inline-block; }
      #partner-wrap .partner-block ul li img {
        max-width: 100%;
        height: auto; }

  #footer-wrap .footer-block .site {
    width: 48%;
    padding-right: 20px; }

  #footer-wrap .footer-block .site:nth-child(2) {
    width: 48%; }

  #footer-wrap .footer-block .site .open em.day {
    width: 75px; }

  #footer-wrap .footer-block .contact {
    float: right;
    width: 186px; }

  .project-block .talk {
    float: none;
    width: auto; }

  .green-bar .centering {
    padding: 0px; } }
@media only screen and (max-width: 767px) {
  .rightblock {
    width: 50%; }

  .do-block75 {
    width: 50%; }

  #page-wrap {
    padding-top: 200px; }

  #banner-wrap .banner-block ul.slides li img {
    height: auto;
    min-width: 100%;
    border-top: solid #ffffff 5px;
    border-bottom: solid #ffffff 5px; }

  .phone {
    display: none; }

  #header-wrap .nav-block {
    display: none; }

  #header-wrap.sticky .top-block .media {
    display: none; }

  #header-wrap.sticky {
    background-color: #fff; }

  #header-wrap.sticky .nav-block {
    display: none; }

  .centering {
    width: auto;
    padding: 0 15px; }

  #header-wrap .top-block .media .offer {
    display: none; }

  .nav-block {
    display: none; }

  #header-wrap .top-block .logo {
    float: none;
    width: 250px; }

  #header-wrap .top-block .logo img {
    width: 100%;
    height: auto; }

  #header-wrap .top-block .media {
    margin-top: 10px;
    float: none;
    width: auto; }

  #header-wrap .top-block .media .search input[type="text"] {
    width: calc(100% - 36px); }

  #header-wrap .top-block .media ul {
    float: none;
    text-align: center; }

  #header-wrap .top-block .media ul li {
    display: inline-block;
    float: none;
    margin: 0 8px; }

  #header-wrap .top-block .media .search {
    float: right;
    width: 87%;
    margin: auto;
    margin-top: -54px; }

  #header-wrap .top-block .media .inner {
    width: 34px; }

  .do-block {
    float: none;
    width: auto; }

  #partner-wrap .news-block.bg {
    float: none;
    width: auto;
    position: static;
    padding: 30px 15px;
    margin: 0 -10px; }

  .do-block .photo {
    float: none;
    width: auto; }

  .do-block .photo a {
    display: block;
    float: none;
    width: auto;
    margin: 0 0 10px 0px; }

  .do-block .photo a img {
    width: 100%;
    height: auto; }

  .contact-block {
    width: auto;
    padding: 20px;
    overflow: hidden;
    margin: 0 -20px 20px -20px; }

  .contact-block h2 {
    float: none;
    display: none; }

  .contact-block a {
    float: none;
    margin: 0 auto;
    margin-top: 10px;
    display: block; }

  #partner-wrap .partner-block {
    float: none;
    width: auto; }

  #partner-wrap .news-block {
    margin-top: 20px;
    float: none;
    width: auto;
    padding: 31px 10px;
    height: auto !important; }

  #partner-wrap .partner-block ul {
    text-align: center; }

  #partner-wrap .partner-block ul li {
    float: none;
    display: inline-block;
    text-align: center;
    margin: 4px; }

  #partner-wrap .partner-block ul li.last {
    margin-right: 8px; }

  #partner-wrap .partner-block h2 {
    width: 250px;
    margin: 0 auto;
    margin-bottom: 15px; }

  .now-block .now {
    width: 48%;
    /*float: none; width: auto; margin: 0 0 20px 0px;     min-height: 50px;*/ }

  .now-block .now img {
    width: 100%;
    height: auto; }

  .now-block .centering {
    padding: 0 40px; }

  .now-block .now a.more {
    float: none;
    display: block;
    margin: 0 auto;
    text-align: center; }

  #banner-wrap .banner-block ul.slides li .text {
    display: none;
    margin-left: 0;
    width: 100%;
    left: 0; }

  #banner-wrap .flex-direction-nav {
    display: none; }

  .project-block {
    width: auto;
    float: none;
    display: none; }

  .menuicon {
    display: block !important;
    position: absolute;
    right: 30px;
    top: 27px;
    cursor: pointer; }

  .menuicon:hover {
    opacity: .8; }

  .mobileHeader.sticky {
    background: #fff;
    padding-bottom: 0px;
    position: fixed;
    left: 0px;
    top: 0px;
    padding: 10px;
    width: 100%;
    z-index: 99;
    box-shadow: 0 0px 3px rgba(0, 0, 0, 0.6);
    -webkit-box-shadow: 0 0px 3px rgba(0, 0, 0, 0.6); }

  .mobileHeader.sticky .menuicon {
    top: 27px; }

  #footer-wrap .footer-block {
    padding-left: 40px;
    padding-right: 40px; }

  #footer-wrap .bottom-block {
    padding-left: 40px;
    padding-right: 40px; }

  #footer-wrap .footer-block .site {
    margin-bottom: 30px;
    float: none;
    width: auto; }

  #footer-wrap .footer-block .contact {
    float: none;
    width: auto; }

  #footer-wrap .footer-block .contact a.call {
    float: none;
    margin: 0 auto;
    width: 110px; }

  .green-bar .centering {
    padding: 0px; }

  .nav-block.mm-menu {
    max-width: 257px;
    background-color: #233a51; }
    .nav-block.mm-menu .mm-panels {
      background-color: #233a51;
      overflow: visible;
      top: 92px; }
      .nav-block.mm-menu .mm-panels #mm-1.mm-panel.mm-hasnavbar {
        /*                            padding-top: 0px;*/ }
      .nav-block.mm-menu .mm-panels #mm-1 .mm-navbar {
        /*                        display: none;*/ }
      .nav-block.mm-menu .mm-panels .mm-navbar {
        height: 42px; }
      .nav-block.mm-menu .mm-panels .mobile-demo {
        padding: 20px 14px;
        position: absolute;
        left: 0;
        top: -92px;
        z-index: 999;
        width: 100%;
        height: 87px;
        background-color: #c99e67; }
        .nav-block.mm-menu .mm-panels .mobile-demo a {
          margin-right: 7px;
          width: 52px;
          height: 52px;
          display: inline-block; }
          .nav-block.mm-menu .mm-panels .mobile-demo a img {
            width: 100%; }
          .nav-block.mm-menu .mm-panels .mobile-demo a:hover {
            opacity: 0.7; }
      .nav-block.mm-menu .mm-panels .mm-navbar {
        border-bottom-color: #fff; }
        .nav-block.mm-menu .mm-panels .mm-navbar a.mm-title {
          color: #c99e67;
          font-size: 17px;
          text-transform: uppercase; }
        .nav-block.mm-menu .mm-panels .mm-navbar .mm-btn.mm-prev {
          background: url("../images/back.png") no-repeat center center; }
          .nav-block.mm-menu .mm-panels .mm-navbar .mm-btn.mm-prev:before {
            content: none; }
    .nav-block.mm-menu ul.mm-listview {
      width: 236px; }
    .nav-block.mm-menu ul .mm-next + a {
      margin-right: 0; }
    .nav-block.mm-menu ul li {
      margin: 0 -20px; }
      .nav-block.mm-menu ul li:after {
        border-bottom-color: #fff; }
      .nav-block.mm-menu ul li a {
        padding: 10px 35px;
        color: #fff;
        font-size: 17px; }
        .nav-block.mm-menu ul li a:hover {
          background-color: #c99e67; }
        .nav-block.mm-menu ul li a.arrow {
          position: relative; }
          .nav-block.mm-menu ul li a.arrow:hover:before {
            content: '';
            width: 10px;
            height: 17px;
            position: absolute;
            right: 14px;
            top: 11px;
            background: url("../images/arrow_hover1.png") no-repeat; }
          .nav-block.mm-menu ul li a.arrow:before {
            content: '';
            width: 10px;
            height: 17px;
            position: absolute;
            right: 14px;
            top: 11px;
            background: url("../images/arrow.png") no-repeat; }

  .mm-slideout {
    position: relative; }
    .mm-slideout:after {
      position: absolute;
      content: '';
      left: -64px;
      top: 20px;
      width: 52px;
      height: 52px;
      z-index: 99999;
      display: block;
      transition: all 0.4s;
      -webkit-transition: all 0.4s;
      cursor: pointer;
      background: url("../images/menu_icon4.jpg") no-repeat left top; }

  /*mobile menu*/
  html.mm-opening .mm-slideout {
    transform: translate3d(256px, 0px, 0px);
    -webkit-transform: translate3d(256px, 0px, 0px); }

  .mm-menu .mm-listview > li.mm-selected > a:not(.mm-next) {
    background: #333; }

  .mm-menu .mm-listview > li.mm-selected > a.arrow:before {
    background: url("../images/arrow_hover1.png"); }

  .mm-menu .mm-listview > li.mm-selected > span {
    background: url("../images/arrow.png") no-repeat 96% center; }

  .mm-menu .mm-listview > li.mm-selected > a:not(.mm-next):hover, .mm-menu .mm-listview > li.mm-selected > span {
    background: #c99e67 url("../images/arrow.png") no-repeat 96% center; } }
html.mm-blocking #mm-blocker {
  background-color: rgba(51, 51, 51, 0.7); }

@media only screen and (max-width: 580px) {
  .rightblock {
    width: 100%;
    padding: 5%; }

  .do-block75 {
    width: 100%;
    padding: 5%; }

  .now-block .now {
    width: 98%;
    margin-bottom: 25px !important; } }

/*# sourceMappingURL=style.css.map */
