/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

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

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

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

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

* {
  box-sizing: border-box;
}

*:before,
*:after {
  box-sizing: border-box;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857;
  color: #333333;
  background-color: #fff;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #337ab7;
  text-decoration: none;
}

a:hover, a:focus {
  color: #23527c;
  text-decoration: underline;
}

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.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  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,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 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, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
  font-size: 65%;
}

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .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, .initialism {
  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;
}

.bg-primary {
  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,
ul ol,
ol ul,
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.42857;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table;
}

.dl-horizontal dd:after {
  clear: both;
}

@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%;
}

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.42857;
  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-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: '';
}

.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857;
}

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

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

.container:after {
  clear: both;
}

@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;
}

.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}

.container-fluid:after {
  clear: both;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.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: 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-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%;
  }
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

input[type="search"] {
  box-sizing: border-box;
}

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}

input[type="file"] {
  display: block;
}

input[type="range"] {
  display: block;
  width: 100%;
}

select[multiple],
select[size] {
  height: auto;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #999;
}

.form-control::-webkit-input-placeholder {
  color: #999;
}

.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}

.form-control[disabled], .form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}

.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}

textarea.form-control {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px;
  }
  input[type="date"].input-sm,
  .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm
  input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg
  input[type="month"] {
    line-height: 46px;
  }
}

.form-group {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

input[type="radio"][disabled], input[type="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled]
input[type="checkbox"] {
  cursor: not-allowed;
}

.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed;
}

.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled]
.checkbox label {
  cursor: not-allowed;
}

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}

.form-control-static.input-lg, .form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}

.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-sm {
  height: 30px;
  line-height: 30px;
}

textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}

.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px;
}

select.input-lg {
  height: 46px;
  line-height: 46px;
}

textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px;
}

.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}

.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.33333;
}

.has-feedback {
  position: relative;
}

.has-feedback .form-control {
  padding-right: 42.5px;
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}

.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}

.has-success .form-control {
  border-color: #3c763d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-success .form-control:focus {
  border-color: #2b542c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}

.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}

.has-success .form-control-feedback {
  color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}

.has-warning .form-control {
  border-color: #8a6d3b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-warning .form-control:focus {
  border-color: #66512c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}

.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}

.has-warning .form-control-feedback {
  color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}

.has-error .form-control {
  border-color: #a94442;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .form-control:focus {
  border-color: #843534;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}

.has-error .form-control-feedback {
  color: #a94442;
}

.has-feedback label ~ .form-control-feedback {
  top: 25px;
}

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}

.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}

.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  content: " ";
  display: table;
}

.form-horizontal .form-group:after {
  clear: both;
}

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}

.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}

@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn:hover, .btn:focus, .btn.focus {
  color: #333;
  text-decoration: none;
}

.btn:active, .btn.active {
  outline: 0;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled, .btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
}

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

.btn-default:focus, .btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}

.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.btn-default:active, .btn-default.active,
.open > .btn-default.dropdown-toggle {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus,
.open > .btn-default.dropdown-toggle:hover,
.open > .btn-default.dropdown-toggle:focus,
.open > .btn-default.dropdown-toggle.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}

.btn-default:active, .btn-default.active,
.open > .btn-default.dropdown-toggle {
  background-image: none;
}

.btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}

.btn-default .badge {
  color: #fff;
  background-color: #333;
}

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}

.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}

.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

.btn-primary:active, .btn-primary.active,
.open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus,
.open > .btn-primary.dropdown-toggle:hover,
.open > .btn-primary.dropdown-toggle:focus,
.open > .btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}

.btn-primary:active, .btn-primary.active,
.open > .btn-primary.dropdown-toggle {
  background-image: none;
}

.btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}

.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}

.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

.btn-success:active, .btn-success.active,
.open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus,
.open > .btn-success.dropdown-toggle:hover,
.open > .btn-success.dropdown-toggle:focus,
.open > .btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}

.btn-success:active, .btn-success.active,
.open > .btn-success.dropdown-toggle {
  background-image: none;
}

.btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}

.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

.btn-info:active, .btn-info.active,
.open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus,
.open > .btn-info.dropdown-toggle:hover,
.open > .btn-info.dropdown-toggle:focus,
.open > .btn-info.dropdown-toggle.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}

.btn-info:active, .btn-info.active,
.open > .btn-info.dropdown-toggle {
  background-image: none;
}

.btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus,
fieldset[disabled] .btn-info:hover,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}

.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

.btn-warning:active, .btn-warning.active,
.open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus,
.open > .btn-warning.dropdown-toggle:hover,
.open > .btn-warning.dropdown-toggle:focus,
.open > .btn-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}

.btn-warning:active, .btn-warning.active,
.open > .btn-warning.dropdown-toggle {
  background-image: none;
}

.btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus,
fieldset[disabled] .btn-warning:hover,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}

.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

.btn-danger:active, .btn-danger.active,
.open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus,
.open > .btn-danger.dropdown-toggle:hover,
.open > .btn-danger.dropdown-toggle:focus,
.open > .btn-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}

.btn-danger:active, .btn-danger.active,
.open > .btn-danger.dropdown-toggle {
  background-image: none;
}

.btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus,
fieldset[disabled] .btn-danger:hover,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

.btn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0;
}

.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  box-shadow: none;
}

.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}

.btn-link:hover, .btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}

.btn-link[disabled]:hover, .btn-link[disabled]:focus,
fieldset[disabled] .btn-link:hover,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}

.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px;
}

.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-property: height, visibility;
  transition-duration: 0.35s;
  transition-timing-function: ease;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

.well-lg {
  padding: 24px;
  border-radius: 6px;
}

.well-sm {
  padding: 9px;
  border-radius: 3px;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.modal-open {
  overflow: hidden;
}

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}

.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

.modal-header:before, .modal-header:after {
  content: " ";
  display: table;
}

.modal-header:after {
  clear: both;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.42857;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-footer:before, .modal-footer:after {
  content: " ";
  display: table;
}

.modal-footer:after {
  clear: both;
}

.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.carousel-inner > .item {
  display: none;
  position: relative;
  transition: 0.6s ease-in-out left;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}

@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    transition: -webkit-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.next, .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}

.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}

.carousel-inner > .active {
  left: 0;
}

.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.carousel-inner > .next {
  left: 100%;
}

.carousel-inner > .prev {
  left: -100%;
}

.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}

.carousel-inner > .active.left {
  left: -100%;
}

.carousel-inner > .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: transparent;
}

.carousel-control.left {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}

.carousel-control.right {
  left: auto;
  right: 0;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}

.carousel-control:hover, .carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}

.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}

.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}

.carousel-control .icon-prev:before {
  content: '\2039';
}

.carousel-control .icon-next:before {
  content: '\203a';
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: transparent;
}

.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}

.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;
}

.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 {
  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;
  }
}

.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;
  }
}

