/* =========================================================================

    Project: DSN MFG: Conversable
    Author: Prawesh Rajkarnikar
    Last updated: Fri May 26 2017 23:16:40


   ========================================================================= */

.aqua-features:after {
  content: "";
  display: table;
  clear: both;
}

/* =========================================================================
   Bootstrap
   ========================================================================= */

/*! 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;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  .navbar {
    display: none;
  }

  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }

  .label {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }

  .table td,
  .table th {
    background-color: #fff !important;
  }

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }

}

* {
  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.428571429;
  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: 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.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[role="button"] {
  cursor: pointer;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

h1 small,
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.428571429;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .col-sm-2 {
    width: 16.6666666667%;
  }

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

  .col-sm-4 {
    width: 33.3333333333%;
  }

  .col-sm-5 {
    width: 41.6666666667%;
  }

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

  .col-sm-7 {
    width: 58.3333333333%;
  }

  .col-sm-8 {
    width: 66.6666666667%;
  }

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

  .col-sm-10 {
    width: 83.3333333333%;
  }

  .col-sm-11 {
    width: 91.6666666667%;
  }

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

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

  .col-sm-pull-1 {
    right: 8.3333333333%;
  }

  .col-sm-pull-2 {
    right: 16.6666666667%;
  }

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

  .col-sm-pull-4 {
    right: 33.3333333333%;
  }

  .col-sm-pull-5 {
    right: 41.6666666667%;
  }

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

  .col-sm-pull-7 {
    right: 58.3333333333%;
  }

  .col-sm-pull-8 {
    right: 66.6666666667%;
  }

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

  .col-sm-pull-10 {
    right: 83.3333333333%;
  }

  .col-sm-pull-11 {
    right: 91.6666666667%;
  }

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

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

  .col-sm-push-1 {
    left: 8.3333333333%;
  }

  .col-sm-push-2 {
    left: 16.6666666667%;
  }

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

  .col-sm-push-4 {
    left: 33.3333333333%;
  }

  .col-sm-push-5 {
    left: 41.6666666667%;
  }

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

  .col-sm-push-7 {
    left: 58.3333333333%;
  }

  .col-sm-push-8 {
    left: 66.6666666667%;
  }

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

  .col-sm-push-10 {
    left: 83.3333333333%;
  }

  .col-sm-push-11 {
    left: 91.6666666667%;
  }

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

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

  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }

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

  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }

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

  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }

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

  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }

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

  .col-md-2 {
    width: 16.6666666667%;
  }

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

  .col-md-4 {
    width: 33.3333333333%;
  }

  .col-md-5 {
    width: 41.6666666667%;
  }

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

  .col-md-7 {
    width: 58.3333333333%;
  }

  .col-md-8 {
    width: 66.6666666667%;
  }

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

  .col-md-10 {
    width: 83.3333333333%;
  }

  .col-md-11 {
    width: 91.6666666667%;
  }

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

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

  .col-md-pull-1 {
    right: 8.3333333333%;
  }

  .col-md-pull-2 {
    right: 16.6666666667%;
  }

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

  .col-md-pull-4 {
    right: 33.3333333333%;
  }

  .col-md-pull-5 {
    right: 41.6666666667%;
  }

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

  .col-md-pull-7 {
    right: 58.3333333333%;
  }

  .col-md-pull-8 {
    right: 66.6666666667%;
  }

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

  .col-md-pull-10 {
    right: 83.3333333333%;
  }

  .col-md-pull-11 {
    right: 91.6666666667%;
  }

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

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

  .col-md-push-1 {
    left: 8.3333333333%;
  }

  .col-md-push-2 {
    left: 16.6666666667%;
  }

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

  .col-md-push-4 {
    left: 33.3333333333%;
  }

  .col-md-push-5 {
    left: 41.6666666667%;
  }

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

  .col-md-push-7 {
    left: 58.3333333333%;
  }

  .col-md-push-8 {
    left: 66.6666666667%;
  }

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

  .col-md-push-10 {
    left: 83.3333333333%;
  }

  .col-md-push-11 {
    left: 91.6666666667%;
  }

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

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

  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }

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

  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }

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

  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }

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

  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }

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

  .col-lg-2 {
    width: 16.6666666667%;
  }

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

  .col-lg-4 {
    width: 33.3333333333%;
  }

  .col-lg-5 {
    width: 41.6666666667%;
  }

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

  .col-lg-7 {
    width: 58.3333333333%;
  }

  .col-lg-8 {
    width: 66.6666666667%;
  }

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

  .col-lg-10 {
    width: 83.3333333333%;
  }

  .col-lg-11 {
    width: 91.6666666667%;
  }

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

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

  .col-lg-pull-1 {
    right: 8.3333333333%;
  }

  .col-lg-pull-2 {
    right: 16.6666666667%;
  }

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

  .col-lg-pull-4 {
    right: 33.3333333333%;
  }

  .col-lg-pull-5 {
    right: 41.6666666667%;
  }

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

  .col-lg-pull-7 {
    right: 58.3333333333%;
  }

  .col-lg-pull-8 {
    right: 66.6666666667%;
  }

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

  .col-lg-pull-10 {
    right: 83.3333333333%;
  }

  .col-lg-pull-11 {
    right: 91.6666666667%;
  }

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

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

  .col-lg-push-1 {
    left: 8.3333333333%;
  }

  .col-lg-push-2 {
    left: 16.6666666667%;
  }

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

  .col-lg-push-4 {
    left: 33.3333333333%;
  }

  .col-lg-push-5 {
    left: 41.6666666667%;
  }

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

  .col-lg-push-7 {
    left: 58.3333333333%;
  }

  .col-lg-push-8 {
    left: 66.6666666667%;
  }

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

  .col-lg-push-10 {
    left: 83.3333333333%;
  }

  .col-lg-push-11 {
    left: 91.6666666667%;
  }

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

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

  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }

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

  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }

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

  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }

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

  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }

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

}

table {
  background-color: transparent;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}

.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}

.table > tbody + tbody {
  border-top: 2px solid #ddd;
}

.table .table {
  background-color: #fff;
}

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #ddd;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}

.table > thead > tr > td.active,
.table > thead > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}

.table > thead > tr > td.success,
.table > thead > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}

.table > thead > tr > td.info,
.table > thead > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}

.table > thead > tr > td.warning,
.table > thead > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}

.table > thead > tr > td.danger,
.table > thead > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}

@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }

  .table-responsive > .table {
    margin-bottom: 0;
  }

  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }

  .table-responsive > .table-bordered {
    border: 0;
  }

  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }

  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }

  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }

}

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: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

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

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  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);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  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.3333333;
  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.3333333;
  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.3333333;
}

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

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

}

/* =========================================================================
   Bootstrap Overrides

   For things that cannot be adjusted just using variables.
   ========================================================================= */

/* =========================================================================
   Custom Styling
   ========================================================================= */

@font-face {
  font-family: 'Futura PT Heavy';
  src: url("../fonts/Futura.eot?#iefix") format("embedded-opentype"), url("../fonts/Futura.otf") format("opentype"), url("../fonts/Futura.woff") format("woff"), url("../fonts/Futura.ttf") format("truetype"), url("../fonts/Futura.svg#Futura PT Heavy") format("svg");
  font-weight: 400;
  font-style: normal;
}

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

html {
  font-size: 62.5%;
  box-sizing: border-box;
}

html *,
html *:before,
html *:after {
  box-sizing: inherit;
}

body {
  background: url(../img/design/bg-pattern.jpg);
  color: #4b4b64;
  font-family: "Open Sans", "Arial", "Helvetica Neue", Helvetica, serif;
  font-size: 1.8em;
  font-weight: 600;
  line-height: 1.9444;
  position: relative;
}

a {
  color: #EF4C23;
  text-decoration: none;
  outline: 0;
}

a:hover {
  color: #EF4C23;
  text-decoration: underline;
  outline: 0;
}

a:focus, a:active {
  outline: 0;
  text-decoration: none;
}

h2, h3, h4 {
  font-family: "Futura PT Heavy", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  margin-top: 0;
}

h2 {
  font-size: 3.333em;
  line-height: 1.083em;
}

h3 {
  font-size: 1.667em;
  line-height: 1.333em;
}

h4 {
  font-size: 1.333em;
  line-height: 2.500em;
}

/* Hide visually but not from screen readers */
.hide {
  position: absolute !important;
  left: -9999em !important;
}

/* Image Replacement */
.ir {
  display: block;
  position: relative;
  overflow: hidden;
}

