@charset "UTF-8";

html {
  font-family: 'Open Sans', sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
[hidden],
template {
  display: none;
}
a {
  background: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;

}
dfn {
  font-style: italic;
}
h1 {
  display: block;
  line-height: 1.2em;
  font-family: 'Dosis', sans-serif;
  font-size:2.5em;
}
@media only screen and (max-width: 768px){
  h1 {
  font-size:2em;
}
}
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 {
  -moz-box-sizing: content-box;
  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;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  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;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #428bca;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #2a6496;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  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;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 400;
  line-height: 1.3;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  margin: 0 0 23px 0;
}
h2,
.h2 {
  font-size: 30px;
  font-family: 'Dosis', sans-serif;
  font-weight: 400;
  line-height: 46px;

}
h3,
.h3 {
  font-size: 26px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
cite {
  font-style: normal;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-muted {
  color: #999999;
}
.text-primary {
  color: #428bca;
}
a.text-primary:hover {
  color: #3071a9;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #428bca;
}
a.bg-primary:hover {
  background-color: #3071a9;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #999999;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
blockquote:before,
blockquote:after {
  content: "";
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  white-space: nowrap;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #ffffff;
  background-color: #333333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  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;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: 0%;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: 0%;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: 0%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: 0%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: 0%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: 0%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: 0%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: 0%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  max-width: 100%;
  background-color: transparent;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #dddddd;
}
.table .table {
  background-color: #ffffff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  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 > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.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.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.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.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.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.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.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.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.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.danger:hover > th {
  background-color: #ebcccc;
}
@media (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .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 > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td: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 > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td: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 > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .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;
  margin-bottom: 5px;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  /* IE8-9 */
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
input[type="date"] {
  line-height: 34px;
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  display: block;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
}
.radio label,
.checkbox label {
  display: inline;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  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="checkbox"][disabled],
.radio[disabled],
.radio-inline[disabled],
.checkbox[disabled],
.checkbox-inline[disabled],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 4px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.has-feedback .form-control-feedback {
  position: absolute;
  top: 25px;
  right: 0;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  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 {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  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 {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  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;
}
.form-control-static {
  margin-bottom: 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 .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;
    padding-left: 0;
    vertical-align: middle;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .control-label,
.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-control-static {
  padding-top: 7px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 15px;
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  color: #333333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #ebebeb;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default .badge {
  color: #ffffff;
  background-color: #333333;
}
.btn-primary {
  color: #0FC8C4;
  background-color: transparent;
  border:1px;
  border-color: #0FC8C4;
  height:36px;
  font-family:"Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: .5px;
  border-radius: 20px;
  padding: 10px 15px 10px 15px;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #3276b1;
  border-color: #285e8e;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-primary .badge {
  color: #428bca;
  background-color: #ffffff;
}
.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #47a447;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #ffffff;
}
.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #39b3d7;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #ffffff;
}
.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ed9c28;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #ffffff;
}
.btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #d2322d;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #ffffff;
}
.btn-link {
  color: #428bca;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #2a6496;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #999999;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\2a";
}
.glyphicon-plus:before {
  content: "\2b";
}
.glyphicon-euro:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #428bca;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999999;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #999999;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
  outline: none;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
  display: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 4px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 4px;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #999999;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #999999;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #428bca;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #dddddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #428bca;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  max-height: 340px;
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: none;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .navbar-nav.navbar-right:last-child {
    margin-right: -15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
    float: left;
  }
  .navbar-right {
    float: right !important;
    float: right;
  }
}
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    vertical-align: middle;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-form.navbar-right:last-child {
    margin-right: -15px;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
  .navbar-text.navbar-right:last-child {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777777;
}
.navbar-default .navbar-nav > li > a {
  color: #777777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #dddddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #dddddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555555;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777777;
}
.navbar-default .navbar-link:hover {
  color: #333333;
}
.navbar-inverse {
  background-color: #222222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #999999;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #999999;
}
.navbar-inverse .navbar-nav > li > a {
  color: #999999;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #ffffff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #999999;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #999999;
}
.navbar-inverse .navbar-link:hover {
  color: #ffffff;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #cccccc;
}
.breadcrumb > .active {
  color: #999999;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #428bca;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #2a6496;
  background-color: #eeeeee;
  border-color: #dddddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #428bca;
  border-color: #428bca;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #999999;
  background-color: #ffffff;
  border-color: #dddddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #999999;
  background-color: #ffffff;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
.label[href]:hover,
.label[href]:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #999999;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #808080;
}
.label-primary {
  background-color: #428bca;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #3071a9;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #999999;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #428bca;
  background-color: #ffffff;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.container .jumbotron {
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #428bca;
}
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable {
  padding-right: 35px;
}
.alert-dismissable .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #ffffff;
  text-align: center;
  background-color: #428bca;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media,
.media .media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media-object {
  display: block;
}
.media-heading {
  margin: 0 0 5px;
}
.media > .pull-left {
  margin-right: 10px;
}
.media > .pull-right {
  margin-left: 10px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
a.list-group-item {
  color: #555555;
}
a.list-group-item .list-group-item-heading {
  color: #333333;
}
a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}
a.list-group-item.active,
a.list-group-item.active:hover,
a.list-group-item.active:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #428bca;
  border-color: #428bca;
}
a.list-group-item.active .list-group-item-heading,
a.list-group-item.active:hover .list-group-item-heading,
a.list-group-item.active:focus .list-group-item-heading {
  color: inherit;
}
a.list-group-item.active .list-group-item-text,
a.list-group-item.active:hover .list-group-item-text,
a.list-group-item.active:focus .list-group-item-text {
  color: #e1edf7;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
a.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
a.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #dddddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table {
  margin-bottom: 0;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
  border-top: 1px solid #dddddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
  overflow: hidden;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: 1px solid #dddddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd;
}
.panel-default {
  border-color: #dddddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #dddddd;
}
.panel-default > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #dddddd;
}
.panel-default > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #dddddd;
}
.panel-primary {
  border-color: #428bca;
}
.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #428bca;
  border-color: #428bca;
}
.panel-primary > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #428bca;
}
.panel-primary > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #428bca;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ebccd1;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: none;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 20px;
}
.modal-footer {
  margin-top: 15px;
  padding: 19px 20px 20px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #ffffff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -10px;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0%), color-stop(rgba(0, 0, 0, 0.0001) 100%));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0%), color-stop(rgba(0, 0, 0, 0.5) 100%));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  outline: none;
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #ffffff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    font-size: 30px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after,
#footer-menu .footer-menu-row:before,
#footer-menu .footer-menu-row:after,
.hero .full-bleed .container .content:before,
.hero .full-bleed .container .content:after,
#page-features .container .content-header:before,
#page-features .container .content-header:after,
#page-features .container .content:before,
#page-features .container .content:after,
#page-features .container .content .content-col .content-row:before,
#page-features .container .content .content-col .content-row:after,
#page-features .container .content .features-row .inner:before,
#page-features .container .content .features-row .inner:after,
#page-static-features .container .content-header:before,
#page-static-features .container .content-header:after,
#page-static-features .container .content:before,
#page-static-features .container .content:after,
#page-static-features .container .content .content-col .content-row:before,
#page-static-features .container .content .content-col .content-row:after,
#page-static-features .container .content .features-row .inner:before,
#page-static-features .container .content .features-row .inner:after,
#page-use-cases .container .content .use-cases-row:before,
#page-use-cases .container .content .use-cases-row:after,
#page-clients .container .content:before,
#page-clients .container .content:after,
#page-clients .container .content .content-col.logos .content-row:before,
#page-clients .container .content .content-col.logos .content-row:after,
#page-clients .container .content .clients-row .inner:before,
#page-clients .container .content .clients-row .inner:after,
#contact .container .content .inner:before,
#contact .container .content .inner:after,
#contact .container .content .inner .contact-form .contact-form-fields:before,
#contact .container .content .inner .contact-form .contact-form-fields:after,
#contact .container .content .inner .contact-form .contact-details:before,
#contact .container .content .inner .contact-form .contact-details:after,
#page-employees .container .employees-filter:before,
#page-employees .container .employees-filter:after,
#page-employees .container .employees-header:before,
#page-employees .container .employees-header:after,
#page-employees .container .employees:before,
#page-employees .container .employees:after,
#page-about-image-grid .container .grid-header:before,
#page-about-image-grid .container .grid-header:after,
#page-use-cases-content .container .inner:before,
#page-use-cases-content .container .inner:after,
#page-use-cases-content .container .inner .use-case .content:before,
#page-use-cases-content .container .inner .use-case .content:after,
#page-careers .container .careers-filter:before,
#page-careers .container .careers-filter:after,
#page-careers .container .careers-header:before,
#page-careers .container .careers-header:after,
#page-careers .container .careers-job .row:before,
#page-careers .container .careers-job .row:after,
#page-careers .container .careers:before,
#page-careers .container .careers:after,
#page-product-features .container .content:before,
#page-product-features .container .content:after,
#page-product-features .container .content .content-col .content-row:before,
#page-product-features .container .content .content-col .content-row:after,
#page-product-features .container .content .features-row .inner:before,
#page-product-features .container .content .features-row .inner:after,
#page-product-phases .container .content:before,
#page-product-phases .container .content:after,
#page-product-phases .container .content .content-col .content-row:before,
#page-product-phases .container .content .content-col .content-row:after,
#page-product-phases .container .content .features-row .inner:before,
#page-product-phases .container .content .features-row .inner:after,
#page-careers-values .container .content:before,
#page-careers-values .container .content:after,
#page-careers-values .container .content .content-col .content-row:before,
#page-careers-values .container .content .content-col .content-row:after,
#careers-values .container .content .features-row .inner:before,
#careers-values .container .content .features-row .inner:after,
#page-product-infrastructure .container .statistic-row:before,
#page-product-infrastructure .container .statistic-row:after,
#page-product-infrastructure .container .statistic-row .statistic-col .description:before,
#page-product-infrastructure .container .statistic-row .statistic-col .description:after,
#page-product-high-performance .container .content-header:before,
#page-product-high-performance .container .content-header:after,
#page-product-interface .container .content-header:before,
#page-product-interface .container .content-header:after,
#page-product-interface .container .content-footer:before,
#page-product-interface .container .content-footer:after,
#page-product-specs .container .specs-row:before,
#page-product-specs .container .specs-row:after,
#page-product-specs .container .specs-row .specs-col .content:before,
#page-product-specs .container .specs-row .specs-col .content:after,
.two-col-layout .container .two-col-row:before,
.two-col-layout .container .two-col-row:after,
#page-insights-index #insights-tags:before,
#page-insights-index #insights-tags:after,
#page-insights-index .container .insights-search:before,
#page-insights-index .container .insights-search:after,
#page-insights-index .container .insights-filter:before,
#page-insights-index .container .insights-filter:after,
#page-insights-index .container .insights-header:before,
#page-insights-index .container .insights-header:after,
#page-insights-detail .container .insights-search:before,
#page-insights-detail .container .insights-search:after,
#page-insights-detail .container .insights-detail:before,
#page-insights-detail .container .insights-detail:after,
#page-insights-detail .container .insights-detail > article .header:before,
#page-insights-detail .container .insights-detail > article .header:after,
#page-insights-detail .container .insights-detail > article > .content:before,
#page-insights-detail .container .insights-detail > article > .content:after,
#page-insights-detail .container .insights-filter:before,
#page-insights-detail .container .insights-filter:after,
#page-insights-hero .container .insights-search:before,
#page-insights-hero .container .insights-search:after,
#page-insights-hero .container .hero-title:before,
#page-insights-hero .container .hero-title:after,
#page-insights-hero .container > .inner:before,
#page-insights-hero .container > .inner:after,
body > main > section > .container > .content:before,
body > main > section > .container > .content:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after,
#footer-menu .footer-menu-row:after,
.hero .full-bleed .container .content:after,
#page-features .container .content-header:after,
#page-features .container .content:after,
#page-features .container .content .content-col .content-row:after,
#page-features .container .content .features-row .inner:after,
#page-static-features .container .content-header:after,
#page-static-features .container .content:after,
#page-static-features .container .content .content-col .content-row:after,
#page-static-features .container .content .features-row .inner:after,
#page-use-cases .container .content .use-cases-row:after,
#page-clients .container .content:after,
#page-clients .container .content .content-col.logos .content-row:after,
#page-clients .container .content .clients-row .inner:after,
#contact .container .content .inner:after,
#contact .container .content .inner .contact-form .contact-form-fields:after,
#contact .container .content .inner .contact-form .contact-details:after,
#page-employees .container .employees-filter:after,
#page-employees .container .employees-header:after,
#page-employees .container .employees:after,
#page-about-image-grid .container .grid-header:after,
#page-use-cases-content .container .inner:after,
#page-use-cases-content .container .inner .use-case .content:after,
#page-careers .container .careers-filter:after,
#page-careers .container .careers-header:after,
#page-careers .container .careers-job .row:after,
#page-careers .container .careers:after,
#page-product-features .container .content:after,
#page-product-features .container .content .content-col .content-row:after,
#page-product-features .container .content .features-row .inner:after,
#page-product-phases .container .content:after,
#page-product-phases .container .content .content-col .content-row:after,
#page-product-phases .container .content .features-row .inner:after,
#page-careers-values .container .content:after,
#page-careers-values .container .content .content-col .content-row:after,
#page-careers-values .container .content .features-row .inner:after,
#page-product-infrastructure .container .statistic-row:after,
#page-product-infrastructure .container .statistic-row .statistic-col .description:after,
#page-product-high-performance .container .content-header:after,
#page-product-interface .container .content-header:after,
#page-product-interface .container .content-footer:after,
#page-product-specs .container .specs-row:after,
#page-product-specs .container .specs-row .specs-col .content:after,
.two-col-layout .container .two-col-row:after,
#page-insights-index #insights-tags:after,
#page-insights-index .container .insights-search:after,
#page-insights-index .container .insights-filter:after,
#page-insights-index .container .insights-header:after,
#page-insights-detail .container .insights-search:after,
#page-insights-detail .container .insights-detail:after,
#page-insights-detail .container .insights-detail > article .header:after,
#page-insights-detail .container .insights-detail > article > .content:after,
#page-insights-detail .container .insights-filter:after,
#page-insights-hero .container .insights-search:after,
#page-insights-hero .container .hero-title:after,
#page-insights-hero .container > .inner:after,
body > main > section > .container > .content: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;
  visibility: hidden !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  #footer-menu #social-links {
    display: none !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;
}
body {
  -webkit-backface-visibility: hidden;
}
.animated {
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.hinge {
  -webkit-animation-duration: 2s;
  -moz-animation-duration: 2s;
  -o-animation-duration: 2s;
  animation-duration: 2s;
}
@-webkit-keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@-moz-keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@-o-keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  -moz-animation-name: flash;
  -o-animation-name: flash;
  animation-name: flash;
}
@-webkit-keyframes shake {
  0%,
  100% {
    -webkit-transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translateX(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translateX(10px);
  }
}
@-moz-keyframes shake {
  0%,
  100% {
    -moz-transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -moz-transform: translateX(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    -moz-transform: translateX(10px);
  }
}
@-o-keyframes shake {
  0%,
  100% {
    -o-transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -o-transform: translateX(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    -o-transform: translateX(10px);
  }
}
@keyframes shake {
  0%,
  100% {
    transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    transform: translateX(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    transform: translateX(10px);
  }
}
.shake {
  -webkit-animation-name: shake;
  -moz-animation-name: shake;
  -o-animation-name: shake;
  animation-name: shake;
}
@-webkit-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
  }
}
@-moz-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -moz-transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
  }
}
@-o-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -o-transform: translateY(0);
  }
  40% {
    -o-transform: translateY(-30px);
  }
  60% {
    -o-transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  -moz-animation-name: bounce;
  -o-animation-name: bounce;
  animation-name: bounce;
}
@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1);
  }
  10%,
  20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale(1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
  }
}
@-moz-keyframes tada {
  0% {
    -moz-transform: scale(1);
  }
  10%,
  20% {
    -moz-transform: scale(0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -moz-transform: scale(1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    -moz-transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -moz-transform: scale(1) rotate(0);
  }
}
@-o-keyframes tada {
  0% {
    -o-transform: scale(1);
  }
  10%,
  20% {
    -o-transform: scale(0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -o-transform: scale(1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    -o-transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -o-transform: scale(1) rotate(0);
  }
}
@keyframes tada {
  0% {
    transform: scale(1);
  }
  10%,
  20% {
    transform: scale(0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    transform: scale(1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    transform: scale(1) rotate(0);
  }
}
.tada {
  -webkit-animation-name: tada;
  -moz-animation-name: tada;
  -o-animation-name: tada;
  animation-name: tada;
}
@-webkit-keyframes swing {
  20%,
  40%,
  60%,
  80%,
  100% {
    -webkit-transform-origin: top center;
  }
  20% {
    -webkit-transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
  }
}
@-moz-keyframes swing {
  20% {
    -moz-transform: rotate(15deg);
  }
  40% {
    -moz-transform: rotate(-10deg);
  }
  60% {
    -moz-transform: rotate(5deg);
  }
  80% {
    -moz-transform: rotate(-5deg);
  }
  100% {
    -moz-transform: rotate(0deg);
  }
}
@-o-keyframes swing {
  20% {
    -o-transform: rotate(15deg);
  }
  40% {
    -o-transform: rotate(-10deg);
  }
  60% {
    -o-transform: rotate(5deg);
  }
  80% {
    -o-transform: rotate(-5deg);
  }
  100% {
    -o-transform: rotate(0deg);
  }
}
@keyframes swing {
  20% {
    transform: rotate(15deg);
  }
  40% {
    transform: rotate(-10deg);
  }
  60% {
    transform: rotate(5deg);
  }
  80% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  -moz-transform-origin: top center;
  -o-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  -moz-animation-name: swing;
  -o-animation-name: swing;
  animation-name: swing;
}
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
  }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
  }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
  }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -webkit-transform: translateX(0%);
  }
}
@-moz-keyframes wobble {
  0% {
    -moz-transform: translateX(0%);
  }
  15% {
    -moz-transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -moz-transform: translateX(20%) rotate(3deg);
  }
  45% {
    -moz-transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -moz-transform: translateX(10%) rotate(2deg);
  }
  75% {
    -moz-transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -moz-transform: translateX(0%);
  }
}
@-o-keyframes wobble {
  0% {
    -o-transform: translateX(0%);
  }
  15% {
    -o-transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -o-transform: translateX(20%) rotate(3deg);
  }
  45% {
    -o-transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -o-transform: translateX(10%) rotate(2deg);
  }
  75% {
    -o-transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -o-transform: translateX(0%);
  }
}
@keyframes wobble {
  0% {
    transform: translateX(0%);
  }
  15% {
    transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    transform: translateX(20%) rotate(3deg);
  }
  45% {
    transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    transform: translateX(10%) rotate(2deg);
  }
  75% {
    transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    transform: translateX(0%);
  }
}
.wobble {
  -webkit-animation-name: wobble;
  -moz-animation-name: wobble;
  -o-animation-name: wobble;
  animation-name: wobble;
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes pulse {
  0% {
    -moz-transform: scale(1);
  }
  50% {
    -moz-transform: scale(1.1);
  }
  100% {
    -moz-transform: scale(1);
  }
}
@-o-keyframes pulse {
  0% {
    -o-transform: scale(1);
  }
  50% {
    -o-transform: scale(1.1);
  }
  100% {
    -o-transform: scale(1);
  }
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  -moz-animation-name: pulse;
  -o-animation-name: pulse;
  animation-name: pulse;
}
@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotateY(0);
    -webkit-animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -webkit-animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px) scale(1);
    -webkit-animation-timing-function: ease-in;
  }
}
@-moz-keyframes flip {
  0% {
    -moz-transform: perspective(400px) rotateY(0);
    -moz-animation-timing-function: ease-out;
  }
  40% {
    -moz-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -moz-animation-timing-function: ease-out;
  }
  50% {
    -moz-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -moz-animation-timing-function: ease-in;
  }
  80% {
    -moz-transform: perspective(400px) rotateY(360deg) scale(0.95);
    -moz-animation-timing-function: ease-in;
  }
  100% {
    -moz-transform: perspective(400px) scale(1);
    -moz-animation-timing-function: ease-in;
  }
}
@-o-keyframes flip {
  0% {
    -o-transform: perspective(400px) rotateY(0);
    -o-animation-timing-function: ease-out;
  }
  40% {
    -o-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -o-animation-timing-function: ease-out;
  }
  50% {
    -o-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -o-animation-timing-function: ease-in;
  }
  80% {
    -o-transform: perspective(400px) rotateY(360deg) scale(0.95);
    -o-animation-timing-function: ease-in;
  }
  100% {
    -o-transform: perspective(400px) scale(1);
    -o-animation-timing-function: ease-in;
  }
}
@keyframes flip {
  0% {
    transform: perspective(400px) rotateY(0);
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) translateZ(150px) rotateY(170deg);
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) rotateY(360deg) scale(0.95);
    animation-timing-function: ease-in;
  }
  100% {
    transform: perspective(400px) scale(1);
    animation-timing-function: ease-in;
  }
}
.flip {
  -webkit-backface-visibility: visible!important;
  -webkit-animation-name: flip;
  -moz-backface-visibility: visible!important;
  -moz-animation-name: flip;
  -o-backface-visibility: visible!important;
  -o-animation-name: flip;
  backface-visibility: visible!important;
  animation-name: flip;
}
@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
@-moz-keyframes flipInX {
  0% {
    -moz-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -moz-transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -moz-transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -moz-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
@-o-keyframes flipInX {
  0% {
    -o-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -o-transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -o-transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -o-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
@keyframes flipInX {
  0% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
.flipInX {
  -webkit-backface-visibility: visible!important;
  -webkit-animation-name: flipInX;
  -moz-backface-visibility: visible!important;
  -moz-animation-name: flipInX;
  -o-backface-visibility: visible!important;
  -o-animation-name: flipInX;
  backface-visibility: visible!important;
  animation-name: flipInX;
}
@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
@-moz-keyframes flipOutX {
  0% {
    -moz-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -moz-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
@-o-keyframes flipOutX {
  0% {
    -o-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -o-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  0% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-name: flipOutX;
  -webkit-backface-visibility: visible!important;
  -moz-animation-name: flipOutX;
  -moz-backface-visibility: visible!important;
  -o-animation-name: flipOutX;
  -o-backface-visibility: visible!important;
  animation-name: flipOutX;
  backface-visibility: visible !important;
}
@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
@-moz-keyframes flipInY {
  0% {
    -moz-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -moz-transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -moz-transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -moz-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
@-o-keyframes flipInY {
  0% {
    -o-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -o-transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -o-transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -o-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
@keyframes flipInY {
  0% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    transform: perspective(400px) rotateY(10deg);
  }
  100% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
.flipInY {
  -webkit-backface-visibility: visible!important;
  -webkit-animation-name: flipInY;
  -moz-backface-visibility: visible!important;
  -moz-animation-name: flipInY;
  -o-backface-visibility: visible!important;
  -o-animation-name: flipInY;
  backface-visibility: visible!important;
  animation-name: flipInY;
}
@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
@-moz-keyframes flipOutY {
  0% {
    -moz-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -moz-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
@-o-keyframes flipOutY {
  0% {
    -o-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -o-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  0% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible!important;
  -webkit-animation-name: flipOutY;
  -moz-backface-visibility: visible!important;
  -moz-animation-name: flipOutY;
  -o-backface-visibility: visible!important;
  -o-animation-name: flipOutY;
  backface-visibility: visible!important;
  animation-name: flipOutY;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  -o-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes fadeInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@-o-keyframes fadeInUp {
  0% {
    opacity: 0;
    -o-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  -moz-animation-name: fadeInUp;
  -o-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes fadeInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@-o-keyframes fadeInDown {
  0% {
    opacity: 0;
    -o-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -o-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -moz-transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@-o-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -o-transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  -moz-animation-name: fadeInLeft;
  -o-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes fadeInRight {
  0% {
    opacity: 0;
    -moz-transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@-o-keyframes fadeInRight {
  0% {
    opacity: 0;
    -o-transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  -moz-animation-name: fadeInRight;
  -o-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -moz-transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@-o-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -o-transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  -moz-animation-name: fadeInUpBig;
  -o-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -moz-transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@-o-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -o-transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  -moz-animation-name: fadeInDownBig;
  -o-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -moz-transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@-o-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -o-transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  -moz-animation-name: fadeInLeftBig;
  -o-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -moz-transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@-o-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -o-transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  -moz-animation-name: fadeInRightBig;
  -o-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  -moz-animation-name: fadeOut;
  -o-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }
}
@-moz-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(-20px);
  }
}
@-o-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -o-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(-20px);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-20px);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  -moz-animation-name: fadeOutUp;
  -o-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }
}
@-moz-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(20px);
  }
}
@-o-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -o-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(20px);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(20px);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  -moz-animation-name: fadeOutDown;
  -o-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
  }
}
@-moz-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(-20px);
  }
}
@-o-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -o-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(-20px);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-20px);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  -moz-animation-name: fadeOutLeft;
  -o-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
  }
}
@-moz-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(20px);
  }
}
@-o-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -o-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(20px);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(20px);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  -moz-animation-name: fadeOutRight;
  -o-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
}
@-moz-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(-2000px);
  }
}
@-o-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -o-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(-2000px);
  }
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  -moz-animation-name: fadeOutUpBig;
  -o-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}
@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
}
@-moz-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(2000px);
  }
}
@-o-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -o-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(2000px);
  }
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}

.fadeCopy {
   font-size:20px;
   height:80px;
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  -moz-animation-name: fadeOutDownBig;
  -o-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
}
@-moz-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(-2000px);
  }
}
@-o-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -o-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(-2000px);
  }
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  -moz-animation-name: fadeOutLeftBig;
  -o-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
}
@-moz-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(2000px);
  }
}
@-o-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -o-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(2000px);
  }
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  -moz-animation-name: fadeOutRightBig;
  -o-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}
@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes bounceIn {
  0% {
    opacity: 0;
    -moz-transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -moz-transform: scale(1.05);
  }
  70% {
    -moz-transform: scale(0.9);
  }
  100% {
    -moz-transform: scale(1);
  }
}
@-o-keyframes bounceIn {
  0% {
    opacity: 0;
    -o-transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -o-transform: scale(1.05);
  }
  70% {
    -o-transform: scale(0.9);
  }
  100% {
    -o-transform: scale(1);
  }
}
@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    transform: scale(1.05);
  }
  70% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  -moz-animation-name: bounceIn;
  -o-animation-name: bounceIn;
  animation-name: bounceIn;
}
@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
  }
  80% {
    -webkit-transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes bounceInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateY(-30px);
  }
  80% {
    -moz-transform: translateY(10px);
  }
  100% {
    -moz-transform: translateY(0);
  }
}
@-o-keyframes bounceInUp {
  0% {
    opacity: 0;
    -o-transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -o-transform: translateY(-30px);
  }
  80% {
    -o-transform: translateY(10px);
  }
  100% {
    -o-transform: translateY(0);
  }
}
@keyframes bounceInUp {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    transform: translateY(-30px);
  }
  80% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  -moz-animation-name: bounceInUp;
  -o-animation-name: bounceInUp;
  animation-name: bounceInUp;
}
@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
  }
  80% {
    -webkit-transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes bounceInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateY(30px);
  }
  80% {
    -moz-transform: translateY(-10px);
  }
  100% {
    -moz-transform: translateY(0);
  }
}
@-o-keyframes bounceInDown {
  0% {
    opacity: 0;
    -o-transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -o-transform: translateY(30px);
  }
  80% {
    -o-transform: translateY(-10px);
  }
  100% {
    -o-transform: translateY(0);
  }
}
@keyframes bounceInDown {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    transform: translateY(30px);
  }
  80% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  -moz-animation-name: bounceInDown;
  -o-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
  }
  80% {
    -webkit-transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -moz-transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateX(30px);
  }
  80% {
    -moz-transform: translateX(-10px);
  }
  100% {
    -moz-transform: translateX(0);
  }
}
@-o-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -o-transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -o-transform: translateX(30px);
  }
  80% {
    -o-transform: translateX(-10px);
  }
  100% {
    -o-transform: translateX(0);
  }
}
@keyframes bounceInLeft {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    transform: translateX(30px);
  }
  80% {
    transform: translateX(-10px);
  }
  100% {
    transform: translateX(0);
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  -moz-animation-name: bounceInLeft;
  -o-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
  }
  80% {
    -webkit-transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes bounceInRight {
  0% {
    opacity: 0;
    -moz-transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateX(-30px);
  }
  80% {
    -moz-transform: translateX(10px);
  }
  100% {
    -moz-transform: translateX(0);
  }
}
@-o-keyframes bounceInRight {
  0% {
    opacity: 0;
    -o-transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -o-transform: translateX(-30px);
  }
  80% {
    -o-transform: translateX(10px);
  }
  100% {
    -o-transform: translateX(0);
  }
}
@keyframes bounceInRight {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    transform: translateX(-30px);
  }
  80% {
    transform: translateX(10px);
  }
  100% {
    transform: translateX(0);
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  -moz-animation-name: bounceInRight;
  -o-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
@-webkit-keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
  }
  25% {
    -webkit-transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
  }
}
@-moz-keyframes bounceOut {
  0% {
    -moz-transform: scale(1);
  }
  25% {
    -moz-transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -moz-transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -moz-transform: scale(0.3);
  }
}
@-o-keyframes bounceOut {
  0% {
    -o-transform: scale(1);
  }
  25% {
    -o-transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -o-transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -o-transform: scale(0.3);
  }
}
@keyframes bounceOut {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(0.95);
  }
  50% {
    opacity: 1;
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
    transform: scale(0.3);
  }
}
.bounceOut {
  -webkit-animation-name: bounceOut;
  -moz-animation-name: bounceOut;
  -o-animation-name: bounceOut;
  animation-name: bounceOut;
}
@-webkit-keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
}
@-moz-keyframes bounceOutUp {
  0% {
    -moz-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -moz-transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(-2000px);
  }
}
@-o-keyframes bounceOutUp {
  0% {
    -o-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -o-transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(-2000px);
  }
}
@keyframes bounceOutUp {
  0% {
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  -moz-animation-name: bounceOutUp;
  -o-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}
@-webkit-keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
}
@-moz-keyframes bounceOutDown {
  0% {
    -moz-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -moz-transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(2000px);
  }
}
@-o-keyframes bounceOutDown {
  0% {
    -o-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -o-transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(2000px);
  }
}
@keyframes bounceOutDown {
  0% {
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  -moz-animation-name: bounceOutDown;
  -o-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
}
@-moz-keyframes bounceOutLeft {
  0% {
    -moz-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -moz-transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(-2000px);
  }
}
@-o-keyframes bounceOutLeft {
  0% {
    -o-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -o-transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(-2000px);
  }
}
@keyframes bounceOutLeft {
  0% {
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    transform: translateX(20px);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  -moz-animation-name: bounceOutLeft;
  -o-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
}
@-moz-keyframes bounceOutRight {
  0% {
    -moz-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -moz-transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(2000px);
  }
}
@-o-keyframes bounceOutRight {
  0% {
    -o-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -o-transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(2000px);
  }
}
@keyframes bounceOutRight {
  0% {
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  -moz-animation-name: bounceOutRight;
  -o-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}
@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}
@-moz-keyframes rotateIn {
  0% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(0);
    opacity: 1;
  }
}
@-o-keyframes rotateIn {
  0% {
    -o-transform-origin: center center;
    -o-transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -o-transform-origin: center center;
    -o-transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateIn {
  0% {
    transform-origin: center center;
    transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  -moz-animation-name: rotateIn;
  -o-animation-name: rotateIn;
  animation-name: rotateIn;
}
@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}
@-moz-keyframes rotateInUpLeft {
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
}
@-o-keyframes rotateInUpLeft {
  0% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  -moz-animation-name: rotateInUpLeft;
  -o-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}
@-moz-keyframes rotateInDownLeft {
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
}
@-o-keyframes rotateInDownLeft {
  0% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  -moz-animation-name: rotateInDownLeft;
  -o-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}
@-moz-keyframes rotateInUpRight {
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
}
@-o-keyframes rotateInUpRight {
  0% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  -moz-animation-name: rotateInUpRight;
  -o-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}
@-moz-keyframes rotateInDownRight {
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
}
@-o-keyframes rotateInDownRight {
  0% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  -moz-animation-name: rotateInDownRight;
  -o-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(200deg);
    opacity: 0;
  }
}
@-moz-keyframes rotateOut {
  0% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(200deg);
    opacity: 0;
  }
}
@-o-keyframes rotateOut {
  0% {
    -o-transform-origin: center center;
    -o-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -o-transform-origin: center center;
    -o-transform: rotate(200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  0% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: center center;
    transform: rotate(200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  -moz-animation-name: rotateOut;
  -o-animation-name: rotateOut;
  animation-name: rotateOut;
}
@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0;
  }
}
@-moz-keyframes rotateOutUpLeft {
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0;
  }
}
@-o-keyframes rotateOutUpLeft {
  0% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(-90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  -moz-animation-name: rotateOutUpLeft;
  -o-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0;
  }
}
@-moz-keyframes rotateOutDownLeft {
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(90deg);
    opacity: 0;
  }
}
@-o-keyframes rotateOutDownLeft {
  0% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  -moz-animation-name: rotateOutDownLeft;
  -o-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0;
  }
}
@-moz-keyframes rotateOutUpRight {
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(90deg);
    opacity: 0;
  }
}
@-o-keyframes rotateOutUpRight {
  0% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  -moz-animation-name: rotateOutUpRight;
  -o-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}