@font-face {
  font-family: 'Work Sans Light';
  src: url("../fonts/WorkSans-Light.eot");
  src: local("Work Sans Light"), local("WorkSans-Light"), url("../fonts/WorkSans-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/WorkSans-Light.woff2") format("woff2"), url("../fonts/WorkSans-Light.woff") format("woff"), url("../fonts/WorkSans-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Work Sans Medium';
  src: url("../fonts/WorkSans-Medium.eot");
  src: local("Work Sans Medium"), local("WorkSans-Medium"), url("../fonts/WorkSans-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/WorkSans-Medium.woff2") format("woff2"), url("../fonts/WorkSans-Medium.woff") format("woff"), url("../fonts/WorkSans-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Work Sans Regular';
  src: url("../fonts/WorkSans-Regular.eot");
  src: local("Work Sans"), local("WorkSans-Regular"), url("../fonts/WorkSans-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/WorkSans-Regular.woff2") format("woff2"), url("../fonts/WorkSans-Regular.woff") format("woff"), url("../fonts/WorkSans-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Work Sans Bold';
  src: url("../fonts/WorkSans-Bold.eot");
  src: local("Work Sans Bold"), local("WorkSans-Bold"), url("../fonts/WorkSans-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/WorkSans-Bold.woff2") format("woff2"), url("../fonts/WorkSans-Bold.woff") format("woff"), url("../fonts/WorkSans-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Work Sans Thin';
  src: url("../fonts/WorkSans-Thin.eot");
  src: local("Work Sans Thin"), local("WorkSans-Thin"), url("../fonts/WorkSans-Thin.eot?#iefix") format("embedded-opentype"), url("../fonts/WorkSans-Thin.woff2") format("woff2"), url("../fonts/WorkSans-Thin.woff") format("woff"), url("../fonts/WorkSans-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}

* {
  box-sizing: border-box;
}

body {
  padding: 0;
  margin: 0;
  font-family: "Work Sans Regular";
}

section {
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
}

section h1 {
  margin-top: 22px;
  font-family: "Work Sans Light";
  font-size: 48px;
  line-height: 57px;
  color: #5B5B5B;
}

section.grey {
  padding-bottom: 130px;
}

section.grey .btn-sign-in img {
  background-color: #F5F5F5;
}

section.blue {
  padding-bottom: 65px;
}

section.blue h1 {
  color: #fff;
}

section.blue .btn-img-top {
  width: 200px;
  margin-top: 77px;
}

section.blue .btn-img-top img {
  background-color: #08ABF0;
}

section.white {
  background-color: #fff;
}

h2 {
  margin-top: 0;
  font-family: "Work Sans Light";
  font-size: 32px;
  line-height: 38px;
}

h1 + small {
  display: block;
  margin-top: 16px;
  font-size: 16px;
  line-height: 24px;
  color: #5B5B5B;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

input,
textarea {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  color: #5B5B5B;
  font-size: 24px;
  line-height: 24px;
  font-family: "Work Sans Regular";
  text-align: center;
  border: none;
  border-radius: 4px;
}

input:focus,
textarea:focus {
  box-shadow: none;
  outline: none;
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="number"],
input[type="tel"] {
  height: 90px;
}

textarea {
  min-height: 190px;
  padding-top: 46px;
  resize: none;
}

.input-group {
  position: relative;
}

.text-link {
  color: #08ABF0;
  line-height: 24px;
  text-transform: uppercase;
  transition: all 0.25s ease-out;
}

.text-link:hover {
  text-decoration: none;
  color: #0688bf;
}

.text-field input {
  padding-top: 28px;
  box-shadow: none;
}

.text-field label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  padding-top: 11px;
  background-color: #fff;
  border-radius: 4px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.sign-in-form .text-field.has-error input {
  border: none;
}

.sign-in-form .text-field.has-error label {
  border: none;
}

.demo-form .text-field.has-error input {
  border: 2px solid #FA3636 !important;
}

.demo-form .text-field.has-error label {
  border: 2px solid #FA3636;
  border-bottom: none;
}

.textarea {
  position: relative;
}

.textarea .char-count {
  display: inline-block;
  padding: 2px 15px;
  position: absolute;
  background-color: #F5F5F5;
  color: #5B5B5B;
  top: 0;
  right: 0;
  font-family: "Work Sans Medium";
  font-size: 14px;
  line-height: 24px;
  border-radius: 2px;
  border: 8px solid #fff;
}

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

.checkbox-container input {
  margin-bottom: 0;
}

.checkbox-container label {
  font-size: 14px;
  line-height: 24px;
}

.has-error ~ .error-container {
  width: 100%;
  min-height: 40px;
  margin-bottom: 20px;
  position: relative;
}

.has-error ~ .error-container .form-error {
  padding: 8px 15px;
  background-color: #FA3636;
  color: #fff;
  text-transform: uppercase;
  font-family: "Work Sans Regular";
  font-size: 14px;
  line-height: 24px;
  border-radius: 4px;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
}

.has-error ~ .error-container .form-error:empty {
  display: none;
}

.logo {
  display: inline-block;
  height: 60px;
  margin: 20px 20px 20px 0;
}

.logo img {
  height: 65px;
  width: auto;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.main-content {
  margin: 0 auto;
}

.content-container {
  max-width: 600px;
  margin: 0 auto;
}

.hero-img {
  width: 100%;
  height: 600px;
  position: relative;
  overflow: hidden;
}

.hero-img:before {
  display: block;
  content: '';
  background: #dedede;
  background: linear-gradient(to bottom, transparent 0%, #000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$top', endColorstr='$bottom',GradientType=0 );
  opacity: .4;
  z-index: 1;
}

.hero-img > img {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 100%;
  width: auto;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.hero-img > h1 {
  color: #fff;
  font-family: "Work Sans Light";
  font-size: 48px;
  line-height: 57px;
  text-align: center;
  position: absolute;
  top: 50%;
  right: 15px;
  left: 15px;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  z-index: 5;
}

.nav-overlay {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.small-headline {
  font-size: 16px;
  line-height: 24px;
}

.quote {
  max-width: 900px;
  margin: 60px auto;
  padding-left: 150px;
  font-family: "Work Sans Light";
  position: relative;
}

.quote img {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 18px;
  margin: auto;
}

.quote.quote p {
  font-size: 32px;
  line-height: 40px;
  color: #2B2B2B;
}

.reference {
  max-width: 900px;
  margin: 80px auto 60px;
  padding: 40px 60px 62px;
  border-top: 1px solid rgba(43, 43, 43, 0.2);
  border-bottom: 1px solid rgba(43, 43, 43, 0.2);
}

.reference.reference p {
  color: #ababab;
  font-size: 14px;
  line-height: 24px;
  margin: 0;
}

.reference a {
  color: #ababab;
  font-size: 14px;
  line-height: 24px;
  text-decoration: underline;
}

.reference a:hover {
  color: #D9D9D9;
}

.grey {
  padding-top: 80px;
  background-color: #F5F5F5;
}

.blue {
  padding-top: 80px;
  background-color: #08ABF0;
  color: #fff;
}

.yellow {
  padding-top: 80px;
  background-color: #FDD827;
  color: #2B2B2B;
}

.dark-blue {
  padding-top: 80px;
  background-color: #0686BD;
  color: #fff;
}

.sign-in-form,
.demo-form {
  max-width: 600px;
  margin: 0 auto 124px;
}

.sign-in-form form,
.demo-form form {
  margin-top: 60px;
}

.sign-in-form form .text-field,
.demo-form form .text-field {
  margin-bottom: 20px;
}

.sign-in-form form label,
.demo-form form label {
  text-transform: uppercase;
}

.sign-in-form form .form-footer,
.demo-form form .form-footer {
  margin-top: 30px;
}

.sign-in-form form .form-footer .input-group,
.demo-form form .form-footer .input-group {
  float: left;
}

.sign-in-form form .form-footer .text-link,
.demo-form form .form-footer .text-link {
  float: right;
}

.sign-in-form form .btn-demo,
.demo-form form .btn-demo {
  margin-top: 70px;
}

.sign-in-form .text-field label,
.demo-form .text-field label {
  color: #08ABF0;
}

.demo-form {
  margin: 0 auto;
}

.timeline {
  max-width: 790px;
  margin: 30px auto;
}

.timeline li {
  display: block;
  width: 100%;
  padding-bottom: 80px;
  position: relative;
}

.timeline li:before, .timeline li:after {
  display: block;
  content: ' ';
  position: absolute;
  top: 0;
}

.timeline li:before {
  bottom: 0;
  left: 50%;
  border-right: 1px dashed rgba(228, 228, 228, 0.8);
}

.timeline li:after {
  width: 29px;
  height: 29px;
  background-color: #fff;
  border-radius: 50%;
  border: 2px solid #D9D9D9;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.timeline li:nth-child(odd) {
  text-align: right;
  padding-right: -o-calc(50% + 30px);
  padding-right: calc(50% + 30px);
}

.timeline li:nth-child(odd) img {
  left: 50%;
  margin-left: 30px;
}

.timeline li:nth-child(even) {
  text-align: left;
  padding-left: -o-calc(50% + 30px);
  padding-left: calc(50% + 30px);
}

.timeline li:nth-child(even) img {
  right: -o-calc(50% + 30px);
  right: calc(50% + 30px);
}

.timeline li:last-of-type:before {
  display: none;
}

.timeline h3 {
  display: block;
  margin-top: 0;
  font-size: 24px;
  line-height: 28px;
  color: #2B2B2B;
}

.timeline p {
  margin: 0;
  color: #5B5B5B;
  line-height: 24px;
}

.timeline img {
  display: inline-block;
  width: auto;
  height: auto;
  position: absolute;
  top: 0;
  -webkit-transform: translate(0, -20%);
      -ms-transform: translate(0, -20%);
          transform: translate(0, -20%);
}

.team {
  max-width: 1080px;
  margin: 0 auto;
  text-align: center;
}

.team .team-members {
  display: block;
  margin-top: 85px;
}

.team .team-members li {
  display: inline-block;
  vertical-align: top;
  width: 300px;
  margin: 0 26px 115px 30px;
}

.team .team-members li:nth-of-type(3n+1):nth-last-child(-n+3),
.team .team-members li:nth-of-type(3n+1):nth-last-child(-n+3) ~ li {
  margin-bottom: 80px;
}

.team .team-members li:hover .img-container:before {
  opacity: 1;
}

.team .team-members li:hover .img-container a {
  opacity: 1;
}

.team .team-members li .img-container {
  display: inline-block;
  width: 200px;
  height: 200px;
  margin-bottom: 0;
  position: relative;
  border-radius: 50%;
  overflow: hidden;
}

.team .team-members li .img-container img {
  width: 100%;
}

.team .team-members li .img-container a {
  display: block;
  width: 32px;
  height: 32px;
  position: absolute;
  bottom: 24px;
  opacity: 0;
  transition: all 0.25s ease-out;
}

.team .team-members li .img-container .linkedin {
  left: 58px;
  background: url("../images/icon_linkedin.svg") no-repeat center center;
}

.team .team-members li .img-container .twitter {
  right: 58px;
  background: url("../images/icon_twitter.svg") no-repeat center center;
}

.team .team-members li h3,
.team .team-members li h4 {
  font-family: "Work Sans Medium";
  line-height: 24px;
  color: #2B2B2B;
}

.team .team-members li h3 {
  font-size: 24px;
  margin-bottom: 3px;
}

.team .team-members li h4 {
  margin-top: 0;
  margin-bottom: 22px;
  font-size: 16px;
}

.team .team-members li .divider {
  display: inline-block;
  width: 100px;
  height: 1px;
  margin-bottom: 20px;
  background-color: rgba(43, 43, 43, 0.2);
}

.team .team-members li p {
  margin-bottom: 0;
  color: #5B5B5B;
  font-size: 16px;
  line-height: 24px;
}

.feature-list {
  max-width: 1320px;
  margin: 0 auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.feature-item {
  float: left;
  width: -o-calc(33.33333% - 40px);
  width: calc(33.33333% - 40px);
  margin: 20px 20px 42px;
  padding: 26px 10px 17px;
  border: 2px solid rgba(0, 0, 0, 0.2);
  position: relative;
  border-radius: 2px;
}

.feature-item .feature-img {
  position: absolute;
  top: -29px;
  right: 0;
  left: 0;
  margin: auto;
  padding: 5px 36px 10px;
  background-color: #F5F5F5;
}

.feature-item .feature-name {
  font-family: "Work Sans Medium";
  font-size: 18px;
  line-height: 21px;
  color: #2B2B2B;
}

.feature-item ul li {
  margin-top: 21px;
  padding-top: 18px;
  border-top: 1px solid rgba(43, 43, 43, 0.3);
}

.options-list {
  padding-left: -o-calc(50% - 20px);
  padding-left: calc(50% - 20px);
  position: relative;
}

.options-list .option-item {
  display: block;
  max-width: 560px;
  margin-bottom: 8px;
}

.options-list .option-item.active .item-wrapper {
  background-color: #08ABF0;
  border-radius: 22px;
}

.options-list .option-item.active .item-wrapper .number {
  background-color: #fff;
  border-color: #fff;
}

.options-list .option-item.active .item-wrapper h4 {
  color: #fff;
}

.options-list .option-item.active .item-wrapper h4 a {
  color: #fff;
}

.options-list .option-item.active .item-wrapper + .img-container,
.options-list .option-item.active .item-wrapper + .options-content {
  opacity: 1;
}

.options-list .option-item .img-container {
  max-width: 600px;
  padding: 15px;
  position: absolute;
  top: 0;
  right: -o-calc(50% + 25px);
  right: calc(50% + 25px);
  bottom: 0;
  left: 0;
  margin: auto;
  background-color: #fff;
  opacity: 0;
  transition: all 0.25s ease-out;
  text-align: center;
}

.options-list .option-item .img-container:before {
  content: ' ';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

.options-list .option-item .img-container img {
  display: inline-block;
  vertical-align: middle;
}

.options-list .option-item .options-content {
  width: 400px;
  height: 380px;
  position: absolute;
  top: 0;
  right: -o-calc(50% + 25px);
  right: calc(50% + 25px);
  bottom: 0;
  left: 0;
  margin: auto;
  background-color: #08ABF0;
  border-radius: 4px;
  transition: all 0.25s ease-out;
  opacity: 0;
}

.options-list .option-item .options-content .btn {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.options-list .item-wrapper {
  padding: 6px 5px;
  text-align: left;
  cursor: pointer;
}

.options-list .item-wrapper:hover, .options-list .item-wrapper.active {
  background-color: #08ABF0;
  border-radius: 22px;
}

.options-list .item-wrapper:hover .number, .options-list .item-wrapper.active .number {
  background-color: #fff;
  border-color: #fff;
}

.options-list .item-wrapper:hover h4, .options-list .item-wrapper.active h4 {
  color: #fff;
}

.options-list .item-wrapper:hover h4 a, .options-list .item-wrapper.active h4 a {
  color: #fff;
}

.options-list .item-wrapper:hover + .img-container,
.options-list .item-wrapper:hover + .options-content, .options-list .item-wrapper.active + .img-container,
.options-list .item-wrapper.active + .options-content {
  opacity: 1;
}

.options-list .item-wrapper:hover + .img-container,
.options-list .item-wrapper:hover + .options-content {
  z-index: 5;
}

.options-list .item-wrapper .number {
  display: inline-block;
  width: 32px;
  height: 32px;
  margin-right: 25px;
  border: 1px solid #D9D9D9;
  border-radius: 50%;
  color: #08ABF0;
  font-family: "Work Sans Medium";
  font-size: 14px;
  line-height: 30px;
  text-align: center;
}

.options-list .item-wrapper h4 {
  display: inline-block;
  margin: 0;
  font-size: 16px;
  line-height: 30px;
  color: #5B5B5B;
}

.options-list .item-wrapper h4 a {
  color: #08ABF0;
}

.modal {
  height: 100%;
}

.modal.in .modal-dialog {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.modal .modal-dialog {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.modal .modal-content {
  border: none;
  border-radius: 0;
  box-shadow: none;
}

.modal .modal-header {
  padding: 0;
  position: relative;
  border: none;
}

.modal .modal-header .close {
  width: 23px;
  height: 23px;
  background-color: #fff;
  position: absolute;
  top: -8px;
  right: -8px;
  text-align: center;
  border-radius: 50%;
  opacity: 1;
  z-index: 5;
  transition: all 0.25s ease-out;
}

.modal .modal-header .close:hover span {
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
}

.modal .modal-header .close span {
  display: inline-block;
  width: 100%;
  height: 100%;
  line-height: .6;
  text-shadow: none;
  transition: all 0.25s ease-out;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.modal .modal-header .close span:before, .modal .modal-header .close span:after {
  display: block;
  content: '';
  background-color: #000;
}

.modal .modal-header .close span:before {
  width: 3px;
  height: 11px;
}

.modal .modal-header .close span:after {
  width: 11px;
  height: 3px;
}

.modal .modal-body {
  padding: 0;
}

.modal-backdrop {
  background-color: #2B2B2B;
}

.modal-backdrop.in {
  opacity: .9;
}

.cd-top {
  display: inline-block;
  height: 46px;
  width: 46px;
  position: fixed;
  bottom: 40px;
  right: 15px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background-color: #5B5B5B;
  visibility: hidden;
  opacity: 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  transition: all 0.25s ease-out;
  border-radius: 2px;
}

.cd-top:before {
  display: block;
  content: ' ';
  width: 0;
  height: 0;
  border-bottom: 14px solid #fff;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
}

.cd-top.cd-is-visible, .cd-top.cd-fade-out,
.no-touch .cd-top:hover {
  transition: all 0.25s ease-out;
}

.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}

.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}

.no-touch .cd-top:hover {
  background-color: #5b5b5b;
  opacity: 1;
}

@media only screen and (max-width: 499px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  }
}

@media only screen and (max-width: 991px) {
  .cd-top {
    height: 60px;
    width: 60px;
    right: 30px;
    bottom: 30px;
  }
}

.touch .team .team-members li .img-container a {
  opacity: 1;
  background-color: #08ABF0;
  border-radius: 50%;
  border: 2px solid #08ABF0;
  box-sizing: content-box;
}

.carousel-fade .carousel-inner .item {
  transition-property: opacity;
}

.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.carousel-fade .carousel-control {
  z-index: 2;
}

@media (min-width: 768px) {
  .modal .modal-dialog {
    margin-top: 0;
  }
}

a:focus, a:active, a:focus:active,
button:focus,
button:active,
button:focus:active,
.btn:focus,
.btn:active,
.btn:focus:active {
  outline: none;
}

.no-scroll {
  overflow: hidden;
  position: fixed;
}

.absolute-center, .hero-img:before, .hero-img .header-content, .modal .modal-header .close span:before, .modal .modal-header .close span:after, .cd-top:before, #main-nav.open .nav-background, .page-home .section-features .feature-list .feature-img img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.is-hidden {
  display: none !important;
}

.divider-h {
  display: block;
  max-width: 900px;
  height: 1px;
  margin: 30px auto;
  background-color: #2B2B2B;
  opacity: .2;
}

.text-black {
  color: #000;
}

.checkbox-label {
  display: inline-block;
  height: 30px;
  margin-bottom: 0;
  padding: 2px 0 0 40px;
  position: relative;
  text-transform: uppercase;
  cursor: pointer;
}

.checkbox-label:before, .checkbox-label:after {
  display: block;
  content: ' ';
  position: absolute;
  transition: all 0.25s ease-out;
}

.checkbox-label:before {
  width: 30px;
  height: 30px;
  top: 0;
  left: 0;
  background-color: transparent;
  border: 1px solid #D9D9D9;
  border-radius: 3px;
}

.checkbox-label:after {
  width: 10px;
  height: 18px;
  top: 4px;
  left: 10px;
  border-right: 4px solid #08ABF0;
  border-bottom: 4px solid #08ABF0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  opacity: 0;
}

.checkbox:checked ~ .checkbox-label:after,
.checkbox:checked ~ * .checkbox-label:after {
  opacity: 1;
}

.checkbox,
.expandable {
  display: none;
}

button.btn-xxl {
  padding-top: 20px;
}

.btn {
  border-radius: 4px;
  transition: all 0.25s ease-out;
}

.btn:focus {
  color: inherit;
}

.btn-xl {
  width: 200px;
  height: 47px;
  padding-top: 13px;
  padding-left: 45px;
  font-size: 14px;
  line-height: 16px;
}

.btn-xxl {
  width: 280px;
  height: 80px;
  padding-top: 37px;
  font-size: 14px;
  line-height: 16px;
  font-size: 18px;
  line-height: 21px;
  text-transform: uppercase;
}

.btn-img {
  position: relative;
}

.btn-img img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 15px;
  margin: auto;
}

.btn-img-top {
  position: relative;
}

.btn-img-top img {
  max-height: 66px;
  padding: 10px;
  position: absolute;
  top: -33px;
  right: 0;
  left: 0;
  margin: auto;
}

.btn-tr {
  color: #2B2B2B;
  opacity: .9;
}

.btn-tr .active, .btn-tr:hover {
  opacity: .3;
}

.btn-tr img {
  margin-right: 15px;
}

.btn-black-tr {
  background-color: transparent;
  color: #2B2B2B;
  border: 1px solid rgba(43, 43, 43, 0.6);
}

.btn-black-tr:hover {
  color: rgba(43, 43, 43, 0.6);
  border-color: #2B2B2B;
}

.btn-white-tr {
  background-color: transparent;
  color: #fff;
  border: 2px solid rgba(255, 255, 255, 0.6);
}

.btn-white-tr:hover {
  color: #f2f2f2;
  border-color: #fff;
}

.btn-blue-tr {
  background-color: transparent;
  color: #08ABF0;
  border: 2px solid rgba(8, 171, 240, 0.6);
}

.btn-blue-tr:hover {
  color: #0799d7;
  border-color: #08ABF0;
}

header {
  width: 100%;
  min-height: 100px;
  margin: 0 auto;
  padding: 0;
  background-color: #fff;
  transition: all 0.25s ease-out;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1500;
}

header + .main-content {
  margin-top: 100px;
}

header .bar .logo .logo-small {
  display: none;
}

header .bar .logo .logo-full {
  display: block;
}

header .header-center {
  float: right;
  margin: 27px 0;
}

header .header-center .btn {
  display: inline-block;
  margin-right: 30px;
  vertical-align: middle;
}

header .header-right {
  float: right;
  margin: 32px 0;
}

header .header-right .btn {
  margin-right: 30px;
  vertical-align: middle;
}

header .header-right .btn-tr {
  margin-left: 6px;
  margin-right: 26px;
}

#main-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  margin-top: 0;
  z-index: 1000;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

#main-nav .bar {
  margin: 0 70px;
}

#main-nav .nav-background {
  height: 100%;
}

#main-nav .nav-background .logo {
  display: none;
  width: 176px;
  margin: 40px auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

#main-nav .nav-background ul {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: none;
}

#main-nav .nav-background li a {
  font-family: "Work Sans Light";
  font-size: 48px;
  line-height: 97px;
  color: #2B2B2B;
  transition: all 0.25s ease-out;
  opacity: 1;
}

#main-nav .nav-background li a:hover {
  text-decoration: none;
  color: #fff;
}

#main-nav .toggle {
  display: inline-block;
  vertical-align: middle;
  padding: 15px 10px;
  position: relative;
  z-index: 1000;
  line-height: 0;
  font-size: 0;
  color: transparent;
}

#main-nav .toggle .hamburger {
  display: block;
  width: 18px;
  height: 2px;
  background-color: #000;
  position: relative;
  transition: all 0.25s ease-out;
}

#main-nav .toggle .hamburger:before, #main-nav .toggle .hamburger:after {
  display: block;
  content: '';
  height: 2px;
  background-color: #000;
  position: absolute;
  left: 0;
  right: 0;
  transition: all 0.25s ease-out;
}

#main-nav .toggle .hamburger:before {
  top: -5px;
}

#main-nav .toggle .hamburger:after {
  bottom: -5px;
}

#main-nav.open {
  height: 100%;
}

#main-nav.open .toggle .hamburger {
  background-color: transparent;
}