.ir span {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

/* Acessibility navigation */
.accessibility-nav {
  position: absolute;
  top: 0;
  left: -9999em;
  z-index: 1000;
}

.accessibility-nav a {
  position: absolute;
  top: 0;
  white-space: nowrap;
}

.accessibility-nav a:active,
.accessibility-nav a:focus {
  left: 9999em;
}

/** Common classes **/
.pad-lr {
  padding: 0 50px;
}

.pos-r {
  position: relative;
}

.pos-a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

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

.text-wrapper {
  width: 800px;
  margin: 0 auto;
  max-width: 100%;
}

.sec-pad {
  padding: 190px 0 290px;
}

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

.text-style-a h2 {
  margin-bottom: 24px;
  padding-bottom: 23px;
}

.text-style-a p {
  font-size: 20px;
  font-weight: 600;
}

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

.text-style-a-left p {
  font-weight: 500;
}

.top-shape {
  width: 0;
  height: 0;
  border-bottom: 105px solid red;
  border-left: 1200px solid transparent;
  margin-top: -105px;
}

a.down-link {
  background-repeat: no-repeat;
  bottom: -100px;
  display: block;
  height: 350px;
  left: 50%;
  margin-left: -60px;
  position: absolute;
  width: 100px;
  z-index: 120;
}

a.down-link.small {
  bottom: -176px;
  height: 344px;
}

.more-link {
  border: 2px solid #f3358f;
  border-radius: 25px;
  color: #f3358f;
  display: inline-block;
  font-family: "Futura PT Heavy", sans-serif;
  font-weight: 700;
  line-height: 56px;
  text-transform: uppercase;
  width: 220px;
}

.more-link.big {
  border-radius: 50px;
  font-size: 1.222em;
  line-height: 3.909em;
  width: 326px;
}

.more-link:hover, .more-link:focus {
  text-decoration: none;
  color: #f3358f;
}

.content-page {
  background-color: #291143;
  color: #fff;
  margin-top: -183px;
}

.content-page .text-wrapper {
  width: 900px;
}

.content-page p {
  margin-bottom: 20px;
}

.content-page .sec-pad {
  padding-top: 300px;
  padding-bottom: 10px;
}

.content-page p.bg-primary {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 5px 10px;
}

/* Container */
.top-section {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1200px;
  margin-left: -600px;
  padding: 45px 40px 0;
  z-index: 999;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.top-section.solid {
  position: fixed;
  padding-top: 10px;
  padding-bottom: 10px;
  height: 70px;
  background-color: rgba(0, 0, 0, 0.75);
}

.top-section #logo {
  padding-left: 8px;
}

.top-section #logo h1 {
  margin: 0;
}

/* Header */
.header {
  background: url(../img/design/header-bg.png) no-repeat center top;
  color: #fff;
  overflow: hidden;
}

.header .text-wrapper {
  margin-top: 230px;
}

.page-template-page-tpl .header .text-wrapper {
  margin-top: 275px;
}

.header .text-wrapper h2 {
  font-size: 3.7em;
  background: url(../img/design/header-bar.png) no-repeat center bottom;
}

.header .text-wrapper p {
  padding: 0 19px;
  font-weight: 300;
  text-align: left;
}

.header a.down-link {
  background-image: url(../img/design/header-down.png);
}

.header-image {
  margin-top: 115px;
}

/** Social links **/
.social-links {
  margin: 0;
  padding: 0;
}

.social-links li {
  display: inline-block;
  list-style: none;
  margin-right: 20px;
}

.social-links li a {
  background: url(../img/design/social-media.png) no-repeat;
  display: block;
  text-indent: -9999px;
  height: 50px;
  width: 50px;
}

.social-links li.tw a {
  background-position: 0 0;
}

.social-links li.fb a {
  background-position: -70px 0;
}

.social-links li.ln a {
  background-position: -140px 0;
}

.social-links li:last-child {
  margin-right: 0;
}

/* Navigation */
.radial {
  background-color: transparent;
  border-radius: 260px;
  box-shadow: 3px 3px 120px 100px rgba(72, 29, 79, 0.1);
  position: absolute;
  height: 500px;
  width: 1200px;
  top: 360px;
  left: 50%;
  margin-left: -600px;
  z-index: 3;
}

/**top-pattern **/
.top-pattern {
  background: url(../img/design/header-full.png) no-repeat center top;
  background-size: cover;
  height: 778px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}

/** Page-wrapper **/
.page-wrapper {
  background-color: #f5f3fa;
  margin: 0 auto;
  width: 1200px;
  position: relative;
  z-index: 3;
}

.content-bg {
  background: url(../img/design/bg-content.jpg) no-repeat;
}

.section-title {
  font-size: 3.5em;
  text-align: center;
  margin-bottom: 0;
}

.section-wrapper {
  position: relative;
  z-index: 10;
  max-width: 940px;
  margin: 0 auto;
  text-align: center;
}

.section-content {
  text-align: left;
  font-size: 1.11em;
}

.divider {
  position: relative;
  margin-bottom: 25px;
}

.section-bg {
  position: relative;
  overflow: hidden;
}

.section-bg-default {
  position: relative;
  z-index: 5;
}

.section-bg-default:before, .section-bg-default:after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 862px;
  z-index: 9;
}

.section-bg-default:before {
  background: url(../img/design/bg-section-top.png) no-repeat;
  top: -90px;
}

.section-bg-default-bottom:after {
  background: url(../img/design/bg-section-bottom.png) no-repeat;
  bottom: -70px;
}

.section-bg-default .section-title,
.section-bg-default .section-content {
  color: #fff;
}

.section-bg-light {
  background-color: #f5f3fa;
  z-index: 10;
}

.section-bg-light-pink:before, .section-bg-light-pink:after, .section-bg-light-violet:before, .section-bg-light-violet:after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 92px;
  z-index: 10;
}

.section-bg-light-pink:after, .section-bg-light-violet:after {
  bottom: -92px;
  background: url(../img/design/bg-section-light-bottom.png) no-repeat;
}

.section-bg-light-pink:before, .section-bg-light-violet:before {
  top: -92px;
}

.section-bg-light-pink:before {
  background: url(../img/design/bg-section-light-pink-top.png) no-repeat;
}

.section-bg-light-violet:before {
  background: url(../img/design/bg-section-light-violet-top.png) no-repeat;
}

/** Section2 **/
.section2 {
  padding-top: 80px;
  padding-bottom: 90px;
  position: relative;
  background-color: #f5f3fa;
  z-index: 1;
}

.section2:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  bottom: -94px;
  border-right: 1200px solid transparent;
  border-top: 95px solid #f5f3fa;
}

.section2 .text-wrapper {
  width: 1000px;
}

.section2 .text-wrapper h2 {
  background: url(../img/design/section-2-bar.png) no-repeat bottom center;
  font-size: 3.23em;
}

.section2 .text-wrapper p {
  font-weight: 600;
}

.section2 a.down-link {
  background-image: url(../img/design/section-2-down.png);
  bottom: -325px;
  z-index: 2;
}

.section2 .more-link-custom {
  width: 240px;
  margin-top: 45px;
  color: #f3358f;
  border-color: #f3358f;
}

.section2 .more-link-custom:hover {
  color: #fff;
  background-color: #f3358f;
}

.blocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 55px;
}

.blocks .item {
  position: relative;
}

.blocks .item .content-inner {
  height: 100%;
  padding: 0 15px;
  text-align: center;
}

.blocks .item:nth-child(1) h3 {
  color: #26c7ee;
}

.blocks .item:nth-child(2) h3 {
  color: #f3358f;
}

.blocks .item:nth-child(3) h3 {
  color: #fb9f44;
}

.blocks .item:nth-child(4) h3 {
  color: #773cef;
}

.blocks .img-holder {
  text-align: center;
}

.blocks h3 {
  margin-top: 20px;
  margin-bottom: 15px;
  text-align: center;
  font-size: 1.335em;
}

.blocks p {
  font-size: 1.055em;
  margin-bottom: 40px;
}

.blocks .link-wrapper {
  text-align: center;
}

/** Section 3 **/
.section3 {
  z-index: 3;
}

.section3 h2 {
  background: url("../img/design/section-3-bar.png") no-repeat scroll center bottom;
  color: #fff;
  font-size: 3.6em;
}

.section3 .content-inner {
  top: 50px;
}

.section3 .align-center a {
  color: #26c7ee;
  font-size: 1.667em;
  line-height: 1.167em;
  cursor: default;
  text-decoration: none;
}

.section3 .text-wrapper {
  width: 875px;
}

.section3 .text-wrapper .img-holder {
  margin-top: 60px;
}

.section3 a.down-link {
  bottom: -5px;
  background-image: url(../img/design/section-3-down.png);
}

/** Section 4 **/
.section4 {
  padding-bottom: 0;
}

.section4 h2 {
  background: url("../img/design/section-4-bar.png") no-repeat center bottom;
  font-size: 3.278em;
}

.section4 .flexslider {
  padding: 80px 0;
}

.section4 a.down-link {
  background-image: url(../img/design/section-4-down.png);
  bottom: -363px;
}

/** Flexslider **/
.flexslider {
  background-color: transparent;
  border: none;
}

.slider1-wrapper {
  margin: 0 -50px;
}

.slider1-wrapper .custom-navigation a.flex-prev {
  left: 0;
}

.slider1-wrapper .custom-navigation a.flex-next {
  right: 0;
}

.slider1 .slides li {
  text-align: center;
}

.slider1 .slides img {
  margin: 0 auto;
  max-width: 100%;
  height: auto;
  width: auto;
}