@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0;
  }
}
@-moz-keyframes rotateOutDownRight {
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0;
  }
}
@-o-keyframes rotateOutDownRight {
  0% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(-90deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  -moz-animation-name: rotateOutDownRight;
  -o-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}
@-webkit-keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate(80deg);
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
  }
  40% {
    -webkit-transform: rotate(60deg);
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
  }
  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
  }
  100% {
    -webkit-transform: translateY(700px);
    opacity: 0;
  }
}
@-moz-keyframes hinge {
  0% {
    -moz-transform: rotate(0);
    -moz-transform-origin: top left;
    -moz-animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -moz-transform: rotate(80deg);
    -moz-transform-origin: top left;
    -moz-animation-timing-function: ease-in-out;
  }
  40% {
    -moz-transform: rotate(60deg);
    -moz-transform-origin: top left;
    -moz-animation-timing-function: ease-in-out;
  }
  80% {
    -moz-transform: rotate(60deg) translateY(0);
    opacity: 1;
    -moz-transform-origin: top left;
    -moz-animation-timing-function: ease-in-out;
  }
  100% {
    -moz-transform: translateY(700px);
    opacity: 0;
  }
}
@-o-keyframes hinge {
  0% {
    -o-transform: rotate(0);
    -o-transform-origin: top left;
    -o-animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -o-transform: rotate(80deg);
    -o-transform-origin: top left;
    -o-animation-timing-function: ease-in-out;
  }
  40% {
    -o-transform: rotate(60deg);
    -o-transform-origin: top left;
    -o-animation-timing-function: ease-in-out;
  }
  80% {
    -o-transform: rotate(60deg) translateY(0);
    opacity: 1;
    -o-transform-origin: top left;
    -o-animation-timing-function: ease-in-out;
  }
  100% {
    -o-transform: translateY(700px);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    transform: rotate(0);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    transform: rotate(80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  40% {
    transform: rotate(60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  80% {
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  100% {
    transform: translateY(700px);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-name: hinge;
  -moz-animation-name: hinge;
  -o-animation-name: hinge;
  animation-name: hinge;
}
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
  }
}
@-moz-keyframes rollIn {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0px) rotate(0deg);
  }
}
@-o-keyframes rollIn {
  0% {
    opacity: 0;
    -o-transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0px) rotate(0deg);
  }
}
@keyframes rollIn {
  0% {
    opacity: 0;
    transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg);
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  -moz-animation-name: rollIn;
  -o-animation-name: rollIn;
  animation-name: rollIn;
}
@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
  }
}
@-moz-keyframes rollOut {
  0% {
    opacity: 1;
    -moz-transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(100%) rotate(120deg);
  }
}
@-o-keyframes rollOut {
  0% {
    opacity: 1;
    -o-transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(100%) rotate(120deg);
  }
}
@keyframes rollOut {
  0% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    transform: translateX(100%) rotate(120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  -moz-animation-name: rollOut;
  -o-animation-name: rollOut;
  animation-name: rollOut;
}
@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
@-moz-keyframes lightSpeedIn {
  0% {
    -moz-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -moz-transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    -moz-transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    -moz-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
@-o-keyframes lightSpeedIn {
  0% {
    -o-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -o-transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    -o-transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    -o-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  0% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  -moz-animation-name: lightSpeedIn;
  -o-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  -moz-animation-timing-function: ease-out;
  -o-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
.animated.lightSpeedIn {
  -webkit-animation-duration: .5s;
  -moz-animation-duration: .5s;
  -o-animation-duration: .5s;
  animation-duration: 0.5s;
}
@-webkit-keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
@-moz-keyframes lightSpeedOut {
  0% {
    -moz-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    -moz-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
@-o-keyframes lightSpeedOut {
  0% {
    -o-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    -o-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  0% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  -moz-animation-name: lightSpeedOut;
  -o-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  -moz-animation-timing-function: ease-in;
  -o-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
.animated.lightSpeedOut {
  -webkit-animation-duration: .25s;
  -moz-animation-duration: .25s;
  -o-animation-duration: .25s;
  animation-duration: 0.25s;
}
@-webkit-keyframes wiggle {
  0% {
    -webkit-transform: skewX(9deg);
  }
  10% {
    -webkit-transform: skewX(-8deg);
  }
  20% {
    -webkit-transform: skewX(7deg);
  }
  30% {
    -webkit-transform: skewX(-6deg);
  }
  40% {
    -webkit-transform: skewX(5deg);
  }
  50% {
    -webkit-transform: skewX(-4deg);
  }
  60% {
    -webkit-transform: skewX(3deg);
  }
  70% {
    -webkit-transform: skewX(-2deg);
  }
  80% {
    -webkit-transform: skewX(1deg);
  }
  90% {
    -webkit-transform: skewX(0deg);
  }
  100% {
    -webkit-transform: skewX(0deg);
  }
}
@-moz-keyframes wiggle {
  0% {
    -moz-transform: skewX(9deg);
  }
  10% {
    -moz-transform: skewX(-8deg);
  }
  20% {
    -moz-transform: skewX(7deg);
  }
  30% {
    -moz-transform: skewX(-6deg);
  }
  40% {
    -moz-transform: skewX(5deg);
  }
  50% {
    -moz-transform: skewX(-4deg);
  }
  60% {
    -moz-transform: skewX(3deg);
  }
  70% {
    -moz-transform: skewX(-2deg);
  }
  80% {
    -moz-transform: skewX(1deg);
  }
  90% {
    -moz-transform: skewX(0deg);
  }
  100% {
    -moz-transform: skewX(0deg);
  }
}
@-o-keyframes wiggle {
  0% {
    -o-transform: skewX(9deg);
  }
  10% {
    -o-transform: skewX(-8deg);
  }
  20% {
    -o-transform: skewX(7deg);
  }
  30% {
    -o-transform: skewX(-6deg);
  }
  40% {
    -o-transform: skewX(5deg);
  }
  50% {
    -o-transform: skewX(-4deg);
  }
  60% {
    -o-transform: skewX(3deg);
  }
  70% {
    -o-transform: skewX(-2deg);
  }
  80% {
    -o-transform: skewX(1deg);
  }
  90% {
    -o-transform: skewX(0deg);
  }
  100% {
    -o-transform: skewX(0deg);
  }
}
@keyframes wiggle {
  0% {
    transform: skewX(9deg);
  }
  10% {
    transform: skewX(-8deg);
  }
  20% {
    transform: skewX(7deg);
  }
  30% {
    transform: skewX(-6deg);
  }
  40% {
    transform: skewX(5deg);
  }
  50% {
    transform: skewX(-4deg);
  }
  60% {
    transform: skewX(3deg);
  }
  70% {
    transform: skewX(-2deg);
  }
  80% {
    transform: skewX(1deg);
  }
  90% {
    transform: skewX(0deg);
  }
  100% {
    transform: skewX(0deg);
  }
}
.wiggle {
  -webkit-animation-name: wiggle;
  -moz-animation-name: wiggle;
  -o-animation-name: wiggle;
  animation-name: wiggle;
  -webkit-animation-timing-function: ease-in;
  -moz-animation-timing-function: ease-in;
  -o-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
.animated.wiggle {
  -webkit-animation-duration: .75s;
  -moz-animation-duration: .75s;
  -o-animation-duration: .75s;
  animation-duration: 0.75s;
}

/************************************************************
 *
 * FILLS
 *
 ***********************************************************/
.checkerboard {
  background-color: #eee;
  background-image: linear-gradient(45deg, #000000 25%, transparent 25%, transparent 75%, #000000 75%, #000000), linear-gradient(45deg, #000000 25%, transparent 25%, transparent 75%, #000000 75%, #000000);
  background-size: 60px 60px;
  background-position: 0 0, 30px 30px;
}
.stripes {
  background-color: gray;
  background-image: repeating-linear-gradient(45deg, transparent, transparent 35px, rgba(255, 255, 255, 0.5) 35px, rgba(255, 255, 255, 0.5) 70px);
}
.light-overlay {
  background: #676767;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: -moz-linear-gradient(top, #676767 0%, #8b8b8b 50%, #676767 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #676767), color-stop(50%, #8b8b8b), color-stop(100%, #676767));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #676767 0%, #8b8b8b 50%, #676767 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #676767 0%, #8b8b8b 50%, #676767 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #676767 0%, #8b8b8b 50%, #676767 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #676767 0%, #8b8b8b 50%, #676767 100%);
  /* W3C */
}
@media (max-width: 767px) {
  .light-overlay {
    background: #9d9a9a;
  }
}


/************************************************************
 *
 * NAVIGATION
 *
 ***********************************************************/
#page-navigation {
  display: block;
  position: fixed;
  z-index: 999;
  left: 41px;
  top: -8px;
}
@media (max-width: 767px) {
  #page-navigation .logo {
    left: 50%;
    margin-left: -30px;
  }
}
#page-navigation .request-demo {
  display: block;
  position: fixed;
  z-index: 1001;
  top: 17px;
  right: 110px;
}
@media (max-width: 991px) {
  #page-navigation .request-demo {
    right: 50px;
  }
}
#page-navigation .request-demo.active .btn-text {
  display: none;
}
#page-navigation .request-demo.active .btn-icon {
  display: block;
}
#page-navigation .request-demo .btn-text {
  display: block;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: #fff;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#page-navigation .request-demo .btn-icon {
  display: block;
  width: 14px;
  height: 10px;
  background: url('../images/video_close.png') no-repeat;
  cursor: pointer;
  display: none;
  margin-top: 3px;
}
@media (max-width: 991px) {
  #page-navigation .request-demo .btn-icon {
    margin-top: 0px;
    width: 21px;
    height: 15px;
  }
}

#page-navigation .request-demo .btn-icon.modern {
  text-indent: -9999px;
  width: 14px;
  height: 14px;
  background-size: 28px 14px;
  background-position: 0 0;
}
#page-navigation .request-demo .btn-icon.modern:after {
  margin-top: 3px;
  width: 14px;
  height: 14px;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 991px) {
  #page-navigation .request-demo .btn-icon.modern:after {
    margin-top: 0px;
    width: 21px;
    height: 15px;
  }
}
#page-navigation .request-demo .btn-icon.modern:hover:after {
  opacity: 1;
  filter: alpha(opacity=100);
}
@media (max-width: 991px) {
  #page-navigation .request-demo .btn-icon.modern:hover:after {
    opacity: 0;
    filter: alpha(opacity=0);
  }
}
#page-navigation .request-demo .btn-icon.modern:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: url('../images/video_close.png') no-repeat;
  background-position: -14px 0;
  background-size: 28px 14px;
}
@media (max-width: 991px) {
  #page-navigation .request-demo .btn-icon.modern {
    text-indent: -9999px;
    width: 21px;
    height: 15px;
    background-size: 42px 15px;
    background-position: 0 0;
  }
  #page-navigation .request-demo .btn-icon.modern:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: url('../images/video_close.png') no-repeat;
    background-position: -21px 0;
    background-size: 42px 15px;
  }
}
#page-navigation .request-demo.dark .btn-text {
  color: #474747;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#page-navigation .request-demo:hover .btn-text {
  color: #0FC8C3;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#page-navigation .toggle-menu-text {
  position: fixed;
  display: block;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: #fff;
  cursor: pointer;
  z-index: 999;
  top: 17px;
  right: 42px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  #page-navigation .toggle-menu-text {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #page-navigation .toggle-menu-text {
    display: none !important;
  }
}
#page-navigation .toggle-menu-text.modern.mouseover,
#page-navigation .toggle-menu-text.modern:hover {
  color: #0FC8C3;
}
#page-navigation .toggle-menu-text.modern.dark {
  color: #474747;
}
#page-navigation .toggle-menu-text.modern.dark:hover {
  color: #0FC8C3;
}
#page-navigation .menu-toggle-container {
  position: fixed;
  width: 150px;
  height: 50px;
  right: 0;
  top: 0;
  z-index: 999;
  background: none;
}
@media (max-width: 767px) {
  #page-navigation .menu-toggle-container {
    width: 62px;
  }
}
#page-navigation .menu-toggle-container .toggle-menu {
  display: block;
  color: #fff;
  position: fixed;
  z-index: 999;
  top: 20px;
  right: 82px;
  font-size: 17px;
  cursor: pointer;
  background: url('../images/menu_toggle.png') no-repeat;
}

@media (max-width: 991px) {
  #page-navigation .menu-toggle-container .toggle-menu {
    right: 20px;
    top: 17px;
  }
}
#page-navigation .menu-toggle-container .toggle-menu.modern:after {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
#page-navigation .menu-toggle-container .toggle-menu.modern.mouseover:after,
#page-navigation .menu-toggle-container .toggle-menu.modern:hover:after {
  opacity: 1;
  filter: alpha(opacity=100);
}
@media (max-width: 767px) {
  #page-navigation .menu-toggle-container .toggle-menu.modern.mouseover:after,
  #page-navigation .menu-toggle-container .toggle-menu.modern:hover:after {
    opacity: 0;
    filter: alpha(opacity=0);
  }
}
#page-navigation .menu-toggle-container.modern .toggle-menu.toggle-dark.light {
  text-indent: -9999px;
  width: 13px;
  height: 10px;
  background-size: 78px 10px;
  background-position: 0 0;
}
#page-navigation .menu-toggle-container.modern .toggle-menu.toggle-dark.light:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: url('../images/menu_toggle.png') no-repeat;
  background-position: -13px 0;
  background-size: 78px 10px;
}
@media (max-width: 991px) {
  #page-navigation .menu-toggle-container.modern .toggle-menu.toggle-dark.light {
    text-indent: -9999px;
    width: 20px;
    height: 15px;
    background-size: 120px 15px;
    background-position: 0 0;
  }
  #page-navigation .menu-toggle-container.modern .toggle-menu.toggle-dark.light:after {
    display: none;
  }
}
#page-navigation .menu-toggle-container.modern .toggle-menu.toggle-dark.light.active {
  text-indent: -9999px;
  width: 13px;
  height: 10px;
  background-size: 78px 10px;
  background-position: -52px 0;
}
#page-navigation .menu-toggle-container.modern .toggle-menu.toggle-dark.light.active:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: url('../images/menu_toggle.png') no-repeat;
  background-position: -65px 0;
  background-size: 78px 10px;
}
@media (max-width: 991px) {
  #page-navigation .menu-toggle-container.modern .toggle-menu.toggle-dark.light.active {
    text-indent: -9999px;
    width: 20px;
    height: 15px;
    background-size: 120px 15px;
    background-position: -80px 0;
  }
  #page-navigation .menu-toggle-container.modern .toggle-menu.toggle-dark.light.active:after {
    display: none;
  }
}
#page-navigation .menu-toggle-container.modern .toggle-menu.toggle-dark.dark {
  text-indent: -9999px;
  width: 13px;
  height: 10px;
  background-size: 78px 10px;
  background-position: -26px 0;
}
#page-navigation .menu-toggle-container.modern .toggle-menu.toggle-dark.dark:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: url('../images/menu_toggle.png') no-repeat;
  background-position: -39px 0;
  background-size: 78px 10px;
}
@media (max-width: 991px) {
  #page-navigation .menu-toggle-container.modern .toggle-menu.toggle-dark.dark {
    text-indent: -9999px;
    width: 20px;
    height: 15px;
    background-size: 120px 15px;
    background-position: -40px 0;
  }
  #page-navigation .menu-toggle-container.modern .toggle-menu.toggle-dark.dark:after {
    display: none;
  }
}
#page-navigation .filter-toggle-container {
  position: fixed;
  width: 150px;
  height: 50px;
  left: 0;
  top: 0;
  z-index: 999;
  background: none;
}
@media (max-width: 767px) {
  #page-navigation .filter-toggle-container {
    width: 62px;
  }
}
#page-navigation .filter-toggle-container .toggle-filter {
  display: none;
  color: #fff;
  position: fixed;
  z-index: 999;
  top: 20px;
  left: 20px;
  font-size: 17px;
  cursor: pointer;
  background: url('../images/menu_filter.png') no-repeat;
}
@media (max-width: 767px) {
  #page-navigation .filter-toggle-container .toggle-filter {
    right: 20px;
    top: 17px;
  }
}
#page-navigation .filter-toggle-container .toggle-filter:after {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
#page-navigation .filter-toggle-container .toggle-filter:hover:after {
  opacity: 1;
  filter: alpha(opacity=100);
}
@media (max-width: 767px) {
  #page-navigation .filter-toggle-container .toggle-filter:hover:after {
    opacity: 0;
    filter: alpha(opacity=0);
  }
}
#page-navigation .filter-toggle-container .toggle-filter.toggle-dark.light {
  text-indent: -9999px;
  width: 13px;
  height: 10px;
  background-size: 78px 10px;
  background-position: 0 0;
}
#page-navigation .filter-toggle-container .toggle-filter.toggle-dark.light:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: url('../images/menu_filter.png') no-repeat;
  background-position: -13px 0;
  background-size: 78px 10px;
}
@media (max-width: 767px) {
  #page-navigation .filter-toggle-container .toggle-filter.toggle-dark.light {
    text-indent: -9999px;
    width: 20px;
    height: 15px;
    background-size: 120px 15px;
    background-position: 0 0;
  }
  #page-navigation .filter-toggle-container .toggle-filter.toggle-dark.light:after {
    display: none;
  }
}
#page-navigation .filter-toggle-container .toggle-filter.toggle-dark.light.active {
  text-indent: -9999px;
  width: 13px;
  height: 10px;
  background-size: 78px 10px;
  background-position: -52px 0;
}
#page-navigation .filter-toggle-container .toggle-filter.toggle-dark.light.active:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: url('../images/menu_filter.png') no-repeat;
  background-position: -65px 0;
  background-size: 78px 10px;
}
@media (max-width: 767px) {
  #page-navigation .filter-toggle-container .toggle-filter.toggle-dark.light.active {
    text-indent: -9999px;
    width: 20px;
    height: 15px;
    background-size: 120px 15px;
    background-position: -80px 0;
  }
  #page-navigation .filter-toggle-container .toggle-filter.toggle-dark.light.active:after {
    display: none;
  }
}
#page-navigation .filter-toggle-container .toggle-filter.toggle-dark.dark {
  text-indent: -9999px;
  width: 13px;
  height: 10px;
  background-size: 78px 10px;
  background-position: -26px 0;
}
#page-navigation .filter-toggle-container .toggle-filter.toggle-dark.dark:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: url('../images/menu_filter.png') no-repeat;
  background-position: -39px 0;
  background-size: 78px 10px;
}
@media (max-width: 767px) {
  #page-navigation .filter-toggle-container .toggle-filter.toggle-dark.dark {
    text-indent: -9999px;
    width: 20px;
    height: 15px;
    background-size: 120px 15px;
    background-position: -40px 0;
  }
  #page-navigation .filter-toggle-container .toggle-filter.toggle-dark.dark:after {
    display: none;
  }
}
#page-navigation .main-nav {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  background: #000000;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzJjMzIzNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #000000 0%, #2c3235 50%, #000000 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #000000), color-stop(50%, #2c3235), color-stop(100%, #000000));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #000000 0%, #2c3235 50%, #000000 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #000000 0%, #2c3235 50%, #000000 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #000000 0%, #2c3235 50%, #000000 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #000000 0%, #2c3235 50%, #000000 100%);
  /* W3C */
  display: none;
  position: fixed;
  z-index: 998;
}
@media (max-width: 767px) {
  #page-navigation .main-nav {
    background: #1c1c1c;
  }
}

#page-navigation .main-nav .navigation {
  display: table;
  width: 100%;
  height: 100%;
}
#page-navigation .main-nav .navigation .inner {
  display: table-cell;
  vertical-align: middle;
}
#page-navigation .main-nav .navigation .inner ul {
  width: 100%;
  text-align: center;
  list-style: none;
  margin: 0;
  padding: 0;
  -webkit-animation-duration: 0.3s;
  -moz-animation-duration: 0.3s;
  -o-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
}
#page-navigation .main-nav .navigation .inner ul.fadeOutUp {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#page-navigation .main-nav .navigation .inner ul li a {
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-size: 36px;
  cursor: pointer;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
@media (max-width: 767px) {
  #page-navigation .main-nav .navigation .inner ul li a {
    font-size: 28px;
  }
}
#page-navigation .main-nav .navigation .inner ul li a:hover {
  text-decoration: none;
  color: #20c6bc;
}
#page-navigation .quick-nav {
  position: fixed;
  z-index: 998;
  right: 44px;
  top: 50%;
  height: 108px;
  margin-top: -54px;
  color: #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#page-navigation .quick-nav.landing {
  height: 44px;
  margin-top: -22px;
}
#page-navigation .quick-nav.about {
  height: 108px;
  margin-top: -54px;
}
#page-navigation .quick-nav.use-cases {
  height: 76px;
  margin-top: -38px;
}
@media (max-width: 767px) {
  #page-navigation .quick-nav {
    display: none !important;
  }
}

#page-navigation .quick-nav.dark {
  color: #474747 !important;
}
#page-navigation .quick-nav.dark .nav-container .nav-inner ul li .inner:after {
  border: 1px solid #474747;
}
#page-navigation .quick-nav.dark .nav-container .nav-inner ul li .inner .text {
  color: #474747 !important;
}
#page-navigation .quick-nav.dark .nav-container .nav-inner ul li:hover .inner .text {
  color: #474747 !important;
}
#page-navigation .quick-nav.dark .nav-container .nav-inner ul li:hover .inner:after {
  background: #474747;
}
#page-navigation .quick-nav.dark .nav-container .nav-inner ul li.active .inner:after {
  background: #474747;
}
#page-navigation .quick-nav .nav-container .nav-inner ul {
  list-style: none;
}
#page-navigation .quick-nav .nav-container .nav-inner ul li:last-child {
  height: 12px;
}
#page-navigation .quick-nav .nav-container .nav-inner ul li {
  display: block;
  clear: both;
  cursor: pointer;
  height: 32px;
}
#page-navigation .quick-nav .nav-container .nav-inner ul li .inner {
  position: relative;
  display: block;
  clear: both;
}
#page-navigation .quick-nav .nav-container .nav-inner ul li .inner .text {
  display: block;
  position: absolute;
  top: -2px;
  right: 0px;
  padding-right: 20px;
  min-width: 100px;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  line-height: 12px;
  text-align: right;
  color: #fff;
  text-decoration: none;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-animation-duration: 0.3s;
  -moz-animation-duration: 0.3s;
  -o-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
}
#page-navigation .quick-nav .nav-container .nav-inner ul li .inner:after {
  display: block;
  float: right;
  content: " ";
  border-radius: 50%;
  border: 1px solid #fff;
  width: 8px;
  height: 8px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#page-navigation .quick-nav .nav-container .nav-inner ul li:hover .text {
  -webkit-animation-name: fadeInRight;
  -moz-animation-name: fadeInRight;
  -o-animation-name: fadeInRight;
  animation-name: fadeInRight;
  -webkit-animation-duration: 0.3s;
  -moz-animation-duration: 0.3s;
  -o-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
}
#page-navigation .quick-nav .nav-container .nav-inner ul li:hover .inner:after {
  background: #fff;
}
#page-navigation .quick-nav .nav-container .nav-inner ul li.active .inner:after {
  background: #fff;
}
#footer-menu {
  position: relative;
  background-size: contain;
  min-height: 270px;
  width: 100%;
}
@media (max-width: 767px) {
  #footer-menu {
    background: #e2e3e3;
  }
}
#footer-menu #footer-menu-request h5 {
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#footer-menu #footer-menu-request h5:hover {
  color: #0FC8C3;
}
#footer-menu .footer-menu-xs ul {
  text-align: center;
  margin: 0;
  padding: 0;
}
#footer-menu .footer-menu-xs ul li {
  margin-bottom: 10px;
}
#footer-menu .footer-menu-xs ul li a {
  font-family: 'Open Sans', sans-serif;
  font-size: 28px;
  color: #474747;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#footer-menu .footer-menu-xs ul li a:hover {
  color: #0FC8C3;
}

#footer-menu .footer-menu-xs #social-links-xs {
  display: block;
  width: 100%;
  text-align: center;
  margin: 0;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 0;
  cursor: default;
}
#footer-menu .footer-menu-xs #social-links-xs li {
  position: relative;
  background: #828385;
  width: 55px;
  height: 55px;
  color: #fff;
  text-align: center;
  cursor: pointer;
  margin-left: 5px;
  margin-right: 5px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#footer-menu .footer-menu-xs #social-links-xs li:hover {
  background: #0FC8C3;
}
#footer-menu .footer-menu-xs #social-links-xs li a {
  display: block;
  padding-top: 13px;
  color: #fff;
  font-size: 25px;
  width: 100%;
  height: 100%;
}
#footer-menu .footer-menu-xs #social-links-xs li a:hover {
  color: #fff;
  text-decoration: none;
}
#footer-menu .footer-menu-row {
  border-top: 1px solid #F1F2F2;
  margin-top: 60px;
  margin-bottom: 150px;
  position: relative;
  margin-left: 50px;
  margin-right: -10px;
}
#footer-menu .footer-menu-row .footer-menu-col {
  position: relative;
  min-height: 1px;
  padding-top: 30px;
  padding-left: 20px;
  padding-right: 10px;
  padding-left: 5%;
}
@media (min-width: 768px) {
  #footer-menu .footer-menu-row .footer-menu-col {
    float: left;
    width: 16.66666667%;
  }
}
@media (min-width: 992px) {
  #footer-menu .footer-menu-row .footer-menu-col {
    float: left;
    width: 20%;
  }
}

@media (min-width: 1200px) {
  #footer-menu .footer-menu-row .footer-menu-col {
    float: left;
    width: 20%;
  }
}
#footer-menu .footer-menu-row .footer-menu-col h5 {
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  line-height: 20px;
  font-weight: normal;
  color: #373737;
}
#footer-menu .footer-menu-row .footer-menu-col h5 a {
  color: #373737;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#footer-menu .footer-menu-row .footer-menu-col h5 a:hover {
  color: #0FC8C3;
  text-decoration: none;
}
#footer-menu .footer-menu-row .footer-menu-col ul {
  margin: 0;
  padding: 0;
}
#footer-menu .footer-menu-row .footer-menu-col ul li {
  margin: 0;
  padding: 0;
  margin-bottom: 5px;
}
#footer-menu .footer-menu-row .footer-menu-col ul li a {
  margin: 0;
  padding: 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: #899194;
  display: block;
  line-height: 20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#footer-menu .footer-menu-row .footer-menu-col ul li a:hover {
  color: #0FC8C3;
  text-decoration: none;
}

#footer-menu .container > ul.copyright {
  display: block;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  color: #474747;
  position: absolute;
  left: 40px;
  bottom: 20px;
  list-style: none;
}

@media (max-width: 767px) {
  #footer-menu .container > ul.copyright {
    display: block;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    color: #474747;
    position: absolute;
    bottom: 20px;
    list-style: none;
  }
}

#footer-menu .container > ul.copyright > li {
  float: left;
  display: inline-block;
  margin: 0;
  margin-left: 40px;
}

#footer-menu .container > ul.copyright > li:first-child {
  margin-left: 0;
}

#footer-menu #social-links {
  position: absolute;
  right: 40px;
  bottom: 40px;
  margin: 0;
  padding: 0;
  cursor: default;
}
#footer-menu #social-links li {
  position: relative;
  background: #828385;
  width: 22px;
  height: 22px;
  color: #fff;
  text-align: center;
  cursor: pointer;
  margin-left: 5px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#footer-menu #social-links li:hover {
  background: #0FC8C3;
}
#footer-menu #social-links li a {
  color: #fff;
  font-size: 10px;
  width: 100%;
}
#footer-menu #social-links li a:hover {
  color: #fff;
  text-decoration: none;
}

.hero {
  position: relative;
  min-height: 100%;
  overflow: hidden;
  background: #000;
}

.short-hero {
  min-height: 50%;
}

@media (max-width: 767px) {
  .short-hero {
    min-height:800px;
  }
}

.hero .full-bleed .video-container {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}
.hero .full-bleed .video-container .vimeo-video-player {
  width: 100%;
  height: 100%;
}
.hero .full-bleed .video-container iframe {
  width: 100%;
  height: 100%;
}
.hero .full-bleed .video-controls {
  position: absolute;
  z-index: 101;
  left: 50%;
  bottom: 50px;
  width: 14px;
  height: 10px;
  margin-left: -7px;
  display: none;
}
.hero .full-bleed .video-controls .close-video {
  display: block;
  background: url('../imagesvideo_close.png') no-repeat;
  cursor: pointer;
  text-indent: -9999px;
  width: 14px;
  height: 10px;
  background-size: 28px 10px;
  background-position: 0 0;
}
.hero .full-bleed .video-controls .close-video:after {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.hero .full-bleed .video-controls .close-video:hover:after {
  opacity: 1;
  filter: alpha(opacity=100);
}
.hero .full-bleed .video-controls .close-video:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: url('../images/video_close.png') no-repeat;
  background-position: -14px 0;
  background-size: 28px 10px;
}
.hero .full-bleed .hero-poster,
.hero .full-bleed .hero-gradient {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}
.hero .full-bleed .hero-gradient {
  background: -moz-linear-gradient(top, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 33%, rgba(0,0,0,0) 67%, rgba(0,0,0,0.5) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.5)), color-stop(33%,rgba(0,0,0,0)), color-stop(67%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.5))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(0,0,0,0.5) 0%,rgba(0,0,0,0) 33%,rgba(0,0,0,0) 67%,rgba(0,0,0,0.5) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(0,0,0,0.5) 0%,rgba(0,0,0,0) 33%,rgba(0,0,0,0) 67%,rgba(0,0,0,0.5) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(0,0,0,0.5) 0%,rgba(0,0,0,0) 33%,rgba(0,0,0,0) 67%,rgba(0,0,0,0.5) 100%); /* IE10+ */
  background: linear-gradient(to bottom, rgba(0,0,0,0.5) 0%,rgba(0,0,0,0) 33%,rgba(0,0,0,0) 67%,rgba(0,0,0,0.5) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80000000', endColorstr='#80000000',GradientType=0 ); /* IE6-8 */
}
.hero .full-bleed .hero-poster {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.hero .full-bleed .container {
  height: 100%;
  padding: 0;
}
.hero .full-bleed .container .prev-title,
.hero .full-bleed .container .next-title {
  position: absolute;
  top: 50%;
  height: 25px;
  margin-top: -15px;
  cursor: pointer;
  z-index: 102;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.hero .full-bleed .container .prev-title:hover,
.hero .full-bleed .container .next-title:hover {
  opacity: 0.75;
  filter: alpha(opacity=75);
}
.hero .full-bleed .container .prev-title {
  left: 15%;
}
.hero .full-bleed .container .next-title {
  right: 15%;
}
.hero .full-bleed .container .content {
  height: 100%;
  margin-top: 45%;
}
.hero .full-bleed .container .content .inner {
  display: table;
  height: 100%;
  text-align: center;
  color: #fff;
  position: relative;
  min-height: 1px;
  margin-left: auto;
  margin-right: auto;
}

.hero .full-bleed .container .content .inner a {
  color: #FFF;
}

@media (max-width: 767px) {
  .hero .full-bleed .container .content .inner {
    width: 70%;
    margin-top: -25%;
  }
}

@media (min-width: 768px) {
  .hero .full-bleed .container .content .inner {
    width: 70%;
    margin-top:-20%;
  }
}

@media (min-width: 992px) {
  .hero .full-bleed .container .content .inner {
    width: 70%;
    margin-top:-20%;
  }
}

@media (min-width: 1200px) {
  .hero .full-bleed .container .content .inner {
    width: 60%;
    margin-top:-20%;
  }
}

@media (min-width: 1500px) {
.hero .full-bleed .container .content .inner {
    width: 60%;
    margin-top: -5%;
    font-size: 120%;
  }
}

.hero .full-bleed .container .content .inner .inner-content .inner-content-static{
  display: table-cell;
  vertical-align: middle;
  -webkit-animation-duration: 0.3s;
  -moz-animation-duration: 0.3s;
  -o-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
}
.hero .full-bleed .container .content .inner .inner-content .inner-content-static .titles {
  overflow: hidden;
  -webkit-animation-duration: 0.3s;
  -moz-animation-duration: 0.3s;
  -o-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;

  -webkit-box-shadow: 0 0 80px 80px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 80px 80px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 0 80px 80px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0 0 80px 80px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 80px 80px rgba(0, 0, 0, 0.15);

  text-shadow: 0 0 10px rgba(0, 0, 0, 1);

  background-color: rgba(0, 0, 0, 0.15);
}
.hero .full-bleed .container .content .inner .inner-content .inner-content-static .titles h1 {
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-size: 44px;
  line-height: 44px;
  display: none;
  -webkit-animation-duration: 0.3s;
  -moz-animation-duration: 0.3s;
  -o-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
}
@media (max-width: 767px) {
  .hero .full-bleed .container .content .inner .inner-content .inner-content-static .titles h1 {
    font-size: 32px;
    line-height: 34px;
  }
}
.hero .full-bleed .container .content .inner .inner-content .inner-content-static .play-btn {
  width: 40px;
  height: 40px;
  border: 1px solid #fff;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.hero .full-bleed .container .content .inner .inner-content .inner-content-static .play-btn i {
  margin-top: 9px;
  margin-left: 4px;
  font-size: 20px;
}
.hero .full-bleed .container .content .inner .inner-content .inner-content-static .play-btn:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.hero .hero-bottom-link {
  width: 140px;
  height: 36px;
  padding-top: 8px;
  margin-top: 300px;
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  text-align: center;
  display: block;
  border-radius: 2px;
  border-color: #00C8C4;
  background-color: #00C8C4;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.join-div {
  position: relative;
  text-align: center;
  width: 100%;
  height: 100px;
}
/*.join-div:after {
  content: "space";
  display: block;
  height: 0;
  clear: both;
}*/

.join-link {
  position: absolute;
  margin-left: -60px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: inline-block;
  width: 140px;
  height: 36px;
  padding-top: 8px;
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  text-align: center;
  border-radius: 2px;
  border-color: #00C8C4;
  background-color: #00C8C4;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.hero .text-on-short-hero {
  position: absolute;
  width: 80%;
  height: auto;
  float: left;
  left: 50%;
  color: #fff;
  font-family: 'Dosis', sans-serif;
  font-weight: 400;
  font-size: 18px;
  text-align: center;
  display: block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  top: 50%;
  transform: translate(-50%, -45%);

  -webkit-box-shadow: 0 0 80px 80px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 80px 80px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 0 80px 80px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0 0 80px 80px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 80px 80px rgba(0, 0, 0, 0.15);
  text-shadow: 0 0 10px rgba(0, 0, 0, 1);
  background-color: rgba(0, 0, 0, 0.15);
}

.hero .text-on-short-hero p {
  font-weight: 400;
  font-size: 20px;
}

@media (max-width: 767px) {
  .hero .text-on-short-hero{
    width: 300px;
    max-width: 100%;
  }

.text-on-short-hero h1 {
  display: block;
  font-family:'Dosis',
  sans-serif;
  font-weight:400;
  font-size:px
  width:80%;
}

.text-on-short-hero h5 {
  font-family:'Open Sans', sans-serif;
  font-weight:300;
  font-size:22px;
  line-height:1.5em;
  width:80%;
  margin: auto;
}

  .hero .text-on-short-hero p {
    font-size: 14px;
    text-align: center;
  }

  .hero .hero-bottom-link {
    bottom: 20px;
  }
}

.hero .hero-bottom-link:hover {
  text-decoration: none;
  color: #1e1e1e;
}

.hero_bottom_input {
  text-align: center;
  position: relative;
  margin: 0 auto;
  top: 150px;
  width: 340px;
}

.request-demo-btn {
  position: relative;
  text-align: center;
  height: 36px;
  bottom: 70px;
  background: transparent;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: .5px;
  border-radius: 2px;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  border-size: 1px;
  border-color: #00C8C4;
  background-color: #00C8C4;
  border-style: solid inset #000000;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.hero .request-demo-input{
  position: relative;
  float: left;
  width: 200px;
  height: 36px;
  bottom: 70px;
  margin-right: 10px;
  margin-bottom: 10px;
  background: rgba(33, 37, 43, 0.5);
  font-size: 14px;
  font-weight: 400;
  letter-spacing: .5px;
  border-radius: 2px;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  border-size: 1px;
  border-color: #3D3D3A;
  background-image: url("../images/email.png");
  background-repeat: no-repeat;
  background-position: 8px 9px;
  padding: 5px 5px 5px 30px;
}
@media (max-width: 767px) {
  .hero .request-demo-btn {
    width: 200px;
    color:#fff;
  }
  .hero .request-demo-input {
    left:20%;
    bottom:120px;

  }
}
.hero .request-demo-btn:focus,
.hero .request-demo-btn:active,
.hero .request-demo-btn:hover {
  outline: 0;
  color: #fff;
  background: #0FC8C3;
}
.landing-hero .inner .inner-content .inner-content-static {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .landing-hero .inner {
    padding: 50px 0 110px;
  }
}
.landing-hero .description {
  font-family: 'Open Sans', sans-serif;;
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 0;
}
.landing-hero .download-preview {
  margin: 30px auto 0;
  position: relative;
  width: 80%;
}
@media only screen and (max-width: 1200px) {
  .landing-hero .download-preview {
    width: 100%;
  }
}
.landing-hero .download-preview .preview-img {
  width: 100%;
}
.landing-hero .download-preview .vimeobox {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.landing-hero .download-preview .vimeobox iframe {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.landing-hero .download-preview .small-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  border: 1px solid #fff;
  border-radius: 50%;
  cursor: pointer;
  transform: translate(-50%, -50%) !important;
  -webkit-transform: translate(-50%, -50%) !important;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.landing-hero .download-preview .small-play-btn i {
  margin-top: 9px;
  margin-left: 4px;
  font-size: 20px;
}
.landing-hero .download-preview .small-play-btn:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.landing-hero .download-btn {
  position: absolute;
  width: 160px;
  height: 36px;
  bottom: 50px;
  left: 50%;
  margin-left: -80px;
  background: rgba(33, 37, 43, 0.5);
  font-family: 'Adobe Caslon W08 Italic', Georgia, serif;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: .5px;
  border-radius: 2px;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  border-size: 1px;
  border-color: #000000;
  border-style: solid inset #000000;
  -webkit-box-shadow: inset 1px 1px 1px rgba(104, 110, 124, 0.2), inset -1px 1px 1px rgba(104, 110, 124, 0.2), inset 1px -1px 1px rgba(33, 37, 43, 0.2), inset -1px -1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: inset 1px 1px 1px rgba(104, 110, 124, 0.2), inset -1px 1px 1px rgba(104, 110, 124, 0.2), inset 1px -1px 1px rgba(33, 37, 43, 0.2), inset -1px -1px 1px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media (max-width: 767px) {
  .landing-hero .download-btn {
    bottom: 20px;
  }
}
.landing-hero .download-btn:focus,
.landing-hero .download-btn:active,
.landing-hero .download-btn:hover {
  outline: 0;
  color: #fff;
  background: #0FC8C3;
}
#page-features {
  background: #fcfcfc;
}
#page-features .container .content-header {
  padding-top: 120px;
}
@media (max-width: 767px) {
  #page-features .container .content-header {
    padding-top: 80px;
  }
}
#page-features .container .content-header .features-header-col {
  position: relative;
  min-height: 1px;
}

.features-header-col p {
  margin-top:5%;
  font-size:18px;
  text-align:center;
  margin-left:10%;
  margin-right:10%
}

@media (max-width: 767px) {
  #page-features .container .content-header .features-header-col {
    width: 100%;
  }
}
@media (min-width: 768px) {
  #page-features .container .content-header .features-header-col {
    float: left;
    width: 83.33333333%;
  }
}
@media (min-width: 992px) {
  #page-features .container .content-header .features-header-col {
    float: left;
    width: 83.33333333%;
  }
}
@media (min-width: 1200px) {
  #page-features .container .content-header .features-header-col {
    float: left;
    width: 83.33333333%;
  }
}
@media (min-width: 768px) {
  #page-features .container .content-header .features-header-col {
    margin-left: 8.33333333%;
  }
}
@media (min-width: 992px) {
  #page-features .container .content-header .features-header-col {
    margin-left: 8.33333333%;
  }
}
@media (min-width: 1200px) {
  #page-features .container .content-header .features-header-col {
    margin-left: 8.33333333%;
  }
}
#page-features .container .content-header .features-header-col h1 {
  font-size: 36px;
  font-family: 'Dosis', sans-serif;
  font-weight: 400;
  color: #474747;
  padding: 0;
  margin: 0;
  text-align: center;
  margin: 0 30px;
}
#page-features .container .content {
  padding-top: 50px;
  padding-bottom: 70px;
}
@media (max-width: 767px) {
  #page-features .container .content {
    padding-top: 80px;
  }
}