#main-nav.open .toggle .hamburger:before {
  top: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#main-nav.open .toggle .hamburger:after {
  bottom: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

#main-nav.open .toggle:hover .hamburger:before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#main-nav.open .toggle:hover .hamburger:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

#main-nav.open .nav-background {
  background-color: #FDD827;
  text-align: center;
}

#main-nav.open .nav-background .logo,
#main-nav.open .nav-background ul {
  display: block;
}

.page-password .sign-in-form {
  margin-bottom: 82px;
}

.page-reset .grey {
  padding-bottom: 85px;
}

.page-reset .btn-blue-tr {
  margin: 80px auto 90px;
}

.page-demo .grey,
.section-demo .grey {
  padding-bottom: 50px;
}

.page-demo .demo-list,
.section-demo .demo-list {
  display: inline-block;
  width: 600px;
  margin-top: 55px;
  position: relative;
}

.page-demo .demo-list.expanded,
.section-demo .demo-list.expanded {
  margin-bottom: 92px;
}

.page-demo .demo-list li,
.section-demo .demo-list li {
  display: inline-block;
  width: auto;
  margin-left: 50px;
  margin-right: -4px;
  border-radius: 4px;
  overflow: hidden;
}

.page-demo .demo-list li:first-of-type,
.section-demo .demo-list li:first-of-type {
  margin-left: 0;
}