.custom-navigation a {
  background: #fff url(../img/design/slide-arrows.png) no-repeat;
  display: block;
  width: 93px;
  height: 93px;
  border-radius: 50%;
  text-indent: -9999px;
  position: absolute;
  top: 300px;
  opacity: 0.7;
  color: transparent;
}

.custom-navigation a:before {
  content: '';
  display: none;
}

.custom-navigation a:hover {
  opacity: 1;
}

.custom-navigation a.flex-prev {
  background-position: 32px 27px;
  left: 17px;
}

.custom-navigation a.flex-next {
  background-position: -79px 27px;
  right: 17px;
}

/** Section 5 **/
.section5 {
  z-index: 110;
}

.section5 .sec-pad {
  padding-top: 445px;
}

.section5 h2 {
  background: url(../img/design/section-5-bar.png) no-repeat center bottom;
  font-size: 3.056em;
}

.section5 .custom-navigation > a {
  background-color: #f3358f;
}

.section5 .custom-navigation a.flex-prev {
  left: -50px;
}

.section5 .custom-navigation a.flex-next {
  right: -50px;
}

.section5 a.down-link {
  background-image: url(../img/design/section-5-down.png);
  bottom: 51px;
  margin-left: -5px;
  height: 112px;
}

.section5 .flexslider {
  width: 1000px;
  margin: 0 auto;
}

.section5 .flexslider .cnt-left {
  width: 350px;
}

.section5 .flexslider .cnt-left > .img-holder {
  margin-bottom: 40px;
}

.section5 .flexslider .cnt-left img {
  width: auto;
}

.section5 .flexslider .cnt-right {
  color: #fff;
  width: 520px;
}

.section5 .flexslider .cnt-right ul {
  margin: 0;
  padding: 20px 0 0;
}

.section5 .flexslider .cnt-right li {
  list-style: none;
  font-size: 1.222em;
  line-height: 1.591em;
  margin-bottom: 25px;
}

.section5 .flexslider .cnt-right img {
  width: auto;
}

.section5 .flexslider .cnt-right span {
  display: inline-block;
  height: 35px;
  margin-right: 30px;
  vertical-align: middle;
}

.section5 .flexslider .slides > li {
  padding: 0 50px;
}

.section5 .flexslider .sms {
  background: url(../img/design/sms-bg.png) no-repeat;
  background-position: 364px 82px;
}

.section5 .flexslider .fb {
  background: url(../img/design/fb-bg.png) no-repeat;
  background-position: 450px 0;
}

.section5 .flexslider .tw {
  background: url(../img/design/twtter-bg.png) no-repeat;
  background-position: right 90px;
}

.section5 .flexslider .info .img-holder {
  float: left;
  padding: 0 18px;
}

.section5 .flexslider .info .img-holder img {
  margin-top: 8px;
  width: auto;
}

.section5 .flexslider .info p {
  color: #26c7ee;
  font-size: 14px;
  line-height: 1.714em;
}

.flex-control-nav {
  bottom: -30px;
  z-index: 10;
}

.flex-control-paging li {
  margin: 0 8px;
}

.flex-control-paging li a {
  opacity: 1;
  background-color: transparent;
  border: 1px solid #fff;
  height: 11px;
  width: 11px;
  position: static;
  box-shadow: none;
}

.flex-control-paging li a:hover {
  background-color: rgba(255, 255, 255, 0.5);
}

.flex-control-paging li a.flex-active {
  background-color: #fff;
}

/** Section 6 **/
.section6 {
  margin-top: -103px;
  position: relative;
  z-index: 2;
}

.section6:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 114px;
  background: url("../img/design/team-bg-top.png") no-repeat center;
  background-size: 100%;
  z-index: 2;
}

.section6 a.up-link {
  position: absolute;
  top: 52px;
  left: 50%;
  margin-left: -60px;
  z-index: 10;
}

.section6 a.up-link img {
  max-width: 100%;
  height: auto;
}

.section6 .flexslider {
  margin-bottom: 0;
}

.section6 .flex-control-nav {
  width: 100%;
  bottom: 90px;
  left: 0;
}

.section6 .sec-pad {
  padding-bottom: 0;
}

.section6 .custom-navigation .flex-direction-nav {
  z-index: 10;
}

.section6 .custom-navigation .flex-direction-nav a.flex-next {
  z-index: 30;
}

.section6 .custom-navigation a.flex-next {
  top: 50%;
  margin-top: -100px;
  z-index: 20;
}

.section6 .custom-navigation a.flex-prev {
  top: 50%;
  margin-top: -100px;
  z-index: 20;
}

.section6 .testimonial-slide {
  color: #fff;
}

.section6 .testimonial-slide .text-wrapper {
  margin-bottom: 30px;
  padding-top: 170px;
  width: 900px;
}

.section6 .testimonial-slide .text-wrapper p {
  font-weight: 400;
}

.section6 .testimonial-slide .testimonial {
  margin-bottom: 25px;
}

.section6 .testimonial-slide .testimonial h2 {
  display: inline;
  font-size: 1.6em;
  line-height: 1.200em;
  position: relative;
  padding-left: 50px;
}

.section6 .testimonial-slide .testimonial h2:before {
  content: "";
  background: url(../img/design/testimonial-st.png) no-repeat left top;
  left: 0;
  position: absolute;
  top: 9px;
  width: 40px;
  height: 27px;
}

.section6 .testimonial-slide .testimonial h2 span {
  background: url(../img/design/testimonial-ed.png) no-repeat left top;
  display: inline-block;
  height: 27px;
  left: -4px;
  position: relative;
  top: -6px;
  width: 40px;
}

.section6 .testimonial-slide .cnt-left {
  padding-top: 15px;
  width: 525px;
}

.section6 .testimonial-slide .cnt-left .img-holder {
  margin-bottom: 25px;
}

.section6 .testimonial-slide .cnt-left .author {
  text-align: right;
}

.section6 .testimonial-slide .top-wrapper {
  background: url(../img/design/section-6-bar.png) no-repeat center bottom;
  padding-bottom: 44px;
  margin-bottom: 20px;
}

.section6 .testimonial-slide a.more-link {
  border-color: #b0a965;
  color: #b0a965;
}

.section6 .testimonial-slide .media-links {
  margin: 0;
  padding: 25px 0 0 35px;
}

.section6 .testimonial-slide .media-links li {
  list-style: none;
  display: inline-block;
  margin-right: 30px;
}

.section6 .testimonial-slide .media-links li:last-child {
  margin-right: 0;
}

.section6 .testimonial-slide .media-links a {
  background: url(../img/design/order-options.png) no-repeat;
  display: block;
  height: 36px;
  text-indent: -9999px;
  width: 40px;
}

.section6 .testimonial-slide .media-links li.tw a {
  background-position: 0 0;
}

.section6 .testimonial-slide .media-links li.fb a {
  background-position: -63px 0;
}

.section6 .testimonial-slide .media-links li.msg a {
  background-position: -136px 0;
}

.section6 .testimonial-slide .media-links li.sms a {
  background-position: -204px 0;
}

.section6 a.down-link {
  background-image: url(../img/design/section-slider-down.png);
  bottom: -245px;
}

.wholefood-slide .slide-cnt {
  max-width: 515px;
  width: 100%;
}

.wholefood-slide .slide-cnt .img-holder img {
  max-width: 100%;
  width: auto;
  height: auto;
}

.wholefood-slide .pad-lr {
  padding: 0 100px;
}

.wholefood-slide .text-wrapper {
  padding-top: 45px;
}

.wholefood-slide .text-wrapper h2 {
  color: #0d6b48;
}

.wholefood-slide .text-wrapper h3 {
  background-image: url(../img/design/bullet-green.png);
}

.wholefood-slide .text-wrapper p {
  padding: 0 40px;
}

.wholefood-slide .more-link:hover {
  color: #87be2c;
}

.wholefood-slide .img-animation {
  position: absolute;
  top: 84px;
  right: 182px;
}

.wholefood-slide .img-animation img {
  width: 352px;
}

/** Section 7**/
.section7 {
  color: #fff;
}

.section7 .sec-pad {
  padding-top: 300px;
  padding-bottom: 150px;
}

.section7 .text-wrapper {
  width: 835px;
}

.section7 .text-wrapper h2 {
  background: url("../img/design/section-bar-team.png") no-repeat center bottom;
  font-size: 3.7em;
  text-align: center;
}

.section7 a.down-link {
  background: url("../img/design/section-team-down.png") no-repeat;
}

.section7 .content-wrapper {
  margin: 0 auto;
  padding-top: 55px;
  width: 900px;
}

.section7 .content-wrapper .item {
  margin-bottom: 70px;
  position: relative;
  display: block;
  float: left;
  width: 100%;
}

.section7 .content-wrapper .item span.icon-holder {
  background: url(../img/design/leader-separator.png) no-repeat;
  bottom: -100px;
  height: 98px;
  left: 0;
  position: absolute;
  width: 900px;
}