.section .dark .section-home-key-features

#page-features .container .content .content-col {
  position: relative;
  min-height: 1px;
}
@media (min-width: 768px) {
  #page-features .container .content .content-col {
    float: left;
    width: 66.66666667%;
  }
}
@media (min-width: 992px) {
  #page-features .container .content .content-col {
    float: left;
    width: 66.66666667%;
  }
}
@media (min-width: 1200px) {
  #page-features .container .content .content-col {
    float: left;
    width: 66.66666667%;
  }
}
@media (min-width: 768px) {
  #page-features .container .content .content-col {
    margin-left: 16.66666667%;
  }
}
@media (min-width: 992px) {
  #page-features .container .content .content-col {
    margin-left: 16.66666667%;
  }
}
@media (min-width: 1200px) {
  #page-features .container .content .content-col {
    margin-left: 16.66666667%;
  }
}
#page-features .container .content .content-col .content-row {
}
#page-features .container .content .features-row {
  position: relative;
  min-height: 1px;
}
@media (min-width: 768px) {
  #page-features .container .content .features-row {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  #page-features .container .content .features-row {
    float: left;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  #page-features .container .content .features-row {
    float: left;
    width: 100%;
  }
}
#page-features .container .content .features-row .inner {
}
#page-features .container .content .features-row .inner .features-col {
  margin-bottom: 60px;
  text-align: center;
  overflow: hidden;
  position: relative;
  min-height: 1px;
}
#page-features .container .content .features-row .inner .features-col .features-col-inner {
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  #page-features .container .content .features-row .inner .features-col {
    margin-bottom: 0px;
    width: 90%;
    margin-left: 5%;
    padding: 10px;
  }
}
@media (min-width: 768px) {
  #page-features .container .content .features-row .inner .features-col {
    float: left;
    width: 50%;
    padding: 10px;
  }
}
@media (min-width: 992px) {
  #page-features .container .content .features-row .inner .features-col {
    float: left;
    width: 50%;
    padding: 10px;
  }
}
@media (min-width: 1200px) {
  #page-features .container .content .features-row .inner .features-col {
    float: left;
    width: 50%;
    padding: 10px;
  }
}
#page-features .container .content .features-row .inner .features-col figure {
  margin-top: 60px;
}
@media (max-width: 768px) {
#page-features .container .content .features-row .inner .features-col figure {
  margin-top: 0px;
}
}
#page-features .container .content .features-row .inner .features-col figure img {
  margin-top: 10px;
  margin-bottom: 22px;
  -webkit-animation-duration: 0.3s;
  -moz-animation-duration: 0.3s;
  -o-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
}
#page-features .container .content .features-row .inner .features-col h1 {
  display: block;
  font-family: 'Open Sans', sans-serif;
  line-height: 36px;
  color: #474747;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5em;
  -webkit-animation-duration: 0.3s;
  -moz-animation-duration: 0.3s;
  -o-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
}
#page-features .container .content .features-row .inner .features-col h5 {
  display: block;
  font-family: 'Open Sans', sans-serif;
  font-style: oblique;
  color: #474747;
  font-weight: 700;
  font-size: 1.0em;
  line-height: 1.5em;
}
#page-features .container .content .features-row .inner .features-col h6 {
  display: block;
  font-family: 'Open Sans', sans-serif;
  font-style: italic;
  color: #474747;
  font-weight: 400;
  font-size: 1.0em;
  line-height: 1.5em;
}
@media (max-width: 767px) {
  #page-features .container .content .features-row .inner .features-col h1 {
    font-size: 28px;
    line-height: 1;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #page-features .container .content .features-row .inner .features-col h1 {
    font-size: 28px;
    line-height: 1;
  }
}
#page-features .container .content .features-row .inner .features-col p {
  display: block;
  font-family: 'Open Sans', sans-serif;
  font-style: italic;
  color: #474747;
  font-weight: 300;
  font-size: 1.4em;
  line-height: 1.5em;
  text-align:left;
}
#page-features .container .content .features-row .inner .features-col .overlay {
  position: absolute;
  top: 0;
  left: 10px;
  right: 10px;
  bottom: 0;
  background: #0FC8C3;
  border: 1px solid #0FC8C3;
  z-index: 10;
  opacity: 0;
  filter: alpha(opacity=0);
}
#page-features .container .content .features-row .inner .features-col .overlay .overlay-inner {
  display: table;
  width: 100%;
  height: 100%;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
  -moz-animation-name: fadeInUp;
  -o-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
#page-features .container .content .features-row .inner .features-col .overlay .overlay-inner .overlay-content {
  width: 100%;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
}
#page-features .container .content .features-row .inner .features-col .overlay .overlay-inner .overlay-content p {
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  line-height: 25px;
  color: #fff;
  padding: 0 10%;
  margin: 0;
  cursor: default;
}
@media (min-width: 768px) and (max-width: 991px) {
  #page-features .container .content .features-row .inner .features-col .overlay .overlay-inner .overlay-content p {
    font-size: 16px;

  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #page-features .container .content .features-row .inner .features-col .overlay .overlay-inner .overlay-content p {
    font-size: 20px;

  }
}
#page-features .container .content .features-row .inner .features-col .features-col-inner:before,
#page-features .container .content .features-row .inner .features-col .features-col-inner:after {
  content: " ";
  display: block;
  width: 100%;
  height: 1px;
  background-position: 0 0;
  background-size: 100% 1px;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

#page-app .container .content .features-row .inner .features-col .features-col-inner:before,
#page-app .container .content .features-row .inner .features-col .features-col-inner:after {
  content: " ";
  display: block;
  width: 100%;
  height: 1px;
  background-image: url(../images/thin_line.png);
  background-position: 0 0;
  background-size: 100% 1px;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

#page-features.active .container .content .features-row .inner .features-col:hover .overlay {
  display: block;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-duration: 0.3s;
  -moz-animation-duration: 0.3s;
  -o-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
}
#page-features.active .container .content .features-row .inner .features-col:hover .overlay .overlay-inner {
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-duration: 0.4s;
  -moz-animation-duration: 0.4s;
  -o-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
}
#page-features.active .container .content .features-row .inner .features-col.mouse-top .overlay {
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  -o-animation-name: fadeIn;
  animation-name: fadeIn;
  opacity: 1;
}
#page-features.active .container .content .features-row .inner .features-col.mouse-top .overlay .overlay-inner {
  -webkit-animation-name: fadeInDownBig;
  -moz-animation-name: fadeInDownBig;
  -o-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}
#page-features.active .container .content .features-row .inner .features-col.mouse-right .overlay {
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  -o-animation-name: fadeIn;
  animation-name: fadeIn;
}
@media (max-width: 767px) {
  #page-features.active .container .content .features-row .inner .features-col.mouse-right .overlay {
    opacity: 1;
  }
}
#page-features.active .container .content .features-row .inner .features-col.mouse-right .overlay .overlay-inner {
  -webkit-animation-name: fadeInRightBig;
  -moz-animation-name: fadeInRightBig;
  -o-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}
#page-features.active .container .content .features-row .inner .features-col.mouse-bottom .overlay {
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  -o-animation-name: fadeIn;
  animation-name: fadeIn;
}
@media (max-width: 767px) {
  #page-features.active .container .content .features-row .inner .features-col.mouse-bottom .overlay {
    opacity: 1;
  }
}
#page-features.active .container .content .features-row .inner .features-col.mouse-bottom .overlay .overlay-inner {
  -webkit-animation-name: fadeInUpBig;
  -moz-animation-name: fadeInUpBig;
  -o-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}
#page-features.active .container .content .features-row .inner .features-col.mouse-left .overlay {
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  -o-animation-name: fadeIn;
  animation-name: fadeIn;
}
@media (max-width: 767px) {
  #page-features.active .container .content .features-row .inner .features-col.mouse-left .overlay {
    opacity: 1;
  }
}
#page-features.active .container .content .features-row .inner .features-col.mouse-left .overlay .overlay-inner {
  -webkit-animation-name: fadeInLeftBig;
  -moz-animation-name: fadeInLeftBig;
  -o-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}
#page-hero-use-cases {
  height: 600px;
}
#page-hero-use-cases .full-bleed .hero-poster,
#page-hero-use-cases .full-bleed .hero-gradient {
  height: 600px;
}
#page-hero-use-cases .full-bleed .container {
  height: 600px;
}
#page-hero-use-cases .full-bleed .container .content .inner {
  position: relative;
  min-height: 1px;
}
@media (min-width: 768px) {
  #page-hero-use-cases .full-bleed .container .content .inner {
    float: left;
    width: 100%;
  }
}
@media (min-width: 768px) {
  #page-hero-use-cases .full-bleed .container .content .inner {
    float: left;
    width: 83.33333333%;
  }
}
@media (min-width: 992px) {
  #page-hero-use-cases .full-bleed .container .content .inner {
    float: left;
    width: 83.33333333%;
  }
}
@media (min-width: 1200px) {
  #page-hero-use-cases .full-bleed .container .content .inner {
    float: left;
    width: 83.33333333%;
  }
}
@media (min-width: 768px) {
  #page-hero-use-cases .full-bleed .container .content .inner {
    margin-left: 8.33333333%;
    margin-top: -45%;
  }
}
@media (min-width: 992px) {
  #page-hero-use-cases .full-bleed .container .content .inner {
    margin-left: 8.33333333%;
    margin-top:-45%;
  }
}
@media (min-width: 1200px) {
  #page-hero-use-cases .full-bleed .container .content .inner {
    margin-left: 8.33333333%;
    margin-top:-45%;
  }
}
@media (max-width: 767px) {
  #page-hero-use-cases .full-bleed .container .content .inner .inner-content .inner-content-static .titles h1 {
    font-size: 28px;

  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #page-hero-use-cases .full-bleed .container .content .inner .inner-content .inner-content-static .titles h1 {
    font-size: 30px;
    line-height: 1;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #page-hero-use-cases .full-bleed .container .content .inner .inner-content .inner-content-static .titles h1 {
    font-size: 30px;
  }
}
@media (min-width: 1200px) {
  #page-hero-use-cases .full-bleed .container .content .inner .inner-content .inner-content-static .titles h1 {
    font-size: 30px;

  }
}
#page-use-cases .container {
  padding-top: 120px;
  padding-bottom: 120px;
}
@media (max-width: 767px) {
  #page-use-cases .container {
    padding-bottom: 0;
    padding-top: 80px;
  }
}
@media (max-width: 767px) {
  #page-use-cases .container .content:first-child .use-cases-row {
    margin: 0;
  }
}
#page-use-cases .container .content .use-cases-row {
}
@media (max-width: 767px) {
  #page-use-cases .container .content .use-cases-row {
    margin-bottom: 80px;
  }
  #page-use-cases .container .content .use-cases-row.header {
    margin-bottom: 0;
  }
}
#page-use-cases .container .content .use-cases-row .use-cases-header-col {
  position: relative;
  min-height: 1px;
}
@media (max-width: 767px) {
  #page-use-cases .container .content .use-cases-row .use-cases-header-col {
    width: 100%;
  }
}
@media (min-width: 768px) {
  #page-use-cases .container .content .use-cases-row .use-cases-header-col {
    float: left;
    width: 83.33333333%;
  }
}
@media (min-width: 992px) {
  #page-use-cases .container .content .use-cases-row .use-cases-header-col {
    float: left;
    width: 83.33333333%;
  }
}
@media (min-width: 1200px) {
  #page-use-cases .container .content .use-cases-row .use-cases-header-col {
    float: left;
    width: 83.33333333%;
  }
}
@media (min-width: 768px) {
  #page-use-cases .container .content .use-cases-row .use-cases-header-col {
    margin-left: 8.33333333%;
  }
}
@media (min-width: 992px) {
  #page-use-cases .container .content .use-cases-row .use-cases-header-col {
    margin-left: 8.33333333%;
  }
}
@media (min-width: 1200px) {
  #page-use-cases .container .content .use-cases-row .use-cases-header-col {
    margin-left: 8.33333333%;
  }
}
#page-use-cases .container .content .use-cases-row .use-cases-header-col h1 {
  font-size: 36px;
  font-family: 'Dosis', sans-serif;
  font-weight: 400;
  color: #474747;
  padding: 0;
  margin: 0;
  margin-bottom: 95px;
}
@media (max-width: 767px) {
  #page-use-cases .container .content .use-cases-row .use-cases-header-col h1 {
    margin-bottom: 80px;
    text-align: center;
  }
}
#page-use-cases .container .content .use-cases-row .use-cases-col {
  position: relative;
  min-height: 1px;
  margin-bottom: 80px;
}
@media only screen and (max-width: 767px) {
  #page-use-cases .container .content .use-cases-row .use-cases-col {
    margin-left: 30px;
    margin-right: 30px;
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) {
  #page-use-cases .container .content .use-cases-row .use-cases-col {
    padding-left: 10px;
    padding-right: 10px;
    float: left;
    width: 41.66666667%;
  }
}
@media (min-width: 992px) {
  #page-use-cases .container .content .use-cases-row .use-cases-col {
    float: left;
    width: 41.66666667%;
  }
}
@media (min-width: 1200px) {
  #page-use-cases .container .content .use-cases-row .use-cases-col {
    float: left;
    width: 41.66666667%;
  }
}
@media (min-width: 768px) {
  #page-use-cases .container .content .use-cases-row .use-cases-col.left {
    margin-left: 8.33333333%;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 992px) {
  #page-use-cases .container .content .use-cases-row .use-cases-col.left {
    margin-left: 8.33333333%;
  }
}
@media (min-width: 1200px) {
  #page-use-cases .container .content .use-cases-row .use-cases-col.left {
    margin-left: 8.33333333%;
  }
}
#page-use-cases .container .content .use-cases-row .use-cases-col .use-case-video {
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
}
@media (max-width: 767px) {
  #page-use-cases .container .content .use-cases-row .use-cases-col .use-case-video {
    height: 250px;

  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #page-use-cases .container .content .use-cases-row .use-cases-col .use-case-video {
    height: 250px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #page-use-cases .container .content .use-cases-row .use-cases-col .use-case-video {
    height: 300px;
  }
}
@media (min-width: 1200px) {
  #page-use-cases .container .content .use-cases-row .use-cases-col .use-case-video {
    height: 350px;
  }
}
#page-use-cases .container .content .use-cases-row .use-cases-col .use-case-video .vimeo-player,
#page-use-cases .container .content .use-cases-row .use-cases-col .use-case-video .vimeo {
  width: 100%;
  height: 100%;
}
#page-use-cases .container .content .use-cases-row .use-cases-col .use-case-video .play-bt{
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  margin-left: -20px !important;
  margin-top: -20px;
  width: 40px;
  height: 40px;
  border: 1px solid #fff;
  border-radius: 50%;
  cursor: pointer;
  color: #fff;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#page-use-cases .container .content .use-cases-row .use-cases-col .use-case-video .play-btn i {
  margin-top: 9px;
  margin-left: 4px;
  font-size: 20px;
}
#page-use-cases .container .content .use-cases-row .use-cases-col .use-case-video:hover .play-btn {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
#page-use-cases .container .content .use-cases-row .use-cases-col h3 {
  font-family: 'Dosis', sans-serif;
  font-weight: 400;
  color: #474747;
  margin-top: 5px;
}
#page-use-cases .container .content .use-cases-row .use-cases-col h4 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  color: #474747;
  font-size: 16px;
  line-height: 1.3em;
}
@media (max-width: 767px) {
  #page-use-cases .container .content .use-cases-row .use-cases-col h3 {
    font-size: 22px;
    line-height: 30px;
  }
}
#page-use-cases .container .content .use-cases-row .use-cases-col p {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-size: 18px;
  color: #474747;
  line-height: 1.5em;
  margin-top: 30px;
}

#page-use-cases .container .content .use-cases-row .use-cases-col p a {
  color: #FF2A68;
  font-size: 14px;
}
#page-use-cases .container .content .use-cases-row .use-cases-col p a:hover {
  font-weight: 400;
}

@media (max-width: 767px) {
  #page-use-cases .container .content .use-cases-row .use-cases-col p {
    font-size: 16px;
    line-height: 24px;
  }
}
#page-use-cases .container .content .use-cases-row .use-cases-col .cta-btn {
  display: block;
  position: relative;
  width: 48%;
  height: 35px;
  padding: 0;
  margin: 0;
  margin-top: 20px;
  background-color: transparent;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  border-left: 1px solid #f7f7f7;
  border-right: 1px solid #f7f7f7;
  border-radius: 0;
  -webkit-font-smoothing: antialiased;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#page-use-cases .container .content .use-cases-row .use-cases-col .cta-btn span {
  color: #474747;
}
#page-use-cases .container .content .use-cases-row .use-cases-col .cta-btn a {
  display: block;
  width: 100%;
  color: #474747;
}
#page-use-cases .container .content .use-cases-row .use-cases-col .cta-btn a:hover {
  color: #fff;
}
#page-use-cases .container .content .use-cases-row .use-cases-col .cta-btn.left {
  float: left !important;
  float: left;
  margin-right: 2%;
}
#page-use-cases .container .content .use-cases-row .use-cases-col .cta-btn.right {
  float: right !important;
  float: right;
  margin-left: 2%;
}
#page-use-cases .container .content .use-cases-row .use-cases-col .cta-btn:before,
#page-use-cases .container .content .use-cases-row .use-cases-col .cta-btn:after {
  content: " ";
  display: block;
  width: 100%;
  height: 8px;
  background-image: url(../images/thin_line.png);
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 100% 1px;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
#page-use-cases .container .content .use-cases-row .use-cases-col .cta-btn:hover,
#page-use-cases .container .content .use-cases-row .use-cases-col .cta-btn:active,
#page-use-cases .container .content .use-cases-row .use-cases-col .cta-btn:focus {
  outline: none;
  background: #0FC8C3;
  border-left: 1px solid #0FC8C3;
  border-right: 1px solid #0FC8C3;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#page-use-cases .container .content .use-cases-row .use-cases-col .cta-btn:hover span,
#page-use-cases .container .content .use-cases-row .use-cases-col .cta-btn:active span,
#page-use-cases .container .content .use-cases-row .use-cases-col .cta-btn:focus span {
  color: #fff;
}
#page-use-cases .container .content .use-cases-row .use-cases-col .cta-btn:hover a,
#page-use-cases .container .content .use-cases-row .use-cases-col .cta-btn:active a,
#page-use-cases .container .content .use-cases-row .use-cases-col .cta-btn:focus a {
  color: #fff;
}
#page-use-cases .container .content .use-cases-row .use-cases-col .cta-btn:hover:before,
#page-use-cases .container .content .use-cases-row .use-cases-col .cta-btn:active:before,
#page-use-cases .container .content .use-cases-row .use-cases-col .cta-btn:focus:before,
#page-use-cases .container .content .use-cases-row .use-cases-col .cta-btn:hover:after,
#page-use-cases .container .content .use-cases-row .use-cases-col .cta-btn:active:after,
#page-use-cases .container .content .use-cases-row .use-cases-col .cta-btn:focus:after {
  background: none;
}
#page-use-cases .container .content .use-cases-row .use-cases-col .cta-btn:before {
  margin-top: -1px;
}
#page-use-cases .container .content .use-cases-row .use-cases-col .cta-btn:after {
  margin-top: 6px;
}
#page-hero-clients {
  height: 600px;
}
#demo-canvas .hero h1{
  display: block;
  line-height: 1.2em;
  font-family: 'Dosis', sans-serif;
  font-size:2.5em;
}
#demo-canvas .hero-canvas {
  width: 100%;
  height: 50%;
}

#page-hero-clients .full-bleed .hero-poster,
#page-hero-clients .full-bleed .hero-gradient {
  height: 600px;
}
#page-hero-clients .full-bleed .container {
  height: 600px;
}
#page-hero-clients .full-bleed .container .content .inner {
  position: relative;
  min-height: 1px;
}
@media (min-width: 768px) {
  #page-hero-clients .full-bleed .container .content .inner {
    float: left;
    width: 100%;
  }
}
@media (min-width: 768px) {
  #page-hero-clients .full-bleed .container .content .inner {
    float: left;
    width: 83.33333333%;
  }
}
@media (min-width: 992px) {
  #page-hero-clients .full-bleed .container .content .inner {
    float: left;
    width: 83.33333333%;
  }
}
@media (min-width: 1200px) {
  #page-hero-clients .full-bleed .container .content .inner {
    float: left;
    width: 83.33333333%;
  }
}
@media (min-width: 768px) {
  #page-hero-clients .full-bleed .container .content .inner {
    margin-left: 8.33333333%;
  }
}
@media (min-width: 992px) {
  #page-hero-clients .full-bleed .container .content .inner {
    margin-left: 8.33333333%;
  }
}
@media (min-width: 1200px) {
  #page-hero-clients .full-bleed .container .content .inner {
    margin-left: 8.33333333%;
  }
}
@media (max-width: 767px) {
  #page-hero-clients .full-bleed .container .content .inner .inner-content .inner-content-static .titles h1 {
    display: block;
    line-height: 1.2em;
    font-family: 'Dosis', sans-serif;
    font-size:2.5em;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #page-hero-clients .full-bleed .container .content .inner .inner-content .inner-content-static .titles h1 {
    display: block;
    line-height: 1.2em;
    font-family: 'Dosis', sans-serif;
    font-size:2.5em;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #page-hero-clients .full-bleed .container .content .inner .inner-content .inner-content-static .titles h1 {
    display: block;
    line-height: 1.2em;
    font-family: 'Dosis', sans-serif;
    font-size:2.5em;
  }
}
@media (min-width: 1200px) {
  #page-hero-clients .full-bleed .container .content .inner .inner-content .inner-content-static .titles h1 {
    display: block;
    line-height: 1.2em;
    font-family: 'Dosis', sans-serif;
    font-size:2.5em;
  }
}
#page-clients {
  background: #fcfcfc;
}
#page-clients .container .content {
  padding-top: 120px;
  padding-bottom: 120px;
}
@media (max-width: 767px) {
  #page-clients .container .content {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
#page-clients .container .content .content-col.logos {
  position: relative;
  min-height: 1px;
}
@media (max-width: 767px) {
  #page-clients .container .content .content-col.logos {
    margin: 0 20px;
  }
}
@media (min-width: 768px) {
  #page-clients .container .content .content-col.logos {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  #page-clients .container .content .content-col.logos {
    float: left;
    width: 50%;
  }
}
@media (min-width: 1200px) {
  #page-clients .container .content .content-col.logos {
    float: left;
    width: 50%;
  }
}
@media (min-width: 768px) {
  #page-clients .container .content .content-col.logos {
    margin-left: 8.33333333%;
  }
}
@media (min-width: 992px) {
  #page-clients .container .content .content-col.logos {
    margin-left: 8.33333333%;
  }
}
@media (min-width: 1200px) {
  #page-clients .container .content .content-col.logos {
    margin-left: 8.33333333%;
  }
}
#page-clients .container .content .content-col.logos .content-row {
}
#page-clients .container .content .content-col.info {
  position: relative;
  min-height: 1px;
}
@media (max-width: 767px) {
  #page-clients .container .content .content-col.info {
    margin-top: 40px;
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media (min-width: 768px) {
  #page-clients .container .content .content-col.info {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 992px) {
  #page-clients .container .content .content-col.info {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 1200px) {
  #page-clients .container .content .content-col.info {
    float: left;
    width: 33.33333333%;
  }
}
#page-clients .container .content .content-col.info #next-quote-xs {
  position: absolute;
  right: 0;
  top: 25%;
  margin-top: -12px;
  cursor: pointer;
}
#page-clients .container .content .content-col.info .clients-quote-introduction,
#page-clients .container .content .content-col.info .client-quote {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 0 10px;
  -webkit-animation-duration: 0.3s;
  -moz-animation-duration: 0.3s;
  -o-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
}
#page-clients .container .content .content-col.info .clients-quote-introduction blockquote,
#page-clients .container .content .content-col.info .client-quote blockquote {
  padding: 0;
  margin: 0;
  border: none;
}
#page-clients .container .content .content-col.info .clients-quote-introduction blockquote p,
#page-clients .container .content .content-col.info .client-quote blockquote p {
  margin: 0;
  padding: 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 24px;
  line-height: 28px;
  color: #474747;
}
@media (max-width: 767px) {
  #page-clients .container .content .content-col.info .clients-quote-introduction blockquote p,
  #page-clients .container .content .content-col.info .client-quote blockquote p {
    font-size: 16px;
    line-height: 24px;
    width: 85%;
    margin: 0 auto;
    display: block;
  }
}
#page-clients .container .content .content-col.info .clients-quote-introduction blockquote footer,
#page-clients .container .content .content-col.info .client-quote blockquote footer {
  font-family: 'Georgia W99 Italic', Georgia, serif;
  color: #474747;
  margin-top: 14px;
}
@media (max-width: 767px) {
  #page-clients .container .content .content-col.info .clients-quote-introduction blockquote footer,
  #page-clients .container .content .content-col.info .client-quote blockquote footer {
    font-size: 16px;
    line-height: 24px;
    width: 85%;
    margin: 0 auto;
    margin-top: 30px;
    display: block;
  }
}
#page-clients .container .content .clients-row {
  position: relative;
  min-height: 1px;
}
@media (min-width: 768px) {
  #page-clients .container .content .clients-row {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  #page-clients .container .content .clients-row {
    float: left;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  #page-clients .container .content .clients-row {
    float: left;
    width: 100%;
  }
}
#page-clients .container .content .clients-row .inner {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  #page-clients .container .content .clients-row .inner {
    margin-bottom: 10px;
  }
}
#page-clients .container .content .clients-row .inner .clients-col {
  position: relative;
  min-height: 1px;
  text-align: center;
  overflow: hidden;
}
@media (max-width: 767px) {
  #page-clients .container .content .clients-row .inner .clients-col {
    width: 33.33333333%;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media (min-width: 768px) {
  #page-clients .container .content .clients-row .inner .clients-col {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 992px) {
  #page-clients .container .content .clients-row .inner .clients-col {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 1200px) {
  #page-clients .container .content .clients-row .inner .clients-col {
    float: left;
    width: 33.33333333%;
  }
}
#page-clients .container .content .clients-row .inner .clients-col .clients-col-inner {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  border-left: 1px solid #f7f7f7;
  border-right: 1px solid #f7f7f7;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 768px) and (max-width: 991px) {
  #page-clients .container .content .clients-row .inner .clients-col .clients-col-inner {
    height: 75px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #page-clients .container .content .clients-row .inner .clients-col .clients-col-inner {
    height: 100px;
  }
}
@media (min-width: 1200px) {
  #page-clients .container .content .clients-row .inner .clients-col .clients-col-inner {
    height: 150px;
  }
}
#page-clients .container .content .clients-row .inner .clients-col .overlay {
  position: absolute;
  top: 0;
  left: 10px;
  right: 10px;
  bottom: 0;
  background: #0FC8C3;
  border: 1px solid #0FC8C3;
  z-index: 10;
  opacity: 0;
  filter: alpha(opacity=0);
}
#page-clients .container .content .clients-row .inner .clients-col .overlay .overlay-inner {
  display: table;
  width: 100%;
  height: 100%;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
  -moz-animation-name: fadeInUp;
  -o-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
#page-clients .container .content .clients-row .inner .clients-col .overlay .overlay-inner .overlay-content {
  width: 100%;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
  padding-left: 20px;
  padding-right: 20px;
}
#page-clients .container .content .clients-row .inner .clients-col:before,
#page-clients .container .content .clients-row .inner .clients-col:after {
  content: " ";
  display: block;
  width: 100%;
  height: 1px;
  background-image: url(../images/thin_line.png);
  background-position: 0 0;
  background-size: 100% 1px;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
#page-clients .container .content .clients-row .inner .clients-col:hover .overlay {
  display: block;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-duration: 0.3s;
  -moz-animation-duration: 0.3s;
  -o-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
}
#page-clients .container .content .clients-row .inner .clients-col:hover .overlay .overlay-inner {
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-duration: 0.4s;
  -moz-animation-duration: 0.4s;
  -o-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
}
@media (max-width: 767px) {
  #page-clients .container .content .clients-row .inner .clients-col:hover .overlay .overlay-inner {
    opacity: 1;
  }
}
#page-clients .container .content .clients-row .inner .clients-col.mouse-top .overlay {
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  -o-animation-name: fadeIn;
  animation-name: fadeIn;
}
@media (max-width: 767px) {
  #page-clients .container .content .clients-row .inner .clients-col.mouse-top .overlay {
    opacity: 1;
  }
}
#page-clients .container .content .clients-row .inner .clients-col.mouse-top .overlay .overlay-inner {
  -webkit-animation-name: fadeInDownBig;
  -moz-animation-name: fadeInDownBig;
  -o-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}
@media (max-width: 767px) {
  #page-clients .container .content .clients-row .inner .clients-col.mouse-top .overlay .overlay-inner {
    opacity: 1;
  }
}
#page-clients .container .content .clients-row .inner .clients-col.mouse-right .overlay {
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  -o-animation-name: fadeIn;
  animation-name: fadeIn;
}
@media (max-width: 767px) {
  #page-clients .container .content .clients-row .inner .clients-col.mouse-right .overlay {
    opacity: 1;
  }
}
#page-clients .container .content .clients-row .inner .clients-col.mouse-right .overlay .overlay-inner {
  -webkit-animation-name: fadeInRightBig;
  -moz-animation-name: fadeInRightBig;
  -o-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}
@media (max-width: 767px) {
  #page-clients .container .content .clients-row .inner .clients-col.mouse-right .overlay .overlay-inner {
    opacity: 1;
  }
}
#page-clients .container .content .clients-row .inner .clients-col.mouse-bottom .overlay {
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  -o-animation-name: fadeIn;
  animation-name: fadeIn;
}
@media (max-width: 767px) {
  #page-clients .container .content .clients-row .inner .clients-col.mouse-bottom .overlay {
    opacity: 1;
  }
}
#page-clients .container .content .clients-row .inner .clients-col.mouse-bottom .overlay .overlay-inner {
  -webkit-animation-name: fadeInUpBig;
  -moz-animation-name: fadeInUpBig;
  -o-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}
@media (max-width: 767px) {
  #page-clients .container .content .clients-row .inner .clients-col.mouse-bottom .overlay .overlay-inner {
    opacity: 1;
  }
}
#page-clients .container .content .clients-row .inner .clients-col.mouse-left .overlay {
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  -o-animation-name: fadeIn;
  animation-name: fadeIn;
}
@media (max-width: 767px) {
  #page-clients .container .content .clients-row .inner .clients-col.mouse-left .overlay {
    opacity: 1;
  }
}
#page-clients .container .content .clients-row .inner .clients-col.mouse-left .overlay .overlay-inner {
  -webkit-animation-name: fadeInLeftBig;
  -moz-animation-name: fadeInLeftBig;
  -o-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}
@media (max-width: 767px) {
  #page-clients .container .content .clients-row .inner .clients-col.mouse-left .overlay .overlay-inner {
    opacity: 1;
  }
}

@media (max-width: 767px) {
  #page-contact-maps {
    height: 300px;
  }
}
.gm-style-iw * {
  display: block;
  width: 100%;
}
.gm-style-iw h4,
.gm-style-iw p {
  margin: 0;
  padding: 0;
}
.gm-style-iw a {
  color: #4272db;
}
#request-contact-loader {
  position: absolute;
  display: none;
  margin-left: 50%;
  left: -12px;
  width: 24px;
  height: 24px;
}
#page-request-demo {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  background: top left #e2e3e3;
  background-size: contain;
  background-repeat: no-repeat;

  /* W3C */
  display: none;
  position: fixed;
  z-index: 999;
}
@media (max-width: 767px) {
  #page-request-demo {
    background: #00C8C5;
  }
}
#page-request-demo .container {
  height: 100%;
}
#page-request-demo .container .row {
  height: 100%;
}
#page-request-demo .container .row .page-request-col {
  position: relative;
  min-height: 1px;
  height: 100%;
}
@media (max-width: 767px) {
  #page-request-demo .container .row .page-request-col {
    margin: 0 40px;
  }
}
@media (min-width: 768px) {
  #page-request-demo .container .row .page-request-col {
    float: left;
    width: 60%;
  }
}
@media (min-width: 992px) {
  #page-request-demo .container .row .page-request-col {
    float: left;
    width: 60%;
  }
}
@media (min-width: 1200px) {
  #page-request-demo .container .row .page-request-col {
    float: left;
    width: 60%;
  }
}
@media (min-width: 768px) {
  #page-request-demo .container .row .page-request-col {
    margin-left: 20%;
  }
}
@media (min-width: 992px) {
  #page-request-demo .container .row .page-request-col {
    margin-left: 20%;
  }
}
@media (min-width: 1200px) {
  #page-request-demo .container .row .page-request-col {
    margin-left: 20%;
  }
}
#page-request-demo .container .row .page-request-col .inner {
  display: table;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
#page-request-demo .container .row .page-request-col .inner .page-request-form {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}

#page-request-demo .container .row .page-request-col .inner .page-request-form h1 {
  font-family: 'Open Sans', sans-serif;
  font-size: 24px;
  color: #fff;
  line-height: 24px;
  margin: 0;
  padding: 0;
  margin-bottom: 35px;
  text-align: center;
}


.page-request-form h2 {
  font-family: 'Dosis', sans-serif;
  font-weight: 400;
  color: #474747;
  line-height: 24px;
  margin: 0;
  padding: 0;
  margin-bottom: 35px;
  text-align: center;
}