.page-demo .demo-list li:hover#docs a, .page-demo .demo-list li.active#docs a,
.section-demo .demo-list li:hover#docs a,
.section-demo .demo-list li.active#docs a {
  background: url("../images/icon_document_blue.svg") no-repeat center 36px #fff;
}

.page-demo .demo-list li:hover#video a, .page-demo .demo-list li.active#video a,
.section-demo .demo-list li:hover#video a,
.section-demo .demo-list li.active#video a {
  background: url("../images/icon_playback_blue.svg") no-repeat center 36px #fff;
}

.page-demo .demo-list li:hover#call a, .page-demo .demo-list li.active#call a,
.section-demo .demo-list li:hover#call a,
.section-demo .demo-list li.active#call a {
  background: url("../images/icon_headphones_blue.svg") no-repeat center 36px #fff;
}

.page-demo .demo-list li.active .comment,
.section-demo .demo-list li.active .comment {
  display: block;
}

.page-demo .demo-list li a,
.section-demo .demo-list li a {
  display: block;
  width: 200px;
  height: 200px;
  position: relative;
  border-radius: inherit;
  transition: all 0.25s ease-out;
}

.page-demo .demo-list li img,
.section-demo .demo-list li img {
  position: absolute;
  top: 36px;
  right: 0;
  left: 0;
  margin: auto;
}

