@charset "UTF-8";
@font-face {
  font-family: 'neotericbold';
  src: url("../fonts/neoterico-bold-webfont.woff2") format("woff2"), url("../fonts/neoterico-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'neotericregular';
  src: url("../fonts/neoterico-regular-webfont.woff2") format("woff2"), url("../fonts/neoterico-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'ambleregular';
  src: url("../fonts/amble-regular-webfont.woff2") format("woff2"), url("../fonts/amble-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'camptonlight';
  src: url("../fonts/campton-light-webfont.woff2") format("woff2"), url("../fonts/campton-light-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'camptonbold';
  src: url("../fonts/campton-bold-webfont.woff2") format("woff2"), url("../fonts/campton-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

* {
  text-decoration: none;
  outline: none;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent; }

html {
  overflow-y: scroll;
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

img {
  border: 0;
  max-width: 100%;
  display: block; }

textarea {
  resize: none; }

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

a {
  background-color: transparent;
  color: inherit; }

a:active,
a:hover {
  outline: 0; }

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  margin: 0; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
  border-radius: 0; }

h1, h2, h3, h4, h5, h6 {
  font-weight: normal; }

li {
  list-style: none; }

u {
  text-decoration: underline; }

::-webkit-file-upload-button {
  cursor: pointer; }

textarea,
input[type="text"],
input[type="password"] {
  border-radius: 0;
  -webkit-appearance: none; }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

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

@media (max-width: 767px) {
  .text-center-xs {
    text-align: center !important; } }

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

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

#responsive {
  position: relative;
  z-index: 1; }

.interactive {
  cursor: pointer;
  transition: opacity 400ms ease-out; }
  .interactive:hover {
    opacity: 0.6; }

/* structures */
.center-contents {
  width: 1340px;
  margin: 0px auto;
  position: relative; }
  @media screen and (max-width: 1360px) {
    .center-contents {
      width: 96%;
      margin: 0 2%; } }

.page {
  padding: 50px 0;
  /* this brings more perfomance and better engine rending, use it in a container that don't have any fixed element, use only on mobile enabled websites */
  /*    
    transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
    */ }

ul li {
  position: relative;
  padding-left: 12px; }
  ul li:before {
    content: "•";
    position: absolute;
    top: -1px;
    left: 0; }

/* ui components */
.button {
  padding: 8px 20px;
  background-color: #28789b;
  color: #FFFFFF;
  text-transform: uppercase;
  font-size: 17px;
  cursor: pointer;
  text-align: center;
  display: inline-block;
  vertical-align: middle; }
  .button.large {
    padding: 12px 30px;
    font-size: 15px; }

/* typography */
.long-text, .short-text {
  color: #1a1a1a;
  font-size: 16px; }
  .long-text p, .short-text p {
    color: #1a1a1a; }
  .long-text a, .short-text a {
    text-decoration: underline; }

.brand-color {
  color: #29aae1; }

/* grids */
.gutter15 {
  margin-left: -15px !important;
  margin-right: -15px !important; }
  .gutter15 .grid-item {
    padding-left: 15px;
    padding-right: 15px; }

.gutter3 {
  margin-left: -3px !important;
  margin-right: -3px !important; }
  .gutter3 .grid-item {
    padding-left: 3px;
    padding-right: 3px; }

.grid-item .grid-item-wrap {
  display: block; }

.grid-item .image {
  display: block;
  overflow: hidden;
  height: 200px; }
  .grid-item .image .img {
    height: 100%;
    background-size: cover;
    background-position: 50% 50%;
    transition: all 300ms ease; }

.grid-item .title {
  margin: 6px 0;
  color: #29aae1;
  font-size: 14px;
  text-transform: uppercase; }

.grid-item .short-text {
  font-size: 14px; }

.grid-item .link {
  color: #29aae1;
  margin-top: 15px;
  display: inline-block;
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase; }

/* animations */
.fade-it {
  transition: opacity 300ms ease; }
  .fade-it:hover {
    opacity: 0.8; }

.zoom-in {
  transition: all 300ms ease; }
  .zoom-in:hover {
    transform-origin: 50% 50%;
    transform: scale(1.1);
    webkit-transform-origin: 50% 50%;
    webkit-transform: scale(1.1); }

/* misc */
.sprite {
  /*background-image: url('/images/sprites.png');	*/ }

.pagination {
  padding: 20px 0; }
  .pagination a {
    padding: 4px 0px;
    display: inline-block;
    width: 30px;
    background-color: #29aae1;
    color: #FFFFFF;
    text-align: center;
    margin-right: 4px;
    border: solid 1px #29aae1;
    font-size: 14px;
    transition: all 300ms ease; }
    .pagination a.selected, .pagination a:hover {
      color: #29aae1;
      background-color: #FFFFFF; }

.slideshow .contents .item {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: table; }
  .slideshow .contents .item:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 90; }
  .slideshow .contents .item .text-group {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    white-space: normal;
    color: #FFFFFF;
    position: relative;
    z-index: 91; }
    .slideshow .contents .item .text-group .title {
      padding: 0 80px;
      font-size: 22px;
      margin-bottom: 5px; }
    .slideshow .contents .item .text-group .short-text {
      color: #FFFFFF;
      padding: 0 80px; }

.slideshow .bullets {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  text-align: center; }
  .slideshow .bullets .item {
    display: inline-block;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    font-size: 0;
    background-color: rgba(255, 255, 255, 0.7);
    margin: 0 5px;
    cursor: pointer; }
    .slideshow .bullets .item.item-selected {
      background-color: white; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @media (min-width: 768px) {
    .container {
      width: 720px; } }
  @media (min-width: 992px) {
    .container {
      width: 940px; } }
  @media (min-width: 1200px) {
    .container {
      width: 1140px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0; }
  .container-fluid:before, .container-fluid:after {
    content: " ";
    display: table; }
  .container-fluid:after {
    clear: both; }

.row {
  margin-left: 0;
  margin-right: 0; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-1 {
  width: 8.33333%; }

.col-xs-2 {
  width: 16.66667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.33333%; }

.col-xs-5 {
  width: 41.66667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.33333%; }

.col-xs-8 {
  width: 66.66667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.33333%; }

.col-xs-11 {
  width: 91.66667%; }

.col-xs-12 {
  width: 100%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 8.33333%; }

.col-xs-pull-2 {
  right: 16.66667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.33333%; }

.col-xs-pull-5 {
  right: 41.66667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.33333%; }

.col-xs-pull-8 {
  right: 66.66667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.33333%; }

.col-xs-pull-11 {
  right: 91.66667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 8.33333%; }

.col-xs-push-2 {
  left: 16.66667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.33333%; }

.col-xs-push-5 {
  left: 41.66667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.33333%; }

.col-xs-push-8 {
  left: 66.66667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.33333%; }

.col-xs-push-11 {
  left: 91.66667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 8.33333%; }

.col-xs-offset-2 {
  margin-left: 16.66667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.33333%; }

.col-xs-offset-5 {
  margin-left: 41.66667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.33333%; }

.col-xs-offset-8 {
  margin-left: 66.66667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.33333%; }

.col-xs-offset-11 {
  margin-left: 91.66667%; }

.col-xs-offset-12 {
  margin-left: 100%; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }
  .col-sm-1 {
    width: 8.33333%; }
  .col-sm-2 {
    width: 16.66667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.33333%; }
  .col-sm-5 {
    width: 41.66667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.33333%; }
  .col-sm-8 {
    width: 66.66667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.33333%; }
  .col-sm-11 {
    width: 91.66667%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-pull-1 {
    right: 8.33333%; }
  .col-sm-pull-2 {
    right: 16.66667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.33333%; }
  .col-sm-pull-5 {
    right: 41.66667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.33333%; }
  .col-sm-pull-8 {
    right: 66.66667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.33333%; }
  .col-sm-pull-11 {
    right: 91.66667%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-push-1 {
    left: 8.33333%; }
  .col-sm-push-2 {
    left: 16.66667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.33333%; }
  .col-sm-push-5 {
    left: 41.66667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.33333%; }
  .col-sm-push-8 {
    left: 66.66667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.33333%; }
  .col-sm-push-11 {
    left: 91.66667%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 8.33333%; }
  .col-sm-offset-2 {
    margin-left: 16.66667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.33333%; }
  .col-sm-offset-5 {
    margin-left: 41.66667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.33333%; }
  .col-sm-offset-8 {
    margin-left: 66.66667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.33333%; }
  .col-sm-offset-11 {
    margin-left: 91.66667%; }
  .col-sm-offset-12 {
    margin-left: 100%; } }

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-1 {
    width: 8.33333%; }
  .col-md-2 {
    width: 16.66667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.33333%; }
  .col-md-5 {
    width: 41.66667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.33333%; }
  .col-md-8 {
    width: 66.66667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.33333%; }
  .col-md-11 {
    width: 91.66667%; }
  .col-md-12 {
    width: 100%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 8.33333%; }
  .col-md-pull-2 {
    right: 16.66667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.33333%; }
  .col-md-pull-5 {
    right: 41.66667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.33333%; }
  .col-md-pull-8 {
    right: 66.66667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.33333%; }
  .col-md-pull-11 {
    right: 91.66667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 8.33333%; }
  .col-md-push-2 {
    left: 16.66667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.33333%; }
  .col-md-push-5 {
    left: 41.66667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.33333%; }
  .col-md-push-8 {
    left: 66.66667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.33333%; }
  .col-md-push-11 {
    left: 91.66667%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 8.33333%; }
  .col-md-offset-2 {
    margin-left: 16.66667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.33333%; }
  .col-md-offset-5 {
    margin-left: 41.66667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.33333%; }
  .col-md-offset-8 {
    margin-left: 66.66667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.33333%; }
  .col-md-offset-11 {
    margin-left: 91.66667%; }
  .col-md-offset-12 {
    margin-left: 100%; } }

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }
  .col-lg-1 {
    width: 8.33333%; }
  .col-lg-2 {
    width: 16.66667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.33333%; }
  .col-lg-5 {
    width: 41.66667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.33333%; }
  .col-lg-8 {
    width: 66.66667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.33333%; }
  .col-lg-11 {
    width: 91.66667%; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-pull-1 {
    right: 8.33333%; }
  .col-lg-pull-2 {
    right: 16.66667%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-4 {
    right: 33.33333%; }
  .col-lg-pull-5 {
    right: 41.66667%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-7 {
    right: 58.33333%; }
  .col-lg-pull-8 {
    right: 66.66667%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-10 {
    right: 83.33333%; }
  .col-lg-pull-11 {
    right: 91.66667%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-push-1 {
    left: 8.33333%; }
  .col-lg-push-2 {
    left: 16.66667%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-4 {
    left: 33.33333%; }
  .col-lg-push-5 {
    left: 41.66667%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-7 {
    left: 58.33333%; }
  .col-lg-push-8 {
    left: 66.66667%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-10 {
    left: 83.33333%; }
  .col-lg-push-11 {
    left: 91.66667%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 8.33333%; }
  .col-lg-offset-2 {
    margin-left: 16.66667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.33333%; }
  .col-lg-offset-5 {
    margin-left: 41.66667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.33333%; }
  .col-lg-offset-8 {
    margin-left: 66.66667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.33333%; }
  .col-lg-offset-11 {
    margin-left: 91.66667%; }
  .col-lg-offset-12 {
    margin-left: 100%; } }

@-ms-viewport {
  width: device-width; }

.visible-xs {
  display: none !important; }

.visible-sm {
  display: none !important; }

.visible-md {
  display: none !important; }

.visible-lg {
  display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }
  table.visible-xs {
    display: table !important; }
  tr.visible-xs {
    display: table-row !important; }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }
  table.visible-sm {
    display: table !important; }
  tr.visible-sm {
    display: table-row !important; }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }
  table.visible-md {
    display: table !important; }
  tr.visible-md {
    display: table-row !important; }
  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }
  table.visible-lg {
    display: table !important; }
  tr.visible-lg {
    display: table-row !important; }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }

html, body {
  height: 100%;
  background-color: #000000;
  font-family: "camptonlight", "Arial", "sans-serif";
  font-size: 16px;
  color: #1a1a1a; }

p, textarea, input, li {
  font-family: "camptonlight", "Arial", "sans-serif";
  color: #1a1a1a;
  font-size: 16px;
  line-height: 1.5em; }

h1, h2, h3 {
  margin: 10px 0;
  text-transform: uppercase; }

.bars {
  display: none;
  position: absolute;
  bottom: -12px;
  height: 30px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 46px; }
  @media screen and (max-width: 1020px) {
    .bars {
      top: 4px;
      bottom: auto;
      right: auto; } }
  .bars .bar {
    background: #29aae1;
    bottom: 0;
    height: 3px;
    position: absolute;
    width: 2px;
    animation: sound 0ms -800ms linear infinite alternate; }

@keyframes sound {
  0% {
    opacity: .35;
    height: 3px;
    bottom: 0; }
  100% {
    opacity: 1;
    height: 12px;
    bottom: -5px; } }
  .bars .bar:nth-child(1) {
    left: 0;
    animation-duration: 474ms; }
  .bars .bar:nth-child(2) {
    left: 4px;
    animation-duration: 433ms; }
  .bars .bar:nth-child(3) {
    left: 8px;
    animation-duration: 407ms; }
  .bars .bar:nth-child(4) {
    left: 12px;
    animation-duration: 458ms; }
  .bars .bar:nth-child(5) {
    left: 16px;
    animation-duration: 400ms; }
  .bars .bar:nth-child(6) {
    left: 20px;
    animation-duration: 427ms; }
  .bars .bar:nth-child(7) {
    left: 24px;
    animation-duration: 441ms; }
  .bars .bar:nth-child(8) {
    left: 28px;
    animation-duration: 419ms; }
  .bars .bar:nth-child(9) {
    left: 32px;
    animation-duration: 487ms; }
  .bars .bar:nth-child(10) {
    left: 36px;
    animation-duration: 442ms; }
  .bars .bar:nth-child(11) {
    left: 40px;
    animation-duration: 415ms; }
  .bars .bar:nth-child(12) {
    left: 44px;
    animation-duration: 467ms; }

header {
  position: relative;
  width: 100%;
  z-index: 100;
  height: 190px; }
  @media screen and (max-width: 1020px) {
    header {
      height: 100px !important; } }
  @media screen and (max-width: 767px) {
    header {
      height: 80px !important; } }
  @media screen and (max-width: 1020px) {
    header .center-contents {
      width: 100%;
      margin: 0; } }
  header #logotype {
    position: relative;
    display: inline-block;
    width: 230px;
    height: 82px;
    background-image: url("../images/logotype.svg?v=1");
    margin: 40px 0 0 30px;
    background-repeat: no-repeat;
    background-position: top left; }
    @media screen and (max-width: 1020px) {
      header #logotype {
        position: absolute;
        top: 12px !important;
        right: 25px !important;
        margin: 0 !important;
        width: 160px;
        height: 58px; } }
    header #logotype:after {
      content: "FEEL SOUND";
      position: absolute;
      left: 260px;
      bottom: 8px;
      width: 150px;
      font-family: 'camptonlight';
      font-size: 17px;
      letter-spacing: 1px;
      color: #29aae1;
      pointer-events: none; }
      @media screen and (max-width: 1020px) {
        header #logotype:after {
          display: none; } }
  header #menu {
    font-size: 0;
    position: absolute;
    top: 80px;
    right: 10px; }
    @media screen and (max-width: 1020px) {
      header #menu {
        display: none;
        position: absolute !important;
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
        z-index: 100 !important;
        background-color: #0d1f35 !important;
        padding: 120px 0 10px 50px !important; } }
    header #menu .menu-item {
      display: inline-block;
      position: relative;
      padding: 0px 20px; }
      @media screen and (max-width: 1100px) {
        header #menu .menu-item {
          padding: 0px 15px; } }
      @media screen and (max-width: 1020px) {
        header #menu .menu-item {
          text-align: left !important;
          display: block !important;
          padding: 0 0 40px 0 !important;
          margin-bottom: 10px !important; } }
      header #menu .menu-item .title {
        color: #fff;
        font-size: 19px;
        line-height: 20px; }
      header #menu .menu-item.selected .bars {
        display: block; }
    @media screen and (min-width: 1021px) {
      header #menu {
        display: block !important; } }
  header.home {
    height: 240px; }
    header.home #logotype {
      top: 40px;
      display: block;
      margin: 0 auto 100px auto; }
      header.home #logotype:after {
        display: none; }
    header.home #menu {
      position: relative;
      text-align: center;
      top: auto;
      right: auto; }
      header.home #menu .menu-item {
        padding: 0px 70px; }