.section7 .content-wrapper .item:last-child span.icon-holder {
  background: url("../img/design/angled-bottom.png") no-repeat;
  bottom: -133px;
  height: 66px;
  left: 0;
  position: absolute;
  width: 78px;
}

.section7 .content-wrapper .item .pull-left {
  width: 240px;
}

.section7 .content-wrapper .item .pull-left .img-holder {
  margin-bottom: 10px;
}

.section7 .content-wrapper .item .pull-left .img-holder img {
  max-width: 100%;
  height: auto;
  border-radius: 50%;
  overflow: hidden;
}

.section7 .content-wrapper .item .pull-left a.profile {
  background: url(../img/design/linkedin-icon.png) no-repeat center;
  display: inline-block;
  width: 55px;
  height: 45px;
}

.section7 .content-wrapper .item .pull-left a.profile:hover {
  background: url(../img/design/linkedin-icon-hover.png) no-repeat center;
}

.section7 .content-wrapper .item .pull-left a.profile-twitter {
  margin-right: 25px;
  background: url(../img/design/twitter-icon.png) no-repeat center;
}

.section7 .content-wrapper .item .pull-left a.profile-twitter:hover {
  background: url(../img/design/twitter-icon-hover.png) no-repeat center;
}

.section7 .content-wrapper .social-profiles {
  margin-top: 22px;
  text-align: center;
}

.section7 .content-wrapper .item .pull-right {
  width: 615px;
}

.section7 .content-wrapper .item .pull-right h3 {
  font-size: 2.222em;
  line-height: 1em;
  margin-bottom: 8px;
}

.section7 .content-wrapper .item .pull-right .post {
  display: block;
  margin-bottom: 15px;
  color: #f3358f;
  font-size: 20px;
  font-weight: 700;
}

.section7 .content-wrapper .item .pull-right p {
  font-size: 16px;
  font-weight: 600;
}

/** Section8 **/
.section8 {
  color: #fff;
}

.section8 .text-wrapper {
  margin-bottom: 35px;
  padding-top: 150px;
}

.section8 .text-wrapper h2 {
  background: url(../img/design/section-3-bar.png) no-repeat bottom center;
}

.section8 .content-wrapper {
  width: 900px;
  margin: 0 auto;
}

.section8 .contact-link {
  padding: 50px 0;
}

.section8 .contact-link a {
  color: #fff;
  font-size: 34px;
  line-height: 60px;
  background: url(../img/design/contact-icon.png) no-repeat left center;
  padding-left: 50px;
}

.section8 .contact-link a:hover {
  text-decoration: none;
}

.section8 .bg-pink {
  background: -webkit-linear-gradient(left, rgba(105, 136, 219, 0.2), rgba(214, 71, 163, 0.2));
  /* For Safari 5.1 to 6.0 */
  /* For Opera 11.1 to 12.0 */
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(to right, rgba(105, 136, 219, 0.2), rgba(214, 71, 163, 0.2));
  /* Standard syntax (must be last) */
  margin-bottom: 9px;
  padding: 30px;
}

.section8 .chat-box {
  height: 520px;
  position: relative;
}

.section8 .chat-box .chat-item {
  position: absolute;
  bottom: 30px;
  line-height: 1.5em;
}

.section8 .chat-box .item {
  margin-bottom: 20px;
}

.section8 .chat-box .item:last-child {
  margin-bottom: 0;
}

.section8 .chat-box .img-holder {
  margin-right: 10px;
}

.section8 .chat-box .info span {
  color: #9c69c0;
  font-weight: 400;
  padding-left: 5px;
}

.section8 .chat-box .msg {
  font-weight: 400;
}

.section8 .ask {
  padding-top: 25px;
  padding-bottom: 25px;
}

.section8 .ask a {
  background: url(../img/design/ask-arrow.png) no-repeat left center;
  color: #fff;
  display: block;
  font-weight: 400;
  line-height: 20px;
  padding-left: 30px;
}

.section8 .down-link {
  background: url(../img/design/section-8-down.png) no-repeat;
}

/** Contact form **/
.contact-form--custom label {
  font-weight: 400;
}

.contact-form--custom .form-group {
  border: 1px solid transparent;
  margin-bottom: 20px;
  padding: 12px 18px;
}

.contact-form--custom .form-group.invalid {
  border-color: #EF4C23;
}

.contact-form--custom .wpcf7-not-valid-tip {
  display: none !important;
}

.contact-form--custom .form-control {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0;
  font-size: 20px;
  color: #fff;
  padding: 0;
}

.contact-form--custom .form-control::-webkit-input-placeholder {
  color: #fff;
}

.contact-form--custom .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}

.contact-form--custom .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}

.contact-form--custom .form-control:-ms-input-placeholder {
  color: #fff;
}

.contact-form--custom .form-control:focus {
  box-shadow: none;
}

.contact-form--custom textarea {
  height: 164px;
  resize: none;
}

.contact-form--custom .top-input .form-group {
  float: left;
  width: calc(50% - 10px);
}

.contact-form--custom .top-input .form-group:first-child {
  margin-right: 10px;
}

.contact-form--custom .top-input .form-group:last-child {
  margin-left: 10px;
}

.contact-form--custom .link-wrapper {
  padding-top: 30px;
}

.contact-form--custom .link-wrapper .more-link {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
  padding: 0;
  width: 415px;
}

/** Section 9 **/
.section9 {
  color: #fff;
  margin-top: -109px;
}

.section9 .text-wrapper {
  padding-top: 190px;
  width: 900px;
}

.section9 .text-wrapper h2 {
  background: url(../img/design/section-9-bar.png) no-repeat center bottom;
  padding-left: 310px;
}

.section9 .text-wrapper p {
  padding-left: 310px;
  font-weight: 400;
}

.section9 a.down-link {
  background: url(../img/design/section-9-down.png) no-repeat;
  bottom: -167px;
}

/**Section press **/
.section-press {
  position: relative;
  z-index: 1;
}

.section-press:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  bottom: -94px;
  border-right: 1200px solid transparent;
  border-top: 95px solid #f5f3fa;
}

.section-press .text-wrapper {
  width: 870px;
  margin-bottom: 45px;
}

.section-press .text-wrapper h2 {
  background: url(../img/design/section-press-bar.png) no-repeat center bottom;
  font-size: 3.725em;
}

.section-press .text-wrapper a {
  color: #26c7ee;
  font-size: 1.25em;
  font-weight: 700;
}

.section-press a.down-link {
  background: url(../img/design/section-press-down.png) no-repeat;
  bottom: -167px;
}

.section-press .press-links {
  margin: 0 auto;
  max-width: 865px;
  width: 100%;
}

.section-press .press-links ul {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

.section-press .press-links ul:first-child {
  margin-bottom: 40px;
}

.section-press .press-links li {
  margin-bottom: 40px;
  list-style: none;
}

.section-press .press-links li.flex-break {
  width: 100%;
  height: 0;
  margin: 0;
}

.section-press .press-links li a {
  display: block;
}

.section-press .sec-pad {
  padding-top: 70px;
  padding-bottom: 1px;
  background-color: #f5f3fa;
}

.section-press .img-holder {
  margin-top: -90px;
}

/** Section 10 **/
.section10 {
  color: #fff;
  margin-top: -154px;
}

.section10 .text-wrapper {
  padding-top: 210px;
  margin: 0 0 0 150px;
}

.section10 .text-wrapper h2 {
  background: url(../img/design/sound-logo.png) no-repeat right center;
  display: inline-block;
  padding-right: 60px;
}

.section10 .text-wrapper hr {
  border-color: #f3dc24;
  border-width: 2px;
  clear: both;
  display: block;
  margin: 15px 0;
  width: 60px;
}

.section10 .text-wrapper .info {
  font-size: 1.667em;
  font-weight: 400;
  line-height: 2.000em;
}

.section10 .text-wrapper .info span {
  font-size: 0.733em;
}

.section10 .note {
  bottom: 165px;
  font-size: 1.667em;
  line-height: 2.000em;
  top: auto;
  background: url(../img/design/section-10-logo.png) no-repeat left center;
  padding: 0 0 0 75px;
}

/* Footer */
.footer {
  background-color: #291143;
  font-size: 14px;
  font-weight: 600;
  color: #a374c4;
  clear: both;
}

.footer a {
  color: #a374c4;
}

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

.footer h4 {
  position: relative;
  display: inline-block;
  color: #fff;
  font-size: 1.714em;
  margin-bottom: 25px;
  padding-bottom: 10px;
}

.footer h4:after {
  content: '';
  display: block;
  width: 100%;
  height: 3px;
  background-color: #f5ec48;
  position: absolute;
  bottom: 0;
  left: 0;
}

.footer hr {
  border-width: 2px;
  border-color: #f5ec48;
  display: inline-block;
  margin: 15px 0;
  width: 60px;
}

.footer p {
  padding-bottom: 25px;
}

.footer .email {
  background: url(../img/design/email-icon.png) no-repeat left center;
  padding-left: 40px;
}

.footer span.email {
  background: none;
  padding-left: 0;
}

.footer a.email {
  padding-left: 35px;
  font-weight: 700;
}

.footer span.wpcf7-not-valid-tip {
  display: none !important;
}

.footer .text-wrapper {
  padding: 75px 0 80px;
  width: 900px;
}

.footer .text-wrapper .cnt-left {
  width: 200px;
}

.footer .text-wrapper .cnt-right {
  width: 590px;
}

.footer .cnt-right .pull-left {
  width: 340px;
}

.footer .cnt-right .pull-right {
  width: 200px;
}

.footer .social-links li a {
  background-image: url(../img/design/social-media-footer.png);
  border: 1px solid transparent;
  border-radius: 50%;
}

.footer .social-links li a:hover {
  border-color: #a374c4;
}

.footer .cnt-wrapper {
  margin-bottom: 20px;
}

.footer .footer-btm {
  background-color: rgba(0, 0, 0, 0.1);
  color: #e4c1fc;
  font-size: 12px;
  padding-top: 16px;
  padding-bottom: 16px;
}

.footer .footer-btm .pull-left {
  max-width: 60%;
}

.footer .footer-btm ul {
  margin: 0;
  padding: 0;
}

.footer .footer-btm li {
  display: inline-block;
  list-style: none;
  margin-right: 30px;
}

.footer .footer-btm li:last-child {
  margin-right: 0;
}

.footer .footer-btm a {
  color: #e4c1fc;
}

.footer .footer-btm a:hover {
  color: #fff;
  text-decoration: none;
}

.footer .top-shape {
  width: 100%;
  height: auto;
  margin-top: -229px;
  border: none;
}

/** Footer subscribe form **/
.subscribe-form {
  background-color: rgba(25, 8, 42, 0.5);
  border-radius: 25px;
  clear: both;
  padding: 6px 8px;
  overflow: hidden;
}

.subscribe-form .subscribe-email {
  background-color: transparent;
  border: medium none;
  font-size: 1.43em;
  height: 46px;
  line-height: 46px;
  padding: 0 32px;
  width: 375px;
}

.subscribe-form .subscribe-email::-webkit-input-placeholder {
  color: #fff;
}

.subscribe-form .subscribe-email:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}