@media (max-width: 767px) {
  #page-request-demo .container .row .page-request-col .inner .page-request-form h1 {
    font-size: 16px;
    line-height: 24px;
  }

  .page-request-form h2 {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  #page-request-demo .container .row .page-request-col .inner .page-request-form .form-group {
    width: 46%;
    float: left;
    padding: 0 2%;
  }
}
#page-request-demo .container .row .page-request-col .inner .page-request-form .form-group .form-control {
  outline: none;
  border: none;
  -webkit-box-shadow: inset 0 2px 1px 1px #282b2c;
  box-shadow: inset 0 2px 1px 1px #282b2c;
  background-image: -webkit-linear-gradient(top, #545454 0%, #282b2c 100%);
  background-image: linear-gradient(to bottom, #545454 0%, #282b2c 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff545454', endColorstr='#ff282b2c', GradientType=0);
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  color: #fff;
  padding-top: 9px;
  padding-right: 10px;
  -webkit-border-radius: 0;
  border-radius: 0;
}
#page-request-demo .container .row .page-request-col .inner .page-request-form .form-group .form-control:active,
#page-request-demo .container .row .page-request-col .inner .page-request-form .form-group .form-control:focus {
  outline: none;
}
#page-request-demo .container .row .page-request-col .inner .page-request-form .form-group .form-control::-webkit-input-placeholder,
#page-request-demo .container .row .page-request-col .inner .page-request-form .form-group .form-control:-moz-placeholder,
#page-request-demo .container .row .page-request-col .inner .page-request-form .form-group .form-control::-moz-placeholder,
#page-request-demo .container .row .page-request-col .inner .page-request-form .form-group .form-control:-ms-input-placeholder {
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  color: #fff;
}
#page-request-demo .container .row .page-request-col .inner .page-request-form .form-group .form-control.error {
  -webkit-box-shadow: inset 2px 2px 10px #277c78;
  box-shadow: inset 2px 2px 10px #277c78;
}
#page-request-demo .container .row .page-request-col .inner .page-request-form .form-group select.form-control {
  color: #999999;
  -webkit-appearance: none;
  padding-top: 10px;
}
#page-request-demo .container .row .page-request-col .inner .page-request-form .form-group.has-error .help-block,
#page-request-demo .container .row .page-request-col .inner .page-request-form .form-group.has-error .control-label,
#page-request-demo .container .row .page-request-col .inner .page-request-form .form-group.has-error .radio,
#page-request-demo .container .row .page-request-col .inner .page-request-form .form-group.has-error .checkbox,
#page-request-demo .container .row .page-request-col .inner .page-request-form .form-group.has-error .radio-inline,
#page-request-demo .container .row .page-request-col .inner .page-request-form .form-group.has-error .checkbox-inline {
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  color: #20c6bc !important;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-duration: 0.3s;
  -moz-animation-duration: 0.3s;
  -o-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInLeft;
  -moz-animation-name: fadeInLeft;
  -o-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@media (max-width: 767px) {
  #page-request-demo .container .row .page-request-col .inner .page-request-form .form-group.has-error .help-block,
  #page-request-demo .container .row .page-request-col .inner .page-request-form .form-group.has-error .control-label,
  #page-request-demo .container .row .page-request-col .inner .page-request-form .form-group.has-error .radio,
  #page-request-demo .container .row .page-request-col .inner .page-request-form .form-group.has-error .checkbox,
  #page-request-demo .container .row .page-request-col .inner .page-request-form .form-group.has-error .radio-inline,
  #page-request-demo .container .row .page-request-col .inner .page-request-form .form-group.has-error .checkbox-inline {
    display: none !important;
  }
}
#page-request-demo .container .row .page-request-col .inner .page-request-form .submit-form-btn {
  position: absolute;
  width: 140px;
  height: 36px;
  margin-top: 20px;
  left: 50%;
  margin-left: -70px;
  background: #21252b;
  font-family: 'Adobe Caslon W08 Italic', Georgia, serif;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: .5px;
  border-radius: 2px;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  border-size: 1px;
  border-color: #000000;
  border-style: solid inset #000000;
  -webkit-box-shadow: inset 1px 1px 1px rgba(104, 110, 124, 0.2), inset -1px 1px 1px rgba(104, 110, 124, 0.2), inset 1px -1px 1px rgba(33, 37, 43, 0.2), inset -1px -1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: inset 1px 1px 1px rgba(104, 110, 124, 0.2), inset -1px 1px 1px rgba(104, 110, 124, 0.2), inset 1px -1px 1px rgba(33, 37, 43, 0.2), inset -1px -1px 1px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  #page-request-demo .container .row .page-request-col .inner .page-request-form .submit-form-btn {
    margin-top: 160px;
  }
}
#page-request-demo .container .row .page-request-col .inner .page-request-form .submit-form-btn:focus,
#page-request-demo .container .row .page-request-col .inner .page-request-form .submit-form-btn:active,
#page-request-demo .container .row .page-request-col .inner .page-request-form .submit-form-btn:hover {
  outline: 0;
  color: #fff;
  background: #0FC8C3;
}
#request-demo-loader {
  display: none;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -12px;
  margin-top: -12px;
  width: 24px;
  height: 24px;
}
#page-employees .container {
  padding-top: 50px;
  padding-bottom: 150px;
}
#page-employees .container .header-xs {
  font-family: 'Open Sans', sans-serif;
  color: #0FC8C3;
  font-size: 36px;
  letter-spacing: 1px;
  margin: 0;
  padding: 0;
  margin-top: 20px;
  text-align: center;
}
@media (max-width: 767px) {
  #page-employees .container {
    padding-bottom: 80px;
  }
}
#page-employees .container .employees-filter {
}
#page-employees .container .employees-filter .filter-col {
  position: relative;
  min-height: 1px;
}
@media (min-width: 768px) {
  #page-employees .container .employees-filter .filter-col {
    float: left;
    width: 16.6667%;
  }
}
@media (min-width: 992px) {
  #page-employees .container .employees-filter .filter-col {
    float: left;
    width: 16.6667%;
  }
}
@media (min-width: 1200px) {
  #page-employees .container .employees-filter .filter-col {
    float: left;
    width: 16.6667%;
  }
}
#page-employees .container .employees-filter .filter-col .filter-btn {
  width: 100%;
  height: 35px;
  padding: 0;
  margin: 0;
  margin-top: 20px;
  background-color: transparent;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: #474747;
  border-left: 1px solid #f7f7f7;
  border-right: 1px solid #f7f7f7;
  border-radius: 0;
  -webkit-font-smoothing: antialiased;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#page-employees .container .employees-filter .filter-col .filter-btn.selected,
#page-employees .container .employees-filter .filter-col .filter-btn:hover {
  outline: none;
  background: #0FC8C3;
  border-left: 1px solid #0FC8C3;
  border-right: 1px solid #0FC8C3;
  color: #fff;
}
#page-employees .container .employees-filter .filter-col .filter-btn.selected:before,
#page-employees .container .employees-filter .filter-col .filter-btn:hover:before,
#page-employees .container .employees-filter .filter-col .filter-btn.selected:after,
#page-employees .container .employees-filter .filter-col .filter-btn:hover:after {
  background: none;
}
#page-employees .container .employees-filter .filter-col .filter-btn:focus,
#page-employees .container .employees-filter .filter-col .filter-btn:active {
  outline: none;
}
#page-employees .container .employees-filter .filter-col .filter-btn:before,
#page-employees .container .employees-filter .filter-col .filter-btn:after {
  content: " ";
  display: block;
  width: 100%;
  height: 8px;
  background-image: url(../images/thin_line.png);
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 100% 1px;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
#page-employees .container .employees-filter .filter-col .filter-btn:before {
  margin-top: -1px;
}
#page-employees .container .employees-filter .filter-col .filter-btn:after {
  margin-top: 6px;
}
#page-employees .container .employees-header {
  margin-top: 50px;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  #page-employees .container .employees-header {
    margin-top: 20px;
  }
}
#page-employees .container .employees-header .inner {
  position: relative;
  min-height: 1px;
  height: 0;
}
@media (max-width: 767px) {
  #page-employees .container .employees-header .inner {
    margin: 0 20px;
    height: 100px;
  }
}
@media (min-width: 768px) {
  #page-employees .container .employees-header .inner {
    float: left;
    width: 66.66666667%;
  }
}
@media (min-width: 992px) {
  #page-employees .container .employees-header .inner {
    float: left;
    width: 66.66666667%;
  }
}
@media (min-width: 1200px) {
  #page-employees .container .employees-header .inner {
    float: left;
    width: 66.66666667%;
  }
}
@media (min-width: 768px) {
  #page-employees .container .employees-header .inner {
    margin-left: 16.66666667%;
  }
}
@media (min-width: 992px) {
  #page-employees .container .employees-header .inner {
    margin-left: 16.66666667%;
  }
}
@media (min-width: 1200px) {
  #page-employees .container .employees-header .inner {
    margin-left: 16.66666667%;
  }
}
#page-employees .container .employees-header .inner .team-description {
  display: none;
  overflow: hidden;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  line-height: 1.5em;
  font-size: 18px;
  color: #545454;
  text-align: center;
  margin: 0;
  padding: 0;
  -webkit-animation-duration: 0.3s;
  -moz-animation-duration: 0.3s;
  -o-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
}
@media (max-width: 767px) {
  #page-employees .container .employees-header .inner .team-description {
    font-size: 16px;
    line-height: 24px;
  }
}
#page-employees .container .employees-header .inner .team-description.active {
  display: block;
}
#page-employees .container .employees {
  overflow: hidden;
}
#page-employees .container .employees .employees-container {
  height: auto;
}
@media (max-width: 767px) {
  #page-employees .container .employees .employees-container {
    margin: 0 20px;
  }
}
#page-employees .container .employees .employees-container .employee {
  position: relative;
  min-height: 1px;
  overflow: hidden;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  #page-employees .container .employees .employees-container .employee {
    width: 50%;
    float: left;
    padding: 0 10px;
    padding-bottom: 45%;
  }
}
#page-employees .container .employees .employees-container .employee.hidden-xs {
  display: none;
}
@media (min-width: 768px) {
  #page-employees .container .employees .employees-container .employee {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 992px) {
  #page-employees .container .employees .employees-container .employee {
    float: left;
    width: 25%;
  }
}
@media (min-width: 1200px) {
  #page-employees .container .employees .employees-container .employee {
    float: left;
    width: 25%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #page-employees .container .employees .employees-container .employee {
    height: 237px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #page-employees .container .employees .employees-container .employee {
    height: 228px;
  }
}
@media (min-width: 1200px) {
  #page-employees .container .employees .employees-container .employee {
    height: 278px;
  }
}
#page-employees .container .employees .employees-container .employee .image {
  position: absolute;
  top: 0;
  left: 10px;
  right: 10px;
  bottom: 0;
  background-size: cover;
}
#page-employees .container .employees .employees-container .employee .overlay {
  position: absolute;
  top: 0;
  left: 10px;
  right: 10px;
  bottom: 0;
  background: #0FC8C3;
  border: 1px solid #0FC8C3;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
}
#page-employees .container .employees .employees-container .employee .overlay .overlay-inner {
  display: table;
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
  -moz-animation-name: fadeInUp;
  -o-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
#page-employees .container .employees .employees-container .employee .overlay .overlay-inner .overlay-content {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: top;
  padding: 20px;
  overflow: hidden;
  color: #fff;
  cursor: default !important;
}
#page-employees .container .employees .employees-container .employee .overlay .overlay-inner .overlay-content h5 {
  padding: 0;
  margin: 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 24px;
  margin-bottom: 8px;
}
#page-employees .container .employees .employees-container .employee .overlay .overlay-inner .overlay-content h6 {
  padding: 0;
  margin: 0;
  font-family: 'Dosis', sans-serif;
  font-weight: 800;
  font-size: 16px;
  margin-bottom: 8px;
}
#page-employees .container .employees .employees-container .employee .overlay .overlay-inner .overlay-content p {
  padding: 0;
  margin: 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 18px;
}
#page-employees .container .employees .employees-container .employee:hover .overlay {
  display: block;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-duration: 0.3s;
  -moz-animation-duration: 0.3s;
  -o-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
}
#page-employees .container .employees .employees-container .employee:hover .overlay .overlay-inner {
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-duration: 0.4s;
  -moz-animation-duration: 0.4s;
  -o-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
}
#page-employees .container .employees .employees-container .employee.mouse-top .overlay {
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  -o-animation-name: fadeIn;
  animation-name: fadeIn;
  opacity: 1;
  filter: alpha(opacity=100);
}
#page-employees .container .employees .employees-container .employee.mouse-top .overlay .overlay-inner {
  -webkit-animation-name: fadeInDownBig;
  -moz-animation-name: fadeInDownBig;
  -o-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
  opacity: 1;
  filter: alpha(opacity=100);
}
#page-employees .container .employees .employees-container .employee.mouse-right .overlay {
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  -o-animation-name: fadeIn;
  animation-name: fadeIn;
  opacity: 1;
  filter: alpha(opacity=100);
}
#page-employees .container .employees .employees-container .employee.mouse-right .overlay .overlay-inner {
  -webkit-animation-name: fadeInRightBig;
  -moz-animation-name: fadeInRightBig;
  -o-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
  opacity: 1;
  filter: alpha(opacity=100);
}
#page-employees .container .employees .employees-container .employee.mouse-bottom .overlay {
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  -o-animation-name: fadeIn;
  animation-name: fadeIn;
  opacity: 1;
  filter: alpha(opacity=100);
}
#page-employees .container .employees .employees-container .employee.mouse-bottom .overlay .overlay-inner {
  -webkit-animation-name: fadeInUpBig;
  -moz-animation-name: fadeInUpBig;
  -o-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
  opacity: 1;
  filter: alpha(opacity=100);
}
#page-employees .container .employees .employees-container .employee.mouse-left .overlay {
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  -o-animation-name: fadeIn;
  animation-name: fadeIn;
  opacity: 1;
  filter: alpha(opacity=100);
}
#page-employees .container .employees .employees-container .employee.mouse-left .overlay .overlay-inner {
  -webkit-animation-name: fadeInLeftBig;
  -moz-animation-name: fadeInLeftBig;
  -o-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
  opacity: 1;
  filter: alpha(opacity=100);
}
#page-about-image-grid {
  width: 100%;
  background: #f3f5f5;
}
#page-about-image-grid .container {
  overflow: hidden;
  background: #f3f5f5;
}
#page-about-image-grid .container .grid-header {
  margin-top: 100px;
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  #page-about-image-grid .container .grid-header {
    margin-top: 80px;
  }
}
#page-about-image-grid .container .grid-header .inner {
  position: relative;
  min-height: 1px;
}
@media (max-width: 767px) {
  #page-about-image-grid .container .grid-header .inner {
    margin: 0 20px;
  }
}
@media (min-width: 768px) {
  #page-about-image-grid .container .grid-header .inner {
    float: left;
    width: 66.66666667%;
  }
}
@media (min-width: 992px) {
  #page-about-image-grid .container .grid-header .inner {
    float: left;
    width: 66.66666667%;
  }
}
@media (min-width: 1200px) {
  #page-about-image-grid .container .grid-header .inner {
    float: left;
    width: 66.66666667%;
  }
}
@media (min-width: 768px) {
  #page-about-image-grid .container .grid-header .inner {
    margin-left: 16.66666667%;
  }
}
@media (min-width: 992px) {
  #page-about-image-grid .container .grid-header .inner {
    margin-left: 16.66666667%;
  }
}
@media (min-width: 1200px) {
  #page-about-image-grid .container .grid-header .inner {
    margin-left: 16.66666667%;
  }
}
#page-about-image-grid .container .grid-header .inner h1 {
  font-family: 'Open Sans', sans-serif;
  font-size: 24px;
  color: #545454;
  text-align: center;
  margin: 0;
  padding: 0;
}
@media (max-width: 767px) {
  #page-about-image-grid .container .grid-header .inner h1 {
    font-size: 16px;
    line-height: 24px;
  }
}
#page-about-image-grid .container .grid {
  margin-left: -10px;
  margin-right: -20px;
  overflow: hidden;
  background: #f3f5f5;
}
@media (max-width: 767px) {
  #page-about-image-grid .container .grid {
    margin-left: 0px;
    margin-right: 0px;
  }
}
#page-about-image-grid .container .grid .image {
  cursor: pointer;
}
#page-about-image-grid .container .grid .image .inner {
  padding: 5px;
  overflow: hidden;
}
#page-about-image-grid .container .grid .image .inner .image-container {
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
#page-about-image-grid .container .grid .image .inner .overlay {
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  background: #0FC8C3;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
}
#page-about-image-grid .container .grid .image .inner .overlay .overlay-inner {
  display: table;
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
  -moz-animation-name: fadeInUp;
  -o-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
#page-about-image-grid .container .grid .image .inner .overlay .overlay-inner .overlay-content {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: top;
  padding: 20px;
  overflow: hidden;
  color: #fff;
  cursor: default !important;
}
#page-about-image-grid .container .grid .image .inner .overlay .overlay-inner .overlay-content h5 {
  padding: 0;
  margin: 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  #page-about-image-grid .container .grid .image .inner .overlay .overlay-inner .overlay-content h5 {
    font-size: 12px;
    line-height: 1;
  }
}
#page-about-image-grid .container .grid .image .inner .overlay .overlay-inner .overlay-content blockquote {
  padding: 0;
  margin: 0;
  width: 100%;
  border: none;
}
#page-about-image-grid .container .grid .image .inner .overlay .overlay-inner .overlay-content blockquote p {
  margin: 0;
  padding: 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  line-height: 20px;
  color: #fff;
  width: 75%;
}
@media (max-width: 767px) {
  #page-about-image-grid .container .grid .image .inner .overlay .overlay-inner .overlay-content blockquote p {
    width: 90%;
  }
}
@media (max-width: 767px) {
  #page-about-image-grid .container .grid .image .inner .overlay .overlay-inner .overlay-content blockquote p {
    font-size: 12px;
    line-height: 1;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #page-about-image-grid .container .grid .image .inner .overlay .overlay-inner .overlay-content blockquote p {
    font-size: 14px;
    line-height: 1;
  }
}
#page-about-image-grid .container .grid .image .inner .overlay .overlay-inner .overlay-content blockquote footer {
  font-family: Georgia, serif;
  color: #fff;
  margin-top: 20px;
}
@media (max-width: 767px) {
  #page-about-image-grid .container .grid .image .inner .overlay .overlay-inner .overlay-content blockquote footer {
    font-size: 12px;
    line-height: 1;
  }
}
#page-about-image-grid .container .grid .image:hover .inner .overlay {
  display: block;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-duration: 0.3s;
  -moz-animation-duration: 0.3s;
  -o-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
}
#page-about-image-grid .container .grid .image:hover .inner .overlay .overlay-inner {
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-duration: 0.4s;
  -moz-animation-duration: 0.4s;
  -o-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
}
#page-about-image-grid .container .grid .image.mouse-top .inner .overlay {
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  -o-animation-name: fadeIn;
  animation-name: fadeIn;
  opacity: 1;
  filter: alpha(opacity=100);
}
#page-about-image-grid .container .grid .image.mouse-top .inner .overlay .overlay-inner {
  -webkit-animation-name: fadeInDownBig;
  -moz-animation-name: fadeInDownBig;
  -o-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
  opacity: 1;
  filter: alpha(opacity=100);
}
#page-about-image-grid .container .grid .image.mouse-right .inner .overlay {
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  -o-animation-name: fadeIn;
  animation-name: fadeIn;
  opacity: 1;
  filter: alpha(opacity=100);
}
#page-about-image-grid .container .grid .image.mouse-right .inner .overlay .overlay-inner {
  -webkit-animation-name: fadeInRightBig;
  -moz-animation-name: fadeInRightBig;
  -o-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
  opacity: 1;
  filter: alpha(opacity=100);
}
#page-about-image-grid .container .grid .image.mouse-bottom .inner .overlay {
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  -o-animation-name: fadeIn;
  animation-name: fadeIn;
  opacity: 1;
  filter: alpha(opacity=100);
}
#page-about-image-grid .container .grid .image.mouse-bottom .inner .overlay .overlay-inner {
  -webkit-animation-name: fadeInUpBig;
  -moz-animation-name: fadeInUpBig;
  -o-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
  opacity: 1;
  filter: alpha(opacity=100);
}
#page-about-image-grid .container .grid .image.mouse-left .inner .overlay {
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  -o-animation-name: fadeIn;
  animation-name: fadeIn;
  opacity: 1;
  filter: alpha(opacity=100);
}
#page-about-image-grid .container .grid .image.mouse-left .inner .overlay .overlay-inner {
  -webkit-animation-name: fadeInLeftBig;
  -moz-animation-name: fadeInLeftBig;
  -o-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
  opacity: 1;
  filter: alpha(opacity=100);
}
#page-about-image-grid .container .grid .resize {
  float: none !important;
}
@media (max-width: 767px) {
  #page-about-image-grid .container .grid .resize {
    width: 25%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #page-about-image-grid .container .grid .resize {
    width: 97px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #page-about-image-grid .container .grid .resize {
    width: 100px;
  }
}
@media (min-width: 1200px) {
  #page-about-image-grid .container .grid .resize {
    width: 150px;
  }
}
@media (max-width: 767px) {
  #page-about-image-grid .container .grid .image.small-image {
    width: 50%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #page-about-image-grid .container .grid .image.small-image {
    width: 194px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #page-about-image-grid .container .grid .image.small-image {
    width: 200px;
  }
}
@media (min-width: 1200px) {
  #page-about-image-grid .container .grid .image.small-image {
    width: 300px;
  }
}
@media (max-width: 767px) {
  #page-about-image-grid .container .grid .image.small-image {
    padding-top: 50%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #page-about-image-grid .container .grid .image.small-image {
    height: 150px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #page-about-image-grid .container .grid .image.small-image {
    height: 194px;
  }
}
@media (min-width: 1200px) {
  #page-about-image-grid .container .grid .image.small-image {
    height: 234px;
  }
}
@media (max-width: 767px) {
  #page-about-image-grid .container .grid .image.medium-image {
    width: 50%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #page-about-image-grid .container .grid .image.medium-image {
    width: 194px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #page-about-image-grid .container .grid .image.medium-image {
    width: 200px;
  }
}
@media (min-width: 1200px) {
  #page-about-image-grid .container .grid .image.medium-image {
    width: 300px;
  }
}
@media (max-width: 767px) {
  #page-about-image-grid .container .grid .image.medium-image {
    padding-top: 50%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #page-about-image-grid .container .grid .image.medium-image {
    height: 300px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #page-about-image-grid .container .grid .image.medium-image {
    height: 388px;
  }
}
@media (min-width: 1200px) {
  #page-about-image-grid .container .grid .image.medium-image {
    height: 468px;
  }
}
@media (max-width: 767px) {
  #page-about-image-grid .container .grid .image.large-image {
    width: 50%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #page-about-image-grid .container .grid .image.large-image {
    width: 388px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #page-about-image-grid .container .grid .image.large-image {
    width: 400px;
  }
}
@media (min-width: 1200px) {
  #page-about-image-grid .container .grid .image.large-image {
    width: 600px;
  }
}
@media (max-width: 767px) {
  #page-about-image-grid .container .grid .image.large-image {
    padding-top: 50%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #page-about-image-grid .container .grid .image.large-image {
    height: 300px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #page-about-image-grid .container .grid .image.large-image {
    height: 388px;
  }
}
@media (min-width: 1200px) {
  #page-about-image-grid .container .grid .image.large-image {
    height: 468px;
  }
}
#page-about-image-grid .container .grid:after {
  content: '';
  display: block;
  clear: both;
}
#page-use-cases-content .container .inner {
  margin-left: -20px;
  margin-right: -20px;
}
#page-use-cases-content .container .inner .use-case {
  position: relative;
  min-height: 1px;
}
@media (max-width: 767px) {
  #page-use-cases-content .container .inner .use-case {
    margin: 0 30px;
  }
}
@media (min-width: 768px) {
  #page-use-cases-content .container .inner .use-case {
    float: left;
    width: 83.33333333%;
  }
}
@media (min-width: 992px) {
  #page-use-cases-content .container .inner .use-case {
    float: left;
    width: 83.33333333%;
  }
}
@media (min-width: 1200px) {
  #page-use-cases-content .container .inner .use-case {
    float: left;
    width: 83.33333333%;
  }
}
@media (min-width: 768px) {
  #page-use-cases-content .container .inner .use-case {
    margin-left: 8.33333333%;
  }
}
@media (min-width: 992px) {
  #page-use-cases-content .container .inner .use-case {
    margin-left: 8.33333333%;
  }
}
@media (min-width: 1200px) {
  #page-use-cases-content .container .inner .use-case {
    margin-left: 8.33333333%;
  }
}
#page-use-cases-content .container .inner .use-case h1 {
  font-family: 'Open Sans', sans-serif;
  font-size: 36px;
  color: #474747;
  text-align: center;
  padding: 0;
  margin: 120px 0;
}
@media (max-width: 767px) {
  #page-use-cases-content .container .inner .use-case h1 {
    font-size: 24px;
    line-height: 32px;
    margin: 80px 0;
  }
}
#page-use-cases-content .container .inner .use-case .content {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  color: #474747;
  margin: 0;
}
@media (max-width: 767px) {
  #page-use-cases-content .container .inner .use-case .content {
    font-size: 16px;
    line-height: 24px;
  }
}
#page-use-cases-content .container .inner .use-case .content .content-col {
  position: relative;
  min-height: 1px;
}
@media (min-width: 768px) {
  #page-use-cases-content .container .inner .use-case .content .content-col {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  #page-use-cases-content .container .inner .use-case .content .content-col {
    float: left;
    width: 50%;
  }
}
@media (min-width: 1200px) {
  #page-use-cases-content .container .inner .use-case .content .content-col {
    float: left;
    width: 50%;
  }
}
#page-use-cases-content .container .inner .use-case .page-back {
  display: block;
  width: 12px;
  height: 20px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 110px;
}
#page-use-cases-content .container .inner .use-case .use-case-video {
  margin-top: 120px;
  margin-bottom: 110px;
  position: relative;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
}
@media (max-width: 767px) {
  #page-use-cases-content .container .inner .use-case .use-case-video {
    margin-bottom: 80px;
    margin-top: 0;
  }
}
#page-use-cases-content .container .inner .use-case .use-case-video .vimeo-player,
#page-use-cases-content .container .inner .use-case .use-case-video .vimeo {
  width: 100%;
  height: 100%;
}
#page-use-cases-content .container .inner .use-case .use-case-video .play-btn {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  margin-left: -20px !important;
  margin-top: -20px;
  width: 40px;
  height: 40px;
  border: 1px solid #fff;
  border-radius: 50%;
  cursor: pointer;
  color: #fff;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#page-use-cases-content .container .inner .use-case .use-case-video .play-btn i {
  margin-top: 9px;
  margin-left: 4px;
  font-size: 20px;
}
#page-use-cases-content .container .inner .use-case .use-case-video:hover .play-btn {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
@media (min-width: 768px) and (max-width: 991px) {
  #page-use-cases-content .container .inner .use-case .use-case-video {
    height: 400px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #page-use-cases-content .container .inner .use-case .use-case-video {
    height: 500px;
  }
}
@media (min-width: 1200px) {
  #page-use-cases-content .container .inner .use-case .use-case-video {
    height: 600px;
  }
}
#page-use-cases.single {
  background: #f3f5f5;
}
#page-use-cases.single .container {
  background: #f3f5f5;
}
#page-use-cases.single .container h1 {
  margin-bottom: 60px !important;
}
#page-careers {
  background: #fcfcfc;
}
#page-careers .container {
  padding-top: 140px;
  padding-bottom: 150px;
}
@media (max-width: 767px) {
  #page-careers .container {
    padding-top: 40px;
  }
}
#page-careers .container .careers-filter {
}
#page-careers .container .careers-filter .filter-col {
  position: relative;
  min-height: 1px;
  -webkit-animation-duration: 0.3s;
  -moz-animation-duration: 0.3s;
  -o-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
}
@media (min-width: 768px) {
  #page-careers .container .careers-filter .filter-col {
    float: left;
    width: 100%;
  }
}
@media (min-width: 768px) {
  #page-careers .container .careers-filter .filter-col {
    float: left;
    width: 20%;
  }
}
@media (min-width: 992px) {
  #page-careers .container .careers-filter .filter-col {
    float: left;
    width: 20%;
  }
}
@media (min-width: 1200px) {
  #page-careers .container .careers-filter .filter-col {
    float: left;
    width: 20%;
  }
}
#page-careers .container .careers-filter .filter-col .filter-btn {
  width: 100%;
  height: 35px;
  padding: 0;
  margin: 0;
  margin-top: 20px;
  background-color: transparent;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: #474747;
  border-left: 1px solid #f7f7f7;
  border-right: 1px solid #f7f7f7;
  border-radius: 0;
  -webkit-font-smoothing: antialiased;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#page-careers .container .careers-filter .filter-col .filter-btn.selected,
#page-careers .container .careers-filter .filter-col .filter-btn:hover,
#page-careers .container .careers-filter .filter-col .filter-btn:active,
#page-careers .container .careers-filter .filter-col .filter-btn:focus {
  outline: none;
  background: #0FC8C3;
  border-left: 1px solid #0FC8C3;
  border-right: 1px solid #0FC8C3;
  color: #fff;
}
#page-careers .container .careers-filter .filter-col .filter-btn.selected:before,
#page-careers .container .careers-filter .filter-col .filter-btn:hover:before,
#page-careers .container .careers-filter .filter-col .filter-btn:active:before,
#page-careers .container .careers-filter .filter-col .filter-btn:focus:before,
#page-careers .container .careers-filter .filter-col .filter-btn.selected:after,
#page-careers .container .careers-filter .filter-col .filter-btn:hover:after,
#page-careers .container .careers-filter .filter-col .filter-btn:active:after,
#page-careers .container .careers-filter .filter-col .filter-btn:focus:after {
  background: none;
}
#page-careers .container .careers-filter .filter-col .filter-btn:before,
#page-careers .container .careers-filter .filter-col .filter-btn:after {
  content: " ";
  display: block;
  width: 100%;
  height: 8px;
  background-image: url(../images/thin_line.png);
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 100% 1px;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
#page-careers .container .careers-filter .filter-col .filter-btn:before {
  margin-top: -1px;
}
#page-careers .container .careers-filter .filter-col .filter-btn:after {
  margin-top: 6px;
}
#page-careers .container .careers-loader {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 24px;
  height: 24px;
  margin-top: 40px;
}
#page-careers .container .header-xs {
  font-family: 'Open Sans', sans-serif;
  color: #0FC8C3;
  font-size: 36px;
  letter-spacing: 1px;
  margin: 0;
  padding: 0;
  margin-top: 20px;
  text-align: center;
}
#page-careers .container .careers-header {
  margin-top: 50px;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  #page-careers .container .careers-header {
    margin-top: 20px;
  }
}
#page-careers .container .careers-header .inner-xs,
#page-careers .container .careers-header .inner {
  position: relative;
  min-height: 1px;
  height: 0;
}
@media (max-width: 767px) {
  #page-careers .container .careers-header .inner-xs,
  #page-careers .container .careers-header .inner {
    margin: 0 20px;
  }
}
@media (min-width: 768px) {
  #page-careers .container .careers-header .inner-xs,
  #page-careers .container .careers-header .inner {
    float: left;
    width: 66.66666667%;
  }
}
@media (min-width: 992px) {
  #page-careers .container .careers-header .inner-xs,
  #page-careers .container .careers-header .inner {
    float: left;
    width: 66.66666667%;
  }
}
@media (min-width: 1200px) {
  #page-careers .container .careers-header .inner-xs,
  #page-careers .container .careers-header .inner {
    float: left;
    width: 66.66666667%;
  }
}
@media (min-width: 768px) {
  #page-careers .container .careers-header .inner-xs,
  #page-careers .container .careers-header .inner {
    margin-left: 16.66666667%;
  }
}
@media (min-width: 992px) {
  #page-careers .container .careers-header .inner-xs,
  #page-careers .container .careers-header .inner {
    margin-left: 16.66666667%;
  }
}
@media (min-width: 1200px) {
  #page-careers .container .careers-header .inner-xs,
  #page-careers .container .careers-header .inner {
    margin-left: 16.66666667%;
  }
}
#page-careers .container .careers-header .inner-xs h1,
#page-careers .container .careers-header .inner h1 {
  display: none;
  overflow: hidden;
  font-family: 'Open Sans', sans-serif;
  font-size: 24px;
  color: #545454;
  text-align: center;
  margin: 0;
  padding: 0;
  -webkit-animation-duration: 0.3s;
  -moz-animation-duration: 0.3s;
  -o-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  #page-careers .container .careers-header .inner-xs h1,
  #page-careers .container .careers-header .inner h1 {
    font-size: 16px;
    line-height: 24px;
  }
}
#page-careers .container .careers-header .inner-xs h1.active,
#page-careers .container .careers-header .inner h1.active {
  display: block;
}
#page-careers .container .careers-job {
  overflow: hidden;
}
#page-careers .container .careers-job .page-back {
  display: block;
  width: 12px;
  height: 20px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
}
#page-careers .container .careers-job .row {
  overflow: hidden;
}
#page-careers .container .careers-job .row .form-inner {
  margin-top: 80px;
  position: relative;
  min-height: 1px;
}
@media (max-width: 767px) {
  #page-careers .container .careers-job .row .form-inner {
    margin: 50px 20px 0 20px;
    font-size: 16px;
    line-height: 24px;
  }
}
@media (min-width: 768px) {
  #page-careers .container .careers-job .row .form-inner {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  #page-careers .container .careers-job .row .form-inner {
    float: left;
    width: 50%;
  }
}
@media (min-width: 1200px) {
  #page-careers .container .careers-job .row .form-inner {
    float: left;
    width: 50%;
  }
}
@media (min-width: 768px) {
  #page-careers .container .careers-job .row .form-inner {
    margin-left: 25%;
  }
}
@media (min-width: 992px) {
  #page-careers .container .careers-job .row .form-inner {
    margin-left: 25%;
  }
}
@media (min-width: 1200px) {
  #page-careers .container .careers-job .row .form-inner {
    margin-left: 25%;
  }
}
#page-careers .container .careers-job .row .inner {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  color: #474747;
  overflow: hidden;
  position: relative;
  min-height: 1px;
}
@media (max-width: 767px) {
  #page-careers .container .careers-job .row .inner {
    margin: 0 20px;
    font-size: 16px;
    line-height: 24px;
  }
}
@media (min-width: 768px) {
  #page-careers .container .careers-job .row .inner {
    float: left;
    width: 83.33333333%;
  }
}
@media (min-width: 992px) {
  #page-careers .container .careers-job .row .inner {
    float: left;
    width: 83.33333333%;
  }
}
@media (min-width: 1200px) {
  #page-careers .container .careers-job .row .inner {
    float: left;
    width: 83.33333333%;
  }
}
@media (min-width: 768px) {
  #page-careers .container .careers-job .row .inner {
    margin-left: 8.33333333%;
  }
}
@media (min-width: 992px) {
  #page-careers .container .careers-job .row .inner {
    margin-left: 8.33333333%;
  }
}
@media (min-width: 1200px) {
  #page-careers .container .careers-job .row .inner {
    margin-left: 8.33333333%;
  }
}
#page-careers .container .careers-job .row .inner h2 {
  margin: 0;
  padding: 0;
  margin-top: 1px;
  font-family: 'Open Sans', sans-serif;
  font-size: 24px;
  line-height: 36px;
  color: #474747;
  text-align: center;
}
@media (max-width: 767px) {
  #page-careers .container .careers-job .row .inner h2 {
    font-size: 24px;
    line-height: 32px;
    text-align: left;
  }
}
#page-careers .container .careers-job .row .inner h3 {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  color: #474747;
  font-weight: bold;
}
@media (max-width: 767px) {
  #page-careers .container .careers-job .row .inner h3 {
    font-size: 16px;
    line-height: 24px;
  }
}
#page-careers .container .careers-job .row .inner h5 {
  margin: 0;
  padding: 0;
  margin-bottom: 40px;
  margin-top: 10px;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  color: #474747;
  text-align: center;
  font-style: italic;
}
@media (max-width: 767px) {
  #page-careers .container .careers-job .row .inner h5 {
    font-size: 16px;
    line-height: 24px;
    text-align: left;
  }
}
#page-careers .container .careers {
  overflow: hidden;
}
#page-careers .container .careers .careers-container {
  height: auto;
  position: relative;
  min-height: 1px;
}
@media (min-width: 768px) {
  #page-careers .container .careers .careers-container {
    float: left;
    width: 83.33333333%;
  }
}
@media (min-width: 992px) {
  #page-careers .container .careers .careers-container {
    float: left;
    width: 83.33333333%;
  }
}
@media (min-width: 1200px) {
  #page-careers .container .careers .careers-container {
    float: left;
    width: 83.33333333%;
  }
}
@media (min-width: 768px) {
  #page-careers .container .careers .careers-container {
    margin-left: 8.33333333%;
  }
}
@media (min-width: 992px) {
  #page-careers .container .careers .careers-container {
    margin-left: 8.33333333%;
  }
}
@media (min-width: 1200px) {
  #page-careers .container .careers .careers-container {
    margin-left: 8.33333333%;
  }
}
#page-careers .container .careers .careers-container .careers-jobs {
  background-image: url(../images/thin_line_large.png);
  background-position: bottom left;
  background-repeat: no-repeat;
  background-size: contain;
}
#page-careers .container .careers .careers-container .careers-jobs .job {
  padding: 20px 0;
  background-image: url(../images/thin_line_large.png);
  background-position: top left;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-animation-duration: 0.3s;
  -moz-animation-duration: 0.3s;
  -o-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
}
@media (max-width: 767px) {
  #page-careers .container .careers .careers-container .careers-jobs .job {
    padding: 20px 0;
  }
}
#page-careers .container .careers .careers-container .careers-jobs .job h2 {
  margin: 0;
  padding: 0;
  margin-top: 1px;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 16px;
  color: #474747;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  #page-careers .container .careers .careers-container .careers-jobs .job h2 {
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  #page-careers .container .careers .careers-container .careers-jobs .job h2 {
    font-size: 16px;
    line-height: 32px;
    text-align: center;
  }
}
#page-careers .container .careers .careers-container .careers-jobs .job:hover {
  background: #0FC8C3;
}
#page-careers .container .careers .careers-container .careers-jobs .job:hover h2 {
  color: #fff;
  margin-left: 20px;
}
@media (max-width: 767px) {
  #page-careers .container .careers .careers-container .careers-jobs .job:hover h2 {
    margin-left: 0;
  }
}
#page-careers .container .careers .careers-container .careers-jobs .job.odd {
  background-image: url(../images/thin_line_large_gradient.png);
  background-size: 100% 100%;
}
#page-careers-header .container {
  padding-top: 120px;
}

#page-careers-header .features-col-inner .ul{
  text-align: left;
}


#page-careers-header .container .row .inner {
  position: relative;
  min-height: 1px;
}

#page-careers-header .container .row .inner ul {
  font-family:'Open Sans', sans-serif;
  font-weight:300;
  font-size:18px;
  line-height:1.5em;
  margin-bottom: 1em;
}

@media (max-width: 767px) {
  #page-careers-header .container .row .inner {
    margin: 0 20px;
  }
}
@media (min-width: 768px) {
  #page-careers-header .container .row .inner {
    float: left;
    width: 66.66666667%;
  }
}
@media (min-width: 992px) {
  #page-careers-header .container .row .inner {
    float: left;
    width: 66.66666667%;
  }
}
@media (min-width: 1200px) {
  #page-careers-header .container .row .inner {
    float: left;
    width: 70%;
  }
}
@media (min-width: 768px) {
  #page-careers-header .container .row .inner {
    margin-left: 16.66666667%;
  }
}
@media (min-width: 992px) {
  #page-careers-header .container .row .inner {
    margin-left: 16.66666667%;
  }
}
@media (min-width: 1200px) {
  #page-careers-header .container .row .inner {
    margin-left: 16.66666667%;
  }
}
#page-careers-header .container .row .inner h1 {
  font-family: 'Dosis', sans-serif;
  font-size: 36px;
  font-weight: 400;
  color: #474747;
  text-align: center;
  margin: 0;
  padding: 0;
  margin-bottom: 30px;
}

