html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }

html {
  line-height: 1; }

ol, ul {
  list-style: none; }

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: none; }
  q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none; }

a img {
  border: none; }

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

.v {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

/*!
 * Bootstrap v3.3.4 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=e4c3119663faf6b474a2)
 * Config saved to config.json and https://gist.github.com/e4c3119663faf6b474a2
 */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
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 {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

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

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

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

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

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

input {
  line-height: normal; }

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

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

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

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

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

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

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

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

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

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

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

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

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

figure {
  margin: 0; }

img {
  vertical-align: middle; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

p {
  margin: 0 0 10px; }

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

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

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

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

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

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

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

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

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

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

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

.text-muted {
  color: #777777; }

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

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

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

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

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

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

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

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

.text-danger {
  color: #a94442; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

dt,
dd {
  line-height: 1.42857143; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

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

  .dl-horizontal dd {
    margin-left: 180px; } }
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777; }

.initialism {
  font-size: 90%;
  text-transform: uppercase; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@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: 30px;
  padding-right: 30px; }

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

.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: 30px;
  padding-right: 30px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }

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

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

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

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

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

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

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

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

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

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

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

  .col-sm-1 {
    width: 8.33333333%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .col-sm-offset-0 {
    margin-left: 0%; } }
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }

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

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

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

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

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

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

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

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

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

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

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

  .col-md-1 {
    width: 8.33333333%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .col-md-offset-0 {
    margin-left: 0%; } }
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }

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

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

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

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

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

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

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

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

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

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

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

  .col-lg-1 {
    width: 8.33333333%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .col-lg-offset-0 {
    margin-left: 0%; } }
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

textarea.form-control {
  height: auto; }

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

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

  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px; }

  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 46px; } }
.form-group {
  margin-bottom: 30px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.has-feedback {
  position: relative; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }

  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }

  .form-inline .form-control-static {
    display: inline-block; }

  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle; }

  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto; }

  .form-inline .input-group > .form-control {
    width: 100%; }

  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle; }

  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }

  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0; }

  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0; }

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

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

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

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

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.333333px; } }
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px; } }
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }

.fade.in {
  opacity: 1; }

.collapse {
  display: none; }

.collapse.in {
  display: block; }

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

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

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

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }

.nav > li {
  position: relative;
  display: block; }

.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 30px; }

.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee; }

.nav > li.disabled > a {
  color: #777777; }

.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed; }

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #337ab7; }

.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5; }

.nav > li > a > img {
  max-width: none; }

.nav-tabs {
  border-bottom: 1px solid #dddddd; }

.nav-tabs > li {
  float: left;
  margin-bottom: -1px; }

.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0; }

.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd; }

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
  cursor: default; }

.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0; }

.nav-tabs.nav-justified > li {
  float: none; }

.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px; }

.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto; }

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%; }

  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0; } }
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px; }

.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #dddddd; }

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0; }

  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #ffffff; } }
.nav-pills > li {
  float: left; }

.nav-pills > li > a {
  border-radius: 4px; }

.nav-pills > li + li {
  margin-left: 2px; }

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #337ab7; }

.nav-stacked > li {
  float: none; }

.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0; }

.nav-justified {
  width: 100%; }

.nav-justified > li {
  float: none; }

.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px; }

.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto; }

@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%; }

  .nav-justified > li > a {
    margin-bottom: 0; } }
.nav-tabs-justified {
  border-bottom: 0; }

.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px; }

.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #dddddd; }

@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0; }

  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #ffffff; } }
.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent; }

@media (min-width: 768px) {
  .navbar {
    border-radius: 4px; } }
@media (min-width: 768px) {
  .navbar-header {
    float: left; } }
.navbar-collapse {
  overflow-x: visible;
  padding-right: 30px;
  padding-left: 30px;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch; }

.navbar-collapse.in {
  overflow-y: auto; }

@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none; }

  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important; }

  .navbar-collapse.in {
    overflow-y: visible; }

  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0; } }
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px; }

@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px; } }
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -30px;
  margin-left: -30px; }

@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0; } }
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px; }

@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0; } }
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030; }

@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0; } }
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px; }

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0; }

.navbar-brand {
  float: left;
  padding: 30px 30px;
  font-size: 18px;
  line-height: 20px;
  height: 50px; }

.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none; }

.navbar-brand > img {
  display: block; }

@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -30px; } }
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 30px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px; }

.navbar-toggle:focus {
  outline: 0; }

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px; }

.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px; }

@media (min-width: 768px) {
  .navbar-toggle {
    display: none; } }
.navbar-nav {
  margin: 7.5px -30px; }

.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px; }

@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none; }

  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 30px 5px 25px; }

  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px; }

  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none; } }
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0; }

  .navbar-nav > li {
    float: left; }

  .navbar-nav > li > a {
    padding-top: 30px;
    padding-bottom: 30px; } }
.navbar-form {
  margin-left: -30px;
  margin-right: -30px;
  padding: 10px 30px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px; }

@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }

  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }

  .navbar-form .form-control-static {
    display: inline-block; }

  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle; }

  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto; }

  .navbar-form .input-group > .form-control {
    width: 100%; }

  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle; }

  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }

  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0; }

  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0; }

  .navbar-form .has-feedback .form-control-feedback {
    top: 0; } }
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px; }

  .navbar-form .form-group:last-child {
    margin-bottom: 0; } }
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none; } }
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px; }

.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px; }

.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px; }

.navbar-text {
  margin-top: 30px;
  margin-bottom: 30px; }

@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 30px;
    margin-right: 30px; } }
@media (min-width: 768px) {
  .navbar-left {
    float: left !important; }

  .navbar-right {
    float: right !important;
    margin-right: -30px; }

  .navbar-right ~ .navbar-right {
    margin-right: 0; } }
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7; }

.navbar-default .navbar-brand {
  color: #777777; }

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent; }

.navbar-default .navbar-text {
  color: #777777; }

.navbar-default .navbar-nav > li > a {
  color: #777777; }

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333333;
  background-color: transparent; }

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555555;
  background-color: #e7e7e7; }

.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent; }

.navbar-default .navbar-toggle {
  border-color: #dddddd; }

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #dddddd; }

.navbar-default .navbar-toggle .icon-bar {
  background-color: #888888; }

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7; }

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555555; }

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777777; }

  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333333;
    background-color: transparent; }

  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555555;
    background-color: #e7e7e7; }

  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent; } }
.navbar-default .navbar-link {
  color: #777777; }

.navbar-default .navbar-link:hover {
  color: #333333; }

.navbar-default .btn-link {
  color: #777777; }

.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333333; }

.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #cccccc; }

.navbar-inverse {
  background-color: #222222;
  border-color: #080808; }

.navbar-inverse .navbar-brand {
  color: #9d9d9d; }

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent; }

.navbar-inverse .navbar-text {
  color: #9d9d9d; }

.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d; }

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: transparent; }

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #080808; }

.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent; }

.navbar-inverse .navbar-toggle {
  border-color: #333333; }

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333333; }

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff; }

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010; }

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #ffffff; }

@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808; }

  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808; }

  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d; }

  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    background-color: transparent; }

  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: #080808; }

  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444444;
    background-color: transparent; } }
.navbar-inverse .navbar-link {
  color: #9d9d9d; }

.navbar-inverse .navbar-link:hover {
  color: #ffffff; }

.navbar-inverse .btn-link {
  color: #9d9d9d; }

.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #ffffff; }

.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444444; }

.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after {
  content: " ";
  display: table; }

.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after {
  clear: both; }

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

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

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

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

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

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important; }

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

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

  table.visible-xs {
    display: table; }

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

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

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

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

  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; } }
/**
 * Swiper 3.0.7
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * 
 * http://www.idangero.us/swiper/
 * 
 * Copyright 2015, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 * 
 * Licensed under MIT
 * 
 * Released on: April 25, 2015
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  /* Fix of Webkit flickering */
  z-index: 1; }

.swiper-container-no-flexbox .swiper-slide {
  float: left; }

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  -moz-transform: translate3d(0px, 0, 0);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0); }

.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-fles-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-slide {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative; }

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x; }

/* Arrows */
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  -moz-background-size: 27px 44px;
  -webkit-background-size: 27px 44px;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat; }

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none; }

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto; }

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto; }

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

/* Pagination Styles */
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10; }

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff; }

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff; }

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff; }

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000; }

.swiper-container-vertical > .swiper-pagination {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  -moz-transform: translate3d(0px, -50%, 0);
  -o-transform: translate(0px, -50%);
  -ms-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0); }

.swiper-container-vertical > .swiper-pagination .swiper-pagination-bullet {
  margin: 5px 0;
  display: block; }

.swiper-container-horizontal > .swiper-pagination {
  bottom: 10px;
  left: 0;
  width: 100%; }

.swiper-container-horizontal > .swiper-pagination .swiper-pagination-bullet {
  margin: 0 5px; }

/* 3D Container */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px; }

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */ }

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */ }

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(transparent));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */ }

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */ }

/* Coverflow */
.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px; }

/* Fade */
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.swiper-container-fade .swiper-slide {
  pointer-events: none; }

.swiper-container-fade .swiper-slide-active {
  pointer-events: auto; }

/* Cube */
.swiper-container-cube {
  overflow: visible; }

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  width: 100%;
  height: 100%; }

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible; }

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px); }

.swiper-container-cube.swiper-container-vertical .swiper-cube-shadow {
  z-index: 0; }

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1); }

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%; }

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%; }

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0; }

.swiper-scrollbar-cursor-drag {
  cursor: move; }

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -moz-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite; }

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  -webkit-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat; }

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); }

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg); } }
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg); } }
/*
$large-desktop-break: $screen-lg-min;
$medium-desktop-break: $screen-md-min;
$tablet-break: $screen-sm-min;
$mobile-break: $screen-xs-min;
*/
.makecentre {
  text-align: center; }

.makeblock {
  display: block; }

.makeinlineblock {
  display: inline-block; }

.makeright {
  text-align: right; }

.makerelative {
  position: relative; }

.makeabsolute {
  position: absolute; }

.makecircle {
  -moz-border-radius: 50% / 50%;
  -webkit-border-radius: 50% 50%;
  border-radius: 50% / 50%; }

.textjustify {
  text-align: justify; }

.textstrikethrough {
  text-decoration: line-through; }

.addpointer {
  cursor: pointer; }

.addborderbottom {
  border-bottom: 1px solid white; }

.addbordertop {
  border-top: 1px solid white; }

.add5paddingtop {
  padding-top: 5px; }

.add5paddingbottom {
  padding-bottom: 5px; }

.add5paddingleft {
  padding-left: 5px; }

.add5paddingright {
  padding-right: 5px; }

.add5margintop {
  margin-top: 5px; }

.add5marginbottom {
  margin-bottom: 5px; }

.add5marginleft {
  margin-left: 5px; }

.add5marginright {
  margin-right: 5px; }

@media screen and (max-width: 768px) {
  .add5paddingtop {
    padding-top: 3.75px; }

  .add5paddingbottom {
    padding-bottom: 3.75px; }

  .add5paddingleft {
    padding-left: 3.75px; }

  .add5paddingright {
    padding-right: 3.75px; }

  .add5margintop {
    margin-top: 3.75px; }

  .add5marginbottom {
    margin-bottom: 3.75px; }

  .add5marginleft {
    margin-left: 3.75px; }

  .add5marginright {
    margin-right: 3.75px; } }
@media screen and (max-width: 480px) {
  .add5paddingtop {
    padding-top: 2.5px; }

  .add5paddingbottom {
    padding-bottom: 2.5px; }

  .add5paddingleft {
    padding-left: 2.5px; }

  .add5paddingright {
    padding-right: 2.5px; }

  .add5margintop {
    margin-top: 2.5px; }

  .add5marginbottom {
    margin-bottom: 2.5px; }

  .add5marginleft {
    margin-left: 2.5px; }

  .add5marginright {
    margin-right: 2.5px; } }
.add10paddingtop {
  padding-top: 10px; }

.add10paddingbottom {
  padding-bottom: 10px; }

.add10paddingleft {
  padding-left: 10px; }

.add10paddingright {
  padding-right: 10px; }

.add10margintop {
  margin-top: 10px; }

.add10marginbottom {
  margin-bottom: 10px; }

.add10marginleft {
  margin-left: 10px; }

.add10marginright {
  margin-right: 10px; }

@media screen and (max-width: 768px) {
  .add10paddingtop {
    padding-top: 7.5px; }

  .add10paddingbottom {
    padding-bottom: 7.5px; }

  .add10paddingleft {
    padding-left: 7.5px; }

  .add10paddingright {
    padding-right: 7.5px; }

  .add10margintop {
    margin-top: 7.5px; }

  .add10marginbottom {
    margin-bottom: 7.5px; }

  .add10marginleft {
    margin-left: 7.5px; }

  .add10marginright {
    margin-right: 7.5px; } }
@media screen and (max-width: 480px) {
  .add10paddingtop {
    padding-top: 5px; }

  .add10paddingbottom {
    padding-bottom: 5px; }

  .add10paddingleft {
    padding-left: 5px; }

  .add10paddingright {
    padding-right: 5px; }

  .add10margintop {
    margin-top: 5px; }

  .add10marginbottom {
    margin-bottom: 5px; }

  .add10marginleft {
    margin-left: 5px; }

  .add10marginright {
    margin-right: 5px; } }
.add15paddingtop {
  padding-top: 15px; }

.add15paddingbottom {
  padding-bottom: 15px; }

.add15paddingleft {
  padding-left: 15px; }

.add15paddingright {
  padding-right: 15px; }

.add15margintop {
  margin-top: 15px; }

.add15marginbottom {
  margin-bottom: 15px; }

.add15marginleft {
  margin-left: 15px; }

.add15marginright {
  margin-right: 15px; }

@media screen and (max-width: 768px) {
  .add15paddingtop {
    padding-top: 11.25px; }

  .add15paddingbottom {
    padding-bottom: 11.25px; }

  .add15paddingleft {
    padding-left: 11.25px; }

  .add15paddingright {
    padding-right: 11.25px; }

  .add15margintop {
    margin-top: 11.25px; }

  .add15marginbottom {
    margin-bottom: 11.25px; }

  .add15marginleft {
    margin-left: 11.25px; }

  .add15marginright {
    margin-right: 11.25px; } }
@media screen and (max-width: 480px) {
  .add15paddingtop {
    padding-top: 7.5px; }

  .add15paddingbottom {
    padding-bottom: 7.5px; }

  .add15paddingleft {
    padding-left: 7.5px; }

  .add15paddingright {
    padding-right: 7.5px; }

  .add15margintop {
    margin-top: 7.5px; }

  .add15marginbottom {
    margin-bottom: 7.5px; }

  .add15marginleft {
    margin-left: 7.5px; }

  .add15marginright {
    margin-right: 7.5px; } }
.add20paddingtop {
  padding-top: 20px; }

.add20paddingbottom {
  padding-bottom: 20px; }

.add20paddingleft {
  padding-left: 20px; }

.add20paddingright {
  padding-right: 20px; }

.add20margintop {
  margin-top: 20px; }

.add20marginbottom {
  margin-bottom: 20px; }

.add20marginleft {
  margin-left: 20px; }

.add20marginright {
  margin-right: 20px; }

@media screen and (max-width: 768px) {
  .add20paddingtop {
    padding-top: 15px; }

  .add20paddingbottom {
    padding-bottom: 15px; }

  .add20paddingleft {
    padding-left: 15px; }

  .add20paddingright {
    padding-right: 15px; }

  .add20margintop {
    margin-top: 15px; }

  .add20marginbottom {
    margin-bottom: 15px; }

  .add20marginleft {
    margin-left: 15px; }

  .add20marginright {
    margin-right: 15px; } }
@media screen and (max-width: 480px) {
  .add20paddingtop {
    padding-top: 10px; }

  .add20paddingbottom {
    padding-bottom: 10px; }

  .add20paddingleft {
    padding-left: 10px; }

  .add20paddingright {
    padding-right: 10px; }

  .add20margintop {
    margin-top: 10px; }

  .add20marginbottom {
    margin-bottom: 10px; }

  .add20marginleft {
    margin-left: 10px; }

  .add20marginright {
    margin-right: 10px; } }
.add25paddingtop {
  padding-top: 25px; }

.add25paddingbottom {
  padding-bottom: 25px; }

.add25paddingleft {
  padding-left: 25px; }

.add25paddingright {
  padding-right: 25px; }

.add25margintop {
  margin-top: 25px; }

.add25marginbottom {
  margin-bottom: 25px; }

.add25marginleft {
  margin-left: 25px; }

.add25marginright {
  margin-right: 25px; }

@media screen and (max-width: 768px) {
  .add25paddingtop {
    padding-top: 18.75px; }

  .add25paddingbottom {
    padding-bottom: 18.75px; }

  .add25paddingleft {
    padding-left: 18.75px; }

  .add25paddingright {
    padding-right: 18.75px; }

  .add25margintop {
    margin-top: 18.75px; }

  .add25marginbottom {
    margin-bottom: 18.75px; }

  .add25marginleft {
    margin-left: 18.75px; }

  .add25marginright {
    margin-right: 18.75px; } }
@media screen and (max-width: 480px) {
  .add25paddingtop {
    padding-top: 12.5px; }

  .add25paddingbottom {
    padding-bottom: 12.5px; }

  .add25paddingleft {
    padding-left: 12.5px; }

  .add25paddingright {
    padding-right: 12.5px; }

  .add25margintop {
    margin-top: 12.5px; }

  .add25marginbottom {
    margin-bottom: 12.5px; }

  .add25marginleft {
    margin-left: 12.5px; }

  .add25marginright {
    margin-right: 12.5px; } }
.add30paddingtop {
  padding-top: 30px; }

.add30paddingbottom {
  padding-bottom: 30px; }

.add30paddingleft {
  padding-left: 30px; }

.add30paddingright {
  padding-right: 30px; }

.add30margintop {
  margin-top: 30px; }

.add30marginbottom {
  margin-bottom: 30px; }

.add30marginleft {
  margin-left: 30px; }

.add30marginright {
  margin-right: 30px; }

@media screen and (max-width: 768px) {
  .add30paddingtop {
    padding-top: 22.5px; }

  .add30paddingbottom {
    padding-bottom: 22.5px; }

  .add30paddingleft {
    padding-left: 22.5px; }

  .add30paddingright {
    padding-right: 22.5px; }

  .add30margintop {
    margin-top: 22.5px; }

  .add30marginbottom {
    margin-bottom: 22.5px; }

  .add30marginleft {
    margin-left: 22.5px; }

  .add30marginright {
    margin-right: 22.5px; } }
@media screen and (max-width: 480px) {
  .add30paddingtop {
    padding-top: 15px; }

  .add30paddingbottom {
    padding-bottom: 15px; }

  .add30paddingleft {
    padding-left: 15px; }

  .add30paddingright {
    padding-right: 15px; }

  .add30margintop {
    margin-top: 15px; }

  .add30marginbottom {
    margin-bottom: 15px; }

  .add30marginleft {
    margin-left: 15px; }

  .add30marginright {
    margin-right: 15px; } }
.add40paddingtop {
  padding-top: 40px; }

.add40paddingbottom {
  padding-bottom: 40px; }

.add40paddingleft {
  padding-left: 40px; }

.add40paddingright {
  padding-right: 40px; }

.add40margintop {
  margin-top: 40px; }

.add40marginbottom {
  margin-bottom: 40px; }

.add40marginleft {
  margin-left: 40px; }

.add40marginright {
  margin-right: 40px; }

@media screen and (max-width: 768px) {
  .add40paddingtop {
    padding-top: 30px; }

  .add40paddingbottom {
    padding-bottom: 30px; }

  .add40paddingleft {
    padding-left: 30px; }

  .add40paddingright {
    padding-right: 30px; }

  .add40margintop {
    margin-top: 30px; }

  .add40marginbottom {
    margin-bottom: 30px; }

  .add40marginleft {
    margin-left: 30px; }

  .add40marginright {
    margin-right: 30px; } }
@media screen and (max-width: 480px) {
  .add40paddingtop {
    padding-top: 20px; }

  .add40paddingbottom {
    padding-bottom: 20px; }

  .add40paddingleft {
    padding-left: 20px; }

  .add40paddingright {
    padding-right: 20px; }

  .add40margintop {
    margin-top: 20px; }

  .add40marginbottom {
    margin-bottom: 20px; }

  .add40marginleft {
    margin-left: 20px; }

  .add40marginright {
    margin-right: 20px; } }
.add50paddingtop {
  padding-top: 50px; }

.add50paddingbottom {
  padding-bottom: 50px; }

.add50paddingleft {
  padding-left: 50px; }

.add50paddingright {
  padding-right: 50px; }

.add50margintop {
  margin-top: 50px; }

.add50marginbottom {
  margin-bottom: 50px; }

.add50marginleft {
  margin-left: 50px; }

.add50marginright {
  margin-right: 50px; }

@media screen and (max-width: 768px) {
  .add50paddingtop {
    padding-top: 37.5px; }

  .add50paddingbottom {
    padding-bottom: 37.5px; }

  .add50paddingleft {
    padding-left: 37.5px; }

  .add50paddingright {
    padding-right: 37.5px; }

  .add50margintop {
    margin-top: 37.5px; }

  .add50marginbottom {
    margin-bottom: 37.5px; }

  .add50marginleft {
    margin-left: 37.5px; }

  .add50marginright {
    margin-right: 37.5px; } }
@media screen and (max-width: 480px) {
  .add50paddingtop {
    padding-top: 25px; }

  .add50paddingbottom {
    padding-bottom: 25px; }

  .add50paddingleft {
    padding-left: 25px; }

  .add50paddingright {
    padding-right: 25px; }

  .add50margintop {
    margin-top: 25px; }

  .add50marginbottom {
    margin-bottom: 25px; }

  .add50marginleft {
    margin-left: 25px; }

  .add50marginright {
    margin-right: 25px; } }
.add75paddingtop {
  padding-top: 75px; }

.add75paddingbottom {
  padding-bottom: 75px; }

.add75paddingleft {
  padding-left: 75px; }

.add75paddingright {
  padding-right: 75px; }

.add75margintop {
  margin-top: 75px; }

.add75marginbottom {
  margin-bottom: 75px; }

.add75marginleft {
  margin-left: 75px; }

.add75marginright {
  margin-right: 75px; }

