html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

@font-face {
  font-family: "Panton";
  src: url('/fonts/panton-regular-webfont.eot?1430825162');
  src: url('/fonts/panton-regular-webfont.eot?&1430825162#iefix') format('embedded-opentype'), url('/fonts/panton-regular-webfont.woff?1430825162') format('woff'), url('/fonts/panton-regular-webfont.ttf?1430825162') format('truetype'), url('/fonts/panton-regular-webfont.svg?1430825162') format('svg');
  font-weight: 400;
}
@font-face {
  font-family: "Panton";
  src: url('/fonts/panton-bold-webfont.eot?1430825162');
  src: url('/fonts/panton-bold-webfont.eot?&1430825162#iefix') format('embedded-opentype'), url('/fonts/panton-bold-webfont.woff?1430825162') format('woff'), url('/fonts/panton-bold-webfont.ttf?1430825162') format('truetype'), url('/fonts/panton-bold-webfont.svg?1430825162') format('svg');
  font-weight: 700;
}
@font-face {
  font-family: "Panton";
  src: url('/fonts/panton-light-webfont.eot?1430825162');
  src: url('/fonts/panton-light-webfont.eot?&1430825162#iefix') format('embedded-opentype'), url('/fonts/panton-light-webfont.woff?1430825162') format('woff'), url('/fonts/panton-light-webfont.ttf?1430825162') format('truetype'), url('/fonts/panton-light-webfont.svg?1430825162') format('svg');
  font-weight: 300;
}
html {
  overflow: auto;
}
html.page-freeze {
  overflow: hidden;
}

html, body {
  height: 100% !important;
}

body {
  font-family: 'Panton', serif;
  font-weight: 400;
  color: #fff;
  background: url('/img/page-bg-480x800.jpg?1433341306') center center no-repeat fixed;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
body * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  color: #fff;
  text-decoration: none;
}

section {
  position: relative;
  text-align: center;
  overflow: hidden;
  visibility: visible;
  opacity: 1;
}
section .section-trigger {
  position: absolute;
  top: -65px;
  left: 0;
  width: 100%;
  height: 1px;
}
section.hidden {
  visibility: hidden;
  opacity: 0;
}

.content-wrapper {
  margin: 0 auto;
  position: relative;
  height: 100%;
  padding: 0 20px;
}

.icons-sprite, .icons-arrow-down, .icons-close, .icons-fb, .icons-menu {
  background-image: url('/img/icons-s288e2618a0.png');
  background-repeat: no-repeat;
}

.icons {
  width: 32px;
  height: 22px;
  display: block;
  cursor: pointer;
}

.icons-arrow-down {
  background-position: 0 0;
}

.icons-close {
  background-position: 0 -9px;
}

.icons-fb {
  background-position: 0 -31px;
}

.icons-menu {
  background-position: 0 -53px;
}

.link:hover {
  opacity: 0.6;
}

#nav-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 65px;
  z-index: 2;
}
#nav-bg:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: #2a5480;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
#nav-bg.above-section1 {
  -moz-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
#nav-bg.above-section1:before {
  opacity: 1;
}

#logo,
nav {
  position: fixed;
  top: 0;
  padding-top: 25px;
}

#logo {
  z-index: 2;
  left: 0;
  padding-top: 20px;
}
#logo a {
  float: left;
}

nav {
  z-index: 10;
  right: 0;
}
nav * {
  float: left;
}
nav #menu-icon {
  margin-left: 10px;
}

h2 {
  font-weight: 700;
  font-size: 40px;
}

h3 {
  font-weight: 700;
  font-size: 30px;
}

p {
  line-height: 1.3;
}

.middle {
  height: 100%;
  font-size: 0;
  position: relative;
}
.middle:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  width: 0;
}
.middle > * {
  display: inline-block;
  vertical-align: middle;
}

#section1 {
  height: 500px;
}
#section1 .section-trigger {
  top: 1px;
}