.subscribe-form .subscribe-email::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}

.subscribe-form .subscribe-email:-ms-input-placeholder {
  color: #fff;
}

.subscribe-form .subscribe-email:focus {
  outline: none;
}

.subscribe-form .subscribe-btn {
  background: none;
  border-radius: 25px;
  border: 2px solid #f3358f;
  color: #fff;
  font-family: "Futura PT Heavy", sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 40px;
  color: #f3358f;
  text-transform: uppercase;
  text-align: center;
  width: 185px;
}

.subscribe-form .subscribe-btn:hover {
  background: #f3358f;
  color: #fff;
}

button {
  outline: none;
}

.img-animation {
  position: absolute;
}

.slide-cnt {
  padding-top: 140px;
}

.slide-cnt h2 {
  margin: 0;
  padding: 0;
  font-size: 55px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1;
}

.slide-cnt h3 {
  margin-bottom: 30px;
  padding-bottom: 20px;
  font-size: 35px;
  color: #fff;
  text-transform: lowercase;
  background-repeat: no-repeat;
  background-position: center bottom;
}

.slide-cnt p {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  text-align: left;
}

.slide-cnt .more-link {
  display: block;
  width: 190px;
  height: 52px;
  margin: 0 auto;
  margin-top: 35px;
  line-height: 52px;
  border-radius: 26px;
  color: #fff;
  border-color: #fff;
  text-align: center;
}

.slide-cnt .more-link:hover {
  background: #fff;
}

.down-link {
  background-size: contain;
}

.tgif-slide .slide-cnt {
  max-width: 455px;
  margin-right: 95px;
  padding-top: 100px;
}

.tgif-slide .slide-cnt h2 {
  color: #fff;
}

.tgif-slide .slide-cnt h3 {
  background-image: url(../img/design/bullet-white.png);
}

.tgif-slide .slide-cnt p {
  padding: 0 16px;
}

.tgif-slide .more-link:hover {
  color: #d51338;
}

.tgif-slide--cs .slide-cnt {
  margin-right: 76px;
}

.tgif-slide .img-animation {
  position: absolute;
  top: 125px;
  left: 141px;
  -webkit-transform: rotate(18.4deg);
  transform: rotate(18.4deg);
}

.tgif-slide .img-animation img {
  width: 334px;
}

.viacom-slide .slide-cnt {
  max-width: 510px;
  margin-left: 80px;
  padding-top: 100px;
}

.viacom-slide .slide-cnt h2 {
  color: #26c7ee;
}

.viacom-slide .slide-cnt h3 {
  background-image: url(../img/design/bullet-blue.png);
}

.viacom-slide .slide-cnt p {
  padding: 0 16px;
}

.viacom-slide .more-link:hover {
  color: #10100f;
}

.wingstop-slide .slide-cnt {
  max-width: 455px;
  margin-left: 95px;
  padding-top: 120px;
}

.wingstop-slide .slide-cnt h2 {
  color: #0d4f2b;
}

.wingstop-slide .slide-cnt h3 {
  background-image: url(../img/design/bullet-dark-green.png);
}

.wingstop-slide .slide-cnt p {
  padding: 0 5px;
}

.wingstop-slide .more-link:hover {
  color: #9a8f4d;
}

.wingstop-slide .img-animation {
  position: absolute;
  top: 86px;
  right: 158px;
  -webkit-transform: rotate(-26.28deg);
  transform: rotate(-26.28deg);
}

.wingstop-slide .img-animation img {
  width: 284px;
}

.wingstop-slide--cs .slide-cnt {
  margin-left: 82px;
}

.sam-slide .slide-cnt {
  max-width: 480px;
  margin-left: 75px;
  padding-top: 90px;
}

.sam-slide .slide-cnt h2 {
  color: #7dbe0f;
}

.sam-slide .slide-cnt h3 {
  background-image: url(../img/design/bullet-light-green.png);
}

.sam-slide .slide-cnt p {
  padding: 0 5px;
}

.sam-slide .more-link:hover {
  color: #458dbd;
}

.sam-slide--cs .slide-cnt {
  margin-left: 70px;
}

.sam-slide .img-animation {
  position: absolute;
  top: 126px;
  right: 75px;
}

.sam-slide .img-animation img {
  width: 254px;
}

.pizzahut-slide .slide-cnt {
  max-width: 455px;
  margin-right: 80px;
  padding-top: 150px;
}

.pizzahut-slide .slide-cnt h2 {
  color: #fff;
}

.pizzahut-slide .slide-cnt h3 {
  background-image: url(../img/design/bullet-white.png);
}

.pizzahut-slide .slide-cnt p {
  padding: 0 20px;
}

.pizzahut-slide .more-link:hover {
  color: #e83636;
}

.pizzahut-slide--cs .slide-cnt {
  padding-top: 205px;
}

.pizzahut-slide .img-animation {
  position: absolute;
  top: 139px;
  left: 188px;
  -webkit-transform: rotate(18.4deg);
  transform: rotate(18.4deg);
}

.pizzahut-slide .img-animation img {
  width: 314px;
}

.ces-slide .slide-cnt {
  max-width: 510px;
  margin-left: 85px;
  padding-top: 100px;
}

.ces-slide .slide-cnt h2 {
  color: #dde21a;
}

.ces-slide .slide-cnt h3 {
  background-image: url(../img/design/bullet-yellowish.png);
}

.ces-slide .slide-cnt p {
  padding: 0 10px;
}

.ces-slide .more-link:hover {
  color: #01776b;
}

.ces-slide .img-animation {
  position: absolute;
  top: 99px;
  right: 146px;
}

.ces-slide .img-animation img {
  width: 338px;
}

.common-slide .slide-cnt {
  max-width: 480px;
  margin-right: 85px;
  padding-top: 130px;
}

.common-slide .slide-cnt h2 {
  color: #fcaac2;
}

.common-slide .slide-cnt h3 {
  background-image: url(../img/design/bullet-pink.png);
}

.common-slide .slide-cnt p {
  padding: 0 20px;
}

.common-slide .more-link:hover {
  color: #341e20;
}

.budweiser-slide .slide-cnt {
  margin-right: 51px;
  padding-top: 40px;
}

.budweiser-slide .slide-cnt h2 {
  color: #f4d262;
  font-size: 52px;
}

.budweiser-slide .slide-cnt h3 {
  background-image: url(../img/design/bullet-gold.png);
}

.budweiser-slide .slide-cnt p {
  padding: 0 25px;
}

.budweiser-slide--cs .slide-cnt {
  margin-right: 32px;
}

.budweiser-slide .img-animation {
  position: absolute;
  top: 138px;
  left: 87px;
}

.budweiser-slide .img-animation img {
  width: 256px;
}

.marvel-slide .slide-cnt {
  margin-right: 50px;
  padding-top: 35px;
}

.marvel-slide .slide-cnt h2 {
  color: #ffe400;
  font-size: 52px;
}