@media screen and (max-width: 768px) {
  .add75paddingtop {
    padding-top: 56.25px; }

  .add75paddingbottom {
    padding-bottom: 56.25px; }

  .add75paddingleft {
    padding-left: 56.25px; }

  .add75paddingright {
    padding-right: 56.25px; }

  .add75margintop {
    margin-top: 56.25px; }

  .add75marginbottom {
    margin-bottom: 56.25px; }

  .add75marginleft {
    margin-left: 56.25px; }

  .add75marginright {
    margin-right: 56.25px; } }
@media screen and (max-width: 480px) {
  .add75paddingtop {
    padding-top: 37.5px; }

  .add75paddingbottom {
    padding-bottom: 37.5px; }

  .add75paddingleft {
    padding-left: 37.5px; }

  .add75paddingright {
    padding-right: 37.5px; }

  .add75margintop {
    margin-top: 37.5px; }

  .add75marginbottom {
    margin-bottom: 37.5px; }

  .add75marginleft {
    margin-left: 37.5px; }

  .add75marginright {
    margin-right: 37.5px; } }
.add100paddingtop {
  padding-top: 100px; }

.add100paddingbottom {
  padding-bottom: 100px; }

.add100paddingleft {
  padding-left: 100px; }

.add100paddingright {
  padding-right: 100px; }

.add100margintop {
  margin-top: 100px; }

.add100marginbottom {
  margin-bottom: 100px; }

.add100marginleft {
  margin-left: 100px; }

.add100marginright {
  margin-right: 100px; }

@media screen and (max-width: 768px) {
  .add100paddingtop {
    padding-top: 75px; }

  .add100paddingbottom {
    padding-bottom: 75px; }

  .add100paddingleft {
    padding-left: 75px; }

  .add100paddingright {
    padding-right: 75px; }

  .add100margintop {
    margin-top: 75px; }

  .add100marginbottom {
    margin-bottom: 75px; }

  .add100marginleft {
    margin-left: 75px; }

  .add100marginright {
    margin-right: 75px; } }
@media screen and (max-width: 480px) {
  .add100paddingtop {
    padding-top: 50px; }

  .add100paddingbottom {
    padding-bottom: 50px; }

  .add100paddingleft {
    padding-left: 50px; }

  .add100paddingright {
    padding-right: 50px; }

  .add100margintop {
    margin-top: 50px; }

  .add100marginbottom {
    margin-bottom: 50px; }

  .add100marginleft {
    margin-left: 50px; }

  .add100marginright {
    margin-right: 50px; } }
.add125paddingtop {
  padding-top: 125px; }

.add125paddingbottom {
  padding-bottom: 125px; }

.add125paddingleft {
  padding-left: 125px; }

.add125paddingright {
  padding-right: 125px; }

.add125margintop {
  margin-top: 125px; }

.add125marginbottom {
  margin-bottom: 125px; }

.add125marginleft {
  margin-left: 125px; }

.add125marginright {
  margin-right: 125px; }

@media screen and (max-width: 768px) {
  .add125paddingtop {
    padding-top: 93.75px; }

  .add125paddingbottom {
    padding-bottom: 93.75px; }

  .add125paddingleft {
    padding-left: 93.75px; }

  .add125paddingright {
    padding-right: 93.75px; }

  .add125margintop {
    margin-top: 93.75px; }

  .add125marginbottom {
    margin-bottom: 93.75px; }

  .add125marginleft {
    margin-left: 93.75px; }

  .add125marginright {
    margin-right: 93.75px; } }
@media screen and (max-width: 480px) {
  .add125paddingtop {
    padding-top: 62.5px; }

  .add125paddingbottom {
    padding-bottom: 62.5px; }

  .add125paddingleft {
    padding-left: 62.5px; }

  .add125paddingright {
    padding-right: 62.5px; }

  .add125margintop {
    margin-top: 62.5px; }

  .add125marginbottom {
    margin-bottom: 62.5px; }

  .add125marginleft {
    margin-left: 62.5px; }

  .add125marginright {
    margin-right: 62.5px; } }
.add150paddingtop {
  padding-top: 150px; }

.add150paddingbottom {
  padding-bottom: 150px; }

.add150paddingleft {
  padding-left: 150px; }

.add150paddingright {
  padding-right: 150px; }

.add150margintop {
  margin-top: 150px; }

.add150marginbottom {
  margin-bottom: 150px; }

.add150marginleft {
  margin-left: 150px; }

.add150marginright {
  margin-right: 150px; }

@media screen and (max-width: 768px) {
  .add150paddingtop {
    padding-top: 112.5px; }

  .add150paddingbottom {
    padding-bottom: 112.5px; }

  .add150paddingleft {
    padding-left: 112.5px; }

  .add150paddingright {
    padding-right: 112.5px; }

  .add150margintop {
    margin-top: 112.5px; }

  .add150marginbottom {
    margin-bottom: 112.5px; }

  .add150marginleft {
    margin-left: 112.5px; }

  .add150marginright {
    margin-right: 112.5px; } }
@media screen and (max-width: 480px) {
  .add150paddingtop {
    padding-top: 75px; }

  .add150paddingbottom {
    padding-bottom: 75px; }

  .add150paddingleft {
    padding-left: 75px; }

  .add150paddingright {
    padding-right: 75px; }

  .add150margintop {
    margin-top: 75px; }

  .add150marginbottom {
    margin-bottom: 75px; }

  .add150marginleft {
    margin-left: 75px; }

  .add150marginright {
    margin-right: 75px; } }
.add175paddingtop {
  padding-top: 175px; }

.add175paddingbottom {
  padding-bottom: 175px; }

.add175paddingleft {
  padding-left: 175px; }

.add175paddingright {
  padding-right: 175px; }

.add175margintop {
  margin-top: 175px; }

.add175marginbottom {
  margin-bottom: 175px; }

.add175marginleft {
  margin-left: 175px; }

.add175marginright {
  margin-right: 175px; }

@media screen and (max-width: 768px) {
  .add175paddingtop {
    padding-top: 131.25px; }

  .add175paddingbottom {
    padding-bottom: 131.25px; }

  .add175paddingleft {
    padding-left: 131.25px; }

  .add175paddingright {
    padding-right: 131.25px; }

  .add175margintop {
    margin-top: 131.25px; }

  .add175marginbottom {
    margin-bottom: 131.25px; }

  .add175marginleft {
    margin-left: 131.25px; }

  .add175marginright {
    margin-right: 131.25px; } }
@media screen and (max-width: 480px) {
  .add175paddingtop {
    padding-top: 87.5px; }

  .add175paddingbottom {
    padding-bottom: 87.5px; }

  .add175paddingleft {
    padding-left: 87.5px; }

  .add175paddingright {
    padding-right: 87.5px; }

  .add175margintop {
    margin-top: 87.5px; }

  .add175marginbottom {
    margin-bottom: 87.5px; }

  .add175marginleft {
    margin-left: 87.5px; }

  .add175marginright {
    margin-right: 87.5px; } }
.add200paddingtop {
  padding-top: 200px; }

.add200paddingbottom {
  padding-bottom: 200px; }

.add200paddingleft {
  padding-left: 200px; }

.add200paddingright {
  padding-right: 200px; }

.add200margintop {
  margin-top: 200px; }

.add200marginbottom {
  margin-bottom: 200px; }

.add200marginleft {
  margin-left: 200px; }

.add200marginright {
  margin-right: 200px; }

@media screen and (max-width: 768px) {
  .add200paddingtop {
    padding-top: 150px; }

  .add200paddingbottom {
    padding-bottom: 150px; }

  .add200paddingleft {
    padding-left: 150px; }

  .add200paddingright {
    padding-right: 150px; }

  .add200margintop {
    margin-top: 150px; }

  .add200marginbottom {
    margin-bottom: 150px; }

  .add200marginleft {
    margin-left: 150px; }

  .add200marginright {
    margin-right: 150px; } }
@media screen and (max-width: 480px) {
  .add200paddingtop {
    padding-top: 100px; }

  .add200paddingbottom {
    padding-bottom: 100px; }

  .add200paddingleft {
    padding-left: 100px; }

  .add200paddingright {
    padding-right: 100px; }

  .add200margintop {
    margin-top: 100px; }

  .add200marginbottom {
    margin-bottom: 100px; }

  .add200marginleft {
    margin-left: 100px; }

  .add200marginright {
    margin-right: 100px; } }
.add250paddingtop {
  padding-top: 250px; }

.add250paddingbottom {
  padding-bottom: 250px; }

.add250paddingleft {
  padding-left: 250px; }

.add250paddingright {
  padding-right: 250px; }

.add250margintop {
  margin-top: 250px; }

.add250marginbottom {
  margin-bottom: 250px; }

.add250marginleft {
  margin-left: 250px; }

.add250marginright {
  margin-right: 250px; }

@media screen and (max-width: 768px) {
  .add250paddingtop {
    padding-top: 187.5px; }

  .add250paddingbottom {
    padding-bottom: 187.5px; }

  .add250paddingleft {
    padding-left: 187.5px; }

  .add250paddingright {
    padding-right: 187.5px; }

  .add250margintop {
    margin-top: 187.5px; }

  .add250marginbottom {
    margin-bottom: 187.5px; }

  .add250marginleft {
    margin-left: 187.5px; }

  .add250marginright {
    margin-right: 187.5px; } }
@media screen and (max-width: 480px) {
  .add250paddingtop {
    padding-top: 125px; }

  .add250paddingbottom {
    padding-bottom: 125px; }

  .add250paddingleft {
    padding-left: 125px; }

  .add250paddingright {
    padding-right: 125px; }

  .add250margintop {
    margin-top: 125px; }

  .add250marginbottom {
    margin-bottom: 125px; }

  .add250marginleft {
    margin-left: 125px; }

  .add250marginright {
    margin-right: 125px; } }
.col-xs-5ths, .col-sm-5ths, .col-md-5ths, .col-lg-5ths {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px; }

.col-xs-5ths {
  width: 20%;
  float: left; }

@media (min-width: 768px) {
  .col-sm-5ths {
    width: 20%;
    float: left; } }
@media (min-width: 992px) {
  .col-md-5ths {
    width: 20%;
    float: left; } }
@media (min-width: 1200px) {
  .col-lg-5ths {
    width: 20%;
    float: left; } }
/* centered columns styles */
.row-centered {
  text-align: center; }

.col-centered {
  display: inline-block;
  float: none;
  /* reset the text-align */
  text-align: left;
  /* inline-block space fix */
  margin-right: -4px; }

.extra-fullwidth-padding {
  display: block;
  padding: 0px 40px; }

.text-left-not-xs, .text-left-not-sm, .text-left-not-md, .text-left-not-lg {
  text-align: left; }

.text-center-not-xs, .text-center-not-sm, .text-center-not-md, .text-center-not-lg {
  text-align: center; }

.text-right-not-xs, .text-right-not-sm, .text-right-not-md, .text-right-not-lg {
  text-align: right; }

.text-justify-not-xs, .text-justify-not-sm, .text-justify-not-md, .text-justify-not-lg {
  text-align: justify; }

@media (max-width: 767px) {
  .text-left-not-xs, .text-center-not-xs, .text-right-not-xs, .text-justify-not-xs {
    text-align: inherit; }

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

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

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

  .text-justify-xs {
    text-align: justify; } }
@media (max-width: 991px) {
  .text-left-not-sm, .text-center-not-sm, .text-right-not-sm, .text-justify-not-sm {
    text-align: inherit; }

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

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

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

  .text-justify-sm {
    text-align: justify; } }
@media (max-width: 1199px) {
  .text-left-not-md, .text-center-not-md, .text-right-not-md, .text-justify-not-md {
    text-align: inherit; }

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

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

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

  .text-justify-md {
    text-align: justify; } }
@media (min-width: 1200px) {
  .text-left-not-lg, .text-center-not-lg, .text-right-not-lg, .text-justify-not-lg {
    text-align: inherit; }

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

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

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

  .text-justify-lg {
    text-align: justify; } }
[data-toggle="tooltip"] {
  cursor: help; }

.page, .modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  overflow-y: scroll;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  outline: none;
  z-index: auto;
  background-color: #202121; }