#section2 .middle {
  height: auto;
}
#section2 .middle.with-bg {
  padding: 80px 20px;
  margin: 0 -20px;
}
#section2 .middle.with-bg:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #2a5480;
  opacity: 0.9;
}
#section2 .middle .phone {
  display: block;
  width: 120px;
  height: 120px;
  position: absolute;
  top: 100%;
  left: 50%;
  margin: -60px 0 0 -60px;
  z-index: 1;
}
#section2 .middle .phone:after, #section2 .middle .phone:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: url('/img/phone-hover.png?1430825162') 0 0 no-repeat;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
#section2 .middle .phone:before {
  background: url('/img/phone.png?1430825162') 0 0 no-repeat;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  opacity: 1;
}
#section2 .middle .phone.last-frame:before {
  opacity: 0;
}
#section2 .middle .phone.last-frame:after {
  opacity: 1;
}
#section2 .middle .phone .progress {
  width: 130px;
  height: 130px;
  margin: -5px 0 0 -5px;
}
#section2 .middle .phone .progress .circle {
  width: 100%;
  height: 100%;
  display: inline-block;
  position: relative;
  -moz-transform: rotate(210deg);
  -ms-transform: rotate(210deg);
  -webkit-transform: rotate(210deg);
  transform: rotate(210deg);
}
#section2 .middle .phone .progress svg {
  width: 100%;
  height: 100%;
}
#section2 .middle .phone .progress svg:nth-child(2) {
  position: absolute;
  left: 0;
  top: 0;
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
#section2 .middle .phone .progress svg:nth-child(2) path {
  fill: none;
  stroke-width: 5px;
  stroke-dasharray: 629;
  stroke: #fff;
  stroke-dashoffset: -629;
}
#section2 .middle .lead {
  width: 100%;
  position: relative;
  z-index: 1;
}
#section2 .middle .lead * {
  margin: 0 auto;
}
#section2 .middle .lead h3 {
  margin: 15px auto 40px auto;
}
#section2 .middle .lead p {
  font-size: 18px;
  font-weight: 400;
}
#section2 .call-to-action {
  width: 100%;
  margin: 75px 0 35px 0;
}
#section2 .call-to-action * {
  margin: 0 auto;
}
#section2 .call-to-action p {
  font-size: 16px;
  margin: 0 auto 30px auto;
}
#section2 .call-to-action .button {
  width: 100%;
}
#section2 footer {
  font-size: 12px;
}
#section2 footer .block {
  line-height: 1.3;
  text-align: center;
  margin-bottom: 10px;
}
#section2 footer .block.legal {
  font-size: 10px;
}
#section2 footer .block.legal .author {
  display: block;
  margin-top: 10px;
}

