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

body {
  margin: 0;
}

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

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

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

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

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

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

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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

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

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

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

pre {
  overflow: auto;
}

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

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

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

input {
  line-height: normal;
}

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

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

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

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

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

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}

* {
  box-sizing: border-box;
}

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

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

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

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

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

a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

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

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

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

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

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

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

h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
  font-size: 65%;
}

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

h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
  font-size: 75%;
}

h1, .h1 {
  font-size: 36px;
}

h2, .h2 {
  font-size: 30px;
}

h3, .h3 {
  font-size: 24px;
}

h4, .h4 {
  font-size: 18px;
}

h5, .h5 {
  font-size: 14px;
}

h6, .h6 {
  font-size: 12px;
}

p {
  margin: 0 0 10px;
}

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}

small,
.small {
  font-size: 85%;
}

mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}

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

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

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

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

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase, .initialism {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-muted {
  color: #777777;
}

.text-primary {
  color: #337ab7;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}

.text-success {
  color: #3c763d;
}

a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}

.text-info {
  color: #31708f;
}

a.text-info:hover,
a.text-info:focus {
  color: #245269;
}

.text-warning {
  color: #8a6d3b;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}

.text-danger {
  color: #a94442;
}

a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}

.bg-primary {
  color: #fff;
}

.bg-primary {
  background-color: #337ab7;
}

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}

.bg-success {
  background-color: #dff0d8;
}

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}

.bg-info {
  background-color: #d9edf7;
}

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}

.bg-warning {
  background-color: #fcf8e3;
}

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}

.bg-danger {
  background-color: #f2dede;
}

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}

ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

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

.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 20px;
}

dt,
dd {
  line-height: 1.428571429;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

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

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

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}

.initialism {
  font-size: 90%;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}

blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.428571429;
  color: #777777;
}

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}

.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: '';
}

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

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

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

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

.container:after {
  clear: both;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

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

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

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

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

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

.row:after {
  clear: both;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-1 {
    width: 8.3333333333%;
  }
  .col-sm-2 {
    width: 16.6666666667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.3333333333%;
  }
  .col-sm-5 {
    width: 41.6666666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.3333333333%;
  }
  .col-sm-8 {
    width: 66.6666666667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.3333333333%;
  }
  .col-sm-11 {
    width: 91.6666666667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.3333333333%;
  }
  .col-sm-pull-2 {
    right: 16.6666666667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.3333333333%;
  }
  .col-sm-pull-5 {
    right: 41.6666666667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.3333333333%;
  }
  .col-sm-pull-8 {
    right: 66.6666666667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.3333333333%;
  }
  .col-sm-pull-11 {
    right: 91.6666666667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.3333333333%;
  }
  .col-sm-push-2 {
    left: 16.6666666667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.3333333333%;
  }
  .col-sm-push-5 {
    left: 41.6666666667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.3333333333%;
  }
  .col-sm-push-8 {
    left: 66.6666666667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.3333333333%;
  }
  .col-sm-push-11 {
    left: 91.6666666667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-1 {
    width: 8.3333333333%;
  }
  .col-md-2 {
    width: 16.6666666667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.3333333333%;
  }
  .col-md-5 {
    width: 41.6666666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.3333333333%;
  }
  .col-md-8 {
    width: 66.6666666667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.3333333333%;
  }
  .col-md-11 {
    width: 91.6666666667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.3333333333%;
  }
  .col-md-pull-2 {
    right: 16.6666666667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.3333333333%;
  }
  .col-md-pull-5 {
    right: 41.6666666667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.3333333333%;
  }
  .col-md-pull-8 {
    right: 66.6666666667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.3333333333%;
  }
  .col-md-pull-11 {
    right: 91.6666666667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.3333333333%;
  }
  .col-md-push-2 {
    left: 16.6666666667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.3333333333%;
  }
  .col-md-push-5 {
    left: 41.6666666667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.3333333333%;
  }
  .col-md-push-8 {
    left: 66.6666666667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.3333333333%;
  }
  .col-md-push-11 {
    left: 91.6666666667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-1 {
    width: 8.3333333333%;
  }
  .col-lg-2 {
    width: 16.6666666667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.3333333333%;
  }
  .col-lg-5 {
    width: 41.6666666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.3333333333%;
  }
  .col-lg-8 {
    width: 66.6666666667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.3333333333%;
  }
  .col-lg-11 {
    width: 91.6666666667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.3333333333%;
  }
  .col-lg-pull-2 {
    right: 16.6666666667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.3333333333%;
  }
  .col-lg-pull-5 {
    right: 41.6666666667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.3333333333%;
  }
  .col-lg-pull-8 {
    right: 66.6666666667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.3333333333%;
  }
  .col-lg-pull-11 {
    right: 91.6666666667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.3333333333%;
  }
  .col-lg-push-2 {
    left: 16.6666666667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.3333333333%;
  }
  .col-lg-push-5 {
    left: 41.6666666667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.3333333333%;
  }
  .col-lg-push-8 {
    left: 66.6666666667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.3333333333%;
  }
  .col-lg-push-11 {
    left: 91.6666666667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}

/*@import "tables";
@import "forms";
@import "buttons";
*/
/*@import "component-animations";
@import "dropdowns";
@import "button-groups";
@import "input-groups";
@import "navs";
@import "navbar";
@import "breadcrumbs";
@import "pagination";
@import "pager";
@import "labels";
@import "badges";
@import "jumbotron";
@import "thumbnails";
@import "alerts";
@import "progress-bars";
@import "media";
@import "list-group";
@import "panels";
@import "responsive-embed";
@import "wells";
@import "close";
*/
.modal-open {
  overflow: hidden;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.428571429;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  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: #fff;
  text-align: center;
  background-color: #000;
  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: #000;
}

.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.428571429;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

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

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

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

.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: #fff;
  bottom: -10px;
}

.carousel {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.clearfix:after {
  clear: both;
}

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

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

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

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}

.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */
.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.animated.infinite {
  animation-iteration-count: infinite;
}

.animated.hinge {
  animation-duration: 2s;
}

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  animation-duration: .75s;
}

@keyframes bounce {
  from, 20%, 53%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    transform: translate3d(0, -4px, 0);
  }
}

.bounce {
  animation-name: bounce;
  transform-origin: center bottom;
}

@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}

.flash {
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  animation-name: pulse;
}

@keyframes rubberBand {
  from {
    transform: scale3d(1, 1, 1);
  }
  30% {
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  animation-name: rubberBand;
}

@keyframes shake {
  from, to {
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    transform: translate3d(10px, 0, 0);
  }
}

.shake {
  animation-name: shake;
}

@keyframes headShake {
  0% {
    transform: translateX(0);
  }
  6.5% {
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    transform: translateX(0);
  }
}

.headShake {
  animation-timing-function: ease-in-out;
  animation-name: headShake;
}

@keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  transform-origin: top center;
  animation-name: swing;
}

@keyframes tada {
  from {
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}

.tada {
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes wobble {
  from {
    transform: none;
  }
  15% {
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    transform: none;
  }
}

.wobble {
  animation-name: wobble;
}

@keyframes jello {
  from, 11.1%, to {
    transform: none;
  }
  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

.jello {
  animation-name: jello;
  transform-origin: center;
}

@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  animation-name: bounceIn;
}

@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }
  75% {
    transform: translate3d(0, -10px, 0);
  }
  90% {
    transform: translate3d(0, 5px, 0);
  }
  to {
    transform: none;
  }
}

.bounceInDown {
  animation-name: bounceInDown;
}

@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    transform: translate3d(5px, 0, 0);
  }
  to {
    transform: none;
  }
}

.bounceInLeft {
  animation-name: bounceInLeft;
}

@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    transform: translate3d(10px, 0, 0);
  }
  90% {
    transform: translate3d(-5px, 0, 0);
  }
  to {
    transform: none;
  }
}

.bounceInRight {
  animation-name: bounceInRight;
}

@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  75% {
    transform: translate3d(0, 10px, 0);
  }
  90% {
    transform: translate3d(0, -5px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

.bounceInUp {
  animation-name: bounceInUp;
}

@keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

.bounceOut {
  animation-name: bounceOut;
}

@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}

.bounceOutDown {
  animation-name: bounceOutDown;
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}

.bounceOutLeft {
  animation-name: bounceOutLeft;
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}

.bounceOutRight {
  animation-name: bounceOutRight;
}

@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}

.bounceOutUp {
  animation-name: bounceOutUp;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.fadeIn {
  animation-name: fadeIn;
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInDown {
  animation-name: fadeInDown;
}

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInDownBig {
  animation-name: fadeInDownBig;
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInLeft {
  animation-name: fadeInLeft;
}

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInLeftBig {
  animation-name: fadeInLeftBig;
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInRight {
  animation-name: fadeInRight;
}

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInRightBig {
  animation-name: fadeInRightBig;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInUp {
  animation-name: fadeInUp;
}

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInUpBig {
  animation-name: fadeInUpBig;
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

.fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}

.fadeOutDown {
  animation-name: fadeOutDown;
}

@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}

.fadeOutDownBig {
  animation-name: fadeOutDownBig;
}

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}

.fadeOutLeft {
  animation-name: fadeOutLeft;
}

@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}

.fadeOutLeftBig {
  animation-name: fadeOutLeftBig;
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}

.fadeOutRight {
  animation-name: fadeOutRight;
}

@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}

.fadeOutRightBig {
  animation-name: fadeOutRightBig;
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}

.fadeOutUp {
  animation-name: fadeOutUp;
}

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}

.fadeOutUpBig {
  animation-name: fadeOutUpBig;
}

@keyframes flip {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    animation-timing-function: ease-in;
  }
  to {
    transform: perspective(400px);
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  animation-name: flip;
}

@keyframes flipInX {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInX;
}

@keyframes flipInY {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInY;
}

