html,
body {
  color: #444444;
  font-family: "Volte", sans-serif;
  font-weight: 300;
  background-color: white;
  width: 100%;
  overflow-x: hidden; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Volte", serif;
  font-weight: bold;
  color: #444444; }

a {
  text-decoration: none;
  -webkit-transition: 0.3s ease-in all;
  -moz-transition: 0.3s ease-in all;
  -ms-transition: 0.3s ease-in all;
  transition: 0.3s ease-in all;
  color: #0089ce; }
  a:hover {
    text-decoration: underline; }

input,
label,
select,
button,
textarea {
  margin: 0;
  border: 0;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  background: none;
  line-height: 1;
  /* Browsers have different default form fonts */
  font-size: 1rem;
  font-family: "Volte", sans-serif, Arial;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

input,
select,
textarea {
  border: 1px solid #ccc;
  height: 40px;
  line-height: 40px;
  padding: 0 1rem;
  max-width: 100%;
  font-weight: 300;
  margin-bottom: 2rem;
  -webkit-box-shadow: inset 0 3px 3px -1px #ced6db;
  -moz-box-shadow: inset 0 3px 3px -1px #ced6db;
  -o-box-shadow: inset 0 3px 3px -1px #ced6db;
  -ms-box-shadow: inset 0 3px 3px -1px #ced6db;
  box-shadow: inset 0 3px 3px -1px #ced6db;
  width: 100%; }

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-size: 0.86667rem;
  color: #aaa; }

::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 0.86667rem;
  color: #aaa; }

:-ms-input-placeholder {
  /* IE 10+ */
  font-size: 0.86667rem;
  color: #aaa; }

:-moz-placeholder {
  /* Firefox 18- */
  font-size: 0.86667rem;
  color: #aaa; }

label {
  font-size: 0.8666rem;
  color: #666;
  margin-bottom: 10px; }

textarea {
  height: auto;
  padding: 0.5rem 1rem;
  width: 100%; }

.hidden-hover {
  display: none;
  height: 0;
  opacity: 0;
  -webkit-transition: 0.3s ease-in opacity;
  -moz-transition: 0.3s ease-in opacity;
  -ms-transition: 0.3s ease-in opacity;
  transition: 0.3s ease-in opacity; }

.button, .btn-fill, .btn-angle, .btn-transp {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  padding: 0 1.5rem;
  text-transform: uppercase;
  font-size: 0.866666rem;
  border-radius: 2px;
  font-weight: 700;
  -webkit-transition: 0.25s ease-in all;
  -moz-transition: 0.25s ease-in all;
  -ms-transition: 0.25s ease-in all;
  transition: 0.25s ease-in all; }

.btn-fill, .btn-angle {
  border: none;
  background: none;
  vertical-align: middle;
  position: relative;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  background-color: #0089ce;
  color: #005682;
  overflow: hidden; }
  .btn-fill::before, .btn-angle::before {
    font-family: "FontAwesome";
    font-size: 17px;
    content: "\f178";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0089ce;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  .btn-fill > span, .btn-angle > span {
    display: block;
    vertical-align: middle; }
  .btn-fill::before, .btn-angle::before,
  .btn-fill > span,
  .btn-angle > span {
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1); }
  .btn-fill:hover::before, .btn-angle:hover::before {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    text-align: center; }
  .btn-fill:hover, .btn-angle:hover {
    text-decoration: none; }
  .btn-fill:hover > span, .btn-angle:hover > span {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }

.btn-angle {
  position: relative;
  text-transform: none;
  color: #fff;
  font-size: 1.5rem;
  font-weight: normal;
  overflow: initial; }
  .btn-angle:before {
    content: "";
    width: 0;
    height: 0;
    background: transparent;
    border-top: 40px solid #0089ce;
    border-left: 15px solid transparent;
    position: absolute;
    top: 0;
    left: -15px;
    transform: none; }
  .btn-angle:after {
    content: "";
    width: 0;
    height: 0;
    border-bottom: 40px solid #0089ce;
    border-right: 15px solid transparent;
    position: absolute;
    top: 0;
    right: -15px; }
  .btn-angle:hover {
    background: #0093dd; }
    .btn-angle:hover:before {
      border-top-color: #0093dd; }
    .btn-angle:hover:after {
      border-bottom-color: #0093dd; }

.btn-dark {
  background: #222;
  color: #fff; }

.btn-transp {
  background: transparent;
  vertical-align: middle;
  position: relative;
  z-index: 1;
  overflow: hidden;
  color: #333;
  padding: 0 2rem 0 2.5rem;
  height: 47px;
  line-height: 46px;
  border: 2px solid #333; }
  .btn-transp:hover {
    background: #333;
    color: #fff;
    text-decoration: none; }
  .btn-transp.btn-white {
    background: transparent;
    border-color: #fff;
    color: #fff; }
    .btn-transp.btn-white:hover {
      background: #fff;
      color: #333;
      text-decoration: none; }

.btn-full {
  width: 100%;
  padding: 0;
  text-align: center; }

.btn-white {
  background-color: #fff;
  color: #47b165; }
  .btn-white:hover {
    color: #fff;
    text-align: center; }

.text-center {
  text-align: center; }

form#quote-form .error-red {
  text-align: left;
  color: #ff4d4d;
  font-weight: bold;
  margin-bottom: 1rem; }

header {
  width: 100%;
  margin: auto;
  background: #fff;
  padding: 10px 0 0 0; }
  header #top {
    height: 45px;
    line-height: 45px;
    overflow: hidden;
    width: 48%; }
    @media only screen and (max-width: 641px) {
      header #top {
        background: rgba(0, 0, 0, 0.4);
        position: absolute;
        right: 0;
        height: 70px;
        line-height: 70px;
        width: 25%;
        top: 18px;
        overflow: initial;
        text-align: center; }
        header #top:before {
          content: "";
          width: 0;
          height: 0;
          background: transparent;
          border-top: 70px solid rgba(0, 0, 0, 0.4);
          border-left: 22px solid transparent;
          position: absolute;
          top: 0;
          left: -22px;
          transform: none; } }
    @media only screen and (max-width: 440px) {
      header #top {
        height: 45px;
        line-height: 45px; }
        header #top:before {
          border-top-width: 45px;
          border-left-width: 16px;
          left: -16px; } }
    header #top a {
      color: #fff;
      text-transform: uppercase;
      font-size: 0.86667rem;
      padding: 0 4%;
      display: block;
      float: left; }
      header #top a.lang {
        padding: 0 1%; }
        @media only screen and (max-width: 641px) {
          header #top a.lang {
            font-size: 1.1rem;
            display: inline-block;
            padding: 0 3%; } }
      @media only screen and (max-width: 641px) {
        header #top a.link {
          display: none; } }
      header #top a:hover {
        color: #0089ce; }
      header #top a:nth-of-type(2) {
        margin-right: 2rem; }
    header #top .fa {
      font-size: 1.0666rem;
      padding: 0 .25rem; }
  header a {
    color: #555; }
  header #logo {
    height: auto;
    width: 100%;
    text-align: center;
    background: url("../img/shadow-menu-home.png") right center no-repeat;
    background-size: contain;
    padding: 0 4rem 5rem 0;
    -webkit-transition: 0.3s ease-in height;
    -moz-transition: 0.3s ease-in height;
    -ms-transition: 0.3s ease-in height;
    transition: 0.3s ease-in height; }
    @media only screen and (max-width: 641px) {
      header #logo {
        margin: auto;
        width: 70%;
        height: auto;
        display: block;
        margin-top: 10px;
        padding-right: 0;
        background: transparent;
        float: none; } }
    @media only screen and (max-width: 440px) {
      header #logo {
        height: auto;
        width: 45%;
        margin-top: 0.7rem; } }
    @media only screen and (max-width: 365px) {
      header #logo {
        margin-top: 1.4rem; } }
    header #logo img {
      max-width: 100%;
      width: auto;
      max-height: 100%;
      height: auto;
      padding: 4% 0; }
      @media only screen and (max-width: 641px) {
        header #logo img {
          padding: 0;
          display: block;
          margin: auto; } }
    header #logo h2 {
      font-size: 1rem;
      font-weight: 500;
      text-transform: uppercase;
      color: #6e6b66;
      line-height: 1.2;
      letter-spacing: 1px;
      margin-bottom: 3rem; }
  header #search-wrapper {
    float: left;
    height: 25px;
    line-height: 25px;
    width: 35%;
    text-align: right;
    font-size: 1.2rem;
    position: relative;
    top: 10px;
    margin-right: 6%; }
    @media (max-width: 860px) {
      header #search-wrapper {
        width: 40px;
        text-align: right; } }
    @media only screen and (max-width: 641px) {
      header #search-wrapper {
        display: none; } }
    header #search-wrapper input {
      width: 100%;
      margin: 0;
      background: rgba(0, 0, 0, 0.4);
      border: none;
      box-shadow: none;
      height: 25px;
      line-height: 25px;
      display: block;
      color: #fff;
      outline: none; }
      header #search-wrapper input:focus {
        outline: none; }
    header #search-wrapper button {
      position: absolute;
      top: 0;
      bottom: 0;
      margin: auto;
      right: 2%;
      width: 10%;
      text-align: center;
      height: 25px;
      color: #ffF;
      z-index: 2; }
    header #search-wrapper:before {
      content: "";
      width: 0;
      height: 0;
      border-top: 25px solid rgba(0, 0, 0, 0.4);
      border-left: 12px solid transparent;
      position: absolute;
      top: 0;
      left: -12px; }
    header #search-wrapper:after {
      content: "";
      width: 0;
      height: 0;
      border-bottom: 25px solid rgba(0, 0, 0, 0.4);
      border-right: 12px solid transparent;
      position: absolute;
      top: 0;
      right: -12px; }
  @media only screen and (max-width: 440px) {
    header #branches {
      padding-left: 0; } }
  header #branches .col-dx-6 {
    position: relative; }
  header #branches .col-dx-6:nth-of-type(2n+1):after {
    content: "";
    position: absolute;
    width: 2px;
    height: 90%;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: url("../img/tockice-vert.png") top right repeat-y; }
    @media only screen and (max-width: 641px) {
      header #branches .col-dx-6:nth-of-type(2n+1):after {
        background: none; } }
  header #branches .col-dx-6:nth-of-type(2n+1) .sub-project {
    background: url("../img/tockice.png") bottom left repeat-x; }
  header #branches .col-dx-6:nth-of-type(2n+2) .sub-project {
    background: url("../img/tockice.png") bottom left repeat-x; }
  header #branches .sub-project {
    text-align: center;
    padding: 1.5rem 1rem; }
    header #branches .sub-project:hover a {
      text-decoration: none; }
    header #branches .sub-project h3 {
      font-size: 1.6667rem;
      font-weight: 600;
      text-transform: uppercase;
      margin-top: 10px;
      margin-bottom: 0;
      color: #119ca7; }
      header #branches .sub-project h3:after {
        content: "";
        display: block;
        margin: auto;
        width: 15%;
        height: 1px;
        background: #94908a;
        margin-top: 8px; }
      header #branches .sub-project h3:hover {
        color: #117a82; }
    header #branches .sub-project h5 {
      margin-top: 8px;
      color: #6e6b66;
      font-weight: 500;
      font-size: 1.0667rem;
      padding: 0 10%;
      line-height: 1.2;
      margin-bottom: 10px; }
    header #branches .sub-project .status {
      display: inline-block;
      height: 33px;
      line-height: 33px;
      font-size: 1.0667rem;
      font-weight: 600;
      border-radius: 10px;
      padding: 0 1.5rem;
      background: #119ca7;
      text-transform: uppercase;
      color: #fff;
      margin-top: 5px; }
      header #branches .sub-project .status:after {
        content: " ";
        display: block;
        height: 1px;
        width: 100%;
        clear: both; }
      header #branches .sub-project .status:hover {
        background: #117a82; }
    header #branches .sub-project a.more-info {
      display: block;
      font-size: 1.0667rem;
      color: #6e6b66;
      text-transform: uppercase;
      font-weight: 600;
      margin-top: 10px; }
  header #branches .col-dx-6:first-child .sub-project,
  header #branches .col-dx-6:nth-of-type(2) .sub-project {
    padding-top: 0; }
  header #branches .col-dx-6:nth-of-type(2) .sub-project h3 {
    color: #d39f2a; }
    header #branches .col-dx-6:nth-of-type(2) .sub-project h3:hover {
      color: #926a21; }
  header #branches .col-dx-6:nth-of-type(2) .sub-project .status {
    background: #d39f2a; }
    header #branches .col-dx-6:nth-of-type(2) .sub-project .status:hover {
      background: #926a21; }
  header #branches .col-dx-6:nth-of-type(3) .sub-project h3 {
    color: #b7885a; }
    header #branches .col-dx-6:nth-of-type(3) .sub-project h3:hover {
      color: #966646; }
  header #branches .col-dx-6:nth-of-type(3) .sub-project .status {
    background: #b7885a; }
    header #branches .col-dx-6:nth-of-type(3) .sub-project .status:hover {
      background: #966646; }
  header #branches .col-dx-6:nth-of-type(4) .sub-project h3 {
    color: #aaba44; }
    header #branches .col-dx-6:nth-of-type(4) .sub-project h3:hover {
      color: #899d38; }
  header #branches .col-dx-6:nth-of-type(4) .sub-project .status {
    background: #aaba44; }
    header #branches .col-dx-6:nth-of-type(4) .sub-project .status:hover {
      background: #899d38; }
  header #branches .col-dx-6:nth-of-type(5) .sub-project h3 {
    color: #7dbaa6; }
    header #branches .col-dx-6:nth-of-type(5) .sub-project h3:hover {
      color: #6aa189; }
  header #branches .col-dx-6:nth-of-type(5) .sub-project .status {
    background: #7dbaa6; }
    header #branches .col-dx-6:nth-of-type(5) .sub-project .status:hover {
      background: #6aa189; }
  header #branches .col-dx-6:nth-of-type(6) .sub-project h3 {
    color: #0e8036; }
    header #branches .col-dx-6:nth-of-type(6) .sub-project h3:hover {
      color: #16682c; }
  header #branches .col-dx-6:nth-of-type(6) .sub-project .status {
    background: #0e8036; }
    header #branches .col-dx-6:nth-of-type(6) .sub-project .status:hover {
      background: #16682c; }
  header.active {
    background-color: #fff;
    border-bottom: 1px solid #eee; }
    header.active .block {
      margin: 1rem -1rem;
      -webkit-transition: 0.3s ease-in margin;
      -moz-transition: 0.3s ease-in margin;
      -ms-transition: 0.3s ease-in margin;
      transition: 0.3s ease-in margin; }
      @media (max-width: 640px) {
        header.active .block {
          margin: 0.4rem -1rem 0 -1rem; } }
    header.active #logo {
      height: 50px; }
      @media (max-width: 640px) {
        header.active #logo {
          height: 45px; } }
      @media only screen and (max-width: 440px) {
        header.active #logo {
          height: auto;
          width: 45%;
          margin-top: 1rem; } }
      @media only screen and (max-width: 365px) {
        header.active #logo {
          margin-top: 1.4rem; } }
  header .col-dx-8 {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s; }
    @media (max-width: 640px) {
      header .col-dx-8 {
        margin: 1rem 0 0 0;
        -webkit-animation: none;
        animation: none; } }
  @media (max-width: 640px) {
    header .col-dx-4 {
      margin-bottom: 0; } }