.marvel-slide .slide-cnt h3 {
  background-image: url(../img/design/bullet-gold-2.png);
  margin-bottom: 20px;
}

.marvel-slide .slide-cnt p {
  padding: 0 25px;
}

.marvel-slide--cs .slide-cnt {
  margin-right: 35px;
}

.marvel-slide .img-animation {
  position: absolute;
  top: 189px;
  left: 271px;
}

.marvel-slide .img-animation img {
  width: 312px;
}

.section-common {
  margin-bottom: -1px;
  color: #fff;
}

.section-common .pos-a {
  top: 80px;
}

.section-common .extra-heading {
  margin-top: 20px;
  font-size: 50px;
}

.section-common .text-wrapper {
  width: 945px;
}

.section-common h2 {
  font-size: 3.6em;
  background: url(../img/design/section-flows-bar.png) no-repeat scroll center bottom;
}

.section-common p {
  margin-bottom: 50px;
  padding: 0 45px;
  font-weight: 500;
  text-align: left;
}

.more-link-custom {
  display: block;
  width: 250px;
  margin: 0 auto;
  margin-top: 80px;
  border-radius: 40px;
  font-size: 24px;
  line-height: 49px;
  text-align: center;
  color: #773cef;
  border-color: #773cef;
}

.more-link-custom:hover {
  color: #fff;
  background-color: #773cef;
}

.section-design {
  margin-top: -13px;
}

.section-design .more-link-custom {
  margin-top: 540px;
  color: #24cbee;
  border-color: #24cbee;
}

.section-design .more-link-custom:hover {
  background-color: #24cbee;
  color: #fff;
}

.section-design .pos-a {
  top: 500px;
}

.section-design h2 {
  background: url(../img/design/bullet-design.png) no-repeat scroll center bottom;
  font-size: 3.67em;
}

.section-design p {
  padding: 0 35px;
}

.header-logos {
  position: absolute;
  left: 50%;
  bottom: -240px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.home .header-logos {
  bottom: -340px;
}

.menu-main-menu-container {
  float: right;
}

.menu {
  margin-top: 5px;
  padding-left: 0;
  list-style: none;
}

.menu-item {
  display: inline-block;
  margin: 0 8px;
}

.menu-item a {
  position: relative;
  display: block;
  padding: 3px 0;
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
  font-family: "Futura PT Heavy", sans-serif;
  letter-spacing: 2px;
}

.menu-item a:hover {
  color: #f3358f;
  text-decoration: none;
}

.menu-item.current_page_item a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #f3358f;
}

.menu-item:last-of-type a {
  margin-left: 0;
  padding: 2px 13px;
  border: 1px solid #fff;
  border-radius: 17px;
}

.menu-item:last-of-type a:hover {
  border-color: #f3358f;
}

.flex-control-paging {
  z-index: 3;
}

.custom-navigation--custom .flex-control-paging {
  display: none;
}

.custom-navigation--custom[data-currslide='1'] .custom-navigation-local:nth-child(1) .flex-control-paging {
  display: block;
}

.custom-navigation--custom[data-currslide='2'] .custom-navigation-local:nth-child(2) .flex-control-paging {
  display: block;
}

.custom-navigation--custom[data-currslide='3'] .custom-navigation-local:nth-child(3) .flex-control-paging {
  display: block;
}

.custom-navigation--custom[data-currslide='4'] .custom-navigation-local:nth-child(4) .flex-control-paging {
  display: block;
}

.custom-navigation--custom[data-currslide='5'] .custom-navigation-local:nth-child(5) .flex-control-paging {
  display: block;
}

.custom-navigation--custom[data-currslide='6'] .custom-navigation-local:nth-child(6) .flex-control-paging {
  display: block;
}

.custom-navigation--custom[data-currslide='7'] .custom-navigation-local:nth-child(7) .flex-control-paging {
  display: block;
}

.custom-navigation--custom[data-currslide='8'] .custom-navigation-local:nth-child(8) .flex-control-paging {
  display: block;
}

.custom-navigation-local:nth-child(1) .flex-control-paging {
  bottom: 90px;
  left: 0;
}

.custom-navigation-local:nth-child(2) .flex-control-paging {
  left: 39%;
  bottom: 120px;
}

.custom-navigation-local:nth-child(3) .flex-control-paging {
  left: 2%;
  bottom: 60px;
}

.custom-navigation-local:nth-child(4) .flex-control-paging {
  left: 1%;
}

.custom-navigation-local:nth-child(5) .flex-control-paging {
  left: 0.5%;
  bottom: 70px;
}

.custom-navigation-local:nth-child(6) .flex-control-paging {
  left: 40.5%;
  bottom: 135px;
}

.custom-navigation-local:nth-child(7) .flex-control-paging {
  left: 2.5%;
  bottom: 60px;
}

.custom-navigation-local:nth-child(8) .flex-control-paging {
  left: 39%;
  bottom: 115px;
}

.page-privacy-policy .header .text-wrapper h2 {
  text-align: center;
}

.page-privacy-policy .header .text-wrapper p {
  padding: 0 65px;
}

.page-privacy-policy .header .down-link {
  bottom: -530px;
}

.page-privacy-policy .text-style-a {
  text-align: left;
}

.page-privacy-policy .text-style-a p {
  font-size: 18px;
  font-weight: 400;
}

.page-privacy-policy .content-page {
  padding-bottom: 220px;
}

.logos-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  max-width: 940px;
  width: 100%;
  margin: 80px auto 0 auto;
}

.logo-item {
  margin: 0 15px 30px 15px;
}

.pizzahut-video {
  position: absolute;
  bottom: 155px;
  width: 100%;
}

.pizzahut-video video {
  width: 100%;
  max-width: 940px;
  margin: 0 auto;
  display: block;
  cursor: pointer;
}

.pizzahut-video video::-webkit-media-controls-panel {
  display: none !important;
  -webkit-appearance: none;
}

.pizzahut-video video::--webkit-media-controls-play-button {
  display: none !important;
  -webkit-appearance: none;
}

.pizzahut-video video::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none;
}

.pizzahut-video video::-webkit-media-controls {
  display: none !important;
}

.video-play {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../img/design/icon-play.png) center center no-repeat;
  text-indent: -9999px;
  cursor: pointer;
}

.js-video {
  position: relative;
  width: 100%;
  max-width: 940px;
  margin: 0 auto;
  display: block;
  cursor: pointer;
}

@media (max-width: 767px) {
  .section5 .flexslider .cnt-right {
    width: 550px;
  }

}

.contact-form-wrapper .text-wrapper h2 {
  margin-bottom: 0;
  background: url(../img/design/section-contact-bar.png) no-repeat bottom center;
  font-size: 67px;
  text-align: center;
}

.contact-form-wrapper .contact-link {
  padding-top: 40px;
  padding-bottom: 55px;
}

.contact-form-wrapper .sec-pad {
  padding: 140px 0 0;
}

.contact-form--custom .form-group {
  padding: 12px 22px;
  border-radius: 18px;
}

.contact-form--custom .form-group:last-of-type {
  margin-bottom: 0;
}

.contact-form--custom .link-wrapper .more-link {
  width: 340px;
  line-height: 3em;
}

.contact-form--custom .link-wrapper .more-link:hover {
  background-color: #fff;
  color: #f3358f;
}

.contact-form--custom [type="submit"] {
  outline: none;
}

.contact-wrapper {
  max-width: 800px;
  margin: 0 auto;
}

.page-platform .header .text-wrapper {
  width: 100%;
  margin-top: 170px;
}

.page-platform .header .text-wrapper h2 {
  width: 850px;
  margin-left: auto;
  margin-right: auto;
  background: url(../img/design/platform-header-bar.png) no-repeat center bottom;
}

.page-platform .header .text-wrapper p {
  width: 850px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  padding-left: 11px;
}

.page-platform .section3 {
  margin-top: -100px;
}

.page-platform .section3 h2 {
  color: #4b4b64;
}

.page-platform .section3 .content-inner {
  top: 225px;
}

.page-platform .section3 .down-link {
  bottom: -250px;
  background-image: url(../img/design/platform-connector2.png);
}

.page-platform .section-design {
  margin-top: -107px;
}

.section-conversable-platform {
  margin-top: -1px;
}

.section-conversable-platform h2 {
  background: url(../img/design/platform-conversable-platform-bar.png) no-repeat center bottom;
}

.section-conversable-platform .down-link {
  background-image: url(../img/design/platform-connector1.png);
}

.section-conversable-platform .text-wrapper p {
  padding-left: 62px;
}

.section-integration .pos-a,
.section-model .pos-a {
  top: 0;
}

.section-integration .text-wrapper h2,
.section-model .text-wrapper h2 {
  width: 755px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 70px;
  background: url(../img/design/platform-model-bar.png) no-repeat center bottom;
}

.section-integration .text-wrapper h2 {
  margin-bottom: 24px;
  background: url(../img/design/platform-integration-bar.png) no-repeat center bottom;
}

.section-integration .down-link {
  background-image: url(../img/design/platform-integration-connector.png);
}