@keyframes flipOutX {
  from {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.flipOutX {
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@keyframes flipOutY {
  from {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipOutY;
}

@keyframes lightSpeedIn {
  from {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    transform: none;
    opacity: 1;
  }
}

.lightSpeedIn {
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out;
}

@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in;
}

@keyframes rotateIn {
  from {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    transform-origin: center;
    transform: none;
    opacity: 1;
  }
}

.rotateIn {
  animation-name: rotateIn;
}

@keyframes rotateInDownLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownLeft {
  animation-name: rotateInDownLeft;
}

@keyframes rotateInDownRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownRight {
  animation-name: rotateInDownRight;
}

@keyframes rotateInUpLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpLeft {
  animation-name: rotateInUpLeft;
}

@keyframes rotateInUpRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpRight {
  animation-name: rotateInUpRight;
}

@keyframes rotateOut {
  from {
    transform-origin: center;
    opacity: 1;
  }
  to {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

.rotateOut {
  animation-name: rotateOut;
}

@keyframes rotateOutDownLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  animation-name: rotateOutDownLeft;
}

@keyframes rotateOutDownRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  animation-name: rotateOutDownRight;
}

@keyframes rotateOutUpLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  animation-name: rotateOutUpLeft;
}

@keyframes rotateOutUpRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  animation-name: rotateOutUpRight;
}

@keyframes hinge {
  0% {
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    transform: rotate3d(0, 0, 1, 80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    transform: rotate3d(0, 0, 1, 60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

.hinge {
  animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes rollIn {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

.rollIn {
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

.rollOut {
  animation-name: rollOut;
}

@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}

.zoomIn {
  animation-name: zoomIn;
}

@keyframes zoomInDown {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInDown {
  animation-name: zoomInDown;
}

@keyframes zoomInLeft {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInLeft {
  animation-name: zoomInLeft;
}

@keyframes zoomInRight {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInRight {
  animation-name: zoomInRight;
}

@keyframes zoomInUp {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInUp {
  animation-name: zoomInUp;
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}

.zoomOut {
  animation-name: zoomOut;
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutDown {
  animation-name: zoomOutDown;
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform-origin: left center;
  }
}

.zoomOutLeft {
  animation-name: zoomOutLeft;
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
    transform-origin: right center;
  }
}

.zoomOutRight {
  animation-name: zoomOutRight;
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutUp {
  animation-name: zoomOutUp;
}

@keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

.slideInDown {
  animation-name: slideInDown;
}

@keyframes slideInLeft {
  from {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

.slideInLeft {
  animation-name: slideInLeft;
}

@keyframes slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  animation-name: slideInRight;
}

@keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

.slideInUp {
  animation-name: slideInUp;
}

@keyframes slideOutDown {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
  }
}

.slideOutDown {
  animation-name: slideOutDown;
}

@keyframes slideOutLeft {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0);
  }
}

.slideOutLeft {
  animation-name: slideOutLeft;
}

@keyframes slideOutRight {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0);
  }
}

.slideOutRight {
  animation-name: slideOutRight;
}

@keyframes slideOutUp {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0);
  }
}

.slideOutUp {
  animation-name: slideOutUp;
}

.btn {
  display: inline-block;
  background: white;
  color: #546069;
  margin-bottom: 10px;
  font-family: "acumin-pro-extra-condensed";
  font-size: 22px;
  font-weight: 400;
}

.btn {
  cursor: pointer;
  position: relative;
  padding: 18px 60px 18px 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 14px;
}

.btn:hover, .btn:active, .btn:focus {
  text-decoration: none;
}

.btn--round {
  border-radius: 100px;
}

.btn--white {
  background: white;
  color: #546069;
}

.btn--white:hover, .btn--white:active, .btn--white:focus {
  text-decoration: none;
  color: #546069;
}

.btn--white-red {
  background: white;
  color: #e33c59;
}

.btn--white-red:hover, .btn--white-red:active, .btn--white-red:focus {
  text-decoration: none;
  color: #e33c59;
}

.btn--white-purple {
  background: white;
  color: #A12CB4;
}

.btn--white-purple:hover, .btn--white-purple:active, .btn--white-purple:focus {
  text-decoration: none;
  color: #A12CB4;
}

.btn--white-green {
  background: white;
  color: #7ED321;
}

.btn--white-green:hover, .btn--white-green:active, .btn--white-green:focus {
  text-decoration: none;
  color: #7ED321;
}

.btn--purple {
  background: #A12CB4;
  color: white;
}

.btn--purple:hover, .btn--purple:active, .btn--purple:focus {
  color: white;
}

.btn--gray {
  background: #C2C5C8;
  color: #546069;
}

.btn--gray:hover, .btn--gray:active, .btn--gray:focus {
  text-decoration: none;
  color: #546069;
}

.btn--gray:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #e33c59;
  visibility: hidden;
  transform: scaleX(0);
  transition: all 0.5s cubic-bezier(1, 0.25, 0, 0.75) 0s;
}

.btn--gray:hover:before {
  visibility: visible;
  transform: scaleX(1);
}

.btn--red {
  background: #e33c59;
  color: white;
}

.btn--red:hover, .btn--red:active, .btn--red:focus {
  text-decoration: none;
  color: white;
}

.btn--dark {
  background: #546069;
  color: white;
}

.btn--dark:hover, .btn--dark:active, .btn--dark:focus {
  text-decoration: none;
  color: white;
}

.btn:after {
  transition: right 250ms ease-out;
  right: 20px;
  content: '';
  background-repeat: no-repeat;
  width: 19px;
  height: 16px;
  position: absolute;
  display: block;
  top: 50%;
  transform: translateY(-50%);
}

.btn--yellow:after {
  background-image: url("../images/btn-arrow-yellow.svg");
}

.btn--white:after {
  background-image: url("../images/btn-arrow-dark.svg");
  color: #546069;
}

.btn--white:after:hover, .btn--white:after:active, .btn--white:after:focus {
  color: #546069;
}

.btn--white-purple:after {
  background-image: url("../images/btn-arrow-purple.svg");
}

.btn--white-red:after {
  background-image: url("../images/btn-arrow-red.svg");
  color: #e33c59;
}

.btn--white-red:after:hover, .btn--white-red:after:active, .btn--white-red:after:focus {
  color: #e33c59;
}

.btn--purple:after, .btn--red:after, .btn--dark:after {
  background-image: url("../images/btn-arrow-white.svg");
}

.btn--white-green:after {
  background-image: url("../images/btn-arrow-green.svg");
}

.btn--download:after {
  background: url("../images/btn-download.svg");
  width: 18px;
  height: 18px;
}

.btn--download-red:after {
  background: url("../images/btn-download-red.svg");
  width: 18px;
  height: 18px;
}

.btn--download-white:after {
  background: url("../images/btn-download-white.svg");
  width: 18px;
  height: 18px;
}

.btn--gmap:after {
  background-image: url("../images/btn-gmap.svg");
  width: 23px;
  height: 23px;
}

.btn:hover:after {
  right: 10px;
}

.btn-gallery {
  cursor: pointer;
  border: 4px solid white;
  color: white;
  padding: 10px 22px;
  padding-right: 80px;
  position: relative;
  font-family: acumin-pro-extra-condensed;
  text-transform: uppercase;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 26px;
  z-index: 2;
}

.btn-gallery:hover, .btn-gallery:active, .btn-gallery:focus {
  color: white;
  text-decoration: none;
}

.btn-gallery:hover span img, .btn-gallery:active span img, .btn-gallery:focus span img {
  transform: scale(1.1);
}

.btn-gallery span {
  height: 100%;
  width: 65px;
  background: white;
  position: absolute;
  right: 0;
  top: 0;
}

.btn-gallery span img {
  transition: all 150ms ease-in;
  margin-top: 15px;
}

.block-tile .block-tile__body {
  min-height: 370px;
}

.block-tile__img {
  position: relative;
  height: 300px;
  background-size: cover;
  background-position: center center;
}

.block-tile__img img {
  width: 100%;
}

.block-tile__title:before {
  min-height: 110px;
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  mix-blend-mode: multiply;
  z-index: 1;
  bottom: 0;
}

.block-tile__title {
  font-family: "acumin-pro-extra-condensed";
  font-size: 40px;
  font-weight: 400;
  line-height: 35px;
  color: white;
  position: absolute;
  width: 100%;
  bottom: 0;
}

.block-tile__title .block-tile__title__text {
  padding: 15px 50px;
  width: 100%;
  z-index: 2;
  position: relative;
}

.block-tile__body {
  padding: 50px;
}

.block-tile--dark .block-tile__title:before {
  background: #546069;
}

.block-tile--dark .block-tile__body {
  color: white;
  background: #546069;
}

.block-tile--red .block-tile__title:before {
  background: #e33c59;
}

.block-tile--red .block-tile__body {
  color: white;
  background: #e33c59;
}

.block-tile--light .block-tile__title:before {
  background: lightslategrey;
}

.block-tile--light .block-tile__body {
  color: #546069;
  background: #F1EFEF;
}

.block-tile--green .block-tile__title:before {
  background: #7ED321;
}

.block-tile--green .block-tile__body {
  color: white;
  background: #7ED321;
}

.block-overlap__content:after {
  content: '';
  display: block;
  position: absolute;
  width: 1500px;
  height: calc(100% + 50px);
  z-index: 5;
  top: 0;
}

.block-overlap .block-overlap__row:nth-child(1) .block-overlap__content:after {
  height: calc(100% + 50px);
}

.block-overlap__left .block-overlap__content:after {
  right: -50px;
}

.block-overlap__right .block-overlap__content:after {
  left: -50px;
}

.block-overlap--white, .block-overlap--white {
  color: #546069;
}

.block-overlap--red {
  color: white;
}

.block-overlap--white .block-overlap__content:after {
  background: white;
}

.block-overlap--red .block-overlap__content:after {
  background: #e33c59;
}

.block-overlap--grey .block-overlap__content:after {
  background: #F1EFEF;
}

.block-overlap__left .slidify__elt {
  position: absolute;
}

.block-overlap__right .slidify__elt {
  position: absolute;
}

.block-overlap__left .slidify__nav {
  right: 310px;
}

.block-overlap__left .block-overlap__content {
  padding-right: 140px;
  padding-bottom: 50px;
}

.block-overlap__right .block-overlap__content {
  padding-left: 140px;
  padding-bottom: 50px;
}

.block-overlap__content p {
  margin-bottom: 40px;
}

.block-overlap__content .block-overlap__body {
  z-index: 10;
  padding-top: 100px;
  position: relative;
}

.block-overlap__right {
  z-index: 1;
}

.block-overlap .block-overlap__row:nth-child(1) .block-overlap img {
  z-index: 40;
}

.block-overlap .block-overlap__row:nth-child(1) .block-overlap__content:after {
  z-index: 41;
}

.block-overlap .block-overlap__row:nth-child(1) .block-overlap__content .block-overlap__body {
  z-index: 42;
}

.block-overlap .block-overlap__row:nth-child(2) .block-overlap img {
  z-index: 30;
}

.block-overlap .block-overlap__row:nth-child(2) .block-overlap__content:after {
  z-index: 31;
}

.block-overlap .block-overlap__row:nth-child(2) .block-overlap__content .block-overlap__body {
  z-index: 32;
}

.block-overlap .block-overlap__row:nth-child(3) .block-overlap img {
  z-index: 20;
}

.block-overlap .block-overlap__row:nth-child(3) .block-overlap__content:after {
  z-index: 21;
}

.block-overlap .block-overlap__row:nth-child(3) .block-overlap__content .block-overlap__body {
  z-index: 22;
}

.block-overlap .block-overlap__row:nth-child(4) .block-overlap img {
  z-index: 10;
}

.block-overlap .block-overlap__row:nth-child(4) .block-overlap__content:after {
  z-index: 11;
}

.block-overlap .block-overlap__row:nth-child(4) .block-overlap__content .block-overlap__body {
  z-index: 12;
}

.block-overlap__left.block-overlap-gallery {
  left: -260px;
  right: auto;
}

.block-overlap-gallery {
  overflow: hidden;
  width: 625px;
  position: relative;
}

.slidify, .slidify .slidify__elt, .slidify .slidify__elt img {
  height: 100%;
}

.block-image-fullwidth {
  width: 100%;
  background-size: cover;
  padding: 175px 0;
}

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

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

.c-red {
  color: #e33c59;
}

.c-dark {
  color: #546069;
}

.c-purple {
  color: #A12CB4;
}

.c-white {
  color: white;
}

.c-gray {
  color: #F1EFEF;
}

.c-green {
  color: #50E3C2;
}

.bc-red {
  background-color: #e33c59;
}

.bc-gray {
  background-color: #EAEAEA;
}

.bc-purple {
  background-color: #A12CB4;
}

.bc-rose {
  background-color: #F1E2FA;
}

.ff-alt {
  font-family: acumin-pro-extra-condensed;
}

.ff-main {
  font-family: adelle;
}

.d-ib {
  display: inline-block;
}

.d-b {
  display: block;
}

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

.p-r {
  position: relative;
}

.mb-a {
  margin-bottom: 40px;
}

.mb-pre-footer {
  margin-bottom: 110px;
}

.mt-a {
  margin-top: 40px;
}

.mt-b {
  margin-top: 100px;
}

.mt-c {
  margin-top: 6px;
}

.ml-a {
  margin-left: 20px;
}

.hide {
  display: none;
}

.of-yh {
  overflow-y: hidden;
}

.zi-d {
  z-index: 2;
  position: relative;
}

.title-large {
  font-family: adelle;
  font-size: 70px;
  line-height: 70px;
  text-align: center;
  margin-bottom: 95px;
  margin-top: 130px;
}

.title-regular.title-underlined:after {
  margin-top: 25px;
}

.title-underlined:after {
  margin-top: 35px;
  display: block;
  content: '';
  border-bottom: 4px solid white;
  text-transform: uppercase;
  width: 30px;
}

.title-underlined--red:after {
  border-color: #e33c59;
}

.title-underlined--green:after {
  border-color: #50E3C2;
}

.title-underlined--dark:after {
  border-color: #546069;
}

.title-underlined--white:after {
  border-color: white;
}

.title-underlined--purple:after {
  border-color: #A12CB4;
}

.title-underlined--center:after {
  margin-left: calc(50% - 15px);
}

.title-underlined.title-small:after {
  border-bottom: 3px solid white;
}

.title-med {
  text-transform: uppercase;
  font-size: 60px;
  letter-spacing: -1px;
  font-weight: 600;
  font-family: acumin-pro-extra-condensed;
  margin-bottom: 30px;
  line-height: 50px;
}

.title-xlarge {
  font-family: acumin-pro-extra-condensed;
  font-size: 120px;
  font-weight: 600;
  letter-spacing: -1px;
  line-height: 95px;
}

.title-regular {
  font-family: acumin-pro-extra-condensed;
  font-size: 40px;
  font-weight: 600;
  line-height: 35px;
}

.title-small {
  font-family: acumin-pro-extra-condensed;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 20px;
}

.title-spaced {
  font-family: acumin-pro-extra-condensed;
  text-transform: uppercase;
  font-size: 35px;
  letter-spacing: 10px;
  font-weight: 600;
}

.header-left {
  font-family: "acumin-pro-extra-condensed";
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}

.header-left__nav {
  display: flex;
}

.header-left__item {
  transition: 100ms all ease-out;
  position: relative;
  text-align: center;
  width: 210px;
  text-transform: uppercase;
  font-size: 23px;
  font-weight: 400;
  letter-spacing: 1.5px;
  background: white;
  line-height: 50px;
  cursor: pointer;
  color: #546069;
}

.header-left__item:hover, .header-left__item:active {
  color: #546069;
  text-decoration: none;
}

.header-left__nav--event .header-left__item--event:after,
.header-left__nav--enterprise .header-left__item--enterprise:after {
  transition: 100ms all ease-out;
  content: '';
  display: block;
  position: absolute;
  bottom: -12px;
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 12px solid white;
  left: 20px;
}

.header-left__nav--enterprise .header-left__item--enterprise {
  background: white;
  color: #546069;
}

.header-left__nav--enterprise .header-left__item--enterprise:hover {
  background: #546069;
  color: white;
}

.header-left__nav--enterprise .header-left__item--enterprise:hover:after {
  border-top-color: #546069;
}

.header-left__nav--enterprise .header-left__item--event {
  background: #A12CB4;
  color: white;
}

.header-left__nav--enterprise .header-left__item--event:hover {
  background: white;
  color: #A12CB4;
}

.header-left__nav--event .header-left__item--enterprise {
  background: #546069;
  color: white;
}

.header-left__nav--event .header-left__item--enterprise:hover {
  background: white;
  color: #546069;
}

.header-left__nav--event .header-left__item--enterprise:hover:after {
  border-top-color: white;
}

.header-left__nav--event .header-left__item--event {
  color: #A12CB4;
  background: white;
}

.header-left__nav--event .header-left__item--event:hover {
  color: white;
  background: #A12CB4;
}

.header-left__nav--event .header-left__item--event:hover:after {
  border-top-color: #A12CB4;
}

.header-left__nav--common .header-left__item--enterprise {
  background: #546069;
  color: white;
}

.header-left__nav--common .header-left__item--enterprise:hover {
  background: white;
  color: #546069;
}

.header-left__nav--common .header-left__item--enterprise:hover:after {
  border-top-color: white;
}

.header-left__nav--common .header-left__item--event {
  background: #A12CB4;
  color: white;
}

.header-left__nav--common .header-left__item--event:hover {
  background: white;
  color: #A12CB4;
}

.header-right {
  display: flex;
  position: absolute;
  right: 0;
  top: 0;
  font-family: "acumin-pro-extra-condensed";
}

.header-right__item {
  text-align: center;
  margin-right: 1px;
  width: 60px;
  height: 50px;
  color: #e33c59;
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 27px;
  font-weight: 400;
  line-height: 25px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  transition: all 100ms;
}

.header-right__item:hover, .header-right__item:active, .header-right__item:focus {
  color: #546069;
  text-decoration: none;
}

.header-right__item.active {
  background: rgba(89, 102, 111, 0.2);
  color: white;
}

.header-right__item.active:hover {
  background: white;
  color: #e33c59;
}

.header-right__item--menu {
  color: white;
  margin: 0;
  background: #e33c59;
}

#nav-icon4 {
  width: 33px;
  height: 25px;
  position: relative;
  transform: rotate(0deg);
  transition: .5s ease-in-out;
  cursor: pointer;
}

#nav-icon4 span {
  display: block;
  position: absolute;
  height: 6px;
  width: 100%;
  background: white;
  border-radius: 6px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: .25s ease-in-out;
}

* {
  margin: 0;
  padding: 0;
}

#nav-icon4 span:nth-child(1) {
  top: 0px;
  transform-origin: left center;
}

#nav-icon4 span:nth-child(2) {
  top: 9px;
  transform-origin: left center;
}