body.home #menu-wrapper {
  display: none; }
  @media only screen and (max-width: 641px) {
    body.home #menu-wrapper {
      display: block; } }
body.home #main-content {
  background: transparent; }

body:not(.home) header .block {
  margin-bottom: 0;
  padding-bottom: 0.5rem; }
body:not(.home) #logo {
  padding-bottom: 0; }
  body:not(.home) #logo h2 {
    margin-bottom: 0; }
body:not(.home) nav#frontpage {
  display: none; }
body:not(.home) #branches {
  padding-top: 1rem; }
  body:not(.home) #branches.block {
    margin-top: 0;
    margin-bottom: 0; }
  body:not(.home) #branches .col-dx-6 {
    width: 33%; }
    @media only screen and (max-width: 641px) {
      body:not(.home) #branches .col-dx-6 {
        width: 50%;
        float: left; } }
    body:not(.home) #branches .col-dx-6:nth-of-type(4) .sub-project, body:not(.home) #branches .col-dx-6:nth-of-type(5) .sub-project, body:not(.home) #branches .col-dx-6:nth-of-type(6) .sub-project {
      background: none; }
    body:not(.home) #branches .col-dx-6:after {
      content: "";
      position: absolute;
      width: 2px;
      height: 90%;
      right: 0;
      top: 0;
      bottom: 0;
      margin: auto;
      background: url("../img/tockice-vert.png") top right repeat-y; }
    body:not(.home) #branches .col-dx-6:nth-of-type(3n+3):after {
      content: none; }
    body:not(.home) #branches .col-dx-6:nth-of-type(3) .sub-project {
      padding-top: 0; }
    @media only screen and (max-width: 641px) {
      body:not(.home) #branches .col-dx-6:nth-of-type(2n+1):after {
        content: "";
        position: absolute;
        width: 2px;
        height: 90%;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        background: url("../img/tockice-vert.png") top right repeat-y; }
      body:not(.home) #branches .col-dx-6:nth-of-type(2n+2):after {
        content: none; }
      body:not(.home) #branches .col-dx-6 .sub-project {
        background: url("../img/tockice.png") bottom left repeat-x !important;
        min-height: 130px; } }
  body:not(.home) #branches .sub-project {
    padding: 1rem; }
    body:not(.home) #branches .sub-project h5,
    body:not(.home) #branches .sub-project .status,
    body:not(.home) #branches .sub-project .more-info {
      display: none; }
    body:not(.home) #branches .sub-project h3 {
      font-size: 1.066667rem; }
      body:not(.home) #branches .sub-project h3:after {
        content: none; }