#page-features ul > li {
  text-align: left;
  font-size: 18px;
  color: #235A96;
  margin: 10px 0px;
  animation-name: fadeInUp;
}

@media (max-width: 767px) {
  #page-careers-header .container .row .inner h1 {
    color: #0FC8C3;
  }
}
#page-careers-header .full-bleed h5 {
  font-family:'Open Sans', sans-serif;
  font-weight:300;
  font-size:24px;
  line-height:1.5em;
}
@media (max-width: 767px) {
  #page-careers-header .container .row .inner h5 {
    font-size: 16px;
    line-height: 24px;
  }
  #page-careers-header .full-bleed h5 {
  font-family:'Open Sans', sans-serif;
  text-align: center;
  font-weight:300;
  font-size:20px;
  line-height:1.5em;
}
}
#page-careers-header .image-slider-container {
  width: 100%;
  overflow: hidden;
}
#page-careers-header .image-slider-container .image-slider {
  width: 125%;
  margin-left: -12.5%;
}
#page-careers-header .image-slider-container .image-slider .cycle-slide {
  padding: 0 10px;
  cursor: pointer;
}
#page-careers-header .image-slider-container .image-slider .cycle-slide .inner {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
#page-careers-hero {
  height: 600px;
}
#page-careers-hero .full-bleed .hero-poster,
#page-careers-hero .full-bleed .hero-gradient {
  height: 600px;
}
#page-careers-hero .full-bleed .container {
  height: 600px;
}
#page-careers-hero .full-bleed .container .content .inner {
  position: relative;
  min-height: 1px;
}
@media (min-width: 768px) {
  #page-careers-hero .full-bleed .container .content .inner {
    float: left;
    width: 100%;
  }
}
@media (min-width: 768px) {
  #page-careers-hero .full-bleed .container .content .inner {
    float: left;
    width: 66.66666667%;
  }
}
@media (min-width: 992px) {
  #page-careers-hero .full-bleed .container .content .inner {
    float: left;
    width: 66.66666667%;
  }
}
@media (min-width: 1200px) {
  #page-careers-hero .full-bleed .container .content .inner {
    float: left;
    width: 66.66666667%;
  }
}
@media (min-width: 768px) {
  #page-careers-hero .full-bleed .container .content .inner {
    margin-left: 16.66666667%;
  }
}
@media (min-width: 992px) {
  #page-careers-hero .full-bleed .container .content .inner {
    margin-left: 16.66666667%;
  }
}
@media (min-width: 1200px) {
  #page-careers-hero .full-bleed .container .content .inner {
    margin-left: 16.66666667%;
  }
}
#page-careers-hero .full-bleed .container .content .inner .inner-content .inner-content-static .titles h1 {
  font-size: 36px;
  line-height: 36px;
}
@media (max-width: 767px) {
  #page-careers-hero .full-bleed .container .content .inner .inner-content .inner-content-static .titles h1 {
    font-size: 24px;
    line-height: 28px;
  }
}
.filter-nav {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  background: #676767;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzY3Njc2NyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzhiOGI4YiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2NzY3NjciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #676767 0%, #8b8b8b 50%, #676767 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #676767), color-stop(50%, #8b8b8b), color-stop(100%, #676767));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #676767 0%, #8b8b8b 50%, #676767 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #676767 0%, #8b8b8b 50%, #676767 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #676767 0%, #8b8b8b 50%, #676767 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #676767 0%, #8b8b8b 50%, #676767 100%);
  /* W3C */
  display: none;
  position: fixed;
  z-index: 998;
}
@media (max-width: 767px) {
  .filter-nav {
    background: #9d9a9a;
  }
}
.filter-nav .navigation {
  display: table;
  width: 100%;
  height: 100%;
}
.filter-nav .navigation .inner {
  display: table-cell;
  vertical-align: middle;
}
.filter-nav .navigation .inner ul {
  width: 100%;
  text-align: center;
  list-style: none;
  margin: 0;
  padding: 0;
  -webkit-animation-duration: 0.3s;
  -moz-animation-duration: 0.3s;
  -o-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
}
.filter-nav .navigation .inner ul.fadeOutUp {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.filter-nav .navigation .inner ul li {
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-size: 36px;
  cursor: pointer;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
@media (max-width: 767px) {
  .filter-nav .navigation .inner ul li {
    font-size: 28px;
  }
}
.filter-nav .navigation .inner ul li a {
  color: #fff;
}
.filter-nav .navigation .inner ul li a:hover {
  text-decoration: none;
  color: #474747;
}
.filter-nav .navigation .inner ul li:hover {
  text-decoration: none;
  color: #474747;
}
#page-product-features {
  background: #fcfcfc;
}
#page-product-features .container .content {
  padding-top: 120px;
  padding-bottom: 70px;
}
@media (max-width: 767px) {
  #page-product-features .container .content {
    padding-top: 80px;
    padding-bottom: 0;
  }
}
#page-product-features .container .content .content-col {
  position: relative;
  min-height: 1px;
}
@media (min-width: 768px) {
  #page-product-features .container .content .content-col {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  #page-product-features .container .content .content-col {
    float: left;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  #page-product-features .container .content .content-col {
    float: left;
    width: 100%;
  }
}
#page-product-features .container .content .content-col .content-row {
}
#page-product-features .container .content .features-row {
  position: relative;
  min-height: 1px;
}
@media (min-width: 768px) {
  #page-product-features .container .content .features-row {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  #page-product-features .container .content .features-row {
    float: left;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  #page-product-features .container .content .features-row {
    float: left;
    width: 100%;
  }
}
#page-product-features .container .content .features-row .inner {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  #page-product-features .container .content .features-row .inner {
    margin-bottom: 20px;
  }
}
#page-product-features .container .content .features-row .inner .features-col {
  position: relative;
  min-height: 1px;
  text-align: center;
  overflow: hidden;
}
#page-product-features .container .content .features-row .inner .features-col .features-col-inner {
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  #page-product-features .container .content .features-row .inner .features-col {
    margin: 0 30px;
    margin-bottom: 60px;
  }
}
@media (min-width: 768px) {
  #page-product-features .container .content .features-row .inner .features-col {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 992px) {
  #page-product-features .container .content .features-row .inner .features-col {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 1200px) {
  #page-product-features .container .content .features-row .inner .features-col {
    float: left;
    width: 33.33333333%;
  }
}
#page-product-features .container .content .features-row .inner .features-col figure {
  height: 130px;
}
#page-product-features .container .content .features-row .inner .features-col figure img {
  margin-top: 10px;
  margin-bottom: 22px;
  -webkit-animation-duration: 0.3s;
  -moz-animation-duration: 0.3s;
  -o-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
}
#page-product-features .container .content .features-row .inner .features-col h1 {
  display: block;
  font-family: 'Dosis', sans-serif;
  font-weight: 400;
  font-size: 36px;
  line-height: 36px;
  color: #474747;
  height: 50px;
  -webkit-animation-duration: 0.3s;
  -moz-animation-duration: 0.3s;
  -o-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
}
#page-product-features .container .content .features-row .inner .features-col p {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 1.5em;
}

@media (min-width: 768px) and (max-width: 991px) {
  #page-product-features .container .content .features-row .inner .features-col h1 {
    font-size: 28px;
    line-height: 28px;
  }
}
#page-product-features .container .content .features-row .inner .features-col .overlay {
  position: absolute;
  top: 0;
  left: 10px;
  right: 10px;
  bottom: 0;
  background: #0FC8C3;
  border: 1px solid #0FC8C3;
  z-index: 10;
  opacity: 0;
  filter: alpha(opacity=0);
}
#page-product-features .container .content .features-row .inner .features-col .overlay .overlay-inner {
  display: table;
  width: 100%;
  height: 100%;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
  -moz-animation-name: fadeInUp;
  -o-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
#page-product-features .container .content .features-row .inner .features-col .overlay .overlay-inner .overlay-content {
  width: 100%;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
}
#page-product-features .container .content .features-row .inner .features-col .overlay .overlay-inner .overlay-content p {
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  line-height: 20px;
  color: #fff;
  padding: 0 10%;
  margin: 0;
  cursor: default;
}
@media (min-width: 768px) and (max-width: 991px) {
  #page-product-features .container .content .features-row .inner .features-col .overlay .overlay-inner .overlay-content p {
    font-size: 16px;
    line-height: 1;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #page-product-features .container .content .features-row .inner .features-col .overlay .overlay-inner .overlay-content p {
    font-size: 20px;
    line-height: 1;
  }
}
#page-product-features .container .content .features-row .inner .features-col .features-col-inner:before,
#page-product-features .container .content .features-row .inner .features-col .features-col-inner:after {
  content: " ";
  display: block;
  width: 100%;
  height: 1px;
  background-image: url(../images/thin_line.png);
  background-position: 0 0;
  background-size: 100% 1px;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
#page-product-features.active .container .content .features-row .inner .features-col:hover .overlay {
  display: block;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-duration: 0.3s;
  -moz-animation-duration: 0.3s;
  -o-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
}
#page-product-features.active .container .content .features-row .inner .features-col:hover .overlay .overlay-inner {
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-duration: 0.4s;
  -moz-animation-duration: 0.4s;
  -o-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
}
#page-product-features.active .container .content .features-row .inner .features-col.mouse-top .overlay {
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  -o-animation-name: fadeIn;
  animation-name: fadeIn;
  opacity: 1;
}
#page-product-features.active .container .content .features-row .inner .features-col.mouse-top .overlay .overlay-inner {
  -webkit-animation-name: fadeInDownBig;
  -moz-animation-name: fadeInDownBig;
  -o-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}
#page-product-features.active .container .content .features-row .inner .features-col.mouse-right .overlay {
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  -o-animation-name: fadeIn;
  animation-name: fadeIn;
  opacity: 1;
}
#page-product-features.active .container .content .features-row .inner .features-col.mouse-right .overlay .overlay-inner {
  -webkit-animation-name: fadeInRightBig;
  -moz-animation-name: fadeInRightBig;
  -o-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}
#page-product-features.active .container .content .features-row .inner .features-col.mouse-bottom .overlay {
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  -o-animation-name: fadeIn;
  animation-name: fadeIn;
  opacity: 1;
}
#page-product-features.active .container .content .features-row .inner .features-col.mouse-bottom .overlay .overlay-inner {
  -webkit-animation-name: fadeInUpBig;
  -moz-animation-name: fadeInUpBig;
  -o-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}
#page-product-features.active .container .content .features-row .inner .features-col.mouse-left .overlay {
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  -o-animation-name: fadeIn;
  animation-name: fadeIn;
  opacity: 1;
}
#page-product-features.active .container .content .features-row .inner .features-col.mouse-left .overlay .overlay-inner {
  -webkit-animation-name: fadeInLeftBig;
  -moz-animation-name: fadeInLeftBig;
  -o-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}
#page-product-interface-hero,
#page-product-high-performance-hero,
#page-product-infrastructure-hero {
  position: relative;
  height: 800px;
  background: #10C0E0;
}
@media (max-width: 767px) {
  #page-product-interface-hero,
  #page-product-high-performance-hero,
  #page-product-infrastructure-hero {
    height: 700px;
  }
}
#page-product-interface-hero .full-bleed .video-container.video-loop,
#page-product-high-performance-hero .full-bleed .video-container.video-loop,
#page-product-infrastructure-hero .full-bleed .video-container.video-loop {
  width: 575px;
  height: 360px;
  top: 368px;
  left: 50%;
  right: 300px;
  bottom: 100px;
  margin-left: -288px;
  overflow: hidden;
}
@media (max-width: 767px) {
  #page-product-interface-hero .full-bleed .video-container.video-loop,
  #page-product-high-performance-hero .full-bleed .video-container.video-loop,
  #page-product-infrastructure-hero .full-bleed .video-container.video-loop {
    width: 288px;
    height: 230px;
    top: 470px;
    left: 50%;
    right: 300px;
    bottom: 100px;
    margin-left: -144px;
  }
}
#page-product-interface-hero .full-bleed .hero-poster,
#page-product-high-performance-hero .full-bleed .hero-poster,
#page-product-infrastructure-hero .full-bleed .hero-poster,
#page-product-interface-hero .full-bleed .hero-gradient,
#page-product-high-performance-hero .full-bleed .hero-gradient,
#page-product-infrastructure-hero .full-bleed .hero-gradient {
  height: 360px;
  right: 300px;
  bottom: 100px;
}
@media (max-width: 767px) {
  #page-product-interface-hero .full-bleed .hero-poster,
  #page-product-high-performance-hero .full-bleed .hero-poster,
  #page-product-infrastructure-hero .full-bleed .hero-poster,
  #page-product-interface-hero .full-bleed .hero-gradient,
  #page-product-high-performance-hero .full-bleed .hero-gradient,
  #page-product-infrastructure-hero .full-bleed .hero-gradient {
    width: 288px;
    height: 230px;
    top: 470px;
    left: 50%;
    right: 300px;
    bottom: 100px;
    margin-left: -144px;
  }
}
#page-product-interface-hero .full-bleed .hero-poster,
#page-product-high-performance-hero .full-bleed .hero-poster,
#page-product-infrastructure-hero .full-bleed .hero-poster {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
#page-product-interface-hero .full-bleed .video-overlay,
#page-product-high-performance-hero .full-bleed .video-overlay,
#page-product-infrastructure-hero .full-bleed .video-overlay {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -316px;
  width: 633px;
  height: 460px;
  z-index: 11;
}
@media (max-width: 767px) {
  #page-product-interface-hero .full-bleed .video-overlay,
  #page-product-high-performance-hero .full-bleed .video-overlay,
  #page-product-infrastructure-hero .full-bleed .video-overlay {
    margin-left: -158px;
    width: 316px;
    height: 230px;
    background-size: 316px 230px;
  }
}
#page-product-interface-hero .full-bleed .container .content .inner .inner-content .inner-content-static,
#page-product-high-performance-hero .full-bleed .container .content .inner .inner-content .inner-content-static,
#page-product-infrastructure-hero .full-bleed .container .content .inner .inner-content .inner-content-static {
  display: table-cell;
  vertical-align: top;
  padding-top: 15px;
}
#page-product-interface-hero .full-bleed .container .content .inner .inner-content .inner-content-static .titles h1,
#page-product-high-performance-hero .full-bleed .container .content .inner .inner-content .inner-content-static .titles h1,
#page-product-infrastructure-hero .full-bleed .container .content .inner .inner-content .inner-content-static .titles h1 {
  margin: 0;
  padding: 0;
  font-size: 36px;
  line-height: 38px;
}
@media (max-width: 767px) {
  #page-product-interface-hero .full-bleed .container .content .inner .inner-content .inner-content-static .titles h1,
  #page-product-high-performance-hero .full-bleed .container .content .inner .inner-content .inner-content-static .titles h1,
  #page-product-infrastructure-hero .full-bleed .container .content .inner .inner-content .inner-content-static .titles h1 {
    font-size: 28px;
    line-height: 36px;
  }
}
#page-product-interface-hero .full-bleed .container .content .inner .inner-content .inner-content-static .titles h2,
#page-product-high-performance-hero .full-bleed .container .content .inner .inner-content .inner-content-static .titles h2,
#page-product-infrastructure-hero .full-bleed .container .content .inner .inner-content .inner-content-static .titles h2 {
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  color: #fff;
  margin: 0;
  padding: 0;
  margin-top: 30px;
}
@media (max-width: 767px) {
  #page-product-interface-hero .full-bleed .container .content .inner .inner-content .inner-content-static.titles h2,
  #page-product-high-performance-hero .full-bleed .container .content .inner .inner-content .inner-content-static .titles h2,
  #page-product-infrastructure-hero .full-bleed .container .content .inner .inner-content .inner-content-static .titles h2 {
    font-size: 20px;
    line-height: 28px;
  }
}
@media (max-width: 767px) {
  #page-product-high-performance-hero .full-bleed .video-container.video-loop {
    margin-left: -152px;
    width: 307px;
    height: 217px;
  }
}
#page-product-high-performance-hero .full-bleed .video-overlay {
  margin-left: -383px;
  width: 765px;
  height: 444px;
  z-index: 11;
  background-size: 765px 444px;
}
@media (max-width: 767px) {
  #page-product-high-performance-hero .full-bleed .video-overlay {
    margin-left: -191px;
    width: 382px;
    height: 222px;
    background-size: 382px 222px;
  }
}
@media (max-width: 767px) {
  #page-product-interface-hero .full-bleed .video-container.video-loop {
    margin-left: -152px;
    width: 307px;
    height: 217px;
  }
}
#page-product-interface-hero .full-bleed .video-overlay {
  margin-left: -305px;
  width: 610px;
  height: 434px;
  z-index: 11;
}
@media (max-width: 767px) {
  #page-product-interface-hero .full-bleed .video-overlay {
    margin-left: -152px;
    width: 307px;
    height: 217px;
    background-size: 307px 217px;
  }
}
@media (max-width: 767px) {
  #page-product-interface-hero .full-bleed .hero-poster,
  #page-product-interface-hero .full-bleed .hero-gradient {
    width: 288px;
    height: 222px;
    top: 475px;
    margin-left: -144px;
  }
}
#page-product-infrastructure .container .statistic-row {
}
#page-product-infrastructure .container .statistic-row .statistic-col {
  position: relative;
  min-height: 1px;
  text-align: center;
}
@media (min-width: 768px) {
  #page-product-infrastructure .container .statistic-row .statistic-col {
    margin-left: 8.33333333%;
  }
}
@media (min-width: 992px) {
  #page-product-infrastructure .container .statistic-row .statistic-col {
    margin-left: 8.33333333%;
  }
}
@media (min-width: 1200px) {
  #page-product-infrastructure .container .statistic-row .statistic-col {
    margin-left: 8.33333333%;
  }
}
@media (min-width: 768px) {
  #page-product-infrastructure .container .statistic-row .statistic-col {
    float: left;
    width: 83.33333333%;
  }
}
@media (min-width: 992px) {
  #page-product-infrastructure .container .statistic-row .statistic-col {
    float: left;
    width: 83.33333333%;
  }
}
@media (min-width: 1200px) {
  #page-product-infrastructure .container .statistic-row .statistic-col {
    float: left;
    width: 83.33333333%;
  }
}
#page-product-infrastructure .container .statistic-row .statistic-col .icon-and-number {
  display: inline-block;
}
#page-product-infrastructure .container .statistic-row .statistic-col .icon-and-number img {
  float: left;
  margin-right: 15px;
}
#page-product-infrastructure .container .statistic-row .statistic-col .icon-and-number h2 {
  float: left;
  font-family: 'Lato', sans-serif;
  font-weight: 500;
  font-size: 50px;
  line-height: 72px;
  color: #474747;
  margin: 0;
  padding: 0;
  letter-spacing: -2px;
}
@media (max-width: 767px) {
  #page-product-infrastructure .container .statistic-row .statistic-col .icon-and-number h2 {
    font-size: 48px;
    line-height: 56px;
    padding-top: 18px;
  }
}
#page-product-infrastructure .container .statistic-row .statistic-col .icon-and-number h2 strong {
  font-family: 'Open Sans', sans-serif;
  font-weight: normal !important;
}
#page-product-infrastructure .container .statistic-row .statistic-col .icon-and-number h2 span {
  margin-top: -8px;
  display: block;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 1px;
}
#page-product-infrastructure .container .statistic-row .statistic-col .description {
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  #page-product-infrastructure .container .statistic-row .statistic-col .description {
    margin-bottom: 50px;
  }
}
#page-product-infrastructure .container .statistic-row .statistic-col .description > .inner {
  position: relative;
  min-height: 1px;
  margin: 0;
  padding: 0;
  margin-top: 40px;
  display: block;
  clear: both;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  line-height: 24px;
  color: #474747;
}
@media (max-width: 767px) {
  #page-product-infrastructure .container .statistic-row .statistic-col .description > .inner {
    margin: 0 40px;
    margin-top: 30px;
  }
}
@media (min-width: 768px) {
  #page-product-infrastructure .container .statistic-row .statistic-col .description > .inner {
    margin-left: 10%;
  }
}
@media (min-width: 992px) {
  #page-product-infrastructure .container .statistic-row .statistic-col .description > .inner {
    margin-left: 10%;
  }
}
@media (min-width: 1200px) {
  #page-product-infrastructure .container .statistic-row .statistic-col .description > .inner {
    margin-left: 10%;
  }
}
@media (min-width: 768px) {
  #page-product-infrastructure .container .statistic-row .statistic-col .description > .inner {
    float: left;
    width: 80%;
  }
}
@media (min-width: 992px) {
  #page-product-infrastructure .container .statistic-row .statistic-col .description > .inner {
    float: left;
    width: 80%;
  }
}
@media (min-width: 1200px) {
  #page-product-infrastructure .container .statistic-row .statistic-col .description > .inner {
    float: left;
    width: 80%;
  }
}
#page-product-infrastructure .container .statistic-row .statistic-col .description > .inner p {
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 19px;
}
@media (max-width: 767px) {
  #page-product-infrastructure .container .statistic-row .statistic-col .description > .inner p {
    font-size: 16px;
    line-height: 24px;
  }
}
#page-product-infrastructure .container .statistic-row .statistic-col .description > .inner p strong {
  font-family: 'Open Sans', sans-serif;
  font-weight: normal !important;
}
#page-product-infrastructure .container .statistic-row .statistic-col .description > .inner h3 {
  font-family: 'DIN Next W01 Light', 'Open Sans', sans-serif;
  font-size: 36px;
  line-height: 39px;
  padding: 0;
  margin: 0;
}
@media (max-width: 767px) {
  #page-product-infrastructure .container .statistic-row .statistic-col .description > .inner h3 {
    font-size: 16px;
    line-height: 24px;
  }
}
#page-product-infrastructure .container .statistic-row .statistic-col .description > .inner h3 strong {
  font-family: 'Open Sans', sans-serif;
  font-weight: normal !important;
}
#page-product-infrastructure .container .statistic-row .statistic-col .description > .inner h4 {
  padding: 0;
  margin: 0;
  font-family: 'Roboto', sans-serif;
  font-size: 22px;
  line-height: 25px;
}
@media (max-width: 767px) {
  #page-product-infrastructure .container .statistic-row .statistic-col .description > .inner h4 {
    font-size: 16px;
    line-height: 24px;
  }
}
#page-product-infrastructure .container .statistic-row .statistic-col .description > .inner h4 strong {
  font-family: 'Roboto', sans-serif;
  font-weight: normal !important;
}
#page-product-infrastructure .container .statistic-row .statistic-col .description > .inner strong {
  font-family: 'Roboto', sans-serif;
  font-weight: normal !important;
}
#page-product-high-performance .container .content-header {
}
#page-product-high-performance .container .content-header .content-header-col {
  position: relative;
  min-height: 1px;
  text-align: center;
}
@media (max-width: 767px) {
  #page-product-high-performance .container .content-header .content-header-col {
    margin: 0 30px;
  }
}
@media (min-width: 768px) {
  #page-product-high-performance .container .content-header .content-header-col {
    margin-left: 25%;
  }
}
@media (min-width: 992px) {
  #page-product-high-performance .container .content-header .content-header-col {
    margin-left: 25%;
  }
}
@media (min-width: 1200px) {
  #page-product-high-performance .container .content-header .content-header-col {
    margin-left: 25%;
  }
}
@media (min-width: 768px) {
  #page-product-high-performance .container .content-header .content-header-col {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  #page-product-high-performance .container .content-header .content-header-col {
    float: left;
    width: 50%;
  }
}
@media (min-width: 1200px) {
  #page-product-high-performance .container .content-header .content-header-col {
    float: left;
    width: 50%;
  }
}
#page-product-high-performance .container .content-header .content-header-col h1 {
  font-family: 'Open Sans', sans-serif;
  font-size: 36px;
  line-height: 40px;
  color: #474747;
  font-weight: normal;
  margin: 0;
  padding: 0;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  #page-product-high-performance .container .content-header .content-header-col h1 {
    font-size: 28px;
    line-height: 36px;
  }
}
#page-product-high-performance .container .content-header .content-header-col h1 strong {
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
}
#page-product-high-performance .container .content-header .content-header-col h2 {
  font-family: 'DIN Next W01 Light', 'Open Sans', sans-serif;
  font-size: 22px;
  line-height: 25px;
  color: #474747;
  font-weight: normal;
  margin: 0;
  padding: 0;
  margin-bottom: 120px;
}
@media (max-width: 767px) {
  #page-product-high-performance .container .content-header .content-header-col h2 {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 50px;
  }
}
#page-product-high-performance .container .content-header .content-header-col h2 strong {
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
}
#page-product-interface {
  padding-bottom: 85px;
}
@media (max-width: 767px) {
  #page-product-interface {
    padding-bottom: 15px;
  }
}
#page-product-interface .container .content-header {
}
#page-product-interface .container .content-header .content-header-col {
  position: relative;
  min-height: 1px;
  text-align: center;
}
@media (max-width: 767px) {
  #page-product-interface .container .content-header .content-header-col {
    margin: 0 20px;
  }
}
@media (min-width: 768px) {
  #page-product-interface .container .content-header .content-header-col {
    margin-left: 25%;
  }
}
@media (min-width: 992px) {
  #page-product-interface .container .content-header .content-header-col {
    margin-left: 25%;
  }
}
@media (min-width: 1200px) {
  #page-product-interface .container .content-header .content-header-col {
    margin-left: 25%;
  }
}
@media (min-width: 768px) {
  #page-product-interface .container .content-header .content-header-col {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  #page-product-interface .container .content-header .content-header-col {
    float: left;
    width: 50%;
  }
}
@media (min-width: 1200px) {
  #page-product-interface .container .content-header .content-header-col {
    float: left;
    width: 50%;
  }
}
#page-product-interface .container .content-header .content-header-col h1 {
  font-family: 'Open Sans', sans-serif;
  font-size: 36px;
  line-height: 40px;
  font-weight: normal;
  color: #474747;
  margin: 0;
  padding: 0;
  margin-bottom: 40px;
  text-align: center;
}
@media (max-width: 767px) {
  #page-product-interface .container .content-header .content-header-col h1 img {
    width: 60%;
  }
}
#page-product-interface .container .content-header .content-header-col h2 {
  font-family: 'DIN Next W01 Light', 'Open Sans', sans-serif;
  font-size: 22px;
  line-height: 25px;
  color: #474747;
  font-weight: normal;
  margin: 0;
  padding: 0;
  margin-bottom: 120px;
}
@media (max-width: 767px) {
  #page-product-interface .container .content-header .content-header-col h2 {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 50px;
  }
}
#page-product-interface .container .content-header .content-header-col h2 strong {
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
}
#page-product-interface .container .content-footer {
  padding-top: 120px;
}
@media (max-width: 767px) {
  #page-product-interface .container .content-footer {
    padding-top: 80px;
  }
}
#page-product-interface .container .content-footer .inner {
  position: relative;
  min-height: 1px;
}
@media (min-width: 768px) {
  #page-product-interface .container .content-footer .inner {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  #page-product-interface .container .content-footer .inner {
    float: left;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  #page-product-interface .container .content-footer .inner {
    float: left;
    width: 100%;
  }
}
#page-product-interface .container .content-footer .inner .request-demo-btn {
  position: absolute;
  margin: auto;
  width: 140px;
  height: 36px;
  bottom: 50px;
  left: 50%;
  margin-left: -70px;
  background: #21252b;
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: .5px;
  border-radius: 2px;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  border-size: 1px;
  border-color: #00C8C4;
  border-style: solid inset #000000;
  -webkit-box-shadow: inset 1px 1px 1px rgba(104, 110, 124, 0.2), inset -1px 1px 1px rgba(104, 110, 124, 0.2), inset 1px -1px 1px rgba(33, 37, 43, 0.2), inset -1px -1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: inset 1px 1px 1px rgba(104, 110, 124, 0.2), inset -1px 1px 1px rgba(104, 110, 124, 0.2), inset 1px -1px 1px rgba(33, 37, 43, 0.2), inset -1px -1px 1px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#page-product-interface .container .content-footer .inner .request-demo-btn:focus,
#page-product-interface .container .content-footer .inner .request-demo-btn:active,
#page-product-interface .container .content-footer .inner .request-demo-btn:hover {
  outline: 0;
  color: #fff;
  background: #0FC8C3;
  border-size: 1px;
  border-color: #00C8C4;
  border-style: solid inset #0FC8C3;
  -webkit-box-shadow: inset 1px 1px 1px rgba(248, 77, 81, 0), inset -1px 1px 1px rgba(248, 77, 81, 0), inset 1px -1px 1px rgba(248, 77, 81, 0), inset -1px -1px 1px rgba(248, 77, 81, 0);
  box-shadow: inset 1px 1px 1px rgba(248, 77, 81, 0), inset -1px 1px 1px rgba(248, 77, 81, 0), inset 1px -1px 1px rgba(248, 77, 81, 0), inset -1px -1px 1px rgba(248, 77, 81, 0);
}
#page-product-specs {
  background: #f3f5f5;
  padding-bottom: 120px;
}
@media (max-width: 767px) {
  #page-product-specs {
    padding-bottom: 50px;
  }
}
#page-product-specs .container {
  background: #f3f5f5;
}
#page-product-specs .container .specs-row {
  margin-top: 100px;
  margin-left: 30px;
  margin-right: -10px;
}
#page-product-specs .container .specs-row .specs-col {
  position: relative;
  min-height: 1px;
  padding-top: 20px;
}
@media (max-width: 767px) {
  #page-product-specs .container .specs-row .specs-col {
    margin: 20px 0 0 20px;
  }
}
@media (min-width: 768px) {
  #page-product-specs .container .specs-row .specs-col {
    margin-left: 20%;
  }
}
@media (min-width: 992px) {
  #page-product-specs .container .specs-row .specs-col {
    margin-left: 8.33333333%;
  }
}
@media (min-width: 1200px) {
  #page-product-specs .container .specs-row .specs-col {
    margin-left: 8.33333333%;
  }
}
@media (min-width: 768px) {
  #page-product-specs .container .specs-row .specs-col {
    float: left;
    width: 83.33333333%;
  }
}
@media (min-width: 992px) {
  #page-product-specs .container .specs-row .specs-col {
    float: left;
    width: 83.33333333%;
  }
}
@media (min-width: 1200px) {
  #page-product-specs .container .specs-row .specs-col {
    float: left;
    width: 83.33333333%;
  }
}
#page-product-specs .container .specs-row .specs-col h1 {
  font-family: 'Dosis', sans-serif;
  font-size: 36px;
  color: #474747;
  margin: 20px;
  padding: 120px 0 60px 0;

}
@media (max-width: 767px) {
  #page-product-specs .container .specs-row .specs-col h1 {
    text-align: center;
    padding-top: 50px;
    padding-bottom: 40px;
  }
}
#page-product-specs .container .specs-row .specs-col .content {
  margin-top: 100px;
  margin-left: 30px;
  margin-right: -10px;
}
#page-product-specs .container .specs-row .specs-col .content .specs-content-col {
  position: relative;
  min-height: 1px;
  font-family: 'DIN Next W01 Light', 'Open Sans', sans-serif;
  font-size: 16px;
  color: #474747;
}
@media (min-width: 768px) {
  #page-product-specs .container .specs-row .specs-col .content .specs-content-col {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  #page-product-specs .container .specs-row .specs-col .content .specs-content-col {
    float: left;
    width: 50%;
  }
}
@media (min-width: 1200px) {
  #page-product-specs .container .specs-row .specs-col .content .specs-content-col {
    float: left;
    width: 50%;
  }
}
@media (max-width: 767px) {
  #page-product-specs .container .specs-row .specs-col .content .specs-content-col {
    font-size: 16px;
    line-height: 24px;
  }
  #page-product-specs .container .specs-row .specs-col .content .specs-content-col ul {
    text-indent: 0;
    margin: 0;
    padding: 0;
    padding-left: 20px;
  }
  #page-product-specs .container .specs-row .specs-col .content .specs-content-col strong {
    font-size: 20px;
    line-height: 28px;
  }
}
#page-product-specs .container .specs-row .specs-col .content .specs-content-col p:first-child {
  margin: 0 0 20px 0;
}
#page-product-specs .container .specs-row .specs-col .content .specs-content-col p {
  margin: 20px 0;
}
.two-col-layout {
  padding-top: 120px;
  padding-bottom: 35px;
}
@media (max-width: 767px) {
  .two-col-layout {
    padding-top: 80px;
    padding-bottom: 0;
  }
}
.two-col-layout .container .two-col-row {
  margin-bottom: 95px;
}
@media (max-width: 767px) {
  .two-col-layout .container .two-col-row {
    margin-bottom: 50px;
  }
}
.two-col-layout .container .two-col-row .two-col-col {
  height: 100%;
  position: relative;
  min-height: 1px;
}
.two-col-layout .container .two-col-row .two-col-col.left {
  text-align: right;
}
@media (min-width: 768px) {
  .two-col-layout .container .two-col-row .two-col-col.left {
    margin-left: 8.33333333%;
  }
}
@media (min-width: 992px) {
  .two-col-layout .container .two-col-row .two-col-col.left {
    margin-left: 8.33333333%;
  }
}
@media (min-width: 1200px) {
  .two-col-layout .container .two-col-row .two-col-col.left {
    margin-left: 8.33333333%;
  }
}
@media (max-width: 767px) {
  .two-col-layout .container .two-col-row .two-col-col {
    margin: 0 20px;
  }
}
@media (min-width: 768px) {
  .two-col-layout .container .two-col-row .two-col-col {
    float: left;
    width: 41.66666667%;
  }
}
@media (min-width: 992px) {
  .two-col-layout .container .two-col-row .two-col-col {
    float: left;
    width: 41.66666667%;
  }
}
@media (min-width: 1200px) {
  .two-col-layout .container .two-col-row .two-col-col {
    float: left;
    width: 41.66666667%;
  }
}
.two-col-layout .container .two-col-row .two-col-col.image .inner {
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.two-col-layout .container .two-col-row .two-col-col .inner {
  display: table;
  width: 100%;
  height: 100%;
}
.two-col-layout .container .two-col-row .two-col-col .inner .content {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
  font-family: 'DIN Next W01 Light', 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 19px;
  color: #474747;
}
@media (max-width: 767px) {
  .two-col-layout .container .two-col-row .two-col-col .inner .content {
    font-size: 16px;
    line-height: 30px;
  }
}
.two-col-layout .container .two-col-row .two-col-col .inner .content h3 {
  font-family: 'DIN Next W01 Light', 'Open Sans', sans-serif;
  font-size: 36px;
  line-height: 39px;
  padding: 0;
  margin: 10px 0;
}
@media (max-width: 767px) {
  .two-col-layout .container .two-col-row .two-col-col .inner .content h3 {
    font-size: 36px;
    line-height: 44px;
  }
}
.two-col-layout .container .two-col-row .two-col-col .inner .content h3 strong {
  font-family: 'Open Sans', sans-serif;
  font-weight: normal !important;
}
.two-col-layout .container .two-col-row .two-col-col .inner .content h4 {
  padding: 0;
  margin: 15px 0;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 24px;
}
@media (max-width: 767px) {
  .two-col-layout .container .two-col-row .two-col-col .inner .content h4 {
    font-size: 16px;
    line-height: 24px;
  }
}
.two-col-layout .container .two-col-row .two-col-col .inner .content h4 strong {
  font-family: 'Open Sans', sans-serif;
  font-weight: normal !important;
}
.two-col-layout .container .two-col-row .two-col-col .inner .content strong {
  font-family: 'Open Sans', sans-serif;
  font-weight: normal !important;
}
#page-insights-index {
  overflow: hidden;
}
#page-insights-index #insights-tags {
}
#page-insights-index #insights-tags .inner {
  position: relative;
  min-height: 1px;
}
@media (max-width: 767px) {
  #page-insights-index #insights-tags .inner {
    margin: 0 40px;
  }
}
@media (min-width: 768px) {
  #page-insights-index #insights-tags .inner {
    float: left;
    width: 66.66666667%;
  }
}
@media (min-width: 992px) {
  #page-insights-index #insights-tags .inner {
    float: left;
    width: 66.66666667%;
  }
}
@media (min-width: 1200px) {
  #page-insights-index #insights-tags .inner {
    float: left;
    width: 66.66666667%;
  }
}
@media (min-width: 768px) {
  #page-insights-index #insights-tags .inner {
    margin-left: 16.66666667%;
  }
}
@media (min-width: 992px) {
  #page-insights-index #insights-tags .inner {
    margin-left: 16.66666667%;
  }
}
@media (min-width: 1200px) {
  #page-insights-index #insights-tags .inner {
    margin-left: 16.66666667%;
  }
}
#page-insights-index #insights-tags .inner h2 {
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  color: #474747;
  text-align: center;
  margin: 0;
  padding: 0;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  #page-insights-index #insights-tags .inner h2 {
    font-size: 24px;
  }
}
#page-insights-index #insights-tags .inner p {
  text-align: center;
  font-family: 'Georgia W99 Italic', Georgia, serif;
  font-size: 16px;
  color: #9d9a9a;
  margin: 0;
  padding: 0;
}
@media (max-width: 767px) {
  #page-insights-index #insights-tags .inner p {
    font-size: 16px;
    line-height: 24px;
  }
}
#page-insights-index #insights-tags .inner p a {
  color: #9d9a9a;
  text-transform: lowercase;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#page-insights-index #insights-tags .inner p a:hover {
  text-decoration: none;
  color: #0FC8C3;
}
#page-insights-index #load-more-insights {
  display: block;
  margin: 60px auto;
  width: 200px;
  cursor: pointer;
  text-align: center;
}
#page-insights-index #load-more-insights .load {
  display: none;
}
#page-insights-index #load-more-insights .load span {
  font-family: 'Georgia W99 Italic', Georgia, serif;
  font-size: 16px;
  display: block;
  color: #0FC8C3;
}
#page-insights-index #load-more-insights .loading {
  display: block;
}
#page-insights-index .container {
  background: #fcfcfc;
  overflow: hidden;
  padding-top: 50px;
  padding-bottom: 150px;
}
#page-insights-index .container .insights-search {
}
#page-insights-index .container .insights-search .insights-search-col {
  position: relative;
  min-height: 1px;
  height: 32px;
}
@media (min-width: 768px) {
  #page-insights-index .container .insights-search .insights-search-col {
    float: left;
    width: 20%;
  }
}
@media (min-width: 992px) {
  #page-insights-index .container .insights-search .insights-search-col {
    float: left;
    width: 20%;
  }
}
@media (min-width: 1200px) {
  #page-insights-index .container .insights-search .insights-search-col {
    float: left;
    width: 20%;
  }
}
@media (min-width: 768px) {
  #page-insights-index .container .insights-search .insights-search-col {
    margin-left: 80%;
  }
}
@media (min-width: 992px) {
  #page-insights-index .container .insights-search .insights-search-col {
    margin-left: 80%;
  }
}
@media (min-width: 1200px) {
  #page-insights-index .container .insights-search .insights-search-col {
    margin-left: 80%;
  }
}
#page-insights-index .container .insights-search .insights-search-col .search-input {
  float: left;
  border: none;
  height: 32px;
  text-align: right;
  border: 1px solid #dbdbdb;
  border-right: 0;
  padding-right: 10px;
  padding-top: 2px;
  font-family: 'Proxima N W15 Reg', 'Open Sans', sans-serif;
  font-size: 14px;
  color: #474747;
}
@media (min-width: 768px) and (max-width: 991px) {
  #page-insights-index .container .insights-search .insights-search-col .search-input {
    width: 103px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #page-insights-index .container .insights-search .insights-search-col .search-input {
    width: 148px;
  }
}
@media (min-width: 1200px) {
  #page-insights-index .container .insights-search .insights-search-col .search-input {
    width: 187px;
  }
}
#page-insights-index .container .insights-search .insights-search-col .search-input:focus {
  outline: none;
}
#page-insights-index .container .insights-search .insights-search-col .search-btn {
  float: left;
  width: 30px;
  height: 32px;
  background: url(../images/search_btn.png) top left no-repeat #ffffff;
  background-size: contain;
  cursor: pointer;
  border: 1px solid #dbdbdb;
}
#page-insights-index .container .insights-filter {
}
#page-insights-index .container .insights-filter .filter-col {
  position: relative;
  min-height: 1px;
  -webkit-animation-duration: 0.3s;
  -moz-animation-duration: 0.3s;
  -o-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
}
@media (min-width: 768px) {
  #page-insights-index .container .insights-filter .filter-col {
    float: left;
    width: 20%;
  }
}
@media (min-width: 992px) {
  #page-insights-index .container .insights-filter .filter-col {
    float: left;
    width: 20%;
  }
}
@media (min-width: 1200px) {
  #page-insights-index .container .insights-filter .filter-col {
    float: left;
    width: 20%;
  }
}
#page-insights-index .container .insights-filter .filter-col .filter-btn {
  width: 100%;
  height: 35px;
  padding: 0;
  margin: 0;
  margin-top: 20px;
  background-color: transparent;
  font-family: 'Proxima N W15 Reg', 'Open Sans', sans-serif;
  font-size: 14px;
  color: #474747;
  border-left: 1px solid #f7f7f7;
  border-right: 1px solid #f7f7f7;
  border-radius: 0;
  -webkit-font-smoothing: antialiased;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#page-insights-index .container .insights-filter .filter-col .filter-btn.selected,
