/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic&subset=latin,latin-ext);
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  text-decoration: none;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #337ab7;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #337ab7;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.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: 15px;
  padding-right: 15px;
}
.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-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@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-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@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-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@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-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row: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;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.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;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
/*******************************
* CUSTOM VARIABLES
********************************/
body {
  font-family: 'Open Sans', sans-serif;
}
.notop {
  padding-top: 0px!important;
}
img {
  max-width: 100%;
  height: auto;
}
.font-thin {
  font-weight: 100;
}
.container-smaller {
  width: 600px;
}
@media screen and (max-width: 600px) {
  .container-smaller {
    width: 100%;
  }
}
[ng\:cloak],
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak {
  display: none !important;
}
.relative {
  position: relative;
}
.invisible {
  visibility: visible;
  opacity: 1 !important;
}
.page-title {
  color: #00bcd2;
  font-weight: 100;
  text-transform: uppercase;
  font-size: 42px;
  text-align: center;
  margin-bottom: 50px;
}
.page-title span {
  display: inline-block;
  box-shadow: 0px 31px 0px -27px #00bcd2;
  padding-bottom: 10px;
}
.content {
  padding-top: 50px;
}
p {
  color: #505050;
  font-size: 14px;
  line-height: 30px;
}
a {
  color: #00bcd2;
}
.main-header {
  padding-top: 40px;
  height: 120px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 15;
}
.top-navigation {
  float: right;
}
@media screen and (max-width: 767px) {
  .top-navigation {
    display: none;
  }
}
.top-navigation ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0px;
}
.top-navigation ul li {
  display: inline-block;
  padding: 0px 15px;
  margin-top: 20px;
}
.top-navigation ul li:last-child {
  padding-right: 0px;
}
.top-navigation ul li:first-child {
  padding-left: 0px;
}
.top-navigation ul li a {
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  overflow: hidden;
  padding: 0 4px;
  box-sizing: border-box;
  height: 20px;
  position: relative;
  display: inline-block;
  color: #fff;
}
.top-navigation ul li a span {
  position: relative;
  display: inline-block;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
}
.top-navigation ul li a span::before {
  position: absolute;
  top: 100%;
  color: #00bcd2;
  content: attr(data-hover);
  font-weight: 700;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.top-navigation ul li a:hover span,
.top-navigation ul li a:focus span {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  transform: translateY(-100%);
}
.animatedNav ul li a {
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  overflow: hidden;
  padding: 0 4px;
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  color: #fff;
}
.animatedNav ul li a span {
  position: relative;
  display: inline-block;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
}
.animatedNav ul li a span::before {
  position: absolute;
  top: 100%;
  color: #00bcd2;
  content: attr(data-hover);
  font-weight: 700;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.animatedNav ul li a:hover span,
.animatedNav ul li a:focus span {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  transform: translateY(-100%);
}
.full-screen-wrap {
  overflow-x: hidden;
  padding-bottom: 25px;
}
.full-screen {
  margin: 0 auto;
  position: relative;
  background: url("../img/fullscreen-bg.jpg") no-repeat center center;
  -webkit-background-size: cover;
  background-size: cover;
}
.full-screen-border-bottom {
  width: 3500px;
  position: relative;
  left: 50%;
  margin-left: -1750px;
  overflow: hidden;
  border-bottom-left-radius: 50% 250px;
  border-bottom-right-radius: 50% 250px;
  -webkit-box-shadow: 0px 100px 0px -75px rgba(216, 243, 246, 0.8);
  -moz-box-shadow: 0px 100px 0px -75px rgba(216, 243, 246, 0.8);
  box-shadow: 0px 100px 0px -75px rgba(216, 243, 246, 0.8);
}
.full-screen-text {
  padding-top: 200px;
}
.full-screen-text h1 {
  margin-left: -250px;
  color: #00bcd2;
  font-weight: 900;
  font-size: 85px;
  width: 1000px;
  display: block;
  text-align: right;
}
@media screen and (max-width: 1199px) {
  .full-screen-text h1 {
    margin-left: 0px;
    font-size: 65px;
    float: left;
    width: auto;
  }
}
@media screen and (max-width: 480px) {
  .full-screen-text h1 {
    font-size: 60px;
  }
}
.full-screen-text h2 {
  text-align: right;
  color: #fff;
  font-weight: 700;
  font-size: 70px;
}
@media screen and (max-width: 1199px) {
  .full-screen-text h2 {
    font-size: 50px;
  }
}
@media screen and (max-width: 480px) {
  .full-screen-text h2 {
    font-size: 40px;
  }
}
.full-screen-text .right60 {
  margin-right: 105px;
}
.full-screen-text .right40 {
  margin-right: 150px;
}
.download-links {
  border-top: 1px solid #fff;
  padding-top: 30px;
  margin-top: 30px;
}
.download-links a {
  display: block;
  width: 50%;
  float: left;
  height: 70px;
  line-height: 70px;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .download-links a {
    width: 100%;
    float: none;
  }
}
.askfriends {
  padding-top: 60px;
  padding-bottom: 60px;
}
.askfriends p {
  color: #00bcd2;
  line-height: 30px;
  font-size: 20px;
}
.askheading {
  color: #00bcd2;
  font-size: 60px;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 55px;
  display: block;
  margin-bottom: 10px;
  word-break: break-word;
}
@media screen and (max-width: 767px) {
  .askheading {
    font-size: 50px;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 44px;
    text-align: center;
  }
}
.askheading .font-smaller {
  font-size: 47px;
  line-height: 33px;
}
@media screen and (max-width: 767px) {
  .askheading .font-smaller {
    font-size: 40px;
  }
}
.asksub {
  color: #00bcd2;
  text-transform: uppercase;
  font-size: 35px;
  font-weight: 100;
  display: block;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .asksub {
    font-size: 30px;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .getwutch {
    display: block;
    text-align: center;
  }
}
.btn-icon {
  padding: 18px 70px 18px 30px;
  text-transform: uppercase;
  display: inline-block;
  background: #00d1a9;
  border-radius: 30px;
  color: #fff;
  font-size: 18px;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  box-shadow: inset 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.btn-icon:hover {
  background: #00bcd2;
  box-shadow: inset 0 0 0 5px rgba(255, 255, 255, 0.5);
}
.btn-icon .icon {
  position: absolute;
  right: 30px;
  top: 20px;
  color: #ffffff;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.btn-big {
  padding: 25px 80px 25px 40px;
  font-size: 26px;
}
.btn-big .icon {
  top: 28px;
}
.btn-white {
  color: #000;
  background: #fff;
}
.btn-white .icon {
  color: #000;
}
.btn-white:hover {
  background: #00d1a9;
  color: #fff;
  box-shadow: inset 0 0 0 5px rgba(255, 255, 255, 0.5);
}
.btn-white:hover .icon {
  color: #fff;
}
.btn-right {
  float: right;
}
.btn-center {
  display: table;
  margin: 0 auto;
}
.presentation-wrap {
  overflow-x: hidden;
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
  z-index: 2;
}
.presentation-border {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#00d1a9+0,00bcd2+98 */
  background: #00d1a9;
  /* Old browsers */
  background: -moz-linear-gradient(top, #00d1a9 0%, #00bcd2 98%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #00d1a9), color-stop(98%, #00bcd2));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #00d1a9 0%, #00bcd2 98%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #00d1a9 0%, #00bcd2 98%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #00d1a9 0%, #00bcd2 98%);
  /* IE10+ */
  background: linear-gradient(to bottom, #00d1a9 0%, #00bcd2 98%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00d1a9', endColorstr='#00bcd2', GradientType=0);
  /* IE6-9 */
  width: 3500px;
  position: relative;
  left: 50%;
  margin-left: -1750px;
  overflow: hidden;
  border-top-left-radius: 70% 500px;
  border-top-right-radius: 50% 800px;
  border-bottom-left-radius: 50% 300px;
  border-bottom-right-radius: 70% 300px;
  -webkit-box-shadow: 0px 0px 0px 25px rgba(216, 243, 246, 0.8);
  -moz-box-shadow: 0px 0px 0px 25px rgba(216, 243, 246, 0.8);
  box-shadow: 0px 0px 0px 25px rgba(216, 243, 246, 0.8);
}
.presentation {
  margin: 0 auto;
  color: #fff;
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width: 991px) {
  .presentation {
    padding-top: 20px;
  }
}
.presentation .container {
  width: 1300px;
}
@media screen and (max-width: 1300px) {
  .presentation .container {
    width: 100%;
  }
}
.presentation .image-left {
  display: block;
  position: absolute;
  z-index: 0;
  left: 0px;
  top: 0px;
}
@media screen and (max-width: 991px) {
  .presentation .image-left {
    position: static;
    text-align: center;
  }
}
.presentation .image-left img {
  max-width: 100%;
  height: auto;
}
.presentation .image-right {
  display: block;
  max-width: 100%;
  height: auto;
  position: absolute;
  z-index: 0;
  right: 0px;
  top: 60px;
}
@media screen and (max-width: 991px) {
  .presentation .image-right {
    position: static;
    text-align: center;
  }
}
.presentation .image-right img {
  max-width: 100%;
  height: auto;
}
.presentation .heading-row,
.presentation .presentation-text {
  z-index: 9;
  position: relative;
}
@media screen and (max-width: 991px) {
  .presentation .text {
    text-align: center;
  }
}
.presentation .icon-text {
  font-size: 24px;
  line-height: 90px;
  text-transform: uppercase;
  display: block;
  float: left;
  height: 90px;
  margin-left: 10px;
  font-weight: 100;
}
@media screen and (max-width: 991px) {
  .presentation .icon-text {
    display: inline-block;
    float: none;
  }
}
.presentation .icon-text strong {
  font-weight: 900;
}
.presentation .curve-icon {
  width: 90px;
  height: 90px;
  display: block;
  float: left;
  border-radius: 50%;
  box-sizing: border-box;
  border: 10px solid rgba(255, 255, 255, 0.28);
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: center;
  -webkit-background-size: 70px 70px;
  background-size: 70px 70px;
  margin: 0px 5px;
}
@media screen and (max-width: 991px) {
  .presentation .curve-icon {
    display: inline-block;
    float: none;
    position: relative;
    top: 32px;
  }
}
.presentation .icon-user {
  background-image: url("../img/usericon.png");
}
.presentation .icon-plus {
  background-image: url("../img/plusicon.png");
}
.presentation .icon-ask {
  background-image: url("../img/askicon.png");
}
.presentation .presentation-text {
  width: 380px;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 1199px) {
  .presentation .presentation-text {
    width: 300px;
  }
}
.presentation .presentation-text h3 {
  font-weight: 900;
  font-size: 32px;
  line-height: 40px;
  text-transform: uppercase;
}
.presentation .presentation-text p {
  font-size: 18px;
  font-weight: 100;
  line-height: 30px;
  color: #fff;
}
.presentation .third-row {
  left: 13%;
}
@media screen and (max-width: 991px) {
  .presentation .third-row {
    left: 0;
  }
}
.presentation .curve {
  display: inline-block;
  position: relative;
  top: 40px;
  left: -5px;
}
@media screen and (max-width: 991px) {
  .presentation .curve {
    display: none !important;
  }
}
.presentation #text3 {
  padding-top: 95px;
}
@media screen and (max-width: 991px) {
  .presentation #text3 {
    padding-top: 0;
  }
}
.presentation .right {
  margin-top: 50px;
}
.presentation .right .icon-text {
  float: right;
  margin-left: 0px;
  margin-right: 10px;
}
@media screen and (max-width: 991px) {
  .presentation .right .icon-text {
    display: inline-block;
    float: none;
  }
}
.presentation .right .curve-icon {
  float: right;
}
@media screen and (max-width: 991px) {
  .presentation .right .curve-icon {
    display: inline-block;
    float: none;
  }
}
.presentation .right .curve {
  float: right;
  left: auto;
  right: -5px;
}
.presentation .second-row .image-left {
  top: -30px;
}
.presentation .second-row .image-right {
  top: 120px;
}
.presentation .second-row .presentation-text {
  padding-top: 120px;
}
@media screen and (max-width: 991px) {
  .presentation .second-row .presentation-text {
    padding-top: 0px;
  }
}
.getwut-btn {
  margin-top: -90px;
  position: relative;
  z-index: 3;
}
.newsletter-feedback {
  background: url("../img/news-bg.jpg") no-repeat top center;
  -webkit-background-size: cover;
  background-size: cover;
  z-index: 1;
  margin-top: -100px;
  padding-top: 150px;
  padding-bottom: 200px;
}
.newsletter-box {
  max-width: 700px;
  margin: 0 auto;
}
.newsletter-box h2 {
  text-align: center;
  text-transform: uppercase;
  color: #00bcd2;
  font-weight: 100;
  font-size: 48px;
  margin-bottom: 40px;
}
.newsletter-box h2 strong {
  font-weight: 900;
}
.newsletter-box input[type="text"] {
  width: 100%;
  border-radius: 30px;
  padding-left: 30px;
  padding-right: 200px;
  height: 60px;
  display: block;
  font-size: 18px;
  line-height: 30px;
  border: none;
  background: #d8f3f6;
  color: #00bcd2;
}
@media screen and (max-width: 480px) {
  .newsletter-box input[type="text"] {
    padding-right: 130px;
  }
}
.newsletter-box input[type="text"]::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #00bcd2;
}
.newsletter-box input[type="text"]:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #00bcd2;
  opacity: 1;
}
.newsletter-box input[type="text"]::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #00bcd2;
  opacity: 1;
}
.newsletter-box input[type="text"]:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #00bcd2;
}
.newsletter-box input[type="text"]:focus {
  outline: none;
}
.newsletter-box .input-container {
  position: relative;
  overflow: hidden;
}
.newsletter-box input[type="submit"] {
  position: absolute;
  right: 0;
  top: 0;
  height: 60px;
  width: 200px;
  border-bottom-right-radius: 30px;
  border-top-right-radius: 30px;
  padding-right: 20px;
  color: #fff;
  font-weight: 700;
  display: block;
  font-size: 18px;
  line-height: 30px;
  border: none;
  background: #00bcd2;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (max-width: 480px) {
  .newsletter-box input[type="submit"] {
    width: 130px;
  }
}
.newsletter-box input[type="submit"]:hover {
  background: #00d1a9;
  padding-right: 0px;
}
.newsletter-box input[type="submit"]:hover + .qiconf {
  right: -50px;
}
.newsletter-box .qiconf {
  position: absolute;
  right: 30px;
  color: #fff;
  top: 22px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (max-width: 480px) {
  .newsletter-box .qiconf {
    right: 8px;
  }
}
.feedback-box .flex-control-nav {
  position: static;
}
.feedback-box .slider {
  height: 320px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .feedback-box .slider {
    height: auto;
  }
}
.feedback-box .flex-viewport {
  margin-top: 60px;
  margin-bottom: 15px;
}
.feedback-box .flex-control-paging li a {
  width: 15px;
  height: 15px;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: #e0f5f8;
}
.feedback-box .flex-control-paging li a:hover {
  background: #00bcd2;
}
.feedback-box .flex-control-paging li a.flex-active {
  background: #00bcd2;
}
.feedback-box .inner-slide {
  position: relative;
  width: 670px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .feedback-box .inner-slide {
    width: 90%;
    padding: 20px;
    background: rgba(216, 243, 246, 0.8);
    border-radius: 50px;
  }
}
@media screen and (max-width: 767px) {
  .feedback-box .inner-slide .feedback-bubble {
    display: none;
  }
}
.feedback-box .inner-slide .avatar-img {
  position: absolute;
  left: 45px;
  top: 60px;
}
@media screen and (max-width: 767px) {
  .feedback-box .inner-slide .avatar-img {
    position: static;
    float: left;
    margin-top: 20px;
  }
}
@media screen and (max-width: 480px) {
  .feedback-box .inner-slide .avatar-img {
    display: block;
    margin: 0 auto;
    float: none;
  }
}
.feedback-box .inner-slide h4 {
  left: 170px;
  position: absolute;
  color: #00bcd2;
  font-weight: 100;
  font-size: 48px;
  top: 40px;
}
@media screen and (max-width: 767px) {
  .feedback-box .inner-slide h4 {
    position: static;
    padding-left: 130px;
  }
}
@media screen and (max-width: 480px) {
  .feedback-box .inner-slide h4 {
    padding-left: 0;
    text-align: center;
  }
}
.feedback-box .inner-slide p {
  left: 170px;
  top: 105px;
  position: absolute;
  color: #798a87;
  font-size: 14px;
  line-height: 24px;
  width: 460px;
  display: block;
}
@media screen and (max-width: 767px) {
  .feedback-box .inner-slide p {
    position: static;
    padding-left: 130px;
    display: block;
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .feedback-box .inner-slide p {
    padding-left: 0;
  }
}
.socials {
  margin-top: 80px;
}
.socials ul {
  display: block;
  padding: 0;
  margin: 0;
  text-align: center;
}
.socials ul li {
  display: inline-block;
  padding: 0px 10px;
}
.socials ul li a {
  display: block;
  width: 70px;
  height: 70px;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url('../img/socials-sprite.png');
}
.socials ul li a.facebook {
  background-position: 0px 0px;
  display:none;
}
.socials ul li a.email {
  background-position: -86px -2px;
 
}
.socials ul li a.gplus {
  background-position: -174px -2px;
  display:none;
}
.socials ul li a.youtube {
  background-position: -262px -4px;
   display:none;
}
.footer-wrap {
  overflow: hidden;
  padding-top: 30px;
  position: relative;
  height: 200px;
  z-index: 10;
  margin-top: -100px;
}
@media screen and (max-width: 991px) {
  .footer-wrap {
    height: 300px;
  }
}
.footer-border {
  background: #00bcd2;
  height: 600px;
  width: 3500px;
  z-index: 10;
  position: relative;
  left: 50%;
  margin-left: -1750px;
  overflow: hidden;
  border-top-left-radius: 70% 300px;
  border-top-right-radius: 50% 300px;
}
.footer-inner {
  margin: 0 auto;
}
.footer-navigation ul {
  margin: 80px auto 0px auto;
  display: table;
  padding: 0px;
}
.footer-navigation ul li {
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  border-right: 1px #fff solid;
}
.footer-navigation ul li:last-child {
  border-right: none;
}
@media screen and (max-width: 991px) {
  .footer-navigation ul li {
    display: block;
    text-align: center;
    border-right: none;
  }
}
.footer-navigation ul li a {
  text-transform: uppercase;
  padding-left: 5px;
  font-weight: 100;
  font-size: 20px;
  padding-right: 5px;
  color: #fff;
}
.footer-navigation ul li a span::before {
  color: #505050;
  font-weight: 100;
}
.subheader-wrap {
  overflow-x: hidden;
  padding-bottom: 25px;
}
.subheader-border {
  width: 3500px;
  position: relative;
  left: 50%;
  margin-left: -1750px;
  overflow: hidden;
  border-bottom-left-radius: 50% 250px;
  border-bottom-right-radius: 50% 250px;
  -webkit-box-shadow: 0px 36px 0px -14px rgba(216, 243, 246, 0.8);
  -moz-box-shadow: 0px 36px 0px -14px rgba(216, 243, 246, 0.8);
  box-shadow: 0px 36px 0px -14px rgba(216, 243, 246, 0.8);
}
.subheader {
  padding-top: 100px;
  padding-bottom: 30px;
  min-height: 200px;
  margin: 0 auto;
  position: relative;
  background: url("../img/subhead-bg.jpg") no-repeat top center;
  -webkit-background-size: cover;
  background-size: cover;
  box-sizing: border-box;
}
.subheader .download-links {
  border-top: none;
  max-width: 650px;
  margin: 0 auto;
}
.socials-wrap {
  padding-top: 50px;
  padding-bottom: 130px;
}
.responsive-button {
  position: relative;
}
.responsive-menu-opener {
  position: absolute;
  right: 20px;
  top: 40px;
  width: 19px;
  z-index: 9999;
  height: 14px;
  float: right;
  padding: 20px;
  display: none;
  box-sizing: content-box;
}
@media screen and (max-width: 767px) {
  .responsive-menu-opener {
    display: block;
  }
}
.reponsive-navigation-wrap {
  display: none;
}
@media screen and (max-width: 767px) {
  .reponsive-navigation-wrap {
    min-width: 220px;
    height: 100%;
    position: fixed;
    right: -300px;
    top: 0px;
    background-color: #ffffff;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    border-right: 1px solid #d9d9d9;
    overflow: auto;
    z-index: 80;
    -webkit-overflow-scrolling: touch;
    display: table;
    -webkit-box-shadow: 1px 0px 18px 0px rgba(50, 50, 50, 0.2);
    -moz-box-shadow: 1px 0px 18px 0px rgba(50, 50, 50, 0.2);
    box-shadow: 1px 0px 18px 0px rgba(50, 50, 50, 0.2);
    -webkit-transition: right 0.2s;
    -moz-transition: right 0.2s;
    -ms-transition: right 0.2s;
    -o-transition: right 0.2s;
    transition: right 0.2s;
    outline: none;
  }
}
.reponsive-navigation-wrap.shown {
  right: 0px;
  outline: 9999px solid rgba(0, 0, 0, 0.5);
}
.reponsive-navigation-wrap .responsive-navigation {
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}
.reponsive-navigation-wrap .responsive-navigation ul {
  list-style: none;
  padding: 0px 30px;
  margin: 0;
}
.reponsive-navigation-wrap .responsive-navigation ul li {
  border-bottom: 1px solid #00bcd2;
}
.reponsive-navigation-wrap .responsive-navigation ul li:last-child {
  border-bottom: none;
}
.reponsive-navigation-wrap .responsive-navigation ul li a {
  color: #00bcd2;
  font-weight: 500;
  display: block;
  line-height: 30px;
}
.reponsive-navigation-wrap .responsive-navigation ul li a span:before {
  font-weight: 100;
  color: #00d1a9;
}
.reponsive-navigation-wrap .responsive-navigation .responsive-logo {
  margin-bottom: 10px;
  display: block;
}
.buttonBar {
  width: 100%;
  height: 2px;
  display: block;
  background-color: #fff;
  margin: 0 auto 4px;
  -o-transition: all .1s linear;
  -ms-transition: all .1s linear;
  -moz-transition: all .1s linear;
  -webkit-transition: all .1s linear;
  transition: all .1s linear;
}
.menuBarRotate:nth-child(1) {
  -webkit-transform: translateY(6px) rotate(45deg);
  -moz-transform: translateY(6px) rotate(45deg);
  -ms-transform: translateY(6px) rotate(45deg);
  -o-transform: translateY(6px) rotate(45deg);
  transform: translateY(6px) rotate(45deg);
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  background-color: #00bcd2;
  width: 20px !important;
}
.menuBarRotate:nth-child(2) {
  opacity: 0;
}
.menuBarRotate:nth-child(3) {
  -webkit-transform: translateY(-6px) rotate(-45deg);
  -moz-transform: translateY(-6px) rotate(-45deg);
  -ms-transform: translateY(-6px) rotate(-45deg);
  -o-transform: translateY(-6px) rotate(-45deg);
  transform: translateY(-6px) rotate(-45deg);
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  background-color: #00bcd2;
  width: 20px !important;
}
.getapp-wrap {
  overflow-x: hidden;
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
  z-index: 2;
  margin-top: -300px;
}
@media screen and (max-width: 767px) {
  .getapp-wrap {
    margin-top: -150px;
  }
}
.getapp-border {
  background: #00bcd2;
  width: 3500px;
  position: relative;
  left: 50%;
  margin-left: -1750px;
  overflow: hidden;
  border-top-left-radius: 130% 300px;
  border-top-right-radius: 77% 400px;
  border-bottom-left-radius: 72% 400px;
  border-bottom-right-radius: 124% 300px;
  -webkit-box-shadow: 0px 0px 0px 25px rgba(216, 243, 246, 0.8);
  -moz-box-shadow: 0px 0px 0px 25px rgba(216, 243, 246, 0.8);
  box-shadow: 0px 0px 0px 25px rgba(216, 243, 246, 0.8);
}
.inner-icon {
  max-width: 250px;
}
@media screen and (max-width: 767px) {
  .inner-icon {
    margin: 0 auto ;
  }
}
.getapp {
  padding-bottom: 150px;
  margin: 0 auto;
  padding-top: 250px;
}
@media screen and (max-width: 767px) {
  .getapp {
    padding-bottom: 300px;
  }
}
.getapp-redirect-buttons {
  margin-top: -190px;
  position: relative;
  z-index: 99;
}
@media screen and (max-width: 767px) {
  .getapp-redirect-buttons {
    margin-top: -450px;
  }
}
.getapp-redirect-buttons .os-icon-wrap {
  float: left;
  padding: 0px 30px;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .getapp-redirect-buttons .os-icon-wrap {
    width: 100%;
  }
}
.getapp-redirect-buttons .os-icon-wrap .ios {
  float: right;
}
@media screen and (max-width: 767px) {
  .getapp-redirect-buttons .os-icon-wrap .ios {
    float: none;
  }
}
.getapp-redirect-buttons .os-icon-wrap a {
  display: table;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .getapp-redirect-buttons .os-icon-wrap a {
    max-width: 400px;
  }
}
.getapp-redirect-buttons h2 {
  font-weight: 100;
  color: #fff;
}
.getappscrens {
  margin: -50px auto 0 auto;
  left: 20px;
  position: relative;
  z-index: 99;
  max-width: 700px;
  display: table;
}