#nav-icon4 span:nth-child(3) {
  top: 18px;
  transform-origin: left center;
}

#nav-icon4.open span:nth-child(1) {
  transform: rotate(45deg);
  top: -3px;
  left: 4px;
}

#nav-icon4.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}

#nav-icon4.open span:nth-child(3) {
  transform: rotate(-45deg);
  top: 20px;
  left: 4px;
}

.scroll {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  bottom: 50px;
  width: 21px;
  height: 40px;
}

nav {
  position: relative;
  z-index: 200;
}

* {
  margin: 0;
  padding: 0;
}

.sticky-menu {
  z-index: 998;
  position: fixed;
  background: white;
  width: 100%;
  top: -100px;
  transition: top 400ms ease-in;
}

.sticky-menu nav {
  background-image: linear-gradient(-90deg, #ED5565 0%, #FF9883 48%, #E33C59 100%);
  height: 50px;
}

.sticky-menu.active {
  top: 0;
}

.sticky-menu.active .menu__item-content:after {
  display: none;
}

.header__logo {
  display: none;
}

.sticky-menu .header-left__item:after {
  display: none;
}

.sticky-menu .menu__item {
  margin-top: 5px;
  height: 70px;
  font-size: 25px;
  line-height: 23px;
}

.sticky-menu .menu__item:hover .menu__item-content {
  margin-top: -10px;
}

.sticky-menu .menu__item:hover .menu__item-content:after {
  display: none;
}

.sticky-menu nav {
  z-index: 998;
}

.sticky-menu menu {
  background: white;
  transition: top 400ms ease-in, 1000ms;
  position: absolute;
  width: 100%;
  top: -500px;
  z-index: 996;
}

.sticky-menu.active menu {
  top: 50px;
}

/* Icon 1 */
.section-hero {
  position: relative;
}

.hero__logo {
  background: url("../images/logo-white.svg");
  width: 80px;
  height: 75px;
  display: block;
  margin-bottom: 43px;
}

.hero__h1 {
  color: #fff;
  font-family: "acumin-pro-extra-condensed";
  font-size: 100px;
  font-weight: 600;
  letter-spacing: -1px;
  line-height: 80px;
  margin-bottom: 40px;
}

.hero__p {
  color: #fff;
  font-family: "adelle";
  font-size: 18px;
  line-height: 23px;
  margin-bottom: 30px;
}

.hero .container {
  z-index: 100;
  position: relative;
}

.hero {
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: multiply;
  margin-bottom: 10px;
  background-position: center center;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .hero {
    opacity: 0.8;
  }
}

.hero--red:after {
  content: '';
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 1;
}

.hero.hero--red:after {
  background-color: #e33c59;
  opacity: 0.5;
}

.footer {
  background: url("../images/footer-image.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  padding: 100px 0;
}

.footer:after {
  content: '';
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(60, 74, 84, 0.95);
  z-index: 1;
}

.footer .container {
  z-index: 2;
  position: relative;
}

.footer-title {
  color: white;
  font-size: 26px;
  font-weight: 300;
  letter-spacing: 1px;
  line-height: 20px;
  opacity: 0.5;
  font-family: acumin-pro-extra-condensed;
  margin-bottom: 15px;
}

.footer-title:after {
  border-color: white;
  opacity: 0.5;
  margin-top: 15px;
  display: block;
  content: '';
  border-bottom: 2px solid white;
  text-transform: uppercase;
  width: 15px;
}

.footer-menu-link {
  cursor: pointer;
  color: white;
  font-size: 14px;
  display: block;
  line-height: 23px;
  transition: color 100ms linear;
}

.footer-menu-link:hover {
  color: #e33c59;
  text-decoration: none;
}

.footer-menu-link:focus {
  color: #e33c59;
  text-decoration: none;
}

.footer-logo {
  background: url("../images/logo.png");
  background-repeat: no-repeat;
  height: 75px;
  width: 81px;
  background-size: contain;
  position: absolute;
  right: 15px;
  bottom: 0;
  margin-left: -15px;
}

.footer-separator {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid white;
}

.footer-bot {
  color: white;
  line-height: 21px;
  font-size: 14px;
}

.footer-bar {
  font-size: 13px;
}

.footer-bar--red {
  background: #e33c59;
  color: white;
}

.footer-bar__content {
  padding: 10px 0;
}

.footer-bar__content__partners {
  padding: 16px;
}

.footer-bar__content__partners-label {
  font-size: 15px;
}

.footer-bar__content__partners-images {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
}

.footer-bar__content__partners-images .partner-img {
  max-height: 72px;
  -o-object-fit: contain;
  object-fit: contain;
  background-color: #fff;
  padding: 4px;
  margin: 4px 0;
}

.footer-bar__content__partners-images .partner-img:last-of-type {
  margin-right: 0;
}

.footer-bar__content p {
  display: inline;
}

.blcreative {
  position: absolute;
  right: 0;
  bottom: 0;
  font-family: raleway;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 1px;
  vertical-align: middle;
  color: #546069;
}

.blcreative:hover {
  color: #546069;
  text-decoration: none;
}

.blcreative-logo {
  display: inline-block;
  background: #546069;
  padding: 10px 30px;
  margin-left: 20px;
}

.footer-bar--white {
  background: white;
  color: #e33c59;
  font-size: 13px;
  line-height: 32px;
  letter-spacing: 0.5px;
}

.footer-bar--white .footer-bar__content {
  line-height: 32px;
  font-weight: 600;
}

.footer-bar--white .footer-bar__content p {
  display: inline;
}

.footer-bar--yellow {
  background: #F8CE1C;
  color: #546069;
  font-size: 15px;
  line-height: 34px;
  text-transform: uppercase;
}

.footer-bar__phone {
  margin-bottom: 0px;
  float: left;
  background: #546069;
  color: #F8CE1C;
  font-size: 25px;
  line-height: 34px;
  font-family: "acumin-pro-extra-condensed";
}

.footer-bar__phone:hover {
  color: #F8CE1C;
  text-transform: none;
  text-decoration: none;
}

.footer-bar__btn {
  background: white;
  color: #546069;
  font-size: 22px;
  margin-top: -10px;
  margin-bottom: 0;
  line-height: 22px;
  opacity: 1;
}

.footer-bar__btn:after {
  top: 22px;
}

.footer-bar__phone {
  padding: 10px 20px;
  margin-top: -10px;
  line-height: 34px;
  letter-spacing: 1px;
  font-weight: 400;
}

.footer-bar__phone img {
  vertical-align: baseline;
  margin-right: 10px;
}

.footer__ico-fb, .footer__ico-map {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px;
  opacity: 0.8;
  transition: opacity 100ms ease-in;
}

.footer__ico-fb:hover, .footer__ico-map:hover {
  opacity: 1;
}

.footer-ico {
  width: 30px;
  display: inline-block;
}

.section-huge-menu {
  position: fixed;
  min-height: 100%;
  width: 100%;
  top: 0;
  right: -100%;
  z-index: 100;
  transition: right 250ms ease-in, background 250ms linear 200ms;
  background: white;
  /*
  &:after {
    content: '';
    display: block;
    background: #3C4A54;
    opacity: 0.1;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 101;
    top: 0;
  }*/
}

.section-huge-menu .container {
  z-index: 102;
  position: relative;
}

.huge-menu__row-logo {
  margin-top: 100px;
  margin-bottom: 100px;
}

.section-enterprise-header {
  position: relative;
}

.section-huge-menu .footer-menu .footer-menu-link {
  transition: color 100ms linear;
}

.section-huge-menu .footer-menu .footer-menu-link:hover {
  color: #e33c59;
}

.section-huge-menu .footer-menu,
.section-huge-menu .footer-menu .footer-title,
.section-huge-menu .footer-menu .footer-menu-link {
  color: #546069;
}

.section-huge-menu .footer-menu,
.section-huge-menu .footer-menu .footer-title,
.section-huge-menu .footer-menu .footer-menu-link,
.section-huge-menu .footer-menu .footer-menu-link:hover {
  letter-spacing: 0.5px;
}

.section-huge-menu .footer-menu .footer-title:after {
  border-bottom-color: #546069;
}

.section-huge-menu .footer-menu .footer-title {
  opacity: 1;
}

body {
  background: white;
}

.section-huge-menu {
  transition: right 300ms ease-in, background 300ms linear 300ms;
  background: url("../images/huge-menu-image.jpg");
  background-size: cover;
}

/*.section-hero, .wrapper, .page-footer, .landing__header__logo, .section-landing {
  opacity: 1;
}*/
.section-huge-menu.active {
  right: 0;
}

.menu-open {
  position: static;
  background-size: cover;
  background-attachment: fixed;
  /*.landing__header__logo, .section-landing, section-hero, .wrapper, .page-footer {
    visibility: hidden;
  }*/
}

.menu-open .section-huge-menu {
  display: block;
  position: absolute;
}

.huge-menu-social {
  z-index: 999;
  position: absolute;
  right: 0;
  top: 0;
}

.huge-menu-social .footer__ico-fb, .huge-menu-social .footer__ico-map {
  display: block;
}

.menu__container {
  display: flex;
  margin-left: -5px;
  margin-bottom: 5px;
}

.menu__item {
  flex: 1;
  display: flex;
  position: relative;
  width: 285px;
  height: 155px;
  margin-left: 5px;
  align-items: center;
  font-family: acumin-pro-extra-condensed;
  font-size: 33px;
  font-weight: 400;
  line-height: 30px;
  color: #546069;
  text-decoration: none;
}

.menu__item:after {
  transition: opacity 50ms ease-out;
  opacity: 0;
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(227, 60, 89, 0.73);
}

.menu__item:focus {
  color: #546069;
  text-decoration: none;
}

.menu__item.active, .menu__item:hover {
  position: relative;
  color: #546069;
  text-decoration: none;
}

.menu__item.active:after, .menu__item:hover:after {
  opacity: 1;
}

.menu__item.active .menu__item-content, .menu__item:hover .menu__item-content {
  color: white;
  margin-top: -20px;
}

.menu__item.active .menu__item-content:after, .menu__item:hover .menu__item-content:after {
  opacity: 1;
  bottom: -35px;
}

.menu__item-image__img:after {
  background-color: rgba(60, 74, 84, 0.25);
}

.menu__item-image__img {
  background-size: cover;
  background-blend-mode: overlay;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0.25;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .menu__item-image__img {
    opacity: 0.8;
  }
}

.menu__item-content {
  transition: all 200ms;
  z-index: 2;
  display: block;
  position: relative;
  text-align: center;
  width: 100%;
  opacity: 0.9;
  padding: 0 20% 0 20%;
  text-transform: uppercase;
  font-weight: 600;
}

.menu__item-content:after {
  transition: all 200ms;
  opacity: 0;
  bottom: -200px;
  background: url("../images/ico-arrow-bottom.svg");
  width: 19px;
  height: 25px;
  position: absolute;
  content: '';
  display: block;
  margin-top: 10px;
  left: calc(50% - 8px);
}

.slidify .slidify__nav {
  z-index: 500;
  position: relative;
  position: absolute;
  top: 500px;
}

.slidify .slidify__nav-prev, .slidify .slidify__nav-next {
  background: white;
  border-radius: 100px;
  width: 46px;
  height: 46px;
  position: absolute;
  padding: 11px 17px;
  left: 75px;
}

.slidify .slidify__nav-prev:after, .slidify .slidify__nav-next:after {
  content: '';
  display: block;
  background: url("../images/gallery-nav-prev.svg") no-repeat;
  width: 12px;
  height: 24px;
}

.slidify .slidify__nav-next {
  left: 135px;
}

.slidify .slidify__nav-next:after {
  background: url("../images/gallery-nav-next.svg") no-repeat;
}

.slidify .slidify__elt {
  overflow: hidden;
  opacity: 1;
  position: absolute;
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.slidify .slidify__elt.active {
  opacity: 1;
}

.slidify__elt {
  left: -1200px;
  transition: left 1000ms linear;
}

.slidify__elt.active {
  left: 0px;
}

.slidify .slidify__nav-prev:after, .slidify .slidify__nav-next:after {
  position: absolute;
  left: 17px;
  top: 12px;
  transition: left 100ms ease-in;
}

.slidify .slidify__nav-prev:hover:after {
  left: 12px;
}

.slidify .slidify__nav-next:hover:after {
  left: 22px;
}

.mt-a btn btn--white btn--round btn--white-purple btn--download:hover:after {
  transform: scaleX(1.1);
}

.slidify__slideshow {
  left: 0px;
  transition: left 400ms ease-in;
  position: absolute;
  height: 700px;
  width: 625px;
}

body {
  color: #546069;
  font-family: adelle;
  font-weight: 300;
  font-size: 15px;
  line-height: 27px;
  color: #546069;
  position: relative;
  overflow-x: hidden;
}

.body--no-overflow {
  overflow-y: hidden;
}

.section-pad {
  padding: 250px 0;
}

.col-pad {
  padding: 0 80px;
}

.vpad {
  padding-top: 100px;
  padding-bottom: 100px;
}

.vpadt {
  padding-top: 100px;
}

.vpadb {
  padding-bottom: 100px;
}

.wf-loading {
  opacity: 0;
}

.js__gallery-mobile {
  display: none;
}

.separator {
  margin: 0 auto;
  margin-bottom: 25px;
  width: 25px;
  background: #546069;
  height: 3px;
}

.wrapper {
  max-width: 1665px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 30px;
  line-height: 1;
  color: #546069;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "←";
}

[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "→";
}

[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/*---*/
/**************/
/*** LAYOUT ***/
/**************/
/* Feed wrapper */
.cff-wrapper:after {
  content: "";
  display: table;
  clear: both;
}

/* Feed container */
#cff {
  float: left;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
}

#cff:after {
  content: "";
  display: table;
  clear: both;
}

/* Individual post item */
#cff .cff-item {
  float: left;
  width: 100%;
  clear: both;
  padding: 0px 0 15px 0;
  margin: 0;
  border-bottom: 1px solid #ddd;
}

#cff .cff-item:first-child {
  padding-top: 0;
}