#page-insights-index .container .insights-filter .filter-col .filter-btn:hover,
#page-insights-index .container .insights-filter .filter-col .filter-btn:active,
#page-insights-index .container .insights-filter .filter-col .filter-btn:focus {
  outline: none;
  background: #0FC8C3;
  border-left: 1px solid #0FC8C3;
  border-right: 1px solid #0FC8C3;
  color: #fff;
}
#page-insights-index .container .insights-filter .filter-col .filter-btn.selected:before,
#page-insights-index .container .insights-filter .filter-col .filter-btn:hover:before,
#page-insights-index .container .insights-filter .filter-col .filter-btn:active:before,
#page-insights-index .container .insights-filter .filter-col .filter-btn:focus:before,
#page-insights-index .container .insights-filter .filter-col .filter-btn.selected:after,
#page-insights-index .container .insights-filter .filter-col .filter-btn:hover:after,
#page-insights-index .container .insights-filter .filter-col .filter-btn:active:after,
#page-insights-index .container .insights-filter .filter-col .filter-btn:focus:after {
  background: none;
}
#page-insights-index .container .insights-filter .filter-col .filter-btn:before,
#page-insights-index .container .insights-filter .filter-col .filter-btn:after {
  content: " ";
  display: block;
  width: 100%;
  height: 8px;
  background-image: url(../images/thin_line.png);
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 100% 1px;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
#page-insights-index .container .insights-filter .filter-col .filter-btn:before {
  margin-top: -1px;
}
#page-insights-index .container .insights-filter .filter-col .filter-btn:after {
  margin-top: 6px;
}
#page-insights-index .container .insights-header {
  height: 0;
  overflow: hidden;
}
#page-insights-index .container .insights-header .inner {
  position: relative;
  min-height: 1px;
}
@media (max-width: 767px) {
  #page-insights-index .container .insights-header .inner {
    margin: 0 60px;
  }
}
@media (min-width: 768px) {
  #page-insights-index .container .insights-header .inner {
    float: left;
    width: 66.66666667%;
  }
}
@media (min-width: 992px) {
  #page-insights-index .container .insights-header .inner {
    float: left;
    width: 66.66666667%;
  }
}
@media (min-width: 1200px) {
  #page-insights-index .container .insights-header .inner {
    float: left;
    width: 66.66666667%;
  }
}
@media (min-width: 768px) {
  #page-insights-index .container .insights-header .inner {
    margin-left: 16.66666667%;
  }
}
@media (min-width: 992px) {
  #page-insights-index .container .insights-header .inner {
    margin-left: 16.66666667%;
  }
}
@media (min-width: 1200px) {
  #page-insights-index .container .insights-header .inner {
    margin-left: 16.66666667%;
  }
}
#page-insights-index .container .insights-header .inner h1 {
  font-family: 'DIN Next W01 Light', 'Open Sans', sans-serif;
  font-size: 24px;
  color: #545454;
  text-align: center;
  margin: 0;
  padding: 0;
  margin-top: 50px;
}
#page-insights-index .container .insights-header .inner h1 span.red {
  color: #0FC8C3;
}
#page-insights-index .container .insights-container {
  /*margin: 0 -10px;*/
  margin-top: 50px;
}
@media (max-width: 767px) {
  #page-insights-index .container .insights-container {
    margin: 0 5px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #page-insights-index .container .insights-container {
    /*width: 770px;*/
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #page-insights-index .container .insights-container {
    /*width: 990px;*/
  }
}
@media (min-width: 1200px) {
  #page-insights-index .container .insights-container {
    /*width: 1190px;*/
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #page-insights-index .container .insights-container .resize {
    width: 385px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #page-insights-index .container .insights-container .resize {
    width: 470px;
  }
}
}
@media (min-width: 1200px) {
  #page-insights-index .container .insights-container .resize {
    width: 396px;
  }
}
#page-insights-index .container .insights-container .insight.type-none .inner h2 {
  padding-top: 0;
}
#page-insights-index .container .insights-container .insight.type-quote .inner img {
  margin-bottom: 40px;
}
#page-insights-index .container .insights-container .insight a.insights-more {
  font-family: 'Georgia W99 Italic', Georgia, serif;
  font-size: 12px;
  color: #9d9a9a;
  display: block;
  position: absolute;
  right: 10px;
  bottom: 10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  #page-insights-index .container .insights-container .insight a.insights-more {
    right: 0;
    left: 0;
    text-align: center;
    font-size: 16px;
    color: #0FC8C3;
  }
}
#page-insights-index .container .insights-container .insight a.insights-more:hover {
  text-decoration: none;
  color: #0FC8C3;
}
#page-insights-index .container .insights-container .insight .inner h2 {
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  line-height: 22px;
  color: #474747;
  margin: 0;
  padding: 20px 25px 20px;
}
@media (max-width: 767px) {
  #page-insights-index .container .insights-container .insight .inner h2 {
    font-size: 20px;
    line-height: 28px;
    text-align: center;
  }
}
#page-insights-index .container .insights-container .insight .inner .insight-video {
  position: relative;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
}
#page-insights-index .container .insights-container .insight .inner .insight-video .vimeo-player,
#page-insights-index .container .insights-container .insight .inner .insight-video .vimeo {
  width: 100%;
  height: 100%;
}
#page-insights-index .container .insights-container .insight .inner .insight-video .play-btn {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  margin-left: -20px !important;
  margin-top: -20px;
  width: 40px;
  height: 40px;
  border: 1px solid #fff;
  border-radius: 50%;
  cursor: pointer;
  color: #fff;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#page-insights-index .container .insights-container .insight .inner .insight-video .play-btn i {
  margin-top: 9px;
  margin-left: 4px;
  font-size: 20px;
}
#page-insights-index .container .insights-container .insight .inner .insight-video:hover .play-btn {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
@media (max-width: 767px) {
  #page-insights-index .container .insights-container .insight .inner .insight-video {
    height: 250px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #page-insights-index .container .insights-container .insight .inner .insight-video {
    height: 200px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #page-insights-index .container .insights-container .insight .inner .insight-video {
    height: 250px;
  }
}
@media (min-width: 1200px) {
  #page-insights-index .container .insights-container .insight .inner .insight-video {
    height: 300px;
  }
}
#page-insights-index .container .insights-container .insight .inner .content {
  padding: 0 25px 0 25px;
  color: #474747;
  font-family: 'DIN Next W01 Light', 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 18px;
}
@media (max-width: 767px) {
  #page-insights-index .container .insights-container .insight .inner .content {
    font-size: 16px;
    line-height: 24px;
  }
}
#page-insights-index .container .insights-container .insight .inner .content blockquote {
  padding: 0;
  margin: 0;
  border: none;
}
#page-insights-index .container .insights-container .insight .inner .content blockquote p {
  margin: 0;
  padding: 0;
  font-family: 'DIN Next W01 Light', 'Open Sans', sans-serif;
  font-size: 24px;
  line-height: 28px;
  color: #474747;
  text-align: center;
}
@media (max-width: 767px) {
  #page-insights-index .container .insights-container .insight .inner .content blockquote p {
    font-size: 20px;
    line-height: 28px;
  }
}
#page-insights-index .container .insights-container .insight .inner .content blockquote p:before {
  content: '“';
}
#page-insights-index .container .insights-container .insight .inner .content blockquote p:after {
  content: '”';
}
#page-insights-index .container .insights-container .insight .inner .content blockquote footer {
  font-family: 'Open Sans', sans-serif;
  color: #474747;
  margin-top: 16px;
  font-style: italic;
  text-align: center;
}
@media (max-width: 767px) {
  #page-insights-index .container .insights-container .insight .inner .content blockquote footer {
    font-size: 16px;
    line-height: 24px;
  }
}
#page-insights-index .container .insights-container .insight .inner .content blockquote footer:before {
  content: none;
}
#page-insights-detail .container {
  background: #fcfcfc;
  padding-top: 50px;
}
#page-insights-detail .container .insights-search {
}
#page-insights-detail .container .insights-search .insights-search-col {
  position: relative;
  min-height: 1px;
  height: 32px;
}
@media (min-width: 768px) {
  #page-insights-detail .container .insights-search .insights-search-col {
    float: left;
    width: 20%;
  }
}
@media (min-width: 992px) {
  #page-insights-detail .container .insights-search .insights-search-col {
    float: left;
    width: 20%;
  }
}
@media (min-width: 1200px) {
  #page-insights-detail .container .insights-search .insights-search-col {
    float: left;
    width: 20%;
  }
}
@media (min-width: 768px) {
  #page-insights-detail .container .insights-search .insights-search-col {
    margin-left: 80%;
  }
}
@media (min-width: 992px) {
  #page-insights-detail .container .insights-search .insights-search-col {
    margin-left: 80%;
  }
}
@media (min-width: 1200px) {
  #page-insights-detail .container .insights-search .insights-search-col {
    margin-left: 80%;
  }
}
#page-insights-detail .container .insights-search .insights-search-col .search-input {
  float: left;
  border: none;
  height: 32px;
  text-align: right;
  border: 1px solid #dbdbdb;
  border-right: 0;
  padding-right: 10px;
  padding-top: 2px;
  font-family: 'Proxima N W15 Reg', 'Open Sans', sans-serif;
  font-size: 14px;
  color: #474747;
}
@media (min-width: 768px) and (max-width: 991px) {
  #page-insights-detail .container .insights-search .insights-search-col .search-input {
    width: 103px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #page-insights-detail .container .insights-search .insights-search-col .search-input {
    width: 148px;
  }
}
@media (min-width: 1200px) {
  #page-insights-detail .container .insights-search .insights-search-col .search-input {
    width: 187px;
  }
}
#page-insights-detail .container .insights-search .insights-search-col .search-input:focus {
  outline: none;
}
#page-insights-detail .container .insights-search .insights-search-col .search-btn {
  float: left;
  width: 30px;
  height: 32px;
  background: url(../images/search_btn.png) top left no-repeat #ffffff;
  background-size: contain;
  cursor: pointer;
  border: 1px solid #dbdbdb;
}

#page-insights-detail .container .insights-detail > aside {
  position: relative;
  min-height: 1px;
  padding-left: 30px;
  padding-right: 10px;
}
@media (max-width: 767px) {
  #page-insights-detail .container .insights-detail > aside {
    margin: 0 60px;
    margin-top: 80px;
  }
}
@media (min-width: 768px) {
  #page-insights-detail .container .insights-detail > aside {
    float: left;
    width: 25%;
  }
}
@media (min-width: 992px) {
  #page-insights-detail .container .insights-detail > aside {
    float: left;
    width: 25%;
  }
}
@media (min-width: 1200px) {
  #page-insights-detail .container .insights-detail > aside {
    float: left;
    width: 25%;
  }
}
#page-insights-detail .container .insights-detail > aside .insight-related {
  font-family: 'DIN Next W01 Regular', 'Open Sans', sans-serif;
  font-size: 14px;
  color: #474747;
  line-height: 16px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  #page-insights-detail .container .insights-detail > aside .insight-related {
    font-size: 16px;
    line-height: 24px;
  }
}
#page-insights-detail .container .insights-detail > aside .insight-related.type-quote img {
  margin-bottom: 15px;
}
#page-insights-detail .container .insights-detail > aside .insight-related .insight-video {
  position: relative;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
}
#page-insights-detail .container .insights-detail > aside .insight-related .insight-video .vimeo-player,
#page-insights-detail .container .insights-detail > aside .insight-related .insight-video .vimeo {
  width: 100%;
  height: 100%;
}
#page-insights-detail .container .insights-detail > aside .insight-related .insight-video .play-btn {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  margin-left: -20px !important;
  margin-top: -20px;
  width: 40px;
  height: 40px;
  border: 1px solid #fff;
  border-radius: 50%;
  cursor: pointer;
  color: #fff;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#page-insights-detail .container .insights-detail > aside .insight-related .insight-video .play-btn i {
  margin-top: 9px;
  margin-left: 4px;
  font-size: 20px;
}
#page-insights-detail .container .insights-detail > aside .insight-related .insight-video:hover .play-btn {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
@media (max-width: 767px) {
  #page-insights-detail .container .insights-detail > aside .insight-related .insight-video {
    height: 150px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #page-insights-detail .container .insights-detail > aside .insight-related .insight-video {
    height: 100px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #page-insights-detail .container .insights-detail > aside .insight-related .insight-video {
    height: 150px;
  }
}
@media (min-width: 1200px) {
  #page-insights-detail .container .insights-detail > aside .insight-related .insight-video {
    height: 200px;
  }
}
#page-insights-detail .container .insights-detail > aside .insight-related p {
  padding: 0;
  margin: 15px 0 0 0;
}
@media (max-width: 767px) {
  #page-insights-detail .container .insights-detail > aside .insight-related p {
    text-align: center;
  }
}
#page-insights-detail .container .insights-detail > aside .insight-related blockquote {
  padding: 0;
  margin: 0;
  border: none;
}
#page-insights-detail .container .insights-detail > aside .insight-related blockquote p {
  margin: 0;
  padding: 0;
  font-family: 'DIN Next W01 Regular', 'Open Sans', sans-serif;
  font-size: 16px;
  color: #474747;
  text-align: center;
}
@media (max-width: 767px) {
  #page-insights-detail .container .insights-detail > aside .insight-related blockquote p {
    font-size: 16px;
    line-height: 24px;
  }
}
#page-insights-detail .container .insights-detail > aside .insight-related blockquote p:before {
  content: '“';
}
#page-insights-detail .container .insights-detail > aside .insight-related blockquote p:after {
  content: '”';
}
#page-insights-detail .container .insights-detail > aside .insight-related blockquote footer {
  font-family: 'DIN Next W01 Regular', 'Open Sans', sans-serif;
  color: #474747;
  margin-top: 16px;
  font-style: italic;
  text-align: center;
}
@media (max-width: 767px) {
  #page-insights-detail .container .insights-detail > aside .insight-related blockquote footer {
    font-size: 16px;
    line-height: 24px;
  }
}
#page-insights-detail .container .insights-detail > aside .insight-related blockquote footer:before {
  content: none;
}
#page-insights-detail .container .insights-detail > aside h2 {
  font-family: 'DIN Next W01 Regular', 'Open Sans', sans-serif;
  font-size: 20px;
  color: #474747;
  margin: 0;
  padding: 0;
  text-align: center;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  #page-insights-detail .container .insights-detail > aside h2 {
    font-size: 28px;
  }
}
#page-insights-detail .container .insights-filter {
}
#page-insights-detail .container .insights-filter .filter-col {
  position: relative;
  min-height: 1px;
  -webkit-animation-duration: 0.3s;
  -moz-animation-duration: 0.3s;
  -o-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
}
@media (min-width: 768px) {
  #page-insights-detail .container .insights-filter .filter-col {
    float: left;
    width: 100%;
  }
}
@media (min-width: 768px) {
  #page-insights-detail .container .insights-filter .filter-col {
    float: left;
    width: 20%;
  }
}
@media (min-width: 992px) {
  #page-insights-detail .container .insights-filter .filter-col {
    float: left;
    width: 20%;
  }
}
@media (min-width: 1200px) {
  #page-insights-detail .container .insights-filter .filter-col {
    float: left;
    width: 20%;
  }
}
#page-insights-detail .container .insights-filter .filter-col .filter-btn {
  width: 100%;
  height: 36px;
  padding: 0;
  margin: 0;
  margin-top: 20px;
  background-color: transparent;
  font-family: 'Proxima N W15 Reg', 'Open Sans', sans-serif;
  font-size: 14px;
  color: #474747;
  border-left: 1px solid #f7f7f7;
  border-right: 1px solid #f7f7f7;
  border-radius: 0;
  -webkit-font-smoothing: antialiased;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#page-insights-detail .container .insights-filter .filter-col .filter-btn a {
  display: block;
  width: 100%;
  color: #474747;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-font-smoothing: antialiased;
}
#page-insights-detail .container .insights-filter .filter-col .filter-btn.selected,
#page-insights-detail .container .insights-filter .filter-col .filter-btn:hover,
#page-insights-detail .container .insights-filter .filter-col .filter-btn:active,
#page-insights-detail .container .insights-filter .filter-col .filter-btn:focus {
  outline: none;
  background: #0FC8C3;
  border-left: 1px solid #0FC8C3;
  border-right: 1px solid #0FC8C3;
  color: #fff;
}
#page-insights-detail .container .insights-filter .filter-col .filter-btn.selected a,
#page-insights-detail .container .insights-filter .filter-col .filter-btn:hover a,
#page-insights-detail .container .insights-filter .filter-col .filter-btn:active a,
#page-insights-detail .container .insights-filter .filter-col .filter-btn:focus a {
  color: #fff;
  text-decoration: none;
}
#page-insights-detail .container .insights-filter .filter-col .filter-btn.selected:before,
#page-insights-detail .container .insights-filter .filter-col .filter-btn:hover:before,
#page-insights-detail .container .insights-filter .filter-col .filter-btn:active:before,
#page-insights-detail .container .insights-filter .filter-col .filter-btn:focus:before,
#page-insights-detail .container .insights-filter .filter-col .filter-btn.selected:after,
#page-insights-detail .container .insights-filter .filter-col .filter-btn:hover:after,
#page-insights-detail .container .insights-filter .filter-col .filter-btn:active:after,
#page-insights-detail .container .insights-filter .filter-col .filter-btn:focus:after {
  background: none;
}
#page-insights-detail .container .insights-filter .filter-col .filter-btn:before,
#page-insights-detail .container .insights-filter .filter-col .filter-btn:after {
  content: " ";
  display: block;
  width: 100%;
  height: 8px;
  background-image: url(../images/thin_line.png);
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 100% 1px;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
#page-insights-detail .container .insights-filter .filter-col .filter-btn:before {
  margin-top: -1px;
}
#page-insights-detail .container .insights-filter .filter-col .filter-btn:after {
  margin-top: 8px;
}
#page-insights-hero {
  padding-top: 120px;
}
#page-insights-hero .container .insights-search {
  position: relative;
}
#page-insights-hero .container .insights-search .insights-search-col {
  position: absolute;
  right: 10px;
  top: -50px;
}
#page-insights-hero .container .insights-search .insights-search-col .search-input {
  float: left;
  border: none;
  height: 32px;
  text-align: right;
  border: 1px solid #dbdbdb;
  border-right: 0;
  padding-right: 10px;
  padding-top: 2px;
  font-family: 'Proxima N W15 Reg', 'Open Sans', sans-serif;
  font-size: 14px;
  color: #474747;
}
@media (max-width: 767px) {
  #page-insights-hero .container .insights-search .insights-search-col .search-input {
    width: 120px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #page-insights-hero .container .insights-search .insights-search-col .search-input {
    width: 103px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #page-insights-hero .container .insights-search .insights-search-col .search-input {
    width: 148px;
  }
}
@media (min-width: 1200px) {
  #page-insights-hero .container .insights-search .insights-search-col .search-input {
    width: 187px;
  }
}
#page-insights-hero .container .insights-search .insights-search-col .search-input:focus {
  outline: none;
}
#page-insights-hero .container .insights-search .insights-search-col .search-btn {
  float: left;
  width: 30px;
  height: 32px;
  background: url(../images/search_btn.png) top left no-repeat #ffffff;
  background-size: contain;
  cursor: pointer;
  border: 1px solid #dbdbdb;
}
#page-insights-hero .container .hero-title {
}
@media (max-width: 767px) {
  #page-insights-hero .container .hero-title {
    margin: 0;
    padding: 0;
  }
}
#page-insights-hero .container .hero-title > .inner {
  position: relative;
  min-height: 1px;
}
@media (max-width: 767px) {
  #page-insights-hero .container .hero-title > .inner {
    margin: 0 20px;
  }
}
@media (min-width: 768px) {
  #page-insights-hero .container .hero-title > .inner {
    float: left;
    width: 60%;
  }
}
@media (min-width: 992px) {
  #page-insights-hero .container .hero-title > .inner {
    float: left;
    width: 60%;
  }
}
@media (min-width: 1200px) {
  #page-insights-hero .container .hero-title > .inner {
    float: left;
    width: 60%;
  }
}
@media (min-width: 768px) {
  #page-insights-hero .container .hero-title > .inner {
    margin-left: 20%;
  }
}
@media (min-width: 992px) {
  #page-insights-hero .container .hero-title > .inner {
    margin-left: 20%;
  }
}
@media (min-width: 1200px) {
  #page-insights-hero .container .hero-title > .inner {
    margin-left: 20%;
  }
}
#page-insights-hero .container .hero-title > .inner h2 {
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  color: #474747;
  margin: 0;
  margin-top: 18px;
  padding: 0;
  text-align: center;
}
@media (max-width: 767px) {
  #page-insights-hero .container .hero-title > .inner h2 {
    font-size: 24px;
    line-height: 36px;
  }
}
#page-insights-hero .container > .inner {
}
#page-insights-hero .container > .inner .insight-video {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
  position: relative;
  min-height: 1px;
  padding: 0;
  margin: 0;
}
@media (max-width: 767px) {
  #page-insights-hero .container > .inner .insight-video {
    margin: 0 10px;
  }
}
@media (min-width: 768px) {
  #page-insights-hero .container > .inner .insight-video {
    float: left;
    width: 60%;
  }
}
@media (min-width: 992px) {
  #page-insights-hero .container > .inner .insight-video {
    float: left;
    width: 60%;
  }
}
@media (min-width: 1200px) {
  #page-insights-hero .container > .inner .insight-video {
    float: left;
    width: 60%;
  }
}
@media (min-width: 768px) {
  #page-insights-hero .container > .inner .insight-video {
    margin-left: 20%;
  }
}
@media (min-width: 992px) {
  #page-insights-hero .container > .inner .insight-video {
    margin-left: 20%;
  }
}
@media (min-width: 1200px) {
  #page-insights-hero .container > .inner .insight-video {
    margin-left: 20%;
  }
}
#page-insights-hero .container > .inner .insight-video .vimeo-player,
#page-insights-hero .container > .inner .insight-video .vimeo {
  width: 100%;
  height: 100%;
}
#page-insights-hero .container > .inner .insight-video .play-btn {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  margin-left: -20px !important;
  margin-top: -20px;
  width: 40px;
  height: 40px;
  border: 1px solid #fff;
  border-radius: 50%;
  cursor: pointer;
  color: #fff;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#page-insights-hero .container > .inner .insight-video .play-btn i {
  margin-top: 9px;
  margin-left: 4px;
  font-size: 20px;
}
#page-insights-hero .container > .inner .insight-video:hover .play-btn {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
@media (max-width: 767px) {
  #page-insights-hero .container > .inner .insight-video {
    height: 300px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #page-insights-hero .container > .inner .insight-video {
    height: 300px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #page-insights-hero .container > .inner .insight-video {
    height: 350px;
  }
}
@media (min-width: 1200px) {
  #page-insights-hero .container > .inner .insight-video {
    height: 400px;
  }
}
#page-leadership-executive-team {
  background: #f3f5f5;
}
#page-leadership-executive-team .container {
  background: #f3f5f5;
}
#page-leadership-executive-team,
#page-leadership-board {
  padding: 120px 0 40px 0;
}
#page-leadership-executive-team .bio,
#page-leadership-board .bio {
  margin-bottom: 80px;
}
#page-leadership-executive-team h1,
#page-leadership-board h1 {
  font-size: 36px;
  font-family: 'DIN Next W01 Light', 'Open Sans', sans-serif;
  color: #474747;
  padding: 0;
  margin: 0;
  text-align: center;
  margin: 0 0 90px 0;
}
#page-leadership-executive-team h2,
#page-leadership-board h2 {
  font-size: 22px;
  font-family: 'Open Sans', sans-serif;
  color: #474747;
  padding: 0;
  margin: 0;
}
#page-leadership-executive-team p,
#page-leadership-board p {
  margin-top: 15px;
  font-size: 16px;
  font-family: 'DIN Next W01 Light', 'Open Sans', sans-serif;
  color: #474747;
}
#page-leadership-executive-team .photo,
#page-leadership-board .photo {
  background-color: #d7d7d7;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  #page-leadership-executive-team .photo,
  #page-leadership-board .photo {
    height: 400px;
    margin: 0 15px;
  }
  #page-leadership-executive-team p,
  #page-leadership-board p,
  #page-leadership-executive-team h2,
  #page-leadership-board h2 {
    margin-left: 15px;
    margin-right: 15px;
  }
  #page-leadership-executive-team h2,
  #page-leadership-board h2 {
    margin-top: 25px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #page-leadership-executive-team .photo,
  #page-leadership-board .photo {
    height: 270px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #page-leadership-executive-team .photo,
  #page-leadership-board .photo {
    height: 170px;
  }
}
@media (min-width: 1200px) {
  #page-leadership-executive-team .photo,
  #page-leadership-board .photo {
    height: 220px;
  }
}
#page-leadership-list {
  padding-bottom: 120px;
}
#page-leadership-list h1 {
  font-size: 36px;
  font-family: 'DIN Next W01 Light', 'Open Sans', sans-serif;
  color: #474747;
  padding: 0;
  margin: 120px 0 22px 0;
}
#page-leadership-list ul li a {
  font-family: 'DIN Next W01 Light', 'Open Sans', sans-serif;
  font-size: 20px;
  color: #474747;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#page-leadership-list ul li a:hover {
  color: #0FC8C3;
}
@media (max-width: 767px) {
  #page-leadership-list h1,
  #page-leadership-list ul li {
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #page-leadership-list h1,
  #page-leadership-list ul li {
    text-align: center;
  }
}
/************************************************************
 *
 * NO CSS3 ANIMATIONS
 *
 ***********************************************************/
body.no-anim * {
  -o-transition-property: none !important;
  -moz-transition-property: none !important;
  -ms-transition-property: none !important;
  -webkit-transition-property: none !important;
  transition-property: none !important;
  -o-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -webkit-transform: none !important;
  transform: none !important;
  -webkit-animation: none !important;
  -moz-animation: none !important;
  -o-animation: none !important;
  -ms-animation: none !important;
  animation: none !important;
}
/************************************************************
 *
 * MEDIA SIZE
 *
 ***********************************************************/
#media-size-xs,
#media-size-sm,
#media-size-md,
#media-size-lg {
  position: absolute;
  bottom: -1px;
  display: block;
  width: 0;
  height: 0;
}
@media (max-width: 767px) {
  #media-size-xs {
    height: 1px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #media-size-sm {
    height: 1px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #media-size-md {
    height: 1px;
  }
}
@media (min-width: 1200px) {
  #media-size-lg {
    height: 1px;
  }
}
/************************************************************
 *
 * GENERAL
 *
 ***********************************************************/
.section {
  -webkit-transform: translateZ(0);
}
html {
  position: relative;
  height: 100%;
}
body {
  height: 100%;
  background: #fcfcfc;
  -webkit-font-smoothing: antialiased;
}
body a,
body a:active,
body a:focus,
body span,
body span:active,
body span:focus,
body div,
body div:active,
body div:focus {
  outline: none !important;
  text-decoration: none;
  z-index: inherit;
}
.clear {
  clear: both;
}
/************************************************************
 *
 * GRID LAYOUT
 *
 ***********************************************************/
body > main {
  position: relative;
}
body > main > section {
  position: relative;
  width: 100%;
}
body > main > section > .container {
  height: 100%;
  padding: 0;
  background: #fcfcfc;
}
body > main > section > .container > .content {
}
body > main > section > .full-bleed {
  background: #fcfcfc;
}
/************************************************************
 *
 * TWEENS
 *
 ***********************************************************/
.animated-duration-short {
  -webkit-animation-duration: 0.3s;
  -moz-animation-duration: 0.3s;
  -o-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
}






/************************************************************
 *
 * HUBSPOT
 *
 ***********************************************************/