nav#main {
  height: 50px; }
  @media (max-width: 860px) {
    nav#main {
      width: 80%;
      overflow: hidden; } }
  @media (max-width: 640px) {
    nav#main {
      display: none; } }
  nav#main ul {
    text-align: center; }
nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }
  nav ul li {
    display: inline-block;
    padding: 0;
    position: relative;
    white-space: initial; }
    nav ul li a {
      font-family: "Volte", serif;
      font-weight: 600;
      font-size: 1.06667rem;
      padding: 0 3rem;
      display: block;
      line-height: 1.2;
      color: #6e6b66;
      text-decoration: none;
      text-transform: uppercase;
      text-align: center;
      position: relative;
      -webkit-transition: 0.3s ease-in color;
      -moz-transition: 0.3s ease-in color;
      -ms-transition: 0.3s ease-in color;
      transition: 0.3s ease-in color; }
    nav ul li:hover a, nav ul li.current-menu-item a {
      text-decoration: none;
      color: #7dbaa6; }
    nav ul li.current-page a {
      color: #0089ce; }
    nav ul li.home a {
      font-size: 1.2rem; }
    nav ul li ul.submenu {
      display: none;
      position: absolute;
      width: 250px;
      height: auto;
      left: 0;
      box-shadow: 1px 1px 4px #00679b; }
      nav ul li ul.submenu li {
        display: block;
        text-align: left;
        background: #0089ce;
        padding: 0;
        border-bottom: 1px solid #006ea5;
        -webkit-transition: 0.3s ease-in background;
        -moz-transition: 0.3s ease-in background;
        -ms-transition: 0.3s ease-in background;
        transition: 0.3s ease-in background; }
        nav ul li ul.submenu li a {
          padding: 1.25rem 2rem;
          color: #fff;
          height: auto;
          font-size: 0.93333rem;
          font-weight: 500;
          line-height: 1.2; }
        nav ul li ul.submenu li:hover {
          background: #0093dd; }
        nav ul li ul.submenu li ul.submenu {
          left: 250px;
          top: 10px; }
          nav ul li ul.submenu li ul.submenu li {
            background: #1cb3ff; }
            nav ul li ul.submenu li ul.submenu li a {
              font-size: 0.866667rem; }
            nav ul li ul.submenu li ul.submenu li:hover {
              background: #35bbff; }
        nav ul li ul.submenu li.sub-on-left ul.submenu {
          left: initial;
          right: 250px; }
    nav ul li:hover > ul.submenu {
      display: block; }
nav#frontpage ul li {
  float: none;
  width: 100%; }
  nav#frontpage ul li a {
    padding: 0.7rem 0; }
nav#top {
  float: right;
  text-align: right; }
  nav#top ul li {
    padding: 0; }
    nav#top ul li a {
      font-size: 0.8rem;
      font-weight: 300;
      color: white;
      height: 40px;
      line-height: 40px;
      text-transform: none;
      padding: 0 .5rem;
      letter-spacing: -0.5px; }
nav#mobile {
  position: fixed;
  width: 80%;
  height: 100%;
  left: 0;
  top: 0;
  display: none;
  background: #333;
  z-index: 99;
  overflow: hidden;
  overflow-y: scroll; }
  nav#mobile.active {
    display: block; }
  nav#mobile ul {
    padding: 10% 0 20% 0; }
    nav#mobile ul li {
      display: block;
      padding: 1.2rem 1rem;
      border-top: 1px solid #222;
      float: none;
      width: 100%;
      background: transparent; }
      nav#mobile ul li a {
        font-size: 1.3rem;
        line-height: 1.1;
        height: auto;
        margin-bottom: 0;
        color: #fff;
        float: none;
        width: 100%;
        background: transparent; }
        nav#mobile ul li a:before, nav#mobile ul li a:after {
          content: none; }
        nav#mobile ul li a:hover {
          color: #fff; }
      nav#mobile ul li .submenu {
        display: block;
        height: auto;
        position: initial;
        padding: 1rem 0 1rem 2rem;
        box-shadow: none;
        width: auto; }
        nav#mobile ul li .submenu li {
          background: transparent;
          border: none;
          padding: 0; }
          nav#mobile ul li .submenu li a {
            background: transparent;
            font-size: 1rem;
            margin: 0;
            padding: 0.5rem 1rem;
            color: #eee; }
      nav#mobile ul li.current-page a {
        color: #fff; }
  nav#mobile #menu-legal {
    position: absolute;
    bottom: 2rem;
    left: 15%;
    font-size: 1.3rem; }