.modal {
  z-index: 9999;
  display: none; }
  .modal .close-modal.top-right {
    position: absolute;
    top: 0;
    right: 0;
    height: 100px;
    width: 100px;
    text-align: center;
    background-color: rgba(255, 255, 255, 0); }
    .modal .close-modal.top-right:before {
      content: '\f00d';
      font-family: fontawesome;
      position: absolute;
      top: 50%;
      left: 50%;
      height: 30px;
      width: 30px;
      margin-top: -1em;
      margin-left: -1em;
      -moz-border-radius: 50%;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      background-color: rgba(0, 0, 0, 0.2);
      line-height: 30px; }
    .modal .close-modal.top-right:hover:before {
      background-color: rgba(0, 0, 0, 0.1); }
  .modal.white {
    background-color: white;
    color: #202121; }
    .modal.white .close-modal.top-right {
      color: white; }
  .modal.dark {
    background-color: rgba(0, 0, 0, 0.7); }
    .modal.dark .close-modal.top-right:before {
      background-color: rgba(255, 255, 255, 0.2); }
    .modal.dark .close-modal.top-right:hover:before {
      background-color: rgba(255, 255, 255, 0.1); }
  .modal.video {
    cursor: pointer; }
    .modal.video .video-container {
      position: absolute;
      top: 20%;
      left: 20%;
      width: 60%;
      height: 60%; }

@media screen and (max-width: 768px) {
  .modal .close-modal.top-right {
    height: 50px;
    width: 50px; } }
@-moz-keyframes disable-out {
  0% {
    opacity: 1; }
  99% {
    opacity: 0; }
  100% {
    display: none; } }
@-webkit-keyframes disable-out {
  0% {
    opacity: 1; }
  99% {
    opacity: 0; }
  100% {
    display: none; } }
@keyframes disable-out {
  0% {
    opacity: 1; }
  99% {
    opacity: 0; }
  100% {
    display: none; } }
.page-scroll {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10; }

.page {
  left: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1; }

.disable-content-overlay {
  z-index: 9995;
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: opacity 0.3s linear, -moz-transform 0s linear 0.3s;
  -o-transition: opacity 0.3s linear, -o-transform 0s linear 0.3s;
  -webkit-transition: opacity 0.3s linear, -webkit-transform 0s linear;
  -webkit-transition-delay: 0s, 0.3s;
  transition: opacity 0.3s linear, transform 0s linear 0.3s; }

html, body {
  height: 100%;
  -webkit-font-smoothing: antialiased; }

/*
* {
  @include backface-visibility(hidden);
  @include perspective(1000);
  -webkit-font-smoothing: antialiased;
}
*/
body {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 17px;
  margin: 0px;
  padding: 0px;
  width: 100%;
  color: white;
  background-color: #202121; }

h1, h2, h3, h4, h5, h6 {
  font-family: 'Playfair Display', serif;
  padding: 0px 0px;
  margin: 0px 0px;
  line-height: 1.5em;
  font-weight: 300; }
  h1.secondary, h2.secondary, h3.secondary, h4.secondary, h5.secondary, h6.secondary {
    font-family: 'Lato', sans-serif;
    font-weight: 200; }

.titlefont {
  font-family: 'Playfair Display', sans-serif; }
  .titlefont.bold {
    font-weight: 700; }

h1 {
  font-size: 4em;
  letter-spacing: -0.025em;
  line-height: 1; }

h2 {
  font-size: 2.25em;
  line-height: 1.25; }

h3 {
  font-size: 1.6em;
  line-height: 1.5; }

h4 {
  font-size: 1.4em;
  line-height: 1.5; }

h5 {
  font-size: 1.2em;
  line-height: 1.75; }

h6 {
  font-size: 1em;
  line-height: 1.75; }

small {
  font-size: 0.8em;
  line-height: 2; }

p {
  line-height: 2em;
  padding-bottom: .5em; }

a, a:visited, a:hover, a:active, a:focus {
  text-decoration: none;
  color: inherit; }

b {
  font-weight: 700; }

i {
  font-style: italic; }

.dasherooney {
  font-size: 1.5em; }

.disrupt.light {
  font-size: 1em;
  display: inline-block;
  position: relative;
  margin: 0 auto;
  font-weight: bolder;
  color: white; }
  .disrupt.light:after {
    content: attr(data-text);
    position: absolute;
    left: 2px;
    text-shadow: -1px 0 red;
    top: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    color: white;
    background: #202121;
    -moz-animation: noise-anim 1s infinite linear alternate-reverse;
    -webkit-animation: noise-anim 1s infinite linear alternate-reverse;
    animation: noise-anim 1s infinite linear alternate-reverse; }
  .disrupt.light:before {
    content: attr(data-text);
    position: absolute;
    left: -2px;
    text-shadow: 1px 0 blue;
    top: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    color: white;
    background: #202121;
    -moz-animation: noise-anim-2 1s infinite linear alternate-reverse;
    -webkit-animation: noise-anim-2 1s infinite linear alternate-reverse;
    animation: noise-anim-2 1s infinite linear alternate-reverse; }
@-moz-keyframes noise-anim {
  0% {
    clip: rect(1px, 9999px, 1px, 0); }
  5% {
    clip: rect(1px, 9999px, 1px, 0); }
  10% {
    clip: rect(1px, 9999px, 1px, 0); }
  15% {
    clip: rect(1px, 9999px, 1px, 0); }
  20% {
    clip: rect(1px, 9999px, 1px, 0); }
  25% {
    clip: rect(1px, 9999px, 1px, 0); }
  30% {
    clip: rect(1px, 9999px, 1px, 0); }
  35% {
    clip: rect(1px, 9999px, 1px, 0); }
  40% {
    clip: rect(1px, 9999px, 1px, 0); }
  45% {
    clip: rect(1px, 9999px, 1px, 0); }
  50% {
    clip: rect(1px, 9999px, 1px, 0); }
  55% {
    clip: rect(1px, 9999px, 1px, 0); }
  60% {
    clip: rect(1px, 9999px, 1px, 0); }
  65% {
    clip: rect(1px, 9999px, 1px, 0); }
  70% {
    clip: rect(1px, 9999px, 1px, 0); }
  75% {
    clip: rect(1px, 9999px, 1px, 0); }
  80% {
    clip: rect(1px, 9999px, 1px, 0); }
  85% {
    clip: rect(1px, 9999px, 1px, 0); }
  90% {
    clip: rect(1px, 9999px, 1px, 0); }
  95% {
    clip: rect(1px, 9999px, 1px, 0); }
  100% {
    clip: rect(1px, 9999px, 1px, 0); } }
@-webkit-keyframes noise-anim {
  0% {
    clip: rect(1px, 9999px, 1px, 0); }
  5% {
    clip: rect(1px, 9999px, 1px, 0); }
  10% {
    clip: rect(1px, 9999px, 1px, 0); }
  15% {
    clip: rect(1px, 9999px, 1px, 0); }
  20% {
    clip: rect(1px, 9999px, 1px, 0); }
  25% {
    clip: rect(1px, 9999px, 1px, 0); }
  30% {
    clip: rect(1px, 9999px, 1px, 0); }
  35% {
    clip: rect(1px, 9999px, 1px, 0); }
  40% {
    clip: rect(1px, 9999px, 1px, 0); }
  45% {
    clip: rect(1px, 9999px, 1px, 0); }
  50% {
    clip: rect(1px, 9999px, 1px, 0); }
  55% {
    clip: rect(1px, 9999px, 1px, 0); }
  60% {
    clip: rect(1px, 9999px, 1px, 0); }
  65% {
    clip: rect(1px, 9999px, 1px, 0); }
  70% {
    clip: rect(1px, 9999px, 1px, 0); }
  75% {
    clip: rect(1px, 9999px, 1px, 0); }
  80% {
    clip: rect(1px, 9999px, 1px, 0); }
  85% {
    clip: rect(1px, 9999px, 1px, 0); }
  90% {
    clip: rect(1px, 9999px, 1px, 0); }
  95% {
    clip: rect(1px, 9999px, 1px, 0); }
  100% {
    clip: rect(1px, 9999px, 1px, 0); } }
@keyframes noise-anim {
  0% {
    clip: rect(1px, 9999px, 1px, 0); }
  5% {
    clip: rect(1px, 9999px, 1px, 0); }
  10% {
    clip: rect(1px, 9999px, 1px, 0); }
  15% {
    clip: rect(1px, 9999px, 1px, 0); }
  20% {
    clip: rect(1px, 9999px, 1px, 0); }
  25% {
    clip: rect(1px, 9999px, 1px, 0); }
  30% {
    clip: rect(1px, 9999px, 1px, 0); }
  35% {
    clip: rect(1px, 9999px, 1px, 0); }
  40% {
    clip: rect(1px, 9999px, 1px, 0); }
  45% {
    clip: rect(1px, 9999px, 1px, 0); }
  50% {
    clip: rect(1px, 9999px, 1px, 0); }
  55% {
    clip: rect(1px, 9999px, 1px, 0); }
  60% {
    clip: rect(1px, 9999px, 1px, 0); }
  65% {
    clip: rect(1px, 9999px, 1px, 0); }
  70% {
    clip: rect(1px, 9999px, 1px, 0); }
  75% {
    clip: rect(1px, 9999px, 1px, 0); }
  80% {
    clip: rect(1px, 9999px, 1px, 0); }
  85% {
    clip: rect(1px, 9999px, 1px, 0); }
  90% {
    clip: rect(1px, 9999px, 1px, 0); }
  95% {
    clip: rect(1px, 9999px, 1px, 0); }
  100% {
    clip: rect(1px, 9999px, 1px, 0); } }
@-moz-keyframes noise-anim-2 {
  0% {
    clip: rect(1px, 9999px, 1px, 0); }
  5% {
    clip: rect(1px, 9999px, 1px, 0); }
  10% {
    clip: rect(1px, 9999px, 1px, 0); }
  15% {
    clip: rect(1px, 9999px, 1px, 0); }
  20% {
    clip: rect(1px, 9999px, 1px, 0); }
  25% {
    clip: rect(1px, 9999px, 1px, 0); }
  30% {
    clip: rect(1px, 9999px, 1px, 0); }
  35% {
    clip: rect(1px, 9999px, 1px, 0); }
  40% {
    clip: rect(1px, 9999px, 1px, 0); }
  45% {
    clip: rect(1px, 9999px, 1px, 0); }
  50% {
    clip: rect(1px, 9999px, 1px, 0); }
  55% {
    clip: rect(1px, 9999px, 1px, 0); }
  60% {
    clip: rect(1px, 9999px, 1px, 0); }
  65% {
    clip: rect(1px, 9999px, 1px, 0); }
  70% {
    clip: rect(1px, 9999px, 1px, 0); }
  75% {
    clip: rect(1px, 9999px, 1px, 0); }
  80% {
    clip: rect(1px, 9999px, 1px, 0); }
  85% {
    clip: rect(1px, 9999px, 1px, 0); }
  90% {
    clip: rect(1px, 9999px, 1px, 0); }
  95% {
    clip: rect(1px, 9999px, 1px, 0); }
  100% {
    clip: rect(1px, 9999px, 1px, 0); } }
@-webkit-keyframes noise-anim-2 {
  0% {
    clip: rect(1px, 9999px, 1px, 0); }
  5% {
    clip: rect(1px, 9999px, 1px, 0); }
  10% {
    clip: rect(1px, 9999px, 1px, 0); }
  15% {
    clip: rect(1px, 9999px, 1px, 0); }
  20% {
    clip: rect(1px, 9999px, 1px, 0); }
  25% {
    clip: rect(1px, 9999px, 1px, 0); }
  30% {
    clip: rect(1px, 9999px, 1px, 0); }
  35% {
    clip: rect(1px, 9999px, 1px, 0); }
  40% {
    clip: rect(1px, 9999px, 1px, 0); }
  45% {
    clip: rect(1px, 9999px, 1px, 0); }
  50% {
    clip: rect(1px, 9999px, 1px, 0); }
  55% {
    clip: rect(1px, 9999px, 1px, 0); }
  60% {
    clip: rect(1px, 9999px, 1px, 0); }
  65% {
    clip: rect(1px, 9999px, 1px, 0); }
  70% {
    clip: rect(1px, 9999px, 1px, 0); }
  75% {
    clip: rect(1px, 9999px, 1px, 0); }
  80% {
    clip: rect(1px, 9999px, 1px, 0); }
  85% {
    clip: rect(1px, 9999px, 1px, 0); }
  90% {
    clip: rect(1px, 9999px, 1px, 0); }
  95% {
    clip: rect(1px, 9999px, 1px, 0); }
  100% {
    clip: rect(1px, 9999px, 1px, 0); } }
@keyframes noise-anim-2 {
  0% {
    clip: rect(1px, 9999px, 1px, 0); }
  5% {
    clip: rect(1px, 9999px, 1px, 0); }
  10% {
    clip: rect(1px, 9999px, 1px, 0); }
  15% {
    clip: rect(1px, 9999px, 1px, 0); }
  20% {
    clip: rect(1px, 9999px, 1px, 0); }
  25% {
    clip: rect(1px, 9999px, 1px, 0); }
  30% {
    clip: rect(1px, 9999px, 1px, 0); }
  35% {
    clip: rect(1px, 9999px, 1px, 0); }
  40% {
    clip: rect(1px, 9999px, 1px, 0); }
  45% {
    clip: rect(1px, 9999px, 1px, 0); }
  50% {
    clip: rect(1px, 9999px, 1px, 0); }
  55% {
    clip: rect(1px, 9999px, 1px, 0); }
  60% {
    clip: rect(1px, 9999px, 1px, 0); }
  65% {
    clip: rect(1px, 9999px, 1px, 0); }
  70% {
    clip: rect(1px, 9999px, 1px, 0); }
  75% {
    clip: rect(1px, 9999px, 1px, 0); }
  80% {
    clip: rect(1px, 9999px, 1px, 0); }
  85% {
    clip: rect(1px, 9999px, 1px, 0); }
  90% {
    clip: rect(1px, 9999px, 1px, 0); }
  95% {
    clip: rect(1px, 9999px, 1px, 0); }
  100% {
    clip: rect(1px, 9999px, 1px, 0); } }
.disrupt.dark {
  font-size: 1em;
  display: inline-block;
  position: relative;
  margin: 0 auto;
  font-weight: bolder;
  color: #202121; }
  .disrupt.dark:after {
    content: attr(data-text);
    position: absolute;
    left: 2px;
    text-shadow: -1px 0 red;
    top: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    color: #202121;
    background: white;
    -moz-animation: noise-anim 1s infinite linear alternate-reverse;
    -webkit-animation: noise-anim 1s infinite linear alternate-reverse;
    animation: noise-anim 1s infinite linear alternate-reverse; }
  .disrupt.dark:before {
    content: attr(data-text);
    position: absolute;
    left: -2px;
    text-shadow: 1px 0 blue;
    top: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    color: #202121;
    background: white;
    -moz-animation: noise-anim-2 1s infinite linear alternate-reverse;
    -webkit-animation: noise-anim-2 1s infinite linear alternate-reverse;
    animation: noise-anim-2 1s infinite linear alternate-reverse; }
@-moz-keyframes noise-anim {
  0% {
    clip: rect(1px, 9999px, 1px, 0); }
  5% {
    clip: rect(1px, 9999px, 1px, 0); }
  10% {
    clip: rect(1px, 9999px, 1px, 0); }
  15% {
    clip: rect(1px, 9999px, 1px, 0); }
  20% {
    clip: rect(1px, 9999px, 1px, 0); }
  25% {
    clip: rect(1px, 9999px, 1px, 0); }
  30% {
    clip: rect(1px, 9999px, 1px, 0); }
  35% {
    clip: rect(1px, 9999px, 1px, 0); }
  40% {
    clip: rect(1px, 9999px, 1px, 0); }
  45% {
    clip: rect(1px, 9999px, 1px, 0); }
  50% {
    clip: rect(1px, 9999px, 1px, 0); }
  55% {
    clip: rect(1px, 9999px, 1px, 0); }
  60% {
    clip: rect(1px, 9999px, 1px, 0); }
  65% {
    clip: rect(1px, 9999px, 1px, 0); }
  70% {
    clip: rect(1px, 9999px, 1px, 0); }
  75% {
    clip: rect(1px, 9999px, 1px, 0); }
  80% {
    clip: rect(1px, 9999px, 1px, 0); }
  85% {
    clip: rect(1px, 9999px, 1px, 0); }
  90% {
    clip: rect(1px, 9999px, 1px, 0); }
  95% {
    clip: rect(1px, 9999px, 1px, 0); }
  100% {
    clip: rect(1px, 9999px, 1px, 0); } }
@-webkit-keyframes noise-anim {
  0% {
    clip: rect(1px, 9999px, 1px, 0); }
  5% {
    clip: rect(1px, 9999px, 1px, 0); }
  10% {
    clip: rect(1px, 9999px, 1px, 0); }
  15% {
    clip: rect(1px, 9999px, 1px, 0); }
  20% {
    clip: rect(1px, 9999px, 1px, 0); }
  25% {
    clip: rect(1px, 9999px, 1px, 0); }
  30% {
    clip: rect(1px, 9999px, 1px, 0); }
  35% {
    clip: rect(1px, 9999px, 1px, 0); }
  40% {
    clip: rect(1px, 9999px, 1px, 0); }
  45% {
    clip: rect(1px, 9999px, 1px, 0); }
  50% {
    clip: rect(1px, 9999px, 1px, 0); }
  55% {
    clip: rect(1px, 9999px, 1px, 0); }
  60% {
    clip: rect(1px, 9999px, 1px, 0); }
  65% {
    clip: rect(1px, 9999px, 1px, 0); }
  70% {
    clip: rect(1px, 9999px, 1px, 0); }
  75% {
    clip: rect(1px, 9999px, 1px, 0); }
  80% {
    clip: rect(1px, 9999px, 1px, 0); }
  85% {
    clip: rect(1px, 9999px, 1px, 0); }
  90% {
    clip: rect(1px, 9999px, 1px, 0); }
  95% {
    clip: rect(1px, 9999px, 1px, 0); }
  100% {
    clip: rect(1px, 9999px, 1px, 0); } }
@keyframes noise-anim {
  0% {
    clip: rect(1px, 9999px, 1px, 0); }
  5% {
    clip: rect(1px, 9999px, 1px, 0); }
  10% {
    clip: rect(1px, 9999px, 1px, 0); }
  15% {
    clip: rect(1px, 9999px, 1px, 0); }
  20% {
    clip: rect(1px, 9999px, 1px, 0); }
  25% {
    clip: rect(1px, 9999px, 1px, 0); }
  30% {
    clip: rect(1px, 9999px, 1px, 0); }
  35% {
    clip: rect(1px, 9999px, 1px, 0); }
  40% {
    clip: rect(1px, 9999px, 1px, 0); }
  45% {
    clip: rect(1px, 9999px, 1px, 0); }
  50% {
    clip: rect(1px, 9999px, 1px, 0); }
  55% {
    clip: rect(1px, 9999px, 1px, 0); }
  60% {
    clip: rect(1px, 9999px, 1px, 0); }
  65% {
    clip: rect(1px, 9999px, 1px, 0); }
  70% {
    clip: rect(1px, 9999px, 1px, 0); }
  75% {
    clip: rect(1px, 9999px, 1px, 0); }
  80% {
    clip: rect(1px, 9999px, 1px, 0); }
  85% {
    clip: rect(1px, 9999px, 1px, 0); }
  90% {
    clip: rect(1px, 9999px, 1px, 0); }
  95% {
    clip: rect(1px, 9999px, 1px, 0); }
  100% {
    clip: rect(1px, 9999px, 1px, 0); } }
@-moz-keyframes noise-anim-2 {
  0% {
    clip: rect(1px, 9999px, 1px, 0); }
  5% {
    clip: rect(1px, 9999px, 1px, 0); }
  10% {
    clip: rect(1px, 9999px, 1px, 0); }
  15% {
    clip: rect(1px, 9999px, 1px, 0); }
  20% {
    clip: rect(1px, 9999px, 1px, 0); }
  25% {
    clip: rect(1px, 9999px, 1px, 0); }
  30% {
    clip: rect(1px, 9999px, 1px, 0); }
  35% {
    clip: rect(1px, 9999px, 1px, 0); }
  40% {
    clip: rect(1px, 9999px, 1px, 0); }
  45% {
    clip: rect(1px, 9999px, 1px, 0); }
  50% {
    clip: rect(1px, 9999px, 1px, 0); }
  55% {
    clip: rect(1px, 9999px, 1px, 0); }
  60% {
    clip: rect(1px, 9999px, 1px, 0); }
  65% {
    clip: rect(1px, 9999px, 1px, 0); }
  70% {
    clip: rect(1px, 9999px, 1px, 0); }
  75% {
    clip: rect(1px, 9999px, 1px, 0); }
  80% {
    clip: rect(1px, 9999px, 1px, 0); }
  85% {
    clip: rect(1px, 9999px, 1px, 0); }
  90% {
    clip: rect(1px, 9999px, 1px, 0); }
  95% {
    clip: rect(1px, 9999px, 1px, 0); }
  100% {
    clip: rect(1px, 9999px, 1px, 0); } }
@-webkit-keyframes noise-anim-2 {
  0% {
    clip: rect(1px, 9999px, 1px, 0); }
  5% {
    clip: rect(1px, 9999px, 1px, 0); }
  10% {
    clip: rect(1px, 9999px, 1px, 0); }
  15% {
    clip: rect(1px, 9999px, 1px, 0); }
  20% {
    clip: rect(1px, 9999px, 1px, 0); }
  25% {
    clip: rect(1px, 9999px, 1px, 0); }
  30% {
    clip: rect(1px, 9999px, 1px, 0); }
  35% {
    clip: rect(1px, 9999px, 1px, 0); }
  40% {
    clip: rect(1px, 9999px, 1px, 0); }
  45% {
    clip: rect(1px, 9999px, 1px, 0); }
  50% {
    clip: rect(1px, 9999px, 1px, 0); }
  55% {
    clip: rect(1px, 9999px, 1px, 0); }
  60% {
    clip: rect(1px, 9999px, 1px, 0); }
  65% {
    clip: rect(1px, 9999px, 1px, 0); }
  70% {
    clip: rect(1px, 9999px, 1px, 0); }
  75% {
    clip: rect(1px, 9999px, 1px, 0); }
  80% {
    clip: rect(1px, 9999px, 1px, 0); }
  85% {
    clip: rect(1px, 9999px, 1px, 0); }
  90% {
    clip: rect(1px, 9999px, 1px, 0); }
  95% {
    clip: rect(1px, 9999px, 1px, 0); }
  100% {
    clip: rect(1px, 9999px, 1px, 0); } }
@keyframes noise-anim-2 {
  0% {
    clip: rect(1px, 9999px, 1px, 0); }
  5% {
    clip: rect(1px, 9999px, 1px, 0); }
  10% {
    clip: rect(1px, 9999px, 1px, 0); }
  15% {
    clip: rect(1px, 9999px, 1px, 0); }
  20% {
    clip: rect(1px, 9999px, 1px, 0); }
  25% {
    clip: rect(1px, 9999px, 1px, 0); }
  30% {
    clip: rect(1px, 9999px, 1px, 0); }
  35% {
    clip: rect(1px, 9999px, 1px, 0); }
  40% {
    clip: rect(1px, 9999px, 1px, 0); }
  45% {
    clip: rect(1px, 9999px, 1px, 0); }
  50% {
    clip: rect(1px, 9999px, 1px, 0); }
  55% {
    clip: rect(1px, 9999px, 1px, 0); }
  60% {
    clip: rect(1px, 9999px, 1px, 0); }
  65% {
    clip: rect(1px, 9999px, 1px, 0); }
  70% {
    clip: rect(1px, 9999px, 1px, 0); }
  75% {
    clip: rect(1px, 9999px, 1px, 0); }
  80% {
    clip: rect(1px, 9999px, 1px, 0); }
  85% {
    clip: rect(1px, 9999px, 1px, 0); }
  90% {
    clip: rect(1px, 9999px, 1px, 0); }
  95% {
    clip: rect(1px, 9999px, 1px, 0); }
  100% {
    clip: rect(1px, 9999px, 1px, 0); } }
@font-face {
  font-family: Knewave;
  src: url(assets/fonts/knewave.ttf); }
.input-style, #advice-mailing-list textarea, #advice-mailing-list input[type="text"], #advice-mailing-list input[type="email"], #advice-mailing-list input[type="password"], #carlo-contact-form textarea, #carlo-contact-form input[type="text"], #carlo-contact-form input[type="email"], #carlo-contact-form input[type="password"] {
  -webkit-appearance: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0em 1.5em;
  width: 100%;
  display: block;
  border: none;
  background-color: transparent; }
  .input-style:focus, #advice-mailing-list textarea:focus, #advice-mailing-list input[type="text"]:focus, #advice-mailing-list input[type="email"]:focus, #advice-mailing-list input[type="password"]:focus, #carlo-contact-form textarea:focus, #carlo-contact-form input[type="text"]:focus, #carlo-contact-form input[type="email"]:focus, #carlo-contact-form input[type="password"]:focus, .input-style:active, #advice-mailing-list textarea:active, #advice-mailing-list input[type="text"]:active, #advice-mailing-list input[type="email"]:active, #advice-mailing-list input[type="password"]:active, #carlo-contact-form textarea:active, #carlo-contact-form input[type="text"]:active, #carlo-contact-form input[type="email"]:active, #carlo-contact-form input[type="password"]:active {
    outline: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none; }

@-moz-keyframes flicker {
  0%, 50% {
    opacity: 0; }
  51%, 100% {
    opacity: 1; } }
@-webkit-keyframes flicker {
  0%, 50% {
    opacity: 0; }
  51%, 100% {
    opacity: 1; } }
@keyframes flicker {
  0%, 50% {
    opacity: 0; }
  51%, 100% {
    opacity: 1; } }
@-moz-keyframes beat {
  to {
    -moz-transform: scale(1);
    transform: scale(1); } }
@-webkit-keyframes beat {
  to {
    -webkit-transform: scale(1);
    transform: scale(1); } }
@keyframes beat {
  to {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1); } }
@-moz-keyframes wobble {
  0% {
    -moz-transform: translate(2px, 1px) rotate(0deg);
    transform: translate(2px, 1px) rotate(0deg); }
  10% {
    -moz-transform: translate(-1px, -2px) rotate(-1deg);
    transform: translate(-1px, -2px) rotate(-1deg); }
  20% {
    -moz-transform: translate(-3px, 0px) rotate(1deg);
    transform: translate(-3px, 0px) rotate(1deg); }
  30% {
    -moz-transform: translate(0px, 2px) rotate(0deg);
    transform: translate(0px, 2px) rotate(0deg); }
  40% {
    -moz-transform: translate(1px, -1px) rotate(1deg);
    transform: translate(1px, -1px) rotate(1deg); }
  50% {
    -moz-transform: translate(-1px, 2px) rotate(-1deg);
    transform: translate(-1px, 2px) rotate(-1deg); }
  60% {
    -moz-transform: translate(-3px, 1px) rotate(0deg);
    transform: translate(-3px, 1px) rotate(0deg); }
  70% {
    -moz-transform: translate(2px, 1px) rotate(-1deg);
    transform: translate(2px, 1px) rotate(-1deg); }
  80% {
    -moz-transform: translate(-1px, -1px) rotate(1deg);
    transform: translate(-1px, -1px) rotate(1deg); }
  90% {
    -moz-transform: translate(2px, -1px) rotate(1deg);
    transform: translate(2px, -1px) rotate(1deg); }
  100% {
    -moz-transform: translate(2px, 1px) rotate(0deg);
    transform: translate(2px, 1px) rotate(0deg); } }
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translate(2px, 1px) rotate(0deg);
    transform: translate(2px, 1px) rotate(0deg); }
  10% {
    -webkit-transform: translate(-1px, -2px) rotate(-1deg);
    transform: translate(-1px, -2px) rotate(-1deg); }
  20% {
    -webkit-transform: translate(-3px, 0px) rotate(1deg);
    transform: translate(-3px, 0px) rotate(1deg); }
  30% {
    -webkit-transform: translate(0px, 2px) rotate(0deg);
    transform: translate(0px, 2px) rotate(0deg); }
  40% {
    -webkit-transform: translate(1px, -1px) rotate(1deg);
    transform: translate(1px, -1px) rotate(1deg); }
  50% {
    -webkit-transform: translate(-1px, 2px) rotate(-1deg);
    transform: translate(-1px, 2px) rotate(-1deg); }
  60% {
    -webkit-transform: translate(-3px, 1px) rotate(0deg);
    transform: translate(-3px, 1px) rotate(0deg); }
  70% {
    -webkit-transform: translate(2px, 1px) rotate(-1deg);
    transform: translate(2px, 1px) rotate(-1deg); }
  80% {
    -webkit-transform: translate(-1px, -1px) rotate(1deg);
    transform: translate(-1px, -1px) rotate(1deg); }
  90% {
    -webkit-transform: translate(2px, -1px) rotate(1deg);
    transform: translate(2px, -1px) rotate(1deg); }
  100% {
    -webkit-transform: translate(2px, 1px) rotate(0deg);
    transform: translate(2px, 1px) rotate(0deg); } }
@keyframes wobble {
  0% {
    -moz-transform: translate(2px, 1px) rotate(0deg);
    -ms-transform: translate(2px, 1px) rotate(0deg);
    -webkit-transform: translate(2px, 1px) rotate(0deg);
    transform: translate(2px, 1px) rotate(0deg); }
  10% {
    -moz-transform: translate(-1px, -2px) rotate(-1deg);
    -ms-transform: translate(-1px, -2px) rotate(-1deg);
    -webkit-transform: translate(-1px, -2px) rotate(-1deg);
    transform: translate(-1px, -2px) rotate(-1deg); }
  20% {
    -moz-transform: translate(-3px, 0px) rotate(1deg);
    -ms-transform: translate(-3px, 0px) rotate(1deg);
    -webkit-transform: translate(-3px, 0px) rotate(1deg);
    transform: translate(-3px, 0px) rotate(1deg); }
  30% {
    -moz-transform: translate(0px, 2px) rotate(0deg);
    -ms-transform: translate(0px, 2px) rotate(0deg);
    -webkit-transform: translate(0px, 2px) rotate(0deg);
    transform: translate(0px, 2px) rotate(0deg); }
  40% {
    -moz-transform: translate(1px, -1px) rotate(1deg);
    -ms-transform: translate(1px, -1px) rotate(1deg);
    -webkit-transform: translate(1px, -1px) rotate(1deg);
    transform: translate(1px, -1px) rotate(1deg); }
  50% {
    -moz-transform: translate(-1px, 2px) rotate(-1deg);
    -ms-transform: translate(-1px, 2px) rotate(-1deg);
    -webkit-transform: translate(-1px, 2px) rotate(-1deg);
    transform: translate(-1px, 2px) rotate(-1deg); }
  60% {
    -moz-transform: translate(-3px, 1px) rotate(0deg);
    -ms-transform: translate(-3px, 1px) rotate(0deg);
    -webkit-transform: translate(-3px, 1px) rotate(0deg);
    transform: translate(-3px, 1px) rotate(0deg); }
  70% {
    -moz-transform: translate(2px, 1px) rotate(-1deg);
    -ms-transform: translate(2px, 1px) rotate(-1deg);
    -webkit-transform: translate(2px, 1px) rotate(-1deg);
    transform: translate(2px, 1px) rotate(-1deg); }
  80% {
    -moz-transform: translate(-1px, -1px) rotate(1deg);
    -ms-transform: translate(-1px, -1px) rotate(1deg);
    -webkit-transform: translate(-1px, -1px) rotate(1deg);
    transform: translate(-1px, -1px) rotate(1deg); }
  90% {
    -moz-transform: translate(2px, -1px) rotate(1deg);
    -ms-transform: translate(2px, -1px) rotate(1deg);
    -webkit-transform: translate(2px, -1px) rotate(1deg);
    transform: translate(2px, -1px) rotate(1deg); }
  100% {
    -moz-transform: translate(2px, 1px) rotate(0deg);
    -ms-transform: translate(2px, 1px) rotate(0deg);
    -webkit-transform: translate(2px, 1px) rotate(0deg);
    transform: translate(2px, 1px) rotate(0deg); } }
