@import "slick.css";
@import "slick-theme.css";
@import "hamburgers.css";
@import "jquery.flexdatalist.min.css";
@import "jquery.modal.min.css";
@import "videopopup.css";
@font-face {
  font-family: 'icons';
  src: url('font/icons.eot?66343475');
  src: url('font/icons.eot?66343475#iefix') format('embedded-opentype'), url('font/icons.woff?66343475') format('woff'), url('font/icons.ttf?66343475') format('truetype'), url('font/icons.svg?66343475#icons') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Exo2';
  src: url('font/Exo2-Light.ttf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Exo2Bold';
  src: url('font/Exo2-Bold.ttf');
  font-weight: bold;
  font-style: normal;
}
html,
body {
  font-family: "Exo2", "Helvetica Neue", Arial, Helvetica, sans-serif;
}
b,
strong {
  font-family: "Exo2Bold", "Helvetica Neue", Arial, Helvetica, sans-serif;
}
@media (max-width: 600px) {
  body {
    font-size: 0.6em;
  }
}
.icons {
  font-family: "icons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* You can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.icons.icon-account:before {
  content: '\f2be';
}
.icons.icon-phone:before {
  content: '\e800';
}
.icons.icon-go:before,
.icons.icon-right-dir:before {
  content: '\e804';
}
.icons.icon-left-dir:before {
  content: '\e803';
}
.icons.caret:before {
  content: '\e801';
}
.icons.icon-down-dir:before {
  content: '\e801';
}
.icons.icon-up-dir:before {
  content: '\e802';
}
.icons.icon-map-pin:before {
  content: '\f031';
}
.icons.icon-mail:before {
  content: '\f0e0';
}
.icons.icon-menu:before {
  content: '\f0c9';
}
.icons.icon-plus:before {
  content: '\e803';
}
.icons.icon-minus:before {
  content: '\e804';
}
.icons.icon-send:before {
  content: '\f1d8';
}
.text-success {
  color: #30bf30;
}
.text-danger {
  color: #e2604b;
}
html {
  height: 100%;
  background-color: #1f1f1f;
  min-width: 310px;
}
body {
  height: 100%;
  width: 100%;
  background-color: #dedede;
  margin: 0;
  display: table;
}
application {
  position: relative;
  display: table-cell;
  min-height: 100%;
  width: 100%;
  margin: 0 auto;
  padding: 0 0 400px;
  overflow: hidden;
}
application > div[key="container"],
application > div.container {
  height: 100%;
  max-width: 1600px;
  margin: auto;
}
application > div[key="container"] > [as="viewport"],
application > div.container > [as="viewport"] {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  box-sizing: border-box;
  display: block;
  padding-top: 72px;
}
@media (max-width: 600px) {
  application > div[key="container"] > [as="viewport"],
  application > div.container > [as="viewport"] {
    padding-top: 54px;
  }
}
navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  display: block;
  z-index: 3000;
  background-color: #1f1f1f;
  border-bottom: solid 1px #ffffff;
  height: 72px;
  padding: 0 18px;
  box-sizing: border-box;
  box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  color: #ffffff;
  -khtml-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 960px) {
  navbar.open {
    height: 100%;
  }
  navbar.open h1,
  navbar.open h2 {
    color: #c91901 !important;
  }
  navbar.open ul.navigation {
    opacity: 1;
    pointer-events: initial;
    font-size: x-large;
  }
  navbar.open a {
    color: #ffffff;
  }
  navbar.open a:hover {
    color: #c91901;
  }
}
navbar a {
  color: #ffffff;
  text-decoration: none;
}
navbar a:hover {
  color: #c91901;
}
navbar .container {
  display: table;
  width: 100%;
  height: 72px;
  max-width: 1600px;
  margin: 0 auto;
}
navbar .container > * {
  display: table-cell;
  vertical-align: middle;
}
navbar .logo {
  padding: 0 0 0 18px;
}
navbar .logo a {
  padding: 6px;
  display: inline-block;
  background-color: #ffffff;
  -khtml-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  -khtml-box-shadow: inset 0 0px 8px #2b2b2b;
  -moz-box-shadow: inset 0 0px 8px #2b2b2b;
  -o-box-shadow: inset 0 0px 8px #2b2b2b;
  -webkit-box-shadow: inset 0 0px 8px #2b2b2b;
  box-shadow: inset 0 0px 8px #2b2b2b;
}
navbar .logo img {
  height: 36px;
}
navbar ul.menu {
  list-style-type: none;
  padding: 0 18px 0 0;
  margin: 0;
  white-space: nowrap;
  text-align: right;
}
navbar ul.menu li {
  padding: 9px;
  display: inline-block;
}
navbar ul.menu li.button {
  display: none;
}
navbar .hamburger {
  padding: 0;
}
navbar .hamburger:focus {
  outline: 0;
}
navbar .hamburger-inner,
navbar .hamburger-inner::before,
navbar .hamburger-inner::after {
  background-color: #ffffff;
}
.is-active navbar .hamburger-inner,
.is-active navbar .hamburger-inner::before,
.is-active navbar .hamburger-inner::after {
  background-color: #c91901;
}
navbar .content {
  position: absolute;
  left: 0;
  right: 0;
  top: 79px;
  bottom: 0;
  overflow: auto;
}
navbar ul.navigation {
  opacity: 0;
  list-style-type: none;
  pointer-events: none;
  color: #1f1f1f;
  margin: 0;
  padding: 0;
  -khtml-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
navbar ul.navigation li {
  text-align: center;
}
@media (max-width: 600px) {
  navbar ul.navigation li .padded-media {
    padding: 18px;
    box-sizing: border-box;
  }
}
@media (min-width: 601px) and (max-width: 960px) {
  navbar ul.navigation li .padded-media {
    padding: 36px;
    box-sizing: border-box;
  }
}
@media (min-width: 961px) and (max-width: 1200px) {
  navbar ul.navigation li .padded-media {
    padding: 54px;
    box-sizing: border-box;
  }
}
@media (min-width: 1201px) {
  navbar ul.navigation li .padded-media {
    padding: 72px;
    box-sizing: border-box;
  }
}
@media (max-width: 600px) {
  navbar ul.navigation li {
    padding: 18px;
    box-sizing: border-box;
  }
}
@media (min-width: 601px) and (max-width: 960px) {
  navbar ul.navigation li {
    padding: 36px;
    box-sizing: border-box;
  }
}
@media (min-width: 961px) and (max-width: 1200px) {
  navbar ul.navigation li {
    padding: 54px;
    box-sizing: border-box;
  }
}
@media (min-width: 961px) {
  navbar ul.navigation li {
    padding: 72px;
    box-sizing: border-box;
  }
}
@media (max-width: 600px) {
  navbar ul.navigation li {
    padding: 18px;
    box-sizing: border-box;
  }
}
@media (min-width: 601px) and (max-width: 960px) {
  navbar ul.navigation li {
    padding: 36px;
    box-sizing: border-box;
  }
}
@media (min-width: 961px) and (max-width: 1200px) {
  navbar ul.navigation li {
    padding: 54px;
    box-sizing: border-box;
  }
}
@media (min-width: 961px) {
  navbar ul.navigation li {
    padding: 72px;
    box-sizing: border-box;
  }
}
navbar ul.navigation li.current a {
  color: #c91901;
}
@media (max-width: 600px) {
  navbar {
    height: 54px;
  }
  navbar .container {
    height: 54px;
  }
  navbar .logo img {
    height: 27px;
  }
  navbar ul.menu li.button {
    left: 9px;
  }
}
@media (max-width: 960px) {
  navbar .logo {
    padding-left: 0;
  }
  navbar ul.menu {
    padding: 0;
  }
  navbar ul.menu li {
    padding: 0;
  }
  navbar ul.menu li.item {
    display: none;
  }
  navbar ul.menu li.button {
    position: relative;
    display: inline-block;
    font-size: 2em;
  }
}
nav.tabs {
  position: fixed;
  top: 72px;
  left: 0;
  width: 100%;
  display: block;
  z-index: 2000;
  padding: 0 18px;
  box-sizing: border-box;
  -khtml-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
nav.tabs.up {
  top: 0;
}
nav.tabs a {
  color: #ffffff;
  text-decoration: none;
}
nav.tabs ul {
  margin: 0 auto;
  list-style: none;
  padding: 0;
  text-align: justify;
  box-sizing: border-box;
  padding: 0 18px;
  max-width: 1600px;
}
nav.tabs ul:after {
  content: '';
  display: inline-block;
  width: 100%;
}
nav.tabs ul > li {
  display: inline-block;
  background-color: #1f1f1f;
  text-align: center;
  height: 54px;
  width: 15%;
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  border-radius: 0 0 9px 9px;
}
nav.tabs ul > li a {
  display: block;
  height: 100%;
  line-height: 54px;
}
nav.tabs ul > li.current a {
  color: #c91901;
}
@media (max-width: 960px) {
  nav.tabs {
    display: none;
  }
}
footer {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 400px;
  width: 100%;
  z-index: 1000;
  background-color: #1f1f1f;
  color: #ffffff;
  box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);
}
footer a {
  color: #ffffff;
  text-decoration: none;
  -khtml-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
footer a:hover {
  color: #c91901;
}
footer .container {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
}
footer .container > * {
  padding: 18px;
}
footer .quality span {
  font-size: small;
}
footer .quality span > b {
  color: #c91901;
  font-size: initial;
}
footer .quality > * {
  margin-bottom: 18px;
}
footer .quality .signup {
  text-align: right;
  margin-top: 36px;
}
footer .quality .signup > a {
  background-color: #c91901;
  padding: 18px;
  border-radius: 3px;
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 3px 1px -2px rgba(0, 0, 0, 0.12);
  -khtml-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
footer .quality .signup > a:hover {
  color: #ffffff;
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
}
footer .map ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
footer .map ul li {
  margin-bottom: 18px;
}
footer .map ul li:before {
  content: '\e804';
  font-family: "icons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* You can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
  margin-right: 9px;
}
footer .map ul li:before.icon-account:before {
  content: '\f2be';
}
footer .map ul li:before.icon-phone:before {
  content: '\e800';
}
footer .map ul li:before.icon-go:before,
footer .map ul li:before.icon-right-dir:before {
  content: '\e804';
}
footer .map ul li:before.icon-left-dir:before {
  content: '\e803';
}
footer .map ul li:before.caret:before {
  content: '\e801';
}
footer .map ul li:before.icon-down-dir:before {
  content: '\e801';
}
footer .map ul li:before.icon-up-dir:before {
  content: '\e802';
}
footer .map ul li:before.icon-map-pin:before {
  content: '\f031';
}
footer .map ul li:before.icon-mail:before {
  content: '\f0e0';
}
footer .map ul li:before.icon-menu:before {
  content: '\f0c9';
}
footer .map ul li:before.icon-plus:before {
  content: '\e803';
}
footer .map ul li:before.icon-minus:before {
  content: '\e804';
}
footer .map ul li:before.icon-send:before {
  content: '\f1d8';
}
footer .map ul li.current:before,
footer .map ul li.current a {
  color: #c91901;
}
footer .contact {
  background-color: #1f1f1f;
}
footer .contact .address {
  display: table;
}
footer .contact .address > * {
  display: table-cell;
  vertical-align: top;
}
footer .contact .address * + * {
  padding-left: 9px;
}
footer header {
  text-transform: uppercase;
  margin-bottom: 18px;
}
footer img.union {
  height: 120px;
}
@media (max-width: 960px) {
  footer .map {
    display: none;
  }
}
footer .copyright {
  padding: 18px;
  text-align: center;
}
@media (min-width: 961px) {
  footer .container {
    display: table;
  }
  footer .container > * {
    display: table-cell;
    width: 33%;
  }
}
@media (max-width: 600px) {
  .hero .padded-media {
    padding: 18px;
    box-sizing: border-box;
  }
}
@media (min-width: 601px) and (max-width: 960px) {
  .hero .padded-media {
    padding: 36px;
    box-sizing: border-box;
  }
}
@media (min-width: 961px) and (max-width: 1200px) {
  .hero .padded-media {
    padding: 54px;
    box-sizing: border-box;
  }
}
@media (min-width: 1201px) {
  .hero .padded-media {
    padding: 72px;
    box-sizing: border-box;
  }
}
@media (max-width: 600px) {
  .hero {
    padding: 18px;
    box-sizing: border-box;
  }
}
@media (min-width: 601px) and (max-width: 960px) {
  .hero {
    padding: 36px;
    box-sizing: border-box;
  }
}
@media (min-width: 961px) and (max-width: 1200px) {
  .hero {
    padding: 54px;
    box-sizing: border-box;
  }
}
@media (min-width: 961px) {
  .hero {
    padding: 72px;
    box-sizing: border-box;
  }
}
@media (max-width: 600px) {
  .hero {
    padding: 18px;
    box-sizing: border-box;
  }
}
@media (min-width: 601px) and (max-width: 960px) {
  .hero {
    padding: 36px;
    box-sizing: border-box;
  }
}
@media (min-width: 961px) and (max-width: 1200px) {
  .hero {
    padding: 54px;
    box-sizing: border-box;
  }
}
@media (min-width: 961px) {
  .hero {
    padding: 72px;
    box-sizing: border-box;
  }
}
.hero h1 {
  display: none;
}
.hero p {
  text-align: center;
}
@media (max-width: 600px) {
}
@media (max-width: 960px) {
  .hero {
    font-size: 1.4em;
  }
  .hero h1 {
    display: block;
  }
}
@media (min-width: 961px) {
  .hero {
    font-size: 2em;
  }
  .hero p {
    margin-right: 472px;
  }
}
@media (max-width: 960px) {
  [as="viewport"] .content aside {
    display: none;
  }
}
@media (max-width: 960px) and (max-width: 600px) {
  [as="viewport"] .content .padded-media {
    padding: 18px;
    box-sizing: border-box;
  }
}
@media (max-width: 960px) and (min-width: 601px) and (max-width: 960px) {
  [as="viewport"] .content .padded-media {
    padding: 36px;
    box-sizing: border-box;
  }
}
@media (max-width: 960px) and (min-width: 961px) and (max-width: 1200px) {
  [as="viewport"] .content .padded-media {
    padding: 54px;
    box-sizing: border-box;
  }
}
@media (max-width: 960px) and (min-width: 1201px) {
  [as="viewport"] .content .padded-media {
    padding: 72px;
    box-sizing: border-box;
  }
}
@media (max-width: 960px) and (max-width: 600px) {
  [as="viewport"] .content {
    padding: 18px;
    box-sizing: border-box;
  }
}
@media (max-width: 960px) and (min-width: 601px) and (max-width: 960px) {
  [as="viewport"] .content {
    padding: 36px;
    box-sizing: border-box;
  }
}
@media (max-width: 960px) and (min-width: 961px) and (max-width: 1200px) {
  [as="viewport"] .content {
    padding: 54px;
    box-sizing: border-box;
  }
}
@media (max-width: 960px) and (min-width: 961px) {
  [as="viewport"] .content {
    padding: 72px;
    box-sizing: border-box;
  }
}
@media (max-width: 960px) and (max-width: 600px) {
  [as="viewport"] .content {
    padding: 18px;
    box-sizing: border-box;
  }
}
@media (max-width: 960px) and (min-width: 601px) and (max-width: 960px) {
  [as="viewport"] .content {
    padding: 36px;
    box-sizing: border-box;
  }
}
@media (max-width: 960px) and (min-width: 961px) and (max-width: 1200px) {
  [as="viewport"] .content {
    padding: 54px;
    box-sizing: border-box;
  }
}
@media (max-width: 960px) and (min-width: 961px) {
  [as="viewport"] .content {
    padding: 72px;
    box-sizing: border-box;
  }
}
@media (min-width: 961px) {
  [as="viewport"] .content {
    display: table;
    width: 100%;
  }
  [as="viewport"] .content .sections,
  [as="viewport"] .content aside {
    vertical-align: top;
    display: table-cell;
  }
  [as="viewport"] .content .sections {
    padding-right: 18px;
    box-sizing: border-box;
  }
  [as="viewport"] .content .sections > li > label {
    display: none;
  }
  [as="viewport"] .content aside {
    position: relative;
    width: 436px;
    height: 218px;
    -khtml-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  [as="viewport"] .content aside.signup {
    height: 654px;
  }
  [as="viewport"] .content aside ul {
    position: absolute;
    top: -236px;
    left: 36px;
    width: 436px;
    box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  }
}
@media (min-width: 961px) and (max-width: 600px) {
  [as="viewport"] .content .padded-media {
    padding: 18px;
    box-sizing: border-box;
  }
}
@media (min-width: 961px) and (min-width: 601px) and (max-width: 960px) {
  [as="viewport"] .content .padded-media {
    padding: 36px;
    box-sizing: border-box;
  }
}
@media (min-width: 961px) and (min-width: 961px) and (max-width: 1200px) {
  [as="viewport"] .content .padded-media {
    padding: 54px;
    box-sizing: border-box;
  }
}
@media (min-width: 961px) and (min-width: 1201px) {
  [as="viewport"] .content .padded-media {
    padding: 72px;
    box-sizing: border-box;
  }
}
@media (min-width: 961px) and (max-width: 600px) {
  [as="viewport"] .content {
    padding: 18px;
    box-sizing: border-box;
  }
}
@media (min-width: 961px) and (min-width: 601px) and (max-width: 960px) {
  [as="viewport"] .content {
    padding: 36px;
    box-sizing: border-box;
  }
}
@media (min-width: 961px) and (min-width: 961px) and (max-width: 1200px) {
  [as="viewport"] .content {
    padding: 54px;
    box-sizing: border-box;
  }
}
@media (min-width: 961px) and (min-width: 961px) {
  [as="viewport"] .content {
    padding: 72px;
    box-sizing: border-box;
  }
}
@media (min-width: 961px) and (max-width: 600px) {
  [as="viewport"] .content {
    padding: 18px;
    box-sizing: border-box;
  }
}
@media (min-width: 961px) and (min-width: 601px) and (max-width: 960px) {
  [as="viewport"] .content {
    padding: 36px;
    box-sizing: border-box;
  }
}
@media (min-width: 961px) and (min-width: 961px) and (max-width: 1200px) {
  [as="viewport"] .content {
    padding: 54px;
    box-sizing: border-box;
  }
}
@media (min-width: 961px) and (min-width: 961px) {
  [as="viewport"] .content {
    padding: 72px;
    box-sizing: border-box;
  }
}
@media (min-width: 1601px) {
  [as="viewport"] .content aside ul {
    left: 54px;
  }
}
ul.sections {
  list-style: none;
  padding: 0;
}
ul.sections > li > input {
  display: none;
  visibility: hidden;
}
ul.sections > li > input ~ label:after {
  content: '\e804';
  -khtml-transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
ul.sections > li > input ~ article {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  -khtml-transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
ul.sections > li > input:checked ~ label:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
ul.sections > li > input:checked ~ article {
  max-height: 1600px;
  opacity: 1;
  height: auto;
}
ul.sections > li > label {
  position: relative;
  cursor: pointer;
}
ul.sections > li > label h3 {
  display: inline-block;
  margin: 0;
  padding: 18px 0;
  cursor: pointer;
  width: 100%;
}
ul.sections > li > label:after {
  position: absolute;
  cursor: pointer;
  top: 1px;
  right: 0;
  color: #c91901;
  display: inline-block;
  font-family: 'icons';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  float: right;
}
aside > ul {
  list-style: none;
  padding: 0;
  background-color: #1f1f1f;
  color: #ffffff;
  border-radius: 9px;
  z-index: 24;
}
aside > ul > li {
  box-sizing: border-box;
}
aside > ul > li.shortcut {
  padding: 18px 0 0;
}
aside > ul > li .video-slides {
  max-height: 244px;
  overflow: hidden;
}
aside > ul > li label {
  cursor: pointer;
}
aside > ul > li label h3 {
  -khtml-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  font-weight: initial;
}
.s1 aside > ul > li label[for="s1"] {
  color: #c91901;
}
.s2 aside > ul > li label[for="s2"] {
  color: #c91901;
}
.s3 aside > ul > li label[for="s3"] {
  color: #c91901;
}
.s4 aside > ul > li label[for="s4"] {
  color: #c91901;
}
.s5 aside > ul > li label[for="s5"] {
  color: #c91901;
}
aside > ul > li > input {
  display: none;
  visibility: hidden;
}
aside > ul > li > input ~ div,
aside > ul > li > input ~ form {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  -khtml-transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
aside > ul > li > input:checked ~ div,
aside > ul > li > input:checked ~ form {
  max-height: 1600px;
  opacity: 1;
  height: auto;
}
aside > ul > li img {
  width: 100%;
  height: auto;
}
aside > ul > li .links {
  padding: 0 18px;
}
aside > ul > li .signup {
  margin: 18px 36px 36px;
  text-align: right;
  border-top: solid 1px #ffffff;
  padding: 36px 0 0 !important;
}
aside > ul > li .signup .action {
  background-color: #c91901;
  padding: 18px;
  border-radius: 3px;
  color: #ffffff;
  text-decoration: none;
  border: none;
  font-family: 'Exo2';
  font-size: 1em;
  cursor: pointer;
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 3px 1px -2px rgba(0, 0, 0, 0.12);
  -khtml-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
aside > ul > li .signup .action:hover {
  color: #ffffff;
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
}
aside > ul > li .signup #report {
  text-align: center;
}
aside > ul > li.thankyou p {
  text-align: center;
}
aside > ul .form form h3 {
  margin: 0;
}
aside > ul .form form > div {
  padding: 18px;
}
aside > ul .form form input {
  background-color: #ffffff;
  border: none;
  font-family: 'Lato', Calibri, Arial, sans-serif;
  line-height: 1.5;
  font-size: 1.4em;
  padding: 5px 10px;
  color: #1f1f1f;
  display: block;
  width: 100%;
  background: #ffffff;
  box-sizing: border-box;
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  -khtml-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
aside > ul .form form input:focus {
  outline: none;
  box-shadow: 0px 2px 4px -1px rgba(255, 255, 255, 0.4), 0px 4px 5px 0px rgba(255, 255, 255, 0.28), 0px 1px 10px 0px rgba(255, 255, 255, 0.24);
}
aside > ul .form form .links.signup label {
  cursor: pointer;
  float: left;
}
aside > ul .lb_label {
  white-space: nowrap;
}
.video-container {
  position: absolute;
  height: 0;
  width: 0;
}
.modal {
  list-style: none;
  padding: 0;
  background-color: #1f1f1f;
  color: #ffffff;
  z-index: 24;
}
.modal form h3 {
  margin: 0;
}
.modal form > div {
  padding: 18px;
}
.modal form input {
  background-color: #ffffff;
  border: none;
  font-family: 'Lato', Calibri, Arial, sans-serif;
  line-height: 1.5;
  font-size: 1.4em;
  padding: 5px 10px;
  color: #1f1f1f;
  display: block;
  width: 100%;
  background: #ffffff;
  box-sizing: border-box;
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  -khtml-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.modal form input:focus {
  outline: none;
  box-shadow: 0px 2px 4px -1px rgba(255, 255, 255, 0.4), 0px 4px 5px 0px rgba(255, 255, 255, 0.28), 0px 1px 10px 0px rgba(255, 255, 255, 0.24);
}
.modal .lb_label {
  white-space: nowrap;
}
.modal .signup {
  margin: 18px 36px 36px;
  text-align: right;
  border-top: solid 1px #ffffff;
  padding: 36px 0 0 !important;
}
.modal .signup .action {
  background-color: #c91901;
  padding: 18px;
  border-radius: 3px;
  color: #ffffff;
  text-decoration: none;
  border: none;
  font-family: 'Exo2';
  font-size: 1em;
  cursor: pointer;
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 3px 1px -2px rgba(0, 0, 0, 0.12);
  -khtml-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.modal .signup .action:hover {
  color: #ffffff;
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
}
.modal #report {
  text-align: center;
}
.modal .thankyou p {
  text-align: center;
}
.modal > li > input {
  display: none;
  visibility: hidden;
}
.modal > li > input ~ div,
.modal > li > input ~ form {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  -khtml-transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.modal > li > input:checked ~ div,
.modal > li > input:checked ~ form {
  max-height: 1600px;
  opacity: 1;
  height: auto;
}
.spinner {
  margin: 100px auto 0;
  width: 70px;
  text-align: center;
  display: inline-block;
  margin: 0;
  -khtml-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.spinner.hidden {
  opacity: 0;
}
.spinner > div {
  width: 18px;
  height: 18px;
  background-color: #333;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}
.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
@-webkit-keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
[as="viewport"] {
  background-color: #ffffff;
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}
[as="viewport"] .cover {
  display: block;
  -khtml-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
[as="viewport"] .cover.upper {
  max-height: 382px;
  background: linear-gradient(to right, rgba(201, 25, 1, 0.5), rgba(201, 25, 1, 0.5)), url('../assets/top.png');
  background-position: bottom, bottom 0 center;
  background-repeat: no-repeat, no-repeat;
  background-size: cover, cover;
}
[as="viewport"] .cover.lower {
  height: 382px;
  background: linear-gradient(to right, rgba(201, 25, 1, 0.5), rgba(201, 25, 1, 0.5)), url('../assets/bottom.png');
  background-position: top, top 0 center;
  background-repeat: no-repeat, no-repeat;
  background-size: cover, cover;
}
[as="viewport"] .content {
  min-height: 382px;
}
.directives {
  opacity: 0;
}
.directives.slick-initialized {
  opacity: 1;
}
.directives .values,
.directives .guarantee {
  display: table!important;
  height: 382px;
}
.directives .values > div,
.directives .guarantee > div {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.directives .values > div > div,
.directives .guarantee > div > div {
  display: inline-block;
  border: solid 4px #ffffff;
  height: 270px;
  width: 270px;
}
.directives .values header,
.directives .guarantee header {
  text-transform: uppercase;
}
@media (max-width: 600px) {
  .directives .values,
  .directives .guarantee {
    height: 357px;
  }
}
.directives .values .container,
.directives .guarantee .container {
  position: relative;
}
.directives .values .container:before,
.directives .guarantee .container:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  text-transform: uppercase;
  text-align: center;
  -webkit-transition: all 1s cubic-bezier(0.875, 0, 0.12, 1);
  -moz-transition: all 1s cubic-bezier(0.875, 0, 0.12, 1);
  -o-transition: all 1s cubic-bezier(0.875, 0, 0.12, 1);
  transition: all 1s cubic-bezier(0.875, 0, 0.12, 1);
}
.directives .values .container header,
.directives .guarantee .container header {
  position: absolute;
  left: 0;
  width: 100%;
  top: 50%;
  opacity: 1;
  margin-top: -33px;
  -webkit-transition: all 1s cubic-bezier(0.875, 0, 0.12, 1);
  -moz-transition: all 1s cubic-bezier(0.875, 0, 0.12, 1);
  -o-transition: all 1s cubic-bezier(0.875, 0, 0.12, 1);
  transition: all 1s cubic-bezier(0.875, 0, 0.12, 1);
  white-space: nowrap;
}
.directives .slick-dots li button:before {
  color: #ffffff;
  opacity: .625;
  font-size: 18px;
}
.directives .slick-dots li.slick-active button:before {
  color: #ffffff;
  opacity: 1;
}
.directives .values .container:before {
  content: 'Our Values';
}
.directives .values .container .value-list {
  padding: 9px;
  opacity: 0;
  height: 100%;
  -webkit-transition: all 1s cubic-bezier(0.875, 0, 0.12, 1);
  -moz-transition: all 1s cubic-bezier(0.875, 0, 0.12, 1);
  -o-transition: all 1s cubic-bezier(0.875, 0, 0.12, 1);
  transition: all 1s cubic-bezier(0.875, 0, 0.12, 1);
}
.directives .values .container .value-list > div {
  height: 100%;
}
.directives .values .container .value-list > div > div {
  height: 100%;
}
.directives .values .container .slick-slide {
  display: table;
  height: 100%;
}
.directives .values .container .slick-slide > div {
  display: table-cell;
  vertical-align: middle;
  padding-bottom: 30px;
}
.directives .guarantee .container:before {
  content: 'Our Guarantee';
}
.directives .guarantee .container p {
  padding: 9px;
  opacity: 0;
  -webkit-transition: all 1s cubic-bezier(0.875, 0, 0.12, 1);
  -moz-transition: all 1s cubic-bezier(0.875, 0, 0.12, 1);
  -o-transition: all 1s cubic-bezier(0.875, 0, 0.12, 1);
  transition: all 1s cubic-bezier(0.875, 0, 0.12, 1);
}
@media (max-width: 600px) {
  .directives .values.slick-active .container:before,
  .directives .guarantee.slick-active .container:before {
    top: -30px;
    opacity: 1;
  }
  .directives .values.slick-active .container header,
  .directives .guarantee.slick-active .container header {
    top: 0;
    opacity: 0;
  }
  .directives .values.slick-active .container .value-list {
    opacity: 1;
  }
  .directives .guarantee.slick-active .container p {
    opacity: 1;
  }
}
@media (min-width: 601px) {
  .directives.focused .values .container:before,
  .directives.focused .guarantee .container:before {
    top: -30px;
    opacity: 1;
  }
  .directives.focused .values .container header,
  .directives.focused .guarantee .container header {
    top: 0;
    opacity: 0;
  }
  .directives.focused .values .container .value-list {
    opacity: 1;
  }
  .directives.focused .guarantee .container p {
    opacity: 1;
  }
}
/*


	    display: block;
    padding: 4px;
    position: absolute;
    -webkit-transition: -webkit-transform .5s cubic-bezier(0.875,0,0.12,1);
    -moz-transition: -moz-transform .5s cubic-bezier(0.875,0,0.12,1);
    -o-transition: -o-transform .5s cubic-bezier(0.875,0,0.12,1);
    transition: transform .5s cubic-bezier(0.875,0,0.12,1);
    z-index: 1;

 */
home .content {
  display: block;
}
@media (max-width: 600px) {
  home .content .padded-media {
    padding: 18px;
    box-sizing: border-box;
  }
}
@media (min-width: 601px) and (max-width: 960px) {
  home .content .padded-media {
    padding: 36px;
    box-sizing: border-box;
  }
}
@media (min-width: 961px) and (max-width: 1200px) {
  home .content .padded-media {
    padding: 54px;
    box-sizing: border-box;
  }
}
@media (min-width: 1201px) {
  home .content .padded-media {
    padding: 72px;
    box-sizing: border-box;
  }
}
@media (max-width: 600px) {
  home .content {
    padding: 18px;
    box-sizing: border-box;
  }
}
@media (min-width: 601px) and (max-width: 960px) {
  home .content {
    padding: 36px;
    box-sizing: border-box;
  }
}
@media (min-width: 961px) and (max-width: 1200px) {
  home .content {
    padding: 54px;
    box-sizing: border-box;
  }
}
@media (min-width: 961px) {
  home .content {
    padding: 72px;
    box-sizing: border-box;
  }
}
@media (max-width: 600px) {
  home .content {
    padding: 18px;
    box-sizing: border-box;
  }
}
@media (min-width: 601px) and (max-width: 960px) {
  home .content {
    padding: 36px;
    box-sizing: border-box;
  }
}
@media (min-width: 961px) and (max-width: 1200px) {
  home .content {
    padding: 54px;
    box-sizing: border-box;
  }
}
@media (min-width: 961px) {
  home .content {
    padding: 72px;
    box-sizing: border-box;
  }
}
home .content .offer {
  padding-top: 18px !important;
  text-align: center;
  font-size: 36px;
}
@media (max-width: 600px) {
  home .content .offer .padded-media {
    padding: 18px;
    box-sizing: border-box;
  }
}
@media (min-width: 601px) and (max-width: 960px) {
  home .content .offer .padded-media {
    padding: 36px;
    box-sizing: border-box;
  }
}
@media (min-width: 961px) and (max-width: 1200px) {
  home .content .offer .padded-media {
    padding: 54px;
    box-sizing: border-box;
  }
}
@media (min-width: 1201px) {
  home .content .offer .padded-media {
    padding: 72px;
    box-sizing: border-box;
  }
}
@media (max-width: 600px) {
  home .content .offer {
    padding: 18px;
    box-sizing: border-box;
  }
}
@media (min-width: 601px) and (max-width: 960px) {
  home .content .offer {
    padding: 36px;
    box-sizing: border-box;
  }
}
@media (min-width: 961px) and (max-width: 1200px) {
  home .content .offer {
    padding: 54px;
    box-sizing: border-box;
  }
}
@media (min-width: 961px) {
  home .content .offer {
    padding: 72px;
    box-sizing: border-box;
  }
}
@media (max-width: 600px) {
  home .content .offer {
    padding: 18px;
    box-sizing: border-box;
  }
}
@media (min-width: 601px) and (max-width: 960px) {
  home .content .offer {
    padding: 36px;
    box-sizing: border-box;
  }
}
@media (min-width: 961px) and (max-width: 1200px) {
  home .content .offer {
    padding: 54px;
    box-sizing: border-box;
  }
}
@media (min-width: 961px) {
  home .content .offer {
    padding: 72px;
    box-sizing: border-box;
  }
}
home .content .offer a {
  display: table;
  margin: auto;
  color: #1f1f1f;
  text-decoration: none;
}
home .content .offer a b {
  font-weight: initial;
  color: #c91901;
  font-size: 108px;
}
home .content .offer a span {
  line-height: 144px;
}
home .content .offer a span i {
  font-style: initial;
  color: #c91901;
}
home .content .offer a > * {
  display: table-cell;
  vertical-align: top;
}
home .content .videos {
  position: relative;
  width: 100%;
  margin: auto;
}
home .content .videos > .video-slider {
  display: none;
}
home .content .videos > .video-slider > div {
  display: none;
}
home .content .videos > .video-slider > div.slick-list {
  display: block;
}
home .content .videos > .video-slider {
  display: block;
}
home .content .videos .slide-next,
home .content .videos .slide-prev {
  position: absolute;
  top: 0;
  height: 100%;
  width: 60px;
  cursor: pointer;
}
home .content .videos .slide-next img,
home .content .videos .slide-prev img {
  position: absolute;
  width: 100%;
  top: 50%;
  margin-top: -50%;
}
@media (max-width: 600px) {
  home .content .videos {
    max-width: 300px;
  }
  home .content .videos .slide-next,
  home .content .videos .slide-prev {
    display: none!important;
  }
}
@media (min-width: 601px) {
  home .content .videos {
    max-width: 400px;
  }
  home .content .videos .slide-next {
    right: -78px;
  }
  home .content .videos .slide-prev {
    left: -78px;
  }
}
@media (min-width: 961px) {
  home .content .videos {
    max-width: 600px;
  }
  home .content .videos .slide-next {
    right: -132px;
  }
  home .content .videos .slide-prev {
    left: -132px;
  }
}
@media (min-width: 1201px) {
  home .content .videos .slide-next {
    right: -204px;
  }
  home .content .videos .slide-prev {
    left: -204px;
  }
}
home .content .videos .video-slider img {
  width: 100%;
  margin: auto;
}
home .content .video-nav a {
  text-decoration: none;
}
home .content .video-nav .play {
  height: 63px;
  width: 112px;
}
home .content .video-nav .play > a {
  display: block;
  width: 100%;
  height: 100%;
}
home .content .video-nav .play.overview {
  background: url('../assets/videos/a-first-class-service-mini.jpg') no-repeat scroll left center;
}
home .content .video-nav .play.choose {
  background: url('../assets/videos/choosing-an-accountant-mini.jpg') no-repeat scroll left center;
}
home .content .video-nav .play.what {
  background: url('../assets/videos/what-we-offer-mini.jpg') no-repeat scroll left center;
}
home .content .video-nav .play.paying {
  background: url('../assets/videos/guide-to-paying-yourself-mini.jpg') no-repeat scroll left center;
}
home .content .video-nav .play.ir35 {
  background: url('../assets/videos/ir-35-mini.jpg') no-repeat scroll left center;
}
home .content .video-nav .play.vat {
  background: url('../assets/videos/vat-overview-mini.jpg') no-repeat scroll left center;
}
home .content .video-nav .play.tax {
  background: url('../assets/videos/taxing-thoughts-mini.jpg') no-repeat scroll left center;
}
home .content .video-nav .video_title.turn_off {
  display: none;
  z-index: 49;
}
@media (max-width: 600px) {
  home .content .video-nav {
    margin-top: 18px;
  }
}
@media (min-width: 601px) {
  home .content .video-nav {
    margin-top: 36px;
  }
}
@media (min-width: 961px) {
  home .content .video-nav {
    margin-top: 54px;
  }
}
@media (min-width: 1201px) {
  home .content .video-nav {
    margin-top: 72px;
  }
}
home .home-hero {
  position: relative;
}
@media (max-width: 600px) {
  home .home-hero .padded-media {
    padding: 18px;
    box-sizing: border-box;
  }
}
@media (min-width: 601px) and (max-width: 960px) {
  home .home-hero .padded-media {
    padding: 36px;
    box-sizing: border-box;
  }
}
@media (min-width: 961px) and (max-width: 1200px) {
  home .home-hero .padded-media {
    padding: 54px;
    box-sizing: border-box;
  }
}
@media (min-width: 1201px) {
  home .home-hero .padded-media {
    padding: 72px;
    box-sizing: border-box;
  }
}
@media (max-width: 600px) {
  home .home-hero {
    padding: 18px;
    box-sizing: border-box;
  }
}
@media (min-width: 601px) and (max-width: 960px) {
  home .home-hero {
    padding: 36px;
    box-sizing: border-box;
  }
}
@media (min-width: 961px) and (max-width: 1200px) {
  home .home-hero {
    padding: 54px;
    box-sizing: border-box;
  }
}
@media (min-width: 961px) {
  home .home-hero {
    padding: 72px;
    box-sizing: border-box;
  }
}
@media (max-width: 600px) {
  home .home-hero {
    padding: 18px;
    box-sizing: border-box;
  }
}
@media (min-width: 601px) and (max-width: 960px) {
  home .home-hero {
    padding: 36px;
    box-sizing: border-box;
  }
}
@media (min-width: 961px) and (max-width: 1200px) {
  home .home-hero {
    padding: 54px;
    box-sizing: border-box;
  }
}
@media (min-width: 961px) {
  home .home-hero {
    padding: 72px;
    box-sizing: border-box;
  }
}
home .home-hero .results > ul {
  list-style: none;
}
home .home-hero .results > ul > li {
  margin-bottom: 18px;
  white-space: nowrap;
}
home .home-hero .results > ul > li:before {
  content: '\e804';
  font-family: "icons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* You can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
home .home-hero .results > ul > li:before.icon-account:before {
  content: '\f2be';
}
home .home-hero .results > ul > li:before.icon-phone:before {
  content: '\e800';
}
home .home-hero .results > ul > li:before.icon-go:before,
home .home-hero .results > ul > li:before.icon-right-dir:before {
  content: '\e804';
}
home .home-hero .results > ul > li:before.icon-left-dir:before {
  content: '\e803';
}
home .home-hero .results > ul > li:before.caret:before {
  content: '\e801';
}
home .home-hero .results > ul > li:before.icon-down-dir:before {
  content: '\e801';
}
home .home-hero .results > ul > li:before.icon-up-dir:before {
  content: '\e802';
}
home .home-hero .results > ul > li:before.icon-map-pin:before {
  content: '\f031';
}
home .home-hero .results > ul > li:before.icon-mail:before {
  content: '\f0e0';
}
home .home-hero .results > ul > li:before.icon-menu:before {
  content: '\f0c9';
}
home .home-hero .results > ul > li:before.icon-plus:before {
  content: '\e803';
}
home .home-hero .results > ul > li:before.icon-minus:before {
  content: '\e804';
}
home .home-hero .results > ul > li:before.icon-send:before {
  content: '\f1d8';
}
@media (max-width: 600px) {
  home .home-hero .actors:after {
    top: 54px;
  }
}
@media (min-width: 601px) {
  home .home-hero .actors:after {
    top: 72px;
  }
}
@media (max-width: 960px) {
  home .home-hero {
    display: table;
    margin: auto;
  }
  home .home-hero > article {
    display: table-row;
    vertical-align: middle;
    font-size: 1.4em;
  }
  home .home-hero > article ul {
    padding: 0;
  }
  home .home-hero .actors {
    position: relative;
    text-align: center;
  }
  home .home-hero .actors:after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #ffffff;
  }
  home .home-hero .actors span + span:before {
    content: '•';
    margin: 0 18px;
  }
}
@media (min-width: 961px) {
  home .home-hero {
    display: table;
    width: 100%;
  }
  home .home-hero > article {
    display: table-cell;
    vertical-align: middle;
    font-size: 1.4em;
  }
  home .home-hero .actors {
    position: relative;
    width: 50%;
  }
  home .home-hero .actors:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 1px;
    background-color: #ffffff;
  }
  home .home-hero .actors > span {
    display: block;
    margin-bottom: 18px;
  }
}
@media (min-width: 1200px) {
  home .home-hero > article {
    font-size: 2em;
  }
}
contact #contact > div {
  padding: 18px;
  box-sizing: border-box;
}
contact #contact input,
contact #contact textarea {
  background-color: #ffffff;
  border: none;
  font-family: 'Lato', Calibri, Arial, sans-serif;
  line-height: 1.5;
  font-size: 1.4em;
  padding: 5px 10px;
  color: #1f1f1f;
  display: block;
  width: 100%;
  background: #ffffff;
  box-sizing: border-box;
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 3px 1px -2px rgba(0, 0, 0, 0.12);
  -khtml-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
contact #contact input:focus,
contact #contact textarea:focus {
  outline: none;
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}
contact #contact button {
  background-color: #c91901;
  padding: 18px;
  border-radius: 3px;
  color: #ffffff;
  text-decoration: none;
  border: none;
  font-family: 'Exo2';
  font-size: 1em;
  cursor: pointer;
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 3px 1px -2px rgba(0, 0, 0, 0.12);
  -khtml-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
contact #contact button:hover {
  color: #ffffff;
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
}
contact #contact .send {
  text-align: right;
}
contact #contact #report {
  text-align: center;
}
contact .lb_label {
  white-space: nowrap;
}