a#menu-toggle {
  display: none;
  height: 70px;
  line-height: 70px;
  font-size: 2rem;
  z-index: 10;
  width: 25%;
  position: absolute;
  left: 0;
  color: #fff;
  text-align: center; }
  @media only screen and (max-width: 641px) {
    a#menu-toggle {
      display: block;
      position: absolute;
      left: 0;
      top: 18px; } }
  @media only screen and (max-width: 440px) {
    a#menu-toggle {
      height: 45px;
      line-height: 45px; }
      a#menu-toggle:after {
        border-bottom-width: 45px;
        border-right-width: 16px;
        right: -16px; } }
  a#menu-toggle .bars {
    width: 35px;
    height: 25px;
    display: inline-block; }
  a#menu-toggle .bar {
    width: 100%;
    display: block;
    margin: auto;
    height: 3px;
    background: #555;
    margin-top: 4px;
    border-radius: 0;
    -webkit-transition: 0.75s ease-in all;
    -moz-transition: 0.75s ease-in all;
    -ms-transition: 0.75s ease-in all;
    transition: 0.75s ease-in all; }
  a#menu-toggle.active {
    left: initial;
    right: 0;
    height: 17px; }
    a#menu-toggle.active .bar:first-child {
      transform: rotate(45deg); }
    a#menu-toggle.active .bar:nth-child(3) {
      transform: rotate(-45deg);
      position: relative;
      top: -13px; }
    a#menu-toggle.active .bar:nth-child(2) {
      transform: translateX(400px);
      opacity: 0; }
    a#menu-toggle.active .bar:nth-child(4) {
      transform: translateX(400px);
      opacity: 0; }