main {
  position: relative;
  /*padding-bottom: 180px;*/
  padding-bottom: 400px; }
  @media screen and (max-width: 1020px) {
    main {
      /*padding-bottom: 60px;*/
      padding-bottom: 380px; } }
  @media screen and (max-width: 767px) {
    main {
      padding-bottom: 50px; } }
  main.contact {
    background-color: #FFFFFF; }

footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 220px;
  background-color: #082239;
  color: #FFFFFF;
  padding: 30px 0 25px 0;
  z-index: 10; }
  @media screen and (max-width: 1020px) {
    footer {
      height: 285px; } }
  @media screen and (max-width: 767px) {
    footer {
      position: relative;
      height: auto; } }
  footer .transition-contacts {
    position: relative;
    margin-top: -210px; }
    @media screen and (max-width: 1020px) {
      footer .transition-contacts {
        margin-top: -130px; } }
    @media screen and (max-width: 767px) {
      footer .transition-contacts {
        position: absolute;
        top: -60px;
        left: 0;
        margin-top: -50px; } }
  footer.why-sound .transition-contacts:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 200px;
    background-color: #DFE9F5; }
  @media screen and (max-width: 767px) {
    footer.contact .transition-contacts:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 200px;
      background-color: #EEF4FA; } }
  footer .info {
    position: relative;
    text-align: center;
    margin-top: -30px; }
    @media screen and (max-width: 1020px) {
      footer .info {
        margin-top: -50px; } }
    @media screen and (max-width: 767px) {
      footer .info {
        margin-top: -20px; } }
    @media screen and (max-width: 767px) {
      footer .info .item {
        margin-bottom: 35px; } }
    footer .info .item .icon {
      position: relative;
      width: 60px;
      height: 60px;
      margin: 0 auto 30px auto; }
      @media screen and (max-width: 767px) {
        footer .info .item .icon {
          width: 50px;
          height: 50px; } }
      footer .info .item .icon:after {
        content: "";
        position: absolute;
        bottom: -15px;
        left: 0;
        right: 0;
        width: 28px;
        margin: 0 auto;
        border-bottom: 2px solid #29aae1; }
      footer .info .item .icon .sprite {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto; }
    footer .info .item .title {
      font-family: 'camptonbold';
      font-size: 18px;
      margin-bottom: 8px; }
    footer .info .item .short-text {
      color: #FFFFFF;
      font-size: 15px; }
      footer .info .item .short-text a {
        text-decoration: none; }
  footer .contacts {
    width: 100%;
    padding-top: 60px;
    font-size: 12px;
    display: none; }
    @media screen and (max-width: 767px) {
      footer .contacts {
        padding-top: 20px; }
        footer .contacts .pull-left, footer .contacts .pull-right {
          float: none !important;
          text-align: center;
          display: block;
          margin-bottom: 5px; } }
    footer .contacts b {
      font-family: 'camptonbold';
      font-weight: normal; }

#site {
  position: relative;
  min-height: 100%;
  background-color: #000000;
  background-image: url("../images/background.jpg");
  background-size: 1340px 180px;
  background-repeat: no-repeat;
  background-position: top center; }
  #site.home, #site.why-sound {
    background-image: url("../images/background-home.jpg");
    background-size: 1340px 698px; }