@-moz-keyframes square-wobble {
  0% {
    -moz-transform: translate(0px, 0px) rotate(45deg);
    transform: translate(0px, 0px) rotate(45deg); }
  10% {
    -moz-transform: translate(-1px, -2px) rotate(44deg);
    transform: translate(-1px, -2px) rotate(44deg); }
  20% {
    -moz-transform: translate(-3px, 0px) rotate(46deg);
    transform: translate(-3px, 0px) rotate(46deg); }
  30% {
    -moz-transform: translate(0px, 2px) rotate(45deg);
    transform: translate(0px, 2px) rotate(45deg); }
  40% {
    -moz-transform: translate(1px, -1px) rotate(46deg);
    transform: translate(1px, -1px) rotate(46deg); }
  50% {
    -moz-transform: translate(-1px, 2px) rotate(44deg);
    transform: translate(-1px, 2px) rotate(44deg); }
  60% {
    -moz-transform: translate(-3px, 1px) rotate(45deg);
    transform: translate(-3px, 1px) rotate(45deg); }
  70% {
    -moz-transform: translate(2px, 1px) rotate(44deg);
    transform: translate(2px, 1px) rotate(44deg); }
  80% {
    -moz-transform: translate(-1px, -1px) rotate(46deg);
    transform: translate(-1px, -1px) rotate(46deg); }
  90% {
    -moz-transform: translate(2px, -1px) rotate(46deg);
    transform: translate(2px, -1px) rotate(46deg); }
  100% {
    -moz-transform: translate(0px, 0px) rotate(45deg);
    transform: translate(0px, 0px) rotate(45deg); } }
@-webkit-keyframes square-wobble {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(45deg);
    transform: translate(0px, 0px) rotate(45deg); }
  10% {
    -webkit-transform: translate(-1px, -2px) rotate(44deg);
    transform: translate(-1px, -2px) rotate(44deg); }
  20% {
    -webkit-transform: translate(-3px, 0px) rotate(46deg);
    transform: translate(-3px, 0px) rotate(46deg); }
  30% {
    -webkit-transform: translate(0px, 2px) rotate(45deg);
    transform: translate(0px, 2px) rotate(45deg); }
  40% {
    -webkit-transform: translate(1px, -1px) rotate(46deg);
    transform: translate(1px, -1px) rotate(46deg); }
  50% {
    -webkit-transform: translate(-1px, 2px) rotate(44deg);
    transform: translate(-1px, 2px) rotate(44deg); }
  60% {
    -webkit-transform: translate(-3px, 1px) rotate(45deg);
    transform: translate(-3px, 1px) rotate(45deg); }
  70% {
    -webkit-transform: translate(2px, 1px) rotate(44deg);
    transform: translate(2px, 1px) rotate(44deg); }
  80% {
    -webkit-transform: translate(-1px, -1px) rotate(46deg);
    transform: translate(-1px, -1px) rotate(46deg); }
  90% {
    -webkit-transform: translate(2px, -1px) rotate(46deg);
    transform: translate(2px, -1px) rotate(46deg); }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(45deg);
    transform: translate(0px, 0px) rotate(45deg); } }
@keyframes square-wobble {
  0% {
    -moz-transform: translate(0px, 0px) rotate(45deg);
    -ms-transform: translate(0px, 0px) rotate(45deg);
    -webkit-transform: translate(0px, 0px) rotate(45deg);
    transform: translate(0px, 0px) rotate(45deg); }
  10% {
    -moz-transform: translate(-1px, -2px) rotate(44deg);
    -ms-transform: translate(-1px, -2px) rotate(44deg);
    -webkit-transform: translate(-1px, -2px) rotate(44deg);
    transform: translate(-1px, -2px) rotate(44deg); }
  20% {
    -moz-transform: translate(-3px, 0px) rotate(46deg);
    -ms-transform: translate(-3px, 0px) rotate(46deg);
    -webkit-transform: translate(-3px, 0px) rotate(46deg);
    transform: translate(-3px, 0px) rotate(46deg); }
  30% {
    -moz-transform: translate(0px, 2px) rotate(45deg);
    -ms-transform: translate(0px, 2px) rotate(45deg);
    -webkit-transform: translate(0px, 2px) rotate(45deg);
    transform: translate(0px, 2px) rotate(45deg); }
  40% {
    -moz-transform: translate(1px, -1px) rotate(46deg);
    -ms-transform: translate(1px, -1px) rotate(46deg);
    -webkit-transform: translate(1px, -1px) rotate(46deg);
    transform: translate(1px, -1px) rotate(46deg); }
  50% {
    -moz-transform: translate(-1px, 2px) rotate(44deg);
    -ms-transform: translate(-1px, 2px) rotate(44deg);
    -webkit-transform: translate(-1px, 2px) rotate(44deg);
    transform: translate(-1px, 2px) rotate(44deg); }
  60% {
    -moz-transform: translate(-3px, 1px) rotate(45deg);
    -ms-transform: translate(-3px, 1px) rotate(45deg);
    -webkit-transform: translate(-3px, 1px) rotate(45deg);
    transform: translate(-3px, 1px) rotate(45deg); }
  70% {
    -moz-transform: translate(2px, 1px) rotate(44deg);
    -ms-transform: translate(2px, 1px) rotate(44deg);
    -webkit-transform: translate(2px, 1px) rotate(44deg);
    transform: translate(2px, 1px) rotate(44deg); }
  80% {
    -moz-transform: translate(-1px, -1px) rotate(46deg);
    -ms-transform: translate(-1px, -1px) rotate(46deg);
    -webkit-transform: translate(-1px, -1px) rotate(46deg);
    transform: translate(-1px, -1px) rotate(46deg); }
  90% {
    -moz-transform: translate(2px, -1px) rotate(46deg);
    -ms-transform: translate(2px, -1px) rotate(46deg);
    -webkit-transform: translate(2px, -1px) rotate(46deg);
    transform: translate(2px, -1px) rotate(46deg); }
  100% {
    -moz-transform: translate(0px, 0px) rotate(45deg);
    -ms-transform: translate(0px, 0px) rotate(45deg);
    -webkit-transform: translate(0px, 0px) rotate(45deg);
    transform: translate(0px, 0px) rotate(45deg); } }
@-moz-keyframes shake {
  0% {
    -moz-transform: translate(2px, 1px) rotate(0deg);
    transform: translate(2px, 1px) rotate(0deg); }
  10% {
    -moz-transform: translate(-1px, -2px) rotate(-1deg);
    transform: translate(-1px, -2px) rotate(-1deg); }
  20% {
    -moz-transform: translate(-3px, 0px) rotate(1deg);
    transform: translate(-3px, 0px) rotate(1deg); }
  30% {
    -moz-transform: translate(0px, 2px) rotate(0deg);
    transform: translate(0px, 2px) rotate(0deg); }
  40% {
    -moz-transform: translate(1px, -1px) rotate(1deg);
    transform: translate(1px, -1px) rotate(1deg); }
  50% {
    -moz-transform: translate(-1px, 2px) rotate(-1deg);
    transform: translate(-1px, 2px) rotate(-1deg); }
  60% {
    -moz-transform: translate(-3px, 1px) rotate(0deg);
    transform: translate(-3px, 1px) rotate(0deg); }
  70% {
    -moz-transform: translate(2px, 1px) rotate(-1deg);
    transform: translate(2px, 1px) rotate(-1deg); }
  80% {
    -moz-transform: translate(-1px, -1px) rotate(1deg);
    transform: translate(-1px, -1px) rotate(1deg); }
  90% {
    -moz-transform: translate(2px, 2px) rotate(0deg);
    transform: translate(2px, 2px) rotate(0deg); }
  95% {
    -moz-transform: translate(1px, -2px) rotate(-1deg);
    transform: translate(1px, -2px) rotate(-1deg); }
  100% {
    -moz-transform: translate(2px, 1px) rotate(0deg);
    transform: translate(2px, 1px) rotate(0deg); } }
@-webkit-keyframes shake {
  0% {
    -webkit-transform: translate(2px, 1px) rotate(0deg);
    transform: translate(2px, 1px) rotate(0deg); }
  10% {
    -webkit-transform: translate(-1px, -2px) rotate(-1deg);
    transform: translate(-1px, -2px) rotate(-1deg); }
  20% {
    -webkit-transform: translate(-3px, 0px) rotate(1deg);
    transform: translate(-3px, 0px) rotate(1deg); }
  30% {
    -webkit-transform: translate(0px, 2px) rotate(0deg);
    transform: translate(0px, 2px) rotate(0deg); }
  40% {
    -webkit-transform: translate(1px, -1px) rotate(1deg);
    transform: translate(1px, -1px) rotate(1deg); }
  50% {
    -webkit-transform: translate(-1px, 2px) rotate(-1deg);
    transform: translate(-1px, 2px) rotate(-1deg); }
  60% {
    -webkit-transform: translate(-3px, 1px) rotate(0deg);
    transform: translate(-3px, 1px) rotate(0deg); }
  70% {
    -webkit-transform: translate(2px, 1px) rotate(-1deg);
    transform: translate(2px, 1px) rotate(-1deg); }
  80% {
    -webkit-transform: translate(-1px, -1px) rotate(1deg);
    transform: translate(-1px, -1px) rotate(1deg); }
  90% {
    -webkit-transform: translate(2px, 2px) rotate(0deg);
    transform: translate(2px, 2px) rotate(0deg); }
  95% {
    -webkit-transform: translate(1px, -2px) rotate(-1deg);
    transform: translate(1px, -2px) rotate(-1deg); }
  100% {
    -webkit-transform: translate(2px, 1px) rotate(0deg);
    transform: translate(2px, 1px) rotate(0deg); } }
@keyframes shake {
  0% {
    -moz-transform: translate(2px, 1px) rotate(0deg);
    -ms-transform: translate(2px, 1px) rotate(0deg);
    -webkit-transform: translate(2px, 1px) rotate(0deg);
    transform: translate(2px, 1px) rotate(0deg); }
  10% {
    -moz-transform: translate(-1px, -2px) rotate(-1deg);
    -ms-transform: translate(-1px, -2px) rotate(-1deg);
    -webkit-transform: translate(-1px, -2px) rotate(-1deg);
    transform: translate(-1px, -2px) rotate(-1deg); }
  20% {
    -moz-transform: translate(-3px, 0px) rotate(1deg);
    -ms-transform: translate(-3px, 0px) rotate(1deg);
    -webkit-transform: translate(-3px, 0px) rotate(1deg);
    transform: translate(-3px, 0px) rotate(1deg); }
  30% {
    -moz-transform: translate(0px, 2px) rotate(0deg);
    -ms-transform: translate(0px, 2px) rotate(0deg);
    -webkit-transform: translate(0px, 2px) rotate(0deg);
    transform: translate(0px, 2px) rotate(0deg); }
  40% {
    -moz-transform: translate(1px, -1px) rotate(1deg);
    -ms-transform: translate(1px, -1px) rotate(1deg);
    -webkit-transform: translate(1px, -1px) rotate(1deg);
    transform: translate(1px, -1px) rotate(1deg); }
  50% {
    -moz-transform: translate(-1px, 2px) rotate(-1deg);
    -ms-transform: translate(-1px, 2px) rotate(-1deg);
    -webkit-transform: translate(-1px, 2px) rotate(-1deg);
    transform: translate(-1px, 2px) rotate(-1deg); }
  60% {
    -moz-transform: translate(-3px, 1px) rotate(0deg);
    -ms-transform: translate(-3px, 1px) rotate(0deg);
    -webkit-transform: translate(-3px, 1px) rotate(0deg);
    transform: translate(-3px, 1px) rotate(0deg); }
  70% {
    -moz-transform: translate(2px, 1px) rotate(-1deg);
    -ms-transform: translate(2px, 1px) rotate(-1deg);
    -webkit-transform: translate(2px, 1px) rotate(-1deg);
    transform: translate(2px, 1px) rotate(-1deg); }
  80% {
    -moz-transform: translate(-1px, -1px) rotate(1deg);
    -ms-transform: translate(-1px, -1px) rotate(1deg);
    -webkit-transform: translate(-1px, -1px) rotate(1deg);
    transform: translate(-1px, -1px) rotate(1deg); }
  90% {
    -moz-transform: translate(2px, 2px) rotate(0deg);
    -ms-transform: translate(2px, 2px) rotate(0deg);
    -webkit-transform: translate(2px, 2px) rotate(0deg);
    transform: translate(2px, 2px) rotate(0deg); }
  95% {
    -moz-transform: translate(1px, -2px) rotate(-1deg);
    -ms-transform: translate(1px, -2px) rotate(-1deg);
    -webkit-transform: translate(1px, -2px) rotate(-1deg);
    transform: translate(1px, -2px) rotate(-1deg); }
  100% {
    -moz-transform: translate(2px, 1px) rotate(0deg);
    -ms-transform: translate(2px, 1px) rotate(0deg);
    -webkit-transform: translate(2px, 1px) rotate(0deg);
    transform: translate(2px, 1px) rotate(0deg); } }
@-moz-keyframes dash {
  from {
    stroke-dashoffset: 400; }
  to {
    stroke-dashoffset: 0; } }
@-webkit-keyframes dash {
  from {
    stroke-dashoffset: 400; }
  to {
    stroke-dashoffset: 0; } }
@keyframes dash {
  from {
    stroke-dashoffset: 400; }
  to {
    stroke-dashoffset: 0; } }
@-moz-keyframes fade-away {
  to {
    -moz-transform: scale(0);
    transform: scale(0);
    opacity: 0; } }
@-webkit-keyframes fade-away {
  to {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0; } }
@keyframes fade-away {
  to {
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0; } }
@-moz-keyframes fade-toward {
  to {
    -moz-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }
@-webkit-keyframes fade-toward {
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }
@keyframes fade-toward {
  to {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }
@-moz-keyframes dot {
  0% {
    opacity: 0; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes dot {
  0% {
    opacity: 0; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes dot {
  0% {
    opacity: 0; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }
button {
  border: none;
  width: 100%;
  padding: 0 0 0 0; }
  button:focus {
    outline: 0; }

.button {
  font-family: 'Playfair Display', serif;
  font-style: italic;
  outline: 0 !important;
  cursor: pointer;
  color: inherit;
  padding: .75em 1em .8em 1em;
  line-height: 1;
  display: inline-block;
  width: auto;
  position: relative;
  overflow: hidden; }
  .button span {
    display: inline-block;
    text-align: center;
    -webkit-font-smoothing: antialiased; }

.button.fullwidth {
  display: block; }

.button.rounded {
  -moz-border-radius: 0.2em 0.2em;
  -webkit-border-radius: 0.2em;
  border-radius: 0.2em 0.2em; }
.button.v-rounded {
  -moz-border-radius: 1em 1em;
  -webkit-border-radius: 1em;
  border-radius: 1em 1em; }

.button.outline {
  background-color: rgba(32, 33, 33, 0);
  color: inherit;
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -moz-transition: -moz-transform 0.6s cubic-bezier(0.25, 1.43, 0.55, 0.99);
  -o-transition: -o-transform 0.6s cubic-bezier(0.25, 1.43, 0.55, 0.99);
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.25, 1.43, 0.55, 0.99);
  transition: transform 0.6s cubic-bezier(0.25, 1.43, 0.55, 0.99); }
  .button.outline span:not(:disabled) {
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -moz-transition: -moz-transform 0.6s cubic-bezier(0.25, 1.92, 0.55, 0.99);
    -o-transition: -o-transform 0.6s cubic-bezier(0.25, 1.92, 0.55, 0.99);
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.25, 1.92, 0.55, 0.99);
    transition: transform 0.6s cubic-bezier(0.25, 1.92, 0.55, 0.99); }
  .button.outline:hover:not(:disabled) {
    -moz-transform: scale(0.95, 0.95);
    -ms-transform: scale(0.95, 0.95);
    -webkit-transform: scale(0.95, 0.95);
    transform: scale(0.95, 0.95);
    -moz-transition: -moz-transform 0.5s cubic-bezier(0.25, 1.43, 0.55, 0.99);
    -o-transition: -o-transform 0.5s cubic-bezier(0.25, 1.43, 0.55, 0.99);
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.25, 1.43, 0.55, 0.99);
    transition: transform 0.5s cubic-bezier(0.25, 1.43, 0.55, 0.99); }
    .button.outline:hover:not(:disabled) span {
      -moz-transform: scale(0.95, 0.95);
      -ms-transform: scale(0.95, 0.95);
      -webkit-transform: scale(0.95, 0.95);
      transform: scale(0.95, 0.95);
      -moz-transition: -moz-transform 1s cubic-bezier(0.25, 1.92, 0.55, 0.99);
      -o-transition: -o-transform 1s cubic-bezier(0.25, 1.92, 0.55, 0.99);
      -webkit-transition: -webkit-transform 1s cubic-bezier(0.25, 1.92, 0.55, 0.99);
      transition: transform 1s cubic-bezier(0.25, 1.92, 0.55, 0.99); }
  .button.outline:disabled {
    color: rgba(255, 255, 255, 0.5);
    -moz-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    -webkit-transition: color 0.2s linear;
    transition: color 0.2s linear; }
    .button.outline:disabled.confirmed {
      filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
      opacity: 1; }

.button.outline.light {
  -moz-box-shadow: 0px 0px 0px 1px white inset;
  -webkit-box-shadow: 0px 0px 0px 1px white inset;
  box-shadow: 0px 0px 0px 1px white inset; }
.button.outline.dark {
  -moz-box-shadow: 0px 0px 0px 1px #202121 inset;
  -webkit-box-shadow: 0px 0px 0px 1px #202121 inset;
  box-shadow: 0px 0px 0px 1px #202121 inset; }

.button.solid {
  background-color: #e02e46;
  color: white;
  -moz-transition: background-color 0.3s linear;
  -o-transition: background-color 0.3s linear;
  -webkit-transition: background-color 0.3s linear;
  transition: background-color 0.3s linear; }
  .button.solid:hover {
    color: white;
    background-color: #e3445a;
    -moz-transition: background-color 0.3s linear;
    -o-transition: background-color 0.3s linear;
    -webkit-transition: background-color 0.3s linear;
    transition: background-color 0.3s linear; }
  .button.solid[disabled="disabled"] {
    background-color: #e6e6e6;
    color: gray; }
    .button.solid[disabled="disabled"]:hover {
      background-color: #e6e6e6;
      color: gray; }

.button.facebook.solid {
  background-color: #3b5998;
  color: white; }
  .button.facebook.solid:before {
    content: '\f09a';
    font-family: fontawesome;
    display: inline-block;
    margin-right: 1em; }

@media screen and (max-width: 768px) {
  body {
    font-size: 16px; }

  .extra-fullwidth-padding {
    padding: 0px 25px; }

  .header-full-screen .navbar {
    display: none; }

  .navbar.navbar-fixed-top {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    min-height: 45px;
    height: 45px; }
    .navbar.navbar-fixed-top .navbar-logo {
      height: 45px;
      padding-left: 0px; }
      .navbar.navbar-fixed-top .navbar-logo img {
        margin-left: 0;
        height: 35px;
        margin-top: 5px; }
    .navbar.navbar-fixed-top ul.nav-right li:last-child button {
      height: 45px;
      padding-right: 10px;
      font-size: 2em; }
      .navbar.navbar-fixed-top ul.nav-right li:last-child button span, .navbar.navbar-fixed-top ul.nav-right li:last-child button i {
        line-height: 45px; } }
@media screen and (max-width: 480px) {
  body {
    font-size: 15px; }

  h6, small {
    font-size: 0.9em;
    line-height: 2; }

  .extra-fullwidth-padding {
    padding: 0px 0px; } }
#carlo-navbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background-color: rgba(32, 33, 33, 0);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: -moz-transform 0.3s cubic-bezier(0.715, 0.055, 0.22, 0.96), opacity 0.3s linear, background-color 0.3s linear;
  -o-transition: -o-transform 0.3s cubic-bezier(0.715, 0.055, 0.22, 0.96), opacity 0.3s linear, background-color 0.3s linear;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.715, 0.055, 0.22, 0.96), opacity 0.3s linear, background-color 0.3s linear;
  transition: transform 0.3s cubic-bezier(0.715, 0.055, 0.22, 0.96), opacity 0.3s linear, background-color 0.3s linear; }
  #carlo-navbar .left {
    float: left;
    margin-left: 15px;
    height: 60px;
    cursor: pointer; }
    #carlo-navbar .left .logo {
      float: left;
      width: 60px;
      height: 60px;
      position: relative; }
      #carlo-navbar .left .logo div {
        position: absolute;
        top: 8px;
        bottom: 8px;
        left: 0px;
        right: 16px;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        background-color: #202121;
        background-image: url(assets/images/carlo-avatar.jpg);
        background-repeat: no-repeat;
        -moz-background-size: 200px 200px;
        -o-background-size: 200px 200px;
        -webkit-background-size: 200px 200px;
        background-size: 200px 200px;
        -moz-background-size: cover;
        -o-background-size: cover;
        -webkit-background-size: cover;
        background-size: cover; }
    #carlo-navbar .left span {
      float: left;
      line-height: 60px; }
  #carlo-navbar .right {
    float: right;
    margin-right: 15px;
    height: 52px;
    margin-top: 8px; }
  #carlo-navbar.show {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    -moz-transition: -moz-transform 0.3s cubic-bezier(0.715, 0.055, 0.22, 0.96), opacity 0.3s linear, background-color 0.5s linear;
    -o-transition: -o-transform 0.3s cubic-bezier(0.715, 0.055, 0.22, 0.96), opacity 0.3s linear, background-color 0.5s linear;
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.715, 0.055, 0.22, 0.96), opacity 0.3s linear, background-color 0.5s linear;
    transition: transform 0.3s cubic-bezier(0.715, 0.055, 0.22, 0.96), opacity 0.3s linear, background-color 0.5s linear; }
  #carlo-navbar.red {
    background-color: #e3445a; }
  #carlo-navbar.dark {
    background-color: #202121;
    -moz-transition: -moz-transform 0.3s cubic-bezier(0.715, 0.055, 0.22, 0.96), opacity 0.3s linear, background-color 0.3s linear 0.3s;
    -o-transition: -o-transform 0.3s cubic-bezier(0.715, 0.055, 0.22, 0.96), opacity 0.3s linear, background-color 0.3s linear 0.3s;
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.715, 0.055, 0.22, 0.96), opacity 0.3s linear, background-color 0.3s linear;
    -webkit-transition-delay: 0s, 0s, 0.3s;
    transition: transform 0.3s cubic-bezier(0.715, 0.055, 0.22, 0.96), opacity 0.3s linear, background-color 0.3s linear 0.3s; }

@media screen and (max-width: 480px) {
  #carlo-navbar {
    background-color: rgba(32, 33, 33, 0.9); }
    #carlo-navbar .right {
      margin-top: 11px; } }