#cff .cff-item.cff-box,
#cff .cff-item.cff-box:first-child {
  padding: 15px;
  margin: 5px 0;
  border: none;
  box-sizing: border-box;
}

#cff.cff-masonry .cff-item.cff-box,
#cff.cff-masonry .cff-item.cff-box:first-child {
  margin-left: 1.5%;
  margin-right: 1.5%;
}

/* Feed Header */
.cff-header {
  width: 100%;
  margin: 0 0 15px 0;
  padding: 0;
  line-height: 1;
  box-sizing: border-box;
}

.cff-header .fa {
  float: left;
  margin-right: 10px;
}

.cff-header span {
  /*float: left;*/
  display: table-cell;
  vertical-align: middle;
}

/******************/
/*** TYPOGRAPHY ***/
/******************/
/*See more/less links*/
#cff .cff-less {
  display: none;
}

/* Links */
#cff a {
  text-decoration: none;
}

#cff a:hover,
#cff a:focus {
  text-decoration: underline;
}

#cff .cff-html5-video,
#cff .cff-photo,
#cff .cff-album-cover,
#cff .cff-event-thumb,
#cff .cff-iframe-wrap,
#cff .cff-vidLink {
  text-decoration: none;
  border: none;
}

/* Post titles and body text */
#cff h3, #cff h4, #cff h5, #cff h6, #cff p {
  float: left;
  width: 100%;
  clear: both;
  padding: 0;
  margin: 5px 0;
  line-height: 1.4;
  white-space: pre;
  white-space: pre-wrap;
  white-space: pre-line;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -hp-pre-wrap;
  word-wrap: break-word;
}

/* Date */
#cff .cff-date {
  float: left;
  width: 100%;
  min-width: 50px;
  font-size: 11px;
}

/************/
/***AUTHOR***/
/************/
#cff .cff-author {
  float: left;
  clear: both;
  margin: 0 0 15px 0;
  padding: 0;
  line-height: 1.2;
  width: 100%;
}

#cff .cff-author a {
  float: left;
  display: block;
  /*width: 100%;*/
  min-width: 100%\9;
  text-decoration: none;
  border: none;
}

#cff .cff-author-img {
  float: left;
  width: 40px;
  margin: 0 0 0 -100% !important;
}

#cff .cff-author img {
  float: left;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
}