#menu-mobile-icon {
  position: relative;
  display: none;
  z-index: 101; }
  @media screen and (max-width: 1020px) {
    #menu-mobile-icon {
      display: block;
      position: absolute;
      top: 15px;
      left: 12px;
      width: 49px;
      height: 49px;
      cursor: pointer; }
      #menu-mobile-icon .bar {
        width: 41px;
        height: 4px;
        background-color: #3fa8f4;
        position: absolute;
        left: 4px;
        transform-origin: center;
        -webkit-transform-origin: center;
        transition: all 300ms linear;
        border-radius: 2px; }
      #menu-mobile-icon.closed .bar1 {
        top: 10px;
        opacity: 1;
        transform: none;
        -webkit-transform: none; }
      #menu-mobile-icon.closed .bar2 {
        top: 22px;
        transform: none;
        -webkit-transform: none; }
      #menu-mobile-icon.closed .bar3 {
        top: 34px;
        transform: none;
        -webkit-transform: none; }
      #menu-mobile-icon .bar1 {
        opacity: 0;
        top: 10px; }
      #menu-mobile-icon .bar2 {
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        top: 22px; }
      #menu-mobile-icon .bar3 {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        top: 22px; } }

.transition-contacts {
  position: relative;
  width: 100%;
  height: 208px; }
  .transition-contacts .svg {
    position: relative;
    background-image: url("../images/transition-contacts.svg");
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    width: 100%;
    height: 208px; }