.section-vs {
  position: relative;
  height: 3790px;
  background-color: #f5f3fa;
  color: #4b4b64;
  z-index: 1;
}

.section-vs:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  bottom: -94px;
  border-right: 1200px solid transparent;
  border-top: 95px solid #f5f3fa;
}

.section-vs .text-wrapper {
  width: 980px;
}

.section-vs .text-wrapper h2 {
  font-size: 3.39em;
  background: url(../img/design/platform-vs-bar.png) no-repeat center bottom;
}

.section-vs .text-wrapper p {
  font-weight: 500;
  padding: 0;
}

.section-vs .pos-a {
  top: 155px;
}

.section-vs .colorful-item--item {
  padding-left: 70px;
  padding-right: 98px;
  background-repeat: no-repeat;
  background-position: left 5px;
}

.section-vs .part-2 h2 {
  width: 690px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 80px;
  font-size: 3.75em;
  background: url(../img/design/platform-specialized-bar.png) no-repeat center bottom;
}

.section-vs .part-2 p {
  padding: 0 80px;
}

.section-vs .part-3 h2 {
  width: 940px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 115px;
  font-size: 3.65em;
  background: url(../img/design/platform-advanced-bar.png) no-repeat center bottom;
}

.section-vs .part-3 p {
  padding: 0 40px;
}

.colorful-item {
  color: #fff;
}

.colorful-item p,
.colorful-item li {
  font-size: 1.105em;
  line-height: 35px;
}

.colorful-item p {
  margin: 0;
  padding-bottom: 45px;
}

.colorful-item ul {
  padding: 0;
  list-style: none;
}

.colorful-item img {
  max-width: 100%;
  height: auto;
}

.colorful-item + .colorful-item {
  margin-top: -91px;
}

.colorful-item + .colorful-item .colorful-item--content {
  width: 55%;
  right: auto;
  left: 70px;
}

.colorful-item + .colorful-item .colorful-item--content.pos-a {
  top: 155px;
}

.colorful-item + .colorful-item .colorful-item--content li:first-of-type p {
  padding-top: 10px;
}

.colorful-item + .colorful-item .colorful-item--content li:last-of-type {
  padding-right: 265px;
}

.colorful-item + .colorful-item .colorful-item--item {
  padding-left: 60px;
}

.colorful-item--content {
  width: 53%;
  right: 0;
  left: auto;
}

.colorful-item--content.pos-a {
  top: 185px;
}

.colorful-item--content > p {
  margin-bottom: 30px;
  margin-top: -50px;
  padding: 0;
  font-size: 1.25em;
}

.colorful-item--content h3 {
  margin-bottom: 45px;
  font-size: 3.3em;
  line-height: 56px;
}

.img-solo img {
  display: block;
  margin: 0 auto;
}

.page-uses .header .text-wrapper {
  width: 992px;
}

.page-uses .header .text-wrapper h2 {
  background: url(../img/design/uses-header-bar.png) no-repeat center bottom;
  font-size: 3.5em;
}

.page-uses .header .text-wrapper p {
  padding: 0px 30px;
}

.page-uses .header-image {
  margin-top: 90px;
}

.section-extra-columns {
  margin-top: -1px;
  z-index: 3;
}

.section-extra-columns .text-wrapper {
  width: 1070px;
  color: #fff;
}

.section-extra-columns .blocks {
  width: 1100px;
  margin-left: -15px;
  padding-top: 0;
}

.section-extra-columns .down-link {
  background: url(../img/design/section-3-down.png) no-repeat center top;
}

.section-uses-slides {
  position: relative;
  margin-top: -92px;
  margin-bottom: -61px;
}

.section-uses-slides:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 100px;
  background: url(../img/design/uses-slider-bottom.png) no-repeat center;
  background-size: 100%;
  z-index: 2;
}

.section-uses-slides .colorful-item--item {
  background-repeat: no-repeat;
  background-position: left center;
}

.section-uses-slides .colorful-item p {
  padding-left: 10px;
  padding-right: 60px;
  padding-bottom: 35px;
}

.section-uses-slides .colorful-item + .colorful-item {
  margin-top: 0;
}

.section-uses-slides .slide-cnt {
  width: 595px;
  margin-right: 57px;
}

.section-uses-slides .slide-cnt h2 {
  margin-bottom: 25px;
  padding-bottom: 23px;
  background: url(../img/design/uses-slide-bar.png) no-repeat center bottom;
}

.section-uses-slides ul.items {
  padding-left: 10px;
  font-family: "Futura PT Heavy", sans-serif;
}

.section-uses-slides ul.items p {
  margin-bottom: 20px;
  padding-left: 50px;
  padding-right: 0;
  padding-bottom: 0;
  font-size: 1.47em;
}

.section-uses-slides .custom-navigation a {
  top: 50%;
}

.section-uses-slides .flex-control-paging {
  bottom: 125px;
}

.section-uses-slides .down-link {
  bottom: -255px;
  background: url(../img/design/uses-slider-down.png) no-repeat center top;
}

.section-uses-conversationals {
  color: #fff;
}

.section-uses-conversationals .text-wrapper {
  width: 1000px;
  padding-top: 340px;
}

.section-uses-conversationals .text-wrapper h2 {
  font-size: 3.65em;
  background: url(../img/design/uses-conversational-bar.png) no-repeat center bottom;
}

.section-uses-conversationals .text-wrapper p {
  margin-bottom: 50px;
  font-weight: 500;
}

.section-uses-conversationals .img-holder + .img-holder {
  margin-top: 135px;
}

.section-uses-conversationals .img-holder + .img-holder h2 {
  font-size: 3.65em;
  background: url(../img/design/uses-conversational-bar.png) no-repeat center bottom;
}

.section-uses-industry {
  color: #fff;
}

.section-uses-industry .content-inner {
  padding-top: 50px;
}

.section-uses-industry .text-wrapper {
  width: 850px;
  text-align: left;
}

.section-uses-industry .text-wrapper h2 {
  width: 642px;
  margin-left: auto;
  margin-right: auto;
  font-size: 3.65em;
  text-align: center;
  background: url(../img/design/uses-industry-bar.png) no-repeat center bottom;
}

.section-uses-industry .text-wrapper p {
  padding: 0 20px;
  font-weight: 500;
}

.section-uses-industry .text-wrapper img {
  max-width: 100%;
}

.section-uses-industry .text-wrapper .img-holder {
  margin: 0 auto;
  margin-top: 50px;
  text-align: center;
}

.section-uses-industry .text-wrapper .img-holder + .img-holder {
  margin-top: 80px;
}

.section-uses-combine-conversational .text-wrapper {
  width: 825px;
  padding-top: 95px;
}

.section-uses-combine-conversational .text-wrapper h2 {
  font-size: 3.7em;
  background: url(../img/design/uses-combining-bar.png) no-repeat center bottom;
}

.section-uses-combine-conversational .text-wrapper p {
  padding-left: 5px;
  text-align: left;
}

.section-uses-combine-conversational .down-link {
  background: url(../img/design/uses-oneflow-top-down.png) no-repeat center top;
}

.section-uses-many-experiences {
  position: relative;
  color: #4b4b64;
  background-color: #f5f3fa;
  z-index: 2;
}

.section-uses-many-experiences:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  bottom: -94px;
  border-right: 1200px solid transparent;
  border-top: 95px solid #f5f3fa;
}

.section-uses-many-experiences .text-wrapper {
  width: 1080px;
  padding-top: 95px;
  padding-bottom: 75px;
}

.section-uses-many-experiences .text-wrapper h2 {
  width: 680px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 50px;
  font-size: 3.7em;
  background: url(../img/design/uses-oneflow-bar.png) no-repeat center bottom;
}

.section-uses-many-experiences .text-wrapper p {
  padding: 0 70px;
  text-align: left;
}

.section-uses-many-experiences .down-link {
  bottom: -350px;
  background: url(../img/design/uses-oneflow-down.png) no-repeat center top;
}

.section-uses-work {
  color: #fff;
  z-index: 1;
}

.section-uses-work .text-wrapper {
  width: 910px;
  padding-top: 390px;
}

.section-uses-work .text-wrapper h2 {
  font-size: 3.7em;
  background: url(../img/design/uses-work-bar.png) no-repeat center bottom;
}

.section-uses-work--list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 70px;
  padding: 0;
  list-style: none;
}

.section-uses-work--list_item {
  width: 25%;
  margin-bottom: 60px;
}

.section-uses-work--list_item a {
  display: block;
  color: #fff;
}

.section-uses-work--list_item a:hover {
  text-decoration: none;
}

.section-uses-work--list_item p {
  margin-top: 10px;
  font-family: "Futura PT Heavy", sans-serif;
  text-transform: uppercase;
}

.page-case-studies .header .text-wrapper {
  width: 1010px;
  margin-top: 260px;
}

.page-case-studies .header h2 {
  font-size: 3.2em;
  background: url(../img/design/case-header-bar.png) no-repeat center bottom;
}