#carlo-header {
  padding: 12.5em 0 15em 0;
  position: relative; }
  #carlo-header * {
    position: relative; }
  #carlo-header .static {
    background-image: url(assets/graphics/static.gif);
    background-repeat: no-repeat;
    -moz-background-size: 256px 144px;
    -o-background-size: 256px 144px;
    -webkit-background-size: 256px 144px;
    background-size: 256px 144px;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=10);
    opacity: 0.1; }
  #carlo-header .city {
    background-image: url(assets/images/office.jpg);
    background-repeat: no-repeat;
    -moz-background-size: 1440px 963px;
    -o-background-size: 1440px 963px;
    -webkit-background-size: 1440px 963px;
    background-size: 1440px 963px;
    background-position: top center; }
  #carlo-header .static, #carlo-header .city {
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover; }
  #carlo-header .static, #carlo-header .city, #carlo-header .gradient {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; }
  #carlo-header .gradient {
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzIwMjEyMSIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjcwJSIgc3RvcC1jb2xvcj0iIzIwMjEyMSIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyMDIxMjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(32, 33, 33, 0)), color-stop(70%, rgba(32, 33, 33, 0)), color-stop(100%, #202121));
    background-image: -moz-linear-gradient(rgba(32, 33, 33, 0), rgba(32, 33, 33, 0) 70%, #202121);
    background-image: -webkit-linear-gradient(rgba(32, 33, 33, 0), rgba(32, 33, 33, 0) 70%, #202121);
    background-image: linear-gradient(rgba(32, 33, 33, 0), rgba(32, 33, 33, 0) 70%, #202121); }
  #carlo-header .disrupt-main {
    font-size: 200px;
    display: inline-block;
    position: relative;
    margin: 0 auto;
    font-weight: bolder;
    color: white; }
    #carlo-header .disrupt-main:after {
      content: attr(data-text);
      position: absolute;
      left: 2px;
      text-shadow: -1px 0 red;
      top: 0;
      overflow: hidden;
      clip: rect(0, 0, 0, 0);
      color: white;
      background: rgba(32, 33, 33, 0.5);
      -moz-animation: noise-anim 6s infinite linear alternate-reverse;
      -webkit-animation: noise-anim 6s infinite linear alternate-reverse;
      animation: noise-anim 6s infinite linear alternate-reverse; }
    #carlo-header .disrupt-main:before {
      content: attr(data-text);
      position: absolute;
      left: -2px;
      text-shadow: 1px 0 blue;
      top: 0;
      overflow: hidden;
      clip: rect(0, 0, 0, 0);
      color: white;
      background: rgba(32, 33, 33, 0.5);
      -moz-animation: noise-anim-2 6s infinite linear alternate-reverse;
      -webkit-animation: noise-anim-2 6s infinite linear alternate-reverse;
      animation: noise-anim-2 6s infinite linear alternate-reverse; }
@-moz-keyframes noise-anim {
  0% {
    clip: rect(106px, 9999px, 39px, 0); }
  5% {
    clip: rect(34px, 9999px, 16px, 0); }
  10% {
    clip: rect(50px, 9999px, 149px, 0); }
  15% {
    clip: rect(146px, 9999px, 166px, 0); }
  20% {
    clip: rect(71px, 9999px, 155px, 0); }
  25% {
    clip: rect(161px, 9999px, 31px, 0); }
  30% {
    clip: rect(118px, 9999px, 43px, 0); }
  35% {
    clip: rect(158px, 9999px, 167px, 0); }
  40% {
    clip: rect(32px, 9999px, 172px, 0); }
  45% {
    clip: rect(70px, 9999px, 10px, 0); }
  50% {
    clip: rect(146px, 9999px, 152px, 0); }
  55% {
    clip: rect(197px, 9999px, 149px, 0); }
  60% {
    clip: rect(76px, 9999px, 198px, 0); }
  65% {
    clip: rect(22px, 9999px, 6px, 0); }
  70% {
    clip: rect(111px, 9999px, 41px, 0); }
  75% {
    clip: rect(129px, 9999px, 23px, 0); }
  80% {
    clip: rect(123px, 9999px, 24px, 0); }
  85% {
    clip: rect(60px, 9999px, 93px, 0); }
  90% {
    clip: rect(42px, 9999px, 26px, 0); }
  95% {
    clip: rect(171px, 9999px, 73px, 0); }
  100% {
    clip: rect(154px, 9999px, 40px, 0); } }
@-webkit-keyframes noise-anim {
  0% {
    clip: rect(192px, 9999px, 28px, 0); }
  5% {
    clip: rect(116px, 9999px, 51px, 0); }
  10% {
    clip: rect(2px, 9999px, 37px, 0); }
  15% {
    clip: rect(103px, 9999px, 93px, 0); }
  20% {
    clip: rect(189px, 9999px, 143px, 0); }
  25% {
    clip: rect(60px, 9999px, 60px, 0); }
  30% {
    clip: rect(117px, 9999px, 138px, 0); }
  35% {
    clip: rect(144px, 9999px, 194px, 0); }
  40% {
    clip: rect(9px, 9999px, 124px, 0); }
  45% {
    clip: rect(168px, 9999px, 110px, 0); }
  50% {
    clip: rect(20px, 9999px, 108px, 0); }
  55% {
    clip: rect(120px, 9999px, 16px, 0); }
  60% {
    clip: rect(56px, 9999px, 186px, 0); }
  65% {
    clip: rect(162px, 9999px, 164px, 0); }
  70% {
    clip: rect(121px, 9999px, 68px, 0); }
  75% {
    clip: rect(67px, 9999px, 130px, 0); }
  80% {
    clip: rect(15px, 9999px, 34px, 0); }
  85% {
    clip: rect(190px, 9999px, 114px, 0); }
  90% {
    clip: rect(7px, 9999px, 135px, 0); }
  95% {
    clip: rect(197px, 9999px, 174px, 0); }
  100% {
    clip: rect(54px, 9999px, 133px, 0); } }
@keyframes noise-anim {
  0% {
    clip: rect(180px, 9999px, 180px, 0); }
  5% {
    clip: rect(155px, 9999px, 159px, 0); }
  10% {
    clip: rect(8px, 9999px, 70px, 0); }
  15% {
    clip: rect(34px, 9999px, 165px, 0); }
  20% {
    clip: rect(44px, 9999px, 106px, 0); }
  25% {
    clip: rect(151px, 9999px, 119px, 0); }
  30% {
    clip: rect(164px, 9999px, 195px, 0); }
  35% {
    clip: rect(58px, 9999px, 198px, 0); }
  40% {
    clip: rect(19px, 9999px, 172px, 0); }
  45% {
    clip: rect(184px, 9999px, 126px, 0); }
  50% {
    clip: rect(93px, 9999px, 48px, 0); }
  55% {
    clip: rect(140px, 9999px, 37px, 0); }
  60% {
    clip: rect(39px, 9999px, 19px, 0); }
  65% {
    clip: rect(176px, 9999px, 100px, 0); }
  70% {
    clip: rect(167px, 9999px, 99px, 0); }
  75% {
    clip: rect(1px, 9999px, 169px, 0); }
  80% {
    clip: rect(128px, 9999px, 73px, 0); }
  85% {
    clip: rect(122px, 9999px, 38px, 0); }
  90% {
    clip: rect(47px, 9999px, 122px, 0); }
  95% {
    clip: rect(27px, 9999px, 52px, 0); }
  100% {
    clip: rect(168px, 9999px, 77px, 0); } }
@-moz-keyframes noise-anim-2 {
  0% {
    clip: rect(95px, 9999px, 167px, 0); }
  5% {
    clip: rect(75px, 9999px, 181px, 0); }
  10% {
    clip: rect(46px, 9999px, 115px, 0); }
  15% {
    clip: rect(34px, 9999px, 96px, 0); }
  20% {
    clip: rect(140px, 9999px, 22px, 0); }
  25% {
    clip: rect(8px, 9999px, 193px, 0); }
  30% {
    clip: rect(106px, 9999px, 9px, 0); }
  35% {
    clip: rect(173px, 9999px, 141px, 0); }
  40% {
    clip: rect(118px, 9999px, 186px, 0); }
  45% {
    clip: rect(179px, 9999px, 90px, 0); }
  50% {
    clip: rect(191px, 9999px, 100px, 0); }
  55% {
    clip: rect(94px, 9999px, 191px, 0); }
  60% {
    clip: rect(99px, 9999px, 31px, 0); }
  65% {
    clip: rect(2px, 9999px, 73px, 0); }
  70% {
    clip: rect(93px, 9999px, 126px, 0); }
  75% {
    clip: rect(175px, 9999px, 134px, 0); }
  80% {
    clip: rect(196px, 9999px, 50px, 0); }
  85% {
    clip: rect(101px, 9999px, 193px, 0); }
  90% {
    clip: rect(137px, 9999px, 106px, 0); }
  95% {
    clip: rect(47px, 9999px, 82px, 0); }
  100% {
    clip: rect(163px, 9999px, 136px, 0); } }
@-webkit-keyframes noise-anim-2 {
  0% {
    clip: rect(75px, 9999px, 53px, 0); }
  5% {
    clip: rect(114px, 9999px, 112px, 0); }
  10% {
    clip: rect(176px, 9999px, 88px, 0); }
  15% {
    clip: rect(154px, 9999px, 55px, 0); }
  20% {
    clip: rect(36px, 9999px, 88px, 0); }
  25% {
    clip: rect(104px, 9999px, 180px, 0); }
  30% {
    clip: rect(152px, 9999px, 162px, 0); }
  35% {
    clip: rect(161px, 9999px, 194px, 0); }
  40% {
    clip: rect(10px, 9999px, 35px, 0); }
  45% {
    clip: rect(128px, 9999px, 77px, 0); }
  50% {
    clip: rect(200px, 9999px, 44px, 0); }
  55% {
    clip: rect(174px, 9999px, 132px, 0); }
  60% {
    clip: rect(187px, 9999px, 42px, 0); }
  65% {
    clip: rect(127px, 9999px, 13px, 0); }
  70% {
    clip: rect(69px, 9999px, 15px, 0); }
  75% {
    clip: rect(173px, 9999px, 128px, 0); }
  80% {
    clip: rect(70px, 9999px, 158px, 0); }
  85% {
    clip: rect(116px, 9999px, 30px, 0); }
  90% {
    clip: rect(74px, 9999px, 97px, 0); }
  95% {
    clip: rect(144px, 9999px, 167px, 0); }
  100% {
    clip: rect(101px, 9999px, 138px, 0); } }
@keyframes noise-anim-2 {
  0% {
    clip: rect(200px, 9999px, 84px, 0); }
  5% {
    clip: rect(124px, 9999px, 132px, 0); }
  10% {
    clip: rect(144px, 9999px, 185px, 0); }
  15% {
    clip: rect(130px, 9999px, 166px, 0); }
  20% {
    clip: rect(102px, 9999px, 98px, 0); }
  25% {
    clip: rect(97px, 9999px, 180px, 0); }
  30% {
    clip: rect(138px, 9999px, 93px, 0); }
  35% {
    clip: rect(54px, 9999px, 76px, 0); }
  40% {
    clip: rect(149px, 9999px, 199px, 0); }
  45% {
    clip: rect(124px, 9999px, 17px, 0); }
  50% {
    clip: rect(97px, 9999px, 19px, 0); }
  55% {
    clip: rect(180px, 9999px, 63px, 0); }
  60% {
    clip: rect(60px, 9999px, 48px, 0); }
  65% {
    clip: rect(12px, 9999px, 166px, 0); }
  70% {
    clip: rect(10px, 9999px, 126px, 0); }
  75% {
    clip: rect(167px, 9999px, 86px, 0); }
  80% {
    clip: rect(90px, 9999px, 175px, 0); }
  85% {
    clip: rect(12px, 9999px, 28px, 0); }
  90% {
    clip: rect(6px, 9999px, 78px, 0); }
  95% {
    clip: rect(197px, 9999px, 141px, 0); }
  100% {
    clip: rect(10px, 9999px, 139px, 0); } }
  #carlo-header .secondary {
    color: #b3b3b3;
    text-shadow: 0 0 3px rgba(32, 33, 33, 0.5);
    text-shadow: 0 0 3px 1px rgba(32, 33, 33, 0.5); }
  #carlo-header .chances {
    padding-left: .5em; }
  #carlo-header .indent {
    text-align: center;
    font-size: 3.25em; }
  #carlo-header .great {
    color: white;
    font-size: 1.2em; }
  #carlo-header .risk {
    color: #e3445a;
    font-size: 1.2em; }

@media screen and (max-width: 1200px) {
  #carlo-header .disrupt-main {
    font-size: 175px;
    display: inline-block;
    position: relative;
    margin: 0 auto;
    font-weight: bolder;
    color: white; }
    #carlo-header .disrupt-main:after {
      content: attr(data-text);
      position: absolute;
      left: 2px;
      text-shadow: -1px 0 red;
      top: 0;
      overflow: hidden;
      clip: rect(0, 0, 0, 0);
      color: white;
      background: rgba(32, 33, 33, 0.5);
      -moz-animation: noise-anim 6s infinite linear alternate-reverse;
      -webkit-animation: noise-anim 6s infinite linear alternate-reverse;
      animation: noise-anim 6s infinite linear alternate-reverse; }
    #carlo-header .disrupt-main:before {
      content: attr(data-text);
      position: absolute;
      left: -2px;
      text-shadow: 1px 0 blue;
      top: 0;
      overflow: hidden;
      clip: rect(0, 0, 0, 0);
      color: white;
      background: rgba(32, 33, 33, 0.5);
      -moz-animation: noise-anim-2 6s infinite linear alternate-reverse;
      -webkit-animation: noise-anim-2 6s infinite linear alternate-reverse;
      animation: noise-anim-2 6s infinite linear alternate-reverse; }
  @-moz-keyframes noise-anim {
    0% {
      clip: rect(110px, 9999px, 137px, 0); }
    5% {
      clip: rect(140px, 9999px, 157px, 0); }
    10% {
      clip: rect(76px, 9999px, 163px, 0); }
    15% {
      clip: rect(61px, 9999px, 86px, 0); }
    20% {
      clip: rect(173px, 9999px, 5px, 0); }
    25% {
      clip: rect(38px, 9999px, 135px, 0); }
    30% {
      clip: rect(71px, 9999px, 96px, 0); }
    35% {
      clip: rect(23px, 9999px, 18px, 0); }
    40% {
      clip: rect(31px, 9999px, 85px, 0); }
    45% {
      clip: rect(167px, 9999px, 77px, 0); }
    50% {
      clip: rect(91px, 9999px, 3px, 0); }
    55% {
      clip: rect(96px, 9999px, 99px, 0); }
    60% {
      clip: rect(81px, 9999px, 152px, 0); }
    65% {
      clip: rect(54px, 9999px, 79px, 0); }
    70% {
      clip: rect(70px, 9999px, 42px, 0); }
    75% {
      clip: rect(9px, 9999px, 14px, 0); }
    80% {
      clip: rect(92px, 9999px, 10px, 0); }
    85% {
      clip: rect(113px, 9999px, 78px, 0); }
    90% {
      clip: rect(169px, 9999px, 170px, 0); }
    95% {
      clip: rect(172px, 9999px, 170px, 0); }
    100% {
      clip: rect(71px, 9999px, 143px, 0); } }
  @-webkit-keyframes noise-anim {
    0% {
      clip: rect(164px, 9999px, 113px, 0); }
    5% {
      clip: rect(70px, 9999px, 9px, 0); }
    10% {
      clip: rect(86px, 9999px, 162px, 0); }
    15% {
      clip: rect(139px, 9999px, 159px, 0); }
    20% {
      clip: rect(113px, 9999px, 28px, 0); }
    25% {
      clip: rect(17px, 9999px, 170px, 0); }
    30% {
      clip: rect(15px, 9999px, 118px, 0); }
    35% {
      clip: rect(40px, 9999px, 101px, 0); }
    40% {
      clip: rect(136px, 9999px, 95px, 0); }
    45% {
      clip: rect(149px, 9999px, 84px, 0); }
    50% {
      clip: rect(117px, 9999px, 15px, 0); }
    55% {
      clip: rect(162px, 9999px, 138px, 0); }
    60% {
      clip: rect(75px, 9999px, 115px, 0); }
    65% {
      clip: rect(115px, 9999px, 21px, 0); }
    70% {
      clip: rect(96px, 9999px, 136px, 0); }
    75% {
      clip: rect(113px, 9999px, 129px, 0); }
    80% {
      clip: rect(146px, 9999px, 36px, 0); }
    85% {
      clip: rect(93px, 9999px, 155px, 0); }
    90% {
      clip: rect(128px, 9999px, 115px, 0); }
    95% {
      clip: rect(98px, 9999px, 131px, 0); }
    100% {
      clip: rect(124px, 9999px, 88px, 0); } }
  @keyframes noise-anim {
    0% {
      clip: rect(73px, 9999px, 87px, 0); }
    5% {
      clip: rect(114px, 9999px, 51px, 0); }
    10% {
      clip: rect(133px, 9999px, 100px, 0); }
    15% {
      clip: rect(110px, 9999px, 23px, 0); }
    20% {
      clip: rect(175px, 9999px, 12px, 0); }
    25% {
      clip: rect(111px, 9999px, 82px, 0); }
    30% {
      clip: rect(45px, 9999px, 23px, 0); }
    35% {
      clip: rect(82px, 9999px, 175px, 0); }
    40% {
      clip: rect(82px, 9999px, 73px, 0); }
    45% {
      clip: rect(69px, 9999px, 20px, 0); }
    50% {
      clip: rect(37px, 9999px, 78px, 0); }
    55% {
      clip: rect(145px, 9999px, 25px, 0); }
    60% {
      clip: rect(144px, 9999px, 6px, 0); }
    65% {
      clip: rect(153px, 9999px, 129px, 0); }
    70% {
      clip: rect(43px, 9999px, 164px, 0); }
    75% {
      clip: rect(104px, 9999px, 82px, 0); }
    80% {
      clip: rect(165px, 9999px, 6px, 0); }
    85% {
      clip: rect(107px, 9999px, 124px, 0); }
    90% {
      clip: rect(60px, 9999px, 111px, 0); }
    95% {
      clip: rect(7px, 9999px, 34px, 0); }
    100% {
      clip: rect(91px, 9999px, 133px, 0); } }
  @-moz-keyframes noise-anim-2 {
    0% {
      clip: rect(29px, 9999px, 58px, 0); }
    5% {
      clip: rect(61px, 9999px, 21px, 0); }
    10% {
      clip: rect(34px, 9999px, 100px, 0); }
    15% {
      clip: rect(26px, 9999px, 39px, 0); }
    20% {
      clip: rect(119px, 9999px, 65px, 0); }
    25% {
      clip: rect(33px, 9999px, 43px, 0); }
    30% {
      clip: rect(122px, 9999px, 48px, 0); }
    35% {
      clip: rect(45px, 9999px, 53px, 0); }
    40% {
      clip: rect(69px, 9999px, 34px, 0); }
    45% {
      clip: rect(97px, 9999px, 47px, 0); }
    50% {
      clip: rect(148px, 9999px, 73px, 0); }
    55% {
      clip: rect(18px, 9999px, 54px, 0); }
    60% {
      clip: rect(88px, 9999px, 158px, 0); }
    65% {
      clip: rect(164px, 9999px, 150px, 0); }
    70% {
      clip: rect(146px, 9999px, 151px, 0); }
    75% {
      clip: rect(20px, 9999px, 103px, 0); }
    80% {
      clip: rect(167px, 9999px, 135px, 0); }
    85% {
      clip: rect(153px, 9999px, 5px, 0); }
    90% {
      clip: rect(30px, 9999px, 12px, 0); }
    95% {
      clip: rect(30px, 9999px, 67px, 0); }
    100% {
      clip: rect(68px, 9999px, 148px, 0); } }
  @-webkit-keyframes noise-anim-2 {
    0% {
      clip: rect(173px, 9999px, 103px, 0); }
    5% {
      clip: rect(155px, 9999px, 67px, 0); }
    10% {
      clip: rect(10px, 9999px, 175px, 0); }
    15% {
      clip: rect(18px, 9999px, 133px, 0); }
    20% {
      clip: rect(31px, 9999px, 79px, 0); }
    25% {
      clip: rect(97px, 9999px, 15px, 0); }
    30% {
      clip: rect(95px, 9999px, 127px, 0); }
    35% {
      clip: rect(85px, 9999px, 147px, 0); }
    40% {
      clip: rect(25px, 9999px, 11px, 0); }
    45% {
      clip: rect(16px, 9999px, 83px, 0); }
    50% {
      clip: rect(16px, 9999px, 163px, 0); }
    55% {
      clip: rect(153px, 9999px, 123px, 0); }
    60% {
      clip: rect(105px, 9999px, 73px, 0); }
    65% {
      clip: rect(121px, 9999px, 48px, 0); }
    70% {
      clip: rect(52px, 9999px, 14px, 0); }
    75% {
      clip: rect(110px, 9999px, 14px, 0); }
    80% {
      clip: rect(36px, 9999px, 85px, 0); }
    85% {
      clip: rect(174px, 9999px, 47px, 0); }
    90% {
      clip: rect(138px, 9999px, 73px, 0); }
    95% {
      clip: rect(156px, 9999px, 12px, 0); }
    100% {
      clip: rect(1px, 9999px, 104px, 0); } }
  @keyframes noise-anim-2 {
    0% {
      clip: rect(108px, 9999px, 66px, 0); }
    5% {
      clip: rect(57px, 9999px, 133px, 0); }
    10% {
      clip: rect(28px, 9999px, 167px, 0); }
    15% {
      clip: rect(88px, 9999px, 118px, 0); }
    20% {
      clip: rect(153px, 9999px, 96px, 0); }
    25% {
      clip: rect(28px, 9999px, 46px, 0); }
    30% {
      clip: rect(42px, 9999px, 15px, 0); }
    35% {
      clip: rect(99px, 9999px, 146px, 0); }
    40% {
      clip: rect(77px, 9999px, 47px, 0); }
    45% {
      clip: rect(14px, 9999px, 88px, 0); }
    50% {
      clip: rect(112px, 9999px, 8px, 0); }
    55% {
      clip: rect(15px, 9999px, 129px, 0); }
    60% {
      clip: rect(107px, 9999px, 74px, 0); }
    65% {
      clip: rect(87px, 9999px, 12px, 0); }
    70% {
      clip: rect(114px, 9999px, 105px, 0); }
    75% {
      clip: rect(85px, 9999px, 3px, 0); }
    80% {
      clip: rect(40px, 9999px, 143px, 0); }
    85% {
      clip: rect(147px, 9999px, 171px, 0); }
    90% {
      clip: rect(155px, 9999px, 118px, 0); }
    95% {
      clip: rect(42px, 9999px, 126px, 0); }
    100% {
      clip: rect(19px, 9999px, 140px, 0); } }
  #carlo-header .chances {
    font-size: 1.75em;
    padding-left: 0em; }
  #carlo-header .indent {
    font-size: 3em;
    padding-left: .8em; } }