.page-demo .demo-list li span,
.section-demo .demo-list li span {
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 27px;
  left: 0;
  margin: auto;
  text-align: center;
  color: #5B5B5B;
  font-size: 16px;
  line-height: 24px;
}

.page-demo .demo-list li .comment,
.section-demo .demo-list li .comment {
  display: none;
  margin: 15px auto 0;
  padding: 26px 90px;
  border: 2px solid #fcfcfc;
  border-radius: 4px;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  transition: all 0.25s ease-out;
}

.page-demo .demo-list li .comment p,
.section-demo .demo-list li .comment p {
  color: #b3b3b3;
}

.page-demo .demo-list #docs a,
.section-demo .demo-list #docs a {
  background: url("../images/icon_document_grey.svg") no-repeat center 36px;
}

.page-demo .demo-list #video a,
.section-demo .demo-list #video a {
  background: url("../images/icon_playback_grey.svg") no-repeat center 36px;
}

.page-demo .demo-list #call a,
.section-demo .demo-list #call a {
  background: url("../images/icon_headphones_grey.svg") no-repeat center 36px;
}

.page-demo .sign-in-form,
.section-demo .sign-in-form {
  margin-bottom: 70px;
}

.page-demo .sign-in-form form,
.section-demo .sign-in-form form {
  margin-top: 55px;
}

.page-demo-filled section {
  padding-top: 170px;
  padding-bottom: 180px;
}

.page-demo-filled section img {
  margin-top: 13px;
}

.page-demo-filled section .small-headline {
  margin-top: 47px;
}

.page-features .hero-img {
  background: url("../images/hero_features.jpg") no-repeat center center;
  background-size: cover;
}

.page-features .grey {
  padding-bottom: 40px;
}