.contact-form .hs-form fieldset {
  max-width: none;
}
.contact-form label {
  display: none;
  font-weight: normal;

}
.contact-form .input textarea,
.contact-form .input input {
  width: 100%;
  font-size: 12px;
  padding: 9px 12px 6px;
  color: #474747;
  margin-bottom: 15px;
  font-family: 'Open Sans', sans-serif;
  border: 1px solid #ccc;
  border-color: #bbb #eee #eee #bbb;
  border-radius: 4px;
}
.contact-form .input textarea::-webkit-input-placeholder,
.contact-form .input textarea::-moz-placeholder,
.contact-form .input textarea::placeholder,
.contact-form .input input::-webkit-input-placeholder,
.contact-form .input input::-moz-placeholder,
.contact-form .input input::placeholder {
  color: #545454;
  font-family: 'Open Sans', sans-serif;
}
.contact-form .input textarea {
  height: 84px;
  width: 100%;
}
.contact-form .hs-form fieldset .field {
  padding: 0 10px;
}
.contact-form .hs-form fieldset.form-columns-2 .input,
.contact-form  .hs-form fieldset.form-columns-1 .input {
  margin: 0;
}
.contact-form .hs-form fieldset {
  margin: 0 -10px;
}
.contact-form .hs-button {
  text-transform: lowercase;
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  width: 100%;
  height: 36px;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  letter-spacing: .5px;
  border-radius: 50px;
  color: #0FC8C3;
  border: 1px;
  -webkit-font-smoothing: antialiased;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.contact-form .hs-button:hover {
  background-color: transparent;
  color: #0FC8C3;
}
.contact-form .hs_submit {
  width: 50%;
  padding-right: 10px;
}
.contact-form  .hs-form fieldset.form-columns-1 .hs-input {
  width: 100%;
}
.contact-form form.hs-form .form-columns-2 .hs-form-field .hs-input,
.contact-form form.hs-form .form-columns-3 .hs-form-field .hs-input {
  width: 100%;
}
.contact-form .hs-error-msgs li {
  list-style-type: none;
}
.contact-form .hs-error-msgs {
  margin: 0;
  padding: 0;
}
.contact-form .hs-error-msgs label {
  display: block;
  color: #0FC8C3;
  font-weight: 400;
  margin-top: -10px;
  margin-bottom: 14px;
}

@media (max-width: 767px) {
  .contact-form  .hbspt-form {
    margin-top: 40px;
  }

.contact-form .hbspt-form .hs-button{
  background-color:transparent;
}

}
.contact-form .hs_base_industry__c  .input {
  height: 34px;
  padding: 6px 12px 6px;
  border: 1px solid #ccc;
  border-color: #bbb #eee #eee #bbb;
  background: #fff url('../images/triangle-down.png') right center no-repeat;
}
.contact-form .hs_base_industry__c .hs-error-msgs {
  margin-top: 14px;
}
.contact-form select {
  margin-bottom: 15px;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  letter-spacing: .5px;
  color: #474747;
  border: none;
  box-shadow: none;
  background-color: transparent;
  background-image: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.contact-form ::-webkit-input-placeholder {
  color: #474747 !important;
  opacity: 1;
}
.contact-form ::-moz-placeholder {
  color: #474747 !important;
  opacity: 1;
}
.contact-form ::placeholder {
  color: #474747 !important;
  opacity: 1;
}


.page-request-form .hs-form {
  position: relative;
}
.page-request-form label {
  display: none;
  font-weight: normal;
}
.page-request-form .input input {
  outline: none;
  border: none;
  background-color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  color: #000;
  padding: 9px 12px 6px;
  padding-right: 10px;
  -webkit-border-radius: 0;
  border-radius: 4px;
  margin-bottom: 15px;
}
.page-request-form select {
  border: none;
  box-shadow: none;
  background-color: transparent;
  background-image: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  padding: 4px 12px 6px;
  margin-bottom: 15px;
  color: #fff;
  width: 100%;
  background: transparent url('../images/triangle-down.png') right center no-repeat;
}
.page-request-form select option {
  color: #474747;
}
.page-request-form-hs-button {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  position: absolute;
  width: 140px;
  height: 36px;
  background: transparent;
  font-family: 'Dosis', sans-serif;
  font-size: 1em;
  font-weight: 300;
  letter-spacing: .5px;
  border-radius: 50px;
  border: 1px solid;
  border-color: #0FC8C3;
  color: #0FC8C3;
  -webkit-font-smoothing: antialiased;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.page-request-form .hs-error-msgs li {
  list-style-type: none;
}
.page-request-form .hs-error-msgs {
  margin: 0;
  padding: 0;
}
.page-request-form .hs-error-msgs label {
  display: block;
  color: #20c6bc;
  font-weight: 400;
  margin-top: -10px;
  margin-bottom: 14px;
}
.page-request-form ::-webkit-input-placeholder {
  color: #fff !important;
  opacity: 1;
}
.page-request-form ::-moz-placeholder {
  color: #fff !important;
  opacity: 1;
}
.page-request-form ::placeholder {
  color: #fff !important;
  opacity: 1;
}




.customer-logo {
  position: relative;
  background-color: #FFF;
  height: 250px;
  padding-top: 50px;
  text-align: center;
}
.customer-logo li {
  position: relative;
  display:inline;
  margin-left: 10px;

}
@media (max-width: 767px){
  .customer-logo {
    background-color: red;
  }

}





@media (max-width: 767px) {
  .contact-form  .hbspt-form {
    margin-top: 40px;
  }
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}



.useCases_left{
  text-align: left;
  font-size: 1.2em;
}

.customers_section{
  width: 80%;

}

/*=========================================================*/
/*--------------------Finish Hubspott----------------------*/
/*=========================================================*/






/*=========================================================*/
/*--------------------Blog section on homepage-------------*/
/*=========================================================*/


#page-home-blog .container {
  padding-top: 120px;
  padding-bottom: 120px;
}

@media (max-width: 767px) {
  #page-home-blog .container {
    padding-bottom: 0;
    padding-top: 80px;
  }
}
@media (max-width: 767px) {
  #page-home-blog .container .content:first-child .home-blog-row {
    margin: 0;
  }
}
#page-home-blog .container .content .home-blog-row {
}
@media (max-width: 767px) {
  #page-home-blog .container .content .home-blog-row {
    margin-bottom: 80px;
  }
  #page-home-blog .container .content .home-blog-row.header {
    margin-bottom: 0;
  }
}
#page-home-blog .container .content .home-blog-row .home-blog-header-col {
  position: relative;
  min-height: 1px;
}
@media (max-width: 767px) {
  #page-home-blog .container .content .home-blog-row .home-blog-header-col {
    width: 100%;
  }
}
@media (min-width: 768px) {
  #page-home-blog .container .content .home-blog-row .home-blog-header-col {
    float: left;
    width: 83.33333333%;
  }
}
@media (min-width: 992px) {
  #page-home-blog .container .content .home-blog-row .home-blog-header-col {
    float: left;
    width: 83.33333333%;
  }
}
@media (min-width: 1200px) {
  #page-home-blog .container .content .home-blog-row .home-blog-header-col {
    float: left;
    width: 83.33333333%;
  }
}
@media (min-width: 768px) {
  #page-home-blog .container .content .home-blog-row .home-blog-header-col {
    margin-left: 8.33333333%;
  }
}
@media (min-width: 992px) {
  #page-home-blog .container .content .home-blog-row .home-blog-header-col {
    margin-left: 8.33333333%;
  }
}
@media (min-width: 1200px) {
  #page-home-blog .container .content .home-blog-row .home-blog-header-col {
    margin-left: 8.33333333%;
  }
}
#page-home-blog .container .content .home-blog-row .home-blog-header-col h1 {
  font-size: 36px;
  font-family: 'Dosis', sans-serif;
  color: #474747;
  padding: 0;
  margin: 0;
  margin-bottom: 95px;
}
@media (max-width: 767px) {
  #page-home-blog .container .content .home-blog-row .home-blog-header-col h1 {
    margin-bottom: 80px;
    text-align: center;
  }
}
#page-home-blog .container .content .home-blog-row .home-blog-col {
  position: relative;
  min-height: 1px;
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  #page-home-blog .container .content .home-blog-row .home-blog-col {
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media (min-width: 768px) {
  #page-home-blog .container .content .home-blog-row .home-blog-col {
    padding-left: 10px;
    padding-right: 10px;
    float: left;
    width: 41.66666667%;
  }
}
@media (min-width: 992px) {
  #page-home-blog .container .content .home-blog-row .home-blog-col {
    float: left;
    width: 56.33333333%;
  }
}
@media (min-width: 1200px) {
  #page-home-blog .container .content .home-blog-row .home-blog-col {
    float: left;
    width: 56.33333333%;
  }
}
@media (min-width: 768px) {
  #page-home-blog .container .content .home-blog-row .home-blog-col.left {
    margin-left: 8.33333333%;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 992px) {
  #page-home-blog .container .content .home-blog-row .home-blog-col.left {
    margin-left: 8.33333333%;
    width: 29.33333333%;
  }
}
@media (min-width: 1200px) {
  #page-home-blog .container .content .home-blog-row .home-blog-col.left {
    margin-left: 8.33333333%;
    width: 29.33333333%;
  }
}
#page-home-blog .container .content .home-blog-row .home-blog-col .home-blog-pic {
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
}
@media (max-width: 767px) {
  #page-home-blog .container .content .home-blog-row .home-blog-col .home-blog-pic {
    height: 150px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #page-home-blog .container .content .home-blog-row .home-blog-col .home-blog-pic {
    height: 150px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #page-home-blog .container .content .home-blog-row .home-blog-col .home-blog-pic {
    height: 200px;
  }
}
@media (min-width: 1200px) {
  #page-home-blog .container .content .home-blog-row .home-blog-col .home-blog-pic {
    height: 250px;
  }
}
#page-home-blog .container .content .home-blog-row .home-blog-col .home-blog-pic .vimeo-player,
#page-home-blog .container .content .home-blog-row .home-blog-col .home-blog-pic .vimeo {
  width: 100%;
  height: 100%;
}
#page-home-blog .container .content .home-blog-row .home-blog-col .home-blog-pic .play-btn {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  margin-left: -20px !important;
  margin-top: -20px;
  width: 40px;
  height: 40px;
  border: 1px solid #fff;
  border-radius: 50%;
  cursor: pointer;
  color: #fff;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#page-home-blog .container .content .home-blog-row .home-blog-col .home-blog-pic .play-btn i {
  margin-top: 9px;
  margin-left: 4px;
  font-size: 20px;
}
#page-home-blog .container .content .home-blog-row .home-blog-col .home-blog-pic:hover .play-btn {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
#page-home-blog .container .content .home-blog-row .home-blog-col h3 {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  color: #474747;
  margin-top: 5px;
}
#page-home-blog .container .content .home-blog-row .home-blog-col h4 {
  ffont-family: 'Lato', sans-serif;
  font-weight: 500;
  color: #474747;
  font-size: 14px;
  line-height: 1.3em;
}
@media (max-width: 767px) {
  #page-home-blog .container .content .home-blog-row .home-blog-col h3 {
    font-size: 22px;
    line-height: 30px;
  }
}
#page-home-blog .container .content .home-blog-row .home-blog-col p {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 18px;
  color: #474747;
}

#page-home-blog .container .content .home-blog-row .home-blog-col p a {
  color: #00C8C4;
}

#page-home-blog .container .content .home-blog-row .home-blog-col p a:hover {
  text-decoration: underline;
}

@media (max-width: 767px) {
  #page-home-blog .container .content .home-blog-row .home-blog-col p {
    font-size: 16px;
    line-height: 24px;
  }
}
#page-home-blog .container .content .home-blog-row .home-blog-col .cta-btn {
  display: block;
  position: relative;
  width: 48%;
  height: 35px;
  padding: 0;
  margin: 0;
  margin-top: 20px;
  background-color: transparent;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  border-left: 1px solid #f7f7f7;
  border-right: 1px solid #f7f7f7;
  border-radius: 0;
  -webkit-font-smoothing: antialiased;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#page-home-blog .container .content .home-blog-row .home-blog-col .cta-btn span {
  color: #474747;
}
#page-home-blog .container .content .home-blog-row .home-blog-col .cta-btn a {
  display: block;
  width: 100%;
  color: #474747;
}
#page-home-blog .container .content .home-blog-row .home-blog-col .cta-btn a:hover {
  color: #fff;
}
#page-home-blog .container .content .home-blog-row .home-blog-col .cta-btn.left {
  float: left !important;
  float: left;
  margin-right: 2%;
}
#page-home-blog .container .content .home-blog-row .home-blog-col .cta-btn.right {
  float: right !important;
  float: right;
  margin-left: 2%;
}
#page-home-blog .container .content .home-blog-row .home-blog-col .cta-btn:before,
#page-home-blog .container .content .home-blog-row .home-blog-col .cta-btn:after {
  content: " ";
  display: block;
  width: 100%;
  height: 8px;
  background-image: url(../images/thin_line.png);
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 100% 1px;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
#page-home-blog .container .content .home-blog-row .home-blog-col .cta-btn:hover,
#page-home-blog .container .content .home-blog-row .home-blog-col .cta-btn:active,
#page-home-blog .container .content .home-blog-row .home-blog-col .cta-btn:focus {
  outline: none;
  background: #0FC8C3;
  border-left: 1px solid #0FC8C3;
  border-right: 1px solid #0FC8C3;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#page-home-blog .container .content .home-blog-row .home-blog-col .cta-btn:hover span,
#page-home-blog .container .content .home-blog-row .home-blog-col .cta-btn:active span,
#page-home-blog .container .content .home-blog-row .home-blog-col .cta-btn:focus span {
  color: #fff;
}
#page-home-blog .container .content .home-blog-row .home-blog-col .cta-btn:hover a,
#page-home-blog .container .content .home-blog-row .home-blog-col .cta-btn:active a,
#page-home-blog .container .content .home-blog-row .home-blog-col .cta-btn:focus a {
  color: #fff;
}
#page-home-blog .container .content .home-blog-row .home-blog-col .cta-btn:hover:before,
#page-home-blog .container .content .home-blog-row .home-blog-col .cta-btn:active:before,
#page-home-blog .container .content .home-blog-row .home-blog-col .cta-btn:focus:before,
#page-home-blog .container .content .home-blog-row .home-blog-col .cta-btn:hover:after,
#page-home-blog .container .content .home-blog-row .home-blog-col .cta-btn:active:after,
#page-home-blog .container .content .home-blog-row .home-blog-col .cta-btn:focus:after {
  background: none;
}
#page-home-blog .container .content .home-blog-row .home-blog-col .cta-btn:before {
  margin-top: -1px;
}
#page-home-blog .container .content .home-blog-row .home-blog-col .cta-btn:after {
  margin-top: 6px;
}


/*=========================================================*/
/*---------------Finish Blog section on homepage-----------*/
/*=========================================================*/







/*=========================================================*/
/*--------------------Career List--------------------------*/
/*=========================================================*/


#page-career-list .container {
  padding-top: 120px;
}

@media (max-width: 767px) {
  #page-career-list .container {
    padding-bottom: 0;
    padding-top: 80px;
  }
}
@media (max-width: 767px) {
  #page-career-list .container .content:first-child .career-list-row {
    margin: 0;
  }
}
#page-career-list .container .content .career-list-row {
}
@media (max-width: 767px) {
  #page-career-list .container .content .career-list-row {
    margin-bottom: 80px;
  }
  #page-career-list .container .content .career-list-row.header {
    margin-bottom: 0;
  }
}
#page-career-list .container .content .career-list-row .career-list-header-col {
  position: relative;
  min-height: 1px;
}
@media (max-width: 767px) {
  #page-career-list .container .content .career-list-row .career-list-header-col {
    width: 100%;
  }
}
@media (min-width: 768px) {
  #page-career-list .container .content .career-list-row .career-list-header-col {
    float: left;
    width: 83.33333333%;
  }
}
@media (min-width: 992px) {
  #page-career-list .container .content .career-list-row .career-list-header-col {
    float: left;
    width: 83.33333333%;
  }
}
@media (min-width: 1200px) {
  #page-career-list .container .content .career-list-row .career-list-header-col {
    float: left;
    width: 83.33333333%;
  }
}
@media (min-width: 768px) {
  #page-career-list .container .content .career-list-row .career-list-header-col {
    margin-left: 8.33333333%;
  }
}
@media (min-width: 992px) {
  #page-career-list .container .content .career-list-row .career-list-header-col {
    margin-left: 8.33333333%;
  }
}
@media (min-width: 1200px) {
  #page-career-list .container .content .career-list-row .career-list-header-col {
    margin-left: 20%;
  }
}
#page-career-list .container .content .career-list-row .career-list-header-col h1 {
  font-size: 36px;
  font-family: 'Dosis', sans-serif;
  color: #474747;
  padding: 0;
  margin: 0;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  #page-career-list .container .content .career-list-row .career-list-header-col h1 {
    margin-bottom: 80px;
    text-align: center;
  }
}
#page-career-list .container .content .career-list-row .career-list-col {
  position: relative;
  min-height: 1px;
}
@media (max-width: 767px) {
  #page-career-list .container .content .career-list-row .career-list-col {
    margin-left: 30px;
    margin-right: 30px;
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) {
  #page-career-list .container .content .career-list-row .career-list-col {
    float: left;
    width: 41.66666667%;
  }
}
@media (min-width: 992px) {
  #page-career-list .container .content .career-list-row .career-list-col {
    float: left;
    width: 41.66666667%;
  }
}
@media (min-width: 1200px) {
  #page-career-list .container .content .career-list-row .career-list-col {
    float: left;
    width: 41.66666667%;
  }
}
@media (min-width: 768px) {
  #page-career-list .container .content .career-list-row .career-list-col.left {
    margin-left: 8.33333333%;
  }
}
@media (min-width: 992px) {
  #page-career-list .container .content .career-list-row .career-list-col.left {
    margin-left: 8.33333333%;
  }
}
@media (min-width: 1200px) {
  #page-career-list .container .content .career-list-row .career-list-col.left {
    margin-left: 8.33333333%;
  }
}
#page-career-list .container .content .career-list-row .career-list-col .career-list-pic {
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
}
@media (max-width: 767px) {
  #page-career-list .container .content .career-list-row .career-list-col .career-list-pic {
    height: 250px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #page-career-list .container .content .career-list-row .career-list-col .career-list-pic {
    height: 250px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #page-career-list .container .content .career-list-row .career-list-col .career-list-pic {
    height: 300px;
  }
}
@media (min-width: 1200px) {
  #page-career-list .container .content .hcareer-list-row .career-list-col .career-list-pic {
    height: 350px;
  }
}
#page-career-list .container .content .career-list-row .career-list-col .career-list-pic .vimeo-player,
#page-career-list .container .content .career-list-row .career-list-col .career-list-pic .vimeo {
  width: 100%;
  height: 100%;
}
#page-career-list .container .content .career-list-row .career-list-col .career-list-pic .play-btn {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  margin-left: -20px !important;
  margin-top: -20px;
  width: 40px;
  height: 40px;
  border: 1px solid #fff;
  border-radius: 50%;
  cursor: pointer;
  color: #fff;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#page-career-list .container .content .career-list-row .career-list-col .career-list-pic .play-btn i {
  margin-top: 9px;
  margin-left: 4px;
  font-size: 20px;
}
#page-career-list .container .content .career-list-row .career-list-col .career-list-pic:hover .play-btn {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
#page-career-list .container .content .career-list-row .career-list-col h3 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  color: #474747;
  margin-top: 5px;
  margin-left: 40%;
  font-size: 24px;


}
#page-career-list .container .content .career-list-row .career-list-col h4 {
  ffont-family: 'Lato', sans-serif;
  font-weight: 500;
  color: #474747;
  font-size: 14px;
  line-height: 1.3em;
}
@media (max-width: 767px) {
  #page-career-list .container .content .career-list-row .career-list-col h3 {
    font-size: 22px;
    line-height: 30px;
  }
}
#page-career-list .container .content .career-list-row .career-list-col p {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 18px;
  color: #474747;
}

#page-career-list .container .content .career-list-row .career-list-col p a {
  color: #FF2A68;
  font-size: 14px;
}
#page-career-list .container .content .career-list-row .career-list-col p a:hover {
  font-weight: 400;
}

@media (max-width: 767px) {
  #page-career-list .container .content .career-list-row .career-list-col p {
    font-size: 16px;
    line-height: 24px;
  }
}
#page-career-list .container .content .career-list-row .career-list-col .cta-btn {
  display: block;
  position: relative;
  width: 48%;
  height: 35px;
  padding: 0;
  margin: 0;
  margin-top: 20px;
  background-color: transparent;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  border-left: 1px solid #f7f7f7;
  border-right: 1px solid #f7f7f7;
  border-radius: 0;
  -webkit-font-smoothing: antialiased;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#page-career-list .container .content .career-list-row .career-list-col .cta-btn span {
  color: #474747;
}
#page-career-list .container .content .career-list-row .career-list-col .cta-btn a {
  display: block;
  width: 100%;
  color: #474747;
}
#page-career-list .container .content .career-list-row .career-list-col .cta-btn a:hover {
  color: #fff;
}
#page-career-list .container .content .career-list-row .career-list-col .cta-btn.left {
  float: left !important;
  float: left;
  margin-right: 2%;
}
#page-career-list .container .content .career-list-row .career-list-col .cta-btn.right {
  float: right !important;
  float: right;
  margin-left: 2%;
}
#page-career-list .container .content .career-list-row .career-list-col .cta-btn:before,
#page-career-list .container .content .career-list-row .career-list-col .cta-btn:after {
  content: " ";
  display: block;
  width: 100%;
  height: 8px;
  background-image: url(../images/thin_line.png);
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 100% 1px;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
#page-career-list .container .content .career-list-row .career-list-col .cta-btn:hover,
#page-career-list .container .content .career-list-row .career-list-col .cta-btn:active,
#page-career-list .container .content .career-list-row .career-list-col .cta-btn:focus {
  outline: none;
  background: #0FC8C3;
  border-left: 1px solid #0FC8C3;
  border-right: 1px solid #0FC8C3;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#page-career-list .container .content .career-list-row .career-list-col .cta-btn:hover span,
#page-career-list .container .content .career-list-row .career-list-col .cta-btn:active span,
#page-career-list .container .content .career-list-row .career-list-col .cta-btn:focus span {
  color: #fff;
}
#page-career-list .container .content .career-list-row .career-list-col .cta-btn:hover a,
#page-career-list .container .content .career-list-row .career-list-col .cta-btn:active a,
#page-career-list .container .content .career-list-row .career-list-col .cta-btn:focus a {
  color: #fff;
}
#page-career-list .container .content .career-list-row .career-list-col .cta-btn:hover:before,
#page-career-list .container .content .career-list-row .career-list-col .cta-btn:active:before,
#page-career-list .container .content .career-list-row .career-list-col .cta-btn:focus:before,
#page-career-list .container .content .career-list-row .career-list-col .cta-btn:hover:after,
#page-career-list .container .content .career-list-row .career-list-col .cta-btn:active:after,
#page-career-list .container .content .career-list-row .career-list-col .cta-btn:focus:after {
  background: none;
}
#page-career-list .container .content .career-list-row .career-list-col .cta-btn:before {
  margin-top: -1px;
}
#page-career-list .container .content .career-list-row .career-list-col .cta-btn:after {
  margin-top: 6px;
}

/*=========================================================*/
/*---------------Finish Career List------------------------*/
/*=========================================================*/






/*=========================================================*/
/*----------Customer Logos section on homepage-------------*/
/*=========================================================*/

.customers:after, .customers:after {
    content: "";
    display: table;
    clear: both
}


.customers h1, .customers h1 {
    font-size: 28px;
    font-family: 'Doris', sans-serif;
    line-height: 1.2em;
    color: #20323A
}



@media (min-width: 480px) {
    .customers h1, .customers h1 {
        font-size: 30.87px
    }
}

@media (min-width: 960px) {
    .customers h1, .customers h1 {
        font-size: 39.49px
    }
}

@media (min-width: 1100px) {
    .customers h1,  .customers h1 {
        font-size: 42px
    }
}

.customers h1 + p, .customers h1 + p {
    margin-top: 0
}

.customers h1, .customers h1 {
    font-family: 'Dosis', sans-serif;
    font-size: 36px;
    font-weight: 400;
    border-bottom: 1px solid #B8B8B8;
    padding-bottom: 0.5em;
    margin-bottom: 0.75em
}



.customers, .customers {
    padding-top: 54px;
    padding-bottom: 54px
}

@media (min-width: 480px) {
    .customers, .customers {
        padding-top: 59.33px
    }
}

@media (min-width: 960px) {
    .customers, .customers {
        padding-top: 75.33px
    }
}

@media (min-width: 1100px) {
    .customers, .customers {
        padding-top: 80px
    }
}

@media (min-width: 480px) {
    .customers, .customers {
        padding-bottom: 59.33px
    }
}

@media (min-width: 960px) {
    .customers, .customers {
        padding-bottom: 75.33px
    }
}

@media (min-width: 1100px) {
    .customers, .customers {
        padding-bottom: 80px
    }
}

.customers, .customers {
}




.customers, .customers {
    background: #EBEBEB;
    text-align: center
}

@media screen and (min-width: 60em) {
    .customers, .customers {
        text-align: left
    }
}

.customers .desc, .customers .desc {
    margin-bottom: 40px
}

@media screen and (min-width: 60em) {
    .customers .desc, .customers .desc {
        float: left;
        clear: none;
        width: 31.61667%;
        margin-left: 0;
        margin-right: 2.575%;
        margin-bottom: 0px;
        padding-right: 2%
    }

    .customers .desc:last-child, .customers .desc:last-child {
        margin-right: 0
    }
}

.customers .logos, .customers .logos {
    text-align: center
}

@media screen and (min-width: 60em) {
    .customers .logos, .customers .logos {
        float: left;
        clear: none;
        width: 100%;
        margin: 0;
        margin-right: 2.575%;
        text-align: left
    }

    .customers .logos:last-child, .customers .logos:last-child {
        margin-right: 0
    }
}

.customers .logos li, .customers .logos li {
    margin: 18px
}

.customers .logos li, .customers .logos img, .customers .logos li,
.customers .logos img {
    display: inline-block;
    vertical-align: middle;
    width: 100px
}

.customers .logos img, .customers .logos img {
    width: 100%
}


/*=========================================================*/
/*-------Finish Customer Logos section on homepage---------*/
/*=========================================================*/




/*=========================================================*/
/*---------------------Blog (Insights)---------------------*/
/*=========================================================*/
.featured-image {
    width: 100%;
}


.insights-container {
  -webkit-column-count: 1;
  -webkit-column-gap: 15px;
  -moz-column-count: 1;
  -moz-column-gap: 15px;
  column-count: 1;
  column-gap: 15px;
}

.insight {
  display: inline-block;
  float: left;
  margin: 0 0 30px;
  padding: 0 10px;
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  column-break-inside: avoid;
  max-width: 100%;
}

@media (min-width: 768px) and (max-width: 991px) {
  #page-insights-index .container .insights-container .insight {
    width: 100%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #page-insights-index .container .insights-container .insight {
    width: 470px;
  }
}
@media (min-width: 1200px) {
  #page-insights-index .container .insights-container .insight {
    width: 396px;
  }
}

.article-metadata {
    margin-bottom: 25px;
    width: 100%;
}

.article-metadata:after {
    content: "";
    visibility: hidden;
    clear: both;
    display: block;
}

.article-metadata > .avatar {
    background-position: center;
    background-size: auto 100%;

    height: 48px;
    width: 48px;

    display: inline-block;
    float: left;
}

.article-metadata > .metadata-detail {
    display: inline-block;
    float: left;
    margin-left: 1em;
    margin-top: 4px;
    margin-bottom: 4px;
}

.article-metadata .author-name > a {
    color: #0FC8C3;
}

.article-metadata .author-name > a:hover {
    border-bottom: none;
}

.article-metadata > .hs_cos_wrapper_type_blog_social_sharing {
    float: right;
    padding-top: 14px;
}

.insight > .inner > .content > p {
    line-height: 1.5em;
    margin-bottom: 1.5em;
}

.insight > .inner > .content > p:last-child {
    margin-bottom: 0;
}

.insight > .inner > .content-footer {
    padding: 1em 25px;
}

.insight > .inner > .content a,
.insight > .inner > .content-footer a,
.insights-detail > article a {
    color: #FF2A68;
}

.insight > .inner > .content a:hover,
.insight > .inner > .content-footer a:hover,
.insights-detail > article a:hover {
    border-bottom: 1px solid #FF2A68;
}

.comment > .comment-reply-to {
    background: inherit;
    border-style: solid;
    border-width: 1px;
    padding-left: 16px;
    color: #919baa;
}

.comment > .comment-reply-to > em {
    font-style: normal;
}

@media (min-width: 580px) {
  .insights-container {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
}

@media (min-width: 870px) {
  .insights-container {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}
@media (min-width: 1160px) {
  .insights-container {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
  }
}
  @media (min-width: 1450px) {
  .insights-container {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
  }
}


.hs-blog-social-share {
    position: relative;
}

.hs-blog-social-share-item-google-plus {
    display: none;
}

.insights-filter .hs_cos_wrapper_widget .block {
    padding: 0 10px;
}

.insights-filter .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_post_filter > .block > h3 {
    display: none;
}

.insights-filter .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_post_filter > .block > .widget-module {
    position: relative;
}

.insights-filter .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_post_filter > .block > .widget-module > ul {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
}

.insights-filter .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_post_filter > .block > .widget-module > ul > li > a,
.insights-filter .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_post_filter > .block > .widget-module > a.filter-expand-link {
    display: inline-block;
    text-align: center;
    text-transform: capitalize;
    padding: 0.75em 0;
}

.insights-filter .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_post_filter > .block > .widget-module > ul > li > a {
    width: 100%;
}

.insights-filter .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_post_filter > .block > .widget-module > ul > li > a:hover,
.insights-filter .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_post_filter > .block > .widget-module > a.filter-expand-link:hover {
    background-color: #0FC8C3;
    color: #ffffff;
}

.insights-filter .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_post_filter > .block > .widget-module > ul > li {
    display: block;
    float: left;
    width: 20%;
}

.insights-filter .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_post_filter > .block > .widget-module > ul > li:first-child {
    margin-left: 20%;
}

.insights-filter .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_post_filter > .block > .widget-module > a.filter-expand-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 20%;
}

#page-insights-detail {
    padding-top: 56px;
}

#page-insights-detail .container .insights-detail {
  margin-bottom: 70px;
}
#page-insights-detail .container .insights-detail > article {
  position: relative;
  min-height: 1px;
}

#page-insights-detail .container .insights-detail > article .article-title {
    margin-top: 1em;
    margin-bottom: 1em;
}

.insights-detail > article p {
  font-family: 'DIN Next W01 Light', 'Open Sans', sans-serif;
  font-size: 21px;
  font-weight: 300;
  line-height: 1.5em;
  margin-bottom: 2em;
}

.insights-detail > article p img {
  max-width: 100%;
}

@media (max-width: 767px) {
  #page-insights-detail .container .insights-detail > article {
    margin: 0 20px;
  }
}
@media (min-width: 768px) {
  #page-insights-detail .container .insights-detail > article {
    float: left;
    width: 75%;
  }
}
@media (min-width: 992px) {
  #page-insights-detail .container .insights-detail > article {
    float: left;
    width: 75%;
  }
}
@media (min-width: 1200px) {
  #page-insights-detail .container .insights-detail > article {
    float: left;
    width: 75%;
  }
}
#page-insights-detail .container .insights-detail > article .header {
}
#page-insights-detail .container .insights-detail > article .header > .inner {
  position: relative;
  min-height: 1px;
}
@media (min-width: 768px) {
  #page-insights-detail .container .insights-detail > article .header > .inner {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  #page-insights-detail .container .insights-detail > article .header > .inner {
    float: left;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  #page-insights-detail .container .insights-detail > article .header > .inner {
    float: left;
    width: 100%;
  }
}
#page-insights-detail .container .insights-detail > article .header > .inner figure {
  margin-bottom: 50px;
}
#page-insights-detail .container .insights-detail > article .header > .inner figure .insight-video {
  position: relative;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
}
#page-insights-detail .container .insights-detail > article .header > .inner figure .insight-video .vimeo-player,
#page-insights-detail .container .insights-detail > article .header > .inner figure .insight-video .vimeo {
  width: 100%;
  height: 100%;
}
#page-insights-detail .container .insights-detail > article .header > .inner figure .insight-video .play-btn {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  margin-left: -20px !important;
  margin-top: -20px;
  width: 40px;
  height: 40px;
  border: 1px solid #fff;
  border-radius: 50%;
  cursor: pointer;
  color: #fff;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#page-insights-detail .container .insights-detail > article .header > .inner figure .insight-video .play-btn i {
  margin-top: 9px;
  margin-left: 4px;
  font-size: 20px;
}
#page-insights-detail .container .insights-detail > article .header > .inner figure .insight-video:hover .play-btn {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
@media (min-width: 768px) and (max-width: 991px) {
  #page-insights-detail .container .insights-detail > article .header > .inner figure .insight-video {
    height: 400px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #page-insights-detail .container .insights-detail > article .header > .inner figure .insight-video {
    height: 500px;
  }
}
@media (min-width: 1200px) {
  #page-insights-detail .container .insights-detail > article .header > .inner figure .insight-video {
    height: 600px;
  }
}
#page-insights-detail .container .insights-detail > article > .content {
}
#page-insights-detail .container .insights-detail > article > .content .inner {
  font-family: 'DIN Next W01 Light', 'Open Sans', sans-serif;
  font-size: 18px;
  color: #474747;
  position: relative;
  min-height: 1px;
}
#page-insights-detail .container .insights-detail > article > .content .inner h1 {
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
  font-family: 'DIN Next W01 Light', 'Open Sans', sans-serif;
  font-size: 36px;
  line-height: 40px;
  color: #474747;
  text-align: center;
}
@media (max-width: 767px) {
  #page-insights-detail .container .insights-detail > article > .content .inner h1 {
    font-size: 22px;
    line-height: 30px;
  }
}
#page-insights-detail .container .insights-detail > article > .content .inner h5,
#page-insights-detail .container .insights-detail > article > .content .inner h6 {
  margin: 0;
  padding: 0;
  font-family: 'Georgia W99 Italic', Georgia, serif;
  text-align: center;
}
#page-insights-detail .container .insights-detail > article > .content .inner h5 {
  font-size: 18px;
  color: #0FC8C3;
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  #page-insights-detail .container .insights-detail > article > .content .inner h5 {
    font-size: 18px;
    line-height: 26px;
  }
}
#page-insights-detail .container .insights-detail > article > .content .inner h6 {
  font-size: 12px;
  color: #9d9a9a;
  margin-bottom: 35px;
}
@media (max-width: 767px) {
  #page-insights-detail .container .insights-detail > article > .content .inner h6 {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  #page-insights-detail .container .insights-detail > article > .content .inner {
    font-size: 16px;
    line-height: 24px;
  }
}
#page-insights-detail .container .insights-detail > article > .content .inner p {
  margin: 0;
  padding: 0;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  #page-insights-detail .container .insights-detail > article > .content .inner {
    float: left;
    width: 83.33333333%;
  }
}
@media (min-width: 992px) {
  #page-insights-detail .container .insights-detail > article > .content .inner {
    float: left;
    width: 83.33333333%;
  }
}
@media (min-width: 1200px) {
  #page-insights-detail .container .insights-detail > article > .content .inner {
    float: left;
    width: 83.33333333%;
  }
}
@media (min-width: 768px) {
  #page-insights-detail .container .insights-detail > article > .content .inner {
    margin-left: 8.33333333%;
  }
}
@media (min-width: 992px) {
  #page-insights-detail .container .insights-detail > article > .content .inner {
    margin-left: 8.33333333%;
  }
}
@media (min-width: 1200px) {
  #page-insights-detail .container .insights-detail > article > .content .inner {
    margin-left: 8.33333333%;
  }
}
#page-insights-detail .container .insights-detail > article #insights-tags {
  margin-top: 50px;
}
#page-insights-detail .container .insights-detail > article #insights-tags .inner h2 {
  font-family: 'DIN Next W01 Regular', 'Open Sans', sans-serif;
  font-size: 20px;
  color: #474747;
  text-align: center;
  margin: 0;
  padding: 0;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  #page-insights-detail .container .insights-detail > article #insights-tags .inner h2 {
    font-size: 24px;
  }
}
#page-insights-detail .container .insights-detail > article #insights-tags .inner p {
  text-align: center;
  font-family: 'Georgia W99 Italic', Georgia, serif;
  font-size: 16px;
  color: #9d9a9a;
  margin: 0;
  padding: 0;
}
@media (max-width: 767px) {
  #page-insights-detail .container .insights-detail > article #insights-tags .inner p {
    font-size: 16px;
    line-height: 24px;
  }
}
#page-insights-detail .container .insights-detail > article #insights-tags .inner p a {
  color: #9d9a9a;
  text-transform: lowercase;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#page-insights-detail .container .insights-detail > article #insights-tags .inner p a:hover {
  text-decoration: none;
  color: #0FC8C3;
}
#page-insights-detail .container .insights-detail > article #insights-tags .inner .page-back {
  display: block;
  width: 12px;
  height: 20px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
}

.topic-list > ul {
    list-style: none;
    padding: 0;
}

.topic-list > ul > li {
    display: inline-block;
    float: left;
    margin-right: 8px;
}

.topic-list > ul > li > a.topic-link {
    background-color: #DEE1E6;
    border-radius: 4px;
    color: #333333;
    padding: 10px;
}

.topic-list > ul > li > a.topic-link:hover {
    background-color: #E6E8EB;
    border-bottom: none;
    color: #333333;
}

.author-profile {
    border-top: 1px solid #f1f2f2;
    border-bottom: 1px solid #f1f2f2;
    margin-top: 60px;
    padding-top: 30px;
    padding-bottom: 30px;
    position: relative;
}

.author-profile .avatar {
    background-size: auto 100%;
    background-position: center center;
    height: 72px;
    width: 72px;
    display: block;
    float: left;
}

.author-profile .author-detail {
    display: block;
    float: left;
    margin-left: 15px;
}

.author-profile .author-detail .author-name > a {
    color: #474747;
}

.author-profile .author-detail > .bio {
    font-size: 15px;
    margin-bottom: 0;
}

.comments-block {
    padding: 30px 0;
}

.comments-block h3 {
    font-size: 15px;
    margin-top: 0;
}

.comments-block .comment {
    padding-bottom: 2em;
}

.comments-block .comment.depth-0 {
    border-top: 1px solid #eee;
    margin: 0;
    padding-top: 2em;
}

.comment-from,
.comment-date {
    display: block !important;
}

.comment-date {
    font-size: 1em !important;
}

.comment-from h4 {
    font-size: 1em !important;
    font-weight: 500 !important;
}

.insights-detail .comment-body p {
    font-size: 18px;
    margin: 1em auto;
}

#comment-form {
    padding-top: 2em;
    padding-bottom: 2em;
    border-top: 1px solid #f1f2f2;
}

.insights-detail > aside .block {
    border-bottom: 1px solid #F1F2F2;
    padding: 15px 0;
    margin-bottom: 1em;
}

.hs_cos_wrapper_type_blog_comments > .section.post-footer .new-comments .hs-common-confirm-message {
    background-color: #f3faf8 !important;
    border: 1px solid #bfd1cf !important;
    color: #438a85 !important;
    padding: 15px !important;
    margin-bottom: 30px !important;
}

.hs_cos_wrapper_type_blog_comments > .section.post-footer .new-comments .hs-common-confirm-message::first-letter {
    text-transform: uppercase;
}

/*.insights-detail > aside .block:after {
    content: " ";
    display: block;
    width: 100%;
    height: 8px;
    background-image: url(http://cdn2.hubspot.net/hubfs/472663/images/thin_line.png);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 100% 1px;
    opacity: 0.5;
    filter: alpha(opacity=50);
}*/

.insights-detail > aside h3 {
    margin-top: 0;
    margin-bottom: 1.5em;
    font-size: 16px;
}

.insights-detail > aside .block > .widget-module > ol,
.insights-detail > aside .block > .widget-module > ul {
    padding-left: 22px;
}

.insights-detail > aside .block > .widget-module > ol > li,
.insights-detail > aside .block > .widget-module > ul > li {
    margin-bottom: 1em;
}

.insights-detail > aside .block .filter-expand-link {
    display: inline-block;
    margin: 1em 0 1em 22px;
}

#hs_form_target_blog_subscribe {
    border-bottom: 1px solid #f1f2f2;
    padding-bottom: 15px;
}

/*=========================================================*/
/*------------------End Blog (Insights)--------------------*/
/*=========================================================*/





/*=========================================================*/
/*----------------Hubspot Request Demo Form----------------*/
/*=========================================================*/
.hs-form fieldset {
    border: 0;
    padding: 0;
    margin: 0 auto;
    max-width: 500px;
}

.page-request-form h2 {
    font-family: 'Dosis', sans-serif;
    font-weight: 400;
    font-size: 24px;
    color: #474747;
    line-height: 24px;
    margin: 0;
    padding: 0;
    margin-bottom: 35px;
    text-align: center;
}

.hs-form fieldset.form-columns-2 .hs-form-field {
    width: 100%;
    float: left;
}



.page-request-form .hs-button {
    left: 40%;
}

/*=========================================================*/
/*-----------End Hubspot Request Demo Form-----------------*/
/*=========================================================*/




/*=========================================================*/
/*----------------Contacts Form----------------------------*/
/*=========================================================*/

#contact {

}
@media (max-width: 767px) {
  #contact {
    background: #e2e3e3;
  }
}
#contact .container {
  background-color: transparent;
  padding-top: 150px;
}