#cff .cff-author .cff-author-text span {
  display: table-cell;
  vertical-align: middle;
  height: 40px;
  margin: 0;
  font-weight: bold;
  /* For when there's no date immediately under author: */
  padding-left: 50px;
  float: none;
}

#cff .cff-author a {
  text-decoration: none;
}

/* Author Date */
#cff .cff-author .cff-author-text {
  float: left;
  width: 100%;
}

#cff .cff-author .cff-author-text * {
  float: left;
  clear: both;
  width: auto;
  margin: 0 0 0 50px !important;
  font-weight: bold;
  line-height: 1.2;
}

#cff .cff-author .cff-date {
  color: #9197a3;
  font-weight: normal;
  font-size: 11px;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

#cff .cff-author .cff-page-name.cff-author-date {
  float: left;
  padding: 2px 0 0 0;
  font-size: 14px;
}

/* Description */
#cff .cff-post-desc {
  line-height: 1.3;
}

/*************/
/*** MEDIA ***/
/*************/
/*Content wraper*/
#cff .cff-text-wrapper {
  float: right;
  width: 77%;
  margin: 0;
  padding: 0;
}

#cff .cff-break-word {
  word-break: break-all;
}

/*** PHOTOS ***/
#cff .cff-item img {
  border: none;
}

#cff .cff-byline {
  font-size: 12px;
  display: block;
  margin: -5px 0 10px 0;
}

#cff .cff-photo {
  max-width: 100%;
  float: left;
  display: block;
  position: relative;
  margin: 0;
}

#cff .cff-photo:after,
#cff .cff-event-thumb:after,
#cff .cff-html5-video:after {
  border: 1px solid rgba(0, 0, 0, 0.1);
  bottom: 0;
  content: '';
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

#cff .cff-media-above {
  margin-bottom: 7px;
}

#cff .cff-photo img {
  float: left;
  max-width: 100%;
  height: auto;
  margin: 0 !important;
  padding: 0 !important;
}

#cff .cff-album-icon {
  position: absolute;
  bottom: 5px;
  right: 5px;
  height: 22px;
  background: #000 url("../img/cff-album-icon.png") no-repeat 5px 5px;
  background: rgba(0, 0, 0, 0.7) url("../img/cff-album-icon.png") no-repeat 5px 5px;
  color: #fff;
  font-size: 12px;
  margin: 0;
  padding: 0 0 0 26px;
  line-height: 22px;
  border-radius: 5px;
  box-shadow: 0 0 1px 0 rgba(255, 255, 255, 0.8);
  -moz-box-shadow: 0 0 1px 0 rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: 0 0 1px 0 rgba(255, 255, 255, 0.8);
}

/*** GRID LAYOUT ***/
/*Album*/
#cff .cff-album-item {
  float: left;
  width: 100%;
  margin: 0 0 20px 0;
  padding: 0;
  text-align: center;
}

/*2 col*/
#cff .cff-album-item.cff-col-2 {
  width: 47.5%;
  width: 45%\9;
  margin-right: 5%;
}

#cff .cff-album-item.cff-col-2:nth-of-type(2n) {
  margin-right: 0;
}

/*3 col*/
#cff .cff-album-item.cff-col-3 {
  width: 30%;
  width: 28.3%\9;
  margin-right: 5%;
}

#cff .cff-album-item.cff-col-3:nth-of-type(3n) {
  margin-right: 0;
}

/*4 col*/
#cff .cff-album-item.cff-col-4 {
  width: 21.2%;
  width: 20%\9;
  margin-right: 5%;
}

#cff .cff-album-item.cff-col-4:nth-of-type(4n) {
  margin-right: 0;
}

/*Narrow/mobile - force 2 col layout*/
#cff.narrow .cff-album-item.cff-col-3,
#cff.narrow .cff-album-item.cff-col-4 {
  width: 47.5%;
  width: 45%\9;
  margin-right: 5%;
}

#cff.narrow .cff-album-item.cff-col-3:nth-of-type(2n),
#cff.narrow .cff-album-item.cff-col-4:nth-of-type(2n) {
  margin-right: 0;
}

/*Album image container*/
#cff .cff-album-item .cff-album-cover,
#cff .cff-photo.cff-crop {
  width: 100%;
  height: 200px;
  display: block;
  float: left;
  position: relative;
  border: none;
}

/*Image border*/
#cff .cff-album-item .cff-album-cover:after {
  border: 1px solid rgba(0, 0, 0, 0.1);
  bottom: 0;
  content: '';
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

/*Album info*/
#cff .cff-album-item .cff-album-info {
  width: 100%;
  height: 70px;
  float: left;
  clear: both;
}

/*Album name*/
#cff .cff-album-item h4 {
  font-size: 14px;
  line-height: 1.2;
  margin: 10px 0 0 0;
  padding: 0;
}

/*Number of photos*/
#cff .cff-album-item p {
  font-size: 12px;
  color: gray;
  margin: 5px 0 0 0;
}

/*** VIDEO ***/
/* Embedded videos */
#cff .cff-embed-wrap {
  float: left;
  width: 100%;
  margin-top: 5px;
}

#cff .cff-iframe-wrap {
  float: left;
  clear: both;
  margin: 5px 0;
  width: 100%;
  position: relative;
  padding-bottom: 62%;
}

#cff iframe {
  border: 0;
}

#cff .cff-iframe-wrap iframe {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
}

/* Soundcloud iframe */
#cff .cff-soundcloud {
  margin: 10px 0 0 0;
}

#cff .cff-desc-wrap {
  float: left;
  width: 100%;
}

#cff .cff-embedded-video .cff-post-text {
  margin: 0 0 15px 0;
}

/* Narrow embedded videos */
#cff.narrow .cff-embedded-video .cff-iframe-wrap,
#cff.narrow .cff-embedded-video .cff-text-wrapper {
  width: 100%;
}

#cff.narrow .cff-embedded-video .cff-iframe-wrap {
  padding-bottom: 62%;
}

/* Link to an external video - Contains screenshot of video and play button */
#cff .cff-html5-video,
#cff video {
  float: left;
  clear: left;
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
}

/* Fixes issue with HTML5 video controls now displaying when playing videos in feed (lightbox disabled) */
#cff video {
  z-index: 1;
}

#cff .cff-vidLink {
  float: left;
  clear: both;
  position: relative;
  width: 100%;
  max-width: 100%;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
}

/* Video screenshot/poster image */
#cff .cff-vidLink .cff-poster {
  width: 100%;
  height: auto;
  float: left;
}

/* Video play button */
#cff .cff-playbtn {
  position: absolute;
  z-index: 99;
  background: #000;
  background: rgba(0, 0, 0, 0.7);
  top: 50%;
  left: 50%;
  margin-top: -28px;
  margin-left: -28px;
  padding: 13px 16px;
  font-size: 30px;
  color: #fff;
  font-style: normal !important;
  border-radius: 8px;
  box-sizing: border-box;
  /* IE7 and under */
  *width: 60px;
  *height: 60px;
  *padding: 0;
  *background: #000 url("../img/play.png") no-repeat center center;
}

/* Play button hover state */
#cff .cff-html5-play:hover .cff-playbtn,
#cff .cff-html5-play:focus .cff-playbtn,
#cff .cff-html5-video .cff-playbtn:hover {
  background: #000;
  cursor: pointer;
  /* IE7 and under */
  *background: #000 url("../img/play.png") no-repeat center center;
}

/* If it's a video with no poster image */
#cff .cff-desc-wrap.cff-no-image {
  float: right;
  width: 86%;
}

#cff .cff-playbtn-solo {
  width: 10%;
  float: left;
  margin-top: 5px;
}

#cff .cff-playbtn.no-poster,
#cff.cff-half-layout .cff-playbtn.no-poster,
#cff.cff-thumb-layout .cff-playbtn.no-poster {
  position: relative;
  top: 0;
  left: 0;
  margin: 0;
}

/*HTML5 video play button*/
.cff-html5-play {
  display: block;
  position: absolute;
  z-index: 99;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

/* Videos only play button */
#cff.cff-thumb-layout .cff-video .cff-playbtn,
#cff.cff-half-layout .cff-video .cff-playbtn {
  margin-top: -22px;
  margin-left: -23px;
  padding: 11px 13px;
  font-size: 24px;
}

/* Link */
#cff .cff-expand {
  display: none;
}

#cff .cff-expand a {
  font-size: 11px;
  font-weight: normal;
}

/*Link image*/
#cff .cff-shared-link {
  float: left;
  clear: both;
  width: 100%;
  padding: 8px;
  margin: 10px 0 5px 0;
  /* IE8 */
  background: #f9f9f9;
  border: 1px solid #d9d9d9;
  background: rgba(0, 0, 0, 0.02);
  border: 1px solid rgba(0, 0, 0, 0.07);
  box-sizing: border-box;
}

#cff .cff-no-styles {
  background: none;
  border: none;
  padding: 0;
}

#cff .cff-link {
  float: left;
  clear: both;
  border: none;
  max-width: 20%;
  margin-right: 3%;
}

#cff .cff-link:hover,
#cff .cff-link:focus {
  text-decoration: none;
}

#cff .cff-link img {
  width: 100%;
  max-width: 100%;
  float: left;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
}

/*Link text*/
#cff .cff-link-title {
  float: left;
  clear: both;
  width: 100%;
  display: block;
  font-weight: bold;
}

#cff p.cff-link-title {
  margin: 0;
}

#cff .cff-text-link {
  float: left;
  clear: none;
  width: 100%;
  padding: 0 0 5px 0;
  width: 72%;
}

#cff .cff-link-caption {
  font-size: 12px;
  margin: 0;
}

#cff .cff-text-link.cff-no-image {
  width: 100% !important;
}

#cff .cff-shared-link .cff-post-desc {
  margin-bottom: 0;
}

/* Full-size link images - full-width layout */
#cff .cff-full-size .cff-link {
  width: 100%;
  max-width: 100%;
  margin-right: 0%;
  margin-bottom: 5px;
  text-align: center;
}

#cff .cff-full-size .cff-link img {
  width: auto;
  float: none;
}

#cff .cff-full-size .cff-text-link {
  width: 100%;
}

/* Feed events */
#cff .cff-details {
  float: left;
  clear: none;
  width: 77%;
  margin-left: 3%;
  padding: 0 0 10px 0;
}

#cff .cff-timeline-event .cff-details {
  width: 100%;
  margin: 0;
}

/* Event date. Uses bold tags so can target in JS */
#cff .cff-timeline-event b,
#cff .cff-event b {
  font-weight: normal;
}

/* Hide end date and show in JS if different then start date */
#cff .cff-timeline-event .cff-end-date k,
#cff .cff-event .cff-end-date k {
  display: none;
}

#cff .cff-timeline-event .cff-post-text {
  padding-bottom: 5px;
}

#cff .cff-event-thumb {
  position: relative;
  width: 100%;
  float: left;
  clear: none;
  margin: 0;
}

#cff .cff-event-thumb img {
  float: left;
  overflow: hidden;
  width: 100%;
  height: auto;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
}

/* Timeline event which has cover photo */
#cff .cff-event-thumb.cff-has-cover {
  width: 100%;
  padding: 0;
}

#cff .cff-details.cff-has-cover {
  width: 100%;
  margin: 5px 0 0 0;
}

#cff .cff-details h5 {
  margin: 0 0 5px 0;
  padding: 0;
  font-size: 16px;
}