.page-work section {
  min-height: 300px;
  padding-top: 80px;
}

.page-work .timeline {
  margin: 70px auto 0;
}

.page-about .hero-img {
  background: url("../images/hero_about.jpg") no-repeat center center;
  background-size: cover;
}

.page-about section {
  padding-top: 80px;
  text-align: left;
}

.page-about section p {
  max-width: 780px;
  margin: 0 auto 24px;
  color: #5B5B5B;
  font-size: 16px;
  line-height: 24px;
}

.page-about .team {
  padding-top: 60px;
}

.page-about .team h2 {
  font-size: 48px;
  line-height: 57px;
  color: #5B5B5B;
}

body.page-home.header-fixed header {
  display: block;
  position: fixed;
  background-color: #fff;
}

body.page-home.header-fixed header #main-nav {
  position: fixed;
}

body.page-home.header-fixed header .btn-sign-in {
  color: #000;
}

body.page-home.header-fixed header .btn-sign-in .icon-yellow {
  display: none;
}

body.page-home.header-fixed header .btn-sign-in .icon-black {
  display: inline-block;
}

body.page-home.header-fixed header .logo {
  display: inline-block;
}

body.page-home.header-fixed header .header-center {
  display: block;
}

body.page-home.header-fixed header #menu-toggle .hamburger {
  background-color: #000;
}

body.page-home.header-fixed header #menu-toggle .hamburger:before, body.page-home.header-fixed header #menu-toggle .hamburger:after {
  background-color: #000;
}

body.page-home #menu-toggle .hamburger {
  background-color: #FDD827;
}

body.page-home #menu-toggle .hamburger:before, body.page-home #menu-toggle .hamburger:after {
  background-color: #FDD827;
}

body.page-home header {
  background-color: transparent;
  position: absolute;
}

body.page-home header + .main-content {
  margin-top: 0;
}

body.page-home header #main-nav {
  position: static;
}

body.page-home header #main-nav.open {
  position: fixed;
}

body.page-home header #main-nav.open .hamburger {
  background-color: transparent;
}

body.page-home header #main-nav.open .hamburger:before, body.page-home header #main-nav.open .hamburger:after {
  background-color: #000;
}

body.page-home header .logo {
  display: none;
}

body.page-home header .header-center {
  display: none;
}

body.page-home header .btn-sign-in {
  color: #FDD827;
  opacity: 1;
}

body.page-home header .btn-sign-in:hover {
  opacity: .65;
}

body.page-home header .btn-sign-in .icon-yellow {
  display: inline-block;
}

body.page-home header .btn-sign-in .icon-black {
  display: none;
}

.page-home + footer {
  border-top: none;
}

.page-home .hero-img {
  height: 1068px;
  width: 100%;
  background: url("../images/hero_lp.jpg") no-repeat top center;
  background-size: cover;
}

.page-home .hero-img:after {
  display: block;
  content: ' ';
  height: 320px;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background: linear-gradient(to bottom, black 0%, transparent 60%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=0 );
  opacity: .8;
}

.page-home .hero-img .btn-sign-in {
  position: absolute;
  top: 68px;
  right: 135px;
  color: #FDD827;
  z-index: 20;
  opacity: 1;
}

.page-home .hero-img .btn-sign-in:hover {
  opacity: .65;
}

.page-home .hero-img .toggle {
  position: absolute;
  top: 70px;
  right: 70px;
  z-index: 501;
}

.page-home .hero-img .toggle .hamburger {
  background-color: #FDD827;
}

.page-home .hero-img .toggle .hamburger:before, .page-home .hero-img .toggle .hamburger:after {
  background-color: #FDD827;
}

.page-home h3 {
  font-family: "Work Sans Light";
}

.page-home section p {
  max-width: 780px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 24px;
}

.page-home .header-content {
  width: 900px;
  margin-top: 350px;
  text-align: center;
  color: #fff;
  z-index: 5;
}

.page-home .header-content .logo {
  width: 180px;
  min-height: 180px;
  margin: 0 auto 100px;
}

.page-home .header-content .logo img {
  width: 100%;
  height: auto;
}

.page-home .header-content h2 {
  font-family: "Work Sans Medium";
  line-height: 36px;
}

.page-home .header-content .cta {
  margin-top: 105px;
}

.page-home .header-content .cta .btn {
  width: 200px;
  margin: 0 15px;
  text-transform: capitalize;
  position: relative;
  border-top: none;
}

.page-home .header-content .cta .btn:hover:before, .page-home .header-content .cta .btn:hover:after {
  opacity: 1;
}

.page-home .header-content .cta .btn:before, .page-home .header-content .cta .btn:after {
  display: block;
  content: ' ';
  width: 60px;
  height: 2px;
  position: absolute;
  top: 0;
  border-top: 2px solid #fff;
  opacity: .6;
  transition: all 0.25s ease-out;
}

.page-home .header-content .cta .btn:before {
  left: 0;
  border-top-left-radius: 2px;
}

.page-home .header-content .cta .btn:after {
  right: 0;
  border-top-right-radius: 2px;
}

.page-home .v-divider {
  display: block;
  width: 0;
  height: 100px;
  margin: 20px auto;
  border-right: 2px dotted #b3b3b3;
}

.page-home .section-share {
  padding-top: 130px;
  padding-bottom: 110px;
}

.page-home .section-share img {
  width: 320px;
  margin-bottom: 70px;
}

.page-home .section-share .v-divider {
  margin-bottom: 110px;
}

.page-home .section-share h3 {
  margin-bottom: 60px;
  font-size: 48px;
  line-height: 57px;
  color: #5B5B5B;
}

.page-home .section-share p {
  max-width: 780px;
  margin: 0 auto;
  color: #5B5B5B;
  font-size: 19px;
  line-height: 30px;
}

.page-home .section-enabling {
  padding-top: 130px;
  padding-bottom: 150px;
}

.page-home .section-enabling h3 {
  margin: 15px auto 110px;
  font-size: 54px;
  line-height: 63px;
}

.page-home .section-enabling .v-divider {
  height: 60px;
  border-color: #fff;
}

.page-home .section-enabling img {
  margin: 20px auto 135px;
}

.page-home .section-enabling p {
  max-width: 470px;
  font-size: 19px;
  line-height: 30px;
}

.page-home .section-enabling img + .v-divider {
  margin-bottom: 43px;
}

.page-home .section-features {
  padding-bottom: 45px;
}

.page-home .section-features > h3 {
  margin-top: 0;
  font-size: 48px;
  line-height: 57px;
}

.page-home .section-features .feature-list {
  margin-top: 65px;
}

.page-home .section-features .feature-list .feature-item {
  margin-bottom: 64px;
  background-color: #fff;
  border: none;
}

.page-home .section-features .feature-list .feature-item ul li {
  font-size: 16px;
  line-height: 23px;
}

.page-home .section-features .feature-list .feature-img {
  width: 80px;
  height: 80px;
  padding: 0;
  top: -50px;
  background-color: #fcfcfc;
  border: 1px solid #757575;
  border-radius: 50%;
}

.page-home .section-features .feature-list .feature-img img {
  max-width: 46px;
}

.page-home .section-options {
  padding-top: 60px;
  padding-bottom: 65px;
  min-height: 400px;
}