.transition-what {
  background-image: url("../images/transition-what.svg");
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  width: 100%;
  height: 600px; }

.transition-what-black {
  position: relative;
  width: 100%; }
  .transition-what-black:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
    background-color: #000; }

.background-contacts {
  background-image: url("../images/background-contacts.svg");
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  width: 100%;
  height: 1000px; }
  @media screen and (max-width: 1020px) {
    .background-contacts {
      height: 700px; } }

.background-wave {
  background-image: url("../images/background-wave.svg");
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  width: 100%;
  height: 542px; }

.image-effect {
  background-image: url("../images/image-effect.svg");
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  width: 100%;
  height: 60px; }

.background-what {
  background-image: url("../images/background-what.svg");
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  width: 100%;
  height: 846px; }

.background-simple {
  background-image: url("../images/background-simple.svg");
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  width: 100%;
  height: 345px; }

.white-background {
  position: relative;
  background-color: #FFFFFF; }

#page-home .sound-waves {
  position: relative;
  /*max-width: 1340px;*/
  height: 300px;
  margin: 0 auto 20px auto; }
  @media screen and (max-width: 1020px) {
    #page-home .sound-waves {
      height: 225px;
      margin-bottom: 10px; } }
  @media screen and (max-width: 767px) {
    #page-home .sound-waves {
      height: 150px; } }
  #page-home .sound-waves .wave {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.75; }
  #page-home .sound-waves #wave2 {
    top: -10%; }
  #page-home .sound-waves #wave3 {
    top: 10%; }
  #page-home .sound-waves #wave4 {
    top: -5%; }
  #page-home .sound-waves #wave5 {
    top: 5%; }