#cff .cff-details p {
  font-size: 14px;
}

#cff .cff-details .cff-info {
  padding: 10px 0 0 0;
  line-height: 1.2;
}

#cff .cff-details .cff-where,
#cff .cff-details .cff-when {
  /*font-weight: bold;*/
}

/* Events only */
#cff .cff-event .cff-photo {
  margin-top: 5px;
}

#cff .cff-event .cff-photo img {
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0;
}

#cff .cff-event .cff-details {
  padding: 0;
}

#cff.cff-half-layout .cff-event .cff-details {
  float: right;
  width: 47%;
}

#cff .cff-event .cff-meta-links {
  float: right;
  clear: both;
  margin: 5px 0 0 0;
}

#cff .cff-event .cff-meta-links a {
  float: left;
  padding: 0 10px;
  border-left: 1px solid #ccc;
}

#cff .cff-event .cff-meta-links a:first-child {
  border: none;
}

#cff .cff-no-events {
  width: 100%;
  text-align: center;
}

/*****************/
/*** POST META ***/
/*****************/
/* Meta container */
#cff .cff-meta-wrap {
  float: left;
  width: 100%;
  margin: 5px 0 0 0;
  padding: 0;
}

#cff .cff-meta {
  float: left;
  clear: both;
  list-style-type: none;
  padding: 10px 0 5px 0 !important;
  margin: 0 !important;
}

/* Meta list items (likes, comments, shares) */
#cff .cff-meta li {
  float: left;
  width: auto;
  display: block;
  list-style-type: none !important;
  margin: 0 10px 0 0 !important;
  padding: 0 !important;
  font-size: 11px;
  line-height: 13px !important;
  background: none !important;
}

#cff .cff-meta li:before {
  content: none !important;
}

/* Icons */
#cff .cff-icon {
  display: block;
  float: left;
  width: 13px;
  height: 14px;
  margin-right: 5px;
  text-indent: -9999px;
  background: url("images/cfficons.png") no-repeat;
}

#cff .cff-replace {
  display: none;
}

/*Light icons*/
/* Comments */
#cff .cff-comments .cff-icon {
  width: 12px;
  background-position: 0 -1px;
}

#cff .cff-dark .cff-comments .cff-icon {
  background-position: -17px -1px;
}

#cff .cff-comments-box .cff-comments .cff-icon,
#cff .cff-comments-box .cff-likes .cff-icon {
  margin: 2px 8px 0 0;
}

/* Likes */
#cff .cff-likes .cff-icon {
  background-position: 0 -17px;
}

#cff .cff-dark .cff-likes .cff-icon {
  background-position: -17px -17px;
}

/* Shares */
#cff .cff-shares .cff-icon {
  width: 14px;
  background-position: 0 -33px;
}

/*Dark Inverted icons*/
/* Comments */
#cff .cff-meta.cff-dark li.cff-comments .cff-icon {
  background-position: -17px 0;
}

/* Likes */
#cff .cff-meta.cff-dark li.cff-likes .cff-icon {
  background-position: -17px -17px;
}

/* Shares */
#cff .cff-meta.cff-dark li.cff-shares .cff-icon {
  background-position: -17px -34px;
}

/*Dark icons*/
/* Comments */
#cff .cff-meta.cff-dark-2 li.cff-comments .cff-icon {
  width: 15px;
  height: 15px;
  background-position: -34px 0;
}

/* Likes */
#cff .cff-meta.cff-dark-2 li.cff-likes .cff-icon {
  width: 15px;
  height: 15px;
  background-position: -34px -15px;
}

/* Shares */
#cff .cff-meta.cff-dark-2 li.cff-shares .cff-icon {
  width: 15px;
  height: 15px;
  background-position: -34px -32px;
}

/*Loaders */
.cff-loader {
  float: left;
  width: 16px;
  height: 16px;
  margin: -2px 0 -3px 0;
  background: url("../img/loader.png") no-repeat;
}

.cff-dark .cff-loader {
  background: url("../img/loader-dark.png") no-repeat;
}

/* Display comments */
#cff .cff-view-comments {
  display: block;
  overflow: hidden;
  outline: none;
  float: left;
  clear: left;
  margin: 5px 12px 5px 0;
  padding: 0 5px 5px 10px;
  background: #edeff4;
  border: none;
  text-decoration: none;
}

#cff .cff-view-comments:hover,
#cff .cff-view-comments:focus {
  background: #ddd;
}

#cff .cff-comments-box {
  display: none;
  float: left;
  clear: both;
  width: 100%;
  max-width: 100%;
  margin: 0;
  box-sizing: border-box;
  /* IE7 and below*/
  *width: 95%;
  *margin-top: 5px;
}

#cff .cff-comments-box .cff-likes {
  margin-bottom: 1px;
}

#cff .cff-comments-box p,
#cff .cff-comments-box .cff-comment,
#cff .cff-comments-box .cff-comment-reply {
  width: 100%;
  min-width: 100%;
  float: left;
  clear: both;
  font-size: 12px;
  padding: 5px 20px 5px 10px;
  margin: 0 0 1px 0;
  background: #edeff4;
  box-sizing: border-box;
}

#cff .cff-comments-box.cff-no-comments {
  width: auto;
}

#cff .cff-comments-box .cff-comment {
  margin: 0;
}

#cff .cff-comments-box .cff-name {
  padding: 0;
  margin-right: 6px;
  font-weight: bold;
}

#cff .cff-comments-box .cff-comment-likes {
  font-style: normal;
}

#cff .cff-comments-box .cff-comment-likes b {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  background: url("..images/cfficons.png") no-repeat;
  background-position: 0 -50px;
  width: 10px;
  height: 9px;
  margin: 3px 3px 0 3px;
}

#cff .cff-comments-box.cff-dark .cff-comment-likes b {
  background-position: -17px -50px;
}

#cff .cff-comments-box .cff-time {
  float: left;
  clear: both;
  font-size: 11px;
  margin: 2px 0 0 0;
  display: block;
  font-style: italic;
}

#cff .cff-comment-likes {
  margin: 5px 0 10px 0;
  width: 100%;
}

/*Avatars*/
#cff .cff-comment-text-wrapper {
  width: 100%;
  float: left;
}

#cff .cff-comment .cff-comment-img {
  float: left;
  width: 32px;
  margin: 0 0 0 -100% !important;
}

#cff .cff-comment .cff-comment-img img {
  float: left;
  width: 32px;
  margin: 0 10px 0 0 !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}

#cff .cff-comment .cff-comment-text {
  margin: 0 0 0 42px;
  line-height: 1.3;
}

#cff .cff-comment .cff-comment-text p {
  padding: 0 !important;
  margin: 0 !important;
  line-height: 1.4;
  background: none !important;
}

#cff .cff-comment-text.cff-no-image {
  margin: 0;
}

#cff .cff-comments-box .cff-comment-on-facebook {
  margin-top: 1px;
}

/* Stops emojis from floating to the left of sentences */
#cff .cff-comment .cff-comment-text img,
#cff img.emoji {
  float: none;
  max-width: 100%;
}

#cff .cff-comment-attachment {
  float: left;
  clear: both;
  width: 120px;
  height: auto;
  margin: 5px 0 0 0;
}

#cff .cff-comment-attachment img {
  float: left;
}

/* Comment replies */
#cff .cff-comment-replies a {
  display: block;
  float: left;
  padding: 3px 0;
  font-size: 11px;
}

#cff .cff-comment-replies-box {
  float: left;
  clear: both;
  border-left: 2px solid #dcdee3;
}

#cff .cff-comments-box .cff-comment-replies-box .cff-comment-reply {
  background: none;
}

#cff .cff-comment-replies-box a {
  color: inherit !important;
}

#cff .cff-comment-replies-box .cff-comment-reply .cff-comment-img img {
  width: 20px;
  height: 20px;
}

#cff .cff-comment-replies-box .cff-comment-reply .cff-comment-text {
  margin: 0 0 0 28px;
}

#cff .cff-comment-replies .cff-replies-icon {
  background: url("images/cfficons.png") no-repeat -34px -15px;
  width: 11px;
  height: 8px;
  display: block;
  float: left;
  margin: 5px 5px 0 0;
}

#cff .cff-dark .cff-comment-replies .cff-replies-icon {
  background-position: -34px -2px;
}

/* View on Facebook / View Link text */
#cff .cff-post-links {
  float: right;
  clear: none;
  margin-top: 12px;
  font-size: 11px;
}

#cff .cff-post-links.cff-left {
  float: left;
  margin: 8px 0;
}

#cff .cff-post-links a {
  font-size: 11px;
  /*padding-left: 7px;
  margin-left: 7px;
  border-left: 1px solid #ccc;*/
}

#cff .cff-post-links a:first-child {
  padding-left: 0;
  margin: 0;
}

#cff .cff-dot {
  padding: 0 5px;
}

/* Share tooltip*/
#cff .cff-share-container {
  position: relative;
  display: inline;
}

#cff .cff-share-tooltip {
  display: none;
  position: absolute;
  z-index: 1000;
  bottom: 22px;
  right: 0;
  width: 140px;
  padding: 5px 5px 4px 5px;
  margin: 0;
  background: #333;
  color: #eee;
  font-size: 12px;
  line-height: 1.3;
  /*-moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;*/
  /*box-shadow: 0 0 10px rgba(0,0,0,0.4);
  -moz-box-shadow: 0 0 10px rgba(0,0,0,0.4);
  -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.4);*/
  box-sizing: border-box;
}

#cff .cff-share-tooltip .fa-play {
  position: absolute;
  font-size: 8px;
  bottom: -6px;
  right: 10px;
  color: #333;
}

#cff .cff-share-tooltip a .fa {
  font-size: 16px;
  margin: 0;
  padding: 5px;
}

#cff .cff-share-tooltip a#sbi_facebook_icon .fa,
#cff .cff-share-tooltip a#sbi_twitter_icon .fa,
#cff .cff-share-tooltip a#sbi_pinterest_icon .fa {
  padding-top: 4px;
  font-size: 18px;
}

#cff .cff-share-tooltip a {
  display: block;
  float: left;
  margin: 0 !important;
  padding: 0 !important;
  color: #eee !important;
  border-radius: 4px;
}

#cff .cff-share-tooltip a:hover {
  color: #fff;
}

#cff .cff-share-tooltip .cff-facebook-icon:hover {
  background: #3b5998;
}

#cff .cff-share-tooltip .cff-twitter-icon:hover {
  background: #00aced;
}

#cff .cff-share-tooltip .cff-google-icon:hover {
  background: #dd4b39;
}

#cff .cff-share-tooltip .cff-linkedin-icon:hover {
  background: #007bb6;
}

#cff .cff-share-tooltip .cff-pinterest-icon:hover {
  background: #cb2027;
}

#cff .cff-share-tooltip .cff-email-icon:hover {
  background: #666;
}

/* Like box */
.cff-likebox {
  float: left;
  width: 100%;
  position: relative;
  margin: 20px 0 0 0;
  padding: 0;
}

.cff-likebox .fb_iframe_widget {
  width: 100%;
}

.cff-likebox .fb_iframe_widget span {
  width: 100% !important;
}

.cff-likebox iframe {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100%;
}

/*Like box is not inside of #cff*/
.cff-likebox.cff-top.cff-outside {
  margin-bottom: 10px;
}