.page-home .section-options h3 {
  margin-bottom: 126px;
  color: #5B5B5B;
  font-size: 48px;
  line-height: 57px;
}

.page-home .section-options .v-divider {
  height: 195px;
  margin-bottom: 15px;
  border-color: #e4e4e4;
}

.page-home .section-serve {
  padding-bottom: 97px;
}

.page-home .section-serve h3 {
  margin-top: 80px;
  font-size: 48px;
  line-height: 57px;
}

.page-home .section-serve .serve-list {
  max-width: 1200px;
  margin: 110px auto 190px;
}

.page-home .section-serve .serve-list li {
  display: inline-block;
  vertical-align: top;
  width: 175px;
  margin: 0 30px;
}

.page-home .section-serve .serve-list li img {
  margin-bottom: 60px;
}

.page-home .section-serve .serve-list li h4 {
  font-family: "Work Sans Medium";
  font-size: 24px;
  line-height: 28px;
}

.page-home .section-serve .text-list {
  max-width: 700px;
  margin: 38px auto 0;
}

.page-home .section-serve .text-list li {
  margin-bottom: 29px;
  padding-bottom: 34px;
  position: relative;
}

.page-home .section-serve .text-list li:before {
  display: block;
  content: ' ';
  width: 40px;
  height: 2px;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-color: rgba(252, 252, 252, 0.2);
}

.page-home .section-serve .text-list li:last-of-type:before {
  display: none;
}

.page-home .section-serve .text-list li p {
  font-size: 19px;
  line-height: 30px;
}

.page-home .section-testimonials {
  padding: 0 15px;
}

.page-home .section-testimonials #testimonials-carousel {
  height: 900px;
}

.page-home .section-testimonials #testimonials-carousel .carousel-indicators li {
  width: 24px;
  height: 24px;
  margin: 1px;
  border-radius: 50%;
  border: none;
  background-color: #fff;
}

.page-home .section-testimonials #testimonials-carousel .carousel-indicators li.active {
  margin: 1px;
  opacity: .2;
}

.page-home .section-testimonials #testimonials-carousel .carousel-inner {
  height: 100%;
}

.page-home .section-testimonials #testimonials-carousel .carousel-inner .item {
  height: inherit;
}

.page-home .section-testimonials .testimonial {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.page-home .section-testimonials .testimonial p {
  margin-bottom: 70px;
  font-family: "Work Sans Light";
  font-size: 36px;
  line-height: 51px;
}

.page-home .section-testimonials .testimonial span {
  font-family: "Work Sans Medium";
  font-size: 18px;
  line-height: 25px;
}

.page-home .section-press {
  padding: 115px 15px 115px;
}

.page-home .section-press h3 {
  margin-top: 0;
  margin-bottom: 70px;
  font-family: "Work Sans Light";
  font-size: 48px;
  line-height: 57px;
  color: #5B5B5B;
}

.page-home .section-press .press-list {
  margin-bottom: 165px;
}

.page-home .section-press .press-list:last-of-type {
  margin-bottom: 0;
}

.page-home .section-press .press-list li {
  display: inline-block;
  width: 400px;
  margin-right: 120px;
}

.page-home .section-press .press-list li:last-of-type {
  margin-right: 0;
}

.page-home .section-press .press-list li img {
  margin-bottom: 30px;
}

.page-home .section-press .press-list li h4 {
  margin-bottom: 0;
  font-family: "Work Sans Medium";
  font-size: 20px;
  line-height: 32px;
  color: #2B2B2B;
}

.page-home .section-press .press-list li p {
  color: #5B5B5B;
  font-size: 19px;
  line-height: 30px;
}

.page-home .section-demo {
  padding-bottom: 50px;
}

footer {
  margin: 0 auto;
  padding: 30px 15px 60px;
  background-color: #fff;
  text-align: center;
  border-top: 1px solid #D9D9D9;
}

footer .logo {
  height: 65px;
  margin: 20px auto 0;
}

footer nav {
  margin-top: 40px;
}

footer .bottom-nav {
  display: inline-block;
  list-style: none;
}

footer .bottom-nav li {
  display: inline-block;
  margin-right: 40px;
  transition: all 0.25s ease-out;
}

footer .bottom-nav li:last-of-type {
  margin-right: 0;
}

footer .bottom-nav li.active a, footer .bottom-nav li:hover a {
  text-decoration: none;
  opacity: .3;
}

footer .bottom-nav li a {
  display: inline-block;
  font-family: "Work Sans Medium";
  font-size: 14px;
  line-height: 16px;
  color: #2B2B2B;
  text-transform: uppercase;
  opacity: 1;
  transition: all 0.25s ease-out;
}

footer .bottom-nav li img {
  transition: all 0.25s ease-out;
}

footer .bottom-nav li.img-link:hover a {
  opacity: 1;
}

footer .bottom-nav li.img-link:hover img {
  -webkit-transform: scale(1.4, 1.4);
      -ms-transform: scale(1.4, 1.4);
          transform: scale(1.4, 1.4);
}

@media only screen and (max-width: 1199px) {
  header #main-nav .bar {
    margin: 0 50px;
  }
}

@media only screen and (max-width: 991px) {
  header {
    padding: 0 20px;
  }
  header .bar .logo .logo-small {
    display: block;
  }
  header .bar .logo .logo-full {
    display: none;
  }
  header .header-center .btn {
    width: auto;
    padding-left: 13px;
  }
  header .header-center .btn img {
    display: none;
  }
  .section-features .feature-item,
  .page-features .feature-item {
    width: -o-calc(50% - 40px);
    width: calc(50% - 40px);
  }
  .page-home .hero-img {
    height: 800px;
  }
  .page-home .hero-img .header-content {
    width: 700px;
    margin-top: 130px;
  }
  .page-home .hero-img .header-content h2 {
    font-size: 30px;
  }
  .page-home .section-options .option-item {
    margin-left: auto;
    margin-right: auto;
    background-color: #F5F5F5;
    border-radius: 4px;
  }
  .page-home .section-options .option-item.active .item-wrapper {
    background-color: transparent;
  }
  .page-home .section-options .option-item.active .item-wrapper .number {
    border-color: #D9D9D9;
  }
  .page-home .section-options .option-item.active .item-wrapper h4 {
    color: #5B5B5B;
  }
  .page-home .section-options .option-item.active .item-wrapper a {
    color: #08ABF0;
  }
  .page-home .section-options .option-item .item-wrapper .number {
    display: block;
    margin: 0 auto;
  }
  .page-home .section-options .option-item .item-wrapper h4 {
    display: block;
    text-align: center;
  }
  .page-home .section-options .options-list {
    padding: 0;
  }
  .page-home .section-options .option-item .img-container,
  .page-home .section-options .option-item .options-content {
    display: none;
  }
  .page-home .section-serve h3 {
    margin-top: 30px;
  }
  .page-home .section-serve .serve-list {
    margin: 70px auto 90px;
  }
  .page-home .section-serve .serve-list li {
    width: 102px;
    margin: 0 20px;
  }
  .page-home .section-serve .serve-list li img {
    margin-bottom: 25px;
  }
  .page-home .section-serve .serve-list li h4 {
    font-size: 17px;
    line-height: 24px;
  }
  .page-home .section-stats .stats-list {
    margin-bottom: 0;
  }
  .page-home .section-stats .stats-list li {
    margin: 0 30px 60px;
  }
  .page-home .section-stats .stats-list li .img-container {
    margin-bottom: 10px;
  }
  .page-home .section-stats .stats-list li span {
    font-size: 52px;
    line-height: 70px;
  }
  .page-home .section-testimonials #testimonials-carousel {
    height: 800px;
  }
  .page-home .section-press {
    padding: 80px 15px 130px;
  }
  .page-home .section-press h3 {
    margin-bottom: 45px;
  }
  .page-home .section-press .press-list {
    margin-bottom: 130px;
  }
  .page-home .section-press .press-list li {
    width: 340px;
    margin: 0 15px;
  }
}