#page-home .feel-sound {
  position: relative;
  max-width: 634px;
  margin: 0 auto; }
  @media screen and (max-width: 1020px) {
    #page-home .feel-sound {
      max-width: 450px; } }
  @media screen and (max-width: 767px) {
    #page-home .feel-sound {
      max-width: 360px; } }
  @media screen and (max-width: 500px) {
    #page-home .feel-sound {
      max-width: 290px; } }
  #page-home .feel-sound img {
    max-width: 100%;
    margin: 0 auto; }

#page-home .feel-sound-text {
  font-family: 'neotericbold';
  font-size: 20px;
  line-height: 22px;
  color: #29aae1;
  text-align: center;
  margin-top: 50px; }
  @media screen and (max-width: 1020px) {
    #page-home .feel-sound-text {
      font-size: 18px;
      line-height: 20px;
      margin-top: 30px; } }
  @media screen and (max-width: 767px) {
    #page-home .feel-sound-text {
      font-size: 16px;
      line-height: 18px;
      margin-top: 15px; } }

#page-account .form-container {
  max-width: 600px; }

#page-contacts {
  position: relative; }
  @media screen and (max-width: 767px) {
    #page-contacts {
      padding-top: 0; } }
  #page-contacts .transition {
    position: absolute;
    top: -50px;
    left: 0; }
  #page-contacts .banner {
    position: relative;
    width: 100%;
    height: 630px;
    background-image: url("../images/banner-contacts.jpg");
    background-size: cover;
    background-color: #000; }
    @media screen and (max-width: 767px) {
      #page-contacts .banner {
        background-image: none;
        height: auto; } }
    #page-contacts .banner .effect-container {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 630px;
      overflow: hidden; }
      @media screen and (max-width: 767px) {
        #page-contacts .banner .effect-container {
          display: none; } }
      #page-contacts .banner .effect-container .effect {
        position: absolute;
        bottom: -5px; }
    @media screen and (max-width: 767px) {
      #page-contacts .banner .transition {
        display: none; } }
  @media screen and (max-width: 767px) {
    #page-contacts .center-contents {
      width: 100%;
      margin: 0; } }
  #page-contacts .form {
    position: absolute;
    top: -40px;
    right: 0;
    background-color: rgba(10, 17, 26, 0.8);
    padding: 40px 90px;
    color: #FFFFFF; }
    @media screen and (max-width: 1020px) {
      #page-contacts .form {
        left: 0;
        max-width: 680px;
        margin: 0 auto; } }
    @media screen and (max-width: 767px) {
      #page-contacts .form {
        position: relative;
        top: 0;
        background-color: #111a22;
        padding: 40px 30px; } }
    #page-contacts .form .title {
      font-family: 'camptonlight';
      font-size: 29px;
      margin-bottom: 40px; }
      @media screen and (max-width: 767px) {
        #page-contacts .form .title {
          margin-bottom: 25px; } }
      #page-contacts .form .title span {
        font-family: 'Arial'; }
    #page-contacts .form input, #page-contacts .form textarea {
      display: block;
      width: 400px;
      height: 40px;
      border: none;
      background-color: #090f19;
      color: #808080;
      font-size: 17px;
      line-height: 40px;
      margin-bottom: 15px;
      padding: 0 25px; }
      @media screen and (max-width: 767px) {
        #page-contacts .form input, #page-contacts .form textarea {
          width: 100%;
          background-color: #070d17; } }
      #page-contacts .form input:focus, #page-contacts .form textarea:focus {
        opacity: 0.6; }
    #page-contacts .form textarea {
      width: 500px;
      height: 140px;
      line-height: 1.5em;
      padding: 10px 25px; }
      @media screen and (max-width: 767px) {
        #page-contacts .form textarea {
          width: 100%;
          background-color: #070d17; } }
  @media screen and (max-width: 1020px) {
    #page-contacts .contact-info .center-contents {
      width: 100%;
      margin: 0; } }
  #page-contacts .contact-info .background-contacts {
    position: absolute;
    top: -18px;
    left: 0; }
  #page-contacts .contact-info .details {
    position: relative;
    padding-top: 75px;
    text-align: center; }
    @media screen and (max-width: 767px) {
      #page-contacts .contact-info .details .item {
        padding: 0 15px; } }
    @media screen and (max-width: 767px) {
      #page-contacts .contact-info .details .item:first-child {
        margin-bottom: 80px; } }
    #page-contacts .contact-info .details .item:last-child:after {
      content: "";
      position: absolute;
      left: -2px;
      top: 140px;
      height: calc(100% - 140px);
      border-right: 2px solid #A9B3BD; }
      @media screen and (max-width: 767px) {
        #page-contacts .contact-info .details .item:last-child:after {
          width: 250px;
          height: 0;
          top: -38px;
          left: 0;
          right: 0;
          margin: 0 auto;
          border-top: 2px solid #A9B3BD;
          border-right: none; } }
    #page-contacts .contact-info .details .item .sprite {
      margin: 0 auto 20px auto;
      transform-origin: top center; }
      @media screen and (max-width: 1020px) {
        #page-contacts .contact-info .details .item .sprite {
          transform: scale(0.85);
          margin-bottom: -5px; } }
      @media screen and (max-width: 767px) {
        #page-contacts .contact-info .details .item .sprite {
          transform: scale(0.75);
          margin-bottom: -10px; } }
    #page-contacts .contact-info .details .item .title {
      position: relative;
      font-size: 29px;
      color: #0071bb;
      margin-bottom: 45px; }
      @media screen and (max-width: 1020px) {
        #page-contacts .contact-info .details .item .title {
          font-size: 26px;
          margin-bottom: 38px; } }
      @media screen and (max-width: 767px) {
        #page-contacts .contact-info .details .item .title {
          font-size: 23px;
          margin-bottom: 30px; } }
      #page-contacts .contact-info .details .item .title:after {
        content: "";
        position: absolute;
        bottom: -15px;
        left: 0;
        right: 0;
        width: 28px;
        margin: 0 auto;
        border-bottom: 2px solid #0071bb; }
        @media screen and (max-width: 1020px) {
          #page-contacts .contact-info .details .item .title:after {
            bottom: -18px; } }
        @media screen and (max-width: 767px) {
          #page-contacts .contact-info .details .item .title:after {
            bottom: -18px; } }
    #page-contacts .contact-info .details .item .text {
      max-width: 330px;
      margin: 0 auto 60px auto;
      font-size: 17px;
      line-height: 2em;
      color: #1a1a1a; }
      @media screen and (max-width: 1020px) {
        #page-contacts .contact-info .details .item .text {
          line-height: 1.6em;
          margin-bottom: 40px; } }
      @media screen and (max-width: 767px) {
        #page-contacts .contact-info .details .item .text {
          margin-bottom: 30px; } }
    #page-contacts .contact-info .details .item .phone {
      font-family: 'camptonbold';
      font-size: 17px; }
      @media screen and (max-width: 420px) {
        #page-contacts .contact-info .details .item .phone .splitter {
          display: none; }
        #page-contacts .contact-info .details .item .phone .break {
          display: block; } }
    #page-contacts .contact-info .details .item img {
      width: 100%;
      max-width: 350px;
      margin: 0 auto; }