.cff-likebox.cff-bottom.cff-outside {
  margin-top: 10px;
}

/* Clear fix */
/*.cff-clear:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
.cff-clear {
    display: inline-block;
    display: block;
    position: static;
}*/
/*********************/
/*** STYLE OPTIONS ***/
/*********************/
#cff.cff-fixed-height {
  overflow: hidden;
  overflow-y: auto;
  padding: 5px 10px;
  box-sizing: border-box;
}

/* Thumb layout */
/*Media size*/
#cff.cff-thumb-layout .cff-photo,
#cff.cff-thumb-layout .cff-iframe-wrap,
#cff.cff-thumb-layout .cff-html5-video,
#cff.cff-thumb-layout .cff-vidLink {
  width: 20%;
  clear: none;
}

#cff.cff-thumb-layout .cff-html5-video .cff-vidLink {
  width: 100%;
}

#cff.cff-thumb-layout .cff-iframe-wrap {
  margin-top: 0;
  padding-bottom: 16%;
}

#cff.cff-thumb-layout .cff-likebox iframe {
  margin: 0;
}

#cff.cff-thumb-layout .cff-photo img {
  width: 100%;
  height: auto;
}

/* Video play button */
#cff.cff-thumb-layout .cff-playbtn {
  margin-top: -16px;
  margin-left: -16px;
  padding: 8px 10px;
  font-size: 16px;
}

/*Content wraper*/
#cff.cff-thumb-layout .cff-text-wrapper {
  float: right;
  width: 77%;
  background: white;
  padding: 30px;
}

#cff.cff-thumb-layout .cff-link-item .cff-text-wrapper {
  width: 100%;
}

#cff.cff-thumb-layout .cff-audio-post .cff-text-wrapper {
  width: 100%;
}

#cff.cff-thumb-layout .cff-post-text {
  margin-top: 0;
}

/*Date*/
#cff.cff-thumb-layout .cff-date {
  margin-bottom: 10px;
}

/* Lightbox link */
#cff.cff-thumb-layout .cff-photo-hover .fa {
  margin-top: -11px;
  margin-left: -10px;
  font-size: 24px;
}

#cff.cff-thumb-layout .cff-full-size .cff-link {
  width: auto;
  max-width: 20%;
  margin-right: 3%;
  margin-bottom: 0;
  text-align: left;
}

#cff.cff-thumb-layout .cff-full-size .cff-link img {
  float: left;
}

#cff.cff-thumb-layout .cff-full-size .cff-text-link {
  width: 72%;
}

/* Timeline event */
#cff.cff-thumb-layout .cff-event-thumb {
  width: 20%;
}

#cff.cff-thumb-layout .cff-details.cff-has-cover {
  width: 100%;
  margin: 0;
}

/*Half image size */
#cff.cff-half-layout .cff-photo,
#cff.cff-half-layout .cff-iframe-wrap,
#cff.cff-half-layout .cff-html5-video,
#cff.cff-half-layout .cff-vidLink {
  width: 50%;
  clear: none;
}

#cff.cff-half-layout .cff-html5-video .cff-vidLink {
  width: 100%;
}

#cff.cff-half-layout .cff-photo img {
  width: 100%;
  height: auto;
}

#cff.cff-half-layout .cff-iframe-wrap {
  margin-top: 0;
  padding-bottom: 28%;
}

#cff.cff-half-layout .cff-likebox iframe {
  margin: 0;
}

#cff.cff-half-layout .cff-text-wrapper {
  float: right;
  width: 47%;
}

#cff.cff-half-layout .cff-link-item .cff-text-wrapper {
  width: 100%;
}

#cff.cff-half-layout .cff-audio-post .cff-text-wrapper {
  width: 100%;
}

#cff.cff-half-layout .cff-post-text {
  margin-top: 0;
}

/* Lightbox link */
#cff.cff-half-layout .cff-photo-hover .fa {
  margin-top: -16px;
  margin-left: -14px;
  font-size: 32px;
}

#cff.cff-half-layout .cff-full-size .cff-link {
  width: auto;
  max-width: 50%;
  margin-right: 3%;
  margin-bottom: 0;
  text-align: left;
}

#cff.cff-half-layout .cff-full-size .cff-link img {
  float: left;
}

#cff.cff-half-layout .cff-full-size .cff-text-link {
  width: 47%;
}

/* Timeline event */
#cff.cff-half-layout .cff-event-thumb {
  width: 50%;
}

#cff.cff-half-layout .cff-details.cff-has-cover {
  width: 100%;
  margin: 0;
}

/* Narrow width */
#cff.narrow.cff-half-layout .cff-photo,
#cff.narrow.cff-half-layout .cff-iframe-wrap,
#cff.narrow.cff-half-layout .cff-vidLink,
#cff.narrow.cff-half-layout .cff-html5-video,
#cff.narrow.cff-thumb-layout .cff-photo,
#cff.narrow.cff-thumb-layout .cff-iframe-wrap,
#cff.narrow.cff-thumb-layout .cff-vidLink,
#cff.narrow.cff-thumb-layout .cff-html5-video {
  width: 100%;
  clear: both;
}

#cff.narrow.cff-half-layout .cff-text-wrapper,
#cff.narrow.cff-thumb-layout .cff-text-wrapper {
  float: left;
  width: 100%;
}

#cff.narrow .cff-shared-link .cff-link {
  max-width: 100%;
  width: 100%;
  margin: 0 0 5px 0;
  text-align: center;
}

#cff.narrow .cff-shared-link .cff-link img {
  float: none;
  width: auto;
}

#cff.narrow .cff-shared-link .cff-text-link {
  width: 100%;
}

/* Events only mobile layout */
#cff.narrow .cff-event .cff-details {
  width: 100%;
}

/* Timeline event which has cover photo */
#cff.narrow .cff-event-thumb {
  width: 100%;
}

#cff.narrow .cff-details.cff-has-cover {
  width: 100%;
  margin: 5px 0 0 0;
}

#cff .cff-error-msg {
  position: relative;
  font-size: 12px;
  font-family: sans-serif;
  padding: 8px 12px;
  border: 1px solid #ddd;
  margin-bottom: 10px;
  border-radius: 3px;
}

#cff .cff-error-msg p {
  float: none;
}

#cff .cff-error-msg .cff_notice_dismiss {
  position: absolute;
  top: 4px;
  right: 8px;
}

#cff #cff-error-reason {
  display: none;
  padding: 5px 0 0 0;
  clear: both;
}

/* Credit link */
#cff .cff-credit {
  font-size: 11px;
}

#cff .cff-credit a {
  text-decoration: none;
}

#cff .cff-credit img {
  float: left;
  margin: -2px 5px 0 0;
}

#cff .cff-credit .fa {
  padding-right: 5px;
  font-size: 13px;
}

/**************/
/***LIGHTBOX***/
/**************/
/* Hover tile */
#cff .cff-lightbox-link {
  position: absolute;
  z-index: 999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0;
  text-align: center;
  color: #fff;
  font-size: 12px;
  line-height: 1.1;
  border: none;
}

#cff .cff-photo-hover {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  color: #fff;
  background: #333;
  background: rgba(0, 0, 0, 0.6);
}

#cff .cff-photo-hover .fa {
  display: block;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  margin-top: -19px;
  margin-left: -16px;
  padding: 0;
  font-size: 39px;
  font-style: normal !important;
}

/* Lightbox thumbs */
.cff-lightbox-thumbs {
  display: none;
  float: left;
  width: 100%;
  position: relative;
  /* Set width to 111% so thumbs are wider than the 85% default lightbox details width */
  width: 111%;
  /*min-height: 45px;*/
  margin: 0 0 0 -5px;
  /*padding-top: 10px;*/
}

.cff-lightbox-thumbs-holder {
  float: left;
}

.cff-lightbox-thumbs a {
  width: 60px;
  height: 60px;
  display: block;
  float: left;
  margin: 5px;
  /*-webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;*/
}

.cff-lightbox-thumbs a:hover,
.cff-lightbox-thumbs a:focus {
  width: 64px;
  height: 64px;
  margin: 3px;
}

.cff-lightbox-thumbs .cff-selected,
.cff-lightbox-thumbs .cff-selected:hover,
.cff-lightbox-thumbs .cff-selected:focus {
  box-shadow: inset 0 0 2px 2px rgba(255, 255, 255, 0.8);
  border: 2px solid #333;
  position: relative;
  width: 60px;
  height: 60px;
  margin: 3px;
}

.cff-lightbox-thumbs .cff-selected:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.6);
}

.cff-lightbox-thumbs img {
  width: 60px;
  height: auto;
}

.cff-lightbox-thumbs .cff-loader {
  position: absolute;
  z-index: 999;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px;
}

/* Preload images */
body:after {
  content: url(../img/close.png) url(../img/loading.gif) url(../img/prev.png) url(../img/next.png);
  display: none;
}

.cff-lightbox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.9;
  display: none;
}

.cff-lightbox-wrapper {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}

.cff-lightbox-wrapper .cff-lightbox-image {
  display: block;
  /*height: auto !important;*/
  height: auto;
  max-width: inherit;
  border-radius: 3px 3px 0 0;
}

.cff-lightbox-wrapper a img {
  border: none;
}

.cff-lightbox-outerContainer {
  position: relative;
  background-color: #000;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 3px 3px 0 0;
}

.cff-lightbox-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.cff-lightbox-container {
  position: relative;
  padding: 0;
  height: 100%;
}

.cff-lightbox-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.cff-lightbox-cancel {
  display: block;
  width: 16px;
  height: 16px;
  margin: 0 auto;
  background: url(../img/loader-dark.png) no-repeat;
}

#cff-lightbox-wrapper .cff-lightbox-caption-text {
  margin: 0 8px 0 0;
}

#cff-lightbox-wrapper .cff-lightbox-facebook {
  margin: 0;
  padding: 0 0 0 8px;
  border-left: 1px solid #ccc;
  border-bottom: none;
  color: #3b579d;
  text-decoration: none;
}

#cff-lightbox-wrapper .cff-lightbox-caption .cff-dot {
  margin: 0 7px;
}

#cff-lightbox-wrapper .cff-lightbox-caption-text a:link,
#cff-lightbox-wrapper .cff-lightbox-caption-text a:hover,
#cff-lightbox-wrapper .cff-lightbox-caption-text a:active,
#cff-lightbox-wrapper .cff-lightbox-caption-text a:visited,
#cff-lightbox-wrapper .cff-lightbox-facebook:link,
#cff-lightbox-wrapper .cff-lightbox-facebook:hover,
#cff-lightbox-wrapper .cff-lightbox-facebook:active,
#cff-lightbox-wrapper .cff-lightbox-facebook:visited {
  color: #3b579d;
  text-decoration: none;
}

#cff-lightbox-wrapper .cff-lightbox-caption-text a:hover,
#cff-lightbox-wrapper .cff-lightbox-caption-text a:focus,
#cff-lightbox-wrapper .cff-lightbox-facebook:hover,
#cff-lightbox-wrapper .cff-lightbox-facebook:focus {
  text-decoration: underline;
  border-bottom: none;
}

.cff-lightbox-nav {
  /*position: absolute;*/
  top: 0;
  left: 0;
  /* height: 100%; */
  width: 100%;
  z-index: 1000;
}

.cff-lightbox-container > .nav {
  left: 0;
}