.button {
  position: relative;
  display: inline-block;
  font-size: 17px;
  font-weight: 700;
  text-align: center;
  height: 45px;
  line-height: 45px;
  cursor: pointer;
}
.button:after, .button:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.button:after {
  opacity: 1;
  border: 4px solid #fff;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.button:before {
  opacity: 0;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2JkZWVmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzVlYzdkNSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #bdeeff), color-stop(100%, #5ec7d5));
  background-image: -moz-linear-gradient(#bdeeff, #5ec7d5);
  background-image: -webkit-linear-gradient(#bdeeff, #5ec7d5);
  background-image: linear-gradient(#bdeeff, #5ec7d5);
}
.button span {
  position: relative;
}
.button:hover {
  color: #0a759b;
}
.button:hover:after {
  opacity: 0;
}
.button:hover:before {
  opacity: 1;
}
.button.button-round {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.button.button-round:after {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.button.button-round:before {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.more-info-wrapper {
  position: absolute;
  width: 200px;
  height: 50%;
  top: 50%;
  left: 50%;
  margin: 0 0 0 -100px;
  padding-top: 120px;
  font-size: 20px;
  font-weight: 300;
}
.more-info-wrapper .button {
  display: inline-block;
  width: 64px;
  height: 64px;
  margin: 0 0 14px 0;
}
.more-info-wrapper .button span {
  display: block;
  width: 13px;
  height: 9px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -4px 0 0 -6px;
}
.more-info-wrapper > span {
  display: block;
}
.more-info-wrapper:after {
  content: '';
  position: absolute;
  width: 4px;
  height: 100%;
  top: 250px;
  left: 50%;
  margin: 0 0 0 -2px;
  background: #fff;
  -moz-border-radius-topleft: 2px;
  -webkit-border-top-left-radius: 2px;
  border-top-left-radius: 2px;
  -moz-border-radius-topright: 2px;
  -webkit-border-top-right-radius: 2px;
  border-top-right-radius: 2px;
}

.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 20;
  opacity: 0;
  visibility: hidden;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.overlay.visible, .overlay.visible-immediately {
  opacity: 1;
  visibility: visible;
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}
.overlay.visible-immediately {
  -moz-transition-duration: 0s;
  -o-transition-duration: 0s;
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}
.overlay .icons-close {
  margin-top: 25px;
  z-index: 1;
  position: absolute;
  right: 20px;
}

.sub-nav {
  display: inline-block;
  vertical-align: middle;
}
.sub-nav li {
  display: block;
  border-bottom: 1px solid #2a5480;
  padding: 15px 40px;
}
.sub-nav li:last-child {
  border: none;
}
.sub-nav a {
  font-size: 43px;
  font-weight: 700;
  line-height: 1;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.sub-nav a:hover {
  color: #5ec7d5;
}

#contact form {
  display: inline-block;
  vertical-align: middle;
  margin-top: 25px;
  position: relative;
}
#contact form.disabled {
  opacity: 0.5;
}
#contact form.disabled:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#contact form input[type="text"],
#contact form textarea {
  font-family: 'Panton', serif;
  font-weight: 400;
  font-size: 14px;
  color: #fff;
  padding: 0 50px 0 20px;
  border: none;
  border-bottom: 1px solid #2a5480;
  height: 34px;
  background: none;
  width: 100%;
}
#contact form input[type="text"]:-moz-placeholder,
#contact form textarea:-moz-placeholder {
  color: #6f8dac;
}
#contact form input[type="text"]::-moz-placeholder,
#contact form textarea::-moz-placeholder {
  color: #6f8dac;
}
#contact form input[type="text"]:-ms-input-placeholder,
#contact form textarea:-ms-input-placeholder {
  color: #6f8dac;
}
#contact form input[type="text"]::-webkit-input-placeholder,
#contact form textarea::-webkit-input-placeholder {
  color: #6f8dac;
}
#contact form input[type="text"].placeholder,
#contact form textarea.placeholder {
  color: #6f8dac;
}
#contact form input[type="text"]:focus,
#contact form textarea:focus {
  outline: 0;
}
#contact form textarea {
  border: none;
  height: 170px;
  padding-top: 20px;
  padding-bottom: 20px;
  background: rgba(30, 56, 86, 0.6);
}
#contact form p {
  margin-bottom: 15px;
}
#contact form .button {
  width: 100%;
}
#contact form h3 {
  margin-bottom: 20px;
}
#contact form .input-icon-name:after {
  background: url('/img/icon-name.png?1430825166') 0 0 no-repeat;
}
#contact form .input-icon-email:after {
  background: url('/img/icon-email.png?1430825166') 0 0 no-repeat;
}
#contact form .input-icon-phone:after {
  background: url('/img/icon-phone.png?1430825165') 0 0 no-repeat;
}
#contact form .input-icon-message:after {
  background: url('/img/icon-message.png?1430825166') 0 0 no-repeat;
  margin-top: 10px;
}
#contact form .input-icon {
  position: relative;
}
#contact form .input-icon:after {
  content: '';
  position: absolute;
  top: 9px;
  right: 20px;
  width: 13px;
  height: 13px;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
#contact form.success * {
  display: none;
}
#contact form.success h3.success,
#contact form.success h3.success * {
  display: block;
}
#contact .error .message {
  position: absolute;
  top: 0;
  right: 50px;
  font-size: 12px;
  padding: 5px 10px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: #c00;
  cursor: pointer;
}
#contact .input-icon-message.error .message {
  top: 10px;
}