@media screen and (max-width: 992px) {
  #carlo-header .disrupt-main {
    font-size: 125px;
    display: inline-block;
    position: relative;
    margin: 0 auto;
    font-weight: bolder;
    color: white; }
    #carlo-header .disrupt-main:after {
      content: attr(data-text);
      position: absolute;
      left: 2px;
      text-shadow: -1px 0 red;
      top: 0;
      overflow: hidden;
      clip: rect(0, 0, 0, 0);
      color: white;
      background: rgba(32, 33, 33, 0.5);
      -moz-animation: noise-anim 6s infinite linear alternate-reverse;
      -webkit-animation: noise-anim 6s infinite linear alternate-reverse;
      animation: noise-anim 6s infinite linear alternate-reverse; }
    #carlo-header .disrupt-main:before {
      content: attr(data-text);
      position: absolute;
      left: -2px;
      text-shadow: 1px 0 blue;
      top: 0;
      overflow: hidden;
      clip: rect(0, 0, 0, 0);
      color: white;
      background: rgba(32, 33, 33, 0.5);
      -moz-animation: noise-anim-2 6s infinite linear alternate-reverse;
      -webkit-animation: noise-anim-2 6s infinite linear alternate-reverse;
      animation: noise-anim-2 6s infinite linear alternate-reverse; }
  @-moz-keyframes noise-anim {
    0% {
      clip: rect(52px, 9999px, 73px, 0); }
    5% {
      clip: rect(104px, 9999px, 118px, 0); }
    10% {
      clip: rect(23px, 9999px, 125px, 0); }
    15% {
      clip: rect(114px, 9999px, 36px, 0); }
    20% {
      clip: rect(21px, 9999px, 41px, 0); }
    25% {
      clip: rect(58px, 9999px, 54px, 0); }
    30% {
      clip: rect(26px, 9999px, 70px, 0); }
    35% {
      clip: rect(74px, 9999px, 50px, 0); }
    40% {
      clip: rect(105px, 9999px, 59px, 0); }
    45% {
      clip: rect(94px, 9999px, 11px, 0); }
    50% {
      clip: rect(95px, 9999px, 89px, 0); }
    55% {
      clip: rect(78px, 9999px, 114px, 0); }
    60% {
      clip: rect(32px, 9999px, 46px, 0); }
    65% {
      clip: rect(57px, 9999px, 115px, 0); }
    70% {
      clip: rect(51px, 9999px, 73px, 0); }
    75% {
      clip: rect(102px, 9999px, 3px, 0); }
    80% {
      clip: rect(23px, 9999px, 115px, 0); }
    85% {
      clip: rect(75px, 9999px, 64px, 0); }
    90% {
      clip: rect(20px, 9999px, 9px, 0); }
    95% {
      clip: rect(73px, 9999px, 111px, 0); }
    100% {
      clip: rect(98px, 9999px, 1px, 0); } }
  @-webkit-keyframes noise-anim {
    0% {
      clip: rect(61px, 9999px, 124px, 0); }
    5% {
      clip: rect(46px, 9999px, 24px, 0); }
    10% {
      clip: rect(120px, 9999px, 17px, 0); }
    15% {
      clip: rect(30px, 9999px, 19px, 0); }
    20% {
      clip: rect(3px, 9999px, 92px, 0); }
    25% {
      clip: rect(25px, 9999px, 66px, 0); }
    30% {
      clip: rect(20px, 9999px, 19px, 0); }
    35% {
      clip: rect(55px, 9999px, 95px, 0); }
    40% {
      clip: rect(68px, 9999px, 11px, 0); }
    45% {
      clip: rect(125px, 9999px, 6px, 0); }
    50% {
      clip: rect(95px, 9999px, 79px, 0); }
    55% {
      clip: rect(31px, 9999px, 63px, 0); }
    60% {
      clip: rect(93px, 9999px, 113px, 0); }
    65% {
      clip: rect(76px, 9999px, 125px, 0); }
    70% {
      clip: rect(88px, 9999px, 6px, 0); }
    75% {
      clip: rect(81px, 9999px, 4px, 0); }
    80% {
      clip: rect(14px, 9999px, 97px, 0); }
    85% {
      clip: rect(101px, 9999px, 82px, 0); }
    90% {
      clip: rect(122px, 9999px, 65px, 0); }
    95% {
      clip: rect(108px, 9999px, 78px, 0); }
    100% {
      clip: rect(17px, 9999px, 113px, 0); } }
  @keyframes noise-anim {
    0% {
      clip: rect(85px, 9999px, 9px, 0); }
    5% {
      clip: rect(7px, 9999px, 7px, 0); }
    10% {
      clip: rect(105px, 9999px, 86px, 0); }
    15% {
      clip: rect(73px, 9999px, 109px, 0); }
    20% {
      clip: rect(32px, 9999px, 100px, 0); }
    25% {
      clip: rect(71px, 9999px, 29px, 0); }
    30% {
      clip: rect(95px, 9999px, 119px, 0); }
    35% {
      clip: rect(103px, 9999px, 74px, 0); }
    40% {
      clip: rect(91px, 9999px, 5px, 0); }
    45% {
      clip: rect(74px, 9999px, 19px, 0); }
    50% {
      clip: rect(46px, 9999px, 52px, 0); }
    55% {
      clip: rect(48px, 9999px, 66px, 0); }
    60% {
      clip: rect(98px, 9999px, 24px, 0); }
    65% {
      clip: rect(18px, 9999px, 35px, 0); }
    70% {
      clip: rect(99px, 9999px, 30px, 0); }
    75% {
      clip: rect(73px, 9999px, 3px, 0); }
    80% {
      clip: rect(12px, 9999px, 122px, 0); }
    85% {
      clip: rect(51px, 9999px, 14px, 0); }
    90% {
      clip: rect(51px, 9999px, 110px, 0); }
    95% {
      clip: rect(16px, 9999px, 49px, 0); }
    100% {
      clip: rect(122px, 9999px, 45px, 0); } }
  @-moz-keyframes noise-anim-2 {
    0% {
      clip: rect(106px, 9999px, 34px, 0); }
    5% {
      clip: rect(68px, 9999px, 52px, 0); }
    10% {
      clip: rect(73px, 9999px, 24px, 0); }
    15% {
      clip: rect(15px, 9999px, 19px, 0); }
    20% {
      clip: rect(20px, 9999px, 87px, 0); }
    25% {
      clip: rect(110px, 9999px, 77px, 0); }
    30% {
      clip: rect(28px, 9999px, 93px, 0); }
    35% {
      clip: rect(1px, 9999px, 76px, 0); }
    40% {
      clip: rect(64px, 9999px, 16px, 0); }
    45% {
      clip: rect(99px, 9999px, 10px, 0); }
    50% {
      clip: rect(119px, 9999px, 45px, 0); }
    55% {
      clip: rect(9px, 9999px, 100px, 0); }
    60% {
      clip: rect(95px, 9999px, 87px, 0); }
    65% {
      clip: rect(71px, 9999px, 27px, 0); }
    70% {
      clip: rect(66px, 9999px, 118px, 0); }
    75% {
      clip: rect(16px, 9999px, 100px, 0); }
    80% {
      clip: rect(103px, 9999px, 105px, 0); }
    85% {
      clip: rect(93px, 9999px, 44px, 0); }
    90% {
      clip: rect(4px, 9999px, 16px, 0); }
    95% {
      clip: rect(88px, 9999px, 37px, 0); }
    100% {
      clip: rect(115px, 9999px, 19px, 0); } }
  @-webkit-keyframes noise-anim-2 {
    0% {
      clip: rect(67px, 9999px, 96px, 0); }
    5% {
      clip: rect(73px, 9999px, 104px, 0); }
    10% {
      clip: rect(67px, 9999px, 64px, 0); }
    15% {
      clip: rect(45px, 9999px, 102px, 0); }
    20% {
      clip: rect(66px, 9999px, 47px, 0); }
    25% {
      clip: rect(24px, 9999px, 120px, 0); }
    30% {
      clip: rect(61px, 9999px, 101px, 0); }
    35% {
      clip: rect(49px, 9999px, 33px, 0); }
    40% {
      clip: rect(19px, 9999px, 74px, 0); }
    45% {
      clip: rect(119px, 9999px, 119px, 0); }
    50% {
      clip: rect(41px, 9999px, 68px, 0); }
    55% {
      clip: rect(39px, 9999px, 38px, 0); }
    60% {
      clip: rect(102px, 9999px, 34px, 0); }
    65% {
      clip: rect(54px, 9999px, 92px, 0); }
    70% {
      clip: rect(101px, 9999px, 76px, 0); }
    75% {
      clip: rect(51px, 9999px, 2px, 0); }
    80% {
      clip: rect(20px, 9999px, 12px, 0); }
    85% {
      clip: rect(85px, 9999px, 62px, 0); }
    90% {
      clip: rect(96px, 9999px, 108px, 0); }
    95% {
      clip: rect(91px, 9999px, 54px, 0); }
    100% {
      clip: rect(2px, 9999px, 37px, 0); } }
  @keyframes noise-anim-2 {
    0% {
      clip: rect(45px, 9999px, 87px, 0); }
    5% {
      clip: rect(18px, 9999px, 75px, 0); }
    10% {
      clip: rect(118px, 9999px, 93px, 0); }
    15% {
      clip: rect(30px, 9999px, 46px, 0); }
    20% {
      clip: rect(100px, 9999px, 33px, 0); }
    25% {
      clip: rect(85px, 9999px, 18px, 0); }
    30% {
      clip: rect(30px, 9999px, 63px, 0); }
    35% {
      clip: rect(123px, 9999px, 3px, 0); }
    40% {
      clip: rect(25px, 9999px, 32px, 0); }
    45% {
      clip: rect(62px, 9999px, 8px, 0); }
    50% {
      clip: rect(1px, 9999px, 14px, 0); }
    55% {
      clip: rect(99px, 9999px, 96px, 0); }
    60% {
      clip: rect(31px, 9999px, 15px, 0); }
    65% {
      clip: rect(74px, 9999px, 84px, 0); }
    70% {
      clip: rect(113px, 9999px, 60px, 0); }
    75% {
      clip: rect(25px, 9999px, 25px, 0); }
    80% {
      clip: rect(82px, 9999px, 68px, 0); }
    85% {
      clip: rect(62px, 9999px, 32px, 0); }
    90% {
      clip: rect(66px, 9999px, 89px, 0); }
    95% {
      clip: rect(20px, 9999px, 13px, 0); }
    100% {
      clip: rect(73px, 9999px, 28px, 0); } }
  #carlo-header .chances {
    font-size: 1.5em; }
  #carlo-header .indent {
    font-size: 2.5em; } }
@media screen and (max-width: 768px) {
  #carlo-header .disrupt-main {
    font-size: 90px;
    display: inline-block;
    position: relative;
    margin: 0 auto;
    font-weight: bolder;
    color: white; }
    #carlo-header .disrupt-main:after {
      content: attr(data-text);
      position: absolute;
      left: 2px;
      text-shadow: -1px 0 red;
      top: 0;
      overflow: hidden;
      clip: rect(0, 0, 0, 0);
      color: white;
      background: rgba(32, 33, 33, 0.5);
      -moz-animation: noise-anim 6s infinite linear alternate-reverse;
      -webkit-animation: noise-anim 6s infinite linear alternate-reverse;
      animation: noise-anim 6s infinite linear alternate-reverse; }
    #carlo-header .disrupt-main:before {
      content: attr(data-text);
      position: absolute;
      left: -2px;
      text-shadow: 1px 0 blue;
      top: 0;
      overflow: hidden;
      clip: rect(0, 0, 0, 0);
      color: white;
      background: rgba(32, 33, 33, 0.5);
      -moz-animation: noise-anim-2 6s infinite linear alternate-reverse;
      -webkit-animation: noise-anim-2 6s infinite linear alternate-reverse;
      animation: noise-anim-2 6s infinite linear alternate-reverse; }
  @-moz-keyframes noise-anim {
    0% {
      clip: rect(38px, 9999px, 54px, 0); }
    5% {
      clip: rect(28px, 9999px, 87px, 0); }
    10% {
      clip: rect(90px, 9999px, 42px, 0); }
    15% {
      clip: rect(3px, 9999px, 41px, 0); }
    20% {
      clip: rect(27px, 9999px, 4px, 0); }
    25% {
      clip: rect(22px, 9999px, 21px, 0); }
    30% {
      clip: rect(85px, 9999px, 59px, 0); }
    35% {
      clip: rect(12px, 9999px, 4px, 0); }
    40% {
      clip: rect(42px, 9999px, 55px, 0); }
    45% {
      clip: rect(25px, 9999px, 12px, 0); }
    50% {
      clip: rect(87px, 9999px, 12px, 0); }
    55% {
      clip: rect(31px, 9999px, 75px, 0); }
    60% {
      clip: rect(59px, 9999px, 27px, 0); }
    65% {
      clip: rect(1px, 9999px, 84px, 0); }
    70% {
      clip: rect(22px, 9999px, 70px, 0); }
    75% {
      clip: rect(53px, 9999px, 73px, 0); }
    80% {
      clip: rect(76px, 9999px, 40px, 0); }
    85% {
      clip: rect(14px, 9999px, 35px, 0); }
    90% {
      clip: rect(73px, 9999px, 7px, 0); }
    95% {
      clip: rect(77px, 9999px, 17px, 0); }
    100% {
      clip: rect(27px, 9999px, 63px, 0); } }
  @-webkit-keyframes noise-anim {
    0% {
      clip: rect(88px, 9999px, 49px, 0); }
    5% {
      clip: rect(13px, 9999px, 34px, 0); }
    10% {
      clip: rect(50px, 9999px, 10px, 0); }
    15% {
      clip: rect(85px, 9999px, 34px, 0); }
    20% {
      clip: rect(30px, 9999px, 39px, 0); }
    25% {
      clip: rect(35px, 9999px, 89px, 0); }
    30% {
      clip: rect(86px, 9999px, 40px, 0); }
    35% {
      clip: rect(48px, 9999px, 34px, 0); }
    40% {
      clip: rect(69px, 9999px, 60px, 0); }
    45% {
      clip: rect(87px, 9999px, 81px, 0); }
    50% {
      clip: rect(39px, 9999px, 75px, 0); }
    55% {
      clip: rect(26px, 9999px, 10px, 0); }
    60% {
      clip: rect(32px, 9999px, 75px, 0); }
    65% {
      clip: rect(49px, 9999px, 23px, 0); }
    70% {
      clip: rect(81px, 9999px, 34px, 0); }
    75% {
      clip: rect(36px, 9999px, 38px, 0); }
    80% {
      clip: rect(75px, 9999px, 15px, 0); }
    85% {
      clip: rect(47px, 9999px, 8px, 0); }
    90% {
      clip: rect(54px, 9999px, 36px, 0); }
    95% {
      clip: rect(67px, 9999px, 68px, 0); }
    100% {
      clip: rect(1px, 9999px, 77px, 0); } }
  @keyframes noise-anim {
    0% {
      clip: rect(14px, 9999px, 46px, 0); }
    5% {
      clip: rect(9px, 9999px, 68px, 0); }
    10% {
      clip: rect(81px, 9999px, 84px, 0); }
    15% {
      clip: rect(50px, 9999px, 77px, 0); }
    20% {
      clip: rect(63px, 9999px, 46px, 0); }
    25% {
      clip: rect(42px, 9999px, 19px, 0); }
    30% {
      clip: rect(56px, 9999px, 18px, 0); }
    35% {
      clip: rect(33px, 9999px, 11px, 0); }
    40% {
      clip: rect(24px, 9999px, 69px, 0); }
    45% {
      clip: rect(32px, 9999px, 52px, 0); }
    50% {
      clip: rect(56px, 9999px, 28px, 0); }
    55% {
      clip: rect(65px, 9999px, 47px, 0); }
    60% {
      clip: rect(54px, 9999px, 10px, 0); }
    65% {
      clip: rect(45px, 9999px, 52px, 0); }
    70% {
      clip: rect(23px, 9999px, 52px, 0); }
    75% {
      clip: rect(15px, 9999px, 25px, 0); }
    80% {
      clip: rect(4px, 9999px, 86px, 0); }
    85% {
      clip: rect(68px, 9999px, 88px, 0); }
    90% {
      clip: rect(69px, 9999px, 90px, 0); }
    95% {
      clip: rect(5px, 9999px, 59px, 0); }
    100% {
      clip: rect(49px, 9999px, 15px, 0); } }
  @-moz-keyframes noise-anim-2 {
    0% {
      clip: rect(57px, 9999px, 1px, 0); }
    5% {
      clip: rect(33px, 9999px, 66px, 0); }
    10% {
      clip: rect(57px, 9999px, 15px, 0); }
    15% {
      clip: rect(5px, 9999px, 87px, 0); }
    20% {
      clip: rect(30px, 9999px, 10px, 0); }
    25% {
      clip: rect(71px, 9999px, 20px, 0); }
    30% {
      clip: rect(84px, 9999px, 82px, 0); }
    35% {
      clip: rect(68px, 9999px, 62px, 0); }
    40% {
      clip: rect(36px, 9999px, 83px, 0); }
    45% {
      clip: rect(59px, 9999px, 83px, 0); }
    50% {
      clip: rect(54px, 9999px, 56px, 0); }
    55% {
      clip: rect(53px, 9999px, 22px, 0); }
    60% {
      clip: rect(84px, 9999px, 77px, 0); }
    65% {
      clip: rect(86px, 9999px, 57px, 0); }
    70% {
      clip: rect(67px, 9999px, 19px, 0); }
    75% {
      clip: rect(40px, 9999px, 87px, 0); }
    80% {
      clip: rect(72px, 9999px, 72px, 0); }
    85% {
      clip: rect(38px, 9999px, 14px, 0); }
    90% {
      clip: rect(21px, 9999px, 81px, 0); }
    95% {
      clip: rect(5px, 9999px, 3px, 0); }
    100% {
      clip: rect(43px, 9999px, 5px, 0); } }
  @-webkit-keyframes noise-anim-2 {
    0% {
      clip: rect(16px, 9999px, 83px, 0); }
    5% {
      clip: rect(20px, 9999px, 67px, 0); }
    10% {
      clip: rect(42px, 9999px, 35px, 0); }
    15% {
      clip: rect(43px, 9999px, 47px, 0); }
    20% {
      clip: rect(31px, 9999px, 32px, 0); }
    25% {
      clip: rect(84px, 9999px, 10px, 0); }
    30% {
      clip: rect(60px, 9999px, 66px, 0); }
    35% {
      clip: rect(36px, 9999px, 21px, 0); }
    40% {
      clip: rect(2px, 9999px, 46px, 0); }
    45% {
      clip: rect(9px, 9999px, 46px, 0); }
    50% {
      clip: rect(83px, 9999px, 32px, 0); }
    55% {
      clip: rect(38px, 9999px, 38px, 0); }
    60% {
      clip: rect(61px, 9999px, 31px, 0); }
    65% {
      clip: rect(25px, 9999px, 77px, 0); }
    70% {
      clip: rect(14px, 9999px, 26px, 0); }
    75% {
      clip: rect(2px, 9999px, 80px, 0); }
    80% {
      clip: rect(19px, 9999px, 1px, 0); }
    85% {
      clip: rect(70px, 9999px, 49px, 0); }
    90% {
      clip: rect(56px, 9999px, 52px, 0); }
    95% {
      clip: rect(4px, 9999px, 85px, 0); }
    100% {
      clip: rect(57px, 9999px, 71px, 0); } }
  @keyframes noise-anim-2 {
    0% {
      clip: rect(85px, 9999px, 66px, 0); }
    5% {
      clip: rect(29px, 9999px, 19px, 0); }
    10% {
      clip: rect(38px, 9999px, 58px, 0); }
    15% {
      clip: rect(40px, 9999px, 7px, 0); }
    20% {
      clip: rect(54px, 9999px, 37px, 0); }
    25% {
      clip: rect(57px, 9999px, 75px, 0); }
    30% {
      clip: rect(30px, 9999px, 55px, 0); }
    35% {
      clip: rect(90px, 9999px, 83px, 0); }
    40% {
      clip: rect(8px, 9999px, 54px, 0); }
    45% {
      clip: rect(63px, 9999px, 76px, 0); }
    50% {
      clip: rect(18px, 9999px, 89px, 0); }
    55% {
      clip: rect(36px, 9999px, 27px, 0); }
    60% {
      clip: rect(35px, 9999px, 65px, 0); }
    65% {
      clip: rect(84px, 9999px, 28px, 0); }
    70% {
      clip: rect(40px, 9999px, 68px, 0); }
    75% {
      clip: rect(66px, 9999px, 47px, 0); }
    80% {
      clip: rect(83px, 9999px, 27px, 0); }
    85% {
      clip: rect(14px, 9999px, 5px, 0); }
    90% {
      clip: rect(50px, 9999px, 10px, 0); }
    95% {
      clip: rect(84px, 9999px, 79px, 0); }
    100% {
      clip: rect(77px, 9999px, 44px, 0); } } }