.cff-lightbox-nav a {
  outline: none;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==");
  position: absolute;
  z-index: 1000;
  top: 0;
  bottom: 0;
  height: auto;
}

/* When lightbox contains a iframe video then make controls shorter */
.cff-has-iframe .cff-lightbox-nav a {
  top: 50px;
  bottom: 50px;
}

.cff-has-video .cff-lightbox-nav a {
  top: 35px;
  bottom: 35px;
}

.cff-lightbox-prev, .cff-lightbox-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.cff-lightbox-nav a.cff-lightbox-prev {
  width: 25%;
  left: 0;
  float: left;
  background: url(../img/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  transition: opacity 0.6s;
}

.cff-lightbox-nav a.cff-lightbox-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.cff-lightbox-nav a.cff-lightbox-next {
  width: 25%;
  right: 0;
  float: right;
  background: url(../img/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  transition: opacity 0.6s;
}

.cff-lightbox-nav a.cff-lightbox-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.cff-lightbox-dataContainer {
  margin: 0 auto;
  padding: 0;
  *zoom: 1;
  width: 100%;
  background: #fff;
  border-radius: 0 0 3px 3px;
}

.cff-lightbox-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

/* Lightbox extension */
.cff-lb-dataContainer a {
  color: #ccc;
  text-decoration: underline;
}

.cff-lb-dataContainer a:hover,
.cff-lb-dataContainer a:focus {
  color: #fff;
  text-decoration: underline;
}

.cff-lightbox-data {
  padding: 0 4px;
  color: #444;
}

.cff-lightbox-data .cff-lightbox-details {
  position: relative;
  width: 90%;
  padding: 10px 0 10px 10px;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.cff-lightbox-data .cff-lightbox-caption {
  padding: 0;
  margin: 0;
  font-size: 14px;
  /*font-weight: bold;*/
  line-height: 1.3;
}

.cff-lightbox-data .cff-lightbox-number {
  /*display: block;*/
  clear: left;
  padding-right: 10px;
  font-size: 12px;
  color: #999999;
}

.cff-lightbox-data .cff-lightbox-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  margin: 0 -5px 0 0;
  color: #333;
  /*background: url(../img/close.png) top right no-repeat;*/
  text-align: center;
  margin-top: 7px;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  transition: opacity 0.2s;
}

.cff-lightbox-data .cff-lightbox-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/* LIGHTBOX VIDEO */
.cff-lightbox-video {
  display: none;
  position: absolute;
  z-index: 999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: 100%;
  border-radius: 3px 3px 0 0;
}

.cff-has-video .cff-lightbox-video {
  display: block;
}

#cff-lightbox-wrapper.cff-has-video .cff-lightbox-image {
  display: none !important;
  /* Show photo in IE7 as doesn't support video */
  *display: block !important;
}

/* Set minimum size for shared videos which have small thumbnails */
.cff-has-video .cff-lightbox-outerContainer {
  min-width: 640px;
  min-height: 360px;
}

.cff-has-video .cff-lightbox-dataContainer {
  min-width: 640px;
}

/* On mobile make the min-width 100% */
@media all and (max-width: 640px) {
  .cff-has-video .cff-lightbox-outerContainer {
    min-width: 100%;
    min-height: auto;
  }
  .cff-has-video .cff-lightbox-dataContainer {
    min-width: 100%;
  }
  #cff.cff-width-resp {
    width: 100% !important;
  }
}

/* Iframe */
#cff-lightbox-wrapper iframe {
  display: none;
  position: absolute;
  z-index: 999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: 100%;
}

#cff-lightbox-wrapper.cff-has-iframe iframe {
  display: block;
}

#cff-lightbox-wrapper.cff-has-iframe .cff-lightbox-image {
  min-width: 500px;
  display: none !important;
}

/* Overlay used over the top of the video iframes for linking to the Facebook post */
#cff .cff-media-overlay {
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100;
}

/*REVIEWS*/
#cff .cff-review .cff-reviewer-name {
  padding-right: 8px;
  margin-left: 0 !important;
}

#cff .cff-review .cff-author .cff-author-text .cff-rating {
  float: none;
  display: inline-block;
  margin: 0 0 5px 0 !important;
  padding: 3px 6px;
  height: auto;
  background: #5890FF;
  color: #fff;
  line-height: 0.9;
  white-space: nowrap;
  border-radius: 100px;
}

#cff .cff-review .cff-rating span.cff-rating-num,
#cff .cff-review .cff-rating span.cff-star {
  margin: 0 2px 0 4px !important;
  padding: 0;
  height: auto;
  display: inline-block;
  vertical-align: top;
  line-height: 1;
  color: #fff;
  font-weight: normal;
}

#cff .cff-review .cff-rating span.cff-star {
  margin: 0 2px 0 0 !important;
}

#cff .cff-review .cff-post-links {
  float: left;
}

.section-overlap2 {
  margin-top: -50px;
  margin-bottom: 50px;
}

.block-overlap .block-overlap__row:nth-child(1) .block-overlap__content:after {
  top: 50px;
  height: calc(100%);
}

body {
  background: white;
}

.section-social {
  background: #F1EFEF;
}

.facebook-feed__nav {
  float: right;
}

.prev, .next {
  font-size: 40px;
  margin-left: 20px;
}

#cff .cff-item {
  padding-bottom: 0;
}

.section-approach .btn {
  margin-bottom: 0;
}

.approach-head.title-large {
  margin-bottom: 100px;
}

.section-approach .arrow-left {
  background-image: url("../images/arrow-left-down-draw.svg");
  width: 62px;
  height: 90px;
  display: block;
  position: absolute;
  bottom: -45px;
  left: -45px;
}

.section-approach .arrow-right {
  background-image: url("../images/arrow-right-down-draw.svg");
  width: 62px;
  height: 90px;
  display: block;
  position: absolute;
  bottom: -45px;
  right: -45px;
}

.section-enterprise-home .title-large {
  margin-bottom: 100px;
}

@media (max-width: 900px) {
  .footer-bar__content {
    margin: 0;
    padding: 0;
  }
  .footer-bar__content p {
    width: 100%;
    display: inline-block;
    line-height: 20px;
    font-size: 15px;
    padding: 20px 0;
  }
  .footer-bar__phone, .footer-bar__btn {
    text-align: center;
    position: absolute;
    width: 100%;
  }
  .footer-bar__phone {
    left: 0;
  }
  .footer-bar__btn {
    right: 0;
  }
  .footer-bar__btn-container {
    height: 48px;
    float: none !important;
    margin-top: -10px;
  }
  .footer-bar--white .footer-bar__content {
    line-height: 52px;
  }
}

@media (max-width: 1200px) {
  .header__logo {
    display: block;
    float: none;
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 0px;
    margin-left: 15px;
    width: 40px;
    height: 40px;
    background-size: cover;
    background: url("../images/logo-color.svg");
    background-size: 100%;
    background-repeat: no-repeat;
    top: 7px;
  }
  .default-nav {
    display: none;
  }
  .sticky-menu {
    top: 0;
  }
  .sticky-menu .menu__item-content:after {
    display: none;
  }
  .sticky-menu nav {
    background: white;
  }
  .vpad {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .title-spaced {
    font-size: 32px;
  }
  .menu-open {
    overflow-y: scroll;
  }
  .menu__container {
    flex-wrap: wrap;
    display: none;
  }
  .menu__item {
    width: 100%;
    min-width: 100%;
    height: 65px;
    margin-bottom: 5px;
  }
  .menu__item-content {
    font-size: 26px;
  }
  .menu__item:hover .menu__item-content {
    margin-top: -5px;
  }
  .menu__item:hover .menu__item-content:after {
    display: none;
  }
  .huge-menu-social {
    position: relative;
    margin-left: 15px;
  }
  .huge-menu-social .footer__ico-fb, .huge-menu-social .footer__ico-map {
    display: inline-block;
  }
  .hero__h1 {
    font-size: 60px;
    line-height: 60px;
  }
  .hero__logo {
    display: none;
  }
  .header-left__nav {
    display: none;
  }
  .footer {
    padding: 50px 0;
  }
  .mb-pre-footer {
    margin-bottom: 15px;
  }
  .blcreative span {
    display: none;
  }
  .title-large {
    font-size: 50px;
    line-height: 50px;
    margin-top: 40px;
    margin-bottom: 0px;
  }
  .title-med {
    font-size: 40px;
    line-height: 40px;
  }
  .title-underlined:after {
    margin-top: 15px;
  }
  .title-xlarge {
    font-size: 90px;
    line-height: 75px;
  }
  .block-overlap__left .block-overlap__content {
    padding-right: 0px;
  }
  .block-overlap__right .block-overlap__content {
    padding-left: 0px;
  }
  .block-overlap__content .block-overlap__body {
    padding: 50px 0;
  }
  .block-overlap__content:after {
    height: calc(100%);
  }
  .block-overlap .block-overlap__row:nth-child(1) .block-overlap__content:after {
    top: 0;
  }
  .block-image-fullwidth {
    padding: 60px 0;
  }
  .slidify, .slidify .slidify__elt, .slidify .slidify__elt img {
    height: auto;
    display: none;
  }
  .js__gallery-mobile {
    height: 400px;
    overflow: hidden;
  }
  .block-overlap-gallery {
    overflow: hidden;
    display: none;
  }
  .features.features--multi {
    margin-left: 0px;
    flex-wrap: wrap;
  }
  .features.features--multi .feature__elt {
    margin-left: 0px;
    margin-bottom: 15px;
    width: 100%;
    min-width: 100%;
  }
  .feature__elt__title {
    font-size: 35px;
  }
  .service-elt__title {
    font-size: 32px;
  }
  .block-half-container {
    flex-wrap: wrap;
  }
  .block-half {
    width: 100%;
  }
  .block-half-container .block-half:nth-child(2) .content {
    padding: 0;
  }
  .col-background--dark {
    margin-left: -30px;
  }
  .block-half__left__image, .block-half__right__image {
    display: none;
  }
  .block-icon__container {
    margin-left: -15px;
  }
  .block-icon__elt, .block-icon__container-style2 .block-icon__elt {
    width: calc( (100%  - (2 * 15px) ) / 2);
    margin-bottom: 15px;
    margin-left: 15px;
  }
  .js__gallery {
    display: none;
  }
  .js__gallery-mobile {
    display: block;
  }
  .contact-highlight__container {
    margin-top: 40px;
    flex-wrap: wrap;
    margin-left: 0;
  }
  .contact-highlight__elt {
    width: 100%;
    margin: 0;
    margin-bottom: 15px;
  }
  .access-content {
    padding: 15px;
  }
  .access-info {
    font-size: 18px;
  }
  .map {
    position: relative;
    width: 100%;
    height: 200px;
  }
}

@media (max-width: 1200px) {
  .section-approach .approach-head.title-large {
    margin-bottom: 30px;
  }
  .section-approach .arrow-left, .section-approach .arrow-right {
    display: none;
  }
  .section-approach .block-tile {
    width: calc(100% + 30px);
    margin-left: -15px;
  }
  .block-tile {
    margin-bottom: 10px;
  }
  .block-tile .block-tile__body, .block-tile .block-tile__title__text {
    padding: 30px;
  }
  .block-overlap__row .col-md-8 {
    width: 100%;
  }
  .block-overlap__row .col-md-push-4 {
    left: 0;
  }
}

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