.video-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
}
.video-wrapper .video-bg {
  margin: auto;
  min-height: 100%;
  min-width: 100%;
  position: fixed;
  z-index: -100;
  top: 50%;
  left: 50%;
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.video-wrapper:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwNTQ3ZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwMTc1NCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #00547f), color-stop(100%, #001754));
  background-image: -moz-linear-gradient(#00547f, #001754);
  background-image: -webkit-linear-gradient(#00547f, #001754);
  background-image: linear-gradient(#00547f, #001754);
  opacity: 0.6;
}

.link,
.button:after,
.button:before {
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}

.overlay {
  background: url('/img/overlay-bg-1920x1080.jpg?1430825165') center center no-repeat fixed;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}

/*
#section1 {
  min-height: 400px;
}

#section2 {
  min-height: 770px;
  
  .button {
    width: 220px;
  }
}
*/
/* 480 */
@media screen and (min-width: 480px) {
  body {
    background: url('/img/page-bg-480x800.jpg?1433341306') center center no-repeat fixed;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
  }

  h3 {
    font-size: 35px;
  }

  #section1 {
    height: 100%;
    min-height: 500px;
  }

  #section2 {
    height: 100%;
    min-height: 750px;
  }
  #section2 .middle {
    height: 50%;
  }
  #section2 .call-to-action {
    width: 375px;
    margin: 0 auto 70px auto;
  }
  #section2 .call-to-action .button {
    width: 225px;
  }
  #section2 footer {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 0 20px;
  }
  #section2 footer .block:nth-child(1) {
    float: left;
    text-align: left;
    width: 25%;
  }
  #section2 footer .block:nth-child(2) {
    float: left;
    width: 35%;
  }
  #section2 footer .block:nth-child(3) {
    float: right;
    text-align: right;
    width: 40%;
  }
  #section2 footer .block.legal {
    width: 100%;
    clear: both;
  }
}
/* 768 */
@media screen and (min-width: 768px) {
  body {
    background: url('/img/page-bg-768x1024.jpg?1433341335') center center no-repeat fixed;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
  }

  .more-info-wrapper {
    padding-top: 100px;
  }

  #section1 h2 {
    width: 600px;
    margin-top: -100px;
  }

  #section2 {
    min-height: 900px;
  }
  #section2 .middle .lead h3 {
    margin-bottom: 65px;
  }
  #section2 .middle .lead p {
    width: 565px;
    font-size: 20px;
  }
  #section2 .call-to-action p {
    font-size: 20px;
  }
  #section2 footer {
    font-size: 13px;
  }
  #section2 footer .block:nth-child(1),
  #section2 footer .block:nth-child(2),
  #section2 footer .block:nth-child(3) {
    width: 33%;
  }
  #section2 footer .block.legal {
    font-size: 13px;
  }

  #contact form {
    width: 505px;
  }
  #contact form h3 {
    font-size: 30px;
    margin-bottom: 50px;
  }
}
/* 1024 */
@media screen and (min-width: 1024px) {
  body {
    background: url('/img/page-bg-1024x1300.jpg?1433341364') center center no-repeat fixed;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
  }

  h3 {
    font-size: 25px;
  }

  #section1 h2 {
    margin-top: -70px;
    font-size: 37px;
  }

  #section2 {
    min-height: 768px;
  }
  #section2 .middle .lead {
    width: 500px;
  }
  #section2 .middle .lead p {
    font-size: 18px;
    width: auto;
  }
  #section2 footer {
    font-size: 12px;
  }
  #section2 footer .block:nth-child(1) {
    width: 230px;
    float: left;
  }
  #section2 footer .block:nth-child(2) {
    width: auto;
    position: absolute;
    text-align: left;
    left: 20px;
    top: 40px;
  }
  #section2 footer .block:nth-child(3) {
    width: auto;
    float: left;
    text-align: left;
  }
  #section2 footer .block.legal {
    clear: none;
    font-size: 12px;
    float: right;
    width: 530px;
    text-align: right;
  }

  #contact form h3 {
    margin-bottom: 70px;
  }
}
/* 1200 */
@media screen and (min-width: 1200px) {
  #nav-bg {
    display: none;
  }

  .video-wrapper {
    display: block;
  }

  h2 {
    font-size: 44px;
  }

  h3 {
    font-size: 29px;
  }

  #section2 .middle .lead {
    width: 640px;
  }
  #section2 .middle .lead h3 {
    width: 100%;
    margin-bottom: 40px;
  }
  #section2 .middle .lead p {
    width: 510px;
  }
  #section2 .call-to-action {
    width: 460px;
    margin-bottom: 45px;
  }
  #section2 footer {
    font-size: 13px;
  }
  #section2 footer .block:nth-child(1) {
    width: 270px;
  }
  #section2 footer .block.legal {
    font-size: 13px;
    width: 620px;
  }

  #contact form .button {
    margin-top: 40px;
  }
}
#contact.show-me {
  height: 100%;
  min-height: 600px;
  position: absolute;
  z-index: 20;
}

.hide-me {
  display: none;
}