#contact label{
  font-weight: normal;
}

@media (max-width: 767px) {
  #contact .container {
    padding-top: 80px;
  }
}
#contact .container .content .inner {
}
#contact .container .content .inner .contact-form {
  position: relative;
  min-height: 1px;
}
@media (max-width: 767px) {
  #contact .container .content .inner .contact-form {
    margin: 0 30px;
  }
}
@media (min-width: 768px) {
  #contact .container .content .inner .contact-form {
    float: left;
    width: 66.66666667%;
  }
}
@media (min-width: 992px) {
  #contact .container .content .inner .contact-form {
    float: left;
    width: 66.66666667%;
  }
}
@media (min-width: 1200px) {
  #contact .container .content .inner .contact-form {
    float: left;
    width: 66.66666667%;
  }
}
@media (min-width: 768px) {
  #contact .container .content .inner .contact-form {
    margin-left: 16.66666667%;
  }
}
@media (min-width: 992px) {
  #contact .container .content .inner .contact-form {
    margin-left: 16.66666667%;
  }
}
@media (min-width: 1200px) {
  #contact .container .content .inner .contact-form {
    margin-left: 16.66666667%;
  }
}
#contact .container .content .inner .contact-form h1 {
  font-family: 'Open Sans', sans-serif;
  font-size: 36px;
  text-align: center;
  color: #474747;
}
#contact .container .content .inner .contact-form h1 .red {
  color: #0FC8C3;
}
#contact .container .content .inner .contact-form .contact-form-header-xs p {
  margin: 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  color: #474747;
}
#contact .container .content .inner .contact-form .contact-form-header-xs p a {
  color: #0FC8C3;
}
#contact .container .content .inner .contact-form .send-btn {
  width: 100%;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  letter-spacing: .5px;
  border-radius: 50px;
  color: #0FC8C3;
  border-width: 1px;
  -webkit-font-smoothing: antialiased;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  #contact .container .content .inner .contact-form .send-btn {
    font-size: 16px;
    line-height: 12px;
  }
}
#contact .container .content .inner .contact-form .send-btn:focus,
#contact .container .content .inner .contact-form .send-btn:active,
#contact .container .content .inner .contact-form .send-btn:hover {
  outline: 0;
  color: #fff;
  background: #474747;
}
#contact .container .content .inner .contact-form .contact-form-fields {
  margin-top: 50px;
}
#contact .container .content .inner .contact-form .contact-form-fields .contact-form-col {
  position: relative;
  min-height: 1px;
}
@media (min-width: 768px) {
  #contact .container .content .inner .contact-form .contact-form-fields .contact-form-col {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  #contact .container .content .inner .contact-form .contact-form-fields .contact-form-col {
    float: left;
    width: 50%;
  }
}
@media (min-width: 1200px) {
  #contact .container .content .inner .contact-form .contact-form-fields .contact-form-col {
    float: left;
    width: 50%;
  }
}
#contact .container .content .inner .contact-form .contact-form-fields .contact-form-col .form-group input::-webkit-input-placeholder,
#contact .container .content .inner .contact-form .contact-form-fields .contact-form-col .form-group textarea::-webkit-input-placeholder {
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  color: #c8cdd5;
}
@media (max-width: 767px) {
  #contact .container .content .inner .contact-form .contact-form-fields .contact-form-col .form-group input::-webkit-input-placeholder,
  #contact .container .content .inner .contact-form .contact-form-fields .contact-form-col .form-group textarea::-webkit-input-placeholder {
    font-family:  'Open Sans', sans-serif;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  #contact .container .content .inner .contact-form .contact-form-fields .contact-form-col .form-group textarea::-webkit-input-placeholder {
    color: #d1d1d1;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
  }
}
#contact .container .content .inner .contact-form .contact-form-fields .contact-form-col .form-group input:-moz-placeholder,
#contact .container .content .inner .contact-form .contact-form-fields .contact-form-col .form-group textarea:-moz-placeholder {
  font-family:  'Open Sans', sans-serif;
  font-size: 12px;
  color: #c8cdd5;
}
@media (max-width: 767px) {
  #contact .container .content .inner .contact-form .contact-form-fields .contact-form-col .form-group input:-moz-placeholder,
  #contact .container .content .inner .contact-form .contact-form-fields .contact-form-col .form-group textarea:-moz-placeholder {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  #contact .container .content .inner .contact-form .contact-form-fields .contact-form-col .form-group textarea:-moz-placeholder {
    color: #d1d1d1;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
  }
}
#contact .container .content .inner .contact-form .contact-form-fields .contact-form-col .form-group input::-moz-placeholder,
#contact .container .content .inner .contact-form .contact-form-fields .contact-form-col .form-group textarea::-moz-placeholder {
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  color: #c8cdd5;
}
@media (max-width: 767px) {
  #contact .container .content .inner .contact-form .contact-form-fields .contact-form-col .form-group input::-moz-placeholder,
  #contact .container .content .inner .contact-form .contact-form-fields .contact-form-col .form-group textarea::-moz-placeholder {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  #contact .container .content .inner .contact-form .contact-form-fields .contact-form-col .form-group textarea::-moz-placeholder {
    color: #d1d1d1;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
  }
}
#contact .container .content .inner .contact-form .contact-form-fields .contact-form-col .form-group input:-ms-input-placeholder,
#contact .container .content .inner .contact-form .contact-form-fields .contact-form-col .form-group textarea:-ms-input-placeholder {
  font-family:  'Open Sans', sans-serif;
  font-size: 12px;
  color: #c8cdd5;
}
@media (max-width: 767px) {
  #contact .container .content .inner .contact-form .contact-form-fields .contact-form-col .form-group input:-ms-input-placeholder,
  #contact .container .content .inner .contact-form .contact-form-fields .contact-form-col .form-group textarea:-ms-input-placeholder {
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  #contact .container .content .inner .contact-form .contact-form-fields .contact-form-col .form-group textarea:-ms-input-placeholder {
    color: #d1d1d1;
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
  }
}
#contact .container .content .inner .contact-form .contact-form-fields .contact-form-col .form-group .form-control {
  outline: none;
  border-width: 1px;
  border-left-color: #bbb;
  border-top-color: #bbb;
  border-right-color: #eee;
  border-bottom-color: #eee;
  box-shadow: none !important;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  color: #474747;
  padding-top: 9px;
  border-radius: 0;
}
@media (max-width: 767px) {
  #contact .container .content .inner .contact-form .contact-form-fields .contact-form-col .form-group .form-control {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
  }
}
#contact .container .content .inner .contact-form .contact-form-fields .contact-form-col .form-group .form-control:active,
#contact .container .content .inner .contact-form .contact-form-fields .contact-form-col .form-group .form-control:focus {
  outline: none;
  border-width: 1px;
  border-left-color: #bbb;
  border-top-color: #bbb;
  border-right-color: #eee;
  border-bottom-color: #eee;
  box-shadow: none !important;
}
#contact .container .content .inner .contact-form .contact-form-fields .contact-form-col .form-group .form-control.error {
  -webkit-box-shadow: inset 2px 2px 10px #277c78;
  box-shadow: inset 2px 2px 10px #277c78;
}
#contact .container .content .inner .contact-form .contact-form-fields .contact-form-col .form-group select.form-control {
  -webkit-appearance: none;
  padding-top: 8.5px;
}
#contact .container .content .inner .contact-form .contact-form-fields .contact-form-col .form-group textarea {
  padding: 6px 12.5px;
  resize: none;
  height: 84px;
}
#contact .container .content .inner .contact-form .contact-form-fields .contact-form-col .form-group.has-error .help-block,
#contact .container .content .inner .contact-form .contact-form-fields .contact-form-col .form-group.has-error .control-label,
#contact .container .content .inner .contact-form .contact-form-fields .contact-form-col .form-group.has-error .radio,
#contact .container .content .inner .contact-form .contact-form-fields .contact-form-col .form-group.has-error .checkbox,
#contact .container .content .inner .contact-form .contact-form-fields .contact-form-col .form-group.has-error .radio-inline,
#contact .container .content .inner .contact-form .contact-form-fields .contact-form-col .form-group.has-error .checkbox-inline {
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  color: #0FC8C3 !important;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-duration: 0.3s;
  -moz-animation-duration: 0.3s;
  -o-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInLeft;
  -moz-animation-name: fadeInLeft;
  -o-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@media (max-width: 767px) {
  #contact .container .content .inner .contact-form .contact-form-fields .contact-form-col .form-group.has-error .help-block,
  #contact .container .content .inner .contact-form .contact-form-fields .contact-form-col .form-group.has-error .control-label,
  #contact .container .content .inner .contact-form .contact-form-fields .contact-form-col .form-group.has-error .radio,
  #contact .container .content .inner .contact-form .contact-form-fields .contact-form-col .form-group.has-error .checkbox,
  #contact .container .content .inner .contact-form .contact-form-fields .contact-form-col .form-group.has-error .radio-inline,
  #contact .container .content .inner .contact-form .contact-form-fields .contact-form-col .form-group.has-error .checkbox-inline {
    font-size: 16px;
  }
}
#contact .container .content .inner .contact-form .contact-details {
  margin-top: 75px;
}
#contact .container .content .inner .contact-form .contact-details h1 {
  text-align: left;
}
#contact .container .content .inner .contact-form .contact-details .contact-details-col {
  position: relative;
  min-height: 1px;
}
@media (min-width: 768px) {
  #contact .container .content .inner .contact-form .contact-details .contact-details-col {
    float: left;
    width: 60%;
  }
}
@media (min-width: 992px) {
  #contact .container .content .inner .contact-form .contact-details .contact-details-col {
    float: left;
    width: 60%;
  }
}
@media (min-width: 1200px) {
  #contact .container .content .inner .contact-form .contact-details .contact-details-col {
    float: left;
    width: 60%;
  }
}
#contact .container .content .inner .contact-form .contact-details .contact-details-col h1 {
  font-family: 'Dosis', sans-serif;
  font-size: 1.8em;
  color: #474747;
}
#contact .container .content .inner .contact-form .contact-details .contact-details-col p {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.2em;
  color: #474747;
}
#contact .container .content .inner .contact-form .contact-details .contact-details-col p a {
  color: #0FC8C3;
}
#contact .container .content .inner .contact-form .contact-details .contact-details-col p a:hover {
  color: #0FC8C3;
  text-decoration: none;
}
#contact .container .content .inner .contact-form .contact-map {
  margin-top: 50px;
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  #contact .container .content .inner .contact-form .contact-map {
    margin-bottom: 40px;
  }
}
#contact .container .content .inner .contact-form .contact-map img {
  width: 100%;
}
#contact .container .content .inner .contact-form .contact-map a.google-maps-link {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: #0FC8C3;
}
@media (max-width: 767px) {
  #contact .container .content .inner .contact-form .contact-map a.google-maps-link {
    font-size: 16px;
  }
}
#contact .container .content .inner .contact-form .contact-map a.google-maps-link:hover {
  color: #0FC8C3;
  text-decoration: none;
}
#contact-maps {
  height: 450px;
  width: 100%;
}
@media (max-width: 767px) {
  #page-contact-maps {
    height: 300px;
  }
}


/*=========================================================*/
/*----------------End Contacts Form------------------------*/
/*=========================================================*/


/*=========================================================*/
/*----------------Values on Careers Page ------------------*/
/*=========================================================*/

#page-careers-values {
  background: #fcfcfc;
}
#page-careers-values .container .content {
  padding-top: 120px;
  padding-bottom: 70px;
}
@media (max-width: 767px) {
  #page-careers-values .container .content {
    padding-top: 80px;
    padding-bottom: 0;
  }
}
#page-careers-values .container .content .content-col {
  position: relative;
  min-height: 1px;
}
@media (min-width: 768px) {
  #page-careers-values .container .content .content-col {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  #page-careers-values .container .content .content-col {
    float: left;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  #page-careers-values .container .content .content-col {
    float: left;
    width: 100%;
  }
}
#page-careers-values .container .content .content-col .content-row {
}
#page-careers-values .container .content .features-row {
  position: relative;
  min-height: 1px;
}
@media (min-width: 768px) {
  #page-careers-values .container .content .features-row {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  #page-careers-values .container .content .features-row {
    float: left;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  #page-careers-values .container .content .features-row {
    float: left;
    width: 100%;
  }
}
#page-careers-values .container .content .features-row .inner {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  #page-careers-values .container .content .features-row .inner {
    margin-bottom: 20px;
  }
}
#page-careers-values .container .content .features-row .inner .features-col {
  position: relative;
  min-height: 1px;
  text-align: center;
  overflow: hidden;
}
#page-careers-values .container .content .features-row .inner .features-col .features-col-inner {
  width: 100%;
  height: 100%;
}

@media (max-width: 767px) {
  #page-careers-values .container .content .features-row .inner .features-col {
    margin: 0 30px;
    margin-bottom: 60px;
  }
}
@media (min-width: 768px) {
  #page-careers-values .container .content .features-row .inner .features-col {
    float: left;
    width: 14.28571429%;
  }
}
@media (min-width: 992px) {
  #page-careers-values .container .content .features-row .inner .features-col {
    float: left;
    width: 14.28571429%;
  }
}
@media (min-width: 1200px) {
  #page-careers-values .container .content .features-row .inner .features-col {
    float: left;
    width: 14.28571429%;
  }
}
#page-careers-values .container .content .features-row .inner .features-col figure {
  height: 130px;
}
#page-careers-values .container .content .features-row .inner .features-col figure img {
  margin-top: 20px;
  margin-bottom: 22px;
  -webkit-animation-duration: 0.3s;
  -moz-animation-duration: 0.3s;
  -o-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
}
#page-careers-values .container .content .features-row .inner .features-col h1 {
  display: block;
  font-family: 'Dosis', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.2em;
  color: #474747;
  height: 60px;
  -webkit-animation-duration: 0.3s;
  -moz-animation-duration: 0.3s;
  -o-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
}
#page-careers-values .container .content .features-row .inner .features-col p {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-size: 15px;
  line-height: 1.5em;
  height: 120px;
}

@media (min-width: 768px) and (max-width: 991px) {
  #page-careers-values .container .content .features-row .inner .features-col h1 {
    font-size: 28px;
    line-height: 28px;
  }
}
#page-careers-values .container .content .features-row .inner .features-col .overlay {
  position: absolute;
  top: 0;
  left: 10px;
  right: 10px;
  bottom: 0;
  background: #0FC8C3;
  border: 1px solid #0FC8C3;
  z-index: 10;
  opacity: 0;
  filter: alpha(opacity=0);
}
#page-careers-values .container .content .features-row .inner .features-col .overlay .overlay-inner {
  display: table;
  width: 100%;
  height: 100%;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
  -moz-animation-name: fadeInUp;
  -o-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
#page-careers-values .container .content .features-row .inner .features-col .overlay .overlay-inner .overlay-content {
  width: 100%;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
}
#page-careers-values .container .content .features-row .inner .features-col .overlay .overlay-inner .overlay-content p {
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  line-height: 20px;
  color: #fff;
  padding: 0 10%;
  margin: 0;
  cursor: default;
}
@media (min-width: 768px) and (max-width: 991px) {
  #page-careers-values .container .content .features-row .inner .features-col .overlay .overlay-inner .overlay-content p {
    font-size: 16px;
    line-height: 1;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #page-careers-values .container .content .features-row .inner .features-col .overlay .overlay-inner .overlay-content p {
    font-size: 20px;
    line-height: 1;
  }
}
#page-careers-values .container .content .features-row .inner .features-col .features-col-inner:before,
#page-careers-values .container .content .features-row .inner .features-col .features-col-inner:after {
  content: " ";
  display: block;
  width: 100%;
  height: 1px;
  background-image: url(../images/thin_line.png);
  background-position: 0 0;
  background-size: 100% 1px;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
#page-careers-values.active .container .content .features-row .inner .features-col:hover .overlay {
  display: block;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-duration: 0.3s;
  -moz-animation-duration: 0.3s;
  -o-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
}
#page-careers-values.active .container .content .features-row .inner .features-col:hover .overlay .overlay-inner {
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-duration: 0.4s;
  -moz-animation-duration: 0.4s;
  -o-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
}
#page-careers-values.active .container .content .features-row .inner .features-col.mouse-top .overlay {
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  -o-animation-name: fadeIn;
  animation-name: fadeIn;
  opacity: 1;
}
#page-careers-values.active .container .content .features-row .inner .features-col.mouse-top .overlay .overlay-inner {
  -webkit-animation-name: fadeInDownBig;
  -moz-animation-name: fadeInDownBig;
  -o-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}
#page-careers-values.active .container .content .features-row .inner .features-col.mouse-right .overlay {
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  -o-animation-name: fadeIn;
  animation-name: fadeIn;
  opacity: 1;
}
#page-careers-values.active .container .content .features-row .inner .features-col.mouse-right .overlay .overlay-inner {
  -webkit-animation-name: fadeInRightBig;
  -moz-animation-name: fadeInRightBig;
  -o-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}
#page-careers-values.active .container .content .features-row .inner .features-col.mouse-bottom .overlay {
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  -o-animation-name: fadeIn;
  animation-name: fadeIn;
  opacity: 1;
}
#page-careers-values.active .container .content .features-row .inner .features-col.mouse-bottom .overlay .overlay-inner {
  -webkit-animation-name: fadeInUpBig;
  -moz-animation-name: fadeInUpBig;
  -o-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}
#page-careers-values.active .container .content .features-row .inner .features-col.mouse-left .overlay {
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  -o-animation-name: fadeIn;
  animation-name: fadeIn;
  opacity: 1;
}
#page-careers-values.active .container .content .features-row .inner .features-col.mouse-left .overlay .overlay-inner {
  -webkit-animation-name: fadeInLeftBig;
  -moz-animation-name: fadeInLeftBig;
  -o-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}


/*=========================================================*/
/*-------------End Values on Careers Page -----------------*/
/*=========================================================*/


/*=========================================================*/
/*----------------------Product Page ----------------------*/
/*=========================================================*/



#page-product-phases {
  background: #fcfcfc;
}
#page-product-phases .container .content {
  padding-top: 120px;
  padding-bottom: 70px;
}
@media (max-width: 767px) {
  #page-product-phases .container .content {
    padding-top: 80px;
    padding-bottom: 0;
  }
}
#page-product-phases .container .content .content-col {
  position: relative;
  min-height: 1px;
}
@media (min-width: 768px) {
  #page-product-phases .container .content .content-col {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  #page-product-phases .container .content .content-col {
    float: left;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  #page-product-phases .container .content .content-col {
    float: left;
    width: 100%;
  }
}
#page-product-phases .container .content .content-col .content-row {
}
#page-product-phases .container .content .features-row {
  position: relative;
  min-height: 1px;
}
@media (min-width: 768px) {
  #page-product-phases .container .content .features-row {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  #page-product-phases .container .content .features-row {
    float: left;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  #page-product-phases .container .content .features-row {
    float: left;
    width: 100%;
  }
}
#page-product-phases .container .content .features-row .inner {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  #page-product-phases .container .content .features-row .inner {
    margin-bottom: 20px;
  }
}
#page-product-phases .container .content .features-row .inner .features-col {
  position: relative;
  min-height: 1px;
  text-align: center;
  overflow: hidden;
}
#page-product-phases .container .content .features-row .inner .features-col .features-col-inner {
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  #page-product-phases .container .content .features-row .inner .features-col {
    margin: 0 30px;
    margin-bottom: 60px;
  }
}
@media (min-width: 768px) {
  #page-product-phases .container .content .features-row .inner .features-col {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 992px) {
  #page-product-phases .container .content .features-row .inner .features-col {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 1200px) {
  #page-product-phases .container .content .features-row .inner .features-col {
    float: left;
    width: 33.33333333%;
  }
}
#page-product-phases .container .content .features-row .inner .features-col figure {
  height: 130px;
}
#page-product-phases .container .content .features-row .inner .features-col figure img {
  margin-top: 10px;
  margin-bottom: 22px;
  -webkit-animation-duration: 0.3s;
  -moz-animation-duration: 0.3s;
  -o-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
}
#page-product-phases .container .content .features-row .inner .features-col h1 {
  display: block;
  font-family: 'Dosis', sans-serif;
  font-weight: 400;
  font-size: 36px;
  line-height: 36px;
  color: #474747;
  height: 50px;
  -webkit-animation-duration: 0.3s;
  -moz-animation-duration: 0.3s;
  -o-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
}
#page-product-phases .container .content .features-row .inner .features-col p {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 1.5em;
}

@media (min-width: 768px) and (max-width: 991px) {
  #page-product-phases .container .content .features-row .inner .features-col h1 {
    font-size: 28px;
    line-height: 28px;
  }
}
#page-product-phases .container .content .features-row .inner .features-col .overlay {
  position: absolute;
  top: 0;
  left: 10px;
  right: 10px;
  bottom: 0;
  background: #0FC8C3;
  border: 1px solid #0FC8C3;
  z-index: 10;
  opacity: 0;
  filter: alpha(opacity=0);
}
#page-product-phases .container .content .features-row .inner .features-col .overlay .overlay-inner {
  display: table;
  width: 100%;
  height: 100%;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
  -moz-animation-name: fadeInUp;
  -o-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
#page-product-phases .container .content .features-row .inner .features-col .overlay .overlay-inner .overlay-content {
  width: 100%;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
}
#page-product-phases .container .content .features-row .inner .features-col .overlay .overlay-inner .overlay-content p {
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  line-height: 20px;
  color: #fff;
  padding: 0 10%;
  margin: 0;
  cursor: default;
}
@media (min-width: 768px) and (max-width: 991px) {
  #page-product-phases .container .content .features-row .inner .features-col .overlay .overlay-inner .overlay-content p {
    font-size: 16px;
    line-height: 1;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #page-product-phases .container .content .features-row .inner .features-col .overlay .overlay-inner .overlay-content p {
    font-size: 20px;
    line-height: 1;
  }
}
#page-product-phases .container .content .features-row .inner .features-col .features-col-inner:before,
#page-product-phases .container .content .features-row .inner .features-col .features-col-inner:after {
  content: " ";
  display: block;
  width: 100%;
  height: 1px;
  background-image: url(../images/thin_line.png);
  background-position: 0 0;
  background-size: 100% 1px;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
#page-product-phases.active .container .content .features-row .inner .features-col:hover .overlay {
  display: block;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-duration: 0.3s;
  -moz-animation-duration: 0.3s;
  -o-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
}
#page-product-phases.active .container .content .features-row .inner .features-col:hover .overlay .overlay-inner {
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-duration: 0.4s;
  -moz-animation-duration: 0.4s;
  -o-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
}
#page-product-phases.active .container .content .features-row .inner .features-col.mouse-top .overlay {
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  -o-animation-name: fadeIn;
  animation-name: fadeIn;
  opacity: 1;
}
#page-product-phases.active .container .content .features-row .inner .features-col.mouse-top .overlay .overlay-inner {
  -webkit-animation-name: fadeInDownBig;
  -moz-animation-name: fadeInDownBig;
  -o-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}
#page-product-phases.active .container .content .features-row .inner .features-col.mouse-right .overlay {
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  -o-animation-name: fadeIn;
  animation-name: fadeIn;
  opacity: 1;
}
#page-product-phases.active .container .content .features-row .inner .features-col.mouse-right .overlay .overlay-inner {
  -webkit-animation-name: fadeInRightBig;
  -moz-animation-name: fadeInRightBig;
  -o-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}
#page-product-phases.active .container .content .features-row .inner .features-col.mouse-bottom .overlay {
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  -o-animation-name: fadeIn;
  animation-name: fadeIn;
  opacity: 1;
}
#page-product-phases.active .container .content .features-row .inner .features-col.mouse-bottom .overlay .overlay-inner {
  -webkit-animation-name: fadeInUpBig;
  -moz-animation-name: fadeInUpBig;
  -o-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}
#page-product-phases.active .container .content .features-row .inner .features-col.mouse-left .overlay {
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  -o-animation-name: fadeIn;
  animation-name: fadeIn;
  opacity: 1;
}
#page-product-phases.active .container .content .features-row .inner .features-col.mouse-left .overlay .overlay-inner {
  -webkit-animation-name: fadeInLeftBig;
  -moz-animation-name: fadeInLeftBig;
  -o-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}













#page-static-features {
  background: #fcfcfc;
}
#page-static-features .container .content-header {
  padding-top: 120px;
}
@media (max-width: 767px) {
  #page-static-features .container .content-header {
    padding-top: 80px;
  }
}
#page-static-features .container .content-header .features-header-col {
  position: relative;
  min-height: 1px;
}
@media (max-width: 767px) {
  #page-static-features .container .content-header .features-header-col {
    width: 100%;
  }
}
@media (min-width: 768px) {
  #page-static-features .container .content-header .features-header-col {
    float: left;
    width: 83.33333333%;
  }
}
@media (min-width: 992px) {
  #page-static-features .container .content-header .features-header-col {
    float: left;
    width: 83.33333333%;
  }
}
@media (min-width: 1200px) {
  #page-static-features .container .content-header .features-header-col {
    float: left;
    width: 83.33333333%;
  }
}
@media (min-width: 768px) {
  #page-static-features .container .content-header .features-header-col {
    margin-left: 8.33333333%;
  }
}
@media (min-width: 992px) {
  #page-static-features .container .content-header .features-header-col {
    margin-left: 8.33333333%;
  }
}
@media (min-width: 1200px) {
  #page-static-features .container .content-header .features-header-col {
    margin-left: 8.33333333%;
  }
}
#page-static-features .container .content-header .features-header-col h1 {
  font-size: 36px;
  font-family: 'Dosis', sans-serif;
  font-weight: 400;
  color: #474747;
  padding: 0;
  margin: 0;
  text-align: center;
  margin: 0 30px;
}
#page-static-features .container .content {
  padding-top: 120px;
  padding-bottom: 70px;
}
@media (max-width: 767px) {
  #page-static-features .container .content {
    padding-top: 80px;
  }
}
#page-static-features .container .content .content-col {
  position: relative;
  min-height: 1px;
}
@media (min-width: 768px) {
  #page-static-features .container .content .content-col {
    float: left;
    width: 66.66666667%;
  }
}
@media (min-width: 992px) {
  #page-static-features .container .content .content-col {
    float: left;
    width: 66.66666667%;
  }
}
@media (min-width: 1200px) {
  #page-static-features .container .content .content-col {
    float: left;
    width: 66.66666667%;
  }
}
@media (min-width: 768px) {
  #page-static-features .container .content .content-col {
    margin-left: 16.66666667%;
  }
}
@media (min-width: 992px) {
  #page-static-features .container .content .content-col {
    margin-left: 16.66666667%;
  }
}
@media (min-width: 1200px) {
  #page-static-features .container .content .content-col {
    margin-left: 16.66666667%;
  }
}
#page-static-features .container .content .content-col .content-row {
}
#page-static-features .container .content .features-row {
  position: relative;
  min-height: 1px;
}
@media (min-width: 768px) {
  #page-static-features .container .content .features-row {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  #page-static-features .container .content .features-row {
    float: left;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  #page-static-features .container .content .features-row {
    float: left;
    width: 100%;
  }
}
#page-static-features .container .content .features-row .inner {
}
#page-static-features .container .content .features-row .inner .features-col {
  margin-bottom: 60px;
  text-align: center;
  overflow: hidden;
  position: relative;
  min-height: 1px;
}
#page-static-features .container .content .features-row .inner .features-col .features-col-inner {
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  #page-static-features .container .content .features-row .inner .features-col {
    width: 90%;
    margin-left: 5%;
  }
}
@media (min-width: 768px) {
  #page-static-features .container .content .features-row .inner .features-col {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  #page-static-features .container .content .features-row .inner .features-col {
    float: left;
    width: 50%;
  }
}
@media (min-width: 1200px) {
  #page-static-features .container .content .features-row .inner .features-col {
    float: left;
    width: 50%;
  }
}
#page-static-features .container .content .features-row .inner .features-col figure {
  height: 260px;
}
#page-static-features .container .content .features-row .inner .features-col figure img {
  margin-top: 30px;
  margin-bottom: 22px;
  -webkit-animation-duration: 0.3s;
  -moz-animation-duration: 0.3s;
  -o-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
}
#page-static-features .container .content .features-row .inner .features-col h1 {
  display: block;
  font-family: 'Open Sans', sans-serif;
  line-height: 36px;
  color: #474747;
  height: 120px;
  font-weight: 300;
  font-size: 18px;
  line-height: 1.5em;
  -webkit-animation-duration: 0.3s;
  -moz-animation-duration: 0.3s;
  -o-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
}
@media (max-width: 767px) {
  #page-static-features .container .content .features-row .inner .features-col h1 {
    font-size: 28px;
    line-height: 1;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #page-static-features .container .content .features-row .inner .features-col h1 {
    font-size: 28px;
    line-height: 1;
  }
}
#page-static-features .container .content .features-row .inner .features-col .overlay {
  position: absolute;
  top: 0;
  left: 10px;
  right: 10px;
  bottom: 0;
  background: #0FC8C3;
  border: 1px solid #0FC8C3;
  z-index: 10;
  opacity: 0;
  filter: alpha(opacity=0);
}
#page-static-features .container .content .features-row .inner .features-col .overlay .overlay-inner {
  display: table;
  width: 100%;
  height: 100%;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
  -moz-animation-name: fadeInUp;
  -o-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
#page-static-features .container .content .features-row .inner .features-col .overlay .overlay-inner .overlay-content {
  width: 100%;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
}
#page-static-features .container .content .features-row .inner .features-col .overlay .overlay-inner .overlay-content p {
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  line-height: 25px;
  color: #fff;
  padding: 0 10%;
  margin: 0;
  cursor: default;
}
@media (min-width: 768px) and (max-width: 991px) {
  #page-static-features .container .content .features-row .inner .features-col .overlay .overlay-inner .overlay-content p {
    font-size: 16px;

  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #page-static-features .container .content .features-row .inner .features-col .overlay .overlay-inner .overlay-content p {
    font-size: 20px;

  }
}
#page-static-features .container .content .features-row .inner .features-col .features-col-inner:before,
#page-static-features .container .content .features-row .inner .features-col .features-col-inner:after {
  content: " ";
  display: block;
  width: 100%;
  height: 1.2px;
  background-image: url(../images/thin_line.png);
  background-position: 0 0;
  background-size: 100% 1px;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
#page-static-features.active .container .content .features-row .inner .features-col:hover .overlay {
  display: block;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-duration: 0.3s;
  -moz-animation-duration: 0.3s;
  -o-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
}
#page-static-features.active .container .content .features-row .inner .features-col:hover .overlay .overlay-inner {
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-duration: 0.4s;
  -moz-animation-duration: 0.4s;
  -o-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
}
#page-static-features.active .container .content .features-row .inner .features-col.mouse-top .overlay {
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  -o-animation-name: fadeIn;
  animation-name: fadeIn;
  opacity: 1;
}
#page-static-features.active .container .content .features-row .inner .features-col.mouse-top .overlay .overlay-inner {
  -webkit-animation-name: fadeInDownBig;
  -moz-animation-name: fadeInDownBig;
  -o-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}
#page-static-features.active .container .content .features-row .inner .features-col.mouse-right .overlay {
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  -o-animation-name: fadeIn;
  animation-name: fadeIn;
}
@media (max-width: 767px) {
  #page-static-features.active .container .content .features-row .inner .features-col.mouse-right .overlay {
    opacity: 1;
  }
}
#page-static-features.active .container .content .features-row .inner .features-col.mouse-right .overlay .overlay-inner {
  -webkit-animation-name: fadeInRightBig;
  -moz-animation-name: fadeInRightBig;
  -o-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}
#page-static-features.active .container .content .features-row .inner .features-col.mouse-bottom .overlay {
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  -o-animation-name: fadeIn;
  animation-name: fadeIn;
}
@media (max-width: 767px) {
  #page-static-features.active .container .content .features-row .inner .features-col.mouse-bottom .overlay {
    opacity: 1;
  }
}
#page-static-features.active .container .content .features-row .inner .features-col.mouse-bottom .overlay .overlay-inner {
  -webkit-animation-name: fadeInUpBig;
  -moz-animation-name: fadeInUpBig;
  -o-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}
#page-static-features.active .container .content .features-row .inner .features-col.mouse-left .overlay {
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  -o-animation-name: fadeIn;
  animation-name: fadeIn;
}
@media (max-width: 767px) {
  #page-static-features.active .container .content .features-row .inner .features-col.mouse-left .overlay {
    opacity: 1;
  }
}
#page-static-features.active .container .content .features-row .inner .features-col.mouse-left .overlay .overlay-inner {
  -webkit-animation-name: fadeInLeftBig;
  -moz-animation-name: fadeInLeftBig;
  -o-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}


#page-hero-use-cases-static {
  height: 600px;
}
#page-hero-use-cases-static .full-bleed .hero-poster,
#page-hero-use-cases-static .full-bleed .hero-gradient {
  height: 600px;
}
#page-hero-use-cases-static .full-bleed .container {
  height: 600px;
}
#page-hero-use-cases-static .full-bleed .container .content .inner {
  position: relative;
  min-height: 1px;
}
@media (min-width: 768px) {
  #page-hero-use-cases-static .full-bleed .container .content .inner {
    float: left;
    width: 100%;
  }
}
@media (min-width: 768px) {
  #page-hero-use-cases-static .full-bleed .container .content .inner {
    float: left;
    width: 83.33333333%;
  }
}
@media (min-width: 992px) {
  #page-hero-use-cases-static .full-bleed .container .content .inner {
    float: left;
    width: 83.33333333%;
  }
}
@media (min-width: 1200px) {
  #page-hero-use-cases-static .full-bleed .container .content .inner {
    float: left;
    width: 83.33333333%;
  }
}
@media (min-width: 768px) {
  #page-hero-use-cases-static.full-bleed .container .content .inner {
    margin-left: 8.33333333%;
    margin-top: -45%;
  }
}
@media (min-width: 992px) {
  #page-hero-use-cases-static .full-bleed .container .content .inner {
    margin-left: 8.33333333%;
    margin-top:-45%;
  }
}
@media (min-width: 1200px) {
  #page-hero-use-cases-static .full-bleed .container .content .inner {
    margin-left: 8.33333333%;
    margin-top:-45%;
  }
}
@media (max-width: 767px) {
  #page-hero-use-cases-static .full-bleed .container .content .inner .inner-content .inner-content-static .titles h1 {
    font-size: 28px;

  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #page-hero-use-cases-static .full-bleed .container .content .inner .inner-content .inner-content-static .titles h1 {
    font-size: 30px;
    line-height: 1;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #page-hero-use-cases-static .full-bleed .container .content .inner .inner-content .inner-content-static .titles h1 {
    font-size: 30px;
  }
}
@media (min-width: 1200px) {
  #page-hero-use-cases-static.full-bleed .container .content .inner .inner-content-static .titles h1 {
    font-size: 30px;

  }
}
/*=========================================================*/
/*--------------------End Product Page --------------------*/
/*=========================================================*/



/*=========================================================*/
/*-------------------Four Sections Grid -------------------*/
/*=========================================================*/
#page-product-phases .container .content .features-row .inner .features-col .features-col-inner-up {
  width: 100%;
  height: 100%;
}
#page-product-phases .container .content .features-row .inner .features-col .features-col-inner-down {
  width: 100%;
  height: 100%;
}
#page-product-phases .container .content .features-row .inner .features-col .features-col-inner-up:before{
  content: " ";
  display: block;
  width: 100%;
  height: 1px;
  background-image: url(../images/thin_line.png);
  background-position: 0 0;
  background-size: 100% 1px;
  opacity: 0.5;
  filter: alpha(opacity=50);
}



#page-product-phases .container .content .features-row .inner .features-col .features-col-inner-down:after {
  content: " ";
  display: block;
  width: 100%;
  height: 1px;
  background-image: url(../images/thin_line.png);
  background-position: 0 0;
  background-size: 100% 1px;
  opacity: 0.5;
  filter: alpha(opacity=50);
}


/**-------------------------------------------------------------------------------------**/


#page-static-features .container .content .features-row .inner .features-col .features-col-inner {
    width: 100%;
    height: 100%;
}



Pseudo ::before element
#page-static-features .container .content .features-row .inner .features-col .features-col-inner-up:before, #page-static-features .container .content .features-row .inner .features-col .features-col-inner:after {
    content: " ";
    display: block;
    width: 100%;
    height: 1.2px;
    background-image: url(../images/thin_line.png);
    background-position: 0 0;
    background-size: 100% 1px;
    opacity: 0.5;
    filter: alpha(opacity=50);
}



Pseudo ::after element
#page-static-features .container .content .features-row .inner .features-col .features-col-inner-down:before, #page-static-features .container .content .features-row .inner .features-col .features-col-inner:after {
    content: " ";
    display: block;
    width: 100%;
    height: 1.2px;
    background-image: url(../images/thin_line.png);
    background-position: 0 0;
    background-size: 100% 1px;
    opacity: 0.5;
    filter: alpha(opacity=50);
}