@media only screen and (max-width: 767px) {
  input,
  textarea {
    font-size: 20px;
    line-height: 20px;
  }
  textarea {
    line-height: 26px;
  }
  header {
    min-height: 170px;
  }
  header .header-center {
    float: none;
    margin-top: 0;
    text-align: center;
  }
  header .header-center .btn:last-of-type {
    margin-right: 0;
  }
  header .header-right {
    float: none;
    position: absolute;
    top: 0;
    right: 20px;
  }
  header .header-right .btn {
    width: auto;
    margin-right: 20px;
    padding: 11px 15px;
  }
  header .header-right .btn img {
    position: static;
  }
  .section-demo .demo-list,
  .page-demo .demo-list {
    display: block;
    width: 100%;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
  .section-demo .demo-list.expanded,
  .page-demo .demo-list.expanded {
    margin-bottom: 120px;
  }
  .section-demo .demo-list li,
  .page-demo .demo-list li {
    display: block;
    margin: 0 auto 30px;
  }
  .section-demo .demo-list li a,
  .page-demo .demo-list li a {
    display: inline-block;
  }
  .section-demo .demo-list li .comment,
  .page-demo .demo-list li .comment {
    padding: 20px 15px;
  }
  .section-features .feature-item,
  .page-features .feature-item {
    width: 100%;
    margin: 20px auto 42px;
  }
  .team .team-members li {
    margin: 0 26px 50px 30px;
  }
  .team .team-members li:nth-of-type(1) {
    margin: 0 26px 50px 30px;
  }
  .team .team-members li:nth-of-type(2) {
    margin: 0 26px 50px 30px;
  }
  .page-home .hero-img {
    height: 1000px;
  }
  .page-home .hero-img .header-content {
    width: auto;
    margin-top: 110px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .page-home .hero-img .header-content h2 {
    font-family: "Work Sans Light";
    font-size: 28px;
  }
  .page-home .hero-img .header-content .cta .btn {
    margin-bottom: 65px;
  }
  .page-home .hero-img .toggle {
    top: 35px;
    right: 20px;
  }
  .page-home .section-share {
    padding-top: 110px;
  }
  .page-home .section-share img {
    max-width: 250px;
  }
  .page-home .section-share .v-divider {
    margin-bottom: 65px;
  }
  .page-home .section-share h3 {
    margin-bottom: 100px;
    font-size: 40px;
    line-height: 52px;
  }
  .page-home .section-enabling h3 {
    font-size: 44px;
    line-height: 52px;
  }
  .page-home .section-serve {
    padding-bottom: 55px;
  }
  .page-home .section-serve h3 {
    margin-top: 0;
  }
  .page-home .section-serve .serve-list li {
    display: block;
    width: auto;
    margin-bottom: 45px;
    text-align: center;
  }
  .page-home .section-serve .serve-list li img {
    margin-bottom: 5px;
  }
  .page-home .section-stats {
    padding: 30px 0 40px;
  }
  .page-home .section-stats .stats-list li {
    width: 100%;
    margin: 0 0 60px;
  }
  .page-home .section-stats .stats-list li .img-container {
    height: auto;
  }
  .page-home .section-stats .stats-list li .img-container img {
    position: static;
  }
  .page-home .section-testimonials #testimonials-carousel {
    height: 720px;
  }
  .page-home .section-testimonials .testimonial p {
    font-size: 32px;
    line-height: 44px;
  }
  .page-home .section-press .press-list li {
    width: auto;
    margin: 0 0 50px;
  }
  .page-home .section-press .press-list li img {
    margin-bottom: 5px;
  }
  .modal .modal-dialog {
    margin: 25px 15px 15px;
  }
  footer .bottom-nav li {
    margin-right: 25px;
  }
}

@media only screen and (max-width: 499px) {
  header #main-nav .logo {
    margin: 20px;
  }
  header #main-nav .bar {
    margin: 0;
  }
  header #main-nav .nav-background .logo {
    width: auto;
  }
  header #main-nav .nav-background ul a {
    font-size: 38px;
    line-height: 86px;
  }
  header .header-right {
    margin: 25px 0 0;
  }
  header .header-right .btn {
    margin-right: 0;
  }
  header .header-center .btn {
    margin: 0 15px 15px 0;
  }
  .main-content .sign-in-form .checkbox-container label {
    font-size: 12px;
  }
  .main-content .sign-in-form .text-link {
    margin-top: 2px;
  }
  .main-content .text-link {
    font-size: 12px;
  }
  .reference {
    margin-bottom: 0;
  }
  .page-work .hero-img {
    height: 420px;
  }
  .page-work .hero-img h1 {
    font-size: 40px;
    line-height: 50px;
  }
  .page-work .timeline li:nth-child(odd), .page-work .timeline li:nth-child(even) {
    padding-left: 0;
    padding-right: 0;
  }
  .page-work .timeline li:nth-child(odd) img {
    left: 0;
    margin: 0;
  }
  .page-work .timeline li:nth-child(odd) h3 {
    padding-left: 40px;
  }
  .page-work .timeline li:nth-child(even) img {
    right: 0;
    margin: 0;
  }
  .page-work .timeline li:nth-child(even) h3 {
    padding-right: 40px;
  }
  .page-work .timeline li:before, .page-work .timeline li:after {
    display: none;
  }
  .page-work .timeline li h3 {
    margin-bottom: 15px;
  }
  .quote {
    position: static;
    padding-left: 0;
  }
  .quote img {
    margin-top: 10px;
    margin-right: 20px;
    margin-bottom: 15px;
    position: static;
    float: left;
  }
  .reference {
    padding-left: 0;
    padding-right: 0;
  }
  .team .team-members li {
    width: 100%;
    margin: 0 auto 50px;
  }
  .team .team-members li:nth-of-type(1) {
    margin: 0 auto 50px;
  }
  .team .team-members li:nth-of-type(2) {
    margin: 0 auto 50px;
  }
  .page-home .hero-img {
    background: url("../images/hero_lp_phone.jpg") no-repeat top center;
  }
  .page-home .section-testimonials .testimonial p {
    font-size: 26px;
    line-height: 32px;
  }
  footer .bottom-nav li {
    display: block;
    margin: 0 auto 5px;
  }
  footer .bottom-nav li a {
    padding: 10px 15px;
  }
}

/*# sourceMappingURL=style.css.map */