@media screen and (max-width: 480px) {
  #carlo-header .disrupt-main {
    font-size: 66px;
    display: inline-block;
    position: relative;
    margin: 0 auto;
    font-weight: bolder;
    color: white; }
    #carlo-header .disrupt-main:after {
      content: attr(data-text);
      position: absolute;
      left: 2px;
      text-shadow: -1px 0 red;
      top: 0;
      overflow: hidden;
      clip: rect(0, 0, 0, 0);
      color: white;
      background: rgba(32, 33, 33, 0.5);
      -moz-animation: noise-anim 6s infinite linear alternate-reverse;
      -webkit-animation: noise-anim 6s infinite linear alternate-reverse;
      animation: noise-anim 6s infinite linear alternate-reverse; }
    #carlo-header .disrupt-main:before {
      content: attr(data-text);
      position: absolute;
      left: -2px;
      text-shadow: 1px 0 blue;
      top: 0;
      overflow: hidden;
      clip: rect(0, 0, 0, 0);
      color: white;
      background: rgba(32, 33, 33, 0.5);
      -moz-animation: noise-anim-2 6s infinite linear alternate-reverse;
      -webkit-animation: noise-anim-2 6s infinite linear alternate-reverse;
      animation: noise-anim-2 6s infinite linear alternate-reverse; }
  @-moz-keyframes noise-anim {
    0% {
      clip: rect(7px, 9999px, 1px, 0); }
    5% {
      clip: rect(23px, 9999px, 36px, 0); }
    10% {
      clip: rect(52px, 9999px, 29px, 0); }
    15% {
      clip: rect(25px, 9999px, 30px, 0); }
    20% {
      clip: rect(30px, 9999px, 53px, 0); }
    25% {
      clip: rect(43px, 9999px, 44px, 0); }
    30% {
      clip: rect(14px, 9999px, 39px, 0); }
    35% {
      clip: rect(50px, 9999px, 54px, 0); }
    40% {
      clip: rect(42px, 9999px, 29px, 0); }
    45% {
      clip: rect(26px, 9999px, 13px, 0); }
    50% {
      clip: rect(22px, 9999px, 40px, 0); }
    55% {
      clip: rect(50px, 9999px, 2px, 0); }
    60% {
      clip: rect(48px, 9999px, 20px, 0); }
    65% {
      clip: rect(39px, 9999px, 64px, 0); }
    70% {
      clip: rect(20px, 9999px, 21px, 0); }
    75% {
      clip: rect(35px, 9999px, 56px, 0); }
    80% {
      clip: rect(6px, 9999px, 55px, 0); }
    85% {
      clip: rect(37px, 9999px, 34px, 0); }
    90% {
      clip: rect(18px, 9999px, 10px, 0); }
    95% {
      clip: rect(35px, 9999px, 25px, 0); }
    100% {
      clip: rect(57px, 9999px, 49px, 0); } }
  @-webkit-keyframes noise-anim {
    0% {
      clip: rect(21px, 9999px, 7px, 0); }
    5% {
      clip: rect(64px, 9999px, 64px, 0); }
    10% {
      clip: rect(43px, 9999px, 12px, 0); }
    15% {
      clip: rect(53px, 9999px, 40px, 0); }
    20% {
      clip: rect(29px, 9999px, 40px, 0); }
    25% {
      clip: rect(66px, 9999px, 48px, 0); }
    30% {
      clip: rect(49px, 9999px, 64px, 0); }
    35% {
      clip: rect(23px, 9999px, 35px, 0); }
    40% {
      clip: rect(31px, 9999px, 66px, 0); }
    45% {
      clip: rect(39px, 9999px, 31px, 0); }
    50% {
      clip: rect(47px, 9999px, 5px, 0); }
    55% {
      clip: rect(18px, 9999px, 2px, 0); }
    60% {
      clip: rect(36px, 9999px, 13px, 0); }
    65% {
      clip: rect(46px, 9999px, 18px, 0); }
    70% {
      clip: rect(3px, 9999px, 64px, 0); }
    75% {
      clip: rect(63px, 9999px, 22px, 0); }
    80% {
      clip: rect(14px, 9999px, 14px, 0); }
    85% {
      clip: rect(22px, 9999px, 52px, 0); }
    90% {
      clip: rect(48px, 9999px, 64px, 0); }
    95% {
      clip: rect(39px, 9999px, 30px, 0); }
    100% {
      clip: rect(47px, 9999px, 51px, 0); } }
  @keyframes noise-anim {
    0% {
      clip: rect(34px, 9999px, 29px, 0); }
    5% {
      clip: rect(11px, 9999px, 46px, 0); }
    10% {
      clip: rect(6px, 9999px, 34px, 0); }
    15% {
      clip: rect(22px, 9999px, 24px, 0); }
    20% {
      clip: rect(46px, 9999px, 47px, 0); }
    25% {
      clip: rect(46px, 9999px, 41px, 0); }
    30% {
      clip: rect(19px, 9999px, 10px, 0); }
    35% {
      clip: rect(13px, 9999px, 35px, 0); }
    40% {
      clip: rect(36px, 9999px, 54px, 0); }
    45% {
      clip: rect(19px, 9999px, 51px, 0); }
    50% {
      clip: rect(47px, 9999px, 31px, 0); }
    55% {
      clip: rect(37px, 9999px, 16px, 0); }
    60% {
      clip: rect(59px, 9999px, 37px, 0); }
    65% {
      clip: rect(38px, 9999px, 24px, 0); }
    70% {
      clip: rect(21px, 9999px, 23px, 0); }
    75% {
      clip: rect(25px, 9999px, 9px, 0); }
    80% {
      clip: rect(41px, 9999px, 38px, 0); }
    85% {
      clip: rect(52px, 9999px, 24px, 0); }
    90% {
      clip: rect(10px, 9999px, 62px, 0); }
    95% {
      clip: rect(11px, 9999px, 19px, 0); }
    100% {
      clip: rect(16px, 9999px, 7px, 0); } }
  @-moz-keyframes noise-anim-2 {
    0% {
      clip: rect(12px, 9999px, 8px, 0); }
    5% {
      clip: rect(50px, 9999px, 38px, 0); }
    10% {
      clip: rect(61px, 9999px, 57px, 0); }
    15% {
      clip: rect(49px, 9999px, 8px, 0); }
    20% {
      clip: rect(19px, 9999px, 21px, 0); }
    25% {
      clip: rect(55px, 9999px, 1px, 0); }
    30% {
      clip: rect(31px, 9999px, 58px, 0); }
    35% {
      clip: rect(53px, 9999px, 12px, 0); }
    40% {
      clip: rect(15px, 9999px, 66px, 0); }
    45% {
      clip: rect(60px, 9999px, 41px, 0); }
    50% {
      clip: rect(38px, 9999px, 13px, 0); }
    55% {
      clip: rect(37px, 9999px, 60px, 0); }
    60% {
      clip: rect(53px, 9999px, 15px, 0); }
    65% {
      clip: rect(37px, 9999px, 44px, 0); }
    70% {
      clip: rect(37px, 9999px, 36px, 0); }
    75% {
      clip: rect(62px, 9999px, 63px, 0); }
    80% {
      clip: rect(46px, 9999px, 27px, 0); }
    85% {
      clip: rect(25px, 9999px, 61px, 0); }
    90% {
      clip: rect(3px, 9999px, 43px, 0); }
    95% {
      clip: rect(20px, 9999px, 42px, 0); }
    100% {
      clip: rect(30px, 9999px, 66px, 0); } }
  @-webkit-keyframes noise-anim-2 {
    0% {
      clip: rect(53px, 9999px, 2px, 0); }
    5% {
      clip: rect(4px, 9999px, 3px, 0); }
    10% {
      clip: rect(36px, 9999px, 42px, 0); }
    15% {
      clip: rect(34px, 9999px, 17px, 0); }
    20% {
      clip: rect(45px, 9999px, 45px, 0); }
    25% {
      clip: rect(44px, 9999px, 11px, 0); }
    30% {
      clip: rect(37px, 9999px, 62px, 0); }
    35% {
      clip: rect(4px, 9999px, 5px, 0); }
    40% {
      clip: rect(57px, 9999px, 66px, 0); }
    45% {
      clip: rect(25px, 9999px, 44px, 0); }
    50% {
      clip: rect(42px, 9999px, 10px, 0); }
    55% {
      clip: rect(22px, 9999px, 50px, 0); }
    60% {
      clip: rect(41px, 9999px, 41px, 0); }
    65% {
      clip: rect(25px, 9999px, 47px, 0); }
    70% {
      clip: rect(52px, 9999px, 38px, 0); }
    75% {
      clip: rect(7px, 9999px, 36px, 0); }
    80% {
      clip: rect(33px, 9999px, 4px, 0); }
    85% {
      clip: rect(13px, 9999px, 5px, 0); }
    90% {
      clip: rect(38px, 9999px, 40px, 0); }
    95% {
      clip: rect(22px, 9999px, 15px, 0); }
    100% {
      clip: rect(54px, 9999px, 23px, 0); } }
  @keyframes noise-anim-2 {
    0% {
      clip: rect(22px, 9999px, 17px, 0); }
    5% {
      clip: rect(59px, 9999px, 1px, 0); }
    10% {
      clip: rect(26px, 9999px, 22px, 0); }
    15% {
      clip: rect(32px, 9999px, 24px, 0); }
    20% {
      clip: rect(52px, 9999px, 44px, 0); }
    25% {
      clip: rect(30px, 9999px, 23px, 0); }
    30% {
      clip: rect(46px, 9999px, 19px, 0); }
    35% {
      clip: rect(64px, 9999px, 47px, 0); }
    40% {
      clip: rect(24px, 9999px, 2px, 0); }
    45% {
      clip: rect(66px, 9999px, 51px, 0); }
    50% {
      clip: rect(56px, 9999px, 50px, 0); }
    55% {
      clip: rect(55px, 9999px, 39px, 0); }
    60% {
      clip: rect(62px, 9999px, 49px, 0); }
    65% {
      clip: rect(11px, 9999px, 58px, 0); }
    70% {
      clip: rect(42px, 9999px, 4px, 0); }
    75% {
      clip: rect(48px, 9999px, 39px, 0); }
    80% {
      clip: rect(48px, 9999px, 41px, 0); }
    85% {
      clip: rect(21px, 9999px, 26px, 0); }
    90% {
      clip: rect(18px, 9999px, 66px, 0); }
    95% {
      clip: rect(48px, 9999px, 1px, 0); }
    100% {
      clip: rect(38px, 9999px, 47px, 0); } }
  #carlo-header .chances {
    font-size: 1.25em; }
  #carlo-header .indent {
    text-align: left;
    font-size: 2.5em; } }
@media screen and (max-width: 321px) {
  #carlo-header .disrupt-main {
    font-size: 55px;
    display: inline-block;
    position: relative;
    margin: 0 auto;
    font-weight: bolder;
    color: white; }
    #carlo-header .disrupt-main:after {
      content: attr(data-text);
      position: absolute;
      left: 2px;
      text-shadow: -1px 0 red;
      top: 0;
      overflow: hidden;
      clip: rect(0, 0, 0, 0);
      color: white;
      background: rgba(32, 33, 33, 0.5);
      -moz-animation: noise-anim 6s infinite linear alternate-reverse;
      -webkit-animation: noise-anim 6s infinite linear alternate-reverse;
      animation: noise-anim 6s infinite linear alternate-reverse; }
    #carlo-header .disrupt-main:before {
      content: attr(data-text);
      position: absolute;
      left: -2px;
      text-shadow: 1px 0 blue;
      top: 0;
      overflow: hidden;
      clip: rect(0, 0, 0, 0);
      color: white;
      background: rgba(32, 33, 33, 0.5);
      -moz-animation: noise-anim-2 6s infinite linear alternate-reverse;
      -webkit-animation: noise-anim-2 6s infinite linear alternate-reverse;
      animation: noise-anim-2 6s infinite linear alternate-reverse; }
  @-moz-keyframes noise-anim {
    0% {
      clip: rect(45px, 9999px, 3px, 0); }
    5% {
      clip: rect(37px, 9999px, 27px, 0); }
    10% {
      clip: rect(19px, 9999px, 51px, 0); }
    15% {
      clip: rect(18px, 9999px, 55px, 0); }
    20% {
      clip: rect(11px, 9999px, 45px, 0); }
    25% {
      clip: rect(17px, 9999px, 8px, 0); }
    30% {
      clip: rect(44px, 9999px, 2px, 0); }
    35% {
      clip: rect(6px, 9999px, 24px, 0); }
    40% {
      clip: rect(38px, 9999px, 53px, 0); }
    45% {
      clip: rect(18px, 9999px, 6px, 0); }
    50% {
      clip: rect(5px, 9999px, 3px, 0); }
    55% {
      clip: rect(15px, 9999px, 51px, 0); }
    60% {
      clip: rect(15px, 9999px, 19px, 0); }
    65% {
      clip: rect(18px, 9999px, 2px, 0); }
    70% {
      clip: rect(21px, 9999px, 39px, 0); }
    75% {
      clip: rect(7px, 9999px, 33px, 0); }
    80% {
      clip: rect(3px, 9999px, 27px, 0); }
    85% {
      clip: rect(2px, 9999px, 9px, 0); }
    90% {
      clip: rect(14px, 9999px, 51px, 0); }
    95% {
      clip: rect(24px, 9999px, 47px, 0); }
    100% {
      clip: rect(36px, 9999px, 21px, 0); } }
  @-webkit-keyframes noise-anim {
    0% {
      clip: rect(6px, 9999px, 17px, 0); }
    5% {
      clip: rect(4px, 9999px, 46px, 0); }
    10% {
      clip: rect(5px, 9999px, 17px, 0); }
    15% {
      clip: rect(36px, 9999px, 45px, 0); }
    20% {
      clip: rect(50px, 9999px, 51px, 0); }
    25% {
      clip: rect(10px, 9999px, 8px, 0); }
    30% {
      clip: rect(31px, 9999px, 9px, 0); }
    35% {
      clip: rect(13px, 9999px, 39px, 0); }
    40% {
      clip: rect(16px, 9999px, 39px, 0); }
    45% {
      clip: rect(18px, 9999px, 33px, 0); }
    50% {
      clip: rect(49px, 9999px, 55px, 0); }
    55% {
      clip: rect(30px, 9999px, 5px, 0); }
    60% {
      clip: rect(1px, 9999px, 50px, 0); }
    65% {
      clip: rect(44px, 9999px, 26px, 0); }
    70% {
      clip: rect(16px, 9999px, 51px, 0); }
    75% {
      clip: rect(11px, 9999px, 50px, 0); }
    80% {
      clip: rect(25px, 9999px, 15px, 0); }
    85% {
      clip: rect(54px, 9999px, 5px, 0); }
    90% {
      clip: rect(33px, 9999px, 26px, 0); }
    95% {
      clip: rect(24px, 9999px, 55px, 0); }
    100% {
      clip: rect(28px, 9999px, 41px, 0); } }
  @keyframes noise-anim {
    0% {
      clip: rect(25px, 9999px, 34px, 0); }
    5% {
      clip: rect(39px, 9999px, 15px, 0); }
    10% {
      clip: rect(30px, 9999px, 6px, 0); }
    15% {
      clip: rect(24px, 9999px, 36px, 0); }
    20% {
      clip: rect(53px, 9999px, 31px, 0); }
    25% {
      clip: rect(45px, 9999px, 30px, 0); }
    30% {
      clip: rect(39px, 9999px, 44px, 0); }
    35% {
      clip: rect(15px, 9999px, 49px, 0); }
    40% {
      clip: rect(1px, 9999px, 21px, 0); }
    45% {
      clip: rect(25px, 9999px, 29px, 0); }
    50% {
      clip: rect(48px, 9999px, 9px, 0); }
    55% {
      clip: rect(19px, 9999px, 25px, 0); }
    60% {
      clip: rect(41px, 9999px, 54px, 0); }
    65% {
      clip: rect(42px, 9999px, 29px, 0); }
    70% {
      clip: rect(2px, 9999px, 26px, 0); }
    75% {
      clip: rect(41px, 9999px, 5px, 0); }
    80% {
      clip: rect(55px, 9999px, 42px, 0); }
    85% {
      clip: rect(33px, 9999px, 4px, 0); }
    90% {
      clip: rect(8px, 9999px, 46px, 0); }
    95% {
      clip: rect(2px, 9999px, 22px, 0); }
    100% {
      clip: rect(7px, 9999px, 53px, 0); } }
  @-moz-keyframes noise-anim-2 {
    0% {
      clip: rect(2px, 9999px, 49px, 0); }
    5% {
      clip: rect(39px, 9999px, 33px, 0); }
    10% {
      clip: rect(11px, 9999px, 35px, 0); }
    15% {
      clip: rect(41px, 9999px, 42px, 0); }
    20% {
      clip: rect(26px, 9999px, 16px, 0); }
    25% {
      clip: rect(40px, 9999px, 48px, 0); }
    30% {
      clip: rect(1px, 9999px, 7px, 0); }
    35% {
      clip: rect(6px, 9999px, 31px, 0); }
    40% {
      clip: rect(45px, 9999px, 18px, 0); }
    45% {
      clip: rect(26px, 9999px, 32px, 0); }
    50% {
      clip: rect(52px, 9999px, 16px, 0); }
    55% {
      clip: rect(35px, 9999px, 6px, 0); }
    60% {
      clip: rect(10px, 9999px, 40px, 0); }
    65% {
      clip: rect(35px, 9999px, 32px, 0); }
    70% {
      clip: rect(33px, 9999px, 5px, 0); }
    75% {
      clip: rect(22px, 9999px, 6px, 0); }
    80% {
      clip: rect(14px, 9999px, 28px, 0); }
    85% {
      clip: rect(29px, 9999px, 15px, 0); }
    90% {
      clip: rect(34px, 9999px, 11px, 0); }
    95% {
      clip: rect(10px, 9999px, 8px, 0); }
    100% {
      clip: rect(21px, 9999px, 48px, 0); } }
  @-webkit-keyframes noise-anim-2 {
    0% {
      clip: rect(22px, 9999px, 52px, 0); }
    5% {
      clip: rect(7px, 9999px, 50px, 0); }
    10% {
      clip: rect(36px, 9999px, 49px, 0); }
    15% {
      clip: rect(46px, 9999px, 6px, 0); }
    20% {
      clip: rect(37px, 9999px, 55px, 0); }
    25% {
      clip: rect(5px, 9999px, 53px, 0); }
    30% {
      clip: rect(22px, 9999px, 39px, 0); }
    35% {
      clip: rect(9px, 9999px, 17px, 0); }
    40% {
      clip: rect(6px, 9999px, 3px, 0); }
    45% {
      clip: rect(8px, 9999px, 46px, 0); }
    50% {
      clip: rect(16px, 9999px, 53px, 0); }
    55% {
      clip: rect(44px, 9999px, 47px, 0); }
    60% {
      clip: rect(34px, 9999px, 28px, 0); }
    65% {
      clip: rect(48px, 9999px, 27px, 0); }
    70% {
      clip: rect(36px, 9999px, 54px, 0); }
    75% {
      clip: rect(44px, 9999px, 28px, 0); }
    80% {
      clip: rect(21px, 9999px, 18px, 0); }
    85% {
      clip: rect(45px, 9999px, 37px, 0); }
    90% {
      clip: rect(52px, 9999px, 22px, 0); }
    95% {
      clip: rect(7px, 9999px, 35px, 0); }
    100% {
      clip: rect(21px, 9999px, 35px, 0); } }
  @keyframes noise-anim-2 {
    0% {
      clip: rect(12px, 9999px, 36px, 0); }
    5% {
      clip: rect(34px, 9999px, 31px, 0); }
    10% {
      clip: rect(21px, 9999px, 26px, 0); }
    15% {
      clip: rect(36px, 9999px, 8px, 0); }
    20% {
      clip: rect(18px, 9999px, 55px, 0); }
    25% {
      clip: rect(9px, 9999px, 3px, 0); }
    30% {
      clip: rect(45px, 9999px, 15px, 0); }
    35% {
      clip: rect(15px, 9999px, 32px, 0); }
    40% {
      clip: rect(48px, 9999px, 54px, 0); }
    45% {
      clip: rect(2px, 9999px, 52px, 0); }
    50% {
      clip: rect(25px, 9999px, 41px, 0); }
    55% {
      clip: rect(20px, 9999px, 46px, 0); }
    60% {
      clip: rect(11px, 9999px, 24px, 0); }
    65% {
      clip: rect(43px, 9999px, 8px, 0); }
    70% {
      clip: rect(11px, 9999px, 28px, 0); }
    75% {
      clip: rect(40px, 9999px, 26px, 0); }
    80% {
      clip: rect(53px, 9999px, 19px, 0); }
    85% {
      clip: rect(33px, 9999px, 16px, 0); }
    90% {
      clip: rect(55px, 9999px, 31px, 0); }
    95% {
      clip: rect(34px, 9999px, 1px, 0); }
    100% {
      clip: rect(22px, 9999px, 28px, 0); } }
  #carlo-header .chances {
    font-size: 1.25em; }
  #carlo-header .indent {
    text-align: left;
    padding-left: 0em;
    font-size: 1.75em; } }
#carlo-intro {
  margin-top: -7.5em;
  padding: 0 0 5em 0; }

#carlo-agile-lean {
  background-color: #e3445a;
  padding: 5em 0 5em 0; }

#carlo-advice {
  background-color: #f05167;
  padding: 5em 0 0 0; }
  #carlo-advice.advice-detail #carlo-advice-list {
    display: none; }
  #carlo-advice.advice-detail #carlo-advice-swiper {
    height: auto; }
  #carlo-advice #carlo-advice-container {
    position: relative; }