.page-case-studies .section-press > .img-holder {
  display: none;
}

.platforms,
.case-studies {
  padding: 0;
  list-style: none;
}

.case-studies--item {
  position: relative;
  margin-top: -1px;
}

.case-studies--item.victoria-slide, .case-studies--item.wingstop-slide {
  margin-top: 0;
}

.case-studies .sec-pad {
  padding-bottom: 0;
  padding-top: 100px;
}

.platform {
  margin: 0 9px;
  padding-top: 50px;
  font-family: "Futura PT Heavy", sans-serif;
  color: #fff;
  font-size: 15px;
  line-height: 18px;
  text-transform: uppercase;
  text-align: center;
  background-image: url(../img/design/platforms.png);
  background-repeat: no-repeat;
}

.platform-fb {
  width: 90px;
  background-position: 25px 0;
}

.platform-tw {
  width: 80px;
  background-position: -74px 0;
}

.platform-sms {
  width: 50px;
  background-position: -172px 0;
}

.platform-amazon {
  width: 150px;
  background-position: -247px 0;
}

.platforms {
  display: inline-block;
  margin-top: 7px;
}

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

.platforms-wrapper p {
  margin-bottom: 5px;
  text-align: center;
  text-transform: uppercase;
  font-family: "Futura PT Heavy", sans-serif;
  color: #fff;
  font-size: 20px;
}

.page-aqua .header .text-wrapper h2 {
  background: url(../img/design/aqua-header-bar.png) no-repeat center bottom;
  font-size: 3.5em;
  margin-bottom: 10px;
}

.page-aqua .header .text-wrapper p {
  padding: 0px 30px;
}

.page-aqua .header-image {
  margin-top: 70px;
}

.page-aqua .footer .text-wrapper {
  padding-top: 0;
}

.section-aquaai .pos-a {
  top: 20px;
}

.section-aquaai .down-link {
  background: url(../img/design/aquaai-down-link.png) no-repeat center top;
  margin-left: -50px;
  bottom: -76px;
}

.section-aqua-why {
  margin-top: -100px;
  z-index: 2;
}

.section-aqua-why .down-link {
  bottom: -285px;
  background: url(../img/design/aquawhy-down-link.png) no-repeat center top;
  margin-left: -50px;
}

.section-aqua-why .diagrams {
  margin: 40px auto 128px auto;
}

.section-aqua-why .text-wrapper {
  width: 1060px;
  padding-top: 170px;
}

.section-aqua-why .text-wrapper h2 {
  margin-left: auto;
  margin-right: auto;
  padding-top: 50px;
  font-size: 3.7em;
  background: url(../img/design/aquawhy-bar.png) no-repeat center bottom;
}

.section-aqua-why .text-wrapper p {
  text-align: left;
  width: 100%;
  max-width: 937px;
  margin: 0 auto;
  line-height: 36px;
  margin-bottom: 18px;
}

.section-aqua-features {
  margin-top: -90px;
  z-index: 1;
}

.section-aqua-features h2 {
  color: #fff;
  font-size: 3.75em;
  margin: 42px 0 12px 0;
}

.section-aqua-features .text-wrapper {
  width: 874px;
  padding-top: 450px;
}

.aqua-features {
  margin: 0;
  padding: 0;
}

.aqua-feature {
  float: left;
  width: 50%;
  color: #fff;
  padding-left: 28px;
  margin-bottom: 15px;
  font-family: "Futura PT Heavy", sans-serif;
  font-size: 1.25em;
  list-style: none;
  font-weight: 700;
  background: url(../img/design/li-features.png) no-repeat 0 10px;
  text-align: left;
}

.gallery {
  position: relative;
  left: -2px;
}

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

.gallery:after {
  clear: both;
}

.gallery-item {
  margin-left: 14px;
  margin-bottom: 12px;
  float: left;
}

.gallery-item img {
  display: block;
}

.page-about .header .text-wrapper {
  width: 968px;
}

.section-content a {
  color: #26c7ee;
}

.section-content a:hover, .section-content a:focus {
  color: #26c7ee;
  text-decoration: underline;
}

.section-about-crafted {
  padding: 100px 0 0 0;
}

.section-about-crafted .section-title {
  margin: 42px 0 6px 0;
}

.section-about-crafted .section-content {
  line-height: 1.8em;
  margin-bottom: 74px;
}

.section-about-crafted .down-link {
  bottom: auto;
  top: -250px;
  background: url(../img/design/about-connector-1.png) no-repeat;
}

.section-about-process {
  padding: 220px 0 190px 0;
}

.section-about-process .section-title {
  margin: 26px 0 8px 0;
}

.section-about-process .divider {
  margin-bottom: 150px;
}

.section-about-slider {
  position: relative;
  z-index: 10;
}

.section-about-slider .flexslider {
  margin: 0;
  background: transparent;
  overflow: visible !important;
}

.section-about-slider .custom-navigation a {
  top: 50%;
  margin-top: -42px;
}

.section-about-partners {
  padding: 150px 0 330px 0;
}

.section-about-partners .section-title {
  margin: 47px 0 8px 0;
}

.section-about-partners .section-content {
  margin-bottom: 40px;
}

.section-about-advisory {
  padding: 132px 0 0 0;
}

.section-about-advisory .divider {
  margin-bottom: 60px;
}

.section-about-advisory .down-link-top {
  background: url(../img/design/about-connector-2.png) no-repeat;
  top: -267px;
}

.section-about-advisory .down-link-bottom {
  background: url(../img/design/about-connector-3.png) no-repeat;
  bottom: -340px;
}

.section-about-made {
  padding: 440px 0 0 0;
  overflow: hidden;
}

.section-about-made:before {
  top: -50px;
}

.section-about-made .section-content {
  margin-bottom: 60px;
}

.section-about-made .section-image {
  position: relative;
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  z-index: 10;
}

.bg-slide {
  position: relative;
  width: 100%;
  height: 880px;
  -webkit-transform: skewY(-4.5deg);
  transform: skewY(-4.5deg);
}

.bg-slide:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/design/bg-slider.png) center center no-repeat;
}

.bg-slide:before {
  content: '';
  position: absolute;
  top: -12px;
  right: 0;
  width: 315px;
  height: 68px;
  background: url(../img/design/bg-slider-top.png) no-repeat;
  -webkit-transform: skewY(4.5deg);
  transform: skewY(4.5deg);
}

.bg-slide-1 {
  background-image: -webkit-linear-gradient(28deg, #F81D78 0%, #FFE257 100%);
  background-image: linear-gradient(-298deg, #F81D78 0%, #FFE257 100%);
}

.bg-slide-2 {
  background-image: -webkit-linear-gradient(28deg, #C02EF6 0%, #4A44EA 100%);
  background-image: linear-gradient(-298deg, #C02EF6 0%, #4A44EA 100%);
}

.bg-slide-3 {
  background-image: -webkit-linear-gradient(28deg, #24CCEF 0%, #6024C5 100%);
  background-image: linear-gradient(-298deg, #24CCEF 0%, #6024C5 100%);
}

.bg-slide-4 {
  background-image: -webkit-linear-gradient(28deg, #fe3488 0%, #b03ebe 45%, #6f46ea 100%);
  background-image: linear-gradient(-298deg, #fe3488 0%, #b03ebe 45%, #6f46ea 100%);
}

.advisory-board-peoples:before, .advisory-board-peoples:after {
  content: " ";
  display: table;
}

.advisory-board-peoples:after {
  clear: both;
}

.advisory-board-people {
  float: left;
  width: 33.33%;
  padding: 0 20px;
  font-size: 0.975em;
  font-weight: 500;
}

.advisory-board-people ul {
  margin: 0;
  padding: 5px 0 0 20px;
}

.advisory-board-people-title {
  font-size: 1.445em;
  font-weight: 700;
  color: #5249ce;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 5px;
}

.slide-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  color: #fff;
  padding: 290px 150px 0 150px;
  text-align: center;
  font-size: 1.66em;
}

.slide-content p {
  margin: 0;
}

.slide-small-header {
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.slide-header {
  font-family: 'Futura PT Heavy';
  font-size: 2.85em;
  line-height: 0.92em;
  text-transform: uppercase;
  margin-bottom: 135px;
}

.slide-desc {
  line-height: 1.35em;
}

span.emoji {
  display: -moz-inline-box;
  display: inline-block;
  vertical-align: baseline;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  width: 1em;
  height: 1em;
  background-size: 1em;
  background-repeat: no-repeat;
  text-indent: -9999px;
  background-position: 50%, 50%;
  background-size: contain;
}

span.emoji-sizer {
  line-height: 0.81em;
  font-size: 1em;
  margin: -2px 0;
}

span.emoji-outer {
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  height: 1em;
  width: 1em;
}

span.emoji-inner {
  display: -moz-inline-box;
  display: inline-block;
  text-indent: -9999px;
  width: 100%;
  height: 100%;
  vertical-align: baseline;
  *vertical-align: auto;
  *zoom: 1;
}

img.emoji {
  width: 1em;
  height: 1em;
}

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