body.menu-open {
  overflow: hidden; }
  body.menu-open nav#menu,
  body.menu-open #logo {
    display: none; }
  body.menu-open header {
    z-index: 9; }
    body.menu-open header .block {
      margin: 0; }
    @media (max-width: 640px) {
      body.menu-open header .col-dx-8 {
        margin: 0;
        -webkit-animation: none;
        animation: none; } }
  body.menu-open #toggle-menu {
    position: fixed;
    z-index: 100;
    right: 5%;
    left: initial; }
  body.menu-open.project-page header .block, body.menu-open.normal-title header .block {
    margin: 0; }

#main-content {
  padding: 4rem 0 2rem 0;
  font-weight: 500;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#eff3f4+0,ffffff+100 */
  background-image: url("../img/footer-shadow.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain; }
  #main-content #menu-wrapper {
    padding: 0 0 3rem 0;
    background: url("../img/footer-shadow.png") center bottom no-repeat;
    background-size: contain; }
    @media only screen and (max-width: 641px) {
      #main-content #menu-wrapper {
        background: none; } }
    #main-content #menu-wrapper li {
      position: relative; }
      #main-content #menu-wrapper li:after {
        content: "\00B7";
        font-size: 2.5rem;
        color: #6e6b66;
        position: absolute;
        right: -7px;
        top: -9px;
        line-height: 1; }
      #main-content #menu-wrapper li:last-child:after {
        content: none; }
      #main-content #menu-wrapper li a {
        font-weight: 500;
        font-size: 1.13334rem; }
  #main-content h5.page-title {
    text-align: center;
    font-size: 2.33334rem;
    color: #6aa189;
    font-weight: 600;
    text-transform: uppercase; }

footer {
  padding: 50px 0 65px 0;
  margin: 2rem 0 0 0;
  background: url("../img/footer-shadow.png") center top no-repeat; }
  footer .col-dx-4:nth-child(1) .widget-container,
  footer .col-dx-4:nth-child(2) .widget-container {
    background: url("../img/tockice-vert.png") right top repeat-y; }
  footer .widget-container p {
    margin: 5px 0;
    font-weight: 500;
    color: #6e6b66; }
  footer .widget-container.text-right {
    text-align: right; }

#to-top {
  position: fixed;
  bottom: 5%;
  right: 10%;
  display: none; }
  #to-top a {
    display: block;
    height: 60px;
    width: 60px;
    background: url("../img/top-arrow.png") center center no-repeat; }