#carlo-advice-list li {
  margin-bottom: 2em; }
  #carlo-advice-list li > div {
    background-color: #e3445a;
    height: 200px;
    position: relative;
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -moz-transition: -moz-transform 0.8s cubic-bezier(0.25, 1.43, 0.55, 0.99), background-color 0.2s linear;
    -o-transition: -o-transform 0.8s cubic-bezier(0.25, 1.43, 0.55, 0.99), background-color 0.2s linear;
    -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.25, 1.43, 0.55, 0.99), background-color 0.2s linear;
    transition: transform 0.8s cubic-bezier(0.25, 1.43, 0.55, 0.99), background-color 0.2s linear; }
    #carlo-advice-list li > div:before, #carlo-advice-list li > div:after {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      background-color: #e3445a;
      -moz-box-shadow: 0 0 0 1px #e02e46;
      -webkit-box-shadow: 0 0 0 1px #e02e46;
      box-shadow: 0 0 0 1px #e02e46;
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
      opacity: 0.7;
      -moz-transition: -moz-transform 0.8s cubic-bezier(0.25, 1.43, 0.55, 0.99), opacity 0.8s cubic-bezier(0.25, 1.43, 0.55, 0.99);
      -o-transition: -o-transform 0.8s cubic-bezier(0.25, 1.43, 0.55, 0.99), opacity 0.8s cubic-bezier(0.25, 1.43, 0.55, 0.99);
      -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.25, 1.43, 0.55, 0.99), opacity 0.8s cubic-bezier(0.25, 1.43, 0.55, 0.99);
      transition: transform 0.8s cubic-bezier(0.25, 1.43, 0.55, 0.99), opacity 0.8s cubic-bezier(0.25, 1.43, 0.55, 0.99); }
    #carlo-advice-list li > div:before {
      -moz-transform: rotate(-1deg);
      -ms-transform: rotate(-1deg);
      -webkit-transform: rotate(-1deg);
      transform: rotate(-1deg);
      z-index: 1; }
    #carlo-advice-list li > div:after {
      -moz-transform: rotate(1deg);
      -ms-transform: rotate(1deg);
      -webkit-transform: rotate(1deg);
      transform: rotate(1deg);
      z-index: 2; }
    #carlo-advice-list li > div > div {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      -moz-box-shadow: 0 0 3px 1px rgba(32, 33, 33, 0.1);
      -webkit-box-shadow: 0 0 3px 1px rgba(32, 33, 33, 0.1);
      box-shadow: 0 0 3px 1px rgba(32, 33, 33, 0.1);
      z-index: 3;
      padding: .5em 2em; }
      #carlo-advice-list li > div > div h6 {
        font-size: .9em;
        position: relative;
        color: white;
        -moz-transition: -moz-transform 1.2s cubic-bezier(0.25, 1.92, 0.55, 0.99), color 0.2s linear;
        -o-transition: -o-transform 1.2s cubic-bezier(0.25, 1.92, 0.55, 0.99), color 0.2s linear;
        -webkit-transition: -webkit-transform 1.2s cubic-bezier(0.25, 1.92, 0.55, 0.99), color 0.2s linear;
        transition: transform 1.2s cubic-bezier(0.25, 1.92, 0.55, 0.99), color 0.2s linear; }
  #carlo-advice-list li:hover {
    cursor: pointer; }
    #carlo-advice-list li:hover > div {
      background-color: white;
      -moz-transform: scale(1.05, 1.05);
      -ms-transform: scale(1.05, 1.05);
      -webkit-transform: scale(1.05, 1.05);
      transform: scale(1.05, 1.05);
      -moz-transition: -moz-transform 0.5s cubic-bezier(0.25, 1.43, 0.55, 0.99), color 0.3s linear;
      -o-transition: -o-transform 0.5s cubic-bezier(0.25, 1.43, 0.55, 0.99), color 0.3s linear;
      -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.25, 1.43, 0.55, 0.99), color 0.3s linear;
      transition: transform 0.5s cubic-bezier(0.25, 1.43, 0.55, 0.99), color 0.3s linear; }
      #carlo-advice-list li:hover > div:before {
        -moz-transform: rotate(-2deg);
        -ms-transform: rotate(-2deg);
        -webkit-transform: rotate(-2deg);
        transform: rotate(-2deg); }
      #carlo-advice-list li:hover > div:after {
        -moz-transform: rotate(2deg);
        -ms-transform: rotate(2deg);
        -webkit-transform: rotate(2deg);
        transform: rotate(2deg); }
      #carlo-advice-list li:hover > div:before, #carlo-advice-list li:hover > div:after {
        background-color: white;
        filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
        opacity: 1;
        -moz-box-shadow: 0 0 0 1px #e6e6e6;
        -webkit-box-shadow: 0 0 0 1px #e6e6e6;
        box-shadow: 0 0 0 1px #e6e6e6;
        -moz-transition: -moz-transform 0.5s cubic-bezier(0.25, 1.43, 0.55, 0.99), opacity 0.5s cubic-bezier(0.25, 1.43, 0.55, 0.99), background-color 0.2s linear;
        -o-transition: -o-transform 0.5s cubic-bezier(0.25, 1.43, 0.55, 0.99), opacity 0.5s cubic-bezier(0.25, 1.43, 0.55, 0.99), background-color 0.2s linear;
        -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.25, 1.43, 0.55, 0.99), opacity 0.5s cubic-bezier(0.25, 1.43, 0.55, 0.99), background-color 0.2s linear;
        transition: transform 0.5s cubic-bezier(0.25, 1.43, 0.55, 0.99), opacity 0.5s cubic-bezier(0.25, 1.43, 0.55, 0.99), background-color 0.2s linear; }
      #carlo-advice-list li:hover > div > div {
        -moz-box-shadow: 0 0 5px 1px rgba(32, 33, 33, 0.25);
        -webkit-box-shadow: 0 0 5px 1px rgba(32, 33, 33, 0.25);
        box-shadow: 0 0 5px 1px rgba(32, 33, 33, 0.25); }
        #carlo-advice-list li:hover > div > div h6 {
          color: #202121;
          -moz-transform: scale(1.05, 1.05);
          -ms-transform: scale(1.05, 1.05);
          -webkit-transform: scale(1.05, 1.05);
          transform: scale(1.05, 1.05);
          -moz-transition: -moz-transform 1s cubic-bezier(0.25, 1.92, 0.55, 0.99), color 0.2s linear;
          -o-transition: -o-transform 1s cubic-bezier(0.25, 1.92, 0.55, 0.99), color 0.2s linear;
          -webkit-transition: -webkit-transform 1s cubic-bezier(0.25, 1.92, 0.55, 0.99), color 0.2s linear;
          transition: transform 1s cubic-bezier(0.25, 1.92, 0.55, 0.99), color 0.2s linear; }

@media screen and (max-width: 768px) {
  #carlo-advice-list li > div {
    height: 175px;
    margin-left: -30px;
    margin-right: -30px; }
    #carlo-advice-list li > div > div {
      padding: .5em 1em; }
      #carlo-advice-list li > div > div h6 {
        line-height: 1.25; } }
#carlo-advice-swiper {
  height: 0;
  overflow: hidden;
  position: relative; }
  #carlo-advice-swiper .swiper-container.swiper-container-horizontal {
    width: 100%;
    height: 100%;
    position: relative; }
    #carlo-advice-swiper .swiper-container.swiper-container-horizontal .swiper-wrapper .swiper-slide {
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
      opacity: 0.4;
      -moz-transition: opacity 0.6s linear;
      -o-transition: opacity 0.6s linear;
      -webkit-transition: opacity 0.6s linear;
      transition: opacity 0.6s linear; }
      #carlo-advice-swiper .swiper-container.swiper-container-horizontal .swiper-wrapper .swiper-slide.swiper-slide-active {
        filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
        opacity: 1;
        -moz-transition: opacity 0.3s linear;
        -o-transition: opacity 0.3s linear;
        -webkit-transition: opacity 0.3s linear;
        transition: opacity 0.3s linear; }
    #carlo-advice-swiper .swiper-container.swiper-container-horizontal .swiper-button-prev, #carlo-advice-swiper .swiper-container.swiper-container-horizontal .swiper-button-next {
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
      opacity: 0.3; }
      #carlo-advice-swiper .swiper-container.swiper-container-horizontal .swiper-button-prev:hover, #carlo-advice-swiper .swiper-container.swiper-container-horizontal .swiper-button-next:hover {
        filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
        opacity: 1; }
    #carlo-advice-swiper .swiper-container.swiper-container-horizontal .swiper-button-prev {
      width: 22px;
      height: 43px;
      background-image: url(assets/graphics/swipers/arrow-left.png);
      background-repeat: no-repeat; }
      @media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
        #carlo-advice-swiper .swiper-container.swiper-container-horizontal .swiper-button-prev {
          background-image: url(assets/graphics/swipers/arrow-left@2x.png);
          -moz-background-size: 22px 43px;
          -o-background-size: 22px 43px;
          -webkit-background-size: 22px 43px;
          background-size: 22px 43px; } }
    #carlo-advice-swiper .swiper-container.swiper-container-horizontal .swiper-button-next {
      width: 22px;
      height: 43px;
      background-image: url(assets/graphics/swipers/arrow-right.png);
      background-repeat: no-repeat; }
      @media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
        #carlo-advice-swiper .swiper-container.swiper-container-horizontal .swiper-button-next {
          background-image: url(assets/graphics/swipers/arrow-right@2x.png);
          -moz-background-size: 22px 43px;
          -o-background-size: 22px 43px;
          -webkit-background-size: 22px 43px;
          background-size: 22px 43px; } }

.advice-content > div {
  background-color: #e3445a;
  position: relative;
  margin: 0 -30px;
  -moz-box-shadow: 0 0 3px 1px rgba(32, 33, 33, 0.1);
  -webkit-box-shadow: 0 0 3px 1px rgba(32, 33, 33, 0.1);
  box-shadow: 0 0 3px 1px rgba(32, 33, 33, 0.1); }
  .advice-content > div:before, .advice-content > div:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #e3445a; }
  .advice-content > div:before {
    -moz-transform: rotate(-1deg);
    -ms-transform: rotate(-1deg);
    -webkit-transform: rotate(-1deg);
    transform: rotate(-1deg);
    z-index: -1; }
  .advice-content > div:after {
    -moz-transform: rotate(1deg);
    -ms-transform: rotate(1deg);
    -webkit-transform: rotate(1deg);
    transform: rotate(1deg);
    z-index: -1; }
  .advice-content > div .advice-header .image {
    width: 120px;
    height: 120px;
    float: left; }
    .advice-content > div .advice-header .image img {
      -moz-border-radius: 50%;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      width: 100px;
      height: 100px;
      margin: 20px 0 0 0; }
  .advice-content > div .advice-header h5 {
    display: block;
    margin-left: 75px; }

@media screen and (max-width: 992px) {
  .advice-content > div {
    margin: 1.5em 0;
    padding-bottom: 1.5em; } }
.advice-content-container {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5); }

#advice-mailing-list {
  padding: 3em 0 5em 0;
  text-align: center; }
  #advice-mailing-list textarea {
    max-width: 100%;
    max-height: 7em; }
  #advice-mailing-list input[type="text"]:focus, #advice-mailing-list input[type="email"]:focus, #advice-mailing-list input[type="password"]:focus {
    outline: none !important; }
  #advice-mailing-list input[type="email"] {
    font-size: 1.5em;
    line-height: 3em;
    text-align: center;
    color: white; }
    #advice-mailing-list input[type="email"]:-moz-placeholder {
      color: white;
      opacity: 0.7; }
    #advice-mailing-list input[type="email"]::-moz-placeholder {
      color: white;
      opacity: 0.7; }
    #advice-mailing-list input[type="email"]:-ms-input-placeholder {
      color: white;
      opacity: 0.7; }
    #advice-mailing-list input[type="email"]::-webkit-input-placeholder {
      color: white;
      opacity: 0.7; }
  #advice-mailing-list input[type="submit"] {
    position: absolute;
    top: 0;
    left: -5000px;
    visibility: hidden; }

@media screen and (max-width: 480px) {
  #advice-mailing-list input[type="email"] {
    font-size: 1.1em;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    line-height: 5em; } }
#carlo-change {
  padding: 5em 0 10em 0;
  position: relative; }
  #carlo-change .static {
    background-image: url(assets/graphics/static.gif);
    background-repeat: no-repeat;
    -moz-background-size: 256px 144px;
    -o-background-size: 256px 144px;
    -webkit-background-size: 256px 144px;
    background-size: 256px 144px;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=10);
    opacity: 0.1; }
  #carlo-change .city {
    background-image: url(assets/images/johannesburg-2.jpg);
    background-repeat: no-repeat;
    -moz-background-size: 1440px 963px;
    -o-background-size: 1440px 963px;
    -webkit-background-size: 1440px 963px;
    background-size: 1440px 963px; }
  #carlo-change .static, #carlo-change .city {
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover; }
  #carlo-change .static, #carlo-change .city, #carlo-change .gradient {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; }
  #carlo-change .gradient {
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzIwMjEyMSIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjcwJSIgc3RvcC1jb2xvcj0iIzIwMjEyMSIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyMDIxMjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(32, 33, 33, 0)), color-stop(70%, rgba(32, 33, 33, 0)), color-stop(100%, #202121));
    background-image: -moz-linear-gradient(rgba(32, 33, 33, 0), rgba(32, 33, 33, 0) 70%, #202121);
    background-image: -webkit-linear-gradient(rgba(32, 33, 33, 0), rgba(32, 33, 33, 0) 70%, #202121);
    background-image: linear-gradient(rgba(32, 33, 33, 0), rgba(32, 33, 33, 0) 70%, #202121); }

#carlo-spotlight-intro {
  padding: 5em 0 5em 0; }

#carlo-spotlight {
  padding: 10em 0 10em 0;
  background-image: url(assets/images/spotlight.jpg);
  background-repeat: no-repeat;
  -moz-background-size: 2880px 2066px;
  -o-background-size: 2880px 2066px;
  -webkit-background-size: 2880px 2066px;
  background-size: 2880px 2066px;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: bottom right;
  position: relative; }
  #carlo-spotlight .gradient {
    position: absolute;
    top: 0;
    left: 0;
    height: 2em;
    width: 100%;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzIwMjEyMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzIwMjEyMSIgc3RvcC1vcGFjaXR5PSIwLjAiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #202121), color-stop(100%, rgba(32, 33, 33, 0)));
    background-image: -moz-linear-gradient(#202121, rgba(32, 33, 33, 0));
    background-image: -webkit-linear-gradient(#202121, rgba(32, 33, 33, 0));
    background-image: linear-gradient(#202121, rgba(32, 33, 33, 0)); }

@media screen and (max-width: 992px) {
  #carlo-spotlight {
    background-image: none; } }
#carlo-quotes {
  padding: 7em 0 0 0;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIvPjxzdG9wIG9mZnNldD0iMzMlIiBzdG9wLWNvbG9yPSIjMjAyMTIxIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzIwMjEyMSIgc3RvcC1vcGFjaXR5PSIwLjAiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #000000), color-stop(33%, rgba(32, 33, 33, 0)), color-stop(100%, rgba(32, 33, 33, 0)));
  background-image: -moz-linear-gradient(#000000, rgba(32, 33, 33, 0) 33%, rgba(32, 33, 33, 0));
  background-image: -webkit-linear-gradient(#000000, rgba(32, 33, 33, 0) 33%, rgba(32, 33, 33, 0));
  background-image: linear-gradient(#000000, rgba(32, 33, 33, 0) 33%, rgba(32, 33, 33, 0)); }
  #carlo-quotes .swiper-container.swiper-container-horizontal {
    width: 166%;
    height: 100%;
    margin-left: -33%;
    cursor: grab; }
    #carlo-quotes .swiper-container.swiper-container-horizontal .swiper-wrapper .swiper-slide {
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
      opacity: 0.4;
      -moz-transition: opacity 0.6s linear;
      -o-transition: opacity 0.6s linear;
      -webkit-transition: opacity 0.6s linear;
      transition: opacity 0.6s linear; }
      #carlo-quotes .swiper-container.swiper-container-horizontal .swiper-wrapper .swiper-slide.swiper-slide-next {
        filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
        opacity: 1;
        -moz-transition: opacity 0.3s linear;
        -o-transition: opacity 0.3s linear;
        -webkit-transition: opacity 0.3s linear;
        transition: opacity 0.3s linear; }
      #carlo-quotes .swiper-container.swiper-container-horizontal .swiper-wrapper .swiper-slide h6 {
        position: relative; }
        #carlo-quotes .swiper-container.swiper-container-horizontal .swiper-wrapper .swiper-slide h6:before, #carlo-quotes .swiper-container.swiper-container-horizontal .swiper-wrapper .swiper-slide h6:after {
          font-size: 5em;
          color: #525555;
          position: absolute; }
        #carlo-quotes .swiper-container.swiper-container-horizontal .swiper-wrapper .swiper-slide h6:before {
          content: '\201C';
          top: 0;
          right: 105%;
          -moz-transform: translateY(-33%);
          -ms-transform: translateY(-33%);
          -webkit-transform: translateY(-33%);
          transform: translateY(-33%); }
        #carlo-quotes .swiper-container.swiper-container-horizontal .swiper-wrapper .swiper-slide h6:after {
          content: '\201D';
          bottom: 0;
          left: 105%;
          -moz-transform: translateY(50%);
          -ms-transform: translateY(50%);
          -webkit-transform: translateY(50%);
          transform: translateY(50%); }
      #carlo-quotes .swiper-container.swiper-container-horizontal .swiper-wrapper .swiper-slide .linkedin-picture {
        float: left;
        width: 80px; }
        #carlo-quotes .swiper-container.swiper-container-horizontal .swiper-wrapper .swiper-slide .linkedin-picture img {
          -moz-border-radius: 50%;
          -webkit-border-radius: 50%;
          border-radius: 50%;
          height: 60px;
          width: 60px; }
      #carlo-quotes .swiper-container.swiper-container-horizontal .swiper-wrapper .swiper-slide .person-details {
        display: block;
        margin-left: 80px; }
  #carlo-quotes .swiper-pagination {
    display: inline-block;
    position: relative;
    padding-top: 1em; }
    #carlo-quotes .swiper-pagination .swiper-pagination-bullet {
      background-color: white;
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
      opacity: 0.75;
      margin: 5px; }
      #carlo-quotes .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background-color: white;
        filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
        opacity: 1;
        -moz-box-shadow: 0 0 0 2px #202121, 0 0 0 3px white;
        -webkit-box-shadow: 0 0 0 2px #202121, 0 0 0 3px white;
        box-shadow: 0 0 0 2px #202121, 0 0 0 3px white; }

@media screen and (max-width: 992px) {
  #carlo-quotes .swiper-container.swiper-container-horizontal {
    width: 100%;
    margin-left: 0; }
    #carlo-quotes .swiper-container.swiper-container-horizontal .swiper-wrapper .swiper-slide.swiper-slide-next {
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
      opacity: 0.4;
      -moz-transition: opacity 0.3s linear;
      -o-transition: opacity 0.3s linear;
      -webkit-transition: opacity 0.3s linear;
      transition: opacity 0.3s linear; }
    #carlo-quotes .swiper-container.swiper-container-horizontal .swiper-wrapper .swiper-slide.swiper-slide-active {
      filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
      opacity: 1;
      -moz-transition: opacity 0.3s linear;
      -o-transition: opacity 0.3s linear;
      -webkit-transition: opacity 0.3s linear;
      transition: opacity 0.3s linear; }
    #carlo-quotes .swiper-container.swiper-container-horizontal .swiper-wrapper .swiper-slide h6:before {
      right: 100%; }
    #carlo-quotes .swiper-container.swiper-container-horizontal .swiper-wrapper .swiper-slide h6:after {
      left: 100%; } }
#carlo-contact {
  padding: 5em 0 5em 0; }
  #carlo-contact .positions {
    line-height: 1.5em; }
  #carlo-contact .positions span {
    padding: 0 5px;
    background-color: #393b3b;
    line-height: 1;
    font-size: .8em;
    margin: 1px 2px 1px 1px;
    display: inline-block;
    z-index: 1;
    position: relative;
    backface-visibility: hidden;
    -moz-transform: translateZ(0);
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
    #carlo-contact .positions span:hover {
      -moz-transform: scale(1.2, 1.2);
      -ms-transform: scale(1.2, 1.2);
      -webkit-transform: scale(1.2, 1.2);
      transform: scale(1.2, 1.2);
      -moz-box-shadow: 0 0 3px 2px #202121;
      -webkit-box-shadow: 0 0 3px 2px #202121;
      box-shadow: 0 0 3px 2px #202121;
      z-index: 2; }
    #carlo-contact .positions span.large {
      font-size: 1.3em;
      background-color: #e3445a; }
    #carlo-contact .positions span.semi-large {
      font-size: 1.1em;
      background-color: #525555; }
    #carlo-contact .positions span.medium {
      font-size: 1em;
      background-color: #464848; }

#carlo-contact-form {
  padding: 7.5em 0 10em 0;
  position: relative; }
  #carlo-contact-form textarea {
    max-width: 100%;
    max-height: 7em; }
  #carlo-contact-form input[type="text"]:focus, #carlo-contact-form input[type="email"]:focus, #carlo-contact-form input[type="password"]:focus {
    outline: none !important; }
  #carlo-contact-form .static {
    background-image: url(assets/graphics/static.gif);
    background-repeat: no-repeat;
    -moz-background-size: 256px 144px;
    -o-background-size: 256px 144px;
    -webkit-background-size: 256px 144px;
    background-size: 256px 144px;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=5);
    opacity: 0.05; }
  #carlo-contact-form .city {
    background-image: url(assets/images/johannesburg.jpg);
    background-repeat: no-repeat;
    -moz-background-size: 1440px 963px;
    -o-background-size: 1440px 963px;
    -webkit-background-size: 1440px 963px;
    background-size: 1440px 963px; }
  #carlo-contact-form .static, #carlo-contact-form .city {
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover; }
  #carlo-contact-form .static, #carlo-contact-form .city, #carlo-contact-form .gradient {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; }
  #carlo-contact-form .gradient {
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzIwMjEyMSIvPjxzdG9wIG9mZnNldD0iMzAlIiBzdG9wLWNvbG9yPSIjMjAyMTIxIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzIwMjEyMSIgc3RvcC1vcGFjaXR5PSIwLjAiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #202121), color-stop(30%, rgba(32, 33, 33, 0)), color-stop(100%, rgba(32, 33, 33, 0)));
    background-image: -moz-linear-gradient(#202121, rgba(32, 33, 33, 0) 30%, rgba(32, 33, 33, 0));
    background-image: -webkit-linear-gradient(#202121, rgba(32, 33, 33, 0) 30%, rgba(32, 33, 33, 0));
    background-image: linear-gradient(#202121, rgba(32, 33, 33, 0) 30%, rgba(32, 33, 33, 0)); }
  #carlo-contact-form .input-field {
    position: relative;
    padding-top: 1.5em;
    margin-top: 1.5em; }
    #carlo-contact-form .input-field label {
      position: absolute;
      top: 0;
      left: .8em;
      font-size: .66em;
      color: gray; }
  #carlo-contact-form input[type="text"], #carlo-contact-form input[type="email"], #carlo-contact-form textarea {
    background-color: rgba(32, 33, 33, 0.8);
    font-size: 1.1em;
    padding: 1.5em 1em;
    margin-bottom: .25em;
    color: white; }
    #carlo-contact-form input[type="text"]:-moz-placeholder, #carlo-contact-form input[type="email"]:-moz-placeholder, #carlo-contact-form textarea:-moz-placeholder {
      color: white;
      opacity: 0.7; }
    #carlo-contact-form input[type="text"]::-moz-placeholder, #carlo-contact-form input[type="email"]::-moz-placeholder, #carlo-contact-form textarea::-moz-placeholder {
      color: white;
      opacity: 0.7; }
    #carlo-contact-form input[type="text"]:-ms-input-placeholder, #carlo-contact-form input[type="email"]:-ms-input-placeholder, #carlo-contact-form textarea:-ms-input-placeholder {
      color: white;
      opacity: 0.7; }
    #carlo-contact-form input[type="text"]::-webkit-input-placeholder, #carlo-contact-form input[type="email"]::-webkit-input-placeholder, #carlo-contact-form textarea::-webkit-input-placeholder {
      color: white;
      opacity: 0.7; }
  #carlo-contact-form input[type="submit"] {
    position: absolute;
    top: 0;
    left: -5000px;
    visibility: hidden; }