#page-why-sound {
  padding-top: 100px;
  padding-bottom: 0; }
  @media screen and (max-width: 1020px) {
    #page-why-sound {
      padding-top: 40px; } }
  #page-why-sound h1 {
    display: none;
    color: #fff;
    font-size: 24px;
    text-align: center;
    text-transform: none;
    margin: 0 0 50px 0; }
    @media screen and (max-width: 1020px) {
      #page-why-sound h1 {
        display: block;
        font-size: 28px; } }
    @media screen and (max-width: 767px) {
      #page-why-sound h1 {
        font-size: 24px; } }
  #page-why-sound .banner {
    padding-bottom: 100px; }
    @media screen and (max-width: 1020px) {
      #page-why-sound .banner {
        padding-bottom: 80px; } }
    @media screen and (max-width: 767px) {
      #page-why-sound .banner {
        padding-bottom: 60px; } }
    #page-why-sound .banner .image {
      position: relative;
      background-image: url("../images/banner-why.png");
      max-width: 1266px;
      margin: 0 auto;
      height: 382px;
      background-position: top center;
      background-size: cover; }
      @media screen and (max-width: 1020px) {
        #page-why-sound .banner .image {
          height: 300px; } }
      @media screen and (max-width: 767px) {
        #page-why-sound .banner .image {
          height: 220px; } }
  #page-why-sound .details {
    position: relative;
    padding-top: 120px;
    text-align: center; }
    #page-why-sound .details .transition, #page-why-sound .details .transition-black {
      position: absolute;
      top: -120px;
      left: 0; }
      @media screen and (max-width: 2200px) {
        #page-why-sound .details .transition, #page-why-sound .details .transition-black {
          top: -100px; } }
      @media screen and (max-width: 2000px) {
        #page-why-sound .details .transition, #page-why-sound .details .transition-black {
          top: -80px; } }
      @media screen and (max-width: 1020px) {
        #page-why-sound .details .transition, #page-why-sound .details .transition-black {
          top: -100px; } }
      @media screen and (max-width: 767px) {
        #page-why-sound .details .transition, #page-why-sound .details .transition-black {
          top: -110px; } }
    #page-why-sound .details .transition-black:before {
      height: 120px; }
    @media screen and (max-width: 1020px) {
      #page-why-sound .details .transition-black {
        top: 0;
        height: 40px; }
        #page-why-sound .details .transition-black:before {
          height: 40px;
          background-color: #020C16; } }
    @media screen and (max-width: 1020px) {
      #page-why-sound .details .contents {
        margin-top: -15px; } }
    @media screen and (max-width: 767px) {
      #page-why-sound .details .contents {
        margin-top: -30px; } }
    #page-why-sound .details .text {
      max-width: 1100px;
      margin: 0 auto;
      position: relative;
      font-size: 17px;
      line-height: 2em; }
      @media screen and (max-width: 1150px) {
        #page-why-sound .details .text {
          padding: 0 25px; } }
      @media screen and (max-width: 1020px) {
        #page-why-sound .details .text {
          line-height: 1.6em; } }
      #page-why-sound .details .text:first-child {
        margin-bottom: 80px; }
        #page-why-sound .details .text:first-child:after {
          content: "";
          position: absolute;
          bottom: -40px;
          left: 0;
          right: 0;
          width: 110px;
          margin: 0 auto;
          border-bottom: 2px solid #90c1e1; }
  #page-why-sound .wave {
    position: relative;
    padding-top: 100px;
    padding-bottom: 50px;
    /*.image {
			max-width: 1360px;
			margin: 0 auto;

			img {
				width: 100%;
			}
		}*/ }
    @media screen and (max-width: 1020px) {
      #page-why-sound .wave {
        margin-top: -5px; } }
    #page-why-sound .wave .background {
      position: absolute;
      top: 0;
      left: 0; }
    #page-why-sound .wave .soundwave .image {
      position: relative;
      background-image: url("../images/why-image.png");
      max-width: 1366px;
      margin: 0 auto;
      height: 309px;
      background-position: top center;
      background-size: cover; }
      @media screen and (max-width: 1020px) {
        #page-why-sound .wave .soundwave .image {
          height: 300px; } }
      @media screen and (max-width: 767px) {
        #page-why-sound .wave .soundwave .image {
          height: 220px; } }

#page-what-we-do {
  padding-top: 20px;
  padding-bottom: 50px; }
  @media screen and (max-width: 1020px) {
    #page-what-we-do {
      padding-bottom: 30px; } }
  @media screen and (max-width: 767px) {
    #page-what-we-do {
      padding-bottom: 10px; } }
  #page-what-we-do h1 {
    display: none;
    color: #fff;
    font-size: 24px;
    text-align: center;
    text-transform: none;
    margin: 0 0 50px 0;
    position: relative;
    z-index: 5; }
    @media screen and (max-width: 1020px) {
      #page-what-we-do h1 {
        display: block;
        font-size: 28px; } }
    @media screen and (max-width: 767px) {
      #page-what-we-do h1 {
        font-size: 24px; } }
  #page-what-we-do .details {
    position: relative;
    padding-top: 120px;
    text-align: center; }
    @media screen and (max-width: 1020px) {
      #page-what-we-do .details {
        padding-top: 80px; } }
    @media screen and (max-width: 767px) {
      #page-what-we-do .details {
        padding-top: 40px; } }
    #page-what-we-do .details .transition {
      position: absolute;
      top: -140px;
      left: 0; }
      @media screen and (max-width: 2200px) {
        #page-what-we-do .details .transition {
          top: -100px; } }
      @media screen and (max-width: 2000px) {
        #page-what-we-do .details .transition {
          top: -80px; } }
      @media screen and (max-width: 1020px) {
        #page-what-we-do .details .transition {
          top: -150px;
          height: 400px; } }
      @media screen and (max-width: 767px) {
        #page-what-we-do .details .transition {
          top: -150px;
          height: 400px; } }
    #page-what-we-do .details .transition-black {
      position: absolute;
      top: 0;
      left: 0; }
      #page-what-we-do .details .transition-black:before {
        height: 40px; }
        @media screen and (max-width: 1020px) {
          #page-what-we-do .details .transition-black:before {
            top: -50px;
            height: 200px;
            background-color: #fff; } }
    #page-what-we-do .details .intro {
      position: relative;
      font-family: 'neotericregular';
      font-size: 22px;
      color: #1A1A1A;
      max-width: 1160px;
      margin: 0 auto; }
      @media screen and (max-width: 1100px) {
        #page-what-we-do .details .intro {
          padding: 0px 15px; } }
      @media screen and (max-width: 1020px) {
        #page-what-we-do .details .intro {
          margin-top: -35px; } }
    #page-what-we-do .details .text {
      position: relative;
      max-width: 1160px;
      margin: 12px auto 0 auto;
      font-size: 17px;
      color: #1A1A1A; }
      @media screen and (max-width: 1100px) {
        #page-what-we-do .details .text {
          padding: 0px 15px; } }
    #page-what-we-do .details .section {
      position: relative;
      margin-top: 100px;
      z-index: 2; }
      @media screen and (max-width: 1020px) {
        #page-what-we-do .details .section {
          margin-top: 85px; } }
      @media screen and (max-width: 767px) {
        #page-what-we-do .details .section {
          margin-top: 70px; } }
      #page-what-we-do .details .section.first {
        margin-top: 90px; }
        @media screen and (max-width: 1020px) {
          #page-what-we-do .details .section.first {
            margin-top: 75px; } }
        @media screen and (max-width: 767px) {
          #page-what-we-do .details .section.first {
            margin-top: 50px; } }
      #page-what-we-do .details .section .background {
        position: absolute;
        left: 0;
        bottom: -50px; }
        @media screen and (max-width: 767px) {
          #page-what-we-do .details .section .background {
            bottom: auto;
            top: -40px;
            height: 110%; } }
      #page-what-we-do .details .section .background2 {
        position: absolute;
        left: 0;
        top: -180px; }
        @media screen and (min-width: 1580px) {
          #page-what-we-do .details .section .background2 {
            top: -220px;
            height: 870px; } }
        @media screen and (min-width: 1900px) {
          #page-what-we-do .details .section .background2 {
            top: -250px;
            height: 900px; } }
        @media screen and (min-width: 2200px) {
          #page-what-we-do .details .section .background2 {
            top: -280px;
            height: 930px; } }
        @media screen and (min-width: 2500px) {
          #page-what-we-do .details .section .background2 {
            top: -310px;
            height: 960px; } }
      #page-what-we-do .details .section .sprite-title {
        position: relative;
        margin: 0 auto;
        transform-origin: top center; }
        @media screen and (max-width: 1020px) {
          #page-what-we-do .details .section .sprite-title {
            transform: scale(0.85);
            margin-bottom: -10px; } }
        @media screen and (max-width: 767px) {
          #page-what-we-do .details .section .sprite-title {
            transform: scale(0.75);
            margin-bottom: -20px; } }
        #page-what-we-do .details .section .sprite-title:before {
          content: "";
          position: absolute;
          top: -58px;
          left: 49%;
          border-left: 2px solid #6EB1CE;
          height: 60px;
          margin: 0 auto; }
          @media screen and (max-width: 1020px) {
            #page-what-we-do .details .section .sprite-title:before {
              top: -43px;
              height: 45px; } }
          @media screen and (max-width: 767px) {
            #page-what-we-do .details .section .sprite-title:before {
              top: -29px;
              height: 30px; } }
      #page-what-we-do .details .section h2 {
        position: relative;
        font-size: 28px;
        color: #0071bb;
        margin-top: 20px; }
        @media screen and (max-width: 1020px) {
          #page-what-we-do .details .section h2 {
            font-size: 26px;
            margin-top: 18px; } }
        @media screen and (max-width: 767px) {
          #page-what-we-do .details .section h2 {
            font-size: 23px;
            margin-top: 14px; } }
      #page-what-we-do .details .section .images {
        position: relative;
        max-width: 1160px;
        margin: 50px auto 0 auto;
        text-align: center; }
        #page-what-we-do .details .section .images:before {
          content: "";
          position: absolute;
          top: -30px;
          left: 0;
          right: 0;
          width: 28px;
          margin: 0 auto;
          border-bottom: 2px solid #93C2D4; }
        #page-what-we-do .details .section .images .item {
          position: relative;
          padding: 0 15px; }
          @media screen and (max-width: 767px) {
            #page-what-we-do .details .section .images .item {
              max-width: 400px;
              float: none;
              margin: 0 auto 30px auto; }
              #page-what-we-do .details .section .images .item:last-child {
                margin-bottom: 0; } }
          #page-what-we-do .details .section .images .item .subtitle {
            margin-top: 15px;
            font-family: 'camptonbold';
            font-size: 18px;
            color: #000; }
          #page-what-we-do .details .section .images .item .image-container {
            position: relative; }
            #page-what-we-do .details .section .images .item .image-container .over {
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              opacity: 0;
              transition: all 300ms linear;
              background-color: rgba(0, 0, 0, 0.6);
              cursor: pointer; }
              #page-what-we-do .details .section .images .item .image-container .over.active {
                opacity: 1; }
              #page-what-we-do .details .section .images .item .image-container .over .sprite-control {
                position: absolute;
                left: 0;
                right: 0;
                top: 0;
                bottom: 0;
                margin: auto; }
              #page-what-we-do .details .section .images .item .image-container .over .play {
                display: block; }
              #page-what-we-do .details .section .images .item .image-container .over .pause {
                display: none; }
                #page-what-we-do .details .section .images .item .image-container .over .pause .sprite-control {
                  top: -30px; }
                #page-what-we-do .details .section .images .item .image-container .over .pause .bars {
                  bottom: 20%;
                  left: 0;
                  right: 0;
                  top: auto;
                  display: block; }
            #page-what-we-do .details .section .images .item .image-container:hover .over {
              opacity: 1; }
      #page-what-we-do .details .section.dark {
        background-color: #000;
        z-index: 1; }
        #page-what-we-do .details .section.dark:before {
          content: "";
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 200px;
          background-color: #fff; }
        #page-what-we-do .details .section.dark h2 {
          color: #fff; }
        #page-what-we-do .details .section.dark .images {
          margin-top: 150px; }
          @media screen and (max-width: 1020px) {
            #page-what-we-do .details .section.dark .images {
              margin-top: 110px; } }
          @media screen and (max-width: 767px) {
            #page-what-we-do .details .section.dark .images {
              margin-top: 75px; } }
          #page-what-we-do .details .section.dark .images:before {
            border-color: #00EADD;
            top: -138px; }
            @media screen and (max-width: 1020px) {
              #page-what-we-do .details .section.dark .images:before {
                top: -100px; } }
            @media screen and (max-width: 767px) {
              #page-what-we-do .details .section.dark .images:before {
                top: -65px; } }

#home-sound {
  position: absolute;
  right: 40px;
  top: -145px;
  transform-origin: center right; }
  @media screen and (max-width: 2200px) {
    #home-sound {
      top: -175px; } }
  @media screen and (max-width: 1600px) {
    #home-sound {
      top: -190px; } }
  @media screen and (max-width: 1020px) {
    #home-sound {
      right: 20px;
      top: -190px;
      transform: scale(0.85); } }
  @media screen and (max-width: 767px) {
    #home-sound {
      right: 5px;
      top: -173px;
      transform: scale(0.75); } }

/* FORMS */
.form-container .input-error {
  background: #333 !important; }
  .form-container .input-error + .form-label:after {
    background: #333 !important; }

.form-container .form-message {
  color: #808080;
  display: block;
  text-align: center;
  font-size: 16px;
  line-height: 36px; }
